@charset "UTF-8";
/* CSS Document */
/*===============================================
共通
===============================================*/
html,
body {
    height: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.625rem;
    background-color: #fff;
    line-height: 2;
    letter-spacing: 1px;
}
:root {
    --main: #68c3c5;
    --sub: #cdebec;
    --pc: 14.4;
    --sp: 10.24;
}
*:focus {
    outline: none;
}
body {
    display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
figure,
figcaption,
ul {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    line-height: 0;
    width: 100%;
    height: auto;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #000;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
a:hover {
    color: #C8C8C8;
}
table {
    border-collapse: collapse;
}
span.text-block {
    display: inline-block;
}
.pc-none {
    display: none;
}
.note {
    text-indent: -1em;
    padding-left: 1em;
}
input {
    font-size: 1.6rem
}
input:focus {
    outline: 0;
}
input[type="button"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="image"],
textarea,
select {
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="submit"] {
    border: none;
    -webkit-appearance: none;
    margin-left: 72px;
}
.mg {
    margin: clamp(200px, (250vw/var(--pc)), 250px);
}
.en {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}
.contents {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 1.5rem;
}
.flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/*==============================================
ヘッダー
===============================================*/
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    font-weight: 500;
}
nav ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    letter-spacing: 3px;
}
nav ul.menu li {
    line-height: 1;
}
nav ul.menu > li {
    margin-left: 30px;
    letter-spacing: 2px;
}
nav ul.menu li a {
    color: #fff;
    display: block;
}
nav ul.menu li.logo_menu {
    margin-right: auto;
    margin-left: 0;
    width: 120px;
}
nav ul.menu li.logo_menu:hover {
    cursor: pointer;
}
nav ul.menu li.sub_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
nav ul.menu li.sub_menu ul li {
    width: 100%;
    max-width: 25px;
    min-width: 25px;
    margin-right: 20px;
}
header .sp_logo {
    display: none;
}
header .sp_logo a {
    display: block;
}
/*==============================================
メニュー
===============================================*/
/*==============================================
index
===============================================*/
main {
    background: url("../img/top_img.jpg")no-repeat center center / cover;
    position: relative;
}
main .main_logo {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 500px;
}
main .main_logo .image {
    margin-bottom: 25px;
}
main .main_logo .copy {
    color: #fff;
    font-size: clamp(28px, (30vw/var(--pc)), 30px);
    letter-spacing: 10px;
}
.cont_title {
    font-size: clamp(40px, (45vw/var(--pc)), 45px);
    font-weight: 500;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 50px;
    text-align: left;
    line-height: 1;
}
.page {
    padding: clamp(100px, (150vw/var(--pc)), 150px) 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* about-------------*/
.heading {
    font-size: clamp(20px, (22vw/var(--pc)), 22px);
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 50px;
}
.heading::before {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #000;
    display: inline-block;
    margin-right: 15px;
    vertical-align: 0.35em;
}
#about.page {
    padding: clamp(100px, (150vw/var(--pc)), 150px) 0 clamp(100px, (150vw/var(--pc)), 150px) 5%;
}
#about .textBox {
    width: 40%;
    text-align: justify;
    margin-right: clamp(50px, (100vw/var(--pc)), 100px);
    font-size: 1.5rem;
}
#about .textBox p {
    margin-bottom: 2em;
}
#about .imageBox {
    width: 60%;
}
#about .explanation {
    margin-bottom: 100px;
}
#about .flexBox.features {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#about .flexBox.features.contents {
    max-width: 1000px;
}
#about .features .part {
    width: 33.2%;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
    padding: 50px 30px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#about .features .part:nth-child(3n) {
    border-right: none;
}
#about .features .part:nth-child(n + 4) {
    border-bottom: none;
}
#about .features .part .image {
    max-width: 160px;
    margin: 0 auto 30px;
}
#about .features .part .title {
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
    font-size: 1.8rem;
}
#about .features .part .text {
    line-height: 1.6;
}
/* news-------------*/
#news {
	padding: clamp(100px, (150vw/var(--pc)), 150px) 5%;
	text-align: center;
}
#news .more {
    display: inline-block;
    margin: 0 auto;
}
#news .more a {
    background-color: var(--main);
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    padding: 0.75em 4em;
    border-radius: 100px;
    display: block;
    text-align: center;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    letter-spacing: 1px;
}
#news .more a:hover {
    color: var(--main);
    background-color: #fff;
}
.instaBox{
	width: 100%;
	margin-bottom: 50px;
}
/* system-------------*/
#system {
    background: url("../img/system.jpg")no-repeat center center / cover;
    padding: clamp(100px, (150vw/var(--pc)), 150px) 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#system .cont_title {
    color: #fff;
}
#system .heading {
    color: #fff;
}
#system .heading::before {
    background-color: #fff;
}
.system_contents {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.system_contents .flexBox {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.systemBox {
    width: 45%;
    text-align: center;
}
.systemBox .title {
    background-color: var(--main);
    padding: 0.5em 0;
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 25px;
}
.systemBox .subtitle {
    background-color: #fff;
    font-size: 1.6rem;
    border-radius: 100px;
    font-weight: 700;
    padding: 0.25em;
    margin-bottom: 25px;
}
.systemBox .subtitle span {
    font-size: 1.2rem;
    font-weight: 500;
}
.systemBox table {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 1px;
}
.systemBox table tr {
    border-bottom: 1px solid #000;
}
.systemBox table span.tax {
    font-size: 1.5rem;
    font-weight: 500;
}
.systemBox table span.times {
    font-size: 1.5rem;
    display: block;
    font-weight: 500;
    color: #3D3D3D;
}
.systemBox table td {
    vertical-align: top;
    padding: 0.5em 0 0.75em;
}
.systemBox table td.system_td1 {
    text-align: left;
	white-space: nowrap;
	padding-right: 1em;
	box-sizing: border-box;
}
.systemBox table td.system_td2 {
    text-align: right;
    vertical-align: text-top;
}
.system_contents .note {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 15px;
}
/* staff-------------*/
#trainer .trainer_profil {
    width: 100%;
    max-width: 800px;
}
#trainer .trainer_profil .image {
    width: 48%;
    max-width: 200px;
}
#trainer .trainer_profil .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
}
#trainer .trainer_profil .text .name {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}
#trainer .trainer_profil .text .profil {
    margin-bottom: 30px;
}
#trainer .trainer_profil .text .biography {
    margin-bottom: 1em;
}
#trainer .trainer_profil .text .biography .title,
#trainer .trainer_profil .text .hobby .title {
    font-weight: 700;
}
#trainer .trainer_profil .text .biography .title::after,
#trainer .trainer_profil .text .hobby .title::after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #000;
    margin-left: 10px;
    vertical-align: 0.3em;
}
#trainer .trainer_profil .text .biography p span {
    margin-right: 1.5em;
}
/* access-------------*/
#access {
    background-color: #caeaeb;
    padding: clamp(100px, (150vw/var(--pc)), 150px) 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#access .mapBox {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
#access .map {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
}
#access .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
#access .mapBox .map_adress {
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 50px;
    text-align: left;
    line-height: 1.8;
}
#access .mapBox .more {
    display: inline-block;
    margin: 0 auto;
}
#access .mapBox .more a {
    background-color: var(--main);
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    padding: 0.75em 4em;
    border-radius: 100px;
    display: block;
    text-align: center;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    letter-spacing: 1px;
}
#access .mapBox .more a:hover {
    color: var(--main);
    background-color: #fff;
}
/* faq-------------*/
#faq .faqBox {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.8;
}
#faq .question {
    background-color: #e6e6e6;
    padding: 1em 4em 1em 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px;
    cursor: pointer;
    position: relative;
}
.question::before,
.question::after {
    position: absolute;
    content: '';
    top: 1px;
    right: 20px;
    bottom: 0;
    width: 15px;
    height: 1px;
    margin: auto;
    background: #151E2F;
}
.question::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.question.active::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
#faq span.initials {
    font-weight: 700;
    margin-right: 0.5em;
}
#faq .answer {
    padding: 0 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    display: none;
    margin: 25px 0;
}
#faq .question p,
#faq .answer p {
    padding-left: 1.6em;
    text-indent: -1.6em;
}
/* reservation-------------*/
#reservation {
    background-color: #caeaeb;
}
.contactBox {
    margin-bottom: 100px;
}
.contactBox .text {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 50px;
}
.contactBox .reservationBox {
    font-size: clamp(18px, (20vw/var(--pc)), 20px);
    background-color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 100px;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto 3%;
}
.contactBox .reservationBox a {
    padding: 1em 0;
    border-radius: 100px;
    display: block;
    background-color: #fff;
}
.contactBox .reservationBox a:hover {
    background-color: var(--main);
    color: #fff;
}
.contactBox .flexBox {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1024px;
    margin: 0 auto;
}
.contact_btn {
    width: 47%;
    background-color: #fff;
    font-size: clamp(18px, (20vw/var(--pc)), 20px);
    font-weight: 700;
    text-align: center;
    border-radius: 100px;
}
.contact_btn a {
    padding: 1em 0;
    border-radius: 100px;
    display: block;
}
.contact_btn.line a {
    color: #06C755;
}
.contact_btn.line a p::before {
    content: '';
    background: url("../img/line-green.svg")no-repeat center center / cover;
    width: 37px;
    height: 35px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
.contact_btn.line a:hover {
    color: #fff;
    background-color: #06C755;
}
.contact_btn.line a:hover p::before {
    background: url("../img/line-white.svg")no-repeat center center / cover;
}
.contact_btn.tel span {
    font-size: 1.6rem;
    margin-right: 10px;
}
.contact_btn.tel a:hover {
    background-color: var(--main);
    color: #fff;
}
/*==============================================
プライバシーポリシー
===============================================*/
#otherPage {
    background-color: var(--main);
    padding-top: clamp(150px, (200vw/var(--pc)), 200px);
    padding-bottom: 100px;
}
.contents_other {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 1.4rem;
    color: #000;
    padding: clamp(80px, (100vw/var(--pc)), 100px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 40px;
}
#otherPage .pageTitle {
    font-size: clamp(30px, (35vw/var(--pc)), 35px);
    font-weight: bold;
    margin-bottom: clamp(80px, (100vw/var(--pc)), 100px);
}
#otherPage .discription {
    margin-bottom: 50px;
}
#otherPage .list {
    margin-bottom: 50px;
}
#otherPage .list .title {
    margin-bottom: 0.5em;
    font-weight: bold;
    font-size: 1.6rem;
}
#otherPage .list p {
    text-indent: -1.4em;
    padding-left: 1.4em;
}
/*==============================================
特定商取引法に基づく表記
===============================================*/
#otherPage #business .list {
    margin-bottom: 25px;
}
#otherPage #business .list .title {
    margin-bottom: 0;
}
#otherPage #business .list p {
    text-indent: 0em;
    padding-left: 0em;
}
/*==============================================
フッター
===============================================*/
footer {
    background-color: var(--main);
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.8;
}
footer a {
    color: #fff;
}
footer .flexBox {
    width: 100%;
    padding: 100px 5% 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer .left .footer_logo {
    max-width: 250px;
    margin-bottom: 30px;
}
footer .left .footer_adress {
    margin-bottom: 5px;
}
footer .left .footer_tel {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 3px;
}
footer .left .footer_tel span {
    font-size: 1.6rem;
}
footer .right .menu {
    margin-bottom: 25px;
}
footer .right .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
footer .right .menu ul li {
    margin-right: 2em;
}
footer .right .menu ul li:nth-last-child(1) {
    margin-right: 0;
}
footer table {
    text-align: left;
    vertical-align: middle;
    margin-bottom: 25px;
}
footer table th {
    width: 1%;
    white-space: nowrap;
    padding: 0 1em 0.25em 0;
}
footer table td {
    white-space: nowrap;
    padding: 0 1em 0.25em 0;
}
footer table td.td1 {
    width: 1%;
}
footer table td img {
    max-width: 20px;
    margin-right: 10px;
    vertical-align: -0.25em;
}
footer .other ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
footer .other ul li {
    margin-right: 2em;
}
footer .other ul li:nth-last-child(1) {
    margin-right: 0;
}
.reservation_btn {
    position: fixed;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: 700;
    padding: 2em 1.5em;
    line-height: 0;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.reservation_btn a {
    padding: 2em 1.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: var(--main);
}
.reservation_btn.active {
    opacity: 1;
}
.reservation_btn.active.absolute {
    opacity: 0;
}
/*==============================================
404
===============================================*/
.notfound-wrap {
    min-height: 800px;
    position: relative;
}
.notfound {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 400px;
    width: 100%;
    text-align: center;
}
.notfound img {
    width: 100%;
    height: auto;
    max-width: 400px;
    margin-bottom: 50px;
}
.notfound p {
    font-size: 1.6rem;
    margin-bottom: 80px;
    text-align: left;
}
.notfound .more {
    margin: 0 auto;
    display: inline-block;
}
.notfound a {
    background-color: #646464;
    color: #fff;
    padding: 1em 2em;
    font-size: 1.4rem;
    margin: 0 auto;
}
/*==============================================
画面の横幅が1024pxまで
===============================================*/
@media only screen and (max-width:820px) {
    .sp-none {
        display: none;
    }
    .pc-none {
        display: block;
    }
    .contents {
        width: 90%;
        max-width: 640px;
    }
    /*==============================================
ヘッダー
===============================================*/
    header {
        font-weight: 400;
        letter-spacing: 5px;
        position: fixed;
        height: 60px;
    }
    header.active {}
    nav ul.menu {
        display: block;
        font-size: clamp(20px, 2.926829vw, 24px);
        padding: clamp(100px, 18.292682vw, 150px) 5% 0;
        min-width: inherit
    }
    nav ul.menu li {
        margin-bottom: 1em;
    }
    nav ul.menu > li {
        margin-left: 0;
    }
    nav ul.menu li a {
        color: #fff;
    }
    nav ul.menu li.logo_menu {
        display: none;
    }
    nav ul.menu li.sub_menu {
        margin-top: 2.5em;
        margin-bottom: 1em;
    }
    nav ul.menu li.sub_menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    nav ul.menu li.sub_menu ul li:nth-child(1)::after {
        background-color: #fff;
    }
    nav ul.menu li.reserve_menu {
        text-align: left;
    }
    nav ul.menu li.reserve_menu a {
        background-color: transparent;
        padding: 0.75em 2.5em 0.9em;
        line-height: 1;
        color: #fff;
        border: 1px solid #fff;
        font-size: clamp(12px, 2.19512vw, 18px);
        display: inline-block;
    }
    header .sp_logo {
        display: block;
        position: fixed;
        top: 25px;
        left: 5%;
        width: 25%;
        max-width: 120px;
        min-width: 80px;
        z-index: 99999;
        -webkit-transition: 0.25s;
        transition: 0.25s;
    }
    header.active .sp_logo {
        top: 19px;
        left: 25px;
        width: 25%;
        max-width: 80px;
        min-width: 60px;
    }
    /*==============================================
index
===============================================*/
    main {
        background: url("../img/top_imgSP.jpg")no-repeat top 10% center / cover;
        position: relative;
    }
    main .main_logo {
        width: 60%;
        max-width: 400px;
        min-width: 250px;
		top: inherit;
		bottom: 10%;
		-webkit-transform: none;
		transform: none;
    }
    main .main_logo .copy {
        font-size: clamp(20px, (25vw/var(--sp)), 25px);
        letter-spacing: 5px;
        white-space: nowrap;
    }
    .cont_title {
        font-size: clamp(28px, (35vw/var(--sp)), 35px);
        width: 90%;
        max-width: 800px;
        margin: 0 auto 10px;
    }
    .page {
        padding: clamp(50px, (100vw/var(--sp)), 100px) 0;
    }
    /* about-------------*/
    .heading {
        font-size: clamp(18px, (20vw/var(--sp)), 20px);
        letter-spacing: 1px;
        margin-bottom: 30px;
    }
    .heading::before {
        width: 30px;
        margin-right: 10px;
    }
    #about.page {
        padding: clamp(50px, (100vw/var(--sp)), 100px) 0 clamp(50px, (100vw/var(--pc)), 100px) 0;
    }
    #about .textBox {
        width: 90%;
        margin-right: 0;
        font-size: 1.4rem;
        margin-bottom: 50px;
    }
    #about .imageBox {
        width: 100%;
    }
    #about .explanation {
        margin-bottom: 50px;
    }
    #about .flexBox.explanation {
        display: block;
    }
    #about .flexBox.features.contents {
        width: 100%;
        max-width: 640px;
    }
    #about .features .part {
        width: 50%;
        padding: 30px 20px 20px;
    }
    #about .features .part:nth-child(3n) {
        border-right: 1px solid #969696;
    }
    #about .features .part:nth-child(2n) {
        border-right: none;
    }
    #about .features .part:nth-child(n + 4) {
        border-bottom: 1px solid #969696;
    }
    #about .features .part:nth-child(n + 5) {
        border-bottom: none;
    }
    #about .features .part .image {
        max-width: 120px;
        width: 60%;
        margin: 0 auto 20px;
    }
    #about .features .part .title {
        margin-bottom: 15px;
        line-height: 1.6;
        font-size: 1.5rem;
    }
    #about .features .part .text {
        font-size: 1.4rem;
    }
/* news-------------*/
#news {
	padding: clamp(50px, (100vw/var(--sp)), 100px) 0;
}
#news .more a {
    font-size: 1.4rem;
}
    /* system-------------*/
    #system {
        background: url("../img/system.jpg")no-repeat top right / cover;
        padding: clamp(50px, (100vw/var(--sp)), 100px) 0;
    }
    .system_contents {
        padding: 5%;
        margin-bottom: 50px;
    }
    .system_contents .flexBox {
        display: block;
    }
    .systemBox {
        width: 100%;
        margin-bottom: 10%;
    }
    .systemBox:nth-last-child(1) {
        margin-bottom: 0;
    }
    .systemBox .title {
        font-size: 1.6rem;
    }
    .systemBox .subtitle {
        font-size: 1.4rem;
        border-radius: 100px;
    }
    .systemBox table {
        font-size: 1.5rem;
    }
    .systemBox table span.tax {
        font-size: 1.2rem;
    }
    .systemBox table span.times {
        font-size: 1.2rem;
    }
    .system_contents .note {
        line-height: 1.6;
    }
    /* staff-------------*/
    #trainer .trainer_profil {
        max-width: 640px;
    }
    #trainer .trainer_profil .flexBox {
        display: block;
    }
    #trainer .trainer_profil .image {
        width: 50%;
        max-width: 280px;
        margin-bottom: 25px;
    }
    #trainer .trainer_profil .text {
        margin-left: 0;
    }
    #trainer .trainer_profil .text .name {
        font-size: 1.8rem;
    }
    #trainer .trainer_profil .text .profil {
        margin-bottom: 25px;
    }
    #trainer .trainer_profil .text .biography .title::after,
    #trainer .trainer_profil .text .hobby .title::after {
        content: '';
        display: inline-block;
        width: 100px;
        height: 1px;
        background-color: #000;
        margin-left: 10px;
        vertical-align: 0.3em;
    }
    #trainer .trainer_profil .text .biography p {
        margin-bottom: 0.5em;
        line-height: 1.6;
    }
    #trainer .trainer_profil .text .biography p span {
        display: block;
    }
    /* access-------------*/
    #access {
        padding: clamp(50px, (100vw/var(--sp)), 100px) 0;
    }
    #access .mapBox {
        max-width: 640px;
    }
    #access .map {
        padding-bottom: 60%;
    }
    #access .mapBox .map_adress {
        font-weight: 500;
        font-size: 1.5rem;
        margin-bottom: 50px;
        line-height: 1.6;
    }
    #access .mapBox .more a {
        font-size: 1.4rem;
    }
    /* faq-------------*/
    #faq .faqBox {
        max-width: 640px;
        font-size: 1.5rem;
        line-height: 1.6;
    }
    #faq .question {
        background-color: #e6e6e6;
        padding: 1em 3em 1em 1em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 25px;
        cursor: pointer;
        position: relative;
    }
    #faq .answer {
        padding: 0 1em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: 500;
        display: none;
        margin: 25px 0;
    }
    #faq .question p,
    #faq .answer p {
        padding-left: 1.5em;
        text-indent: -1.5em;
    }
    /* reservation-------------*/
    .contactBox {
        margin-bottom: 50px;
    }
    .contactBox .text {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
    .contactBox .reservationBox {
        font-size: clamp(15px, (18vw/var(--sp)), 18px);
        margin: 0 auto 15px;
    }
    .contactBox .reservationBox a {
        padding: 1em 0;
        border-radius: 100px;
        display: block;
        background-color: #fff;
    }
    .contactBox .flexBox {
        display: block;
    }
    .contact_btn {
        width: 100%;
        font-size: clamp(15px, (18vw/var(--sp)), 18px);
    }
    .contact_btn.line {
        margin-bottom: 15px;
    }
    .contact_btn.line a p::before {
        width: 27px;
        height: 25.5px;
        margin-right: 10px;
    }
    .contact_btn.tel span {
        font-size: 1.4rem;
    }
    /*==============================================
フッター
===============================================*/
    footer {
        font-size: 1.4rem;
        line-height: 1.6;
    }
    footer .flexBox {
        display: block;
        width: 100%;
        padding: 50px 5%;
    }
    footer .left .footer_logo {
        width: 50%;
        max-width: 250px;
        min-width: 150px;
        margin-bottom: 20px;
    }
    footer .left .footer_tel {
        font-size: 2rem;
        letter-spacing: 3px;
        margin-bottom: 30px;
    }
    footer .left .footer_tel span {
        font-size: 1.6rem;
    }
    footer .right .menu {
        margin-bottom: 20px;
    }
    footer .right .menu ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 1.5rem;
    }
    footer .right .menu ul li {
        margin-right: 1em;
        margin-bottom: 0.5em;
    }
    footer table td img {
        max-width: 18px;
        vertical-align: -0.25em;
    }
    footer .other ul {
        display: block;
    }
    footer .other ul li {
        margin-right: 0;
        line-height: 1.8;
    }
    .reservation_btn {
        position: fixed;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        right: inherit;
        top: inherit;
        left: 0;
        bottom: 0;
        -webkit-transform: none;
        transform: none;
        font-size: 1.4rem;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .reservation_btn a {
        padding: 1.75em 0;
        width: 100%;
        display: block;
    }
    /*==============================================
プライバシーポリシー
===============================================*/
    #otherPage {
        padding-top: clamp(100px, (120vw/var(--sp)), 120px);
        padding-bottom: 50px;
    }
    .contents_other {
        width: 90%;
        max-width: 640px;
        padding: 50px 5%;
        border-radius: 20px;
    }
    #otherPage .pageTitle {
        font-size: clamp(20px, (25vw/var(--sp)), 25px);
        margin-bottom: 1em;
    }
    #otherPage .discription {
        margin-bottom: 1.5em;
        line-height: 1.8;
        font-size: 1.5rem;
    }
    #otherPage .list {
        margin-bottom: 1.5em;
    }
    #otherPage .list .title {
        margin-bottom: 0.5em;
        font-weight: bold;
        font-size: 1.4rem;
    }
    #otherPage .list p {
        text-indent: -1.4em;
        padding-left: 1.4em;
        line-height: 1.8;
        font-size: 1.2rem;
        margin-bottom: 0.25em;
    }
    /*==============================================
特定商取引法に基づく表記
===============================================*/
    #otherPage #business .list {
        margin-bottom: 15px;
    }
    #otherPage #business .list .title {
        margin-bottom: 0;
        line-height: 1.4;
    }
    #otherPage #business .list p {
        text-indent: 0em;
        padding-left: 0em;
    }
    /*==============================================
404
===============================================*/
    .notfound-wrap {
        min-height: 500px;
        width: 90%;
        margin: 0 auto;
    }
    .notfound p {
        font-size: 1.4rem;
        line-height: 1.8;
    }
    .notfound img {
        width: 100%;
        max-width: 200px;
        margin-top: 0;
    }
}