@charset "utf-8";
/*================================
ここから全サイズ適用
================================*/
.lower_inner{
    padding-bottom: 0;
}

.clfa_text{
    font-size: 18px;
    line-height: 2;
}
/*院内紹介　Clinic*/

.clinic_section{
    background: url(./img/clinic_bg.jpg);
    padding-bottom: 100px;
}

.clinic_inner{
    padding-top: 70px;
}

.clinic_list-text{
    width: 100%;
    margin: 0 auto;
    border: 4px solid rgba(255, 255, 255, 0.5);
    text-align: center;
}

.clinic_list-description {
    background: #fff;
    padding: 25px 20px;
}

/*院内紹介Clinic*/

/*設備紹介Facility*/
.facility_content-item{
    padding-bottom: 60px;
    border-bottom: solid 1px #efe9de;
    margin-bottom: 15px;
    padding-top: 5px;
}

.border-none{
    border-bottom: none;
}

.facility_content-heading{  
    color: #fff;
    background: #e99900;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-width: 134px;
    height: 134px;
    text-align: center;
    outline: 1px solid #fff;
    outline-offset: -3px;    
    font-size: clamp(18px, 20 / 1000 * 100vw, 20px);
    line-height: 1.2em;
}
.facility_content-heading span{  
    font-size: clamp(14px, 15 / 1000 * 100vw, 15px);
}
.facility_content-heading-en{
    margin-bottom: 35px;
}
.facility_content-img{
    position: relative;
    flex: none;
}
.facility_content-img::before{
    content: "";
    display: block;
    position: absolute;
    width: 430px;
    height: 288px;
    background: url(./img/facilities_picbg.png);
    background-size: cover;
    top: 30px;
    right: 20px;
    z-index: -1;
}
.flex_reverse .facility_content-img::before {
    top: 30px;
    left: 20px;
}

/*コラム*/

.grey_border.-ttl_above{
    position: relative;
    padding-top: 50px;
    padding-bottom: 35px;
}
.grey_border.-ttl_above .grey_border_ttl02{
    box-sizing: border-box;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    min-height: 40px;
    background-color: #fff;
    font-size: 24px;
    color: rgb(70, 55, 45);
    font-weight: 600;
    text-align: center;
}

.lower_ttl03{
    position: relative;
    text-align: center;
    background-color: #8f7e72;
    font-size: 20px;
    color: #fff;
    line-height: 1.333;
    padding: 7px 0;
    margin-bottom: 35px;
    }
    
    .lower_ttl03::before{
        content:"";
        width: 100%;
        height: 1px;
        background-color: #8f7e72;
        position: absolute;
        top: -5px;
        right: 0;
        left: 0;
    }
    
    .lower_ttl03::after{
        content:"";
        width: 100%;
        height: 1px;
        background-color: #8f7e72;
        position: absolute;
        bottom: -5px;
        right: 0;
        left: 0;
    }
/*コラム*/

/*Point*/

.grey_bg {
    padding-top: 35px;
    padding-bottom: 35px;
    padding: 35px 4.5%;
    border: none;
    background: #f0edeb;
    border-radius: 6px;
    margin-bottom: 40px;
}
.grey_bg.-point_above {
    margin-top: 30px;
    position: relative;
}
.grey_bg.-point_above::before {
    content:"";
    position: absolute;
    width: 106px;
    height: 55px;
    background-image: url(./img/facilities_column_point.png);
    background-size: contain;
    top: -35px;
    left: 40px;
}
.grey_bg .lower_ttl03 {
    position: relative;
    text-align: center;
    background-color: #ffffff;
    font-size: 20px;
    color: #46372d;
    line-height: 1.333;
    padding: 7px 0;
    margin-bottom: 35px;
    font-weight: 600;
}

.grey_bg .lower_ttl03::before{
    background-color: #fff;
}

.grey_bg .lower_ttl03::after{
    background-color: #fff;
}
/*Point*/

/*5倍速コントラ*/
.contra{
    margin-bottom: 50px;
}
/*5倍速コントラ*/

/*設備紹介Facility*/


@media (min-width: 1920px) {

}
@media (min-width: 1600px) {


}
@media (min-width: 1366px) {

}
@media (max-width: 1920px) {

}
@media (max-width: 1600px) {

}
/*================================
ノートPC 1366px～0px
================================*/
@media (max-width: 1366px) {

}
/*================================
TABLET横 1080px～0px
================================*/
@media (max-width: 1080px) {

    /*クラスBとは*/
    .classb{
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
    }
    .classb .lower_flex02_txt{
        min-width: 100%;
    }
    /*クラスBとは*/



}
/*================================
TABLET縦 834px～0px
================================*/
@media (max-width: 834px) {

    .clfa_text{
        font-size: 16px;
    }
    

    /*院内紹介Clinic*/

    .clinic_list-text{
        text-align: left;
    }
    .lower_flex01_img img{
        margin: 0 auto;
    }
    .facility_content-text{
        width: 100%;
        max-width: 705px;
    }
    /*院内紹介Clinic*/

    /*設備紹介Facility*/

    .facility_content-text-wrapper{
        margin-bottom: 0px;
    }
    .facility_content-heading-en{
        display: none;
    }
    
    .facility_content-img{
    position: relative;
    flex: none;
    }
    .facility_content-img::before {
        width: 113%;
        height: 103.5%;
    }
    .facility_content-item{
        margin-bottom: 20px;
        padding-top: 0;
    }
    /*コラム*/
    .grey_border.-ttl_above .grey_border_ttl02 {
        font-size: 20px;
        line-height: 1.2;
    }
    .grey_border.-ttl_above{
    padding-top: 35px;
    }

    /*Point*/
    .grey_bg.-point_above::before {
        left: 4vw;
    }
    /*Point*/
    /*クラスBとは*/
        .classb{
            flex-direction:column;
        }
    /*クラスBとは*/
    /*5倍速コントラ*/
    .contra{
        margin-bottom: 20px;
    }
    /*5倍速コントラ*/

    /*設備紹介Facility*/

}
/*================================
SP表示 480px～0px
================================*/
@media (max-width: 480px) {
    

    /*設備紹介Facility*/
    .facility_content-img {
        position: relative;
        flex: none;
        max-width: 380px;
        width: 100%;
    }
    /*設備紹介Facility*/

}



