@charset "utf-8";

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

body {
	color: #1c1c1c;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	background: #efe8d9;
	/* overflow-x: hidden; */
	position: relative;
	}

main {}

ul {list-style:none;padding: 0px;margin: 0px;}

p {font-size:16px;line-height: 1.5;margin: 0;}

.font-copy { font-family: 'Medula One', cursive; }
.font-en { font-family: angie-sans, sans-serif; font-weight: 400;  font-style: normal; }
.font-b {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: bold;
}

a,a img {
    color: #1c1c1c;
    text-decoration: none;
    transition-property: all;
    transition: 0.3s linear;
}

a img { text-decoration: none; }

a:hover,a img:hover {opacity:0.8;}
a:active {color: #1c1c1c;}
a:visit {color: #1c1c1c;}

.pc {display:block !important;}
.sp { display:none !important; }

.inner {
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0px;
}

section {
    min-width: 1300px;
    padding: 0px 50px;
}

section .inner p {}

.flex { display:flex; }

h2.title {}

h3.title {
    margin: 0px;
    color: #a68b62;
    font-size: 55px;
    font-weight: bold;
    letter-spacing: 0.01em;
}

.c-white { color: #FFF; }

.bg-black { background:#1c1c1c; }
.bg-white { background:#FFF; }

table {
    border-collapse: collapse;
}
table tr {}
table tr th,
table tr td {
    text-align: left;
    font-size: 16px;
}
table tr th {
}
table tr td {}

#top {position: relative;top: -80px;}

@media only screen and (max-width: 768px){

body {width: 100%;padding:0px;font-size: 3.5vw;position: initial;}

main {}
.pc {display: none !important; min-width: initial !important;}
.sp {display:block !important;}

.inner {width: 92%;padding: 14vw 4%;}
.font-en { }
section {
    min-width: initial;
    padding: 0 4%;
}

section .inner p { }
p {font-size:4vw;}

.flex { display:block; }

h2.title { font-size: 9vw; margin-bottom: 4vw;}

h3.title {font-size: 8.53333vw;margin-bottom: 6vw;}

table {}
table tr {}
table tr th,
table tr td {
    font-size: 4vw;
}
table tr th {
    border: none;
    width: 100%;
    padding-bottom: 0;
}
table tr td {}
#top {}
}

/* --------------------------------------------------------------------------------------
 header
--------------------------------------------------------------------------------------- */

header {
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    transition-property: all;
    transition: 0.3s linear;
    /* min-width: 1200px; */
    z-index: 999;
}
header .header-inner {
    /* min-width: 1200px; */
    width: 100%;
    display: block;
    position: relative;
    transform: initial;
    visibility: initial;
}
header .header-inner::after { content:""; display:block; clear:both; }
header .header-inner h1.logo {
    margin: 0px;
    margin-left: 0px;
    padding-top: 0px;
    opacity: 0;
    transition-property: all;
    transition: 0.3s linear;
}

header.contact-header {
    background-color: rgba( 255, 255, 255, 0.8 );
}
header.contact-header .header-inner h1.logo {
    opacity: 1;
}

header .header-inner .logo a {
    line-height: 1;
}
header .header-inner .logo a img {
    width: 595px;
}
header .header-inner .header-menu {
    display: flex !important;
    margin-left: auto;
}
header .header-inner .header-menu li {}
header .header-inner .header-menu li a {
    color: #1c1c1c;
    display: block;
    font-size: 18px;
    padding: 29px 40px;
}
header .header-inner .header-menu li a:hover {}
header .header-inner .header-menu li.head-contact {
}
header .header-inner .header-menu li.head-contact a {
    background: #FFF;
}
header .header-inner .header-menu li.head-contact a:hover {}

header.scrollhead {
    background-color: rgba( 255, 255, 255, 0.8 );
}
header.scrollhead .header-inner {}
header.scrollhead .header-inner .logo {
    opacity: 1;
}
header.scrollhead .header-inner .logo a {}
header.scrollhead .header-inner .logo a img {}
header.scrollhead .header-inner .header-menu {}
header.scrollhead .header-inner .header-menu li {}
header.scrollhead .header-inner .header-menu li a {
}
header.scrollhead .header-inner .header-menu li a:hover {}
header.scrollhead .header-inner .header-menu li.head-contact {}
header.scrollhead .header-inner .header-menu li.head-contact a {
    background: #a68b62e0;
    color: #FFF;
}
header.scrollhead .header-inner .header-menu li.head-contact a:hover {}

header .header-inner .menu {}
header .header-inner .menu #nav-toggle {}
header .header-inner .menu #nav-toggle div {}
header .header-inner .menu #nav-toggle div span {}
header .header-inner .menu #gloval-nav {}
header .header-inner .menu #gloval-nav nav {}
header .header-inner .menu #gloval-nav nav ul {}
header .header-inner .menu #gloval-nav nav ul li {}
header .header-inner .menu #gloval-nav nav ul li a {}
header .header-inner .menu #gloval-nav nav ul li.head-contact {}
header .header-inner .menu #gloval-nav nav ul li.head-contact a {}

header.scrollhead .header-inner .menu {}
header.scrollhead .header-inner .menu #nav-toggle {}
header.scrollhead .header-inner .menu #nav-toggle div {}
header.scrollhead .header-inner .menu #nav-toggle div span {}
header.scrollhead .header-inner .menu #gloval-nav {}
header.scrollhead .header-inner .menu #gloval-nav nav {}
header.scrollhead .header-inner .menu #gloval-nav nav ul {}
header.scrollhead .header-inner .menu #gloval-nav nav ul li {}
header.scrollhead .header-inner .menu #gloval-nav nav ul li a {}
header.scrollhead .header-inner .menu #gloval-nav nav ul li.head-contact {}
header.scrollhead .header-inner .menu #gloval-nav nav ul li.head-contact a {}

header .header-menu-cont {
    display: block;
    /* float: right; */
    position: absolute;
    top: 0;
    right: 0;
}
header .header-menu-cont .ig-icon {
    background: #FFF;
    display: block;
    padding: 15px;
    line-height: 0;
    width: 50px;
    top: 0;
    right: 80px;
    position: absolute;
    z-index: 9999;
}

header.contact-header .header-menu-cont .ig-icon { background: #efe8d9; }

header .header-menu-cont .ig-icon img {
    width: 50px;
}
header .header-menu-cont .menu {}
header .header-menu-cont .menu #nav-toggle {
    background: #a68a62;
    top: 0;
    right: 0;
    width: 50px;
    padding: 28px 15px 7px 15px;
}
header .header-menu-cont .menu #nav-toggle div {}
header .header-menu-cont .menu #nav-toggle div span {}
header .header-menu-cont .menu #nav-toggle div span:nth-of-type(2) {}

header.scrollhead .header-menu-cont {}
header.scrollhead .header-menu-cont .ig-icon {
    background: #efe8d9;
}
header.scrollhead .header-menu-cont .ig-icon img {}
header.scrollhead .header-menu-cont .menu {}
header.scrollhead .header-menu-cont .menu #nav-toggle {}
header.scrollhead .header-menu-cont .menu #nav-toggle div {}
header.scrollhead .header-menu-cont .menu #nav-toggle div span {}
header.scrollhead .header-menu-cont .menu #nav-toggle div span:nth-of-type(2) {}

#nav-toggle {
    position: fixed;
    top: 25px;
    right: 25px;
    height: 45px;
    cursor: pointer;
    }
    
#nav-toggle div {
    position: relative;
    width: 50px;
  }
  
#nav-toggle div span {
    width: 100%;
    height: 5px;
    left: 0;
    display: block;
    background: #FFF;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
    }
    
#nav-toggle div span:nth-of-type(1) { top: 0; }
#nav-toggle div span:nth-of-type(2) {top: 20px;}
#nav-toggle div span:nth-of-type(3) {top: 40px;}

#nav-toggle div span:nth-of-type(1):hover {}
#nav-toggle div span:nth-of-type(3):hover {}

.open #nav-toggle span { background: #fff; }
    
.open #nav-toggle span:nth-of-type(1) {top: 9px;transform: rotate(45deg);}
.open #nav-toggle span:nth-of-type(2) {top: 9px;transform: rotate(-45deg);}

/* z-index */
#nav-toggle {z-index: 1000;top: 40px;right: 40px;}
#container { z-index: 900; }

#gloval-nav {
    background: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
}
#gloval-nav a {
    display: block;
    color: #fff;
    /* text-decoration: none; */
    padding: 12px 0;
    /* transition: color .6s ease; */
    float: none;
    font-size: 45px;
    font-family: angie-sans, sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    }
#gloval-nav a:hover { color: #FFF; opacity:0.7; }
  
#gloval-nav ul {list-style: none;width: 100%;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;}


/* open */
.open {
    /* overflow: hidden; */
  
  #gloval-nav {
    visibility: visible;
    opacity: 1;
  }

  #gloval-nav
    li {
    opacity: 1;
    transform: translateX(0);
    transition:  transform 1s ease, opacity .9s ease;
  }
}

#gloval-nav {
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    background: #1c1c1c;
}
.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 900px){
header .header-inner .header-menu li a {
    padding: 29px 15px;
}

}

@media only screen and (max-width: 768px){

header {height: 14vw;}
header .header-inner {
    visibility: initial;
    transform: initial;
}
header .header-inner h1.logo {
    padding-top: 0;
    margin-left: 0;
}
header .header-inner .logo a {
}
header .header-inner .logo a img {
    width: 52vw;
}
header .header-inner .header-menu {
    display: none !important;
}
header .header-inner .header-menu li {}
header .header-inner .header-menu li a {}
header .header-inner .header-menu li a:hover {}
header .header-inner .header-menu li.head-contact {}
header .header-inner .header-menu li.head-contact a {}
header .header-inner .header-menu li.head-contact a:hover {}

header.scrollhead {border-bottom: 1px solid #efe8d9;}
header.scrollhead .header-inner {}
header.scrollhead .header-inner .logo {margin-left: 0;padding-top: 0;}
header.scrollhead .header-inner .logo a {
}
header.scrollhead .header-inner .logo a img {
    /* width: 53vw; */
}
header.scrollhead .header-inner .header-menu {}
header.scrollhead .header-inner .header-menu li {}
header.scrollhead .header-inner .header-menu li a {}
header.scrollhead .header-inner .header-menu li a:hover {}
header.scrollhead .header-inner .header-menu li.head-contact {}
header.scrollhead .header-inner .header-menu li.head-contact a {}
header.scrollhead .header-inner .header-menu li.head-contact a:hover {}
header .header-menu-cont .ig-icon {
    right: 14.4vw;
    padding: 3vw;
    width: auto;
}
header .header-menu-cont .ig-icon img {
    width: 8vw;
}
header .header-inner .menu {
}
header .header-inner .menu #nav-toggle {
    background: #a68b62;
    padding: 3.5vw 3vw;
    height: 7vw;
    width: initial;
}
header .header-inner .menu #nav-toggle div {}
header .header-inner .menu #nav-toggle div span {}
header .header-inner .menu #gloval-nav {}
header .header-inner .menu #gloval-nav nav {}
header .header-inner .menu #gloval-nav nav ul {}
header .header-inner .menu #gloval-nav nav ul li {
    margin-bottom: 3vw;
}
header .header-inner .menu #gloval-nav nav ul li a {}
header .header-inner .menu #gloval-nav nav ul li.head-contact {}
header .header-inner .menu #gloval-nav nav ul li.head-contact a {}

header.scrollhead .header-inner .menu {}
header.scrollhead .header-inner .menu #nav-toggle {}
header.scrollhead .header-inner .menu #nav-toggle div {}
header.scrollhead .header-inner .menu #nav-toggle div span {}
header.scrollhead .header-inner .menu #gloval-nav {}
header.scrollhead .header-inner .menu #gloval-nav nav {}
header.scrollhead .header-inner .menu #gloval-nav nav ul {}
header.scrollhead .header-inner .menu #gloval-nav nav ul li {}
header.scrollhead .header-inner .menu #gloval-nav nav ul li a {}
header.scrollhead .header-inner .menu #gloval-nav nav ul li.head-contact {}
header.scrollhead .header-inner .menu #gloval-nav nav ul li.head-contact a {}

/* menu */

#nav-toggle {
    position: fixed;
    top: 25px;
    right: 25px;
    height: 32px;
    cursor: pointer; }
    
#nav-toggle div {
    position: relative;
    width: 8.8vw;
  }
  
#nav-toggle div span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #FFF;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
    }
    
#nav-toggle div span:nth-of-type(1) {top: 1vw;}
#nav-toggle div span:nth-of-type(2) {top: 5vw;}
#nav-toggle div span:nth-of-type(3) {top: 6vw;}

#nav-toggle div span:nth-of-type(1):hover {top: 3vw;}
#nav-toggle div span:nth-of-type(3):hover {top: 6vw;}

.open #nav-toggle span {background: #FFF;}
    
.open #nav-toggle span:nth-of-type(1) {top: 3vw;transform: rotate(45deg);}
.open #nav-toggle span:nth-of-type(2) {top: 3vw;transform: rotate(-45deg);}

/* z-index */
#nav-toggle {z-index: 1000;top: 0;right: 0;}
#container { z-index: 900; }

#gloval-nav {
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
}
#gloval-nav a {
    display: block;
    color: #eae1c5;
    text-decoration: none;
    padding: 6vw 0;
    /* transition: color .6s ease; */
    font-size: 6vw;
    text-align: left;
    letter-spacing: 0.05em;
    padding: 0px;
    }
#gloval-nav a:hover { opacity:0.8; }
  
#gloval-nav ul {list-style: none;width: 100%;margin-top: 0px;margin-bottom: 0px;padding-left: 0px;}
/*
#gloval-nav ul li {opacity: 0;  transform: translateX(200px);  transition:  transform .6s ease, opacity .2s ease;}
#gloval-nav ul li:nth-of-type(2) { transition-delay: .15s; }
#gloval-nav ul li:nth-of-type(3) {transition-delay: .3s;}
#gloval-nav ul li:nth-of-type(4) { transition-delay: .45s; }
#gloval-nav ul li:nth-of-type(5) { transition-delay: .6s; }
#gloval-nav ul li:nth-of-type(6) { transition-delay: .75s; }
#gloval-nav ul li:nth-of-type(7) { transition-delay: .9s; } */

#gloval-nav ul li { }

/* open */
.open {
    overflow: hidden;
  
  #gloval-nav {
    visibility: visible;
    opacity: 1;
  }

  #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition:  transform 1s ease, opacity .9s ease;
  }
}

#gloval-nav {
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    background: #1c1c1c;
    transition: opacity .6s ease, visibility .6s ease;
}
.open #gloval-nav {
    visibility: visible;
    opacity: 1;
    
}

header.scrollhead .header-menu-cont {}
header.scrollhead .header-menu-cont .ig-icon {}
header.scrollhead .header-menu-cont .ig-icon img {}
header.scrollhead .header-menu-cont .menu {}
header.scrollhead .header-menu-cont .menu #nav-toggle {}
header.scrollhead .header-menu-cont .menu #nav-toggle div {}
header.scrollhead .header-menu-cont .menu #nav-toggle div span {}
header.scrollhead .header-menu-cont .menu #nav-toggle div span:nth-of-type(2) {}


}

@media only screen and (max-width: 500px){

header .header-inner .menu #gloval-nav nav ul li { margin-bottom:5vw; }

#gloval-nav a {
    font-size: 8.53333vw;
    }

}

/* --------------------------------------------------------------------------------------
 MV
--------------------------------------------------------------------------------------- */

section#MV {}
section#MV .mv-outer {
    /* padding-top: 80px; */
    position: relative;
    height: 820px;
}
section#MV .mv-outer .mv-inner {
    background: url(../img/img01_2.png);
    width: 1199px;
    height: 740px;
    background-size: 100%;
    position: absolute;
    right: 0;
    background-position-x: right;
    background-position-y: bottom;
}
section#MV .mv-outer h2.font-copy {
    font-size: 63px;
    font-weight: normal;
    letter-spacing: initial;
    margin: 0px;
    position: absolute;
    top: 25px;
    left: 0;
}
section#MV .mv-outer h2.main-copy {
    margin: 0px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 900;
    font-size: 55px;
    line-height: 140%;
    position: absolute;
    top: 95px;
    left: 0;
}

section#MV .mv-outer .sp-cont {
    position: absolute;
    bottom: 0;
}

section#MV .mv-outer .mv-gym-name {
    width: 654px;
    /* position: absolute; */
    top: initial;
    left: 0;
}
section#MV .mv-outer .mv-gym-name .sub-copy {
    width: 484px;
    background: #1c1c1c;
    color: #eae1c5;
    font-size: 30px;
    font-weight: bold;
    padding: 6px 28px;
}
section#MV .mv-outer .mv-gym-name .gym-name {
    font-size: initial;
    font-weight: bold;
    background: #a68a62;
    padding: 0;
    width: 540px;
}

section#MV .mv-outer .mv-gym-name .gym-name img {
    width: 100%;
}

section#MV .mv-outer .mv-grand {
    width: 484px;
    font-size: 26.5px;
    font-weight: bold;
    padding: 47px 28px;
    /* position: absolute; */
    bottom: initial;
    left: 0;
}
section#MV .mv-outer .mv-grand span {
    border-bottom: 2px solid #a68b62;
    padding-bottom: 0px;
    display: block;
    width: 485px;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}
section#MV .mv-outer .mv-grand span.font-en {
    display: block;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 0.01em;
    width: 485px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

section#MV .mv-outer a.mv-scroll {
    width: 112px;
    position: absolute;
    right: 40px;
    bottom: 72px;
    display: block;
}
section#MV .mv-outer a.mv-scroll img {
    width: 100%;
}
section#MV .mv-outer a.mv-scroll img:hover {}
.top-height {
    height: 80px;
}
@media only screen and (max-width: 1400px){
section#MV .mv-outer {height: 58.5vw;}

section#MV .mv-outer .mv-inner {
    background: url(../img/img01_2.png);
    width: 90%;
    height: 52vw;
    background-size: 100%;
    position: absolute;
    right: 0;
    background-position-x: right;
    background-position-y: bottom;
    background-size: cover;
}
section#MV .mv-outer h2.font-copy {/* text-shadow: 1px 2px 3px #a68b6247; */font-size: 4.4vw;top: 2vw;}
section#MV .mv-outer h2.main-copy {/* text-shadow: 1px 2px 3px #a68b6247; */font-size: 3.8vw;top: 8.5vw;}

section#MV .mv-outer .mv-gym-name {
    width: 37.5vw;
    /* position: absolute; */
    /* top: 24vw; */
    /* left: 0; */
}
section#MV .mv-outer .mv-gym-name .sub-copy {
    width: 33.5vw;
    background: #1c1c1c;
    color: #eae1c5;
    font-size: 2.2vw;
    font-weight: bold;
    padding: 1vw 2vw;
}
section#MV .mv-outer .mv-gym-name .gym-name {width: 37.5vw;}
section#MV .mv-outer .mv-grand {
    width: 33.5vw;
    font-size: 1.78vw;
    font-weight: bold;
    padding: 2vw;
    /* position: absolute; */
    bottom: 0;
    left: 0;
}
section#MV .mv-outer .mv-grand span {
    border-bottom: 2px solid #a68b62;
    padding-bottom: 0px;
    display: block;
    width: 32.5vw;
    margin-bottom: 1.5vw;
}
section#MV .mv-outer .mv-grand span.font-en {
    display: block;
    font-size: 3vw;
    font-weight: bold;
    letter-spacing: 0.01em;
    width: 32.5vw;
    padding-bottom: 1vw;
    margin-bottom: 0px;
}

section#MV .mv-outer a.mv-scroll {
    width: 8vw;
    position: absolute;
    right: 40px;
    bottom: 5.7vw;
    display: block;
}
section#MV .mv-outer a.mv-scroll img {
    width: 100%;
}
section#MV .mv-outer a.mv-scroll img:hover {}

section#MV .mv-outer .mv-gym-name .gym-name img {
}

}

@media only screen and (max-width: 768px){
.top-height {
    height: 18vw;
}
section#MV {}
section#MV .mv-outer {
    height: 89vw;
}
section#MV .mv-outer .mv-inner {
    width: 91%;
    height: 79vw;
    background: url(../img/img01_2_sp.png);
    background-size: cover;
    background-position-x: right;
    background-position-y: bottom;
}
section#MV .mv-outer h2.font-copy {
    writing-mode: vertical-rl;
    top: -15vw;
    font-size: 7.46666vw;
    left: -1vw;
    letter-spacing: 0.1vw;
}
section#MV .mv-outer h2.main-copy {
    font-size: 4.8vw;
    line-height: 133%;
    top: -15vw;
    left: 7.5vw;
}

section#MV .mv-outer .sp-cont {
    position: absolute;
    bottom: -10vw;
}

section#MV .mv-outer .mv-gym-name {
    width: 62.9vw;
    top: 54.7vw;
    position: initial;
}
section#MV .mv-outer .mv-gym-name .sub-copy {
    width: 54.5vw;
    padding: 0.6vw 4.2vw;
    font-size: 3.5vw;
}
section#MV .mv-outer .mv-gym-name .gym-name {
    padding: 0.7vw 4.2vw;
    font-size: initial;
    line-height: 0;
    width: 54.5vw;
}

section#MV .mv-outer .mv-grand span {width: 54vw;border-bottom: 0.5vw solid #a68b62;font-size: 3vw;margin-bottom: 1vw;letter-spacing: initial;}
section#MV .mv-outer .mv-grand span.font-en {
    width: 54vw;
    letter-spacing: initial;
    font-size: 5vw;
    padding-bottom: 0.5vw;
}

section#MV .mv-outer .mv-grand {
    width: 54.5vw;
    padding: 2.5vw 4.2vw;
    position: initial;
}
section#MV .mv-outer a.mv-scroll {
    display: none;
}
section#MV .mv-outer a.mv-scroll img {}
section#MV .mv-outer a.mv-scroll img:hover {}

section#MV .mv-outer .mv-gym-name .gym-name img {
    line-height: 0;
}

}

/* --------------------------------------------------------------------------------------
 MENU
--------------------------------------------------------------------------------------- */

section#MENU {}
section#MENU .menu-inner {
    position: relative;
}
section#MENU .menu-inner h3.title {
    margin-left: 660px;
    margin-bottom: 40px;
}
section#MENU .menu-inner .menu-img {
    width: 560px;
    position: absolute;
    left: 0;
    top: 252px;
}
section#MENU .menu-inner .menu-img.menu-img2 {
    top: 792px;
}
section#MENU .menu-inner h4.title {
    font-size: 25px;
    border-bottom: 2px solid #a68b62;
    padding-bottom: 6px;
    margin: 0px;
    margin-left: 660px;
    margin-bottom: 26px;
    font-weight: bold;
}
section#MENU .menu-inner .menu-text {
    margin-left: 660px;
    margin-bottom: 24px;
}
section#MENU .menu-inner .price-box {
    margin-left: 660px;
    font-size: 18px;
    font-weight: bold;
    padding: 16.5px;
    padding-left: 35px;
    margin-bottom: 12px;
}

section#MENU .menu-inner .price-box+.price-box+.price-box {
    margin-bottom: 4px;
}

section#MENU .menu-inner .price-box+.note,
section#MENU .menu-inner .couse-table+.note {
    margin-left: 676px;
    margin-bottom: 40px;
    display: block;
    font-size: 14px;
    position: relative;
}

section#MENU .menu-inner .couse-table+.note { margin-top:8px; margin-bottom:0px; }

section#MENU .menu-inner .price-box+.note::before,
section#MENU .menu-inner .couse-table+.note::before {content:"※";position: absolute;left: -16px;}
section#MENU .menu-inner .price-box .yen {
    margin-left: 18px;
}
section#MENU .menu-inner .price-box .tax {
    font-size: 16px;
    margin-left: -4px;
}



section#MENU .menu-inner .couse-box {
    margin-left: 660px;
    padding: 20px;
}
section#MENU .menu-inner .couse-box h5.title {
    background: #a68b62;
    font-size: 18px;
    margin: 0px;
    padding: 5.5px 0;
    padding-left: 20px;
}
section#MENU .menu-inner .couse-box .couse-list {
    margin-top: 16px;
}
section#MENU .menu-inner .couse-box .couse-list li {
    color: #eae1c5;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    margin-left: 16px;
}
section#MENU .menu-inner .couse-box .couse-list li::before {content:"・";position: absolute;left: -16px;}
section#MENU .menu-inner .couse-box .couse-list li:nth-last-of-type(1) {
    margin-left: 25px;
}
section#MENU .menu-inner .couse-box .couse-list li:nth-last-of-type(1)::before {content:"※";left: -20px;}
section#MENU .menu-inner .couse-table {
    margin-left: 660px;
    width: 540px;
    margin-top: 8px;
}
section#MENU .menu-inner .couse-table tr {}
section#MENU .menu-inner .couse-table tr th,
section#MENU .menu-inner .couse-table tr td {
    border-bottom: 1px solid #1c1c1c;
    padding: 10.75px 0;
    font-weight: bold;
}
section#MENU .menu-inner .couse-table tr th {
    width: 350px;
}
section#MENU .menu-inner .couse-table tr td {}
section#MENU .menu-inner .couse-table tr td .tax {
    font-size: 12px;
    margin-left: -4px;
}



@media only screen and (max-width: 768px){

section#MENU {}
section#MENU .menu-inner {
    padding-top: 14vw;
}
section#MENU .menu-inner h3.title {
    margin-left: 0;
    margin-bottom: 4vw;
}
section#MENU .menu-inner .menu-img {
    position: initial;
    top: initial;
    width: 100%;
    margin-bottom: 8vw;
}


section#MENU .menu-inner h4.title {
    margin-left: 0px;
    font-size: 4.5vw;
    padding-bottom: 1vw;
    margin-bottom: 3vw;
}
section#MENU .menu-inner .menu-text {
    margin-left: 0px;
    margin-bottom: 4vw;
}
section#MENU .menu-inner .price-box {
    margin-left: 0px;
    font-size: 4vw;
    padding: 2vw 4vw;
    margin-bottom: 1vw;
}

section#MENU .menu-inner .price-box+.note {
    margin-left: initial;
    font-size: 3.2vw;
    margin-left: 3.5vw;
    margin-bottom: 8vw;
}

section#MENU .menu-inner .couse-table+.note {margin-left: initial;
    font-size: 3.2vw;
    margin-left: 3.5vw;}
section#MENU .menu-inner .couse-table+.note::before {content:"※";left: -3.5vw;}
section#MENU .menu-inner .price-box+.note::before {content:"※";left: -3.5vw;}

section#MENU .menu-inner .price-box .yen {
    margin-left: 0vw;
    display: block;
}

section#MENU .menu-inner .price-box+.price-box+.price-box .yen {
    margin-left: 3.5vw;
    display: initial;
}


section#MENU .menu-inner .price-box .tax,
section#MENU .menu-inner .menu-text+.price-box .tax {
    font-size: 3vw;
}
section#MENU .menu-inner .couse-box {
    margin-left: 0px;
    padding: 4vw;
}
section#MENU .menu-inner .couse-box h5.title {
    font-size: 4vw;
    padding: 1vw 0;
    padding-left: 4vw;
}
section#MENU .menu-inner .couse-box .couse-list {
    margin-top: 4vw;
}
section#MENU .menu-inner .couse-box .couse-list li {
    font-size: 4vw;
    margin-left: 4vw;
}
section#MENU .menu-inner .couse-box .couse-list li::before {content:"・";left: -4vw;}
section#MENU .menu-inner .couse-box .couse-list li:nth-last-of-type(1) {
    margin-left: 6vw;
}
section#MENU .menu-inner .couse-box .couse-list li:nth-last-of-type(1)::before {
    left: -5vw;
}

section#MENU .menu-inner .couse-table {
    margin-left: 0px;
    width: 100%;
    margin-top: 2vw;
}
section#MENU .menu-inner .couse-table tr {
    width: 100%;
    display: block;
}
section#MENU .menu-inner .couse-table tr::after { content:""; display:block; clear:both; }
section#MENU .menu-inner .couse-table tr th,
section#MENU .menu-inner .couse-table tr td {
    display: block;
    padding: 3vw 0;
}
section#MENU .menu-inner .couse-table tr th {border: none;width: 100%;padding-bottom: 0;}
section#MENU .menu-inner .couse-table tr td {
    padding-top: 0;
}
section#MENU .menu-inner .couse-table tr td .tax {
    font-size: 3vw;
    margin-left: -1vw;
}

}

/* --------------------------------------------------------------------------------------
 INFORMATION
--------------------------------------------------------------------------------------- */

section#INFORMATION {
    padding-left: 0;
    min-width: 1350px;
}
section#INFORMATION .info-outer {background:url(../img/img03.png);background-position-x: right;background-position-y: bottom;background-size: cover;}
section#INFORMATION .info-outer .info-inner {
}
section#INFORMATION .info-outer .info-inner h3.title {}
section#INFORMATION .info-outer .info-inner .info-box {
    justify-content: space-between;
}
section#INFORMATION .info-outer .info-inner .info-box .box-l {
    width: 600px;
}
section#INFORMATION .info-outer .info-inner .info-box .box-l .gym-name {
    font-size: 28px;
    color: #eae1c5;
    font-weight: bold;
    margin-top: 32px;
    letter-spacing: 0.04em;
    line-height: 110%;
}
section#INFORMATION .info-outer .info-inner .info-box .box-l .gym-name span {
    display: block;
    font-size: 20px;
    position: relative;
    left: -10px;
}
section#INFORMATION .info-outer .info-inner .info-box .box-l .info-table {
    width: 100%;
    margin-top: 18px;
}
section#INFORMATION .info-outer .info-inner .info-box .box-l .info-table tr {}
section#INFORMATION .info-outer .info-inner .info-box .box-l .info-table tr th,
section#INFORMATION .info-outer .info-inner .info-box .box-l .info-table tr td {
    color: #eae1c5;
    border-bottom: 1px solid #eae1c5;
    padding: 10px 0;
}
section#INFORMATION .info-outer .info-inner .info-box .box-l .info-table tr th {
    width: 224px;
    letter-spacing: 0.04em;
}
section#INFORMATION .info-outer .info-inner .info-box .box-l .info-table tr td {}
section#INFORMATION .info-outer .info-inner .info-box .box-r {
    width: 540px;
}
section#INFORMATION .info-outer .info-inner .info-box .box-r iframe {}

@media only screen and (max-width: 1400px){

section#INFORMATION {}

}

@media only screen and (max-width: 768px){

section#INFORMATION {
    min-width: initial;
}
section#INFORMATION .info-outer {background: url(../img/img03_sp.png);background-position-x: right;background-position-y: bottom;background-size: cover;}
section#INFORMATION .info-outer .info-inner {
    padding-bottom: 15vw;
    padding-left: 8%;
    width: 88%;
}
section#INFORMATION .info-outer .info-inner h3.title {}
section#INFORMATION .info-outer .info-inner .info-box {}
section#INFORMATION .info-outer .info-inner .info-box .box-l {
    width: 100%;
    margin-bottom: 6vw;
}
section#INFORMATION .info-outer .info-inner .info-box .box-l .gym-name {
    font-size: 5vw;
    margin-top: 4vw;
}
section#INFORMATION .info-outer .info-inner .info-box .box-l .gym-name span {
    font-size: 4vw;
    letter-spacing: -0.02em;
}
section#INFORMATION .info-outer .info-inner .info-box .box-l .info-table {
    margin-top: 2vw;
}
section#INFORMATION .info-outer .info-inner .info-box .box-l .info-table tr {}
section#INFORMATION .info-outer .info-inner .info-box .box-l .info-table tr th,
section#INFORMATION .info-outer .info-inner .info-box .box-l .info-table tr td {
    display: block;
    padding: 3vw 0;
    font-size: 3.5vw;
}
section#INFORMATION .info-outer .info-inner .info-box .box-l .info-table tr th {
    border: none;
    width: 100%;
    padding-bottom: 0;
}
section#INFORMATION .info-outer .info-inner .info-box .box-l .info-table tr td {
    padding-top: 0;
}
section#INFORMATION .info-outer .info-inner .info-box .box-l .info-table tr td a {color: #eae1c5;}
section#INFORMATION .info-outer .info-inner .info-box .box-r {
    width: 100%;
}
section#INFORMATION .info-outer .info-inner .info-box .box-r iframe {}

}

/* --------------------------------------------------------------------------------------
 CONTACT
--------------------------------------------------------------------------------------- */

section#CONTACT {}
section#CONTACT .contact-inner {}
section#CONTACT .contact-inner h3.title {
    text-align: center;
    margin-bottom: 44px;
}
section#CONTACT .contact-inner .contact-text {
    text-align: center;
}
section#CONTACT .contact-inner form {}
section#CONTACT .contact-inner form dl {}
section#CONTACT .contact-inner form dl dt {}
section#CONTACT .contact-inner form dl dd {}
section#CONTACT .contact-inner form .btn-outer {
    display: block;
    margin: 0 auto;
    width: 500px;
    font-size: 20px;
    color: #a68b62;
}
section#CONTACT .contact-inner form .contact-btn:hover {}

#thanks {}
#thanks h2.thanks-title {}
#thanks h2.thanks-title .font-en {}
#thanks .thanks-text {}
#thanks .contact-btn {}
#thanks .contact-btn:hover {}

@media only screen and (max-width: 768px){

section#CONTACT {}
section#CONTACT .contact-inner {}
section#CONTACT .contact-inner h3.title {}
section#CONTACT .contact-inner .contact-text {}
section#CONTACT .contact-inner form {
    margin-bottom: 5vw;
}
section#CONTACT .contact-inner form dl {
    margin-bottom: 6vw;
}
section#CONTACT .contact-inner form dl dt {}
section#CONTACT .contact-inner form dl dd {}
section#CONTACT .contact-inner form .btn-outer {
    width: 100%;
}
section#CONTACT .contact-inner form .contact-btn:hover {}

#thanks {}
#thanks h2.thanks-title {}
#thanks h2.thanks-title .font-en {}
#thanks .thanks-text {}
#thanks .contact-btn {}
#thanks .contact-btn:hover {}

}

/* --------------------------------------------------------------------------------------
 footer
--------------------------------------------------------------------------------------- */

footer {
    background: #1c1c1c;
    padding: 20px 0;
    margin-top: 50px;
    min-width: 1400px;
}
footer .copy {
    text-align: center;
    color: #eae1c5;
    font-size: 12px;
}

@media only screen and (max-width: 768px){

footer {
    padding: 3vw 0;
    min-width: initial;
    margin-bottom: 15.5vw;
}
footer.contact-footer {margin-bottom: 0;}
footer .copy {
    font-size: 3vw;
}

}


/* --------------------------------------------------------------------------------------
 animation
--------------------------------------------------------------------------------------- */

/*アニメーション要素のスタイル*/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* --------------------------------------------------------------------------------------
 cp
--------------------------------------------------------------------------------------- */

section#MENU .menu-inner .menu-text+.price-box {
    margin-bottom: 12px;
}
section#MENU .menu-inner .menu-text+.price-box .yen {
    margin-left: 20px;
    font-size: 16px;
}

section#MENU .menu-inner .menu-text+.price-box .tax {
    font-size: 14px;
}

section#MENU .menu-inner .menu-text+.price-box .text-line {text-decoration: line-through;}

section#MENU .menu-inner .menu-text+.price-box .yen2 {
    margin-left: 11px;
    color: #eae1c5;
    font-size: 20px;
}

section#MENU .menu-inner .cp-title {
    margin-left: 660px;
    background: #ac0000;
    color: #eae1c5;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 400px;
    padding: 5.5px 10px 5.5px 4px;
    margin-bottom: 12px;
}
section#MENU .menu-inner .cp-text {
    margin-left: 660px;
    color: #ac0000;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 4px;
}
section#MENU .menu-inner .couse-table.cp-table {
    margin-top: 0px;
}
section#MENU .menu-inner .couse-table.cp-table th,
section#MENU .menu-inner .couse-table.cp-table td {}
section#MENU .menu-inner .couse-table.cp-table th {
    width: 255px;
}
section#MENU .menu-inner .couse-table.cp-table td {}
section#MENU .menu-inner .couse-table.cp-table td .text-line {
    text-decoration: line-through;
}
section#MENU .menu-inner .couse-table.cp-table td.t-red {
    color: #ac0000;
}
section#MENU .menu-inner .couse-table.cp-table td.t-red .cp-price {
    font-size: 20px;
}

.op-cp {}
.no-cp { display: none; }

@media only screen and (max-width: 768px){

.op-cp {}
.no-cp { }

    
section#MENU .menu-inner .menu-text+.price-box {
    margin-bottom: 2vw;
}
section#MENU .menu-inner .menu-text+.price-box .tax {
    font-size: 3vw;
}
section#MENU .menu-inner .menu-text+.price-box .yen {
    margin-left: 4vw;
    display: initial;
    font-size: 3.5vw;
}
section#MENU .menu-inner .menu-text+.price-box .yen2 {
    font-size: 5vw;
}
section#MENU .menu-inner .cp-title {
    margin-left: initial;
    width: auto;
    text-align: left;
    font-size: 3.8vw;
    padding: 2vw 1.5vw;
    margin-bottom: 3vw;
}
section#MENU .menu-inner .cp-text {
    margin-left: initial;
    margin-top: 3vw;
}

section#MENU .menu-inner .couse-table.cp-table {
    margin-top: 0px;
    table-layout: fixed;
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 1vw;
    display: block;
    width: 100%;
}
section#MENU .menu-inner .couse-table.cp-table tbody {
    display: block;
}

section#MENU .menu-inner .couse-table.cp-table th,
section#MENU .menu-inner .couse-table.cp-table td {
}
section#MENU .menu-inner .couse-table.cp-table tr:nth-of-type(1) th { border:none; }
section#MENU .menu-inner .couse-table.cp-table th {width: 100%;border-top: 1px solid #1c1c1c;padding-top: 2vw;margin-top: 1vw;}
section#MENU .menu-inner .couse-table.cp-table td {
    display: contents;
    width: 40%;
    float: left;
    padding-bottom: 1vw;
    padding-top: 3vw;
    border: none;
}
section#MENU .menu-inner .couse-table.cp-table td:nth-last-of-type(1) {width: 60%;}
section#MENU .menu-inner .couse-table.cp-table td .text-line {
    text-decoration: line-through;
}
section#MENU .menu-inner .couse-table.cp-table td.t-red {
    color: #ac0000;
}
section#MENU .menu-inner .couse-table.cp-table td.t-red .cp-price {
    font-size: 5vw;
    margin-left: 3vw;
}

}


/*=========
accordion
=========*/

.accordion_area {}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #f5f5f5;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #a68a62;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #a68a62;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 1.0rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 1vw;
    width: 4vw;
    height: 4vw;
    margin-top: -2vw;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 4vw;
    border-top: 0.5vw solid #a68a62;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 4vw;
    right: 1.8vw;
    border-left: 0.5vw solid #a68a62;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}

/*=========
faq
=========*/

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q";
  color: #a68a62;
  font-size: 30px;
  font-weight: bold;
  font-family: angie-sans, sans-serif;
  top: -12px;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 6vw;
    top: -1.5vw;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 3px;
  content: "A";
  color: #ac0000;
  font-size: 30px;
  font-weight: bold;
  font-family: angie-sans, sans-serif;
  top: -12px;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 6vw;
    top: -1.5vw;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}

/* --------------------------------------------------------------------------------------
 ABOUT
--------------------------------------------------------------------------------------- */

section#ABOUT {}
section#ABOUT .about-inner {
    position: relative;
    height: 510px;
}
section#ABOUT .about-inner h3.title {
    margin-left: 660px;
    margin-bottom: 40px;
}
section#ABOUT .about-inner h4.title {
    margin-left: 660px;
    margin-bottom: 30px;
    font-size: 20px;
    margin-top: 0px;
}
section#ABOUT .about-inner .about-img {
    position: absolute;
    left: 0;
    top: 110px;
    width: 560px;
}
section#ABOUT .about-inner .about-text {
    margin-left: 660px;
    margin-bottom: 24px;
}
section#ABOUT .about-inner .about-text:nth-last-of-type(1) {
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {

section#ABOUT {}
section#ABOUT .about-inner {
    height: auto;
}
section#ABOUT .about-inner h3.title {
    margin-left: initial;
    margin-bottom: 4vw;
}
section#ABOUT .about-inner h4.title {
    margin-left: initial;
    margin-bottom: 4vw;
    font-size: 4.5vw;
}
section#ABOUT .about-inner .about-img {
    position: initial;
    width: 100%;
    margin-bottom: 4vw;
}
section#ABOUT .about-inner .about-text {
    margin-left: initial;
    margin-bottom: 3vw;
}
section#ABOUT .about-inner .about-text:nth-last-of-type(1) {}

}


/* --------------------------------------------------------------------------------------
 FEATURES
--------------------------------------------------------------------------------------- */

.bg-black {}
section#FEATURES {}
section#FEATURES .features-inner {}
section#FEATURES .features-inner h3.title {
    margin-bottom: 40px;
}
section#FEATURES .features-inner h4.title {
    color: #eae1c5;
    margin-bottom: 30px;
    font-size: 20px;
    margin-top: 0px;
}
section#FEATURES .features-inner .features-cont {
    justify-content: space-between;
}
section#FEATURES .features-inner .features-cont .features-list {
    width: 700px;
    border-top: 1px solid #eae1c5;
    margin-bottom: 60px;
}
section#FEATURES .features-inner .features-cont .features-list li {
    color: #eae1c5;
    border-bottom: 1px solid #eae1c5;
}
section#FEATURES .features-inner .features-cont .features-list li h5 {
    font-size: 16px;
    margin: 16px 0;
    position: relative;
    margin-left: 25px;
    margin-bottom: 11px;
    font-weight: normal;
}
section#FEATURES .features-inner .features-cont .features-list li h5::before {content:"01";position: absolute;left: -25px;}
section#FEATURES .features-inner .features-cont .features-list li:nth-of-type(2) h5::before { content:"02"; }
section#FEATURES .features-inner .features-cont .features-list li:nth-of-type(3) h5::before { content:"03"; }
section#FEATURES .features-inner .features-cont .features-list li p {
    margin-bottom: 15px;
}
section#FEATURES .features-inner .features-cont .features-img {
    position: relative;
}
section#FEATURES .features-inner .features-cont .features-img img {
    width: 430px;
}
section#FEATURES .features-inner .features-sp-img {}
section#FEATURES .features-inner .features-sp-img img {}
section#FEATURES .features-inner .features-sp-img img+img {}

section#FEATURES .features-inner .features-cont.features-cont-2 {}
section#FEATURES .features-inner .features-cont.features-cont-2 .features-list li h5::before { content:"04"; }
section#FEATURES .features-inner .features-cont.features-cont-2 .features-list li:nth-of-type(2) h5::before { content:"05"; }
section#FEATURES .features-inner .features-cont.features-cont-2 .features-list li:nth-of-type(3) h5::before { content:"06"; }
section#FEATURES .features-inner .features-cont.features-cont-2 .features-list li:nth-of-type(4) h5::before { content:"07"; }
section#FEATURES .features-inner .features-cont.features-cont-2  .features-img {}
section#FEATURES .features-inner .features-cont.features-cont-2  .features-img img {
    padding: 34px 0;
}

@media screen and (max-width: 768px) {

.bg-black {}
section#FEATURES {}
section#FEATURES .features-inner {}
section#FEATURES .features-inner h3.title {
    margin-bottom: 4vw;
}
section#FEATURES .features-inner h4.title {
    margin-bottom: 4vw;
    font-size: 4.5vw;
}
section#FEATURES .features-inner .features-cont {}
section#FEATURES .features-inner .features-cont .features-list {
    width: 100%;
    margin-bottom: 6vw;
}
section#FEATURES .features-inner .features-cont .features-list li {}
section#FEATURES .features-inner .features-cont .features-list li h5 {
    font-size: 4vw;
    margin: 4vw 0;
    margin-left: 7vw;
    font-weight: bold;
}
section#FEATURES .features-inner .features-cont .features-list li h5::before {content:"01";left: -7vw;}
section#FEATURES .features-inner .features-cont .features-list li p {
    margin-bottom: 4vw;
}
section#FEATURES .features-inner .features-cont .features-img {}
section#FEATURES .features-inner .features-cont .features-img img {}
section#FEATURES .features-inner .features-sp-img {
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 6vw;
}
section#FEATURES .features-inner .features-sp-img img {
    width: 50%;
}
section#FEATURES .features-inner .features-sp-img img+img {}

section#FEATURES .features-inner .features-cont.features-cont-2 {}
section#FEATURES .features-inner .features-cont.features-cont-2 .features-list li h5::before { content:"04"; }
section#FEATURES .features-inner .features-cont.features-cont-2  .features-img {}
section#FEATURES .features-inner .features-cont.features-cont-2  .features-img img {}


}


/* --------------------------------------------------------------------------------------
 TRAINER
--------------------------------------------------------------------------------------- */

.bg-brown {
    background: #a68a62;
}
section#TRAINER {}
section#TRAINER .trainer-inner {
    color: #FFF;
    position: relative;
}
section#TRAINER .trainer-inner h3.title {
    color: #FFF;
    margin-bottom: 40px;
}
section#TRAINER .trainer-inner h4.title {font-size: 16px;margin-top: 0px;margin-bottom: 30px;}
section#TRAINER .trainer-inner h4.title span.font-en {
    font-size: 24px;
    font-weight: bold;
    margin-right: 24px;
}
section#TRAINER .trainer-inner .trainer-img {
    position: absolute;
    right: 0;
    width: 540px;
    top: 212px;
}
section#TRAINER .trainer-inner .trainer-text {
    width: 595px;
    margin-bottom: 24px;
}
section#TRAINER .trainer-inner .trainer-text:nth-last-of-type(1) {
    margin-bottom: 0px;
}
section#TRAINER .trainer-inner .trainer-table {
    width: 595px;
    margin-top: 20px;
}
section#TRAINER .trainer-inner .trainer-table tr {}
section#TRAINER .trainer-inner .trainer-table tr th,
section#TRAINER .trainer-inner .trainer-table tr td {
    font-size: 15px;
    border-bottom: 1px solid #FFF;
    padding: 10px 0;
    font-weight: bold;
}
section#TRAINER .trainer-inner .trainer-table tr th {
    width: 90px;
}
section#TRAINER .trainer-inner .trainer-table tr td {}

@media screen and (max-width: 768px) {

.bg-brown {}
section#TRAINER {}
section#TRAINER .trainer-inner {}
section#TRAINER .trainer-inner h3.title {
    margin-bottom: 4vw;
}
section#TRAINER .trainer-inner h4.title {
    font-size: 4vw;
    margin-bottom: 4vw;
}
section#TRAINER .trainer-inner h4.title span.font-en {
    display: block;
    font-size: 6vw;
    margin-right: initial;
    margin-bottom: 2vw;
}
section#TRAINER .trainer-inner .trainer-img {
    position: initial;
    width: 100%;
    margin-bottom: 4vw;
}
section#TRAINER .trainer-inner .trainer-text {
    width: 100%;
    margin-bottom: 3vw;
}
section#TRAINER .trainer-inner .trainer-text:nth-last-of-type(1) {}
section#TRAINER .trainer-inner .trainer-table {
    width: 100%;
    margin-top: 3vw;
}
section#TRAINER .trainer-inner .trainer-table tr {}
section#TRAINER .trainer-inner .trainer-table tr th,
section#TRAINER .trainer-inner .trainer-table tr td {
    /* display: block; */
    /* width: 100%; */
    font-size: 3.5vw;
}
section#TRAINER .trainer-inner .trainer-table tr th {
    width: 16vw;
}
section#TRAINER .trainer-inner .trainer-table tr td {}

}


/* --------------------------------------------------------------------------------------
 GALLERY
--------------------------------------------------------------------------------------- */

section#GALLERY {
    min-width: 1400px;
    padding: initial;
    padding-top:100px;
}
section#GALLERY .gallery-inner {
    width: 100%;
}
section#GALLERY h3.title {
    text-align: center;
}
section#GALLERY .sliderArea {}
section#GALLERY .sliderArea .full-screen {}
section#GALLERY .sliderArea .full-screen div {}
section#GALLERY .sliderArea .full-screen div img {
}

@media screen and (max-width: 768px) {

section#GALLERY {
    min-width: initial;
    padding-top: 10vw;
    padding-bottom: 0vw;
}
section#GALLERY .gallery-inner {}
section#GALLERY h3.title {}
section#GALLERY .section {
    padding-top: 3vw;
    padding-bottom: 4vw;
}
section#GALLERY .sliderArea {}
section#GALLERY .sliderArea .full-screen {}
section#GALLERY .sliderArea .full-screen div {}
section#GALLERY .sliderArea .full-screen div img {}

}


/* --------------------------------------------------------------------------------------
 FLOW
--------------------------------------------------------------------------------------- */

section#FLOW {
    padding: 0;
    position: relative;
    min-width: 1400px;
}
section#FLOW::after {content:"";background: #1C1C1C;width: 100%;height: 488px;display: block;position: absolute;bottom: 0px;}
section#FLOW .flow-inner {
    position: relative;
    z-index: 100;
    padding-top: 130px;
}
section#FLOW .flow-inner h3.title {
    text-align: center;
    margin-bottom: 60px;
}
section#FLOW .flow-inner .flow-list {
    justify-content: space-between;
    display: flex;
}
section#FLOW .flow-inner .flow-list li {
    width: 260px;
    color: #eae1c5;
}
section#FLOW .flow-inner .flow-list li img {
    width: 100%;
    line-height: 1;
}
section#FLOW .flow-inner .flow-list li h4 {
    position: relative;
    font-size: 18px;
    margin: 30px 0;
    margin-bottom: 20px;
}
section#FLOW .flow-inner .flow-list li h4::before {content:"01";font-family: 'Medula One', cursive;font-size: 130px;color: #eae1c58f;font-weight: normal;position: absolute;bottom: -13px;right: -27px;}
section#FLOW .flow-inner .flow-list li:nth-of-type(2) h4::before { content:"02"; }
section#FLOW .flow-inner .flow-list li:nth-of-type(3) h4::before { content:"03"; }
section#FLOW .flow-inner .flow-list li:nth-of-type(4) h4::before { content:"04"; }
section#FLOW .flow-inner .flow-list li p {
}
section#FLOW .flow-inner .flow-list li:nth-last-of-type(1) {}

@media screen and (max-width: 768px) {

section#FLOW {
    min-width: initial;
}
section#FLOW::after {content:"";height: 175vw;}
section#FLOW .flow-inner {
    padding-top: 14vw;
}
section#FLOW .flow-inner h3.title {
    margin-bottom: 8vw;
}
section#FLOW .flow-inner .flow-list {flex-wrap: wrap;}
section#FLOW .flow-inner .flow-list li {
    width: 48%;
    margin-bottom: 4vw;
}

section#FLOW .flow-inner .flow-list li:nth-of-type(3),
section#FLOW .flow-inner .flow-list li:nth-of-type(4) {
    margin-bottom: 0;
}

section#FLOW .flow-inner .flow-list li img {}
section#FLOW .flow-inner .flow-list li h4 {
    font-size: 4vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
}
section#FLOW .flow-inner .flow-list li:nth-of-type(2) h4 {
    font-size: 3.85vw;
    letter-spacing: -0.18em;
}
section#FLOW .flow-inner .flow-list li:nth-of-type(2) h4 span {
    letter-spacing: initial;
    font-size: 4vw;
}
section#FLOW .flow-inner .flow-list li h4::before {content:"01";font-size: 20vw;right: -2vw;bottom: -2vw;}
section#FLOW .flow-inner .flow-list li:nth-of-type(2) h4::before {content:"02";}
section#FLOW .flow-inner .flow-list li:nth-of-type(3) h4::before { content:"03"; }
section#FLOW .flow-inner .flow-list li:nth-of-type(4) h4::before { content:"04"; }
section#FLOW .flow-inner .flow-list li p {
    font-size: 3.5vw;
}
section#FLOW .flow-inner .flow-list li:nth-last-of-type(1) {}
section#FLOW .flow-inner .flow-list li:nth-of-type(2n) {}

}


/* --------------------------------------------------------------------------------------
 FAQ
--------------------------------------------------------------------------------------- */

section#FAQ {}
section#FAQ .faq-inner {}
section#FAQ .faq-inner .faq-cnt {
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}
section#FAQ .faq-inner h3.title {}
section#FAQ .faq-inner .accordion_area  {
    width: 700px;
    border-top: 1px solid #a68a62;
}
section#FAQ .faq-inner .accordion_area .accordion_one {}
section#FAQ .faq-inner .accordion_area .accordion_one .ac_header {
    border: none;
    background: none;
    border-bottom: 1px solid #a68a62;
    padding: 18px;
}
section#FAQ .faq-inner .accordion_area .accordion_one .ac_header .p-faq__headinner {
    padding-left: 44px;
}
section#FAQ .faq-inner .accordion_area .accordion_one .ac_header .p-faq__headinner .p-faq__q-txt {
    font-size: 16px;
    font-weight: bold;
}
section#FAQ .faq-inner .accordion_area .accordion_one .ac_header .i_box {}
section#FAQ .faq-inner .accordion_area .accordion_one .ac_inner {
    border: none;
    padding: 18px;
    border-bottom: 1px solid #a68a62;
}
section#FAQ .faq-inner .accordion_area .accordion_one .ac_inner .p-faq__bodyinner {
    padding-left: 44px;
}
section#FAQ .faq-inner .accordion_area .accordion_one .ac_inner .p-faq__bodyinner .p-faq__a-txt {
    font-size: 16px;
}

@media screen and (max-width: 768px) {

section#FAQ {}
section#FAQ .faq-inner {}
section#FAQ .faq-inner .faq-cnt {
    width: 100%;
}
section#FAQ .faq-inner h3.title {}
section#FAQ .faq-inner .accordion_area  {
    width: 100%;
}
section#FAQ .faq-inner .accordion_area .accordion_one {}
section#FAQ .faq-inner .accordion_area .accordion_one .ac_header {
    padding: 3vw;
}
section#FAQ .faq-inner .accordion_area .accordion_one .ac_header .p-faq__headinner {
    padding-left: 8vw;
    width: 65vw;
}
section#FAQ .faq-inner .accordion_area .accordion_one .ac_header .p-faq__headinner .p-faq__q-txt {
    font-size: 4vw;
}
section#FAQ .faq-inner .accordion_area .accordion_one .ac_header .i_box {}
section#FAQ .faq-inner .accordion_area .accordion_one .ac_inner {
    padding: 4vw;
}
section#FAQ .faq-inner .accordion_area .accordion_one .ac_inner .p-faq__bodyinner {
    padding-left: 8vw;
}
section#FAQ .faq-inner .accordion_area .accordion_one .ac_inner .p-faq__bodyinner .p-faq__a-txt {
    font-size: 4vw;
}

}

/*====================================================================
slick
====================================================================*/

.section {
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
  padding-top: 60px;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 550px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

/*====================================================================
.full-screen
====================================================================*/

.full-screen .slick-list {
  overflow: visible;
}
.full-screen.slider {
  max-width: 650px;
  margin: 0 auto;
}

/*====================================================================
footer btn
====================================================================*/

.go-contact-btn { opacity:0; position: fixed;display: block;background: #a68a62;right: 20px;bottom: 20px;color: #FFF;padding: 24px 0;text-align: center;font-size: 16px;width: 300px;z-index: 800;border: 1px solid #efe8d9;font-weight: bold;}
.go-contact-btn.scrollbtn {opacity:1;}
.go-contact-btn::after {content:"〉";position: absolute;right: 10px;}
.go-contact-btn:hover {color: #FFF; opacity:0.8;}

@media screen and (max-width: 768px) {
.go-contact-btn.scrollbtn { opacity:0.9; }
.go-contact-btn {
    bottom: 0;
    width: 100%;
    right: 0;
    font-size: 4.5vw;
    padding: 4vw 0;
    border:none;
    border-top: 0.5vw solid #efe8d9;
    font-weight: bold;
}

}