*{padding: 0;margin: 0;box-sizing: border-box;font-family: "Noto Serif JP", serif;}
a{text-decoration: none;color: #424242;}img{display: block;}.pc{display: block;}.sp{display: none;}
.notosansjp,.notosansjp *{font-family: "Noto Sans JP", serif;color: #424242;}
.w80{width:80%}.w81{width:81%}.w82{width:82%}.w83{width:83%}.w84{width:84%}.w85{width:85%}.w86{width:86%}.w87{width:87%}.w88{width:88%}.w89{width:89%}
.w90{width:90%}.w91{width:91%}.w92{width:92%}.w93{width:93%}.w94{width:94%}.w95{width:95%}.w96{width:96%}.w97{width:97%}.w98{width:98%}.w99{width:99%}
.w100{width:100%}.mxauto {margin-left: auto;margin-right: auto;}.hauto {height: auto;}
.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}
.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
.row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}
.align-items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-items-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}
.justify-content-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.justify-content-between{-webkit-box-pack:between;-ms-flex-pack:between;justify-content:space-between}.justify-content-around{-ms-flex-pack:distribute;justify-content:space-around}
.bg-white{background-color: #fff;}
.mw1200{max-width: 1200px;}

header{position: relative;max-width: 780px;}
.header-logo{position: absolute;top: 0;left: 0%;height: 100%;width: 50%;display: flex;}
main{background: #ffe9e9;}
.fv{padding-bottom: 0%;}
.fv-banner {position: relative;padding-bottom: 2%;}
.fv-banner a{position: absolute;bottom: 15%;left: 50%;transform: translateX(-50%);width: 66%;height: 26%;}
.gift{padding-bottom: 0%;}
.ctv_btn01{padding-bottom: 2%;}
.google-reviews{margin-bottom: 4%;}
.google-reviews .pc{width: 62%;}
.ctv_btn02{z-index: 2;position: relative;}
.about{padding-top: 4%;padding-bottom: 4%;background-color: #ffe9e9;}
.about .pc{width: 62%;}
.point{margin-bottom: 4%;padding-top: 3%;}
.point .pc{width: 62%;}
.doctor .pc{width: 62%;margin-bottom: 4%;}
.reviews {margin-bottom: 2%;margin-top: 2%;}
.reviews .pc{width: 57%;}
.flow{padding-bottom:2%;margin-top: -4.4%;position: relative;}
.flow-link{position: absolute;top: 20.2%;right: 33.9%;width: 10%;height: 1%;}
.access{position: relative;padding-top: 2%;}
.access-btn {margin-top: -14%;padding-bottom: 4%;}
.plan{background: #ffe9e9;margin-bottom: 2%;}
.ctv_btn01 a,.ctv_btn02 a {width: 61%;}
main .access iframe{position: absolute;bottom: 30.0%;right: 18.7%;width: 31.4% !important;height: 35.2% !important;}
.footer{padding: 4% 0;}
.ctv_btn01 a,.ctv_btn02 a{animation: btn 1.6s ease-in infinite;}
.banner {position: fixed;bottom: 2%;left: 50%;transform: translateX(-50%);opacity: 0;visibility: hidden;transition: opacity 0.4s, visibility 0.4s;z-index: 100;max-width: 780px;}
.banner.show {opacity: 1;visibility: visible;}
.banner a {position: relative;animation: btn 1.6s ease-in infinite;}
@keyframes btn {
    0% {transform: scale(1.09);}
    10% {transform: scale(1.09);}
    30% {transform: scale(1.01);}
    40% {transform: scale(1.01);}
    50% {transform: scale(1, 1.04);}
    60% {transform: scale(1.09);}
    70% {transform: scale(1.02);}
    100% {transform: scale(1.09);}
}
@media screen and (max-width: 767px) {
    .pc {display: none;}
    .sp {display: block;}
    .fv-banner {padding-bottom: 4%;}
    .fv-banner a{bottom: 13%;width: 92%;}
    .gift{padding-bottom: 4%;}
    .point{padding-top: 5%;}
    .doctor{margin-bottom: 4%;}
    .plan{margin-bottom: 0%;}
    .flow{padding-bottom: 4%;margin-top: -4.4%;position: relative;}
    .access-btn {margin-top: 0;}
    .ctv_btn01 a,.ctv_btn02 a {width: 90%;}
    main .access iframe{position: absolute;bottom: 4.3%;left: 50%;transform: translateX(-50%);width: 72.8% !important;height: 27.2% !important;}
    .footer{margin-top: -20%;padding: 0;}
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.38889vw 0;
    background: #fff !important;
    z-index: 100;
    padding: .38889vw 0 !important;
    max-width: none !important;
}
header img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.header .gothic {
    font-family: "Noto Sans JP", sans-serif !important;
}
header ul,header ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 3.47222vw 0 2.43056vw;
}
.site-desc.gothic {
    font-size: .90278vw;
}
.logo_content .logo img {
    width: 23.30556vw !important;
}
.logo_content .logo .logo_wh {
    display: none;
}
.toggle-menu {
    display: none;
    cursor: pointer;
}
.global_nav {
    margin-top: 0.69444vw;
}
.global_nav ul {
    display: flex;
    gap: 1.25vw;
}
.global_nav ul li a {
    font-size: 1.166664vw !important;
    font-weight: 500;
}
.sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #ffffffb5;
    z-index: 1000;
    transition: opacity .3s ease, visibility .3s ease;
    display: flex;
    flex-direction: column;
    gap: 0 !important;
}
.sp_only {
    display: none;
}
.cta {
    display: none;
}
main {
    padding-top: 6.28vw !important;
}


@media screen and (max-width: 767px) {
    main {
        padding-top: 121px !important;
        max-width: 780px;
        position: relative;
    }
    main::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 121px;
        background: #fff;
    }
    header {
        background: #fff !important;
    }
    .header_inner {
        display: block;
        margin: 0 2.66667vw;
    }
    .logo_content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 100;
    }
    .site-desc.gothic {
        display: none !important;
    }
    .logo_content .logo img {
        width: 190px !important;
    }
    .toggle-menu {
        display: inline-block;
        width: 5.86667vw;
        height: 4.8vw;
        position: relative;
        z-index: 100;
        outline: none;
        background: none;
        border: none;
    }
    .toggle-menu::before {
        content: "MENU";
        display: inline-block;
        font-size: 1.87vw;
        color: #D97B5A ;
        font-weight: bold;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .toggle-menu .toggle-line::before, .toggle-menu .toggle-line::after {
        background: #D97B5A !important;
    }
    .toggle-menu .toggle-line::before, .toggle-menu .toggle-line::after {
        content: "";
        position: absolute;
        left: 0;
        width: 5.86667vw;
        height: 0.26667vw;
        background-color: #2046a8;
        transition: .3s;
    }
    .toggle-menu .toggle-line::before {
        bottom: 0;
        animation: menu-barTop 0.6s forwards;
    }
    .toggle-menu .toggle-line::after {
        bottom: 1.33333vw;
        animation: menu-barBottom 0.6s forwards;
    }
    .toggle-menu.open .toggle-line::before, .toggle-menu.open .toggle-line::after {
        background: #fff !important;
    }
    .open .toggle-menu .toggle-line::after {
        background-color: #fff;
        animation: active-menu-barBottom 0.6s forwards;
        transform: rotate(10deg);
        bottom: 0.8vw;
    }
    .open .toggle-menu .toggle-line::before {
        background-color: #fff;
        animation: active-menu-barTop 0.6s forwards;
        transform: rotate(-10deg);
        bottom: 0.8vw;
    }
    .header_nav {
        position: fixed;
        top: 0;
        left: 0;
        padding: 18.66667vw 4vw 26.66667vw;
        display: flex;
        flex-direction: column;
        width: 100vw;
        height: 100vh;
        background-color: #2046a8;
        z-index: 90;
        transform: translateX(100%);
        transition: 0.3s ease-out;
        background: #D97B5A !important;
    }
    .global_nav {
        margin-top: 21.33333vw;
        padding: 0 8vw;
    }
    .global_nav ul {
        flex-flow: column;
        align-items: center;
        width: 32vw;
        margin: 0 auto;
        gap: 5.33333vw;
    }
    .global_nav ul {
        width: 100% !important;
        gap: 4.33333vw !important;
    }
    .global_nav ul li {
        width: 100%;
        text-align: center;
    }
    .global_nav ul li {
        text-align: left !important;
        border-bottom: 1px solid #fff;
        padding-bottom: 1rem;
    }
    .global_nav ul li:nth-of-type(1) {
        border-bottom: 0.26667vw solid #fff;
        padding-bottom: 2.66667vw;
    }
    .global_nav ul li a {
        font-size: 1rem !important;
    }
    .global_nav ul li a {
        display: block;
        width: 100%;
        font-size: 3.46667vw;
        color: #fff;
    }
    .global_nav ul li .sub-menu {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        transition: opacity .3s ease, visibility .3s ease;
    }
    .global_nav ul li .sub-menu.clinic-sub-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transition: none;
        position: relative !important;
        background: initial;
    }
    .global_nav ul li .sub-menu.clinic-sub-menu li {
        border: none !important;
        padding: .3em !important;
    }
    .treatment-menu::after {
        content: "+";
        float: right;
        transition: transform .3s ease;
    }
    .global_nav ul li.active .treatment-menu::after {
        content: "-";
    }
    .global_nav ul li.active .treatment-sub-menu {
        background: initial !important;
    }
    .medi_menu_list .medi_menu_list_tit {
        margin-bottom: .5rem !important;
    }
    header .medi_menu_list {
        width: 100% !important;
    }
    header .medi_menu_list .medi_menu_list_tit {
        font-size: .9375vw !important;
    }
    
    .global_nav ul li.active .medi_menu_box_wrap {
        margin-top: 1rem;
    }
    .sub-menu p.medi_menu_list_tit {
        display: none;
    }
    .global_nav ul li.active .sub-menu {
        opacity: 1;
        visibility: visible;
        position: relative;
    }
    header .medi_menu_list .medi_menu_box_wrap {
        width: 100%;
        display: grid;
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(1, 1fr);
        gap: 0 !important;
    }
    header .medi_menu_list .medi_menu_box_wrap .medi_menu_box {
        display: flex;
        gap: .6vw;
        flex-direction: column;
    }
    header .medi_menu_list .medi_menu_box_wrap .medi_menu_box dl {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #ddd;
    }
    .global_nav ul li.active .medi_menu_box dl {
        flex-direction: column;
        border: none !important;
    }
    header .medi_menu_list .medi_menu_box_wrap .medi_menu_box dt {
        font-size: .9375vw !important;
        font-weight: bold;
        padding: 1.5vw .5vw 1.5vw 2.5vw;
        margin: 0 !important;
        letter-spacing: .1em;
        width: 15%;
    }
    .global_nav ul li.active .medi_menu_box dt {
        font-size: 1rem !important;
        width: 100% !important;
        color: #fff !important;
        background: #ffffff24;
        border: none !important;
    }
    header .medi_menu_list .medi_menu_box_wrap .medi_menu_box dd {
        width: 80%;
    }
    header .medi_menu_list .medi_menu_box_wrap .medi_menu_box ul {
        gap: 0 !important;
    }
    .medi_menu_list .medi_menu_box_wrap .medi_menu_box ul li {
        line-height: 170%;
    }
    header .medi_menu_list .medi_menu_box_wrap .medi_menu_box li {
        line-height: 170%;
        list-style: none;
    }
    .global_nav ul li.active .medi_menu_box li {
        border: none !important;
        padding: 0 !important;
    }
    header .medi_menu_list .medi_menu_box_wrap .medi_menu_box li a {
        font-size: .8333vw !important;
        padding: 0;
        padding: 0 .5vw !important;
    }
    .global_nav ul li.active .medi_menu_box a {
        font-size: .875rem !important;
        text-align: left;
    }
    .open .header_nav {
        transform: translateX(0);
        overflow: auto;
    }
    .sp_tel.sp_only {
        display: none !important;
    }
    .cta {
        top: 60px;
        height: fit-content;
        display: block;
    }
    .cta {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        transition: opacity 0.5s ease-out;
    }
    .cta_wrap {
        gap: .8vw !important;
        padding: 10px !important;
        background: #fff;
    }
    .cta_wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.8vw;
    }
    .cta_wrap a {
        padding: 11px 0 !important;
        font-size: 14px !important;
        border-radius: 8px !important;
    }
    .cta_wrap a {
        font-size: 3.73333vw;
        padding: 2.66667vw 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1.33333vw;
        writing-mode: unset;
    }
    .cta_wrap .link1 {
        background: #2046a8;
        color: #fff;
        border-radius: 3.2vw 0 0 0;
    }
    .cta_wrap .link1::after {
        width: 1.8vw !important;
        background-image: url(/wp-content/uploads/calendar-days-solid.png) !important;
    }
    .cta_wrap .link1::after {
        width: 15px !important;
        height: 15px !important;
    }
    .cta_wrap .link1::after {
        content: "";
        display: inline-block;
        width: 3.73333vw;
        height: 3.73333vw;
        background-image: url(../images/common/icon_cta_tel.svg);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
    }
    .cta_wrap .link2 {
        border-color: #D97B5A !important;
        background: #D97B5A !important;
        color: #fff !important;
        text-orientation: upright;
    }
    .cta_wrap .link2 {
        background: #fff;
        color: #2046a8;
        border-left: 0.06944vw solid #2046a8;
        border-top: 0.06944vw solid #2046a8;
        border-bottom: 0.06944vw solid #2046a8;
    }
    .cta_wrap .link2 {
        background: #fff;
        color: #2046a8;
        border-left: 0.26667vw solid #2046a8;
        border-top: 0.26667vw solid #2046a8;
        border-right: 0.26667vw solid #2046a8;
    }
    .cta_wrap .link2::after {
        background-image: url(/wp-content/uploads/icon_cta_fukidashi-02.png) !important;
    }
    .cta_wrap .link2::after {
        content: "";
        display: inline-block;
        width: 3.73333vw;
        height: 3.73333vw;
        background-image: url(../images/common/icon_cta_fukidashi.svg);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
    }
    .cta_wrap .link3 {
        background: #04c756;
        color: #fff;
        border-radius: 0 0 0 0.83333vw;
        text-orientation: upright;
    }
    .cta_wrap .link3 {
        background: #04c756;
        color: #fff;
        border-radius: 0 3.2vw 0 0;
    }
    .cta_wrap .link3::after {
        content: "";
        display: inline-block;
        width: 3.73333vw;
        height: 3.73333vw;
        background-image: url(../images/common/icon_cta_line.svg);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
    }
}
