/*レスポンシブ*/
@media screen and (max-width: 810px) {
    /*共通部品*/
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .sub_ttl{
        font-size: 1.3rem;
        margin-bottom: 0;
    }
    .main_ttl{
        font-size: 2.4rem;
    }

    /*ヘッダー*/
    #header{
        padding: 0 1.4rem;
    }
    #header .container{
        height: 8rem;
        min-height: auto;
    }
    #header .logo_wrap{
        /* min-width: 15rem;
        max-width: 39.6rem; */
        width: 21rem;
    }
    #header .nav_wrap{
        display: block;
    }
    #header .nav_wrap .line_btn{
        position: fixed;
        bottom: 2.8rem;
        left: 50%;
        transform: translateX(-50%);
        width: 32rem;
        border:.2rem solid #fff;
    }
    #header .nav_wrap .schedule_btn{
        padding: 0 1rem;
        height: 4.2rem;
    }
    #header .nav_wrap .schedule_btn .text{
        padding-left: 0;
        font-size: 1.2rem;
        &::before{
            content: none;
        }
    }
    /*フッター*/
    #footer{
        padding: 3.7rem 0 11rem;
    }
    #footer .logo{
        font-size: 3.5rem;
    }
    #footer .logo span{
        display: block;
        text-align: center;
        &:first-child{
            font-size: 1.4rem;
            margin-bottom: 1rem;
        }
    }

    /*TOP - MV*/
    .top_mv{
        padding: 8rem 0 0;
    }
    .top_mv .container{
        padding: 3rem 3.6rem 0;
    }
    .top_mv .sp .container{
        padding: 1.9rem 3.6rem 10.8rem;
    }
    .top_mv .sp .container .head_text{
        text-align: left;
        font-size: 1.9rem;
        line-height: 1.6;
        color: #2E2E2E;
    }
    .top_mv .main-imgs{
        padding: 2rem 0 2.9rem;
    }
    .top_mv .main-img{
        margin: 0;
    }
    .top_mv .sub_img{
        width: max(36%, 18.7rem);
        right: 0;
    }
    /*TOP - Information*/
    .top_information .container{
        padding: 6.2rem 3.6rem 7.2rem;
    }
    .information_wrap{
        margin-top: 1.6rem;
        padding: .2rem 2.1rem .7rem;
    }
    .information_wrap .information_item{
        padding: 1.7rem 0 1.5rem
    }
    .information_wrap .information_item a{
        display: block;
        &::after{
            content: none;
        }
    }
    .information_wrap .information_item .date{
        font-size: 1.5rem;
        margin-top: .8rem;
        margin-bottom: 1.1rem;
        line-height: 1;
    }
    .information_wrap .information_item .information_head{
        font-size: 1.4rem;
        width: 100%;
        padding: 0;
        line-height: 1.78;
    }
    .top_information .arrow_link_wrap{
        margin-top: 1.1rem;
    }
    /*TOP - トピックス*/
    .top_topic{
        padding: 3.2rem 0 2.3rem;
    }
    .top_topic .container {
        padding: 0 1rem 0;
    }
    .top_topic .container .main_ttl{
        font-size: 1.8rem;
    }
    .top_topic .container .text{
        margin: 3.2rem 0 0;
        font-size: 1.4rem;
        font-weight: normal;
    }
    .top_topic .container .text p{
        line-height: 1.85;
    }
    /*TOP - 特徴*/
    .top_feature{
        padding: 8.9rem 0 8.5rem;
    }
    .feature_wrap{
        margin-top: 1.6rem;
        display: block;
    }
    .feature_wrap .feature_item{
        width: 100%;
        padding: 2.9rem 2rem 2rem;
    }
    .feature_wrap .feature_item h3{
        font-size: 1.7rem;
    }
    .feature_wrap .feature_item .img{
        margin: 3.4rem 0 3.3rem;
        height: 11rem;
    }
    .feature_wrap .feature_item .text{
        font-size: 1.4rem;
    }
    .feature_wrap .feature_item .text p{
        line-height: 2;
    }
    .feature_wrap .feature_item:last-child {
        padding: 2.8rem 2rem 2rem;
    }
    .feature_wrap .feature_item:last-child .featuer_content{
        display: block;
    }
    .feature_wrap .feature_item:last-child .featuer_content > div{
        width: 100%;
    }
    .feature_wrap .feature_item:last-child .featuer_content > div:last-child{
        margin-top: 2rem;
    }
    .feature_wrap .feature_item:last-child .img{
        height: 16.4rem;
        margin: 2.1rem 0 2.2rem;
    }
    .feature_wrap .featuer_content h4{
        font-size: 1.6rem;
    }
    /*TOP - 店舗情報*/
    .top_store_information{
        padding: 7.7rem 0 3.4rem; 
    }
    .top_store_information .container{
        padding: 0 2rem 0;
    }
    .store_information_wrap{
        margin-top: 2.3rem;
        padding: 2rem 1.7rem 3rem;
        display: block;
    }
    .store_information_wrap>div{
        width: 100%;
    }
    .store_information_wrap .map_wrap .map iframe{
        height: 30rem;
    }
    .store_information_wrap .map_wrap .btn_wrap{
        margin: 2rem 0 4.4rem;
    }
    .store_information_wrap .address_wrap .address_info{
        margin-bottom: 2.5rem;
    }
    .store_information_wrap .address_wrap .address_info .address_item{
        padding: 1.4rem 0 1.4rem;
        font-size: 1.4rem;
    }
    .store_information_wrap .address_wrap .address_info .address_item p{
        line-height: 1.5;
        &:last-child{
            line-height: 1.78;
        }
    }
    .store_information_wrap .address_wrap .schedule_btn{
        max-width: 24.8rem;
        height: 5rem;
        margin: 0 auto;
    }
    .store_information_wrap .address_wrap .schedule_btn .text{
        font-size: 1.3rem;
        padding-left: 2.7rem;
        &::before{
            width: 1.56rem;
            height: 1.56rem;
        }
    }
    /*スライドショー*/
    .slide-items .slide-item{
        margin: 0 3.6rem 2rem;
        &:last-child{
            margin-bottom: 0;
        }
    }
    /*TOP - 予約*/
    .top_reservation{
        padding: 7.1rem 0 7.6rem; 
    }
    .top_reservation .container{
        padding: 0 2.8rem 0;
    }
    .top_reservation .ttl .main_ttl{
        font-size: 2.4rem;
    }
    .top_reservation .content_wrap{
        margin: 2rem 0 4rem;
    }
    .top_reservation .content_wrap p{
        font-size: 1.4rem;
        font-weight: normal;
        line-height: 2;
    }
    .top_reservation .line_btn{
        height: 6rem;
        width: 32rem;
        border: solid 0.2rem #fff;
    }
    .top_reservation .line_btn .text{
        font-size: 1.4rem;
        padding-left: 5.4rem;
        &::before{
            width: 3.4rem;
            height: 3.4rem;
        }
    }   
    /*TOP - 施術メニュー・料金*/
    .top_treatment_menu{
        padding: 6.6rem 0 10.9rem; 
    }
    .top_treatment_menu .content_wrap{
        margin-top: 2rem;
        padding: 3rem 2rem 6.6rem;
    }
    .top_treatment_menu .hokennai_menu_wrap h3, .top_treatment_menu .hokengai_menu_wrap h3{
        font-size: 1.9rem;
        margin-bottom: 2rem;
    }
    .top_treatment_menu .menu_dtl_wrap .menu_dtl{
        display: block;
        padding: 2rem 0;
    }
    .top_treatment_menu .menu_dtl_wrap .menu_dtl .head_wrap{
        width: 100%;
    }
    .top_treatment_menu .menu_dtl_wrap .menu_dtl .head_wrap h4{
        font-size: 1.7rem;
        margin-bottom: 1.4rem;
    }
    .top_treatment_menu .menu_dtl_wrap .menu_dtl .head_wrap p{
        font-size: 1.4rem;
    }
    .top_treatment_menu .menu_dtl_wrap .menu_dtl .price_wrap{
        width: 100%;
        margin-top: 1.2rem;
    }
    .top_treatment_menu .hokennai_menu_wrap .menu_dtl_wrap .menu_dtl .price_wrap .price{
        justify-content: space-between;
        margin-bottom: 1.4rem;
        &:last-child{
            margin-bottom: 0;
        }
    }
    .top_treatment_menu .hokennai_menu_wrap .menu_dtl_wrap .menu_dtl .price_wrap .price p{
        font-size: 1.7rem;
        font-weight: normal;
        &:last-child{
            font-weight: bold;
        }
    }
    .top_treatment_menu .hokengai_menu_wrap{
        margin-top:5rem;
    }
    .top_treatment_menu .hokengai_menu_wrap .menu_dtl_wrap .menu_dtl .price_wrap .price p{
        font-size: 1.6rem;
        letter-spacing: -.1rem;
    }
    .top_treatment_menu .remark{
        margin-top: 4.2rem;
    }
    .top_treatment_menu .remark h3{
        font-size: 1.7rem;
        line-height: 1.76;
        margin-bottom: .9rem;
    }
    .top_treatment_menu .remark p{
        font-size: 1.4rem;
    }
    /*TOP - 院長からひとこと*/
    .top_message{
        padding: 3.7rem 0 1.2rem; 
    }
    .top_message .ttl{
        margin-top: 3.9rem;
    }
    .top_message .main_ttl{
        font-size: 2.2rem;
    }
    .top_message .content_wrap{
        margin-top: 2.6rem;
        padding: 2rem 1.7rem 3.6rem;
        display: block;
    }
    .top_message .content_wrap .img_wrap{
        width: 100%;
    }
    .top_message .content_wrap .img_wrap img{
        width: 30%;
        margin: 0 3rem 0;
    }
    .top_message .content_wrap .name{
        margin: 0;
    }
    .top_message .content_wrap .name span{
        margin-right: 0;
    }
    
    .top_message .content_wrap .message_wrap{
        width: 100%;
        margin-top: 1.6rem;
    }
    .top_message .content_wrap .message_wrap h4{
        font-size: 1.9rem;
        line-height: 1.5;
        margin-bottom: 1.8rem;
    }
    .top_message .content_wrap .message_wrap .text{
        font-size: 1.4rem;
        line-height: 1.78;
    }

    /*分割画像*/
    .delimit_img_item{
        width: 25%;
        height: max(51px, 10vw);
    }
    .delimit_img_item img{
        max-height: 100%;
    }
	 .w80 img{
       width: 80%;
		     max-width: 65px;
    }

    /*下層 - 共通*/
    .under_mv{
        padding: 10.1rem 0 2.3rem;
    }

    /*下層 - お知らせ一覧*/
    .under_information{
        padding: 4.7rem 0 8rem;
    }
    .under_information .information_wrap{
        padding: .5rem 2rem 2.1rem;
    }
    .under_information .information_wrap .information_item{
        padding: 1.7rem 0 1.5rem;
    }

    /*下層 - お知らせ詳細*/
    .under_information_post{
        padding: 4.7rem 0 8rem;
    }
    .under_information_post .post_wrap{
        margin-top: 1.6rem;
        padding: 1.9rem 2rem 3rem;
    }
    .under_information_post .post_wrap .date{
        margin-bottom: 1.1rem;
    }
    .under_information_post .post_wrap h3{
        font-size: 1.7rem;
        line-height: 1.47;
    }
    .under_information_post .post_wrap h4{
        font-size: 1.5rem;
        line-height: 2;
        margin-bottom: 2.5rem;
    }
    .under_information_post .post_wrap hr{
        margin: 2.5rem 0;
    }
    .under_information_post .post_wrap .content_item{
        margin-bottom: 2.5rem;
    }
    .under_information_post .post_wrap .content_item img{
        margin-bottom: 1.5rem;
    }
    .under_information_post .post_wrap .content_item .text{
        font-size: 1.4rem;
    }
    .under_information_post .post_wrap .content_item .text p{
        line-height: 2;
    }
    .under_information_post .post_wrap .two_column_content_wrap{
        display: block;
    }
    .under_information_post .post_wrap .two_column_content_wrap > div{
        width: 100%;
    }
    .under_information_post .post_wrap .two_column_content_wrap .content_item{
        margin-bottom: 2rem;
        &:last-child{
            margin-bottom: 0;
        }
    }
}