@charset "utf-8";

/** フォント **/
@font-face {
    font-family: "Noto Sans JP", sans-serif;
    src: url('../fonts/NotoSansJP-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Noto Sans JP", sans-serif;
    src: url('../fonts/NotoSansJP-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Noto Sans JP", sans-serif;
    src: url('../fonts/NotoSansJP-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Zen Old Mincho';
    src: url('../fonts/ZenOldMincho-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Zen Old Mincho';
    src: url('../fonts/ZenOldMincho-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Josefin Sans", sans-serif;
    src: url('../fonts/JosefinSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Josefin Sans", sans-serif;
    src: url('../fonts/JosefinSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Prompt", sans-serif;
    src: url('../fonts/Prompt-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}



html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 8rem;
}
body {
    margin: 0;
    word-wrap: break-word;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: medium;
    line-height: 1.5;
    font-feature-settings: "palt" 1,"pkna" 1;
    position: relative;
    color: #333;
    letter-spacing: .5px;
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}
article, footer, main {
    display: block;
    width: 100%;
}
a {
    text-decoration: none;
    color: #333;
    transition: all .3s ease-in-out;
}
a:hover {
    color: var(--belura-color);
}
p{
    margin: 0;
    padding: 0;
}
img{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    vertical-align: top;
}
.sp_none{
    display: block;
}
.pc_none{
    display: none;
}
sub, sup {
    font-size: 50%;
    line-height: 0;
    vertical-align: baseline;
    position: relative;
}
sup {
    top: -.5rem;
}
svg:not(:root) {
    overflow: hidden;
}
ul,li,dl,dt,dd{
    margin: 0;
    padding: 0;
}
ul li{
    list-style-type: none;
}
main{
    padding: 0 0 clamp(2.5rem, -2.188rem + 18.75vw, 5rem);
    /*40-160*/
    margin: 0;
}
.bold_text{
    font-weight: bold;
    margin-top: 2em!important;
}
.text_center{
    text-align: center;
}
.text_line{
    margin: 2em auto .5em !important;
    color: #06c755;
    font-weight: 500;
    font-size: 18px;
}
/** ヘッダー **/
header{
    color: #000;
    font-size: clamp(0.688rem, 0.356rem + 0.58vw, 0.875rem);
    padding: 37px 0 13px;
    margin: -15px auto 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    position: sticky;
    top: 0;
    z-index: 50;
    background-color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0;
}
header .pc_menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 1rem;
    width: calc(100% - 2rem);
    max-width: calc(1440px - 2rem);
    margin: 0 auto;
}
header .header_title{
    font-size: 0.625rem;
    margin: 0 0 8px;
    width: 100%;
}
header .pc_menu .header_left{
    width: 23%;
    max-width: 300px;
}
header .pc_menu .header_left .pc_logo{
    width: 100%;
    height: auto;
}
header .pc_menu .header_right{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;
    align-items: center;*/
    width: 54%;
    justify-content: flex-end;
        align-items: flex-end;
}
header .pc_menu .header_right ul{
    display: flex;
    flex-wrap: nowrap;
    gap: clamp(0.5rem, -2.154rem + 4.62vw, 2rem);
    /*8-32*/
    margin: 0;
    /*margin: 0 clamp(0.5rem, -3.038rem + 6.15vw, 2.5rem) 0 0;*/
    /*8-40*/
}
header .pc_menu .cta_btn{
    /*margin: -1rem 0 0;*/
    width: 18%;
}
header .pc_menu .cta_btn a{
    background-color: #06C755;
    color: #fff;
    font-size: clamp(0.75rem, 0.087rem + 1.15vw, 1.125rem);
    /*12-18*/
    position: relative;
    font-weight: bold;
    text-align: center;
    padding: 1em 0 0.625rem 0;
    /*padding: 1rem clamp(1.5rem, 0.615rem + 1.54vw, 2rem) 0.625rem;
    /*24-32*/
    box-shadow: 0px 4px 0px 0px rgba(1, 88, 37, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
header .pc_menu .cta_btn a::after{
    content: "";
    background: url("../img/chevron-right-solid_w.svg")no-repeat;
    transition: all .3s ease-in-out;
    display: inline-block;
    width: clamp(0.8rem, -0.733rem + 2.67vw, 1rem);
    height: clamp(0.8rem, -0.733rem + 2.67vw, 1rem);
    /*920- .8r-1r*/
    margin: 0 0 0 .5em;
    /*8-16*/
}
header .pc_menu .cta_btn a:hover{
    padding-right: .5em;
}
header .pc_menu .cta_btn a:hover::after{
    margin: 0 -1em 0 1em;
    /*24-32*/
}
header .pc_menu .cta_btn a::before{
    content: "＼ 24時間受付中 ／";
    background-color: #fff;
    color: #333;
    font-size: clamp(0.625rem, -0.813rem + 2.5vw, 0.813rem);
    /*920- 10-13*/
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    /*8-32*/
    border-radius: 30px;
    border: solid 2px #06C755;
    display: inline-table;
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    margin: auto;
    width: clamp(7.5rem, -11.667rem + 33.33vw, 10rem);
    /*920- 7.5r-10r*/
}
.sp_hamburger{
    display: none;
}
header .pc_menu .header_right .header_tel{
    margin: -1.5rem 0 .6em;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
}
header .pc_menu .header_right .header_tel a{
    font-size: clamp(1.313rem, -0.604rem + 3.33vw, 1.563rem);
    /*920- 21-25*/
    font-weight: 400;
    font-family: 'Lato';
    display: inline-block;
    width: 8em;
    line-height: 1;
    text-align: right;
    letter-spacing: 1px;
    margin: 0;
}
header .pc_menu .header_right .header_tel span{
    font-size: 12px;
    width: 100%;
    text-align: right;
    color: #333;
}

header .pc_menu .header_right.medical_tel_none .header_tel{
    display: none;
}
header .pc_menu .header_right.medical_tel_none ul{
    margin: 0 0 clamp(0.3rem, -2rem + 4vw, 0.6rem);
    /*920- 0.45r-0.6r*/
    align-items: flex-end;
}
/** ヘッダーここまで **/


/** パンくず　**/
nav {
    margin: 0 auto;
    position: relative;
    width: calc(100% - 2rem);
    max-width: calc(1440px - 32px);
}
/** パンくずここまで **/


/** section **/
section{
    padding: clamp(4rem, -5.833rem + 20.51vw, 7.5rem) 0;
    /*4r-7.5r*/
}
/** sectionここまで **/


/** h2 **/
.Section__h2_title,
.Clinic__h2_title{
    font-size: clamp(2rem, 0.204rem + 4.79vw, 2.5rem);
    /*-767 2r-2.5r*/
    font-weight: 600;
    text-align: center;
    position: relative;
    margin: 0 auto 80px;
    width: 100%;
    z-index: 1;
}
.Clinic__h2_title{
    font-size: 2.25rem ;
}
.Section__h2_title::after,
.Clinic__h2_title::after{
    content: "";
    color: var(--belura-color);
    font-size: 4rem;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    position: absolute;
    bottom: -3rem;
    left: 0;
    right: 0;
    opacity: .1;
}
.Section__h2_title br,
.Clinic__h2_title br{
    display: none;
}

.Lower__h2_title{
    font-size: 1.5rem;
    /*24*/
    font-weight: 500;
    text-align: left;
    margin: 0 auto 2em;
    width: calc(100% - 1.5em);
    padding: 0 0 .6em 2em;
    border-bottom: dashed 1px var(--color-gray2);
    position: relative;
}
.Lower__h2_title::before{
    content: "";
    background: url(../img/icon_headingmark.svg) no-repeat;
    background-size: contain;
    width: 2em;
    height: 1.3em;
    display: inline-block;
    margin: 0 .5em 0 0;
    position: absolute;
    left: 0;
}
/** h2ここまで **/


/** 診療時間・アクセス **/
#clinic_info{
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    max-width: 1040px;
    padding: clamp(4rem, -5.833rem + 20.51vw, 7.5rem) 0;
    /*4r-7.5r*/
    margin: 0 auto;
    justify-content: space-between;
}
#clinic_info .Clinic__schedule{
    width: 59%;
}
#clinic_info .Clinic__address{
    width: 38%;
    align-self: flex-start;
}
#clinic_info .Clinic__h2{
    font-size: 2.25rem;
    /*36px*/
    text-align: center;
    font-weight: bold;
    margin: 0 auto 40px;
}
.Clinic__schedule .Clinic__h2_title::after{
    content: "CLINIC HOURS";
}
.Clinic__schedule_h3{
    border-radius: 10px;
    background-color: var(--belura-color);
    color: #fff;
    padding: .5rem 0;
    margin: 0 0 1rem;
    display: flex;
    align-items: center;    
    justify-content: center;
    width: 100%;
    height: calc(40px - 1rem);
}
.Clinic__schedule_inner{
    border-radius: 10px;
    border: solid 1px var(--belura-color);
    margin: 0 0 .5rem;
    padding: 1.5rem;
}
.Clinic__schedule_inner ul{
    margin: 0 auto 1rem;
    padding: 0 0 1rem;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: solid 1px var(--belura-color);
}
.Clinic__schedule_inner ul:first-child{
    padding: 0 0 .5rem;
}
.Clinic__schedule_inner ul:last-child{
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
}
.Clinic__schedule_inner ul li{
    width: calc((100% - 8rem) / 7);
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.Clinic__schedule_inner ul li:nth-child(1){
    width: 8rem;
}
.Clinic__schedule_inner ul:nth-child(n+2) li:nth-child(1) {
    font-size: 0.875rem;
}
.Clinic__schedule_inner ul li:nth-child(1).Clinic__soushin_time {
    font-size: 1rem;
}
.Clinic__schedule_inner ul:nth-child(n+2) li:nth-child(n+2) {
    color: var(--belura-color);
    font-size: 1.25rem;
}
.Clinic__schedule p{
    font-size: 0.875rem;
    margin: 0 0 1.5rem;
}
.Clinic__address{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Clinic__address .Clinic__h2_title::after{
    content: "ACCESS";
}
.Clinic__address iframe{
    width: 100%;
    height: 297px;
    margin: 0 0 1.5rem;
    border-radius: 20px;
}
.Clinic__address .Clinic__txt{
    width: 49%;
    line-height: 1.7;
    font-size: 0.875rem;
}
.Clinic__address .Clinic__txt .Clinic__txt_title{
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0 0 .5rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.Clinic__address .Clinic__txt .Clinic__txt_title .fa-solid{
    border: solid 1px #000;
    border-radius: 30px;
    padding: 5px;
    width: clamp(0.688rem, 0.447rem + 0.96vw, 1rem);
    font-size: clamp(0.688rem, 0.447rem + 0.96vw, 1rem);
    /*920 11-16*/
    text-align: center;
    margin: 0 .5rem 0 0;
}
.Clinic__address .Clinic__txt .Clinic__txt_title .fa-solid img{
    width: clamp(0.688rem, 0.447rem + 0.96vw, 1rem);
    height: clamp(0.688rem, 0.447rem + 0.96vw, 1rem);
    /*920 11-16*/
}
/** 診療時間・アクセスここまで **/


/** last_cta **/
section#last_cta{
    padding: 0;
    /*4r-7.5r*/
}
#last_cta .Last_cta__wrap{
    width: calc(96% - 82px);
    max-width: calc(1040px - 82px);
    margin: 0 auto;
    border: solid #8598A0 1px;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
}
#last_cta .Last_cta__upside{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
}
#last_cta .Last_cta__name{
    width: 50%;
    font-size: 0.875rem;
    line-height: 2;
}
#last_cta .Last_cta__name p,
#last_cta .Last_cta__message p{
    margin: 0 0 1rem;
    line-height: 1.7;
}
#last_cta .Last_cta__name p img{
    border-radius: 20px;
}
#last_cta .Last_cta__name_dr{
    font-size: 1.5rem;
    /*24*/
    font-weight: 600;
}
#last_cta .Last_cta__name_dr span{
    font-size: 1rem;
    color: var(--belura-color);
    margin: 0 0.75rem 0 0;
}
#last_cta .Last_cta__message{
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 2.5rem);
}
#last_cta .Last_cta__message_p {
    padding: 1rem 0 0;
}
#last_cta .Last_cta__message p:last-child{
    margin: 0;
}
#last_cta .Main__cta_linebtn {
    margin: auto;
}
#last_cta .Main__cta_linebtn a {
    color: #333;
}
#last_cta .Main__cta_linebtn a p span {
    color: #fff;
}
#last_cta .Main__cta_linebtn{
    display: block;
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
    padding: 2rem 0 .5rem;
}
#last_cta .Main__cta_linebtn a{
    background-color: #06C755;
    color: #fff;
    font-size: clamp(0.906rem, 0.517rem + 0.81vw, 1.125rem);
    /* 768- 14.5-18*/
    position: relative;
    font-weight: bold;
    text-align: center;
    padding: 1rem clamp(1.5rem, 0.615rem + 1.54vw, 2rem) 0.625rem;
    /*24-32*/
    box-shadow: 0px 4px 0px 0px rgba(1, 88, 37, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
#last_cta .Main__cta_linebtn a::after{
    content: "";
    background: url("../img/chevron-right-solid_w.svg")no-repeat;
    transition: all .3s ease-in-out;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 0 0 0 clamp(0.5rem, -0.385rem + 1.54vw, 1rem);
    /*8-16*/
}
#last_cta .Main__cta_linebtn a:hover{
    padding-right: clamp(0.5rem, -0.385rem + 1.54vw, 1rem);
    /*8-16*/
}
#last_cta .Main__cta_linebtn a:hover::after{
    margin: 0 0 0 clamp(1.5rem, 0.615rem + 1.54vw, 2rem);
    /*24-32*/
}
#last_cta .Main__cta_linebtn a::before{
    content: "＼ 24時間受付中 ／";
    background-color: #fff;
    color: #333;
    font-size: 0.8125rem ;
    /*13*/
    font-weight: bold;
    text-align: center;
    width: 13em;
    padding: 6px clamp(0.5rem, -2.154rem + 4.62vw, 2rem);
    /*8-32*/
    border-radius: 30px;
    border: solid 2px #06C755;
    display: inline-table;
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    margin: auto;
}
#last_cta .Main__cta_linebtn a .fa-solid{
    margin-left: 1rem;
}
/** last_ctaここまで **/


/** フッター **/
footer{
    color: #fff;
    background-color: var(--belura-color);
    width: 100%;
    padding: clamp(4rem, 3.231rem + 3.08vw, 5rem) 0 0;
    /*4r-5r*/
    display: flex;
    flex-wrap: wrap;
}
footer a{
    position: relative;
}
footer a::after{
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -3px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
footer a:hover::after{
    transform: scale(1, 1);
}
.Footer_menu a{
    color: #fff;
}
.Footer_wrap{
    width: 90%;
    max-width: 1440px;
    margin: auto;
}
.Footer_logo{
    text-align: center;
    width: 50%;
    max-width: 240px;
    margin: 0 auto 5rem;
}
footer .Footer_logo a{
    position: static;
}
.Footer_menu{
    width: 92%;
    max-width: 1440px;
    margin: 0 auto 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
}
.Footer_menu ul{
    width: auto;
    display: inline-block;
}
.Footer_menu ul li{
    width: 100%;
    margin: 0 0 0.78rem;
}
.Footer_menu ul li:first-of-type{
    font-size: 1.25rem ;
    margin: 0 0 1rem;
    font-weight: 600;
}
.Footer__last{
    width: 98%;
    margin: 0 auto 2.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Footer__last p{
    font-size: 0.875rem;
    /*14*/
}
.Footer__last p a{
    margin: 0 2rem 0 0;
    color: #fff;
}
.Footer__last p a:hover{
    color: #fff;
}
.Footer__last p a:last-of-type{
    margin: 0;
}
/** フッターここまで **/


/** 通常ボタン **/
.Explan__btn {
    display: block;
    margin: auto;
    text-align: center;
}
.Explan__btn a{
    color: #fff;
    background-color: rgba(66,185,174,1);
    font-weight: 600;
    padding: 1rem 3rem;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: auto;
    display: inline-block;
    border: solid 1px rgba(66,185,174,1);
    position: relative;
    min-width: 200px;
}
.Explan__btn a::after{
    content: "";
    background: url("../img/chevron-right-solid_w.svg")no-repeat;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 0 0 1rem;
    position: absolute;
    right: 1rem;
    top: 1.2rem;
    /*8-16*/
}
.Explan__btn a:hover{
    color:  rgba(66,185,174,1);
    background-color: #fff;
}
.Explan__btn a:hover::after{
    content: "";
    background: url("../img/chevron-right-solid_g.svg")no-repeat;
}
/** 通常ボタンここまで **/


/** SP フローティングボタン **/
#floating,
#floating a{
    display: none;
}

/** SP フッターメニュー **/
.Footer__sp_menu{
    display: none;
}

/** アンカーボタン **/
.lower_layer > .anchorButton,
.wp_layer > .anchorButton{
    margin: 6em auto 0;
}
.anchorButton{
    width: 80%;
    max-width: 600px;
    margin: auto;
}
.anchorButton ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1em 0;
}
.anchorButton ul li{
    width: 48%;
}
.anchorButton ul li a{
    color: var(--belura-color);
    border: solid 1px var(--belura-color);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em .5em;
    font-weight: 500;
    position: relative;
}
.anchorButton ul li a::after{
    content: "";
    background: url(../img/chevron-bottom-solid_g.svg) no-repeat;
    display: inline-block;
    width: 1em;
    height: 1em;
    /*margin: 0 0 0 1em;*/
    position: absolute;
    right: 1.2em;
}
.anchorButton ul li a:hover{
    color: #fff;
    border: solid 1px var(--belura-color);
    background-color: var(--belura-color);
}
.anchorButton ul li a:hover::after{
    content: "";
    background: url(../img/chevron-bottom-solid_w.svg) no-repeat;
}
/** アンカーボタン **/


@media screen and (min-width: 1201px) {
}


@media screen and (max-width: 920px) {
html {
    scroll-padding-top: 6rem;
}
/** SPヘッダー **/
header {
    padding: 0.5rem 1rem;
    background: none;
    background-color: rgba(255,255,255,0.9);
    width: calc(100% - 2rem);
    height: 3rem;
}
header .header_logo{
    width: 65%;
    max-width: 220px;
    height: auto;
    margin: 0;
    z-index: 100;
}
.sp_hamburger{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.sp_right{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
header .pc_menu {
    display: none;
}
header nav{
    display: block;
}
header ul li a::after {
    position: absolute;
    content: "";
    background: url("../img/chevron-right-solid_b.svg")no-repeat;
    width: 1rem;
    height: 1rem;
    right: clamp(3rem, 1.462rem + 6.15vw, 5rem);
}
.drawer__button {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999;
}
.drawer__button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2px;
  background-color: black;
  transform: translateX(-50%);
}
.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.7rem));
  transition: transform 0.3s ease;
}
.drawer__button > span:nth-child(2) {
  transform: translate(-50%, calc(-50% + 0rem));
  transition: opacity 0.3s ease;
}
.drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.7rem));
  transition: transform 0.3s ease;
}
.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}
.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.drawer__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.drawer__nav.active {
    opacity: 1;
    visibility: visible;
    padding: 4rem 0 0;
    background-color: #fff;
    transition: opacity 0.3s ease;
}
.drawer__nav__inner {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: white;
    padding: 1.5rem 0 0;
    margin: 0;
    border-top: solid 1px #e5e5ea;
    overflow: scroll;
}
.drawer__nav__inner::-webkit-scrollbar{
  display: none;
}
.drawer__nav__menu {
    list-style: none;
    padding-left: 0;
    flex-wrap: wrap;
}
.drawer__nav__link {
    padding: 1.5rem;
    border-bottom: 1px #333 dashed;
    width: calc(90% - 3rem);
    margin: auto;
    text-align: left;
    align-items: center;
    display: flex;
}
li.drawer__nav__item {
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 0.875rem;
    /*14*/
}


/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}
/** 920 SPヘッダーここまで **/

    
/** 920 診療時間・アクセス **/
#clinic_info .Clinic__schedule{
    width: 100%;
    margin: 0 auto clamp(2.5rem, -2.188rem + 12.5vw, 5rem);
    /*-920 40-80*/
}
#clinic_info .Clinic__address{
    width: 100%;
    justify-content: center;
    gap: 0 2rem;
}
.Clinic__address .Clinic__txt{
    width: auto;
}
/** 920 診療時間・アクセスここまで **/


/** 920 SPフッター **/
footer{
    padding-bottom: 7rem;
}
.Footer_menu {
    gap: 1rem;
}
.Footer_menu ul {
    width: calc(100% / 2 - 1rem);
}
/** 920 SPフッターここまで **/

    
/** 920 last_cta **/
#last_cta .Last_cta__message_p {
    padding: 1rem 0 2rem;
}
#last_cta .Last_cta__message p:last-of-type{
    margin: 0.5rem 0 0;
}
/** 920 last_ctaここまで **/

    
/** 920 SPフローティングボタン**/
#floating{
    display: none;
    width: 98%;
    margin: 0 auto;
    position: fixed;
    bottom: 0px;
    z-index: 10;
    left: 1%;
}
#floating br{
    display: none;
}
#floating .floating_btn{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#floating .floating_btn .floating_web,
#floating .floating_btn .floating_tel{
    width: calc(50% - 1px);
    margin: 0 0 -2px;
}
#floating .floating_btn .floating_web a,
#floating .floating_btn .floating_tel a{
    background-color: #06C755;
    color: #fff;
    font-size: clamp(1.063rem, 0.858rem + 0.82vw, 1.25rem);
    /*-767 13-20*/
    position: relative;
    font-weight: 500;
    text-align: center;
    padding: .4em 0 .3em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: solid 2px #fff;
    border-radius: 8px 8px 0 0;
}
#floating .floating_btn .floating_tel a{
    background-color: #42B9AE;
}
#floating .floating_btn .floating_web a span,
#floating .floating_btn .floating_tel a span{
    font-size: 12px;
    /*-767 13-18*/
    width: 100%;
}
#floating.floating_medical .floating_btn .floating_web{
    width: 100%;
    margin: 0 0 -2px;
}
#floating.floating_medical .floating_btn .floating_tel{
    display: none;
}
#floating a .fa-solid{
    margin-left: 1rem;
}
/*#floating a::before{
    content: "＼ 24時間受付中 ／";
    background-color: #fff;
    color: #333;
    font-size: 0.75rem;
    font-weight: bold;
    text-align: center;
    width: 13rem;
    padding: 6px 2rem;
    border-radius: 30px;
    border: solid 2px #06C755;
    display: inline-table;
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    margin: auto;
}*/
/*#floating a::after{
    content: "";
    position: absolute;
    right: 1.5rem;
    font-size: .9rem;
    background: url("../img/chevron-right-solid_w.svg")no-repeat;
    width: 1rem;
    height: 1rem;
}
/** 920 SPフローティングボタンここまで **/
}


@media screen and (max-width: 767px) {
.cta_btn{
    display: none;
}
.Lower__h2_title{
    font-size: clamp(1.125rem, 0.853rem + 1.09vw, 1.375rem);
    /*-767 18-22*/
    margin: 0 auto 2em;
}

/** 767 section **/
section{
    padding: 4rem 0;
}
/** 767 sectionここまで **/


/** 767 last_cta **/ 
#last_cta .Last_cta__wrap {
    width: calc(90% - clamp(3rem, 1rem + 8vw, 4rem) - 2px);
    /*3r-4r*/
    padding: clamp(1.5rem, 0.5rem + 4vw, 2rem);
    /*1.5r-2r*/
    border-radius: 8px;
}
#last_cta .Last_cta__name{
    width: 100%;
    font-size: clamp(0.75rem, 0.5rem + 1vw, 0.875rem);
    /*12-14*/
    text-align: center;
    line-height: 2;
    margin: 0 auto .5rem;
}
#last_cta .Last_cta__name_dr {
    font-size: clamp(1.375rem, 1.239rem + 0.54vw, 1.5rem);
    /*22-24*/
}
#last_cta .Last_cta__name span{
    font-size: clamp(1.125rem, 0.784rem + 1.36vw, 1.438rem);
    /*18-23*/
    margin: 0 1rem 0 0;
}
#last_cta .Last_cta__name p img{
    border-radius: 8px;
}
#last_cta .Last_cta__name br{
    display: block;
}
#last_cta .Last_cta__message {
    width: 100%;
}
#last_cta .Last_cta__message_p {
    padding: 0 0 2rem;
}
#last_cta .Main__cta_linebtn a{
    font-size: clamp(0.938rem, 0.665rem + 1.09vw, 1.188rem);
    /* -767 15-19*/
}
/** 767 last_ctaここまで **/


/** 767 SPフッター **/
.Footer_wrap {
    width: 100%;
}
.Footer_menu{
    display: none;
}
.Footer__sp_menu{
    display: block;
}
.Footer__last {
    flex-direction: column;
    margin: 0 auto;
}
.Footer__last p{
    width: auto;
    margin: 0 auto clamp(3rem, 0.82rem + 8.72vw, 5rem);
    /*3r-5r*/
    display: flex;
    flex-direction: column;
    text-align: center;
}
.Footer__last p:first-of-type{
    margin: 0 auto;
}
.Footer__last p:last-of-type {
    order: -1;
}
.Footer__last p a {
    margin: 0 auto 2rem;
}
/** 767 SPフッターここまで **/


/** 767 フッターSPメニュー **/
.Footer__sp_menu_content {
  display: none;
}
.Footer__sp_menu{
    width: 100%;
    margin: auto;
    margin: 0 auto 3rem;
}
.Footer__sp_menu_header {
    padding: 1.5rem 2rem 1.5rem 1rem;
    margin: 0;
    cursor: pointer;
    position: relative;
    border-bottom: solid 1px #fff;
}
.Footer__sp_menu_header:nth-child(1) {
    border-top: solid 1px #fff;
}
.Footer__sp_menu_header::before,
.Footer__sp_menu_header::after{
    position: absolute;
    content: '';
    top: 1px;
    right: 1rem;
    bottom: 0;
    width: 1em;
    height: 1px;
    margin: auto;
    background: #fff;
}
.Footer__sp_menu_header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.Footer__sp_menu_header.active::after{transform:rotate(0deg);}

.Footer__sp_menu_content {
    background-color: #fff;
}
.Footer__sp_menu_header span,
.Footer__sp_menu_content span{
  position: relative;
}
.Footer__sp_menu_content span a{
    color: #000;
    padding: 1.5rem 2rem 1.5rem 1rem;
    display: block;
    border-bottom: solid 1px var(--belura-color);
}
/** 767 フッターSPメニューここまで **/

    
/** 767 SPフローティングボタン **/
#floating a::before{
    padding: 6px 2rem;
    width: calc(85% - 4rem - 4px);
    min-width: 10rem;
    max-width: 17rem;
}
/** 767 SPフローティングボタンここまで **/


/** 767 アンカーポイント **/
.lower_layer > .anchorButton,
.wp_layer > .anchorButton{
    margin: 3em auto 0;
}
.anchorButton ul li {
    width: 100%;
}
/** 767 アンカーポイントここまで **/
}


@media(min-width: 920px){
a[href^="tel:"]{
    pointer-events: none;
}
}

@media screen and (max-width: 600px) {
body {
    font-size: clamp(0.875rem, 0.625rem + 1vw, 1rem);
    /*14-16*/
    line-height: 1.5;
}
.sp_none{
    display: none;
}
.pc_none{
    display: block;
}


/** 600 section **/
section{
    padding: clamp(3rem, 1rem + 8vw, 4rem) 0 4rem;
    /*-400 3r-4r*/
}
/** 600 sectionここまで **/


/** 600 h2 **/
.Section__h2_title,
.Clinic__h2_title,
.Column02__h2_title{
    font-size: clamp(1.75rem, 0.75rem + 4vw, 2.25rem);
    /*28-36*/
    margin: 0 auto clamp(2.813rem, 1.688rem + 4.5vw, 3.375rem);
    /*45-54*/
}
.Section__h2_title::after,
.Clinic__h2_title::after,
.Column02__h2_title::after{
    font-size: clamp(2.813rem, 0.938rem + 7.5vw, 3.75rem);
    /*45-60*/
    bottom: clamp(-1.875rem, 1.375rem + -13vw, -3.5rem);
    /*-600 -30 - -56*/
}
.Section__h2_title br,
.Clinic__h2_title br,
.Column02__h2_title br{
    display: block;
}
#features .Section__h2_title {
    margin: 0 auto clamp(2.813rem, -0.313rem + 12.5vw, 4.375rem);
    /*45-70*/
}
/** 600 h2ここまで **/


/** 600 診療時間・アクセス **/ 
#clinic_info {
    width: 90%;
    padding: 4rem 0;
}
.Clinic__address iframe {
    height: 340px;
    margin: -1.5rem 0 0;
    border-radius: 8px;
}
#clinic_info .Clinic__address {
    gap: 1.5rem 0;
}
.Clinic__schedule_inner{
    border: none;
    padding: 0;
    margin: 0 0 1rem;
}
.Clinic__schedule_inner ul li{
    font-size: clamp(0.75rem, 0.5rem + 1vw, 0.875rem)!important;
}
.Clinic__schedule_h3{
    border-radius: 4px;
}
.Clinic__schedule p {
    font-size: clamp(0.75rem, 0.5rem + 1vw, 0.875rem);
}
.Clinic__address .Clinic__txt {
    width: 100%;
}
/** 600 診療時間・アクセスここまで **/


/** 600 フローティングボタン **/
#floating a::before {
    min-width: auto;
    padding: 6px 1rem;
}
.Explan__btn a{
    min-width: 12rem;
}
/*#last_cta .Main__cta_linebtn a::before {
    width: calc(85% - clamp(0.5rem, -2.154rem + 4.62vw, 2rem) - 4px);
    min-width: 10rem;
    max-width: 17rem;
}*/
/** 600 フローティングボタンここまで **/
}




/********* ここから下層　*********/
/** 下層MV **/
.lowermain,
.no_mv{
    width: 100%;
    background: url("../img/img_pre_mv.png")no-repeat top center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0;
    padding: 0;
    height: clamp(18.75rem, 1.19rem + 36.63vw, 25rem);
    /*300 - 400*/
}
.lowermain::after,
.no_mv{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
}

.lowermain .breadcrumbs,
.no_mv .breadcrumbs{
    width: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.75rem;
    /*12*/
    z-index: 1;
    color: #fff;
    position: absolute;
    top: 1rem;
}
.lowermain .breadcrumbs a,
.no_mv .breadcrumbs a{
    color: #fff;
    position: relative;
}
.lowermain .breadcrumbs a::after,
.no_mv .breadcrumbs a::after{
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -3px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
.lowermain .breadcrumbs a:hover,
.no_mv .breadcrumbs a:hover{
    color: #fff;
}
.lowermain .breadcrumbs a:hover::after,
.no_mv .breadcrumbs a:hover::after{
    transform: scale(1, 1);
}
.lowermain ul li,
.no_mv ul li{
    margin: 0 .5rem 0 0;
}
.lowermain ul li + li::before,
.no_mv ul li + li::before{
    content: ">";
    margin-right: .5rem;
}
.lowermain .main__h1,
.wp_main .main__h1{
    font-family: 'Zen Old Mincho';
    font-weight: 600;
    font-size: clamp(3.125rem, 1.575rem + 3.23vw, 4rem);
    /*50-64*/
    color: #fff;
    text-align: center;
    z-index: 1;
    width: calc(100% - 2rem);
    max-width: calc(1440px - 32px);
    margin: 0 auto;
}



/* MVが無い場合 */
.no_mv{
    position: relative;
    background: none;
    margin: 0;
}
.no_mv .breadcrumbs{
    color: #333;
}
.no_mv .breadcrumbs a{
    color: #333;
}
.no_mv .breadcrumbs a::after{
    background: #333;
}
.no_mv .breadcrumbs a:hover{
    color: #333;
}
/* MVが無い場合ここまで */
/** 下層MVここまで **/



@media screen and (max-width: 767px) {
/** 767 下層MV **/
.lowermain{
    height: clamp(12.5rem, 5.688rem + 27.25vw, 18.75rem);
    /*-767 200 - 300*/
}
.lowermain .breadcrumbs,
.no_mv .breadcrumbs{
    text-align: left;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
    margin: 0;
    width: 100%;
}
.lowermain .breadcrumbs::-webkit-scrollbar,
.no_mv .breadcrumbs::-webkit-scrollbar{
    display: none;
}
.lowermain .main__h1,
.wp_main .main__h1{
    font-size: clamp(2.188rem, 1.166rem + 4.09vw, 3.125rem);
    /*35-50*/
}
/** 下層MVここまで **/
}


/********** ここからwp　*********/
.wp_main{
    width: 100%;
    background: url("../img/img_pre_mv.png")no-repeat top center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0;
    padding: 0;
    height: clamp(18.75rem, 1.19rem + 36.63vw, 25rem);
    /*300 - 400*/
}
.wp_main::after{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
}
.wp_main .breadcrumbs,
.wp_no_main .breadcrumbs{
    width: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.75rem;
    /*12*/
    z-index: 1;
    color: #fff;
    position: absolute;
    top: 1rem;
}
.wp_no_main .breadcrumbs{
    left: 0;
}
.wp_main .breadcrumbs a,
.wp_no_main .breadcrumbs a{
    color: #fff;
    position: relative;
}
.wp_main .breadcrumbs a::after,
.wp_no_main .breadcrumbs a::after{
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -3px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
.wp_main .breadcrumbs a:hover{
    color: #fff;
}
.wp_main .breadcrumbs a:hover::after,
.wp_no_main .breadcrumbs a:hover::after{
    transform: scale(1, 1);
}
.wp_main ul li,
.wp_no_main ul li{
    margin: 0 .5rem 0 0;
}
.wp_main ul li + li::before,
.wp_no_main ul li + li::before{
    content: ">";
    margin-right: .5rem;
}
.wp_main .main__h2{
    font-family: 'Zen Old Mincho';
    font-weight: 600;
    font-size: clamp(3.125rem, 1.575rem + 3.23vw, 4rem);
    /*50-64*/
    color: #fff;
    text-align: center;
    z-index: 1;
}
/* MVが無い場合 */
.wp_no_main{
    position: relative;
    background: none;
}
.wp_no_main .breadcrumbs{
    color: #333;
}
.wp_no_main .breadcrumbs a{
    color: #333;
}
.wp_no_main .breadcrumbs a::after{
    background: #333;
}
.wp_no_main .breadcrumbs a:hover{
    color: #333;
}
/* MVが無い場合ここまで */
#column_wrap{
    width: 90%;
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.7;
    padding: 5.5rem 0;
    /*4r-7.5r*/
}
.wp_layer{
}
.column__single{
    width: 100%;
    max-width: 700px;
    margin: auto;
}
.column__single800{
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.column__left{
    width: calc(100% - 300px - 2em);
    max-width: 700px;
    margin: 0;
}
.column__right{
    width: 300px;
    margin: 0;
}



@media screen and (max-width: 920px) {
/** 920 MV **/
.wp_main,
.lowermain,
.no_mv{
    margin: 0;
}
.wp_main .breadcrumbs,
.wp_no_main .breadcrumbs{
    text-align: left;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
    margin: auto;
    width: auto;
}
.wp_main .breadcrumbs::-webkit-scrollbar,
.wp_no_main .breadcrumbs::-webkit-scrollbar{
    display: none;
}
.column__left{
    width: 100%;
    max-width: 100%;
}
.column__right{
    width: 100%;
    max-width: 100%;
}
.column__left + .column__right{
    margin-top: 3em;
}
}


@media screen and (max-width: 767px) {  
.wp_main{
    height: clamp(12.5rem, 5.688rem + 27.25vw, 18.75rem);
    /*-767 200 - 300*/
}
.wp_main .breadcrumbs,
.wp_no_main .breadcrumbs{
    text-align: left;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
    margin: 0;
    width: 100%;
}
.wp_no_main .breadcrumbs{
    width: 100%;
}
.wp_main .breadcrumbs::-webkit-scrollbar,
.wp_no_main .breadcrumbs::-webkit-scrollbar{
    display: none;
}
}

:root {
    --belura-color: #42B9AE;
    --section-back: #F9F9F9;
    --color-gray: #e5e5ea;
    --color-gray2: #8598A0;
}