@charset "utf-8";
/*
Theme Name: baysfit_202104_theme
Theme URI:
Description: baysfit_202104_theme
Author: -
*/
/*-------------
reset
-------------*/
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd, hr,
table, th, td, form, fieldset {
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
font-size: inherit; font: 100%;
}
img {
border: none;
border: 0;
outline: none;
height: auto;
}
body {
font: 12px/1.231 arial, helvetica, clean, sas-serif;
*font-size: small;
*font: x-small;
background: #ffffff;
}
pre, code, kbd, samp, tt {
font-family: monospace;
*font-size: 108%;
line-height: 100%;
}
.cf {
	clear: both;
}
.taC {
	text-align: center!important;
}
.taL {
	text-align: left!important;
}
.sp-only {
	display: none!important;
}
.tab-only {
	display: none!important;
}
/*-------------
base
-------------*/
html,body {
width:100%;
height:100%;
}
img {
vertical-align: bottom;
max-width:100%;
height: auto;
}
body {
width: 100%;
font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "ＭＳ Ｐゴシック", system-ui, sans-serif;
color: #000000;
font-size: 1.1em;
}
p {
background-image: url(images/clear.gif);
max-height: 999999px;
line-height: 1.7;
font-size: 14px;
margin-bottom: 30px;
}
li {
line-height: 1.7;
font-size: 14px;
}

/*擬似クラス指定*/
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.rollover a:hover img {
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}
a img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
outline: none;
}

/*ヘッダー*/
#header {
	position: relative;
}
#header h1 {
	font-weight: normal;
	font-size: 13px;
	margin-left: 3.5%;
	margin-top: 10px;
}
#headerlogo {
	width: 220px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 3%;
	z-index: 999;
	filter: drop-shadow(0 0 5px #fff);
}
#campaign-btn {
	display: block;
	position: absolute;
	top: 130px;
	left: 3%;
	text-align: center;
	z-index: 999;
	margin-left: 58px;
	width: 120px;
}
#campaign-btn a {
	text-decoration: none;
}
#campaign-btn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#campaign-btn-img {
	margin-bottom: 10px;
}
#campaign-btn-ttl {
	font-size: 18px;
	font-weight: bold;
	text-shadow:0 0 3px #d96b00,0 0 3px #d96b00,0 0 3px #d96b00,0 0 3px #d96b00,0 0 3px #d96b00,0 0 3px #d96b00,0 0 3px #d96b00,0 0 3px #d96b00,0 0 3px #d96b00,0 0 3px #d96b00,0 0 3px #d96b00,0 0 3px #d96b00,0 0 3px #d96b00,0 0 3px #d96b00,0 0 3px #d96b00,0 0 3px #d96b00;
}
#campaign-btn-ttl a {
	color: #fff;
}
#btn-gyminfo {
	display: block;
	width: 200px;
	position: absolute;
	top: 180px;
	right: 2%;
	z-index: 999;
}
#btn-gyminfo a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.animate-toggle-title-header {
	display: none;
}
#head-fixed-menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
}
ul#top-menu {
	display: table;
	list-style-type: none;
	z-index: 999;
	background: rgb(255,255,255);
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background: rgba(255,255,255,0.5);
}
ul#top-menu li {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 8px;
	padding-right: 7px;
	width: auto;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	white-space: nowrap;
}
ul#top-menu li span {
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	color: #898989;
	font-weight: normal;
}
ul#top-menu li:last-child {
	margin-right: 0;
}
ul#top-menu li a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	height: 40px;
	padding-bottom: 5px;
}
ul#top-menu li a:hover {
	color: #666;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
li#top-info-trial {
	font-size: 15px!important;
	background: #db451d;
	color: #fff!important;
	line-height: 1.4;
	padding-top: 17px!important;
	padding-left: 0!important;
	padding-right: 0!important;
	width:117px!important;
	cursor: pointer;
}
li#top-info-trial:hover {
	background: #ff7d4e;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
li#top-info-tel {
	font-size: 13px!important;
	background: #cecece;
	color: #000!important;
	line-height: 1.5;
	padding-top: 17px!important;
	padding-left: 0!important;
	padding-right: 0!important;
	width:167px!important;
}
li#top-info-tel span {
	font-family: 'Oswald', sans-serif;
	font-size: 19px!important;
	color: #000!important;
}
ul#top-info {
	list-style-type: none;
	z-index: 9999;
	display: none;
	margin-right: 0;
	margin-left: auto;
	width: 284px;
}
ul#top-info li {
	display: block;
	text-align: center;
	font-size: 14px;
}
ul#top-info li a {
	color: #fff;
	text-decoration: none;
	display: block;
	background: #666;
	padding: 10px 0;
}
ul#top-info li a:hover {
	background: #333;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
ul#top-info li:last-child {
}
#top-menu-sns {
	display: none!important;
}
#main {
	position: relative;
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: none !important;
}
/* 全体のスタイル */
.swiper-pagination-bullet {
	width: 15px!important;
	height: 15px!important;
	opacity: 0.5; /* 半透明（デフォルトでは0.2） */
}
/* 現在のスライドのスタイル */
.swiper-pagination-bullet-active {
	width: 20px!important;
	height: 20px!important;
	opacity: 1; /* 不透明 */
}
.swiper-button-next {
	padding-right: 12px;
}
/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
	width: 35px!important;
	height: 38px!important;
	background-size: 35px 38px!important;
	margin-top: -43px!important;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(images/sw_prev.png)!important;
	outline: none;
	border: none;
}
/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url(images/sw_next.png)!important;
	outline: none;
	border: none;
}
.top-visual-copy {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 99;
	text-align: center;
	line-height: 1.5;
}
.top-visual-copy-jp {
	font-size: 2.5vw;
	font-weight: 500;
}
.top-visual-copy-jp span {
	font-family: 'Noto Serif JP', serif;
	text-shadow:white 1px 1px 10px, white -1px 1px 10px,
   white 1px -1px 10px, white -1px -1px 10px;
}
#btn-btminfo-area {
	display: block;
	padding: 40px;
}
#btn-btminfo-area-inner {
	background: #f7f7f7;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}
#btn-btminfo-area h3 {
	font-size: 20px;
	margin-bottom: 15px;
}
.btn-btminfolink {
	font-size: 18px;
}
.btn-btminfolink a {
	text-decoration: none;
	background: #000;
	color: #fff;
	padding: 5px 20px;
}
.btn-btminfolink a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/*バナー2つの場合*/
/*#top-bnr-area {
	width: 800px;
	margin: 0 auto;
}
#top-bnr-area ul {
	display: -webkit-flex;
   display: flex;
   -webkit-justify-content: space-between;
   justify-content: space-between;
	list-style-type: none;
}
#top-bnr-area ul li {
	width: 48%;
}
#top-bnr-area ul li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}*/
/*バナー1つの場合*/
#top-bnr-area {
	width: 400px;
	margin: 0 auto;
}
#top-bnr-area ul {
	display: -webkit-block;
   display: block;
	list-style-type: none;
}
#top-bnr-area ul li {
	width: 100%;
}
#top-bnr-area ul li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/*インフォメーション*/
#information {
	width: 1000px;
	margin: 50px auto 30px;
	clear: both;
}
#information h3 {
	font-family: 'Libre Baskerville', serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
	color: #333333;
}
#information h2 {
	display: block;
	font-size: 34px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto 30px;
	color: #fff;
}
#information h2 span {
	padding: 10px 3rem;
	background-image: -webkit-gradient(linear, left top, right top, from(#0082e7), to(#75b4e7));
	background-image: -webkit-linear-gradient(left, #0082e7 0%, #75b4e7 100%);
	background-image: linear-gradient(to right, #0082e7 0%, #75b4e7 100%);
}
.information-copy {
	text-align: center;
	margin-bottom: 30px;
}
#information ul {
	list-style-type: none;
	margin-bottom: 30px;
}
#information ul li {
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#information ul li a {
	color: #000;
}
#information ul li:nth-child(even) {
	background: #f8f8f8;
}
.news-date {
	width: 100px;
	font-family: 'Libre Baskerville', serif;
	font-size: 15px;
	display: inline-block;
	padding-right: 25px;
	color: #333;
}
#information ul li p {
	display: inline-block;
	margin-bottom: 0;
}
/*コンテンツページ*/
#contents {
	clear: both;
}
.more-btn {
	display: block;
	clear: both;
	text-align: center;
	margin: 0 auto;
	height: 60px;
	font-size: 15px;
}
.more-btn a {
	display: inline-block;
	background: #db451d;
	color: #fff;
	text-decoration: none;
	padding: 10px 50px;
}
.more-btn a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/*悩み*/
#nayami {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #f9f9f9;
	overflow: hidden;
}
#nayami h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 28px;
	text-shadow: white 2px 2px 0px, white -2px 2px 0px,
   white 2px -2px 0px, white -2px -2px 0px;
}
#nayami ul {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
}
#nayami ul li {
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	background: url(images/checkmark.png) left 0px top 3px no-repeat;
	background-size: 30px auto;
	padding-left: 40px;
}
/*解決*/
#kaiketsu {
	background: #fff;
	padding-top: 0;
	padding-bottom: 40px;
	margin-bottom: 50px;
}
#nayamitokaiketsu {
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 80px 0 80px;
	border-color: #db461d transparent transparent transparent;
	z-index: 999;
	margin-bottom: 15px;
}
#kaiketsu h4 {
	text-align: center;
	margin-bottom: 10px;
	font-family: 'Libre Baskerville', serif;
	font-size: 50px;
	font-weight: normal;
	color: rgba(102, 102, 102, 0.20);
}
.kaiketsu-inner {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#kaiketsu h2 {
	text-align: center;
	margin-bottom: unset;
	padding: 0 3rem;
  font-size: 32px;
	font-weight: bold;
	color: #000000;
}
.kaiketsu-wrapper {
	width: 70%;
	margin: 0 auto 3rem;
}
.kaiketsu-title, .solve-title {
  display: flex;
	justify-content: center;
  position: relative;
  margin-top: -1px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
	width: 80%;
  margin: 0 auto 1rem;
  padding: 20px 0;
	border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.kaiketsu-content, .solve-content {
  display: inline-block;
  padding: 30px 15px;
	text-align: center;
}
.kaiketsu-content {
	background: #f0f8ff;
}
.kaiketsu-content .underline {
	text-decoration: underline;
	text-decoration-color: #666;
	text-underline-offset: 5px;
	margin-top: 30px;
}
#kaiketsu h6 {
	display: block;
	font-size: 38px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto 50px;
	color: #fff;
}
#kaiketsu h6 span {
	padding: 10px 3rem;
	background-image: -webkit-gradient(linear, left top, right top, from(#0082e7), to(#75b4e7));
	background-image: -webkit-linear-gradient(left, #0082e7 0%, #75b4e7 100%);
	background-image: linear-gradient(to right, #0082e7 0%, #75b4e7 100%);
}
.kaiketsu-catch {
	font-size: 2.2vw;
	margin-bottom: 20px;
	text-align: center;
	font-weight: normal;
}
.kaiketsu-copy {
	text-align: center;
	padding-bottom: 100px;
}
#kaiketsu ul {
	list-style-type: none;
}
#kaiketsu ul li {
	margin-bottom: 40px;
	position: relative;
}
#kaiketsu ul li:last-child {
	margin-bottom: 0;
}
.kaiketsu-photo-left {
	width: 50%;
}
.kaiketsu-no-left {
	position: absolute;
	top: -40px;
	left: 45%;
	font-family: 'Libre Baskerville', serif;
	font-size: 55px;
	font-weight: normal;
	letter-spacing: 5px;
	color: #666;
	z-index: 999;
	text-shadow:white 1px 1px 10px, white -1px 1px 10px,
   white 1px -1px 10px, white -1px -1px 10px;
}
.kaiketsu-photo-right {
	width: 50%;
	text-align: right;
	margin-right: 0;
	margin-left: auto;
}
.kaiketsu-no-right {
	position: absolute;
	top: -40px;
	right: 0;
	font-family: 'Libre Baskerville', serif;
	font-size: 55px;
	font-weight: normal;
	letter-spacing: 5px;
	color: #666;
	z-index: 999;
	text-shadow:white 1px 1px 10px, white -1px 1px 10px,
   white 1px -1px 10px, white -1px -1px 10px;
}
.kaiketsu-txt-right {
	width: 37%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 99;
}
.kaiketsu-txt-left {
	width: 37%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 99;
}
#kaiketsu ul li h3 {
	font-size: 33px;
	font-weight: 400;
	margin-bottom: 10px;
}
#kaiketsu ul li h3 span {
	border-bottom: 1px solid #666!important;
}
.kaiketsu-cng-left1 {
	margin-left: -0.25em;
}
.kaiketsu-cng-left2 {
	margin-left: -0.25em;
}
#kaiketsu ul li h5 {
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
	font-weight: normal;
	color: #666;
	margin-bottom: 30px;
}
#kaiketsu ul li p {
	margin-bottom: 0;
	line-height: 1.8;
}
/*見出し共通*/
.content-box h2 {
	display: block;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	margin: 0 auto 30px;
	color: #fff;
}
.content-box h2 span {
	padding: 10px 3rem;
	background-image: -webkit-gradient(linear, left top, right top, from(#0082e7), to(#75b4e7));
	background-image: -webkit-linear-gradient(left, #0082e7 0%, #75b4e7 100%);
	background-image: linear-gradient(to right, #0082e7 0%, #75b4e7 100%);
}
/*選ばれる理由*/
#reason {
	background: #f8f8f8;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}
#reason-inner {
	width: 80%;
	margin: 0 auto;
}
#reason ul {
	list-style-type: none;
	display: flex;
  	flex-wrap: wrap;
}
#reason ul li {
	width: 28%;
	margin-right: 2%;
	background: #fff;
	padding: 10px 2% 30px;
	margin-bottom: 20px;
}
#reason ul li:nth-of-type(3n) {
	margin-right: 0;
}
.reason-no {
	font-family: 'Libre Baskerville', serif;
	font-size: 60px;
	line-height: 1.3;
	text-align: center;
	font-weight: normal;
	color: #d2b071;
}
#reason h4 {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
}
.reason-photo {
	width: 100%;
	margin-bottom: 20px;
}
.reason-txt {
	margin-bottom: 0;
	line-height: 1.8;
}
ul.reason-photo4 {
	width: 100%;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
ul.reason-photo4 li {
	width: 48%!important;
	margin-right: 0!important;
	padding: 0!important;
}
ul.reason-photo4 li p {
	margin-bottom: 10px!important;
}
.reason-txt4 {
	width: 250px;
	float: right;
	margin-bottom: 0;
	line-height: 1.9;
}
/*メソッド*/
#method {
	width: 70%;
	margin: 30px auto 60px;
}
.method-txt {
	text-align: center;
}
.method-ttl {
	display: block;
	background: #f9f9f9;
	padding: 7px 15px;
	margin: 0 auto 20px;
	text-align: center;
	width: 100%;
}
#method h4 {
	margin-bottom: 6px;
	font-size: 22px;
	text-align: center;
} 
#method h5 {
	font-family: 'Libre Baskerville', serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.megane-base {
	position: relative;
}
.megane-position {
	position: absolute;
}
.method-photo {
	width: 100%;
}
.method-photo a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.mroope {
	width: 20px;
	display: block;
	position: absolute;
	right: 5px;
	bottom: 10px;
}
.modal-ttl {
	font-size: 20px;
	margin-bottom: 10px;
}
.white-popup-block p {
	margin-bottom: 0!important;
}
ul.method-bodycare {
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style-type: none;
}
ul.method-bodycare.training {
	margin-bottom: 60px;
}
ul.method-bodycare.training li {
	width: 24%;
	display: block;
	position: relative;
}
ul.method-bodycare.option li {
	width: 32%;
}
ul.method-bodycare li h6, ul.sp-method-bodycare li h6 {
	font-size: 16px;
	text-align: center;
  color: #000000;
	margin-bottom: unset;
	padding: 12px;
}
.accordion-list {
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
ul.method-bodycare li .bodycare-contents,
ul.sp-method-bodycare li .bodycare-contents {
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.4s;
}
ul.method-bodycare li .bodycare-contents.is-open {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
  padding: 10px;
  line-height: normal;
  height: auto;
  opacity: 1;
}
ul.method-bodycare li .bodycare-contents p,
ul.sp-method-bodycare li .bodycare-contents p {
	margin-bottom: unset;
}
.method-2nd-row {
	display: flex;
  justify-content: space-around;
	margin-top: 3rem;
}
.sp-method-bodycare {
	display: none;
}
.modaal-close {
	margin-top: 15%;
	margin-right: 15%;
}
/*Secret Bay's FITならではの魅力*/
.attraction-wrapper {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 3rem;
}
.attraction-content {
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
.attraction-title {
  position: relative;
  display: flex;
	justify-content: center;
	margin: 0 auto;
  font-weight: bold;
  padding: 1rem 0;
  cursor: pointer;
  background-color: #eeeeee;
	color: #000000;
}
.attraction-text {
  max-height: 100%;
	display: block;
	margin: 27px auto 0;
  color: #000;
}
.attraction-text p {
	margin-bottom: unset;
}
/*コース紹介*/
#course {
	padding-top: 40px;
	padding-bottom: 40px;
}
.course-copy {
	text-align: center;
	margin-bottom: 30px;
}
#course ul {
	width: 1000px;
	margin: 0 auto;
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style-type: none;
}
#course ul li {
	width: 48%;
	background: #f8f8f8;
	margin-bottom: 50px;
}
#course ul li:last-child {
	margin-right: 0;
}
.course-ttlarea {
	background: #999;
	padding: 15px 5% 5px 5%;
	margin-bottom: 25px;
}
.course-ttlarea h4 {
	text-align: center;
	margin-bottom: 3px!important;
	color: #fff;
	font-size: 24px!important;
}
.course-ttlarea h5 {
	font-family: 'Libre Baskerville', serif;
	font-size: 12px!important;
	font-weight: normal;
	text-align: center;
	color: #fff;
}
#course h6 {
	font-size: 16px;
	margin: 0 6% 10px 6%;
	background: #fff;
	padding: 4px 10px 2px;
}
.course-spec {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
#course ul li p {
	margin-bottom: 0;
	padding: 0 6% 20px 6%;
}
ul.topcourselist {
	width: 80%!important;
	margin: 0 auto 20px!important;
	display: -webkit-block!important;
   display: block!important;
	list-style-type: disc!important;
}
ul.topcourselist li {
	width: 100%!important;
	background: none!important;
	font-size: 15px;
	text-align: left;
	margin-bottom: 5px!important;
}
table.course-price {
	font-size: 18px;
	margin: 0 6% 25px;
	text-align: center;
	width: 88%;
	border: 1px solid #666;
}
table.course-price th {
	padding: 5px;
	font-weight: normal;
	border-right: 1px solid #666;
}
table.course-price td {
	padding: 5px;
}
.course-price-bd {
	border-bottom: 1px solid #666;
}
/*お客様の声（トップ）*/
#voice-top {
	background: #f8f8f8;
	padding-top: 40px;
	padding-bottom: 40px;
}
#voice-top-inner {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#voice-top ul {
	list-style-type: none;
	display: -webkit-flex;
   display: flex;
	flex-wrap: wrap;
   -webkit-justify-content: space-around;
	justify-content: space-around;
}
#voice-top ul li {
	clear: both;
	width: 44%;
	padding: 30px 2% 5px 2%;
	margin-bottom: 30px;
	border-radius: 10px;
}
#voice-top ul li.menvoice {
	background: #f0f8ff;
}
#voice-top ul li.womenvoice {
	background: #f7f6fb;
}
.voice-icon {
	float: left;
	width: 40%;
	margin-right: 3px;
	margin-bottom: 20px;
}
#voice-top ul li h4 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}
ol.voive-kikkake {
	list-style-type: none;
	display: -webkit-flex;
   display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
ol.voive-kikkake li {
	width: auto!important;
	margin-right: 3.5%;
	font-size: 14px;
	text-align: center;
	background: #fff!important;
	border-radius: 3px!important;
	padding: 3px 2%!important;
	margin-bottom: 10px!important;
}
#voice-top ul li h5 {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
}
.voice-more {
	display: block;
	font-size: 14px;
}
.voice-more a {
	display: inline-block;
	color: #fff;
	background: #000;
	padding: 3px 10px;
	text-decoration: none;
}
.voice-more a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/*あいさつ*/
#greeting {
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}
.greeting-inner {
	width: 75%;
	margin: 0 auto 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
.greeting-photo {
	width: 55%;
	margin-right: 0;
	margin-left: auto;
}
.greeting-txt {
	display: block;
	width: 45%;
}
#greeting-ttl {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 40px;
	font-weight: 500;
}
.Text-Span {
  position: relative;
  z-index: 1;
}
.Text-Span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 1px;
  background: #666;
  z-index: -1;
}
.greeting-txt p {
	font-size: 13px;
}
.greeting-sign {
	width: 40%;
	margin-right: 0;
	margin-left: auto;
}
.ftmessage-more {
	display: block;
	margin: 30px auto;
	text-align: center;
}
.ftmessage-more a {
	display: inline-block;
	padding: 15px 60px;
	background: #db461d;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}
.ftmessage-more a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/* あなたのお悩み、私達が解決します。 */
.solve-content {
	background: #f0f8ff;
}
.solve-content p {
	margin-bottom: unset;
}
.solve-anxiety {
	width: 80%;
	margin: 0 auto 4rem;
}
.solve-wrapper {
	width: 70%;
	margin: 0 auto;
}
.solve-anxiety h4 {
	font-size: 32px;
  font-weight: bold;
	text-align: center;
	color: #000000;
}
.solve-wrapper {
	width: 80%;
	margin: 0 auto;
}
.sp-only {
	display: none;
}
/*地図*/
.gmap {
	clear: both;
	height: 0;
	overflow: hidden;
	padding-bottom: 20%!important;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

#navi-bottom {
	clear: both;
	border-top: 1px solid #cecece;
}
.toggle {
	display: none;
}
.close {
	display: none!important;
}
ul#gnav2 {
	margin: 0 auto;
	text-align: center;
	display: table;
	list-style-type: none;
	z-index: 999;
}
ul#gnav2 li {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 13px;
	padding-right: 13px;
	font-size: 11px;
	color: #666;
}
ul#gnav2 li span {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #000;
}
ul#gnav2 li:last-child {
	margin-right: 0;
}
ul#gnav2 li a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	position: relative;
	height: 40px;
	padding-bottom: 5px;
}
ul#gnav2 li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
ul#gnav2 li a:hover::after {
  transform: scale(1, 1);
}

#footer {
	background: #f8f8f8;
	padding-top: 50px;
}
.footer-inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#footer h1 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 1.5;
}
#btn_set2 {
	width: 250px;
	float: left;
	margin-bottom: 80px;
}
#btn_set2 h2 {
	width: 250px;
	margin-bottom: 15px;
}
#btn_set2 h2 img {
	width: 250px;
}

#btn-tel2 {
	text-align: center;
	margin-bottom: 15px;
}
#btn-tel2 a {
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 8px 12px 8px 12px;
	width: 226px;
	background: #fff;
	color: #000;
}
#btn-tel2 a:hover {
	background: #dddddd;
	transition: all 0.7s ease;
}
.phone-number {
	font-size: 27px;
	font-family: 'Oswald', sans-serif;
}
#btn-tel3 {
	text-align: center;
	margin-bottom: 15px;
}
#btn-tel3 a {
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 8px 12px 8px 12px;
	width: 226px;
	background: #333;
	color: #fff;
}
#btn-tel3 a:hover {
	background: #666;
	transition: all 0.7s ease;
}
/*SNS*/
#info-btm {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#info-btm ul {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
}
#info-btm li {
	display: inline-block;
	width: 35px;
	margin-right: 15px;
}
#info-btm li:last-child {
	margin-right: 0;
}

ul.btm-submenu {
	list-style-type: none;
}
ul.btm-submenu li {
	margin-bottom: 3px;
}
ul.btm-submenu li a {
	font-size: 14px;
	color: #000;
}
ul.btm-submenu li a:hover {
	text-decoration: none;
}
#address {
	float: right;
	margin-bottom: 80px;
}
#address th {
	padding: 2px 7px;
	text-align: left;
	font-size: 13px;
	line-height: 1.5;
	vertical-align: top;
}
#gym-name {
	font-size: 16px!important;
	padding-bottom: 14px!important;
}
#gym-name2 {
	font-size: 16px!important;
	padding-bottom: 14px!important;
	padding-top: 20px!important;
}
#address td {
	padding: 2px 7px;
	font-size: 13px;
	line-height: 1.5;
	vertical-align: top;
}

address {
	clear: both;
	text-align: center;
	padding-bottom: 100px;
	font-size: 12px;
	font-style: normal;
}

#foot-fix-btn {
	display: none;
}

/*コンテンツページ*/
.contents-page {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.contents-mainimg {
	width: 100%;
	margin-bottom: 10px;
}
.breadcrumbs {
	width: 90%;
	margin: 0 auto 50px!important;
	font-size: 14px;
	line-height: 1.65;
}
.breadcrumbs .current-item {
	background: none!important;
	padding: 0!important;
}
.title-area {
	margin-top: 50px;
}
.title-area h3 {
	font-family: 'Libre Baskerville', serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
	color: #666666;
	text-transform: uppercase;
}
.title-area h2 {
	font-size: 30px;
	margin-bottom: 10px;
	text-align: center;
}

/*コンセプト新*/
#concept2021 {
}
.concept2021-main {
	background: linear-gradient(to top, rgba(230, 139, 31, 0.7) 0%, rgba(184, 43, 91, 0.7) 100%),url(images/main_pc11.jpg);
	background-size: cover;
	background-position: center center;
	padding: 150px 0;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 80px;
}
.concept-box {
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style-type: none;
	align-items: center;
	margin-bottom: 30px;
	font-size: 22px!important;
	font-weight: bold;
	color: #333!important;
	line-height: 2.0!important;
}
.concept-box-photoleft {
	width: 60%;
}
.concept-box-txtright {
	width: 35%;
	text-align: center;
	padding: 0 2.5%;
}
.concept-box-photoright {
	width: 60%;
}
.concept-box-txtleft {
	width: 35%;
	text-align: center;
	padding: 0 2.5%;
}

/*コンセプト*/
.concept-copy {
	font-size: 1.5vw;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}
.movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*私たちについて*/
#aboutus-content h3 {
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
	font-size: 2vw;
	line-height: 2;
	color: #333;
	letter-spacing: 2px;
	font-weight: 600;
	white-space: nowrap;
}
#aboutus-content h4 {
	text-align: center;
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 1.5vw;
	line-height: 1.5;
	color: #333;
	letter-spacing: 3px;
	font-weight: normal;
}
#aboutus-content h5 {
	text-align: center;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 2vw;
	line-height: 1.5;
	color: #333;
	letter-spacing: 2px;
	font-weight: 600;
	font-family: 'Overpass', sans-serif;
}
#aboutus-content p {
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	color: #666;
	line-height: 2;
	font-size: 15px;
}
.aboutus-option {
	clear: both;
	padding: 30px 5% 10px 5%;
	margin-bottom: 50px;
	background: #f8f8f8;
	overflow: hidden;
	position: relative;
}
.aboutus-new-mark {
	position: absolute;
	top: 30px;
	left: 5%;
	z-index: 99;
	width: 100px;
}
.aboutus-option-photo {
	width: 30%;
	float: right;
	margin-left: 3%;
	margin-bottom: 25px;
}
.aboutus-option p {
	width: auto!important;
	text-align: left!important;
	color: #000!important;
}
#aboutus-slide {
	margin-left: auto!important;
	margin-right: auto!important;
	text-align: center!important;
	margin-bottom: 50px;
	position: relative;
}
ul.slick01 {
	width: 100%;
	margin-left: auto!important;
	margin-right: auto!important;
	text-align: center!important;
	letter-spacing: -0.4em;
}
ul.slick01 li {
	margin-left: 0.4%!important;
	margin-right: 0.4%!important;
	letter-spacing: normal;
}
ul.slick01 li img {
	width: 100%;
	margin-left: auto!important;
	margin-right: auto!important;
}
ul.slick-dots {
	width: 100%!important;
	list-style-type: none;
	clear: both;
	text-align: center!important;
	margin-top: 30px;
	letter-spacing: -0.4em;
}
ul.slide-dots li {
	display: inline-block;
	letter-spacing: normal;
	margin-left: 2.2%!important;
	margin-right: 2.2%!important;
	padding: 0!important;
}
ul.slide-dots li a {
	display: block;
	padding: 0!important;
}
#aboutus-content button {
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	text-indent: -9999px;
	cursor: pointer;
}
#aboutus-content button:before {
	content: '';
	width: 50px;
	height: 5px;
	background: #cecece;
	text-indent: 0px;
	position: absolute;
	top: 0;
	left: -25px;
}
#aboutus-content .slick-active button:before  {
	background: #333!important;
}

.aboutus-new h3 {
}
.aboutus-new p {
	line-height: 2.5!important;
}
.concept-mark {
	background: #d8edff;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 700;
	color: #000!important;
}

#faq-content h3 {
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
	font-size: 1.8vw;
	line-height: 2;
	color: #333;
	letter-spacing: 2px;
	font-weight: 600;
}
#faq-content dl {
	margin-bottom: 25px;
}
#faq-content dt {
	background: #eeeeee;
	padding: 5px 10px;
	margin-bottom: 10px;
	line-height: 1.6;
	font-size: 14px;	
}
#faq-content dd {
	margin-bottom: 20px;
	line-height: 1.6;
	font-size: 14px;
}

/*料金・システム*/
ul.course-intro {
	list-style-type: none;
	letter-spacing: -0.4em;
	margin-bottom: 60px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.course-intro li {
	width: 32%;
	margin-right: 2%;
	vertical-align: top;
	letter-spacing: normal;
	background: #f8f8f8;
	margin-bottom: 50px;
}
ul.course-intro li:last-child {
	margin-right: 0;
}
.course-ttlarea h5 {
	font-family: 'Libre Baskerville', serif;
	font-size: 1.2vw;
	font-weight: normal;
	text-align: center;
	margin-bottom: 4px;
	color: #fff;
}
.course-ttlarea h4 {
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
}
.course-price {
	font-size: 28px;
	text-align: center;
	padding: 0 6% 10px 6%;
}
.course-price-small {
	font-size: 16px;
}
.course-detail {
	font-size: 24px;
	text-align: center;
	padding: 0 6% 20px 6%;
}
.course-txt {
	font-size: 13px;
	text-align: center;
	margin-bottom: 20px;
	padding: 0 6%;
}
ul.course-intro li p {
	margin-bottom: 10px;
	padding: 0 6% 0 6%;
	height: 75px;
}
.system-table th {
	font-weight: 400;
	padding: 15px;
	background: #666;
	color: #fff;
	border-bottom: 1px solid #cecece;
	border-right: 3px solid #fff;
	font-size: 14px;
	line-height: 1.5;
}
.system-table td {
	padding: 15px;
	border-bottom: 1px solid #cecece;
	font-size: 14px;
	line-height: 1.5;
	background: #f8f8f8;
}
#option-detail h5 {
	font-family: 'Libre Baskerville', serif;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 5px;
	text-align: center;
	margin-bottom: 10px;
	color: #333333;
	text-transform: uppercase;
	margin-left: 5px;
}
#option-detail h4 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 30px;
	text-align: center;
	color: #666666;
	margin-bottom: 30px;
}
#option-detail table {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#option-detail table th {
	width: 180px;
}
.option-en {
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
	font-weight: normal;
}
#price-campaign {
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
}
#price-campaign span {
	border: 3px solid #a9385b;
	padding: 6px 50px;
	color: #a9385b;
}

/*料金・システム（新）*/
ul.course-page {
	list-style-type: none;
	margin-bottom: 30px;
	display: -webkit-flex;
   display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
ul.course-page li {
	width: 32%;
	vertical-align: top;
	background: #f8f8f8;
	margin-bottom: 30px;
	position: relative;
}
.course-btn2 {
	position: absolute;
	top: 0.8vh;
	left: 1.5%;
	width: 10%;
	z-index: 999;
}
ul.course-page li h6 {
	font-size: 16px;
	margin: 0 6% 10px 6%;
	background: #fff;
	padding: 4px 10px 2px;
}
ul.course-page li p {
	margin-bottom: 0;
	padding: 0 6% 20px 6%;
}
.course-txt2 {
	font-size: 13px;
	text-align: right;
	margin-bottom: 15px;
	padding: 0 6%;
}
ul.topcourselist2 {
	width: 80%!important;
	margin: 0 auto 20px!important;
	display: -webkit-block!important;
   display: block!important;
	list-style-type: disc!important;
}
ul.topcourselist2 li {
	width: 100%!important;
	background: none!important;
	font-size: 15px;
	text-align: left;
	margin-bottom: 5px!important;
}



/*オプション（新）*/
#option-detail2-ttl {
	font-family: 'Libre Baskerville', serif;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 5px;
	text-align: center!important;
	margin-bottom: 10px;
	color: #333333;
	text-transform: uppercase;
	margin-left: 5px;
}
#option-detail2 h6 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 30px;
	text-align: center;
	color: #666666;
	margin-bottom: 30px;
}
ul.optionnew-list {
	list-style-type: none;
	margin-bottom: 60px;
	letter-spacing: -0.4em;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.optionnew-list li {
	width: 48%;
	margin-right: 4%;
	vertical-align: top;
	letter-spacing: normal;
	background: #f8f8f8;
	margin-bottom: 50px;
	overflow: hidden;
}
ul.optionnew-list li:nth-child(even) {
	margin-right: 0;
}
.optionnew-photo {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.optionnew-txt {
	padding-left: 4%;
	padding-right: 4%;
}
ul.optionnew-list li table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 10px;
}
ul.optionnew-list li table th {
	font-size: 17px;
	padding: 10px;
	background: #fff;
	border: 2px solid #f8f8f8;
}
ul.optionnew-list li table td {
	font-size: 17px;
	padding: 10px;
	background: #fff;
	border: 2px solid #f8f8f8;
}
.optionnew-btmtable {
	margin-bottom: 30px!important;
}
/*オプション改訂版（独立）*/
ul.optionnew-list2 {
	list-style-type: none;
	margin-bottom: 60px;
	letter-spacing: -0.4em;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
ul.optionnew-list2 li {
	width: 32%;
	vertical-align: top;
	letter-spacing: normal;
	background: #f8f8f8;
	margin-bottom: 50px;
	overflow: hidden;
}
ul.optionnew-list2 li:nth-child(even) {
	margin-right: 0;
}
.optionnew-photo {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.optionnew-txt {
	padding-left: 4%;
	padding-right: 4%;
}
ul.optionnew-list2 li table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 10px;
}
ul.optionnew-list2 li table th {
	font-size: 17px;
	padding: 10px;
	background: #fff;
	border: 2px solid #f8f8f8;
}
ul.optionnew-list2 li table td {
	font-size: 17px;
	padding: 10px;
	background: #fff;
	border: 2px solid #f8f8f8;
}
.optionnew-btmtable {
	margin-bottom: 30px!important;
}

/*スタッフ*/
ul.staff-list {
	width: 100%;
	list-style-type: none;
	letter-spacing: -0.4em;
}
ul.staff-list li {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin-right: 2.6666%;
	margin-bottom: 10px;
	letter-spacing: normal;
}
ul.staff-list li img {
	width: 100%;
}
ul.staff-list li:nth-of-type(4n) {
	margin-right: 0;
}
ul.staff-list li a {
	color: #333;
	text-decoration: none;
}
ul.staff-list li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
ul.staff-list li a img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
ul.staff-list li h4 {
	/*font-family: 'Oswald', sans-serif;*/
	font-family: 'Libre Baskerville', serif;
	font-size: 1.6vw;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 5px;
	color: #333333;
}
ul.staff-list li h3 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 20px;
}
ul.staff-list li div {
	clear: both;
}

/*スタッフ個人別*/
.trainer-photo {
	width: 60%;
	float: right;
	margin-bottom: 70px;
}
.trainer-txt {
	width: 35%;
	float: left;
	margin-bottom: 50px;
}
.trainer-txt ul {
	margin-left: 20px;
}
#trainer-detail h4 {
	font-family: 'Libre Baskerville', serif;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 500;
}
#trainer-detail h4 span {
	border-bottom: 1px solid #db451d;
}
#trainer-detail h5 {
	font-size: 20px;
	font-weight: 400;
	color: #db451d;
	margin-bottom: 30px;
}

/*アクセス*/
.access-copy {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 30px;
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/*ギャラリー*/
.gallery-list ul {
	width: 100%;
	list-style-type: none;
	letter-spacing: -0.4em;
}
.gallery-list ul li {
	display: inline-block;
	letter-spacing: normal;
	width: 8%;
	vertical-align: top;
	margin-right: 2.22222222%;
	margin-bottom: 20px;
}
.gallery-list ul li:nth-of-type(10n) {
	margin-right: 0;
}
.gallery-list ul li p {
	font-size: 12px;
	margin-bottom: 0;
}

/*ギャラリー（202010新）*/
.gallery-list-all h4 {
	text-align: center;
	font-family: 'Libre Baskerville', serif;
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	font-weight: 500;
}
.gallery-list-all ul {
	list-style-type: none;
	letter-spacing: -0.4em;
}
.gallery-list-all ul li {
	display: inline-block;
	letter-spacing: normal;
	width: 23%;
	vertical-align: top;
	margin-right: 2.6666666666666%;
	margin-bottom: 20px;
}
.gallery-list-all ul li:nth-of-type(4n) {
	margin-right: 0;
}
.gallery-list-all ul li p {
	font-size: 12px;
	margin-bottom: 0;
}
.gallery-list1 {
	width: 31%;
	float: left;
	margin-right: 3.5%;
}
.gallery-list2 {
	width: 31%;
	float: left;
}
.gallery-list3 {
	width: 31%;
	float: right;
}

/*よくある質問*/
.faq-intro {
	text-align: center;
	font-size: 13px;
}
ul#tabMenu {
	list-style-type: none;
}
ul#tabMenu li {
	margin-bottom: 20px;
}
.archive {
	background: #f8f8f8;
	padding: 20px;
}
ul.subMenu {
	list-style-type: none;
	margin: 20px;
}

/*お問い合わせ*/
.trial-copy {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
}
.trial-copy span {
	border-bottom: 1px solid #333;
}
.trial-copy2 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.trial-copy2 span {
	background: #db451d;
	padding: 6px 15px;
}
.trial-flow {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.trial-no {
	font-size: 16px;
	background: #333;
	color: #fff;
	padding: 10px 20px;
	border-radius: 20px;
	margin-bottom: 15px;
}
table.trial-form {
	width: 900px!important;
	margin-left: auto;
	margin-right: auto;
}
table.trial-form2 {
	width: 900px!important;
	margin-left: auto;
	margin-right: auto;
}
table.trial-form2 tr th,table.trial-form2 tr td {
	text-align: left;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.5;
	border-bottom: solid 1px #999999;
	padding: 15px 10px 15px 10px;
}
table.trial-form2 tr th {
	line-height: 1.5;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 15px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 90%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="reset"] {
	font-size: 110%;
	padding: 0.4em 3em;
	background: #eee;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="reset"]:hover {
	background: #666;
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


/*お客様の声*/
#voice-content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#voice-copy {
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
}
.voice-txt {
	text-align: center;
}
.voice {
	width: 1000px;
	margin-bottom: 25px;
}
.voice h4 {
	font-size: 16px;
	margin-bottom: 20px;
}
.voice h5 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	min-width: 120px;
	max-width: 100%;
	border: solid 3px #333;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.voice h5:before {
	content: "";
	position: absolute;
	top: -24px;
	left: 15%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
	z-index: 2;
}
.voice h5:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 15%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #333;
	z-index: 1;
}
.voice dl {
	margin-bottom: 25px;
}
.voice dt {
	background: #eeeeee;
	padding: 5px 10px;
	margin-bottom: 10px;
	line-height: 1.6;
	font-size: 14px;	
}
.voice dd {
	margin-bottom: 20px;
	line-height: 1.6;
	font-size: 14px;
}
.voice-btm {
	text-align: right;
	font-size: 13px;
}
.voice-q {
	cursor: pointer;
	padding: 5px 10px 5px 22px!important;
	position: relative;
}

/*お客様の声（新）*/
.voice2-content-man a {
	background: #f0f8ff!important;
}
.voice2-content-woman a {
	background: #f7f6fb!important;
}
#voice2-content {
	width: 920px;
	padding: 30px 40px 5px 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.voice2 {
}
.voice2-content-man {
	background: #f0f8ff;
}
.voice2-content-woman {
	background: #f7f6fb;
}
.voice2-icon {
	display: inline-block;
	vertical-align: middle;
	width: 12%;
	margin-bottom: 20px;
}
.info2-ttl {
	display: inline-block;
	vertical-align: middle;
	width: 84%;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 20px;
}
.voice2 h4 {
	font-size: 16px;
	margin-bottom: 20px;
}
.voice2 h5 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	min-width: 120px;
	max-width: 100%;
	border: solid 3px #333;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: #fff;
}
.voice2 h5:before {
	content: "";
	position: absolute;
	top: -24px;
	left: 15%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
	z-index: 2;
}
.voice2 h5:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 15%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #333;
	z-index: 1;
}
.voice2 dl {
	font-size: 15px;
}
.voice2 dt {
	background: #666666;
	color: #fff;
	padding: 6px 10px;
	border-radius: 3px;
	margin-bottom: 25px;
}
.voice2 dd {
	margin-bottom: 40px;
	line-height: 1.8;
}


/*採用情報*/
.recruit-copy {
	text-align: center;
}
.recruit-content {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}
.recruit-content h4 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 18px;
}
table.recruit-table th {
	padding: 10px 15px;
	border: 5px solid #fff;
	background: #db451d;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
table.recruit-table td {
	padding: 15px 25px;
	border: 5px solid #fff;
	background: #f9f9f9;
	line-height: 1.6;
	font-size: 14px;
}
table.recruit-table td p {
	margin-bottom: 0;
}

/*運営会社*/
table#company-table {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
table#company-table th {
	padding: 10px 15px;
	border: 5px solid #fff;
	background: #333;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
table#company-table td {
	padding: 15px 25px;
	border: 5px solid #fff;
	background: #f9f9f9;
	line-height: 1.6;
	font-size: 14px;
}

/*プライバシーポリシー*/
#privacy-inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
dl#privacy dt {
	font-size: 16px;
	margin-bottom: 10px;
}
dl#privacy dd {
	margin-bottom: 25px;
	line-height: 1.6;
	font-size: 14px;
}

/*カテゴリページ新着一覧*/
ul.information-list {
	list-style-type: none;
	margin-bottom: 50px;
}
ul.information-list li {
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.information-list li a {
	color: #000;
}
ul.information-list li:nth-child(even) {
	background: #f8f8f8;
}
ul.information-list li p {
	display: inline-block;
	margin-bottom: 0;
}
.wp-pagenavi {
	font-size: 15px;
	text-align: center;
}
.wp-pagenavi .pages {
	display: inline-block;
	margin-right: 4px;
	padding: 6px;
	background: #333;
	color: #fff;
}
.wp-pagenavi .current {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 4px;
	border: 1px solid #333;
	border-radius: 50%;
	background: #333;
	color: #fff;
	line-height: 30px;
}
.wp-pagenavi .extend {
	display: inline-block;
	margin: 4px;
	font-weight: bold;
	line-height: 30px;
}
.wp-pagenavi a {
	font-size: 15px;
	text-decoration: none;
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
	width: auto;
	margin: 4px;
	padding-right: 4px;
	padding-left: 4px;
	border: 0;
	border-bottom: 1px solid #333;
	border-radius: 0;
	background: transparent;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.smaller,
.wp-pagenavi a.larger {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 4px;
	border: 1px solid #333;
	border-radius: 50%;
	line-height: 30px;
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.smaller:hover,
.wp-pagenavi a.larger:hover {
	border-color: #333;
	background: #333;
	color: #fff;
	transition: all .3s;
}

/*インフォ単体*/
.info-ttl {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 600;
	border-bottom: 1px solid #cecece;
	padding-bottom: 20px;
}

/*お客様の声一覧（新）*/
ul.voice-list {
	list-style-type: none;
	letter-spacing: -0.4em;
}
ul.voice-list li {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin-right: 2.66666%;
	letter-spacing: normal;
	margin-bottom: 30px;
}
ul.voice-list li:nth-of-type(4n) {
	margin-right: 0;
}
ul.voice-list li a {
	display: block;
	text-decoration: none;
	background: #f9f9f9;
	padding: 20px;
}
ul.voice-list li a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
ul.voice-list li h4 {
	font-size: 16px;
	margin-bottom: 20px;
	text-align: center;
}
ul.voice-list li h5 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	min-width: 120px;
	max-width: 100%;
	border: solid 3px #333;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin-bottom: 10px;
}
ul.voice-list li h5:before {
	content: "";
	position: absolute;
	top: -24px;
	left: 15%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
	z-index: 2;
}
ul.voice-list li h5:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 15%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #333;
	z-index: 1;
}
.voice-list-more {
	text-align: center;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
}
.voice-list-more span {
	background: #333;
	padding: 3px 6px;
	border-radius: 2px;
}

/*サマーキャンペーン2020*/
#summer2020head {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#summer2020head img {
	width: 100%;
}
.summer2020ttl {
	font-size: 30px;
	line-height: 1.7;
	font-weight: bold;
	text-align: center;
	padding-top: 120px;
	margin-bottom: 50px;
}
.summer2020txt p {
	font-size: 16px!important;
}
.summer-tokuten {
	line-height: 2.4!important;
}
.summer-riyu {
	font-weight: bold;
	line-height: 2.4!important;
}
.sc2020-hr {
	border-bottom: 5px solid #fff100;
}
.sc2020-date {
	font-size: 150%!important;
}

/*24Hジム*/
#btn-entry {
	position: fixed;
	left: 0;
	top: 200px;
	background: #000;
	z-index: 9999;
	writing-mode: vertical-rl;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: bold;
}
#btn-entry a {
	display: block;
	padding: 30px 10px;
	color: #fff;
	text-decoration: none;
}
#btn-entry a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#header-24gym {
	width: 100%;
	height: 100vh; /* 変数をサポートしていないブラウザのフォールバック */
	height: calc(var(--vh, 1vh) * 100);
	object-fit: cover;
	position: relative;
	font-family: 'object-fit: cover;';/* この一行を追記 */
}
#mainimg-24gym img {
	width: 100%;
	height: 100vh; /* 変数をサポートしていないブラウザのフォールバック */
	height: calc(var(--vh, 1vh) * 100);
	object-fit: cover;
	font-family: 'object-fit: cover;';/* この一行を追記 */
}
#header-24gym h1 {
	width: 280px;
	position: absolute;
	top: 20px;
	left: 2%;
	z-index: 999;
	/*filter: drop-shadow(0 0 5px #fff);*/
}
#headline-24gym {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	background: #fff;
	padding: 6px 20px 8px;
	overflow: hidden;
}
.newsttl-24gym {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	color: #666;
}
.newstxt-24gym {
	display: inline-block;
	font-size: 14px;
}
#btn-24gym {
	width: 200px;
	position: absolute;
	left: 5%;
	top: 120px;
}
#btn-24gym a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#maincopy-24gym {
	font-weight: bold;
	font-size: 4vw;
	position: absolute;
	top: 50%;
	right: 5%;
	color: #fff;
	-webkit-text-stroke: 2px #000;
	filter: drop-shadow(0 0 5px #fff);
}
#logo-24gym {
	width: 350px;
	position: absolute;
	left: 5%;
	bottom: 100px;
	filter: drop-shadow(0 0 5px #fff);
}
.contents-24gym {
}
#concept-24gym {
	padding-top: 70px;
	padding-bottom: 70px;
	background: #f9f9f9;
	margin-bottom: 100px;
}
#conceptp-24gym {
	font-weight: bold;
	font-size: 22px;
	line-height: 2.0;
	text-align: center;
	margin-bottom: 30px;
}
#conceptlogo-24gym {
	width: 200px;
	margin: 0 auto;
}

#merit-24gym {
	margin-bottom: 100px;
}
#merit-24gym h2 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 66px;
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
}
#meritttl-24gym {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	color: #999999;
}
#merit-24gym ul {
	list-style-type: none;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#merit-24gym ul li {
	clear: both;
	display: block;
	margin-bottom: 70px;
}
#merit-24gym ul li h3 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
}
.merittxt-24gym-left {
	margin-bottom: 40px;
}
.meritpho-24gym-right {
}
.merittxt-24gym-right {
	margin-bottom: 40px;
}
.meritpho-24gym-left {
}

#point-24gym {
	clear: both;
	margin-bottom: 100px;
}
#point-24gym ul {
	list-style-type: none;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
#point-24gym ul li {
	width: 27%;
	background: #eee;
	padding: 20px 2%;
	margin-bottom: 20px;
}
.p24mark {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
#point-24gym ul li h3 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
}
#point-24gym ul li p {
	margin-bottom: 0!important;
}
.p24-caution {
	font-size: 12px;
	margin-top: 10px;
}
.point-24gym-more {
	text-align: center;
	display: -inline-block;
	font-size: 18px;
	font-weight: bold;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.point-24gym-more a {
	display: block;
	background: #000;
	color: #fff;
	padding: 5px 0;
	border-radius: 3px;
	text-decoration: none;
}
.point-24gym-more a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.point-24gym-more a img {
	width: 600px;
}

#price-24gym {
	margin-bottom: 50px;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
	background: #f9f9f9;
}
#price-24gym h2 {
	margin-bottom: 10px;
	font-size: 66px;
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
}
#price-24gym h3 {
	font-size: 20px;
	margin-bottom: 30px;
	color: #999999;
}
.pricettl-24gym {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;
	font-size: 18px;
}
.priceyen-24gym {
	padding-top: 20px;
	font-size: 18px;
	margin-bottom: 20px;
}
.priceyen-24gym span {
	font-size: 30px;
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
}
.pricecaption {
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 5px;
}
.pricecaption-zoku {
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.pricecaption2 {
	font-size: 12px;
	line-height: 1.8;
}

#flow-24gym {
	padding-top: 50px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
#flow-24gym-ttl {
	text-align: center;
	margin-bottom: 10px;
	font-size: 66px;
	font-weight: 800;
	font-family: 'Manrope', sans-serif;
}
#flow-24gym h2 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
	color: #999999;
}
.flow-24gym-txt {
	text-align: center;
}
#flow-24gym h3 {
	font-size: 20px;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 20px;
}
#flow-24gym h3 span {
	background: #cecece;
	padding: 5px 30px;
}
ul.flow-24gym-list {
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
ul.flow-24gym-list2 {
	width: 74.333334%;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
ul.flow-24gym-list li {
	width: 23%;
	position: relative;
}
ul.flow-24gym-list2 li {
	width: 31%;
	position: relative;
}
ul.flow-24gym-list li::after,
ul.flow-24gym-list2 li::after {
	content: '';
	background-image: url(images/flow-next-blue.png);
	background-size: contain;
	width: 9px;
	height: 17px;
	position: absolute;
	right: -5%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
li.noarrow::after {
	content: none!important;
}
ul.flow-24gym-list li h4,
ul.flow-24gym-list2 li h4 {
	text-align: center;
	font-size: 18px;
	border: 1px solid #5fb5ec;
	color: #5fb5ec;
	padding: 3px;
	margin-bottom: 12px;
}
.btn-24gym-entry {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: #f8f8f8;
	padding: 30px;
	margin-bottom: 20px;
}
#flow-24gym-tour {
	overflow: hidden;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding: 30px 0 10px;
}
#flow-24gym-entry {
	overflow: hidden;
	border-bottom: 1px solid #cecece;
	padding: 30px 0 10px;
}
.btn-24gym-entry ul {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.btn-24gym-entry ul li {
	display: block;
	width: 48%;
	font-size: 24px;
	font-weight: bold;
}
.btn-24gym-entry ul li a {
	display: block;
	text-align: center;
	padding: 5px;
	background: #5fb5ec;
	text-decoration: none;
	color: #fff;
}
.btn-24gym-entry ul li a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.btn-24corporate {
	text-align: center;
	margin-bottom: 30px;
	font-size: 19px;
}

#access-24gym {
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#access-24gym a {
	background: #000;
	width: 600px;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
}
#access-24gym a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

#payment-24gym {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
#payment-24gym h2 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.payment-24gym-txt {
	text-align: center;
}
#payment-24gym ul {
	margin-left: 30px;
}
#payment-24gym h3 {
	font-size: 20px;
	letter-spacing: 3px;
	margin-bottom: 12px;
}

.trial-copy3 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.trial-copy3 span {
	background: #5fb5ec;
	padding: 6px 15px;
}
#rules-24gym {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	height: 250px;
	overflow-y: scroll;
	padding: 30px;
	border: 1px solid #cecece;
}
#rules-24gym h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
#agreement-24gym {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	height: 250px;
	overflow-y: scroll;
	padding: 30px;
	border: 1px solid #cecece;
}
#agreement-24gym h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
#rulescheck-24gym {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.coplan-img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.coplan-content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.coplan-content h3 {
	margin-bottom: 15px;
}
.coplan-content ul {
	list-style-type: none;
}
.coplan-content ul li {
	font-size: 16px;
	margin-bottom: 10px;
}

#contents-24gym {
}


/* タブレットと小さいPC用*/
@media screen and (min-width:799px) and (max-width:1200px)
{
	.tab-only {
		display: block!important;
	}
	#headerlogo {
		width: 20%;
		position: absolute;
		top: 10px;
		left: 2%;
	}
	#campaign-btn {
		position: absolute;
		top: 100px;
		left: 2%;
		margin-left: 0;
	}
	ul#top-menu li {
		padding-top: 10px;
		padding-bottom: 5px;
		margin-bottom: 30px;
		padding-left: 4px;
		padding-right: 4px;
		font-size: 15px;
	}
	ul#top-menu li div {
		font-size: 10px;
	}
	ul#top-menu li a {
		height: auto;
	}
	ul#top-menu li a::after {
 	 	content: none;
		background: none;
	}
	ul#top-menu li a:hover {
		opacity: 0.6;
		filter: alpha(opacity=60);
		-ms-filter: "alpha( opacity=60 )";
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	li#top-info-trial {
		font-size: 13px!important;
		background: #db451d;
		color: #fff!important;
		line-height: 1.4;
		padding-top: 21px!important;
		padding-left: 0!important;
		padding-right: 0!important;
		width: 81px!important;
	}
	li#top-info-tel {
		font-size: 12px!important;
		padding-top: 17px!important;
		padding-left: 0!important;
		padding-right: 0!important;
		width: 116px!important;
	}
	li#top-info-tel span {
		font-size: 15px;
	}
	ul#top-info {
		width: 197px;
	}
	ul#top-info li {
		font-size: 13px;
	}
	ul#top-info li a {
		padding: 10px 45px;
		width: auto;
		white-space: nowrap;
	}
	
	#nayami h2 {
		font-size: 3vw;
	}
	#nayami ul {
		width: 60%;
	}
	#nayami ul li {
		font-size: 2.5vw;
	}
	#nayami h3 {
		font-size: 3vw;
	}
	.okangae {
		font-size: 4.5vw;
		vertical-align: -10%;
	}
	
	#kaiketsu h6 {
		padding-bottom: 8vh;
		font-size: 2.2vw;
	}
	
	#course h4 {
		font-size: 1.4vw;
	}
	
	#support {
		width: 90%;
	}
	ul.spcheck li h4 {
		font-size: 1.5vw;
	}
	
	.warrant-point {
		margin-bottom: 20px;
		padding: 20px 5%;
		border-radius: 10px;
	}
	.warrant-point h4 {
		display: block;
		font-size: 16px;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 25px;
		width: 100%;
		border-right: none;
	}
	.warrant-point p {
		display: block;
		margin-bottom: 0;
	}
	
	/*あいさつ*/
	#greeting {
		overflow: hidden;
	}
	.greeting-inner {
		width: 95%;
	}
	.greeting-photo {
		width: 54%;
		margin-right: 0;
		margin-left: 0;
		float: right;
	}
	.greeting-txt {
		width: 44%;
		float: right;
		position: static;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
	}
	#greeting-ttl {
		font-size: 24px;
	}
	.greeting-sign {
		width: 46%;
		margin-right: 0;
		margin-left: auto;
	}
	
	#btn-trial-topbtm-bg {
		width: 85%;
	}
	
	.footer-inner {
		width: 95%;
	}
	
	.title-area h3 {
		font-size: 4vw;
	}
	.title-area h2 {
		font-size: 2.5vw;
	}
	.trial-flow {
		width: 100%;
	}
	table.trial-form {
		width: 100%!important;
	}
	table.trial-form2 {
		width: 100%!important;
	}
	#voice-content {
		width: 100%;
	}
	.voice {
		width: 100%;
	}
	table#company-table {
		width: 100%;
	}
	#privacy-inner {
		width: 100%;
	}
	/*私たちについて*/
	#aboutus-content h3 {
		font-size: 2.2vw;
	}
	#aboutus-content h4 {
		font-size: 2vw;
	}
	#aboutus-content h5 {
		font-size: 2.2vw;
	}
	#aboutus-content p {
		width: 100%;
		margin-bottom: 40px;
		font-size: 1.5vw;
	}
	#aboutus-slide {
		width: 100%;
	}
	ul.slick01 {
		width: 100%;
	}
	ul.slide-dots li {
		margin-left: 4%!important;
		margin-right: 4%!important;
	}
	#faq-content h3 {
		font-size: 2.5vw;
	}
	#faq-content dl {
	}
	#faq-content dt {
	}
	#faq-content dd {
	}
	
	/*お客様の声一覧（新）*/
	ul.voice-list {
	}
	ul.voice-list li {
		display: inline-block;
		width: 48%;
		margin-right: 4%;
	}
	ul.voice-list li:nth-child(even) {
		margin-right: 0;
	}
	ul.voice-list li:nth-of-type(4n) {
		margin-right: 0;
	}
	ul.voice-list li a {
	}
	ul.voice-list li a:hover {
	}
	ul.voice-list li h4 {
	}
}

/* タブレット用*/
@media screen and (min-width:700px) and (max-width:1000px)
{
	#foot-fix-btn {
		display: block;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 99999;
	}
	#foot-fix-btn ul {
		width: 100%;
		display: table;
		position: fixed;
		bottom: 0;
		left: 0;
	}
	#foot-fix-btn ul li {
		display: table-cell;
		width: 50%;
		text-align: center;
		vertical-align: middle;
	}
	#foot-fix-btn ul li a {
		display: block;
		width: 100%;
		text-decoration: none;
		padding-bottom: 10px;
		padding-top: 10px;
		vertical-align: middle;
		height: 5.5vh;
	}
	.ff-phone a {
		background: #eeeeee;
		color: #000;
		font-family: 'Oswald', sans-serif;
		font-size: 4vw;
		vertical-align: middle;
	}
	.ff-trial a {
		font-size: 3vw;
		background: #db451d;
		color: #fff;
		vertical-align: middle;
	}
	.ff-mm {
		font-size: 3.5vw;
	}
}

@media screen and ( max-width:1000px )
{
	#btn-trial-topbtm-bg12 {
		padding-top: 0;
		padding-bottom: 15px;
	}
	#btn-trial-topbtm-bg2 {
		width: 100%;
	}
	#bg-topbtm2 {
		margin-bottom: 15px;
	}
	.bg_trial_check2 {
		display: block;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding-right: 0;
	}
	.bg_trial_arrow2 {
		display: block;
		padding-right: 0;
		transform: rotate( 90deg );
		margin: 0 auto;
	}
	.bg_trial_entry2 {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-bottom: 20px;
		padding-right: 0;
	}
	.bg_trial_copy2 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.bg_trial_btn2 a {
		padding: 12px 5%;
	}
	.bg_trial_btn2 a:hover {
	}
	.bg_trial_sevrice {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		border: 3px solid #a9385b;
		padding: 5px 0;
		font-size: 18px;
	}
	.bgbr {
		display: none;
	}
	
	#navi-bottom {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.navi-bottom-inner {
		width: 90%;
		text-align: left;
	}
	.toggle {
		display: block;
		position: relative;
		width: 100%;
	}
	.close {
		display: block;
		position: relative;
		width: 100%;
		background: #333;
	}
	.toggle a {
		display: block;
		padding: 12px 0 10px;
		color: #fff;
		text-align: center;
		text-decoration: none;
		background:#333;
	}
	ul#gnav2 {
		margin: 0 auto;
		text-align: center;
		display: none;
		padding-bottom: 20px;
		background: #fff;
	}
	ul#gnav2 li {
		display: block;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		font-size: 14px;
		color: #666;
		background: #fff;
	}
	ul#gnav2 li span {
		display: none;
	}
	ul#gnav2 li:last-child {
		margin-right: 0;
	}
	ul#gnav2 li a {
		display: block;
		height: 40px;
		padding-top: 0px;
		padding-bottom: 5px;
		background: #fff;
		color: #666;
	}
	ul#gnav2 li a::after {
		background: none;
	}
	ul#gnav2 li a:hover::after {
		transform: scale(1, 1);
	}
}

/* スマホ */
@media screen and ( max-width:800px )
{
	.sp-only {
		display: block!important;
	}
	.pc-only {
		display: none!important;
	}
	.tab-only {
		display: none!important;
	}
	#topcontrol {
		display: block!important;
		padding: 0 0 80px 0!important;
		z-index: 999999!important;
	}
	
	body {
		width: 100%;
		overflow-x: hidden;
	}
	/*ヘッダー*/
	#header h1 {
		font-size: 2.8vw;
	}
	#headerlogo {
		width: 30%;
		text-align: center;
		margin-bottom: 10px;
	}
	#campaign-btn {
		position: absolute;
		width: 23%!important;
		top: 80px;
		left: 3%;
		margin-left: 0;
	}
	#btn-gyminfo {
		width: 35%;
		position: absolute;
		top: 80px;
		right: 2%;
	}
	.animate-toggle-title-header {
		display: block;
	}
	#menuButton {
    	display: block;
    	width: 42px;
    	height:42px;
    	position: fixed;
    	top: 10px;
    	right: 10px;
    	z-index: 99999;
	}
	#menuButton span {
    	display: block;
    	background: #000;
    	width: 24px;
    	height: 2px;
    	position: absolute;
    	left: 9px;
    	transition: all 0.4s;
    	-webkit-transition: all 0.4s;
    	-moz-transition: all 0.4s;
	}
	#menuButton span:first-child {
    	top: 12px;
	}
	#menuButton span:nth-child(2) {
    	margin-top: -1px;
    	top: 50%;
	}
	#menuButton span:last-child {
    	bottom: 12px;
	}
	#menuButton.active span:first-child {
    	-webkit-transform: translateY(8px) rotate(45deg);
    	-moz-transform: translateY(8px) rotate(45deg);
    	-ms-transform: translateY(8px) rotate(45deg);
    	transform: translateY(8px) rotate(45deg);
	}
	#menuButton.active span:nth-child(2) {
    	opacity: 0;
	}
	#menuButton.active span:last-child {
    	-webkit-transform: translateY(-8px) rotate(-45deg);
    	-moz-transform: translateY(-8px) rotate(-45deg);
    	-ms-transform: translateY(-8px) rotate(-45deg);
    	transform: translateY(-8px) rotate(-45deg);
	}
	ul#top-menu {
		position: fixed;
		top: 0;
		left: auto;
		right: 0;
		background: rgba(255,255,255,0.7);
		height: 100%;
		padding-left: 5%;
		padding-right: 5%;
		display:none;
		z-index: 9999;
	}
	ul#top-menu li {
		display: block;
		width: 140px;
		font-size: 14px;
		line-height: 1.3;
		height: 33px;
		margin-right: 0px;
		margin-bottom: 15px;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	ul#top-menu li:first-child {
		margin-top: 50px;	
	}
	ul#top-menu li a {
		text-decoration: none;
		position: relative;
	}
	ul#top-menu li a::after {
		background: none;
	}
	ul#top-menu li a:hover::after {
	}
	ul#top-menu li:hover ul li {
		overflow: hidden;
		height: 0;
	}
	.gmenu {
		padding-top: 20px!important;
	}
	#top-menu-sns {
		display: block!important;
		font-size: 24px!important;
		line-height: 1.0;
		vertical-align: bottom;
	}
	#top-menu-sns img {
		width: 26px!important;
	}
	#top-menu-sns .icon-envelope {
		color: #000!important;
		font-size: 22px!important;
	}
	ul#top-info {
		display: none;
	}
	li#top-info-trial {
		display: none!important;
	}
	li#top-info-tel {
		display: none!important;
	}
	#top-side-sns {
		display: none;
	}
	
	/* 全体のスタイル */
	.swiper-pagination-bullet {
		width: 10px!important;
		height: 10px!important;
	}
	/* 現在のスライドのスタイル */
	.swiper-pagination-bullet-active {
		width: 15px!important;
		height: 15px!important;
	}
	.swiper-button-next {
		padding-right: 0;
	}
	/* 前ページ、次ページボタン共通のスタイル */
	.swiper-button-prev,
	.swiper-button-next {
		width: 20px!important;
		height: 22px!important;
		background-size: 20px 22px!important;
		margin-top: 0!important;
	}
	.top-visual-copy {
		width: 60%;
		position: absolute;
		top: 68%;
		left: 10%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		text-align: left;
	}
	.top-visual-copy2 {
		width: 60%;
		position: absolute;
		top: 55%;
		left: 5%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		text-align: left;
	}
	.top-visual-copy-jp {
		font-size: 7vw;
		font-weight: 500;
	}
	.top-visual-copy-jp span {
		font-family: 'Noto Serif JP', serif;
		text-shadow:white 1px 1px 10px, white -1px 1px 10px,
   		white 1px -1px 10px, white -1px -1px 10px;
	}
	
	#btn-btminfo-area {
		padding: 20px 0;
	}
	#btn-btminfo-area-inner {
		width: 80%;
		padding: 30px 5%;
	}
	#btn-btminfo-area h3 {
		font-size: 4vw;
		line-height: 1.6;
		margin-bottom: 15px;
	}
	#btn-btminfo-area p {
		font-size: 13px;
	}
	.btn-btminfolink {
		font-size: 15px;
	}
	
	/*バナー*/
	#top-bnr-area {
		width: 70%;
	}
	#top-bnr-area ul {
		display: -webkit-block;
		display: block;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		list-style-type: none;
	}
	#top-bnr-area ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	
	/*インフォメーション*/
	#information {
		width: 90%;
		margin-bottom: 20px;
	}
	#information h3 {
		font-size: 3vw;
		margin-bottom: 10px;
	}
	#information h2 {
		font-size: 4.5vw;
		margin-bottom: 20px;
	}
	.information-copy {
		margin-bottom: 10px;
	}
	#information ul {
		margin-bottom: 30px;
	}
	#information ul li {
		width: 94%;
		font-size: 15px;
		padding-left: 3%;
		padding-right: 3%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#information ul li a {
	}
	#information ul li:nth-child(even) {
	}
	.news-date {
		width: 100%;
		font-size: 15px;
		display: block;
		padding-right: 0;
	}
	#information ul li p {
		display: block;
		margin-bottom: 0;
	}
	
	/*コンテンツページ*/
	#contents {
		overflow-x: hidden;
	}

	/*悩み*/
	#nayami {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#nayami h2 {
		margin-bottom: 40px;
		font-size: 5vw;
	}
	#nayami ul {
		width: 90%;
	}
	#nayami ul li {
		font-size: 4.3vw;
		margin-bottom: 15px;
		padding-bottom: 8px;
		background: url(images/checkmark.png) left 0px top 3px no-repeat;
		background-size: 7% auto;
		padding-left: 10%;
	}
	.icon-checkmark {
		font-size: 4.5vw;
	}
	
	/*解決*/
	#kaiketsu {
		padding-bottom: 30px;
		margin-bottom: 50px;
	}
	#kaiketsu h4 {
		margin-bottom: 10px;
		font-size: 8vw
	}
	#kaiketsu h2 {
		font-size: 4.5vw;
	}
	#kaiketsu h6 {
		font-size: 6vw!important;
		margin: 0 auto 30px;
	}
	#kaiketsu h6 span {
		padding: 10px 0.5rem;
	}
	.kaiketsu-inner {
		width: 90%;
	}
	.kaiketsu-copy {
		text-align: left;
	}
	#kaiketsu ul {
	}
	#kaiketsu ul li {
		margin-bottom: 40px;
		position: relative;
	}
	#kaiketsu ul li:last-child {
	}
	.kaiketsu-photo-left {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 25px;
	}
	.kaiketsu-no-left {
		position: absolute;
		top: -3vh;
		left: 0;
		font-size: 8vw
	}
	.kaiketsu-photo-right {
		width: 100%;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 25px;
	}
	.kaiketsu-no-right {
		position: absolute;
		top: -3vh;
		left: 0;
		right: auto;
		font-size: 8vw;
	}
	.kaiketsu-txt-right {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		position: static;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
	}
	.kaiketsu-txt-left {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		position: static;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
	}
	#kaiketsu ul li h3 {
		font-size: 6vw;
		margin-bottom: 5px;
	}
	#kaiketsu ul li h3 span {
		padding-bottom: 5px;
	}
	.kaiketsu-cng-left2 {
		margin-left: 0;
	}
	#kaiketsu ul li h5 {
		font-size: 4vw;
		letter-spacing: 2px;
		margin-bottom: 15px;
	}
	
	.content-box h2 {
		font-size: 4.2vw!important;
		margin: 0 auto 30px;
	}
	.content-box h2 span {
		padding: 10px 0.3rem;
	}
	
	/*選ばれる理由*/
	#reason {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 0;
	}
	#reason-inner {
		width: 90%;
	}
	#reason h3 {
		font-size: 8vw;
		letter-spacing: 3px;
		margin-bottom: 10px;
	}
	#reason ul {
		display: block;
  		flex-wrap: normal;
	}
	#reason ul li {
		width: 92%;
		margin-right: 0;
		padding: 10px 4% 30px;
		margin-bottom: 20px;
	}
	#reason ul li:nth-of-type(3n) {
	}
	.reason-no {
		font-size: 9vw;
	}
	#reason h4 {
		font-size: 4vw;
		margin-bottom: 15px;
	}
	.reason-photo {
		margin-bottom: 15px;
	}
	.reason-txt {
		line-height: 1.8;
	}
	ul.reason-photo4 {
	}
	ul.reason-photo4 li {
	}
	ul.reason-photo4 li p {
		margin-bottom: 10px!important;
	}
	.reason-txt4 {
	}
	
	/*メソッド*/
	#method {
		width: 90%;
		margin: 0 auto 30px;
	}
	#method h3 {
		font-size: 8vw;
		margin-bottom: 10px;
	}
	.method-txt {
	}
	#method h4 {
		margin-bottom: 6px;
		font-size: 4.5vw;
	} 
	#method h5 {
		font-size: 2.5vw;
	}
	ul.method-training {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: normal;
		justify-content: normal;
		flex-wrap: wrap;
		align-items: flex-end;
		margin-bottom: 30px;
	}
	ul.method-training li {
		width: 50%;
		position: relative;
		margin-bottom: 15px;
	}
	ul.method-training li h6 {
		font-size: 3.5vw;
	}
	.method-ttl {
		padding: 7px 10px;
		margin: 0 auto 20px;
	}
	ul.method-bodycare {
		width: 100%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	ul.method-bodycare li {
		width: 50%;
		position: relative;
		display: block;
		margin-bottom: 15px;
	}
	ul.method-bodycare li h6 {
		font-size: 3.5vw;
	}
	.modaal-close {
		margin-top: 30px;
		margin-right: 30px;
	}
	.method-bodycare-wrapper ul.method-bodycare {
		display: none;
	}
	.sp-method-bodycare {
		display: flex;
		flex-direction: column;
	}
	.sp-method-bodycare li {
		list-style-type: none;
		margin: 12px 0;
		width: 60%;
    margin: 0 auto;
    margin-bottom: 2rem;
	}
	.sp-method-bodycare li .bodycare-contents.is-open {
		border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding: 10px;
    line-height: normal;
    height: auto;
    opacity: 1;
	}
	.sp-method-bodycare li h6 {
		font-size: 3.5vw;
	}
	/*コース紹介*/
	#course {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 0;
	}
	#course h3 {
		font-size: 8vw;
		margin-bottom: 10px;
	}
	.course-copy {
		margin-bottom: 30px;
	}
	#course ul {
		width: 90%;
		margin: 0 auto;
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
	}
	#course ul li {
		width: 100%;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#course ul li:last-child {
		margin-right: 0;
	}
	.course-ttlarea {
		padding: 10px 5% 5px 5%;
		margin-bottom: 15px;
	}
	.course-ttlarea h5 {
		font-size: 3vw!important;
	}
	.course-ttlarea h4 {
		margin-bottom: 5px!important;
		font-size: 5vw!important;
	}
	.course-spec {
		font-size: 3.3vw;
		margin-bottom: 20px;
	}
	#course ul li p {
		margin-bottom: 0;
		padding: 0 6% 20px 6%;
	}
	ul.topcourselist {
		width: 75%!important;
		margin: 0 auto 15px;
	}
	ul.topcourselist li {
		width: auto!important;
		font-size: 14px!important;
		margin-bottom: 5px!important;
		padding-bottom: 0!important;
	}
	table.course-price {
		font-size: 16px!important;
		margin: 0 6% 10px;
	}
	table.course-price th {
	}
	table.course-price td {
	}

	/* Secret Bay's FITの魅力 */
	.attraction-headline {
		font-size: 1em;
		padding-right: 1.5rem;
	}

	/* あなたのお悩み、私達が解決します */
	.solve-anxiety h4 {
		font-size: 1.3rem;
	}
	
	/*お客様の声（トップ）*/
	#voice-top {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#voice-top-inner {
		width: 90%;
	}
	#voice-top h3 {
		font-size: 8vw;
		letter-spacing: 3px;
		margin-bottom: 10px;
	}
	#voice-top ul {
		list-style-type: none;
		display: -webkit-block;
		display: block;
		flex-wrap: nowrap;
		-webkit-justify-content: nomal;
		justify-content: normal;
	}
	#voice-top ul li {
		width: 94%;
		padding: 20px 3% 20px 3%;
		margin-bottom: 20px;
	}
	.voice-icon {
		display: inline-block;
		vertical-align: middle;
		width: 15%;
		margin-right: 3%;
		margin-bottom: 10px;
	}
	#voice-top ul li h4 {
		width: 80%;
		display: inline-block;
		vertical-align: middle;
		font-size: 15px;
	}
	#voice-top ul li dl {
		font-size: 14px;
	}
	#voice-top ul li dt {
		padding: 4px 3%;
		margin-bottom: 10px;
	}
	#voice-top ul li dd {
		margin-bottom: 30px;
	}
	ol.voive-kikkake {
		margin-bottom: 10px;
	}
	.voice-more {
		text-align: center;
		margin: 0 auto;
	}
	.voice-more a {
	}
	.voice-more a:hover {
	}
	
	/*あいさつ*/
	#greeting {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#greeting h3 {
		font-size: 8vw;
		letter-spacing: 3px;
		margin-bottom: 10px;
	}
	.greeting-inner {
		width: 90%;
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
	}
	.greeting-photo {
		width: 100%;
		float: none;
		display: block;
		margin-bottom: 20px;
	}
	.greeting-txt {
		width: 100%;
		float: none;
		display: block!important;
	}
	#greeting-ttl {
		font-size: 24px;
	}
	.greeting-sign {
		width: 46%;
		margin-right: 0;
		margin-left: auto;
	}
	.ftmessage-more {
		margin: 30px auto;
	}
	.ftmessage-more a {
		padding: 15px 60px;
		font-size: 17px;
	}
	
	#ftmessage {
		padding-top: 30px;
		padding-bottom: 30px;
		overflow: hidden;
	}
	#ftmessage-inner {
		width: 90%;
		margin: 0 auto;
	}
	.ftmessagae-photo {
		width: 100%;
		margin-right: 0;
		display: block;
		margin-bottom: 10px;
	}
	#ftmessage-inner p {
		width: 100%;
		display: block;
		font-size: 15px;
		line-height: 1.8;
		margin-bottom: 0!important;
	}
	.ftmessagae-txt {
		width: 100%;
		display: block;
	}
	.ftmessagae-txt h3 {
		font-size: 8vw;
		margin-bottom: 10px;
	}
	.ftmessagae-txt h2 {
		font-size: 6vw;
		margin-bottom: 30px;
	}
	#ftmessage-inner p {
		font-size: 15px;
	}

	
	/*フッター*/
	/*地図*/
	.gmap {
		/*padding-bottom: 56.25%;*/
		padding-bottom: 40%!important;
	}

	#footer {
	}
	.footer-inner {
		width: 90%;
	}
	#btn_set2 {
		float: none;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	#btn_set2 h2 {
		width: 100%;
		margin: 10px auto;
	}
	#btn_set2 h2 img {
		width: 100%;
	}
	#btn-tel2 {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	#btn-tel2 a {
		text-decoration: none;
		font-size: 14px;
		display: block;
		width: 96%;
		padding: 8px 2% 6px 2%;
	}
	#btn-tel2 a:hover {
	}
	#btn-tel3 {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	#btn-tel3 a {
		text-decoration: none;
		font-size: 14px;
		display: block;
		width: 96%;
		padding: 8px 2% 6px 2%;
	}
	#btn-tel3 a:hover {
	}

	ul.btm-submenu li {
		margin-bottom: 3px;
		text-align: right;
	}
	ul.btm-submenu li a {
		font-size: 14px;
	}
	ul.btm-submenu li a:hover {
		text-decoration: none;
	}

	#address {
		float: none;
		margin-bottom: 40px;
	}
	#address th {
		padding: 1px 6px 0px 6px;
		text-align: left;
		font-size: 13px;
		line-height: 1.5;
		vertical-align: top;
		width: 70px;
	}
	#address td {
		padding: 0px 6px;
		font-size: 13px;
		line-height: 1.5;
		vertical-align: top;
	}
	#gym-name {
		font-size: 3.6vw!important;
	}
	#gym-name2 {
		font-size: 3.6vw!important;
	}

	address {
		padding-bottom: 80px;
		font-size: 12px;
	}
	
	#foot-fix-btn {
		display: block;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 99999;
	}
	#foot-fix-btn ul {
		width: 100%;
		display: table;
		position: fixed;
		bottom: 0;
		left: 0;
	}
	#foot-fix-btn ul li {
		display: table-cell;
		width: 50%;
		text-align: center;
		vertical-align: middle;
	}
	#foot-fix-btn ul li a {
		display: block;
		width: 100%;
		text-decoration: none;
		padding-bottom: 10px;
		padding-top: 10px;
		vertical-align: middle;
		height: 5vh;
	}
	.ff-phone a {
		background: #eeeeee;
		color: #000;
		font-family: 'Oswald', sans-serif;
		font-size: 5vw;
		vertical-align: middle;
	}
	.ff-trial a {
		font-size: 5vw;
		background: #db451d;
		color: #fff;
		vertical-align: middle;
	}
	.ff-mm {
		font-size: 4vw;
	}
	
	/*コンテンツページ*/
	.contents-page {
		width: 90%;
	}
	.contents-mainimg {
		width: 100%;
			margin-bottom: 10px;
	}
	.breadcrumbs {
		width: 90%;
		margin: 0 auto 30px!important;
		font-size: 13px;
	}
	.title-area {
		margin-top: 30px;
	}
	.title-area h3 {
		font-family: 'Libre Baskerville', serif;
		font-size: 3.5vw;
		margin-bottom: 30px;
	}
	.title-area h2 {
		font-size: 6vw;
		margin-bottom: 10px;
	}
	
	/*コンセプト新*/
	#concept2021 {
	}
	.concept2021-main {
		padding: 100px 3%;
		font-size: 5vw;
		margin-bottom: 50px;
	}
	.concept-box {
		margin: 0 auto;
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
		margin-bottom: 20px;
		font-size: 4.5vw!important;
		line-height: 2.0!important;
	}
	.concept-box-photoleft {
		width: 100%;
		margin-bottom: 15px;
	}
	.concept-box-txtright {
		width: 95%;
		padding: 20px 2.5%;
	}
	.concept-box-photoright {
		width: 100%;
		margin-bottom: 15px;
	}
	.concept-box-txtleft {
		width: 95%;
		padding: 20px 2.5%;
	}
	
	
	/*コンセプト*/
	.concept-copy {
		font-size: 4vw;
		margin-bottom: 30px;
	}
	
	/*私たちについて*/
	#aboutus-content h3 {
		font-size: 4.5vw;
		letter-spacing: 1px;
	}
	#aboutus-content h4 {
		font-size: 4.4vw;
	}
	#aboutus-content h5 {
		font-size: 4.5vw;
	}
	#aboutus-content p {
		width: 100%!important;
		margin-bottom: 40px;
		font-size: 14px;
		text-align: left;
	}
	ul.slide-dots li {
		margin-left: 5%!important;
		margin-right: 5%!important;
	}
	#aboutus-content button:before {
		width: 30px;
		height: 3px;
		position: absolute;
		top: 0;
		left: -15px;
	}
	.aboutus-new-mark {
		position: absolute;
		top: 20px;
		left: 2%;
		z-index: 99;
		width: 22%;
	}
	.aboutus-option-photo {
		float: none;
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	#faq-content h3 {
		font-size: 6vw;
	}
	
	/*料金・システム*/
	ul.course-intro {
		margin-bottom: 50px;
	}
	ul.course-intro li {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	ul.course-intro li:last-child {
	}
	ul.course-intro li h5 {
		font-size: 5vw;
		margin-bottom: 5px;
	}
	ul.course-intro li h4 {
		font-size: 4vw;
		margin-bottom: 15px;
	}
	ul.course-intro li p {
		height: auto;
	}
	table.system-table {
	}
	table.system-table th {
		font-size: 14px;
		padding: 5px 2% 5px 2%;
		letter-spacing: 2px;
		width: 35%;
	}
	table.system-table td {
		font-size: 14px;
		padding: 8px 2%;
	}
	table.system-table td ul li {
	}
	#option-detail h5 {
		font-size: 6vw;
		margin-bottom: 10px;
	}
	#option-detail h4 {
		font-size: 4vw;
		margin-bottom: 20px;
	}
	#option-detail table {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#option-detail table th {
		width: 35%;
		font-size: 2.5vw;
	}
	.option-en {
		font-size: 3vw;
		letter-spacing: 1px;
	}
	#price-campaign {
		font-size: 4vw;
		margin-bottom: 30px;
	}
	#price-campaign span {
		padding: 6px 5%;
	}
	
	/*料金・システム（新）*/
	ul.course-page {
		list-style-type: none;
		margin-bottom: 30px;
		display:-webkit-block;
    	display:-moz-block;
    	display:-ms-block;
    	display:-webkit-block;
    	display:-moz-block;
    	display: block;
    	-webkit-box-lines:single;
    	-moz-box-lines:single;
    	-webkit-flex-wrap:nowrap;
    	-moz-flex-wrap:nowrap;
    	-ms-flex-wrap:nowrap;
    	flex-wrap:nowrap;
	}
	ul.course-page li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
	ul.course-page li:nth-child(even) {
	}
	.course-btn2 {
		top: 3.1%;
		left: 3%;
		width: 18%;
	}
	ul.course-page li h6 {
		font-size: 15px;
	}
	ul.course-page li p {
		margin-bottom: 0;
		padding: 0 6% 20px 6%;
	}
	ul.topcourselist2 {
		width: 75%!important;
		margin: 0 auto 15px;
	}
	ul.topcourselist2 li {
		width: auto!important;
		font-size: 14px!important;
		margin-bottom: 5px!important;
		padding-bottom: 0!important;
	}
	

	/*オプション（新）*/
	#option-detail2-ttl {
	}
	#option-detail2 h6 {
	}
	ul.optionnew-list {
		list-style-type: none;
		letter-spacing: -0.4em;
		margin-bottom: 60px;
		display:-webkit-block;
    	display:-moz-block;
    	display:-ms-block;
    	display:-webkit-block;
    	display:-moz-block;
    	display: block;
    	-webkit-box-lines:multiple;
    	-moz-box-lines:multiple;
    	-webkit-flex-wrap:nowrap;
    	-moz-flex-wrap:nowrap;
    	-ms-flex-wrap:nowrap;
    	flex-wrap:nowrap;
	}
	ul.optionnew-list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.optionnew-photo {
		width: 70%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	.optionnew-txt {
		padding-left: 4%;
		padding-right: 4%;
	}
	ul.optionnew-list li table {
		margin-bottom: 10px;
	}
	ul.optionnew-list li table th {
		padding: 10px;
		border: 2px solid #f8f8f8;
	}
	ul.optionnew-list li table td {
		padding: 10px;
		border: 2px solid #f8f8f8;
	}
	#optionnew-btmtable {
		margin-bottom: 20px;
	}
	/*オプション（独立版）*/
	ul.optionnew-list2 {
		list-style-type: none;
		letter-spacing: -0.4em;
		margin-bottom: 60px;
		display:-webkit-block;
    	display:-moz-block;
    	display:-ms-block;
    	display:-webkit-block;
    	display:-moz-block;
    	display: block;
    	-webkit-box-lines:multiple;
    	-moz-box-lines:multiple;
    	-webkit-flex-wrap:nowrap;
    	-moz-flex-wrap:nowrap;
    	-ms-flex-wrap:nowrap;
    	flex-wrap:nowrap;
	}
	ul.optionnew-list2 li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.optionnew-photo {
		width: 70%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	.optionnew-txt {
		padding-left: 4%;
		padding-right: 4%;
	}
	ul.optionnew-list2 li table {
		margin-bottom: 10px;
	}
	ul.optionnew-list2 li table th {
		padding: 10px;
		border: 2px solid #f8f8f8;
	}
	ul.optionnew-list2 li table td {
		padding: 10px;
		border: 2px solid #f8f8f8;
	}
	#optionnew-btmtable {
		margin-bottom: 20px;
	}
	
	/*スタッフ*/
	ul.staff-list {
	}
	ul.staff-list li {
		display: inline-block;
		vertical-align: top;
		width: 47%;
		margin-right: 3%;
		margin-bottom: 10px;
	}
	ul.staff-list li:nth-child(even) {
		margin-right: 0;
	}
	ul.staff-list li a {
	}
	ul.staff-list li a:hover {
	}
	ul.staff-list li a img:hover {
	}
	ul.staff-list li h4 {
		font-size: 4.5vw;
		margin-bottom: 4px;
	}
	ul.staff-list li h3 {
		font-size: 3vw;
		margin-bottom: 10px;
	}
	ul.staff-list li div {
	}
	
	/*スタッフ個人別*/
	.trainer-photo {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.trainer-txt {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.trainer-txt ul {
	}
	#trainer-detail h4 {
	}
	
	/*アクセス*/
	.access-copy {
		font-size: 4.5vw;
	}

	/*ギャラリー*/
	.gallery-list ul {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.gallery-list ul li {
		display: inline-block;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 10px;
	}
	.gallery-list ul li img {
		width: 100%;
	}
	.gallery-list ul li:nth-child(even) {
		margin-right: 0;
	}
	.gallery-list ul li p {
		font-size: 11px;
	}
	/*ギャラリー（202010新）*/
	.gallery-list-all h4 {
		font-size: 4.5vw;
	}
	.gallery-list-all ul {
	}
	.gallery-list-all ul li {
		display: inline-block;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 10px;
	}
	.gallery-list-all ul li:nth-child(even) {
		margin-right: 0;
	}
	.gallery-list-all ul li:nth-of-type(4n) {
		margin-right: 0;
	}
	.gallery-list-all ul li p {
		font-size: 11px;
	}
	.gallery-list1 {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.gallery-list2 {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
	.gallery-list3 {
		width: 100%;
		float: none;
	}
	
	/*お客様の声*/
	#voice-content {
		width: 100%;
	}
	#voice-copy {
		font-size: 5vw;
		margin-bottom: 20px;
	}
	.voice-txt {
		text-align: center;
	}
	.voice {
		width: 100%;
		margin-bottom: 25px;
	}
	.voice h4 {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.voice h5 {
		font-size: 16px;
	}
	.voice dl {
		margin-bottom: 25px;
	}
	.voice dt {
		background: #eeeeee;
		padding: 5px 10px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.voice dd {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.voice-btm {
		text-align: right;
		font-size: 13px;
	}
	
	/*お客様の声（新）*/
	#voice2-content {
		width: 90%;
		padding: 30px 5% 5px 5%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.voice2-icon {
		display: inline-block;
		width: 12%;
		margin-bottom: 20px;
	}
	.info2-ttl {
		display: inline-block;
		vertical-align: middle;
		width: 84%;
		font-size: 18px;
		margin-bottom: 20px;
	}
	.voice2 h4 {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.voice2 h5 {
		font-size: 16px;
		margin-bottom: 20px;
		position: relative;
	display: inline-block;
	padding: 10px 20px;
	min-width: 120px;
	max-width: 100%;
	border: solid 3px #333;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: #fff;
}
.voice2 h5:before {
	content: "";
	position: absolute;
	top: -24px;
	left: 15%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
	z-index: 2;
}
.voice2 h5:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 15%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #333;
	z-index: 1;
}
.voice2 dl {
	font-size: 14px;
}
.voice2 dt {
	background: #666666;
	color: #fff;
	padding: 6px 10px;
	border-radius: 3px;
	margin-bottom: 25px;
}
.voice2 dd {
	margin-bottom: 40px;
	line-height: 1.8;
}
	
	/*採用情報*/
	.recruit-copy {
	}
	.recruit-content {
		width: 100%;
		padding-top: 50px;
	}
	.recruit-content h4 {
		margin-bottom: 10px;
		font-size: 3vw;
	}
	table.recruit-table th {
		padding: 10px 15px;
		font-size: 16px;
	}
	table.recruit-table td {
		padding: 15px 25px;
		font-size: 14px;
	}
	table.recruit-table td p {
	}
	
	/*よくある質問*/
	.faq-intro {
		font-size: 13px;
	}
	ul#tabMenu {
	}
	ul#tabMenu li {
	}
	.archive {
		padding: 20px;
	}
	ul.subMenu {
		margin: 20px;
	}
	
	/*お問い合わせ*/
	#mailform,
	.mailform {
		width: 100%!important;
	}
	.trial-copy {
		font-size: 5vw;
	}
	.trial-copy2 {
		font-size: 4.5vw;
	}
	.trial-copy2 span {
		padding: 6px 15px;
	}
	.trial-flow {
		width: 100%;
		margin-bottom: 50px;
	}
	.trial-no {
		font-size: 16px;
		padding: 10px 20px;
		margin-bottom: 15px;
	}
	table.trial-form {
		width: 100%!important;
		overflow: hidden;
	}
	table.trial-form th {
		display: block!important;
		width: 100%!important;
		background: #f8f8f8;
	}
	table.trial-form td {
		display: block!important;
		width: 100%!important;
	}
	.wpcf7 input[type="submit"],
	.wpcf7 input[type="reset"] {
		font-size: 100%;
		padding: 0.4em 1em;
	}
	table.trial-form2 {
		width: 100%!important;
		overflow: hidden;
	}
	table.trial-form2 th {
		display: block!important;
		width: 100%!important;
		background: #f8f8f8;
	}
	table.trial-form2 td {
		display: block!important;
		width: 100%!important;
	}
	.trial-form2 input[type="text"] {
		width: 80%!important;
	}
	.trial-form2 textarea {
		width: 80%!important;
	}
	.kakunin-td {
		font-size: 12px!important;
	}
	/*運営会社*/
	table#company-table {
		width: 100%;
	}
	table#company-table th {
		font-size: 14px;
	}
	table#company-table td {
		padding: 15px 25px;
		font-size: 13px;
	}

	/*プライバシーポリシー*/
		#privacy-inner {
			width: 100%;
		}
		dl#privacy dt {
			font-size: 15px;
			margin-bottom: 10px;
		}
		dl#privacy dd {
			margin-bottom: 25px;
			font-size: 14px;
		}


/*コンテンツカテゴリページ新着情報*/
	ul.information-list {
		margin-bottom: 30px;
	}
	ul.information-list li {
		width: 94%;
		font-size: 16px;
		padding-left: 3%;
		padding-right: 3%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	ul.information-list li a {
	}
	ul.information-list li:nth-child(even) {
	}
	ul.information-list li p {
		display: block;
		margin-bottom: 0;
	}
	ul.information-list li a {
	}
	ul.information-list li a:hover {
	}
	
	/*インフォ単体*/
	.info-ttl {
		font-size: 4.2vw;
		margin-bottom: 20px;
	}
	
	/*お客様の声一覧（新）*/
	ul.voice-list {
	}
	ul.voice-list li {
		display: block;
		width: 100%;
		margin-right: 0;
	}
	ul.voice-list li:nth-child(even) {
		margin-right: 0;
	}
	ul.voice-list li:nth-of-type(4n) {
		margin-right: 0;
	}
	ul.voice-list li a {
	}
	ul.voice-list li a:hover {
	}
	ul.voice-list li h4 {
	}
	
	#summer2020head {
		width: 100%;
	}
	.summer2020ttl {
		font-size: 5vw;
		margin-bottom: 30px;
	}
	.summer2020txt p {
		font-size: 14px!important;
	}
	
	
	/*24Hジム*/
	#btn-entry {
		display: none;
	}
	#btn-entry a {
	}
	#btn-entry a:hover {
	}
	#header-24gym {
		width: 100%;
		height: 100vh; /* 変数をサポートしていないブラウザのフォールバック */
		height: calc(var(--vh, 1vh) * 100);
		object-fit: cover;
		position: relative;
		font-family: 'object-fit: cover;';/* この一行を追記 */
	}
	#mainimg-24gym img {
		width: 100%;
		height: 100vh; /* 変数をサポートしていないブラウザのフォールバック */
		height: calc(var(--vh, 1vh) * 100);
		object-fit: cover;
		font-family: 'object-fit: cover;';/* この一行を追記 */
	}
	#header-24gym h1 {
		width: 50%;
		position: absolute;
		top: 22px;
		left: 2%;
		z-index: 999;
	}
	#headline-24gym {
		position: absolute;
		top: 0;
		right: 0;
		padding: 3px 10px 4px;
	}
	.newsttl-24gym {
		display: inline-block;
		margin-right: 5px;
		font-size: 13px;
	}
	.newstxt-24gym {
		display: inline-block;
		font-size: 13px;
	}
	#btn-24gym {
		width: 30%;
		position: absolute;
		left: 5%;
		top: 120px;
	}
	#btn-24gym a:hover {
	}
	#maincopy-24gym {
		font-size: 8vw;
		position: absolute;
		top: 45%;
		right: 3%;
		-webkit-text-stroke: 1px #000;
	}
	#logo-24gym {
		width: 50%;
		position: absolute;
		left: 3%;
		bottom: 15%;
	}
	.contents-24gym {
	}
	#concept-24gym {
		padding-top: 40px;
		padding-bottom: 40px;
		margin-bottom: 50px;
	}
	#conceptp-24gym {
		font-weight: bold;
		font-size: 4.5vw;
		text-align: center;
		margin-bottom: 20px;
	}
	#conceptlogo-24gym {
		width: 30%;
	}

	#merit-24gym {
		margin-bottom: 60px;
	}
	#merit-24gym h2 {
		margin-bottom: 10px;
		font-size: 10vw;
	}
	#meritttl-24gym {
		font-size: 18px;
		margin-bottom: 30px;
	}
	#merit-24gym ul {
		width: 90%;
	}
	#merit-24gym ul li {
		margin-bottom: 40px;
	}
	#merit-24gym ul li h3 {
		font-size: 5vw;
		margin-bottom: 15px;
	}
	.merittxt-24gym-left {
		width: 100%;
		margin-left: 0;
		margin-bottom: 15px;
	}
	.meritpho-24gym-right {
		width: 100%;
	}
	.merittxt-24gym-right {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.meritpho-24gym-left {
		width: 100%;
	}

	#point-24gym {
		margin-bottom: 60px;
	}
	#point-24gym ul {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	#point-24gym ul li {
		width: 42%;
		padding: 20px 3%;
		margin-bottom: 20px;
	}
	.p24mark {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	#point-24gym ul li h3 {
		font-size: 4vw;
		margin-bottom: 10px;
	}
	#point-24gym ul li p {
	}
	.p24-caution {
	}
	.point-24gym-more {
		display: -inline-block;
		font-size: 15px;
		font-weight: bold;
	}
	.point-24gym-more a {
		padding: 5px 0;
		border-radius: 3px;
	}
	.point-24gym-more a:hover {
	}
	
	#price-24gym {
		margin-bottom: 50px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#price-24gym h2 {
		margin-bottom: 10px;
		font-size: 10vw;
	}
	#price-24gym h3 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.pricettl-24gym {
		width: 80%;
		padding: 20px 0;
		border-top: 3px solid #000;
		border-bottom: 1px solid #000;
		font-size: 18px;
	}
	.priceyen-24gym {
		padding-top: 20px;
		font-size: 18px;
		margin-bottom: 20px;
	}
	.priceyen-24gym span {
		font-size: 7vw;
	}
	.pricecaption {
		font-size: 12px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
	}
	.pricecaption-zoku {
		font-size: 12px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.pricecaption2 {
		font-size: 12px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	#flow-24gym {
		width: 90%;
		padding-top: 30px;
		margin-bottom: 60px;
	}
	#flow-24gym-ttl {
		margin-bottom: 10px;
		font-size: 10vw;
	}
	#flow-24gym h2 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.flow-24gym-txt {
		text-align: left;
	}
	#flow-24gym h3 {
		font-size: 18px;
		letter-spacing: 2px;
		margin-bottom: 20px;
	}
	#flow-24gym h3 span {
		padding: 5px 30px;
	}
	ul.flow-24gym-list {
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
		margin-bottom: 40px;
	}
	ul.flow-24gym-list2 {
		display: -webkit-block;
		display: block;
		-webkit-justify-content: normal;
		justify-content: normal;
		margin-bottom: 40px;
		width: 100%;
	}
	ul.flow-24gym-list li,
	ul.flow-24gym-list2 li {
		width: 100%;
		position: relative;
	}
	ul.flow-24gym-list li::after,
	ul.flow-24gym-list2 li::after {
		content: '';
		background-image: url(images/flow-next-tate-blue.png);
		background-size: contain;
		width: 17px;
		height: 9px;
		position: absolute;
		top: 102%;
		bottom: -10px!important;
		left: 50%;
		right: 50%;
		transform: translateX(-50%)!important;
		-webkit-transform: translateX(-50%)!important;
		-ms-transform: translateX(-50%)!important;
		transform: translateY(40%);
		-webkit-transform: translateY(40%);
		-ms-transform: translateY(40%);
	}
	li.noarrow::after {
		content: none!important;
	}
	ul.flow-24gym-list li h4,
	ul.flow-24gym-list2 li h4 {
		font-size: 17px;
		padding: 3px;
		margin-bottom: 10px;
	}
	.lastarrow {
		display: none;
	}
	.btn-24gym-entry {
		padding: 20px;
	}
	.btn-24gym-entry ul {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.btn-24gym-entry ul li {
		font-size: 4.5vw;
	}
	.btn-24gym-entry ul li a {
	}
	.btn-24gym-entry ul li a:hover {
	}

	#access-24gym {
		margin-bottom: 60px;
		font-size: 4.5vw;
	}
	#access-24gym a {
		width: 70%;
		padding: 10px 5%;
	}
	#access-24gym a:hover {
	}

	#payment-24gym {
		width: 90%;
		margin-bottom: 60px;
	}
	#payment-24gym h2 {
		font-size: 25px;
		margin-bottom: 15px;
	}
	.payment-24gym-txt {
		text-align: left;
	}
	#payment-24gym ul {
		margin-left: 30px;
	}
	#payment-24gym h3 {
		font-size: 18px;
		letter-spacing: 2px;
		margin-bottom: 10px;
	}
	
	.ff-entry {
		font-size: 6vw;
		letter-spacing: 3px;
		font-weight: bold;
	}
	.ff-entry a {
		background: #000;
		color: #fff;
		padding-bottom: 5px;
	}
	
	#rules-24gym {
		width: 80%;
		margin-bottom: 30px;
		height: 250px;
		padding: 30px;
	}
	#agreement-24gym {
		width: 80%;
		margin-bottom: 30px;
		height: 250px;
		padding: 30px;
	}
	.trial-copy3 {
		font-size: 4.5vw;
	}
	.trial-copy3 span {
		padding: 6px 15px;
	}
	#rules-24gym h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#agreement-24gym h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#rulescheck-24gym {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
		font-size: 4vw;
	}
	
	.coplan-img {
		width: 100%;
		margin-bottom: 30px;
	}
	.coplan-content {
		width: 90%;
	}
	.coplan-content h3 {
		margin-bottom: 15px;
	}
	.coplan-content ul {
	}
	.coplan-content ul li {
		font-size: 15px;
		margin-bottom: 10px;
	}


}
@media screen and (max-width: 414px) {
	.kaiketsu-wrapper, .attraction-wrapper {
		width: 90%;
	}
	.attraction-title {
		padding: 1rem 1rem;
		font-size: .9rem;
	}
	.attraction-headline {
		font-size: .8em;
	}
	.solve-anxiety {
		width: 100%;
	}
	.solve-wrapper {
		width: 90%;
	}
	.solve-anxiety h4 {
		font-size: 1rem;
		padding-right: unset;
	}
}