﻿@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
/*メインイメージ*/
#main .mainImg {
    height: 400px;
    background: url(../img/doctor/mainImg.jpg) no-repeat center top;
	background-size: cover;
    position: relative;
    margin-top: -12px;
}
#main .mainImg .headline02 {
    position: relative;
    top: 140px;

    width: 500px;
    padding: 20px 0 30px;
    background: #fff;
    margin: 0 auto 60px;
    text-align: center;
	font-family: "游明朝","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#main .headline02 span{
    display: block;
	font-family: Times New Roman;
    font-size: 40px;
    color: #4EA8B8;
}
@media all and (min-width: 0) and (max-width: 767px) {
    #main .mainImg {
        height: 300px;
        background: url(../img/doctor/mainImg.jpg) no-repeat center top;
    }
    #main .mainImg .headline02 {
        position: relative;
        top: 98px;

        width: 280px;
        padding: 10px 0 20px;
        background: #fff;
    }
}

/*doctorPhoto*/
#main .section .doctorPhoto{
    width: 650px;
    margin: 0 auto 20px;
}

#main .section .kana{
    width: 650px;
	font-size: 13px;
    margin: 0 auto;
	font-family: "游明朝","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: right;
}

#main .section .kana span{
	margin-right: 8px;
}

#main .section .name{
	padding-right: 2px;
    width: 650px;
    margin: 0 auto 20px;
	font-family: "游明朝","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 26px;
    text-align: right;
}
#main .section .name span{
    margin-right: 15px;
    font-size: 20px;
}
@media all and (min-width: 0) and (max-width: 767px) {
    #main .section .doctorPhoto{
        width: 300px;
        margin: 0 auto 10px;
    }
    #main .section .doctorPhoto img{
        width: 100%;
    }
	#main .section .kana{
		width: 200px;
		font-size: 8px;
		text-align: center;
        margin: 0 auto
	}

	#main .section .kana span{
		margin-right: 6px;
		margin-left: 38px;
	}
    #main .section .name{
        width: 200px;
        margin: 0 auto 10px;
        font-size: 20px;
        text-align: center;
    }
    #main .section .name span{
        margin-right: 10px;
        font-size: 14px;
    }

}

/*文言*/
#main .section .textBox .ttl{
    margin-bottom: 60px;
    font-size: 24px;
	font-family: "游明朝","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#main .section .textBox .txt{
    font-size: 15px;
    line-height: 1.95;
}
#main .section .textBox .txt01{
    margin-bottom: 60px;
}
@media all and (min-width: 0) and (max-width: 767px) {
    #main .section .textBox .ttl{
        margin-bottom: 30px;
        font-size: 23px;
    }
    #main .section .textBox .txt{
        line-height: 1.8;
    }
}

/*feature*/
#main .section .listBox{
    padding: 60px ;
    display: flex;
    font-size: 16px;
}
#main .section .listBox .subBox:first-child{
    width: 55%;
}
#main .section .listBox .subBox:last-child{
    width: 45%;
}
#main .section .listBox .subBox .ttl{
    font-weight: bold;
    margin-bottom: 25px;
}
#main .section .listBox .subBox dl{
    display: flex;
    flex-wrap: wrap;
}
#main .section .listBox .subBox dl dt{
    margin-bottom: 25px;
    width: 21%;
}
#main .section .listBox .subBox dl dd{
    margin-bottom: 25px;
    width: 78%;
}

#main .section .listBox .subBox ul{
    margin-bottom: 72px;
}
#main .section .listBox .subBox ul li{
    margin-bottom: 25px;
}
#main .section .listBox .subBox ul:last-child{
    margin-bottom: 0px;
}
@media all and (min-width: 0) and (max-width: 767px) {
    #main .section .listBox{
        padding: 30px 5px ;
        display: flex;
        flex-direction: column;
    }
    #main .section .listBox .subBox:first-child{
        width: 100%;
    }
    #main .section .listBox .subBox:last-child{
        width: 100%;
    }
    #main .section .listBox .subBox .ttl{
        margin-bottom: 25px;
    }
    #main .section .listBox .subBox dl{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;

        margin-bottom: 30px;
    }
    #main .section .listBox .subBox dl dt{
        margin-bottom: 3px;
        width: 100%;
    }
    #main .section .listBox .subBox dl dd{
        margin-bottom: 15px;
        width: 100%;
    }

    #main .section .listBox .subBox ul{
        margin-bottom: 72px;
    }
    #main .section .listBox .subBox ul li{
        margin-bottom: 25px;
    }
    #main .section .listBox .subBox ul:last-child{
        margin-bottom: 0px;
    }
}



/*feature*/
#main .section .featureUl{
    display: flex;
    justify-content: space-between;
}
#main .section .featureUl li{
    width: 300px;
}
#main .section .featureUl li .photoBox{
    margin-bottom: 25px;
    text-align: center;
}
#main .section .featureUl li .ttl{
    margin-bottom: 35px;
    text-align: center;
    font-size: 20px;
	font-family: "游明朝";
}
#main .section .featureUl li .txt{
    font-size: 15px;
}
@media all and (min-width: 0) and (max-width: 767px) {
    #main .section .featureUl{
        display: flex;
        flex-direction: column;
    }
    #main .section .featureUl li{
        width: 100%;
        margin-bottom: 30px;
    }
    #main .section .featureUl li .photoBox{
        margin-bottom: 15px;
    }
    #main .section .featureUl li .photoBox img{
        width: 110px;
    }
    #main .section .featureUl li .ttl{
        margin-bottom: 20px;
        text-align: center;
        font-size: 20px;
        font-family: "游明朝";
    }
    #main .section .featureUl li .txt{
        font-size: 16px;
    }
}

/*blog*/
#main .section .blogUl{
    display: flex;
    justify-content: space-between;

    margin-bottom: 50px;
}
#main .section .blogUl li{
    position: relative;
    width: 350px;
}
#main .section .blogUl li .time{
    position: relative;
    width: 100px;
    padding: 5px 0;
    margin-bottom: -29px;
    font-size: 13px;
    background: #60B1BF;
    text-align: center;
    color: #fff;
}
#main .section .blogUl li .photoBox{
    margin-bottom: 15px;
}
#main .section .blogUl li .photoBox img{
    width: 100%;
}
#main .section .blogUl li .photoBox .ttl{
}
@media all and (min-width: 0) and (max-width: 767px) {
    #main .section .blogUl{
        display: flex;
        flex-direction: column;

        margin-bottom: 30px;
    }
    #main .section .blogUl li{
        margin-bottom: 35px;
        width: 100%;
        border-bottom: 1px solid #969696;
    }
    #main .section .blogUl li .time{
        position: static;
        margin: 0 auto 15px;
        font-size: 13px;
        background: #60B1BF;
        text-align: center;
        color: #fff;
    }
    #main .section .blogUl li .photoBox{
        margin: 0 auto 10px;
        width: 250px;
    }
    #main .section .blogUl li .photoBox img{
        width: 100%;
    }
    #main .section .blogUl li .ttl{
        text-align: center;
        margin-bottom: 10px;
    }
}

/*treatment 見出しライン*/
#main .treatment {
    height: 400px;
    background: url(../img/index/headline01.jpg) no-repeat center top;
	background-size: cover;
    position: relative;
}
#main .treatment .headline02 {
    position: relative;
    top: 140px;

    width: 500px;
    padding: 20px 0 30px;
    background: #fff;
    margin: 0 auto 60px;
    text-align: center;
	font-family: "游明朝";
}
#main .headline02 span{
    display: block;
	font-family: Times New Roman;
    font-size: 40px;
    color: #4EA8B8;
}
@media all and (min-width: 0) and (max-width: 767px) {
    #main .treatment {
        height: 300px;
        background: url(../img/index/sp_headline01.jpg) no-repeat center top;
    }
    #main .treatment .headline02 {
        position: relative;
        top: 98px;

        width: 280px;
        padding: 10px 0 20px;
        background: #fff;
    }
}
/*treatment*/
#main .section .treatmentBox{
    margin-bottom: 60px;
}
#main .section .treatmentBox .ttl01{
    margin-bottom: 30px;
	font-family: "游明朝";
    font-size: 28px;
    text-align: center;
}
/*緑リスト*/
#main .section .treatmentBox .style01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .section .treatmentBox .style01 li{
    width: 545px;
    padding: 35px 0;
    margin-bottom: 10px;
    background: url(../common/img/bg01.png);
}
#main .section .treatmentBox .style01 li .ttl02{
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 500;
    color: #4EA8B8;
    text-align: center;
}
#main .section .treatmentBox .style01 li .txt{
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
}
/*灰リスト*/
#main .section .treatmentBox .style02{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .section .treatmentBox .style02 li{
    width: 545px;
    padding: 35px 0;
    margin-bottom: 10px;
    background: url(../common/img/bg02.png);
}
#main .section .treatmentBox .style02 li .ttl02{
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
#main .section .treatmentBox .style02 li .txt{
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
}
@media all and (min-width: 0) and (max-width: 767px) {
    #main .section .treatmentBox{
        margin-bottom: 60px;
    }
    #main .section .treatmentBox .ttl01{
        font-size: 20px;
    }
    /*緑リスト*/
    #main .section .treatmentBox .style01{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
    }
    #main .section .treatmentBox .style01 li{
        width: 100%;
        padding: 25px 0;
    }
    #main .section .treatmentBox .style01 li .ttl02{
        margin-bottom: 25px;
        font-size: 18px;
    }
    /*灰リスト*/
    #main .section .treatmentBox .style02{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
    }
    #main .section .treatmentBox .style02 li{
        width: 100%;
        padding: 25px 0;
    }
    #main .section .treatmentBox .style02 li .ttl02{
        margin-bottom: 25px;
        font-size: 18px;
    }
}

/*googleMAP*/
#main .ggmap {
    width: 100%;
    height: 500px;
}
#main .ggmap iframe,
#main .ggmap object,
#main .ggmap embed {
    width: 100%;
}
@media all and (min-width: 0) and (max-width: 767px) {
    #main .ggmap {
        width: 100%;
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    #main .ggmap iframe,
    #main .ggmap object,
    #main .ggmap embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
/*
@media all and (min-width: 0) and (max-width: 767px) {
}
*/

#main .doctor #conts .doctorPhotoUl {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}

@media all and (min-width: 0) and (max-width: 767px) {
    #main .doctor #conts .doctorPhotoUl {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 42px;
    }

    #main .doctor #conts .doctorPhotoUl > li {
        display: flex;
        align-items: flex-end;
    }

    #main .doctor #conts .doctorPhotoUl > li:first-child {
        order: 1;
        max-width: 200px;

    }

    #main .doctor #conts .doctorPhotoUl > li:last-child {
        order: 2;
    }

    #main .doctor #conts .doctorPhotoUl .drName02 {
        margin-bottom: 0;
    }
}

#main .doctor #conts .doctorPhotoImg {
    max-width: 332px;
    display: block;
    width: 100%;
}

#main .doctor #conts .doctorPhotoImg > img {
    width: 100%;
    height: auto;
}

@media all and (min-width: 0) and (max-width: 767px) {
    #main .doctor #conts .doctorPhotoImg {
        display: block;
        width: 100%;
    }
}

#main .doctor #conts .topBox02 {
    margin: -1px 0 60px;
}

@media all and (min-width: 0) and (max-width: 767px) {
    #main .doctor #conts .topBox02 {
        margin: 0 0 56px;
    }
}

#main .doctor #conts .topBox02 .ttl {
    margin-bottom: 24px;
    font-size: 2.6rem;
    color: #505050;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media all and (min-width: 0) and (max-width: 767px) {
    #main .doctor #conts .topBox02 .ttl {
        margin-bottom: 26px;
        font-size: 2rem;
        line-height: 1.6;
    }
}

#main .doctor #conts .topBox02 p {
        margin-bottom: 38px;
        line-height: 2.53;
}

@media all and (min-width: 0) and (max-width: 767px) {
    #main .doctor #conts .topBox02 p {
        margin-bottom: 26px;
        line-height: 1.73;
    }
}

.doctor-callout-box {
    border: 1px solid #f98ea1;
    padding: 24px;
    font-size: min(4vw,2rem);
    text-align: center;
    color: #f98ea1;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    position: relative;
    margin-bottom: 160px;
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .doctor-callout-box {
        margin-bottom: 80px;
    }
}

.doctor-callout-box::before {
    position: absolute;
    content: "";
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    z-index: 2;
    border: .5px solid #ededed;
    top: 2px;
    left: 2px;
}