@charset "utf-8";
/*	ヘッダー
---------------------------------*/
:root{
	--header: 60px;
	scroll-padding: var(--header);
}
@media screen and (min-width: 768px){
    :root{
        --header: 90px;
    }
}
@media screen and (min-width: 1024px){
    :root{
        --header: 160px;
    }
}
@media screen and (min-width: 1230px){
    :root{
        --header: 180px;
    }
}
@media screen and (min-width: 1440px){
    :root{
        --header: 0;
    }
}
.brown{
    color: #714848;
}
.dn{
    display: none;
}
.gjs-dashed .dn{
    display: block;
}
.hd-h1{
    display: none;
}
.click_event{
    pointer-events: none;
}
.header{
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.hd-inr{
    height: 60px;
    padding: 5px 10px;
    position: relative;
}
.hd-inr__cont{
    display: flex;
    height: 100%;
}
.hd-logo{
    width: 50px;
    position: relative;
    z-index: 99;
}
.hd-logo a{
    display: block;
    position: relative;
}
.hd-right{
    display: none;
}
.hd-inr__cont__reserve{
    display: none;
}
.hd-inr__cont__reserve{
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.hd-inr__cont__reserve a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
}
.hd-inr__cont__reserve a:before{
    content: "";
    width: 100%;
    height: 100%;
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_reserve01.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotate 30s linear infinite;
}
.hd-inr__cont__reserve__a__img{
    width: 80%;
}
@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.hd-inr__cont__reserve.hd-inr__cont__reserve__sp{
    display: block;
    background-color: rgba(255, 255,255, .5);
    border-radius: 50%;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 80;
}
.hd-nav{
    height: 100vh;
}
.hd-phone{
    margin-right: 20px;
}
.hd-phone01{
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1;
    padding-left: 30px;
    position: relative;
}
.hd-phone01:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_phone01.png);
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.hd-sns{
    text-align: center;
    margin-right: 10px;
}
.hd-sns:last-of-type{
    margin-right: 0;
}
@media screen and (min-width: 768px){
    .hd-inr{
        height: 90px;
        padding: 15px 20px;
    }
    .hd-logo{
        display: block;
        width: 60px;
        padding-top: 0;
    }
    .hd-phone01{
        font-size: 3rem;
    }
    .hd-phone01:before{
        width: 22px;
    }
    .hd-inr__cont__reserve{
        width: 215px;
        height: 215px;
    }
    .hd-inr__cont__reserve__a__img{
        width: auto;
    }
}
@media screen and (min-width: 1024px){
    .hd-inr{
        min-height: 100px;
        height: auto;
        padding: 20px 0;
    }
    .hd-logo{
        width: 150px;
        padding-left: 30px;
    }
    .hd-right{
    }
    .hd-phone{
    }
    .hd-nav{
        height: auto;
        margin-right: 30px;
    }
    .hd-nav .li{
        text-align: center;
        cursor: pointer;
        padding-left: 20px;
    }
    .hd-nav .li:first-of-type{
        padding-left: 0;
    }
    .hd-nav .li a{
        display: block;
    }
    .hd-nav .li p{
        letter-spacing: 0.05em;
        line-height: 1;
    }
    .hd-nav__jp{
        font-weight: 500;
    }
    .hd-nav__en{
        font-size: 1.4rem;
        color: #27A837;
    }
    .hd-btn{
        width: 220px;
        background-color: #859f0b;
        border-radius: 30px;
        margin-left: 20px;
    }
    .hd-btn a{
        display: block;
        text-align: center;
    }
    .hd-btn p{
        display: inline;
        font-weight: 500;
        font-size: 1.6rem;
        letter-spacing: 0.05em;
        color: #fff;
        line-height: 60px;
        padding-left: 30px;
        position: relative;
    }
    .hd-btn p:before{
        content: '';
        background: no-repeat center center / contain;
        background-image: url(/system_panel/uploads/images/icon_reserve.png);
        width: 20px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media screen and (min-width: 1230px){
    .hd-inr{
        padding: 30px 0;
    }
}
@media screen and (min-width: 1440px){
    .header{
        width: clamp(300px, calc((100% - 1200px) / 2), 360px);
        height: 100svh;
        overflow-x: hidden;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .header::-webkit-scrollbar{
        display: none;
    }
    .hd-inr{
        padding: 0;
    }
    .hd-inr__cont{
        flex-direction: column;
        justify-content: space-between;
        gap: 30px;
        min-height: 100svh;
        padding: 60px 0 30px;
    }
    .hd-logo{
        width: auto;
        padding: 0;
        text-align: center;
    }
    .hd-right{
        display: block;
        margin: 0;
    }
    .hd-inr__cont__reserve{
        display: block;
    }
    .hd-inr__cont__reserve.hd-inr__cont__reserve__sp{
        display: none;
    }
    .hd-nav{
        height: auto;
        margin: 0;
    }
    .hd-nav .li{
        padding: 0;
        margin-bottom: 30px;
    }
    .hd-nav .li:last-of-type{
        margin-bottom: 0;
    }
    .hd-nav__jp{
        margin-bottom: 10px;
    }
    .hd-nav__en{

    }
    .hd-nav__item__inr{
        transition: all .3s;
    }
    .hd-nav__item .hd-nav__jp{
        display: inline-block;
        padding-right: 30px;
        position: relative;
    }
    .hd-nav__item .hd-nav__jp:before{
        content: "";
        width: 15px;
        height: 10px;
        background: no-repeat center center / contain;
        background-image: url(/system_panel/uploads/images/icon_arrow_hd01.png);
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        transition: all .3s;
    }
    .hd-nav__item__cont{
        display: none;
        transition: all .3s;
    }
    .hd-nav .li p.hd-nav__item__cont__a__p{
        line-height: 2.5;
    }
    .hd-nav__item.open .hd-nav__item__inr{
        margin-bottom: 20px;
    }
    .hd-nav__item.open .hd-nav__jp:before{
        transform: translateY(-50%) rotate(-180deg);
    }
    .hd-nav__item.open .hd-nav__item__cont{
        display: block;
    }
    .gjs-dashed .hd-nav__item .hd-nav__item__cont{
        display: block;
    }
}

/*---------- ハンバーガーメニュー ----------*/
.bg-hum-blue{
    background-color: #f99103;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}
.gjs-dashed .navbar{
    background-color: #fff;
    overflow: scroll;
    height: 100vh;
}
.hd-sp-menu{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 100;
}
.hd-sp-menu.open{
    overflow: scroll;
    max-width: 500px;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    top: 0;
    transform: translateY(0);
}
.gjs-dashed .hd-sp-menu{
    max-width: 500px;
    width: 100%;
    top: 0;
    transform: translateY(0);
}
.navbar{
    background: transparent;
    max-width: 500px;
    width: 100%;
    padding: 22.5px 10px;
    margin-left: auto;
}
.navbar.open{
}
.navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 0px;
    width: 20px;
    height: 15px;
    margin: auto;
    margin-right: 5px;
    box-sizing: border-box;
    position: relative;
}

.navbar-dark .navbar-toggler-icon {
    background-image:none;
    background-color: #27A837;
    width: 20px;
    height: 1px;
    display: block;
    position: absolute;
    transition: ease .5s;
}

.navbar-toggler-icon:nth-of-type(1) {
    top: 0px;
}

.navbar-toggler-icon:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}

.navbar-toggler-icon:nth-of-type(3) {
    bottom: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
    background-color: #27A837;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
    top:8px;
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
    top: 8px;
    transform: rotate(-45deg);
}
button:focus{
    outline: none;
}
.navbar-collapse{
    padding-top: 30px;
}
.navbar-collapse.show{
}
.navbar-nav{
    margin-bottom: 30px;
}
.nav-item{
    padding: 0 15px;
    border-bottom: solid 1px #FFE9A9;
}
.nav-item:first-of-type{
    border-top: solid 1px #FFE9A9;
}
.nav-item p{
    letter-spacing: 0.025em;
    line-height: 3;
}
.nav-item__menu{
    position: relative;
}
.nav-item.nav-item__menu:first-of-type{
    border-top: none;
}
.nav-item.nav-item__menu.open{
    border-bottom: none;
}
.nav-item__menu:before,
.nav-item__menu:after{
    content: "";
    background-color: #27A837;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .3s;
}
.nav-item__menu:before{
    width: 20px;
    height: 1px;
    right: 0;
}
.nav-item__menu:after{
    width: 1px;
    height: 20px;
    right: 10px;
}
.nav-item__menu.open:after{
    transform: translate(0, -50%) rotate(-90deg);
}
.nav-item__menu__box{
    display: none;
    padding: 0 15px;
    transition: all .3s;
}
.nav-item__menu__box.open{
    display: block;
    border-bottom: solid 1px #FFE9A9;
}
.gjs-dashed .nav-item__menu__box{
    display: block;
}
.nav-item__menu__box__a{
    display: block;
    padding: 10px;
}
.nav-item__menu__box__a__p{
    font-size: 1.4rem;
}
.hd-sp-menu__reserve{
    box-shadow: 0 0 10px rgba(255, 233, 169, .8);
    border-radius: 45px;
    padding: 20px 15px;
}
.hd-sp-menu__reserve__ttl{
    text-align: center;
    margin-bottom: 30px;
}
.hd-sp-menu__reserve__ttl__p{
    display: inline;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #27A837;
    padding-right: 60px;
    position: relative;
}
.hd-sp-menu__reserve__ttl__p:before{
    content: "";
    width: 40px;
    height: 40px;
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_hd_sp_reserve01.png);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.hd-sp-menu__reserve__txt{
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 20px;
}
.hd-sp-menu__reserve__item{
    max-width: 400px;
    width: 100%;
    border: solid 1px #27A837;
    border-radius: 15px;
    text-align: center;
    margin: 0 auto 20px;
}
.hd-sp-menu__reserve__item:last-of-type{
    margin-bottom: 0;
}
.hd-sp-menu__reserve__item01{
}
.hd-sp-menu__reserve__item01 a{
    display: block;
}
.hd-sp-menu__reserve__item01 p{
    display: inline;
    font-size: 1.8rem;
    line-height: 5;
    padding-left: 60px;
    position: relative;
}
.hd-sp-menu__reserve__item01 p:before{
    content: "";
    width: 40px;
    height: 40px;
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_line01.png);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.hd-sp-menu__reserve__item01.web p:before{
    background-image: url(/system_panel/uploads/images/icon_web01.png);
}
.hd-sp-menu__reserve__item02{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 72px;
    text-align: center;
}
.hd-sp-menu__reserve__item02__inr{
    display: inline-block;
    padding-left: 60px;
    text-align: left;
    position: relative;
}
.hd-sp-menu__reserve__item02__inr:before{
    content: "";
    width: 40px;
    height: 40px;
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_phone01.png);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.hd-sp-menu__reserve__item02__num{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    color: #27A837;
}
.hd-btn-sp{
    background-color: #000;
    border-radius: 35px;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.hd-btn-sp a{
    display: block;
    text-align: center;
}
.hd-btn-sp p{
    display: inline;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 80px;
    padding-left: 35px;
    position: relative;
}
.hd-btn-sp p:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_mail.png);
    width: 22px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (min-width: 768px){
    .navbar{
        padding: 30px 15px;
    }
    .navbar-dark .navbar-toggler{
        width: 40px;
        height: 30px;
        margin-right: 10px;
    }
    .navbar-dark .navbar-toggler-icon{
        width: 100%;
        height: 1px;
    }
    .navbar-collapse.show{
        height: auto;
    }
    .bg-hum-blue{
        width: 90px;
        height: 90px;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1){
        top: 13px;
    }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3){
        top: 13px;
    }
    .nav-item__menu__box__a__p{
        font-size: 1.6rem;
    }
    .hd-sp-menu__reserve__ttl__p{
        font-size: 3rem;
    }
    .hd-sp-menu__reserve__item01 p{
        font-size: 2rem;
    }
    .hd-sp-menu__reserve__item02{
        height: 100px;
    }
    .hd-sp-menu__reserve__item02__num{
        font-size: 3rem;
    }
}
@media screen and (min-width: 1080px){
    .bg-hum-blue{
        display: none;
    }
}

/*	フッター共通コンテンツ
---------------------------------*/
.ft-mv{
    height: 300px;
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_ft.jpg);
    position: relative;
}
.ft-logo{
    max-width: 440px;
    width: 40%;
    background-color: #fff;
    border-radius: 0 45px 0 0;
    padding: 20px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ft-box{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_ft02.jpg);
    padding: 50px 0 30px;
    margin-bottom: 180px;
}
.ft-box__info.flex-btw{
    display: block;
}
.ft-box__info{
    margin-bottom: 40px;
}
.ft-box__info__item.osteopathic{
    max-width: 685px;
    width: 100%;
    margin: 0 auto 30px;
}
.ft-box__info__item__ttl{
    font-size: 1.8rem;
    font-weight: 700;
    color: #27A837;
    margin-bottom: 20px;
}
.ft-box__info__item__annotation{
    padding-left: 20px;
    position: relative;
}
.ft-box__info__item__annotation:before{
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
.ft-box__info__box{
    box-shadow: 0 0 10px rgba(255, 233, 169, .25);
}
.ft-box__info__box--osteopathic{
    background-color: #fff;
    padding: 30px 15px;
}
.ft-box__info__box--osteopathic__inr{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.ft-box__info__box--osteopathic__table{
    
}
.ft-box__info__box--osteopathic__table__tr{
    display: flex;
}
.ft-box__info__box--osteopathic__table__tr:first-of-type{
    border-bottom: solid 1px #E6E6E6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.ft-box__info__box--osteopathic__table__th:first-of-type,
.ft-box__info__box--osteopathic__table__td:first-of-type{
    width: 160px;
    padding-right: 9px;
}
.ft-box__info__box--osteopathic__table__th:not(:first-of-type),
.ft-box__info__box--osteopathic__table__td:not(:first-of-type){
    text-align: center;
}
.ft-box__info__box--osteopathic__table__td:first-of-type p{
    font-size: min(3.5vw, 1.6rem);
}
.ft-box__info__box--osteopathic__table__th,
.ft-box__info__box--osteopathic__table__td{
    /* width: calc((100% - 160px) / 7); */
    width: 70px;
}
.ft-box__info__box--osteopathic__table__th__ttl{
    font-size: 1.8rem;
    font-weight: 700;
}
.ft-box__info__box--osteopathic__table__th__day{
    font-size: 1.8rem;
}
.ft-box__info__box--osteopathic__table__td__p01{
    font-size: 1.8rem;
    color: #27A837;
}
.ft-box__info__box--osteopathic__table__td__p02{
    font-size: min(2vw, 1.4rem);
}
.ft-box__info__item.gym{
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
}
.ft-box__info__item__box--gym{
    width: 100%;
    background-color: #fff;
    padding: 30px 15px;
}
.ft-box__info__item__box--gym__inr{

}
.ft-box__info__item__box--gym__ttl{
    border-bottom: solid 1px #E6E6E6;
    padding-left: 15px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.ft-box__info__item__box--gym__ttl__p{
    font-size: 1.8rem;
    font-weight: 700;
}
.ft-box__info__item__box--gym__time__wrap{
    padding-left: 15px;
}
.ft-box__info__item__box--gym__time{
    font-size: 1.8rem;
    margin-bottom: 15px;
}
.ft-box__info__item__box--gym__time__annotation__p01,
.ft-box__info__item__box--gym__time__annotation__p02{
    font-size: 1.4rem;
}
.ft-box__info__item__box--gym__time__annotation__p01{
    padding-right: 20px;
}
.ft-reserve{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(255, 233, 169, .6);
    padding: 30px 15px;
    margin-bottom: 40px;
}
.ft-reserve__ttl{
    text-align: center;
    margin-bottom: 30px;
}
.ft-reserve__ttl__p{
    display: inline;
    font-size: 2rem;
    font-weight: 700;
    color: #27A837;
    padding-right: 60px;
    position: relative;
}
.ft-reserve__ttl__p:before{
    content: "";
    width: 41px;
    height: 39px;
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_hd_sp_reserve01.png);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.ft-reserve__txt{
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 30px;
}
.ft-reserve__list.flex-cnt{
    display: block;
}
.ft-reserve__item{
    max-width: 280px;
    width: 100%;
    border: solid 1px #27A837;
    border-radius: 15px;
    text-align: center;
    margin: 0 auto 20px;
}
.ft-reserve__item:last-of-type{
    margin-bottom: 0;
}
.ft-reserve__item__p01{
    font-weight: 500;
}
.ft-reserve__item01 a{
    display: block;
}
.ft-reserve__item01 .ft-reserve__item__p01{
    display: inline;
    line-height: 100px;
    padding-left: 70px;
    position: relative;
}
.ft-reserve__item01 .ft-reserve__item__p01:before{
    content: "";
    width: 50px;
    height: 50px;
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_line01.png);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.ft-reserve__item01.web .ft-reserve__item__p01:before{
    width: 40px;
    height: 51px;
    background-image: url(/system_panel/uploads/images/icon_web01.png);
}
.ft-reserve__item02{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.ft-reserve__item02__inr{
    display: inline-block;
    padding-left: 60px;
    position: relative;
}
.ft-reserve__item02__inr:before{
    content: "";
    width: 40px;
    height: 51px;
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_phone01.png);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.ft-reserve__item__p02{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    color: #27A837;
}
.ft-pay{
    margin-bottom: 40px;
}
.ft-pay__ttl{
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #27A837;
    margin-bottom: 20px;
}
.ft-pay__box{
    background-color: #fff;
    padding: 30px 15px;
}
.ft-pay__box__inr{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.ft-pay__box__inr.flex-nml{
    display: block;
}
.ft-pay__box__left{
    margin-bottom: 30px;
}
.ft-pay__box__left__p{
    font-weight: 500;
}
.ft-pay__box__right__p01{
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.ft-pay__box__right__img{
    margin-bottom: 10px;
}
.ft-access{
    margin-bottom: 40px;
}
.ft-access__add{
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    padding-left: 40px;
    margin-bottom: 20px;
    position: relative;
}
.ft-access__add:before{
    content: "";
    width: 24px;
    height: 28px;
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_map01.png);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
@media screen and (min-width:768px){
    .ft-mv{
        height: 560px;
    }
    .ft-logo{
        padding: 40px;
    }
    .ft-box{
        padding: 80px 0 30px;
        margin-bottom: 230px;
    }
    .ft-box__info__box--osteopathic__table__tr:first-of-type{
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .ft-box__info__box--osteopathic__table__th:first-of-type,
    .ft-box__info__box--osteopathic__table__td:first-of-type{
        padding: 0 15px;
    }
    .ft-box__info__box--osteopathic__table__td:first-of-type p{
        font-size: 1.8rem;
    }
    .ft-box__info__box--osteopathic__table__th__ttl{
        font-size: 2.1rem;
    }
    .ft-box__info__box--osteopathic__table__th__day{
        font-size: 2.1rem;
    }
    .ft-box__info__box--osteopathic__table__td__p01{
        font-size: 2.1rem;
    }
    .ft-box__info__box--osteopathic__table__td__p02{
        font-size: 1.6rem;
    }
    .ft-box__info__item__box--gym__ttl{
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .ft-box__info__item__box--gym__ttl__p{
        font-size: 2.1rem;
    }
    .ft-box__info__item__box--gym__time{
        font-size: 2.1rem;
    }
    .ft-box__info__item__box--gym__time__annotation__p01,
    .ft-box__info__item__box--gym__time__annotation__p02{
        font-size: 1.6rem;
    }
    .ft-box__info__item__box--gym__time__annotation__p01{
        padding-right: 40px;
    }
    .ft-reserve{
        padding: 40px 15px;
        margin-bottom: 50px;
    }
    .ft-reserve__ttl{
        margin-bottom: 40px;
    }
    .ft-reserve__ttl__p{
        font-size: 3.2rem;
    }
    .ft-reserve__txt{
        margin-bottom: 50px;
    }
    .ft-reserve__list.flex-cnt{
        display: flex;
        gap: 0 20px;
    }
    .ft-reserve__item{
        width: calc((100% - 40px) / 3);
        margin: 0;
    }
    .ft-reserve__item01 .ft-reserve__item__p01{
        line-height: 130px;
    }
    .ft-reserve__item01 .ft-reserve__item__p01:before{
        width: 56px;
        height: 56px;
    }
    .ft-reserve__item01.web .ft-reserve__item__p01:before{
        width: 45px;
        height: 57px;
    }
    .ft-reserve__item02{
        height: 130px;
    }
    .ft-reserve__item02__inr:before{
        width: 49px;
        height: 63px;
    }
    .ft-pay{
        margin-bottom: 50px;
    }
    .ft-pay__ttl{
        font-size: 2.1rem;
    }
    .ft-pay__box{
        padding: 40px 15px;
    }
    .ft-pay__box__inr.flex-nml{
        display: flex;
    }
    .ft-pay__box__left{
        margin: 0 30px 0 0;
    }
    .ft-access{
        margin-bottom: 50px;
    }
    .ft-access__add{
        font-size: 2rem;
        margin-bottom: 30px;
    }
}
@media screen and (min-width:1024px){
    .ft-box__info.flex-btw{
        display: flex;
        gap: 0 3%;
    }
    .ft-box__info{
        margin-bottom: 50px;
    }
    .ft-box__info__item.osteopathic{
        min-width: 620px;
        width: 61%;
        margin: 0;
    }
    .ft-box__info__item.gym{
        flex: 1;
        margin: 0;
    }
    .ft-reserve__list.flex-cnt{
        gap: 0 50px;
    }
    .ft-reserve__item{
        width: calc((100% - 100px) / 3);
        margin: 0;
    }
    .ft-pay__box{
        padding: 40px 30px;
    }
    .ft-pay__box__left{
        margin: 0 min(13.6%, 150px) 0 0;
    }
}
@media screen and (min-width:1080px){
    .ft-pay__box{
        padding: 40px;
    }
}
@media screen and (min-width:1230px){
    /* .ft-box__info__item.osteopathic{
        width: 57%;
    }
    .ft-box__info__item.gym{
        width: 40%;
    } */
}
@media screen and (min-width:1440px){
    .ft-mv{
        width: calc(100% - clamp(300px, calc((100% - 1200px) / 2), 360px));
        margin-left: auto;
    }
    .ft-box{
        margin-bottom: 0;
    }
}

/*	フッター
---------------------------------*/
.ft-nav__wrap{
    border-bottom: solid 1px #FFE9A9;
    margin-bottom: 20px;
}
.ft-nav{
    display: none;
}
.ft-nav .li p{
    line-height: 1.4rem;
}
@media screen and (min-width:768px){
}
@media screen and (min-width:1024px){
    .ft-nav__wrap{
        padding-bottom: 30px;
    }
    .ft-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .ft-nav .li{
        padding-right: 40px;
        margin-bottom: 20px;
        position: relative;
    }
    .ft-nav .li:last-of-type{
        padding-right: 0;
    }
    .ft-nav .li p{
        line-height: 1.6rem;
    }
}
@media screen and (min-width:1230px){
}

/*	マップ
---------------------------------*/
.access-map{
    width: 100%;
    height: 250px;
}
.access-map iframe{
    width: 100%;
    height: 250px;
}
@media screen and (min-width:768px){
    .access-map{
        height: 400px;
    }
    .access-map iframe{
        height: 400px;
    }
}
@media screen and (min-width:1024px){
    .access-map{
    }
    .access-map iframe{
    }
}

/*	ページトップへ戻るボタン
---------------------------------*/
.btn-pagetop {
    width: 50px;
    cursor: pointer;
}
@media screen and (max-width:1023px){
    .btn-pagetop{
        display: none !important;
    }
}
.pagetop-sp{
    display: block;
}
.pagetop-sp a {
    display: block;
    height: 67.5px;
    background-color: #000;
    text-align: center;
    position: relative;
}
.pagetop-sp a div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 25px;
    height: 25px;
}
.pagetop-sp a div:before {
    content: '';
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 0;
}
@media screen and (min-width:1024px) {
    .pagetop-sp {
        display: none;
    }
}

/*コピーライト（ｐタグ）*/
.copyright {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: right;
}
@media screen and (min-width:768px) {
    .copyright {
        font-size: 1.2rem;
    }
}
@media screen and (min-width:1024px){
    .copyright {
    }
}

/*	メイン画像
---------------------------------*/
.top-mv{

}
.top-mv__item{
    position: relative;
}
.top-mv__item__img{
    width: 93.5%;
    height: min(33svh, 385px);
    margin-left: auto;
}
.top-mv__item__img.ojf:before{
    content: none;
}
.top-mv__item__cont{
    max-width: 300px;
    width: 40%;
    height: 100%;
    background-color: rgba(70, 162, 84, 0.9);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
}
.top-mv__item.beauty .top-mv__item__cont{
    background-color: rgba(107, 145, 5, 0.9);
}
.top-mv__item.gym .top-mv__item__cont{
    background-color: rgba(182, 170, 41, 0.9);
}
.top-mv__item__cont__a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
}
.top-mv__item__cont__inr__img{
    max-width: max-content;
    width: 45%;
    margin: 0 auto 10px;
}
.top-mv__item__cont__inr__txt{
    font-size: min(4.5, 2rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.top-mv__item__cont__inr__arrow{
    width: 25px;
    margin: 0 auto;
}
.top-mv__item:nth-of-type(2n) .top-mv__item__img{
    margin-left: 0;
}
.top-mv__item:nth-of-type(2n) .top-mv__item__cont{
    left: auto;
    right: 0;
}
@media screen and (min-width:768px){
    .top-mv__item__cont__inr__img{
        width: 30%;
        margin-bottom: 10px;
    }
    .top-mv__item__cont__inr__txt{
        font-size: 2.4rem;
        margin-bottom: 10px;
    }
    .top-mv__item__cont__inr__arrow{
        width: auto;
        text-align: center;
    }
}
@media screen and (min-width:1024px){
    .top-mv__item__img{
        height: 385px;
    }
}
@media screen and (min-width:1440px){
    .top-mv{
        margin-left: clamp(300px, calc((100% - 1200px) / 2), 360px);
    }
}

/*	メイン画像02
---------------------------------*/
.top-mv--type02{
}
.top-mv--type02__list{
}
.top-mv--type02__item{
    margin-top: 20px;
    position: relative;
}
.top-mv--type02__item__slider{
    width: 93.5%;
    margin-left: auto;
}
.top-mv--type02__item__slider .slick-track{
    display: flex;
    align-items: center;
}
.top-mv--type02__item__img{
    max-width: max-content;
    margin: 0 10px;
}
.top-mv--type02__item__img img{
    height: calc((95svh - 80px) / 3);
    border-radius: 15px;
}
.top-mv--type02__item__cont{
    max-width: 300px;
    width: 40%;
    height: 100%;
    background-color: rgba(70, 162, 84, 0.9);
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.top-mv--type02__item.beauty .top-mv--type02__item__cont{
    background-color: rgba(107, 145, 5, 0.9);
}
.top-mv--type02__item.gym .top-mv--type02__item__cont{
    background-color: rgba(182, 170, 41, 0.9);
}
.top-mv--type02__item:nth-of-type(2n) .top-mv--type02__item__slider{
    margin-left: 0;
}
.top-mv--type02__item:nth-of-type(2n) .top-mv--type02__item__cont{
    left: auto;
    right: 0;
}
@media screen and (min-width:768px){
    .top-mv--type02__item__img img{
        height: calc((95svh - 110px) / 3);
    }
    .top-mv--type02__item__cont{
        height: calc(100% - 20px);
    }
}
@media screen and (min-width:1024px){
    .top-mv--type02__item__img img{
        min-height: 280px;
        height: calc((95svh - 180px) / 3);
    }
    .top-mv--type02__item__cont{
        height: calc(100% - 40px);
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
    .top-mv--type02__item__img img{
        height: calc((95svh - 200px) / 3);
    }
}
@media screen and (min-width:1440px){
    .top-mv--type02{
        margin-left: clamp(300px, calc((100% - 1200px) / 2), 360px);
    }
    .top-mv--type02__item__img img{
        height: calc((95svh - 20px) / 3);
    }
}

/*	追従ボタン
---------------------------------*/
.reserve__btn__wrap{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
}
.gjs-dashed .reserve__btn__wrap{
    z-index: 1000;
}
.reserve__btn__wrap__item{
    width: 100%;
    background-color: #5B3621;
    border-radius: 3px;
    text-align: center;
}
.reserve__btn__wrap__item__a{
    display: block;
    padding: 0 15px;
}
.reserve__btn__wrap__item__a__p{
    font-size: 2rem;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 60px;
}
@media screen and (min-width:768px){
    .reserve__btn__wrap{
        width: auto;
        top: 50%;
        bottom: auto;
        left: 0;
        right: auto;
        transform: translateY(-50%);
    }
    .reserve__btn__wrap__item{
    }
    .reserve__btn__wrap__item__a{
        padding: 20px 0;
    }
    .reserve__btn__wrap__item__a__p{
        width: 75px;
        min-height: 200px;
        font-size: 2.4rem;
        line-height: 75px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: upright;
    }
}
@media screen and (min-width:1024px){
}
@media screen and (min-width:1080px){
}

/*	スクロールバー
---------------------------------*/
.scrolldown{
    height: 150px;
    position:absolute;
    left: 1.5%;
    bottom: 0;
    transform: translateY(50%);
}
.scrolldown__p{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 900;
    letter-spacing: 0.075em;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 10px;
}
.scrolldown::before{
    content: "";
    background: #dadada;
    width: 1px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
}
.scrolldown::after{
    content: "";
    background: #051c36;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 50px;
    animation: pathmove 2.5s ease-in-out infinite;
}
@keyframes pathmove{
    0%{
    }
    100%{
        transform: translateY(200%);
    }
}
@media screen and (min-width:768px){
}
@media screen and (min-width:1024px){
    .scrolldown{
        height: 240px;
        bottom: 50px;
        left: 15px;
    }
    .scrolldown::before{
        height: 240px;
    }
    .scrolldown::after{
        height: 80px;
    }
}
@media screen and (min-width:1230px){
    .scrolldown{
        left: min(calc((100% - 1200px) / 2), 120px);
    }
}


/*	ローディング画面
---------------------------------*/
.loading{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    transition: all 1s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.loading.loaded{
    opacity: 0;
    visibility: hidden;
}
.loading.loaded02{
    display: none;
    opacity: 0;
    visibility: hidden;
}
.loading__img{
    background-color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}
.loading__img.loaded{
    opacity: 1;
    visibility: visible;
}
.loading__img.ojf:before{
    padding-top: 87.5%;
}

.gjs-dashed .loading{
    height: auto;
    position: relative;
}
.gjs-dashed .loading__img{
    opacity: 1;
    visibility: visible;
}

/*	トップページ
---------------------------------*/
.por{
    position: relative;
}
.top-overflow{
    overflow: hidden;
}
.top-ttl{
    margin-bottom: 30px;
    position: relative;
}
.top-ttl__jp{
    font-size: 1.8rem;
    font-weight: 500;
}
.top-ttl__en{
    font-family: "PT Sans", serif;
    font-size: 8rem;
    letter-spacing: 0.03em;
    line-height: 1;
    color: rgba(39, 168, 55, .8);
}
.top-ttl.center{
    text-align: center;
}
.top-ttl.right{
    text-align: right;
}
.top-ttl.mb0{
    margin-bottom: 0;
}
.top-concept{
    padding: 120px 0 0;
}
.top-concept__cont.flex-btw{
    display: block;
}
.top-concept__cont__info{
    margin-bottom: 30px;
}
.top-concept__cont__info__subttl{
    color: #27A837;
    margin-bottom: 30px;
}
.top-concept__cont__info__txt{
    margin-bottom: 40px;
}
.top-concept__cont__img{
    max-width: 900px;
    width: 95%;
}
.top-concept__cont__img__inr{
    margin-left: -15px;
}
.top-service{
    padding: 120px 0;
    position: relative;
}
.top-service__bg{
    width: 100%;
    height: 100%;
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_top_service01.jpg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.top-service__item.flex-btw{
    display: block;
}
.top-service__item{
    margin-bottom: 100px;
}
.top-service__item:last-of-type{
    margin-bottom: 0;
}
.top-service__item__info{
    margin-bottom: 30px;
}
.top-service__item__info__ttl{
    color: #27A837;
    margin-bottom: 30px;
}
.top-service__item__info__ttl.mb0{
    margin-bottom: 0;
}
.top-service__item__info__subttl{
    font-weight: 500;
    color: #27A837;
    margin-bottom: 30px;
}
.top-service__item__info__txt{
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.top-service__item__info__cont__wrap.flex-cnt{
    gap: 0 15px;
}
.top-service__item__info__cont__wrap{
    margin-bottom: 30px;
}
.top-service__item__info__cont{
    max-width: 140px;
    width: calc((100% - 30px) / 3);
    text-align: center;
}
.top-service__item__info__cont__icon{
    box-shadow: 0 0 10px rgba(255, 233, 169, .25);
    border-radius: 50%;
    margin-bottom: 10px;
}
.top-service__item__info__cont__p{
    font-size: 1.4rem;
}
.top-service__item__img__inr{
    margin: 0 -15px;
}
.top-gym{
    padding-bottom: 120px;
}
.top-gym__cont.flex-nml{
    display: block;
}
.top-gym__cont{
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}
.top-gym__cont__img{
    width: 100%;
    border-radius: 45px 45px 0 0;
}
.top-gym__cont__img.ojf:before{
    padding-top: 84.2%;
}
.top-gym__cont__img img{
    border-radius: 45px 45px 0 0;
}
.top-gym__cont__info{
    border: solid 5px #27A837;
    border-radius: 0 0 45px 45px;
    padding: 40px 15px 30px;
}
.top-gym__cont__info__ttl{
    color: #27A837;
    margin-bottom: 30px;
}
.top-gym__cont__info__txt{
    margin-bottom: 30px;
}
.top-news{
    padding: 120px 0;
}
.top-news__upper{
    margin-bottom: 60px;
}
.top-news__btn--pc{
    display: none;
}
.top-news__bottom .webgene-blog{
    max-width: 910px;
    width: 100%;
    margin: 0 auto;
}
.top-news__bottom .webgene-item{
    border-bottom: solid 1px rgba(195, 195, 195, .6);
}
.top-news__bottom .webgene-item a{
    display: block;
    padding: 10px 0;
}
.top-news__bottom .blog-item .blogdate{
    font-size: 16px;
    padding: 0 10px 0 0;
    color:#707070;
}
.top-news__bottom .blog-item .blogcate{
    min-width: 100px;
    background-color: #27A837;
    border-radius: 50px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 2.5;
    text-align: center;
}
.top-news__bottom .blog-item .blogttl{
    font-size: 16px;
    width: 100%;
    margin-top: 5px;
}
.top-news__btn--sp{
    text-align: center;
    margin-top: 40px;
}
@media screen and (min-width:768px){
    .top-ttl{
        margin-bottom: 40px;
    }
    .top-ttl__en{
        font-size: 12rem;
    }
    .top-concept{
        padding: 200px 0 0;
    }
    .top-concept__cont__info__subttl{
        margin-bottom: 40px;
    }
    .top-concept__cont__info__txt{
        margin-bottom: 80px;
    }
    .top-service{
        padding: 200px 0;
    }
    .top-service__item{
        margin-bottom: 160px;
    }
    .top-service__item__info__ttl{
        margin-bottom: 50px;
    }
    .top-service__item__info__subttl{
        margin-bottom: 50px;
    }
    .top-service__item__info__txt{
        margin-bottom: 40px;
    }
    .top-service__item__info__cont__p{
        font-size: 1.6rem;
    }
    .top-service__item__info__cont__wrap.flex-cnt{
        justify-content: flex-start;
    }
    .top-service__item__info__cont__wrap{
        margin-bottom: 40px;
    }
    .top-gym{
        padding-bottom: 200px;
    }
    .top-gym__cont__info__ttl{
        margin-bottom: 50px;
    }
    .top-gym__cont__info{
        padding: 60px 30px 30px;
    }
    .top-gym__cont__info__txt{
        margin-bottom: 40px;
    }
    .top-news{
        padding: 200px 0;
    }
    .top-news__upper{
        margin-bottom: 100px;
    }
    .top-news__bottom .webgene-item a{
        padding: 15px 0;
    }
    .top-news__bottom .blog-item .blogdate{
        padding-left: 15px;
    }
    .top-news__bottom .blog-item .blogcate{
        min-width: 120px;
    }
    .top-news__bottom .blog-item .blogttl{
        padding: 0 15px;
    }
}
@media screen and (min-width:1024px){
    .top-concept__cont.flex-btw{
        display: flex;
        gap: 0 40px;
    }
    .top-concept__cont__info{
        flex: 1;
        margin: 0;
    }
    .top-concept__cont__img{
        max-width: 550px;
        width: 47%;
    }
    .top-concept__cont__img__inr{
        margin-right: -15px;
        margin-left: 0;
    }
    .top-service__item.flex-btw{
        display: flex;
        gap: 0 min(6%, 70px);
    }
    .top-service__item__info{
        flex: 1;
        margin: 0;
    }
    .top-service__item__info__ttl.small{
        font-size: min(2.8vw, 3.2rem);
    }
    .top-service__item__info__subttl{
        font-size: min(1.8vw, 2rem);
    }
    .top-service__item__info__cont__wrap.flex-cnt{
        gap: 0 20px;
    }
    .top-service__item__info__cont{
        width: calc((100% - 40px) / 3);
    }
    .top-service__item__img{
        width: 50%;
    }
    .top-service__item__img__inr{
        margin: 0 -15px 0 0;
    }
    .top-service__item:nth-of-type(2n + 1).flex-btw{
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .top-service__item:nth-of-type(2n + 1) .top-service__item__img__inr{
        margin: 0 0 0 -15px;
    }
    .top-gym__cont.flex-nml{
        display: flex;
    }
    .top-gym__cont{
        max-width: none;
        margin: 0;
    }
    .top-gym__cont__img{
        width: 47.5%;
        border-radius: 45px 0 0 45px;
    }
    .top-gym__cont__img img{
        border-radius: 45px 0 0 45px;
    }
    .top-gym__cont__info{
        flex: 1;
        border-radius: 0 45px 45px 0;
    }
    .top-news__btn--pc{
        display: block;
        text-align: right;
        margin-top: -20px;
    }
    .top-news__bottom .webgene-item a{
        padding: 15px;
    }
    .top-news__bottom .blog-item .blogdate{
        padding: 0 15px 0 0;
    }
    .top-news__bottom .blog-item .blogttl{
        flex: 1;
        padding-left: 40px;
        margin: 0;
    }
    .top-news__btn--sp{
        display: none;
    }
}
@media screen and (min-width:1230px){
    .top-service__item__info__cont__wrap.flex-cnt{
        gap: 0 40px;
    }
    .top-service__item__info__cont{
        width: calc((100% - 80px) / 3);
    }
    .top-concept__cont__img__inr{
        margin-right: max(calc((1200px - 100vw) / 2), -360px);
    }
    .top-service__item__img__inr{
        margin: 0 max(calc((1200px - 100vw) / 2), -360px) 0 0;
    }
    .top-service__item:nth-of-type(2n + 1) .top-service__item__img__inr{
        margin: 0 0 0 max(calc((1200px - 100vw) / 2), -360px);
    }
}
@media screen and (min-width:1440px){
    .top-concept__cont__img__inr{
        margin-right: -15px;
    }
    .top-service__item__img__inr{
        margin: 0 -15px 0 0;
    }
    .top-service__item:nth-of-type(2n + 1) .top-service__item__img__inr{
        margin: 0 0 0 -15px;
    }
}
@media screen and (min-width:1530px){
    .top-concept__cont__img__inr{
        margin-right: max(calc((100vw - 1215px - clamp(300px, calc((100vw - 1200px) / 2), 360px)) * -1), -360px);
    }
    .top-service__item__img__inr{
        margin: 0 max(calc((100vw - 1215px - clamp(300px, calc((100vw - 1200px) / 2), 360px)) * -1), -360px) 0 0;
    }
    .top-service__item:nth-of-type(2n + 1) .top-service__item__img__inr{
        margin: 0 0 0 max(calc((100vw - 1215px - clamp(300px, calc((100vw - 1200px) / 2), 360px)) * -1), -360px);
    }
}

/*	下層ヘッダー
---------------------------------*/
.subhd{
    position: relative;
}
.subhd__img{
    max-height: 300px;
    width: 100%;
    height: 120vw;
    position: relative;
}
.subhd__img.ojf:before{
    content: none;
}
.subhd-ttl{
    max-width: calc(100vw - 30px);
    position: absolute;
    bottom: 60px;
    left: 90px;
    z-index: 1;
}
.subttl__jp{
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    padding-left: 20px;
    text-shadow: 0 0 6px rgba(0, 0, 0, .5);
}
.subttl__en{
    font-family: "PT Sans", serif;
    font-size: 4rem;
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 1;
    text-shadow: 0 0 6px rgba(0, 0, 0, .5);
    margin-bottom: 15px;
}
.subhd__icon{
    width: 120px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
@media screen and (min-width:768px){
    .subhd{
    }
    .subhd__img{
        max-height: 520px;
        height: 90vw;
    }
    .subhd-ttl{
        bottom: 100px;
        left: 140px;
    }
    .subttl__jp{
        font-size: 2rem;
        padding-left: 40px;
    }
    .subttl__en{
        font-size: 6.4rem;
    }
    .subhd__icon{
        width: auto;
        bottom: 30px;
        left: 30px;
    }
}
@media screen and (min-width:1024px){
    .subhd{
    }
    .subhd__img{
    }
    .subhd-ttl{
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
}
@media screen and (min-width:1440px){
    .subhd{
        margin-left: clamp(300px, calc((100% - 1200px) / 2), 360px);
    }
}

/*	コンセプト
---------------------------------*/
.concept__catch{
    padding-top: 120px;
}
.concept__catch__inr{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_concept01.jpg);
    padding: 80px 0;
}
.concept__catch__info{
    margin-bottom: 50px;
}
.concept__catch__info__ttl{
    color: #27A837;
    margin-bottom: 30px;
}
.concept__catch__cont{
    gap: 20px 15px;
}
.concept__catch__cont__item{
    max-width: 140px;
    width: calc((100% - 30px) / 3);
    text-align: center;
}
.concept__catch__cont__item__img{
    box-shadow: 0 0 10px rgba(255, 233, 169, .6);
    border-radius: 50%;
    margin-bottom: 10px;
}
.concept__catch__cont__item__txt{
    font-size: 1.4rem;
}
.concept-feature{
    padding: 120px 0;
}
.concept-feature__inr{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_concept02.jpg);
}
.feature__ttl.top-ttl{
    margin-bottom: 80px;
}
.cmn-2colmn.flex-btw{
    display: block;
}
.cmn-2colmn{
    margin-bottom: 80px;
}
.cmn-2colmn:last-of-type{
    margin-bottom: 0;
}
.cmn-2colmn__info{
    margin-bottom: 30px;
}
.cmn-2colmn__info__ttl{
    color: #27A837;
    margin-bottom: 30px;
}
.cmn-2colmn__info__ttl.small{
    font-size: min(5vw, 2.2rem);
}
.cmn-2colmn__info__desc{
}
.cmn-2colmn__info__btn__wrap{
    margin-top: 20px;
}
.cmn-2colmn__info__btn{
    margin-bottom: 20px;
}
.cmn-2colmn__info__btn:last-of-type{
    margin-bottom: 0;
}
.cmn-2colmn__img{
    max-width: 900px;
    width: 95%;
}
.cmn-2colmn__img__inr{
    margin-left: -15px;
}
.cmn-2colmn__flow{
    width: 100%;
    background-color: #fff;
    padding: 40px 15px;
    margin-top: 80px;
}
.cmn-2colmn__flow__inr{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.cmn-2colmn__flow__inr__ttl{
    color: #27A837;
    text-align: center;
    margin-bottom: 30px;
}
.cmn-2colmn__flow__inr__cont__item__step{
    font-weight: 500;
    color: #27A837;
    padding-right: 20px;
}
.cmn-2colmn__flow__inr__cont__item__desc{
    flex: 1;
}
.cmn-flow__cont{
    max-height: 1000px;
    height: 60svh;
    overflow-y: scroll;
}
.cmn-flow__cont::-webkit-scrollbar{
    width: 5px;
    background-color: #D1CFCF;
}
.cmn-flow__cont::-webkit-scrollbar-thumb {
    background-color: #27A837;
}
.cmn-flow__cont__item{
    background-color: #FFFBED;
    padding: 30px 15px;
    margin-bottom: 30px;
}
.cmn-flow__cont__item:last-of-type{
    margin-bottom: 0;
}
.cmn-flow__cont__item__inr.flex-btw{
    display: block;
}
.cmn-flow__cont__item__inr{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
.cmn-flow__cont__item__inr__img{
    max-width: 200px;
    width: 100%;
    margin: 0 auto 20px;
}
.cmn-flow__cont__item__inr__info__ttl{
    color: #27A837;
    margin-bottom: 20px;
}
.cmn-faq__cont__item{
    border-top: solid 2px #E3E3E3;
}
.cmn-faq__cont__item:last-of-type{
    border-bottom: solid 2px #E3E3E3;
}
.cmn-faq__cont__item{
    cursor: pointer;
}
.cmn-faq__cont__item__box{
    padding: 30px 15px;
}
.cmn-faq__cont__item__box__inr{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    gap: 0 30px;
}
.cmn-faq__cont__item__box__inr__icon{
    width: 40px;
}
.cmn-faq__cont__item__box__inr__txt{
    flex: 1;
}
.cmn-faq__cont__item__box--q .cmn-faq__cont__item__box__inr__txt__p{
    color: #27A837;
}
.cmn-faq__cont__item__box--a{
    background-color: rgba(255, 233, 169, .2);
    transition: all .3s;
}
.cmn-faq__cont__item .cmn-faq__cont__item__box--a{
    opacity: 0;
    height: 0;
    padding: 0 15px;
}
.cmn-faq__cont__item.is-active .cmn-faq__cont__item__box--a{
    opacity: 1;
    height: auto;
    padding: 30px 15px;
}
.cmn-faq__cont__item .cmn-faq__cont__item__box--a .cmn-faq__cont__item__box__inr{
    display: none;
}
.cmn-faq__cont__item.is-active .cmn-faq__cont__item__box--a .cmn-faq__cont__item__box__inr{
    display: flex;
}
.gjs-dashed .cmn-faq__cont__item .cmn-faq__cont__item__box--a{
    display: block;
    opacity: 1;
    height: auto;
    padding: 30px 15px;
}
.gjs-dashed .cmn-faq__cont__item .cmn-faq__cont__item__box--a .cmn-faq__cont__item__box__inr{
    display: flex;
}
@media screen and (min-width:768px){
    .concept__catch{
        padding-top: 200px;
    }
    .concept__catch__inr{
        padding: 120px 0;
    }
    .concept__catch__info{
        margin-bottom: 80px;
    }
    .concept__catch__info__ttl{
        margin-bottom: 40px;
    }
    .concept__catch__cont{
        max-width: 700px;
        width: 100%;
        gap: 60px 50px;
        margin: 0 auto;
    }
    .concept__catch__cont__item{
        width: calc((100% - 150px) / 4);
    }
    .concept__catch__cont__item__txt{
        font-size: 1.6rem;
    }
    .concept-feature{
        padding: 200px 0;
    }
    .feature__ttl.top-ttl{
        margin-bottom: 120px;
    }
    .cmn-2colmn{
        margin-bottom: 120px;
    }
    .cmn-2colmn__info__ttl{
        margin-bottom: 50px;
    }
    .cmn-2colmn__info__ttl.small{
        font-size: 3.2rem;
    }
    .cmn-2colmn__info__desc{
    }
    .cmn-2colmn__info__btn__wrap{
        margin-top: 40px;
    }
    .cmn-2colmn__info__btn{
        margin-bottom: 40px;
    }
    .cmn-2colmn__flow{
        padding: 80px 20px;
        margin-top: 120px;
    }
    .cmn-2colmn__flow__inr__ttl{
        margin-bottom: 50px;
    }
    .cmn-flow__cont__item{
        background-color: #FFFBED;
        padding: 40px 15px;
        margin-bottom: 40px;
    }
    .cmn-flow__cont__item__inr.flex-btw{
        display: flex;
        gap: 0 30px;
    }
    .cmn-flow__cont__item__inr__img{
        max-width: 200px;
        width: 20%;
        margin: 0;
    }
    .cmn-flow__cont__item__inr__info{
        flex: 1;
    }
    .cmn-faq__cont__item__box__inr{
        gap: 0 60px;
    }
    .cmn-faq__cont__item__box__inr__icon{
        width: auto;
    }
    .cmn-faq__cont__item__box__inr__txt{
        padding-top: 10px;
    }
}
@media screen and (min-width:1024px){
    .cmn-2colmn.flex-btw{
        display: flex;
        gap: 0 40px;
    }
    .cmn-2colmn__info{
        flex: 1;
        margin: 0;
    }
    .cmn-2colmn__info__ttl.small{
        font-size: min(2.7vw, 3.2rem);
    }
    .cmn-2colmn__img{
        max-width: 550px;
        width: 47%;
    }
    .cmn-2colmn__img__inr{
        margin-right: -15px;
        margin-left: 0;
    }
    .cmn-2colmn:nth-of-type(2n + 1).flex-btw{
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .cmn-2colmn:nth-of-type(2n + 1) .cmn-2colmn__img__inr{
        margin: 0 0 0 -15px;
    }
    .cmn-flow__cont__item__inr.flex-btw{
        gap: 0 60px;
    }
    .cmn-flow__cont__item__inr__info{
        padding-top: 30px;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
    .cmn-2colmn__img__inr{
        margin-right: max(calc((1200px - 100vw) / 2), -360px);
    }
    .cmn-2colmn:nth-of-type(2n + 1) .cmn-2colmn__img__inr{
        margin: 0 0 0 max(calc((1200px - 100vw) / 2), -360px);
    }
}
@media screen and (min-width:1440px){
    .cmn-2colmn__img__inr{
        margin-right: -15px;
    }
    .cmn-2colmn:nth-of-type(2n + 1) .cmn-2colmn__img__inr{
        margin: 0 0 0 -15px;
    }
}
@media screen and (min-width:1530px){
    .cmn-2colmn__img__inr{
        margin-right: max(calc((100vw - 1215px - clamp(300px, calc((100vw - 1200px) / 2), 360px)) * -1), -360px);
    }
    .cmn-2colmn:nth-of-type(2n + 1) .cmn-2colmn__img__inr{
        margin: 0 0 0 max(calc((100vw - 1215px - clamp(300px, calc((100vw - 1200px) / 2), 360px)) * -1), -360px);
    }
}

/*	整骨院をご利用の方
---------------------------------*/
.service-bnt__wrap{
    padding-top: 80px;
}
.service-btn__txt{
    text-align: center;
    margin-bottom: 30px;
}
.service-btn__txt strong{
    font-weight: 700;
}
.service-btn__list.flex-cnt{
    display: block;
}
.service-btn__item{
    width: calc(100% - 80px);
    max-width: 320px;
    box-shadow: 0 0 10px rgba(39, 168, 55, .24);
    border-radius: 50px;
    margin: 0 auto 30px;
}
.service-btn__item:last-of-type{
    margin-bottom: 0;
}
.service-btn__item a{
    display: block;
    text-align: center;
}
.service-btn__item p{
    font-size: 1.8rem;
    font-weight: 700;
    color: #27A837;
    line-height: 3;
}
.service__catch{
    padding-top: 120px;
}
.service__catch__cont.flex-btw{
    display: block;
}
.service__catch__cont{
    margin-bottom: 80px;
}
.service__catch__cont:last-of-type{
    margin-bottom: 0;
}
.service__catch__cont__info{
    margin-bottom: 30px;
}
.service__catch__cont__info__ttl{
    color: #27A837;
    margin-bottom: 30px;
}
.service__catch__cont__info__ttl.small{
    font-size: min(5vw, 2.2rem);
}
.service__catch__cont__info__btn{
    margin-bottom: 20px;
}
.service__catch__cont__info__btn:last-of-type{
    margin-bottom: 0;
}
.service__catch__cont__img{
    max-width: 900px;
    width: 95%;
}
.service__catch__cont__img__inr{
    margin-left: -15px;
}
.service-worries{
    padding-top: 100px;
}
.service-worries__ttl{
    color: #27A837;
    text-align: center;
    margin-bottom: 40px;
}
.service-worries__ttl.ttl-cmn01{
    font-size: min(5vw, 2.2rem);
}
.service-worries__list{
    gap: 20px;
    margin-bottom: 40px;
}
.service-worries__item{
    max-width: 220px;
    width: calc((100% - 20px) / 2);
    text-align: center;
}
.service-worries__item__icon{
    max-width: 200px;
    max-height: 200px;
    width: 100%;
    height: calc((100vw - 50px) / 2);
    box-shadow: 0 0 10px rgba(255, 233, 169, .8);
    border-radius: 50%;
    margin: 0 auto 15px;
}
.service-worries__item__txt.ttl-cmn02{
    font-size: min(3.5vw, 1.8rem);
}
.service-worries__arrow{
    max-width: max-content;
    width: 70%;
    margin: 0 auto;
}
.service-solve{
    background: linear-gradient(to bottom, rgba(255, 233, 169, 0) 0%, rgba(255, 233, 169, 1) 50%, rgba(255, 233, 169, 0) 100%);
    padding: 80px 0;
}
.service-solve__upper.flex-cnt{
    display: block;
}
.service-solve__upper{
    margin-bottom: 60px;
}
.service-solve__upper__icon{
    max-width: max-content;
    width: 50%;
    margin: 0 auto 40px;
}
.service-solve__upper__txt{
    text-align: center;
}
.service-solve__upper__txt__p{
    display: inline-block;
    color: #27A837;
    text-align: left;
}
.service-solve__upper__txt__p strong{
    font-weight: 700;
    background-image: radial-gradient(circle at center, rgba(39, 168, 55, .2) 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1.06em 0.3em;
    padding-top: .4em;
}
.service-solve__cont.flex-cnt{
    display: block;
}
.service-solve__cont__item{
    max-width: 360px;
    width: 80%;
    margin: 0 auto 30px;
}
.service-solve__cont__item:last-of-type{
    margin-bottom: 0;
}
.service-solve__cont__item__img{
    margin-bottom: 15px;
}
.service-solve__cont__item__img img{
    border-radius: 10px;
}
.service-solve__cont__item__txt{
    font-weight: 500;
    text-align: center;
}
@media screen and (min-width:768px){
    .service-bnt__wrap{
        padding-top: 120px;
    }
    .service-btn__txt{
        margin-bottom: 50px;
    }
    .service-btn__txt strong br{
        display: none;
    }
    .service-btn__list.flex-cnt{
        display: flex;
        gap: 0 50px;
    }
    .service-btn__item{
        max-width: 360px;
        width: calc((100% - 50px) / 2);
        margin: 0;
    }
    .service-btn__item p {
        font-size: 2.2rem;
    }
    .service__catch{
        padding-top: 200px;
    }
    .service__catch__cont{
        margin-bottom: 120px;
    }
    .service__catch__cont__info__ttl{
        margin-bottom: 50px;
    }
    .service__catch__cont__info__ttl.small{
        font-size: 3.2rem;
    }
    .service__catch__cont__info__btn{
        margin-bottom: 40px;
    }
    .service-worries{
        padding-top: 160px;
    }
    .service-worries__ttl{
        margin-bottom: 60px;
    }
    .service-worries__ttl.ttl-cmn01{
        font-size: 3.2rem;
    }
    .service-worries__list{
        max-width: 710px;
        width: 100%;
        gap: 25px;
        margin: 0 auto 50px;
    }
    .service-worries__item{
        width: calc((100% - 50px) / 3);
    }
    .service-worries__item__icon{
        margin-bottom: 30px;
    }
    .service-worries__item__txt.ttl-cmn02{
        font-size: 2rem;
    }
    .service-solve{
        padding: 120px 0;
    }
    .service-solve__upper.flex-cnt{
        display: flex;
    }
    .service-solve__upper{
        gap: 0 70px;
        margin-bottom: 80px;
    }
    .service-solve__upper__icon{
        width: 30%;
        margin: 0;
    }
    .service-solve__cont.flex-cnt{
        display: flex;
        gap: 0 30px;
    }
    .service-solve__cont__item{
        width: calc((100% - 60px) / 3);
        margin: 0;
    }
    .service-solve__cont__item__txt{
        font-size: clamp(1.8rem, 2vw, 2rem);
    }
}
@media screen and (min-width:1024px){
    .service__catch__cont.flex-btw{
        display: flex;
        gap: 0 40px;
    }
    .service__catch__cont__info{
        flex: 1;
        margin: 0;
    }
    .service__catch__cont__info__ttl.small{
        font-size: min(2.8vw, 3.2rem);
    }
    .service__catch__cont__img{
        max-width: 550px;
        width: 47%;
    }
    .service__catch__cont__img__inr{
        margin-right: -15px;
        margin-left: 0;
    }
    .service-worries__list{
        max-width: none;
        margin: 0 0 50px;
    }
    .service-worries__item{
        width: calc((100% - 100px) / 5);
    }
    .service-worries__item__txt.ttl-cmn02{
        font-size: min(1.3vw, 2rem);
    }
    .service-solve__cont.flex-cnt{
        gap: 0 60px;
    }
    .service-solve__cont__item{
        width: calc((100% - 120px) / 3);
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
    .service__catch__cont__img__inr{
        margin-right: max(calc((1200px - 100vw) / 2), -360px);
    }
}
@media screen and (min-width:1440px){
    .service__catch__cont__img__inr{
        margin-right: -15px;
    }
}
@media screen and (min-width:1530px){
    .service__catch__cont__img__inr{
        margin-right: max(calc((100vw - 1215px - clamp(300px, calc((100vw - 1200px) / 2), 360px)) * -1), -360px);
    }
}

/*	美容でご利用の方
---------------------------------*/
.treatment__ttl.top-ttl .top-ttl__en{
    font-size: min(9vw, 8rem);
}
.cmn-treatment{
    padding-bottom: 120px;
}
.cmn-treatment__cont__item{
    border: solid 1px #27A837;
    border-radius: 30px;
    padding: 40px 15px;
    margin-bottom: 80px;
}
.cmn-treatment__cont__item:last-of-type{
    margin-bottom: 0;
}
.cmn-treatment__cont__item__inr{
    max-width: 1000px;
    width: 100%;
    gap: 0 30px;
    margin: 0 auto;
}
.cmn-treatment__cont__item__inr__box{
    max-width: 440px;
    width: calc((100% - 30px) / 2);
    text-align: center;
}
.cmn-treatment__cont__item__inr__box__p{
    font-family: "Damion", serif;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    color: #27A837;
    margin-bottom: 5px;
}
.cmn-treatment__cont__item__inr__box__img img{
    border-radius: 5px;
}
.gym-price__box{
    margin-bottom: 80px;
}
.gym-price__box__item{
    margin-bottom: 30px;
}
.gym-price__box__item:last-of-type{
    margin-bottom: 0;
}
.gym-price__box__item__ttl{
    color: #27A837;
}
.gym-price__box__item__txt{
    margin-top: 20px;
}
.gym-price__box__item__txt02{
    margin-top: 10px;
}
@media screen and (min-width:768px){
    .treatment__ttl.top-ttl .top-ttl__en{
        font-size: min(9vw, 12rem);
    }
    .cmn-treatment{
        padding-bottom: 200px;
    }
    .cmn-treatment__cont__item{
        padding: 70px 20px;
        margin-bottom: 120px;
    }
    .cmn-treatment__cont__item__inr__box__p{
        font-size: 3.2rem;
    }
    .gym-price__box{
        margin-bottom: 120px;
    }
    .gym-price__box__item{
        margin-bottom: 50px;
    }
    .gym-price__box__item__txt{
        margin-top: 40px;
    }
    .gym-price__box__item__txt02{
        margin-top: 20px;
    }
}
@media screen and (min-width:1024px){
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
}
@media screen and (min-width:1440px){
    .treatment__ttl.top-ttl .top-ttl__en{
        font-size: min(7vw, 12rem);
    }
}
@media screen and (min-width:1530px){
}


/*	ジムをご利用の方
---------------------------------*/
.gym-price{
    padding: 120px 0;
}
.gym-price__box{
    border: solid 1px #27A837;
    border-radius: 45px;
    text-align: center;
    padding: 40px 15px;
}
@media screen and (min-width:768px){
    .gym-price{
        padding: 200px 0;
    }
    .gym-price__box{
        padding: 80px 15px;
    }
}
@media screen and (min-width:1024px){
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
}
@media screen and (min-width:1440px){
}
@media screen and (min-width:1530px){
}


/*	せいこついん癒庵について
---------------------------------*/
.about-catch{
    padding: 120px 0 80px;
}
.about-catch__cont__ttl{
    color: #27A837;
    margin-bottom: 20px;
}
.about-catch__cont__ttl.ttl-cmn01{
    font-size: min(5vw, 2.2rem);
}
.about-catch__img__item{
    width: calc(100% / 3);
}
.introduction__ttl.top-ttl .top-ttl__en{
    font-size: min(13.5vw, 8rem);
}
.introduction__txt{
    width: 100%;
    margin-top: 40px;
}
.about-introduction{
    padding-top: 120px;
}
.about-infomation{
    padding: 120px 0 0;
}
.about-infomation__img__item{
    width: 50%;
}
.about-infomation__img__item.ojf:before{
    padding-top: 60.4167%;
}
.about-infomation__cont{
    padding-top: 80px;
}
.about-price{
    padding: 120px 0;
}
.about-price__item{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 50px;
}
.about-price__item:last-of-type{
    margin-bottom: 0;
}
.about-price__item__ttl{
    margin-bottom: 20px;
}
.about-price__item__table .cmn-table__td__p{
    display: block;
    text-align: right;
}
.about-price__item__table .cmn-table__td__p.centerOn{
    text-align: center;
}
@media screen and (min-width:768px){
    .about-catch{
        padding: 200px 0 120px;
    }
    .about-catch__cont__ttl{
        margin-bottom: 40px;
    }
    .about-catch__cont__ttl.ttl-cmn01{
        font-size: 3.2rem;
    }
    .about-introduction{
        padding-top: 200px;
    }
    .introduction__ttl.top-ttl .top-ttl__en{
        font-size: 12rem;
    }
    .introduction__txt{
        margin-top: 60px;
    }
    .about-infomation{
        padding: 200px 0 0;
    }
    .about-infomation__cont{
        padding-top: 120px;
    }
    .about-price{
        padding: 200px 0;
    }
    .about-price__item{
        margin-bottom: 70px;
    }
    .about-price__item__ttl{
        margin-bottom: 30px;
    }
}
@media screen and (min-width:1024px){
    .about-price__item__table .cmn-table__th{
        width: 350px;
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
}
@media screen and (min-width:1440px){
    .about-catch__img__list{
        margin-left: clamp(300px, calc((100% - 1200px) / 2), 360px);
    }
}
@media screen and (min-width:1530px){
}

.gym-price__box .ttl-cmn04{
    font-size: 3.4rem;
}
.gym-price__box .ttl-cmn02{
    font-size: 3rem;
}
@media screen and (max-width:767px){
.gym-price__box .ttl-cmn04{
    font-size: 2.4rem;
}
.gym-price__box .ttl-cmn02{
    font-size: 2rem;
}
}