@charset "utf-8";



.subTitWrapper{
    padding-top: 121px;
    background: url(../images/bg_pattern_01.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.subTitWrapper .inner{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.subTitWrapper .subTit{
    text-align: center;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.25;
}

.breadcrumbs{
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    padding-top: 1em;
    background-color: #fff;
}

.breadcrumbs .inner{
    max-width: 1400px;
}

.breadcrumbs .inner > span{
    display: inline-block;
}

.breadcrumbs span a{
    transition: all .2s;
}

.breadcrumbs span a:hover{
    color: #dba312;
}

.breadcrumbs span a.home::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #dba312;
    border-radius: 50%;
    margin-right: 7px;
    margin-top: -2px;
}

.mainWrapper{
    padding-top: 100px;
}

.pt{
    padding-top: 100px;
}

.pb{
    padding-bottom: 100px;
    border-bottom: 1px solid #dce6ed;
}

.w1100{
    max-width: 1100px;
}

.w1000{
    max-width: 1000px;
}

.w900{
    max-width: 900px;
}

.w800{
    max-width: 800px;
}

section:last-of-type{
    padding-bottom: 160px;
}

.ankerLinks ul{
    display: flex;
    justify-content: space-between;
}

.ankerLinks ul li{
    width: 100%;
    margin-right: 10px;
}

.ankerLinks ul li:last-child{
    margin: 0;
}

.ankerLinks ul li a{
    display: block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1em;
    background-color: #f3f6f9;
    /* border: 1px solid #00437c; */
    border-radius: 50px;
}

.ankerLinks ul li a:hover{
    color: #fff;
    background-color: #00437c;
}

.ankerLinks ul li a::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #00437c;
    border-right: 1px solid #00437c;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 8px;
    margin-top: -7px;
    transition: all .2s;
}

.ankerLinks ul li a:hover::after{
    border-color: #fff;
}

section .h_basic{
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: .75em;
    position: relative;
    margin-bottom: 1.5em;
}

section .h_basic::before{
    content: '';
    display: inline-block;
    width: .725em;
    height: 4px;
    background-color: #00437c;
    border-radius: 50px 0 0 50px;
    position: absolute;
    left: 0;
    right: .725em;
    bottom: 0;
    margin: auto;
}

section .h_basic::after{
    content: '';
    display: inline-block;
    width: .725em;
    height: 4px;
    background-color: #e5bc53;
    border-radius: 0 50px 50px 0;
    position: absolute;
    left: .725em;
    right: 0;
    bottom: 0;
    margin: auto;
}

section .h_basic br{
    display: none;
}

section .h_band{
    font-size: 2.4rem;
    line-height: 1.5;
    padding: .5em .75em;
    background-color: #f3f6f9;
    border-left: 8px solid #00437c;
    border-radius: 8px;
    margin: 3em 0 .75em;
}

.h_basic + .h_band{
    margin-top: 0;
}

section .h_circle{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 1.25em;
    margin: 2em 0 1em;
    position: relative;
}

section .h_circle::before{
    content: '';
    display: inline-block;
    width: .65em;
    height: .65em;
    border: 3px solid #e5bc53;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .4em;
}

section .h_org{
    font-size: 2rem;
    line-height: 1.5;
    color: #dba312;
    margin: 2em 0 .5em;
}

section .h_dotted{
    font-size: 2rem;
    line-height: 1.5;
    padding-bottom: .15em;
    border-bottom: 2px dotted #00437c;
    margin: 2em 0 .5em;
}

section .secTopTxt{
    text-align: center;
}

section p{
    margin-bottom: 1.25em;
}

section p span.wavy{
    font-size: 1.125em;
    -webkit-text-decoration: wavy underline #e5bc53;
    text-decoration: wavy underline #e5bc53;
}

section p strong{
    color: #e16c8d;
    margin: 0 .15em;
}

.subTop2Col{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.subTop2Col .txtContents{
    width: 48%;
}

.subTop2Col .txtContents p.strongBlock{
    text-align: center;
    padding: 1em;
    border: 1px solid #00437c;
    border-radius: 10px;
}

.subTop2Col figure{
    width: 48%;
}

.subTop2Col figure img{
    aspect-ratio: 640 / 400;
    object-fit: cover;
    border-radius: 20px;
}

#sub .whoList{
    display: flex;
    justify-content: center;
}

#sub .whoList ul{
    font-size: 1.8rem;
    line-height: 1.5;
    margin-right: 3em;
}

#sub .whoList ul:last-child{
    margin: 0;
}

#sub .whoList ul li{
    text-indent: -1.75em;
    padding-left: 1.75em;
    margin-bottom: 1em;
}

#sub .whoList ul li::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url(../images/icon_check.png) no-repeat center;
    background-size: 100%;
    margin-right: 8px;
    margin-top: -5px;
}


/* 以下投稿用 */
.postCat span{
    display: inline-block;
    text-align: center;
    width: 5em;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    padding: .35em .5em;
}

.postCat span.news{
    background-color: #56ac46;
}

.postCat span.blog{
    background-color: #e066a7;
}

.postTit{
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .025em;
    margin: .25em 0 .5em;
}

.postDate{
    display: block;
    font-size: 1.3rem;
    line-height: 1;
}

.postBody{
    margin-top: 50px;
}

.postBody p{
    min-height: 1em;
    margin-bottom: 1.25em;
}

.postBody p a{
    word-break: break-all;
    color: #e16c8d;
    text-decoration: underline;
}

.postBody p a:hover{
    text-decoration: none;
}

.postBody h2{
    font-size: 2.4rem;
    line-height: 1.5;
    padding: .5em .75em;
    background-color: #f3f6f9;
    border-left: 8px solid #00437c;
    border-radius: 8px;
    margin: 3em 0 .75em;
}

.postBody h2:first-child{
    margin-top: 0;
}

.postBody h3{
    font-size: 2.2rem;
    line-height: 1.5;
    padding-bottom: .25em;
    border-bottom: 2px dotted #00437c;
    margin: 2em 0 .5em;
}

.postBody h4{
    font-size: 2rem;
    line-height: 1.5;
    margin: 1.5em 0 .5em;
}

.postBody ul,
.postBody ol{
    margin: 30px 0;
}

.postBody ul li,
.postBody ol li{
    padding-left: 1.25em;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: .75em;
    position: relative;
}

.postBody ol li{
    counter-increment: number 1;
}

.postBody ul li::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #00437c;
    position: absolute;
    left: .45em;
    top: .55em;
}

.postBody ol li::before{
    content: counter(number)'.';
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.postBody ul li span,
.postBody ol li span{
    display: block;
    font-weight: 700;
}

.postBody img{
    width: auto;
    max-width: 100%;
    height: auto;
}

.single .moreBtn{
    margin-top: 80px;
}

#sub .newsList ul li a p{
    margin-bottom: 0;
}

#sub .pagination{
    margin-top: 50px;
    text-align: center;
}

#sub .pagination .page_num{
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 1em;
}

#sub .pagination .pager{
    display: inline-block;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    padding: .75em;
    border: 1px solid #E8EEE5;
    border-radius: 2px;
    margin: 0 .15em .5em;
}

#sub .pagination a.pager{
    transition: all .3s;
}

#sub .pagination a.pager:hover{
    background-color: #E8EEE5;
}

#sub .pagination .current{
    background-color: #E8EEE5;
}

#sub .pagination .prev,
#sub .pagination .next,
#sub .pagination .first,
#sub .pagination .last{
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    padding: .75em;
    border: 1px solid #E8EEE5;
    border-radius: 2px;
    margin: 0 .15em .5em;
    transition: all .3s;
}

#sub .pagination .prev:hover,
#sub .pagination .next:hover,
#sub .pagination .first:hover,
#sub .pagination .last:hover{
    background-color: #E8EEE5;
}




/* ------------------------------------------------------- 医師のご紹介 */
.messageContents{
    max-width: 800px;
    margin: 0 auto;
}

.messageContents .doctorName{
    text-align: right;
    margin-top: 2em;
}

.doctor section .h_basic br{
    display: block;
}

.doctorInfo{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.doctorInfo figure{
    width: 32%;
}

.doctorInfo figure img{
    border-radius: 20px;
}

.doctorInfo figure figcaption{
    display: block;
    text-align: center;
    font-size: 1.4rem;
    margin-top: .5em;
}

.doctorInfo .txtContents{
    width: 64%;
}

.doctorInfo .txtContents .h_band:first-child{
    margin-top: 0;
}



/* ------------------------------------------------------- 初めての方へ */
.first .mainWrapper .contactBx{
    background-color: #f3f6f9;
    margin-bottom: 0;
}

.first .flowContents ul li{
    display: flex;
    align-items: center;
    padding: 30px;
    background-color: #f3f6f9;
    border-radius: 10px;
    margin-bottom: 44px;
    position: relative;
}

.first .flowContents ul li:last-child{
    margin: 0;
}

.first .flowContents ul li::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-top: 1px solid #00437c;
    border-right: 1px solid #00437c;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto;
}

.first .flowContents ul li:last-child:after{
    content: none;
}

.first .flowContents ul li span{
    width: 5em;
    font-size: 1.8rem;
    line-height: 1.5;
}

.first .flowContents ul li .txtContents{
    flex: 1;
    padding-left: 20px;
    border-left: 1px solid #dce6ed;
}

.first .flowContents ul li .txtContents p:last-child{
    margin: 0;
}



/* ------------------------------------------------------- 院内のご紹介 */
.clinicGallery ul{
    display: flex;
    flex-wrap: wrap;
}

.clinicGallery ul li{
    width: 32%;
    margin: 0 2% 4% 0;
}

.clinicGallery ul li:nth-child(3n){
    margin-right: 0;
}

.clinicGallery ul li a{
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.clinicGallery ul li a img{
    object-fit: cover;
    transition: all .2s;
}

.clinicGallery ul li a:hover img{
    transform: scale(1.1);
}

.clinicGallery ul li span{
    display: block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: .5em;
}

a#lbPrevLink,
a#lbNextLink{
    transition: none;
}



/* ------------------------------------------------------- 耳鼻咽喉科 */
.examinationList ul li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.examinationList ul li:last-child{
    margin: 0;
}

.examinationList ul li figure{
    width: 32%;
}

.examinationList ul li figure img{
    border-radius: 20px;
}

.examinationList ul li .txtContents{
    width: 64%;
}

/* .examinationList ul li .txtContents h3{
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: .5em;
} */

.otolaryngology section .h_circle{
    margin: 0 0 .75em;
}

.otolaryngology .moreBtn{
    text-align: left;
    margin-top: 25px;
}

.otolaryngology .moreBtn a{
    max-width: 200px;
    padding: .75em;
}



/* ------------------------------------------------------- 小児科 */
#sub.pediatrics .whoList{
    justify-content: flex-start;
    margin: 30px 0 15px;
}

.pediatrics .mainWrapper .contactBx{
    background-color: #f3f6f9;
    margin-bottom: 0;
}

.pediatrics .mainWrapper .contactBx .contactContainer .contactBtns a{
    width: auto;
}















/* ------------------------------------------------------- tab / sp */
@media(max-width: 810px){
    .subTitWrapper{
        padding-top: 80px;
    }

    .ankerLinks ul li a{
        font-size: 1.5rem;
    }

    .clinicGallery ul li{
        width: 100%;
        margin: 0 0 5%;
    }

    .clinicGallery ul li:last-child{
        margin: 0;
    }

    a[rel^="lightbox"]{
        pointer-events: none;
    }
}



@media(max-width: 670px){
    .subTitWrapper{
        padding-top: 70px;
    }

    .subTitWrapper .inner{
        height: 140px;
    }

    .subTitWrapper .subTit{
        font-size: 2.8rem;
    }

    .breadcrumbs{
        font-size: 1.2rem;
    }

    .ankerLinks ul li{
        margin-right: 5px;
    }

    .ankerLinks ul li a{
        padding: .75em;
    }

    .mainWrapper{
        padding-top: 60px;
    }

    section:last-of-type{
        padding-bottom: 100px;
    }

    section .h_basic{
        font-size: 2.4rem;
    }

    section .h_basic br{
        display: block;
    }

    section .secTopTxt{
        text-align: left;
    }

    .subTop2Col .txtContents{
        order: 1;
        width: 100%;
    }

    .subTop2Col figure{
        width: 100%;
        margin-bottom: 15px;
    }

    .subTop2Col figure img{
        border-radius: 10px;
    }

    .pt{
        padding-top: 50px;
    }

    .pb{
        padding-bottom: 50px;
    }

    #sub .whoList{
        flex-wrap: wrap;
    }

    #sub .whoList ul{
        width: 100%;
        font-size: 1.6rem;
    }

    #sub .whoList ul li{
        text-indent: -2em;
        padding-left: 2em;
    }

    section .h_band{
        font-size: 2rem;
    }

    section .h_circle{
        font-size: 2rem;
    }

    section .h_circle::before{
        top: .35em;
    }

    section .h_org{
        font-size: 1.8rem;
        margin-top: 1.75em;
    }

    .doctorInfo figure{
        width: 100%;
        margin-bottom: 30px;
    }

    .doctorInfo figure img{
        border-radius: 10px;
    }

    .doctorInfo .txtContents{
        width: 100%;
    }

    .first .flowContents ul li{
        padding: 20px;
    }

    .first .flowContents ul li span{
        width: 4em;
        font-size: 1.6rem;
    }

    .first .flowContents ul li .txtContents{
        padding-left: 15px;
    }

    .clinicGallery ul li{
        margin-bottom: 8%;
    }

    .clinicGallery ul li span{
        font-size: 1.5rem;
    }

    .examinationList ul li figure{
        width: 100%;
    }

    .examinationList ul li .txtContents{
        width: 100%;
    }

    .examinationList ul li{
        padding-bottom: 30px;
        border-bottom: 2px dotted #dce6ed;
        margin-bottom: 30px;
    }

    .examinationList ul li:last-child{
        padding: 0;
        border: none;
    }

    .examinationList ul li figure img{
        border-radius: 10px;
    }

    .otolaryngology section .h_circle{
        margin: .75em 0 .5em;
    }

    .otolaryngology .moreBtn{
        text-align: center;
        margin-top: 20px;
    }

    .pediatrics .mainWrapper .contactBx{
        margin-top: 10px;
    }

    .postTit{
        font-size: 2.8rem;
    }

    .postBody h2{
        font-size: 2rem;
    }

    .postBody h3{
        font-size: 1.8rem;
    }

    .postBody h4{
        font-size: 1.6rem;
    }

    .single .moreBtn{
        margin-top: 60px;
    }











}









