@charset "UTF-8";

/*--------------------------------------------------------------
1. Common
----------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

html,
body {
	font-size: 16px;
}

body {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f4eceb;
}

.dropshadow {
	box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px 0px;
}

a img {
	border: 0;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover img {
	border: 0;
	opacity: 0.8;
}

.red {
	color: red;
}

/*----------------------------------------------------------------
2. Header
----------------------------------------------------------------*/
header {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	background-image: url(../images/main-visual.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: 100vh;
}

header:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	background-image: url(../images/veil.png);
	background-position: center center;
}

header h1 {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	display: block;
	width: 100%;
	height: 50px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: -1000px;
	padding: 0;
	background-color: #dc4767;
}

header h1 a {
	display: block;
	height: 100%;
	width: 100%;
}

header nav {
	position: absolute;
}

header .menu-button {
	position: fixed;
	display: block;
	width: 50px;
	height: 50px;
	background-color: #dc4768;
	right: 0;
	top: 0;
	padding: 12px;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 1001;
}

header .menu-button .switch {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

header .menu-button .switch,
header .menu-button .switch span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

header .menu-button .switch span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 0;
}

header .menu-button .switch span:nth-of-type(1) {
	top: 0;
}

header .menu-button .switch span:nth-of-type(2) {
	top: 12px;
}

header .menu-button .switch span:nth-of-type(3) {
	bottom: 0;
}

header .menu-button.active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
}

header .menu-button.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}

@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}

header .menu-button.active span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}

header nav {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .5);
	padding: 1rem;
	box-sizing: border-box;
	z-index: 1;
}

header .menu-button.active+nav {}

header nav {}

header nav ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	z-index: 1000;
}

header nav ul li {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #999;
}

header nav ul li a {
	text-decoration: none;
	display: block;
	text-align: center;
	color: white;
	padding: 0.8rem 0;
	font-weight: bolder;
}

header nav ul li a:hover {
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: rgba(255, 255, 255, 0.2);
}

header .desc {
	color: white;
	position: absolute;
	display: block;
	width: 90%;
	bottom: 36px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	text-align: center;
	font-size: 0.9rem;
	line-height: 150%;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	font-weight: bolder;
	font-feature-settings: "palt";
}

header .catchcopy {
	color: white;
	position: absolute;
	display: block;
	width: 100%;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	text-align: center;
	font-size: 1.0rem;
	line-height: 150%;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	font-weight: bolder;
	font-feature-settings: "palt";
}

header .catchcopy p {
	margin: 0;
	padding: 0;
	display: block;
	line-height: 160%;
}

header .catchcopy big {
	display: block;
	font-size: 4rem;
	line-height: 100%;
	margin: 0;
	font-family: 'Oswald', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	background-image: url(../images/logo-visual-wide.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	text-indent: -1000000px;
}

header .catchcopy em {
	display: block;
	font-size: 2.4rem;
	line-height: 130%;
	font-style: normal;
	margin-bottom: 40px;
}

header .catchcopy em small {
	font-size: 1.7rem;
}

header:after {
	position: absolute;
	content: "";
	display: block;
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 22px;
	height: 12px;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}


header .points {
	position: absolute;
	top: 65px;
	/* top:35%; */
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

header .points {
	width: 100%;
	max-width: 340px;
}

header .points ul {
	margin: 0 3%;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

header .points ul li {
	display: block;
	width: 30%;
	margin: 0 1.666666666666667%;
	position: relative;
	float: left;
	margin-bottom: 10px;
}

header .points ul li:before {
	content: "";
	display: block;
	padding-top: 100%;
	/* 高さを幅の100%に固定 */
}

header .points ul li span.point {
	position: absolute;
	display: block;
	margin: 0 auto;
	top: 0;
	overflow: hidden;
	background-color: #ffffff99;
	/* border:2px solid white; */
	box-sizing: border-box;
	border-radius: 5%;
	text-align: center;
	line-height: 100%;
	width: 100%;
	left: 0;
	font-size: 0.7rem;
	top: 0;
	bottom: 0;
}

header .points ul li span.point:before {
	content: "";
	display: block;
	height: 30px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: 10px auto 0;
}

header .points ul li span.point.ladies:before {
	background-image: url(../images/icon-ladies.png);
}

header .points ul li span.point.h24:before {
	background-image: url(../images/icon-24h.png);
}

header .points ul li span.point.relax:before {
	background-image: url(../images/icon-relax.png);
}

header .points ul li span.point.locker:before {
	background-image: url(../images/icon-locker.png);
}

header .points ul li span.point.fee:before {
	background-image: url(../images/icon-fee.png);
}

header .points ul li span.point.instructor:before {
	background-image: url(../images/icon-instructor.png);
}

header .points ul li span.point.security:before {
	background-image: url(../images/icon-security.png);
}

header .points ul li span.point.flat:before {
	background-image: url(../images/icon-flat.png);
}

header .points ul li b {
	display: block;
	width: 90%;
	line-height: 120%;
	color: #dc4767;
	margin: 0 auto;
}

header .points ul li span.point.relax b {
	line-height: 110%;
}

header .points ul li span.point.relax:before {
	margin-top: 10px;
}

header .points ul li span.point.relax br {
	display: none;
}

header .points ul li b small {
	display: block;
	font-size: 0.5rem;
	line-height: 100%;
	margin-top: 5px;
	display: none;
}

header .points ul li span.point.relax b small {
	margin-top: 2px;
}

body.page header {
	height: auto;
	height: 50px;
}

body.page header:after {
	display: none;
}

/*----------------------------------------------------------------
3. Left Side
----------------------------------------------------------------*/

/*----------------------------------------------------------------
4. Right Side
----------------------------------------------------------------*/

/*----------------------------------------------------------------
5. Main Contents
----------------------------------------------------------------*/
main {
	display: block;
	font-size: 0.9rem;
}

main section {
	padding: 0;
	margin-bottom: 40px;
}

main section article {
	display: block;
	margin: 0 10px;
}

main section p {
	margin: 0;
	margin-bottom: 1rem;
}

main section strong {
	display: block;
	text-align: center;
	padding: 5px 0;
	font-size: 1.8rem;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 100%;
	color: #dc4767;
	margin-bottom: 10px;
	background-color: white;
}

main section img.image {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

main section strong small {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	display: block;
	text-align: center;
	font-size: 1.6rem;
	color: #dc4767;
	line-height: 100%;
	font-weight: bolder;
	margin: 10px 0;
	margin-bottom: 0;
	letter-spacing: 0;
	font-feature-settings: "palt";
}

main section strong big {
	font-family: 'Oswald', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	margin: 5px 0 10px 0;
	line-height: 100%;
	font-size: 0.8rem;
}

main section strong big:before,
main section strong big:after {
	content: "-";
	display: inline-block;
	margin: 0 10px;
}


main section strong.mid-title {
	color: white;
	background-color: #937218;
}

main section strong.mid-title small {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: white;
}

main section strong.mid-title big {
	display: block;
	margin: 5px 0;
	line-height: 100%;
}

main section strong.mid-title big:before,
main section strong.mid-title big:after {
	content: "-";
	display: inline-block;
	margin: 0 10px;
}


main section strong.low-title {
	display: inline-block;
	border-radius: 5px;
	color: white;
	font-size: 0.8rem;
	padding: 6px 8px;
	background-color: #b19e79;
}

main section strong.low-title small {
	color: white;
}

main section strong.simple-title {
	background-color: transparent;
	color: #333;
}

main section strong.simple-title small {
	font-family: 'Oswald', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	color: #333;
	display: inline-block;
	width: auto;
	margin: 0 0 5px 0;
	font-size: 1.6rem;
}

main section ul.notice {
	list-style-type: none;
	margin: 0 0.5rem;
	padding: 0;
	font-size: 0.6rem;
}

main section ul.notice li {
	line-height: 130%;
	margin-bottom: 5px;
}

main section ul.notice li:before {
	content: "※";
}

main section ul.notice li b {
	color: red;
}

main section table.data {
	border-collapse: collapse;
	border: 1px solid #333;
	line-height: 130%;
	margin-bottom: 5px;
}

main section table.data th,
main section table.data td {
	border-bottom: 1px solid #333;
	padding: 0.5rem;
}

main section table.data th {
	width: 25%;
	font-weight: normal;
	text-align: left;
	border-right: 1px solid #333;
}

main section table.data th br {
	display: none;
}

main section table.data td b {
	display: block;
}

main section table.data td p {
	font-size: 0.7rem;
	display: block;
	margin: 10px 5px;
}

main section table.data td .strike {
	text-decoration: line-through;
}

main section table.data td em {
	display: block;
	font-style: normal;
	font-weight: bolder;
}

main section table.data td em:before {
	content: "▼";
	display: inline-block;
	margin-right: 5px;
}

main section table.data .price-layout {
	overflow: hidden;
	position: relative;
}

main section table.data .price-layout {}

main section table.data .price-layout>b {}

main section table.data .focus {
	margin: 5px 0;
	border: 1px solid #dc4767;
	background-color: white;
	font-size: 0.8rem;
	padding: 2px;
	line-height: 170%;
}

main section table.data .focus b {
	display: block;
	text-align: center;
	background-color: #dc4767;
	padding: 2px;
	color: white;
	margin-bottom: 5px;
}

main section table.data .focus p {
	display: block;
	margin: 5px;
	padding: 0;
}

main section table.data .focus big {
	color: red;
	font-weight: bolder;
	font-size: 1rem;
}

main section .button {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}

main section .button a {
	display: block;
	background-color: #b19e79;
	text-decoration: none;
	text-align: center;
	padding: 1rem;
	font-weight: bolder;
	color: white;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 12px;
	border: 1px solid #b19e79;
	box-shadow: 0px 0px 2px rgba(10, 10, 10, 0.2);
}

main section .button a b {
	display: inline-block;
	margin-right: 10px;
}

main section .button.black a {
	border: 1px solid #333;
	background-color: #333;
}

main section .profile {
	margin: 0 10px;
	padding: 0;
	list-style-type: none;
}

main section .profile li {
	margin: 0;
	position: relative;
	padding: 0.5rem 0;
	padding-left: 33%;
	overflow: hidden;
	border-bottom: 1px solid #333;
}

main section .profile li:last-child {
	border-bottom: 0;
}

main section .profile li b {
	width: 30%;
	position: absolute;
	text-align: center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

main section .profile li .route {
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 150%;
}

main section .profile li .route u {
	display: inline-block;
	font-weight: bolder;
	text-decoration: none;
	border: 1px solid #333;
	padding: 0 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* Camp */
main section.camp .plan {
	background-color: white;
	padding: 5px;
	border: 1px solid #333;
}

main section.camp .plan a {
	text-decoration: none;
	color: #333;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

main section.camp .plan a:hover {
	opacity: 0.8;
}

main section.camp .plan b {
	display: block;
	text-align: center;
	font-size: 1.6rem;
	padding: 10px 0;
	font-feature-settings: "palt";
}

main section.camp .plan small.label {
	background-color: #333;
	color: white;
	padding: 6px 6px;
	font-feature-settings: "palt";
	display: block;
	text-align: center;
	font-size: 1rem;
}

main section.camp .plan ul.tokuten {
	list-style-type: none;
	margin: 0 10px;
	margin-bottom: 10px;
	padding: 8px 0;
	font-size: 0.8rem;
	font-size: 0.9rem;
	font-weight: bolder;
	color: #d14a66;
	line-height: 100%;
	text-align: center;
	background-color: #f4eceb;
}

main section.camp .plan ul.tokuten li {
	padding: 4px 0;
	line-height: 130%;
}

main section.camp .plan ul.tokuten li b {
	font-size: 1.5rem;
}


/*news plan2*/

main section.news .plan2 {
	background-color: white;
	padding: 5px;
	border: 1px solid #333;
}

main section.news .plan2 a {
	text-decoration: none;
	color: #333;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

main section.news .plan2 a:hover {
	opacity: 0.8;
}

main section.news .plan2 b {
	display: block;
	text-align: center;
	font-size: 1.8rem;
	padding: 10px 0;
	font-feature-settings: "palt";
}

main section.news .plan2 small.label {
	background-color: #dc4767;
	color: white;
	padding: 6px 6px;
	font-feature-settings: "palt";
	display: block;
	text-align: center;
	font-size: 1rem;
}

main section.news .plan2 ul.midashi b {
	display: block;
	/*text-align:center;*/
	font-size: 1.2rem;
	color: #937218;
	padding: 0px 50px 1px 0px;
	font-feature-settings: "palt";
}

main section.news .plan2 ul.tokuten2 {
	list-style-type: none;
	margin: 0 10px;
	margin-bottom: 10px;
	padding: 8px 0;
	font-size: 0.8rem;
	font-size: 1.5rem;
	font-weight: bolder;
	color: #d14a66;
	line-height: 100%;
	text-align: center;
	background-color: #f4eceb;
}

main section.news .plan2 ul.tokuten2 li {
	padding: 4px 0;
	line-height: 130%;
}

main section.news .plan2 ul.tokuten2 li b {
	font-size: 1.8rem;
}


/* Security */
main section.security .logo {
	display: block;
	width: 100%;
}

main section.security ul {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	list-style-type: none;
}

main section.security ul li {
	display: block;
	padding: 0.5rem;
	border-bottom: 1px solid #937218;
	color: #937218;
}

main section.security ul li:before {
	content: "SAFETY";
	color: white;
	padding: 0px 5px;
	font-size: 0.8rem;
	display: inline-block;
	background-color: #937218;
	margin-right: 5px;
	border-radius: 4px;
}

main section.security ul li:last-child {
	border: 0;
}

main section.security .hours {
	text-align: center;
	font-weight: bolder;
}

main section.security .hours b {
	display: inline-block;
	background-color: white;
	padding: 2px 10px;
	margin: 0 10px;
	box-sizing: border-box;

}

/* Trainer */
main section.trainer article {
	overflow: hidden;
}

main section.trainer article .person-container {
	overflow: hidden;
}

main section.trainer article div.person {
	width: auto;
	margin-bottom: 20px;
}

main section.trainer article div.person .photo {
	width: 150px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	height: 150px;
	margin-bottom: 10px;
}

main section.trainer article div.person .photo img {
	display: block;
	width: auto;
	height: 100%;
}

main section.trainer article div.person u {
	text-decoration: none;
	font-size: 0.7rem;
	display: block;
	line-height: 120%;
	text-align: center;
}

main section.trainer article div.person b {
	display: block;
	line-height: 120%;
	margin: 2px 0 0 0;
	text-align: center;
}

main section.trainer article div.person small {
	display: block;
	line-height: 120%;
	font-size: 0.7rem;
	text-align: center;
}

main section.trainer article div.person .profile {
	font-size: 0.75rem;
	line-height: 140%;
	margin: 0;
	margin-top: 15px;
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 5px;
}

main section.trainer article div.person .profile em {
	font-style: normal;
	display: block;
	font-weight: bolder;
	margin-bottom: 5px;
}

main section.trainer article .button {
	margin: 0 auto;
}

main section.trainer article .button a {
	background-color: #cf4664;
	color: white;
	padding: 0.6rem;
	border-radius: 5px;
	border: 1px solid #cf4664;

}



/* join */
main section.join {}

main section.join .way {
	margin: 5px;
	border: 1px solid #937218;
	border-radius: 10px;
	padding: 5px;
}

main section.join .way h2 {
	display: block;
	text-align: center;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	color: #937218;
	font-size: 1.4rem;
	border-bottom: 1px dotted #937218;
}

main section.join .way h2 small {
	display: block;
	font-size: 0.7rem;
	background-color: white;
	padding: 4px;
	border-radius: 3px;
	font-feature-settings: "palt";
	color: #333;
	margin: 5px 0;
	line-height: 130%;
	text-align: center;
}

main section.join ul {
	margin: 10px;
	margin-bottom: 20px;
	padding: 0;
	list-style-type: none;
	border: 1px solid #333;
}

main section.join ul li {
	display: block;
	padding: 0.5rem;
	border-bottom: 1px solid #333;
}

main section.join ul li:last-child {
	border: 0;
}

main section.join ul li b {
	display: block;
}

/* Access */
main section.access .map-container {
	margin: 0 10px;
}

main section.access .map-container iframe {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

/* facility */
#facility b.label {
	background-color: white;
	display: block;
	color: #a6957c;
	font-weight: normal;
	padding: 0.5rem;
	margin-right: 0.5rem;
	float: left;
	width: 80px;
	text-align: center;
	line-height: 130%;
	border: 1px solid #b19e79;
}


/* Photo */
main section article.images {
	overflow: hidden;
}

main section article.images ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

main section article.images ul li {
	float: left;
	display: block;
	width: 48%;
	margin: 0 1%;
	margin-bottom: 10px;
	line-height: 100%;
}

main section article.images ul li:nth-child(2n+1) {
	clear: both;
}

main section article.images ul li img {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

main section article.images ul li a {
	text-decoration: none;
	color: #333;
	font-size: 0.7rem;
}

main section article.images ul li b {
	display: inline;
	text-align: center;
	background: linear-gradient(transparent 60%, #eb98ab 60%);
}

main section article.images ul li p {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	display: block;
}

/* Photo */
main section article.program {
	overflow: hidden;
}

main section article.program ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

main section article.program ul li {
	display: block;
	margin-bottom: 15px;
	line-height: 100%;
}

main section article.program ul li.yoga a {
	background-color: #fff100;
	color: #333;
}

main section article.program ul li.core a {
	background-color: #00a54f;
	color: white;
}

main section article.program ul li.dance a {
	background-color: #00aeef;
	color: white;
}

main section article.program ul li.battle a {
	background-color: #ed008c;
	color: white;
}

main section article.program ul li.training a {
	background-color: #f25828;
	color: white;
}

main section article.program ul li a {
	padding-left: 30px;
	display: block;
	text-decoration: none;
	padding: 2px;
	padding-left: 20%;
	position: relative;
}

main section article.program ul li a:before {
	content: "CHECK";
	position: absolute;
	height: 40px;
	padding: 0 5px;
	border-radius: 50%;
	background-color: white;
	color: #333;
	font-size: 0.6rem;
	font-weight: bolder;
	line-height: 40px;
	text-align: center;
	left: 2%;
	top: -5px;
	border-radius: 0;
	background-color: #333;
	color: white;

}

main section article.program ul li b {
	display: block;
	font-size: 1rem;
	line-height: 130%;
	padding: 0.3rem 0;
}

main section article.program ul li u {
	text-decoration: none;
	font-size: 0.6rem;
}

main section article.program ul li .for {
	overflow: hidden;
	padding: 0 5px 5px 0;
}

main section article.program ul li small {
	display: block;
	float: left;
	width: 32%;
	text-align: center;
	margin-right: 2%;
	font-size: 0.6rem;
	padding: 5px 0;
	border-radius: 5px;
	font-weight: bolder;
	background-color: rgba(255, 255, 255, 0.35);
}

main section article.program ul li small:last-child {
	margin-right: 0;

}

.company_page table {
	margin: 10px auto;
	width: 80%;
}

.company_page tr {
	border-bottom: 1px solid #777;
}

.company_page th,
.company_page td {
	padding: 5px;
}


/*----------------------------------------------------------------
6. Footer
----------------------------------------------------------------*/
footer div.copyright {
	display: block;
	text-align: center;
	font-size: 0.6rem;
	padding: 10px 0;
	background-color: #333333;
	color: white;
}

footer .button {
	margin: 30px auto;
	text-decoration: none;
	text-align: center;
	width: 250px;
	height: 51px;
	font-size: 0.8rem;
	background-image: url(../images/btn-blog.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

footer .button a {
	display: block;
	padding: 0;
	height: 100%;
	text-decoration: none;
	text-indent: -10000px;
	color: white;
}


/*----------------------------------------------------------------
7. PC
----------------------------------------------------------------*/
@media screen and (min-width: 736px) {

	header {
		min-height: 900px;
	}

	header h1 {
		width: 200px;
		height: 100px;
		left: 10px;
		top: 10px;
	}

	header::after {
		bottom: 100px;
		width: 40px;
		height: 20px;
		display: none;
	}

	header .points {
		width: 1000px;
		left: 50%;
		top: auto;
		transform: translateY(0) translateX(-50%);
		-webkit-transform: translateY(0) translateX(-50%);
		bottom: 120px;
		max-width: none;
	}

	header .points ul {
		margin: 0;
	}

	header .points ul li {
		width: 24%;
		border: 1px solid white;
		box-sizing: border-box;
		margin: 0.5%;
	}

	header .points ul li span.point {
		width: 100%;
		height: auto;
		border-radius: 0;
		background-color: rgba(255, 255, 255, .2);
		border: 0;
	}

	header .points ul li b {
		color: white;
		font-size: 1.1rem;
		margin-bottom: 20px;
	}

	header .points ul li span.point.relax b {
		font-size: 1.4rem;
	}

	header .points ul li span.point.relax br {
		display: inline;
	}

	header .points ul li span.point.relax b small {
		font-size: 0.8rem;
		margin-top: 5px;
	}

	header .points ul li span.point::before {
		margin: 20px auto 5px;
		width: 100px;
		qqqqqqqqqqqqq height: 100px;
	}

	header .desc {
		font-size: 2rem;
	}

	header .desc p {
		margin: 0;
	}

	header .catchcopy {
		top: 4%;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		-webkit-transform: translateY(0) translateX(-50%);
	}

	header .catchcopy big {
		font-size: 9rem;
		margin: 0px 0 20px;
		font-weight: normal;
	}

	header .catchcopy c font-size: 5rem;
	line-height: 100%;
}

header .catchcopy em small {
	font-size: 2.5rem;
	display: inline-block;
	margin-right: 1rem;
}

header .points ul li:before {
	padding-top: 80%;
}

header .catchcopy p {
	font-weight: normal;
	font-size: 2rem;
	width: 600px;
	padding: 0;
	margin: 0 auto;
}

body.page header {
	height: auto;
	height: 50px;
	min-height: 0;
	background-color: #dc4768;
	background-image: none;
}

body.page header:before {
	display: none;
}

body.page header:after {
	display: none;
}


main {
	font-size: 1rem;
	width: 1000px;
	margin: 0 auto;
}

main section article {
	margin: 0 50px;
	padding: 50px;
	background-color: white;
}

main section strong {
	padding: 30px 0;
	background-color: transparent;
	font-feature-settings: "palt";
}

main section strong small {
	font-size: 2.7rem;
}

main section strong big {
	font-size: 1.8rem;
	font-weight: normal;
}

main section .button {
	width: 500px;
	margin: 20px auto;
}

main section .button a {
	padding: 1.5rem 1rem;
	font-size: 1.2rem;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

main section .button a:hover {
	background-color: white;
	color: #b19e79;
	border: 1px solid #b19e79;
}

main section .button.slim a {
	padding: 0.7rem 1rem;
}

main section .button.black a:hover {
	border: 1px solid #333;
	color: #333;
}


main section.security .logo {
	width: 300px;
	margin: 0 auto;
}

main section.security ul {
	margin: 20px auto;
	width: 500px;
}

main section.security ul li {
	padding: 0.8rem;
}

main section table.data {
	border: 0;
	width: 660px;
	margin: 30px auto;
}

main section table.data th {
	width: 30%;
	padding-right: 30px;
}

main section table.data th,
main section table.data td {
	border: 0;
	border-bottom: 1px solid #333;
	padding: 0.8rem 0;
}

main section ul.notice {
	font-size: 0.75rem;
	width: 660px;
	margin: 0 auto;
}

main section strong.mid-title {
	background-color: transparent;
	color: #937218;
}

main section strong.mid-title small {
	color: #937218;
}

main section strong.low-title {
	border: 0;
	background-color: #b19e79;
	color: white;
	padding: 8px 12px;
	font-weight: bolder;
	text-align: left;
	font-size: 1.2rem;
}

main section strong.simple-title small {
	font-size: 2.5rem;
	letter-spacing: 2px;
}

main section strong.simple-title big {
	font-size: 1rem;
}

main section.camp .plan {
	box-shadow: 0px 0px 2px rgba(10, 10, 10, 0.4);
}

main section.camp .plan b {
	font-size: 1.8rem;
	font-size: 2rem;
	font-weight: normal;
}

main section.camp .plan ul.tokuten {
	font-size: 1.2rem;
}

main section.camp .plan ul.tokuten li big {}

main section.camp ul.notice {
	width: auto;
	margin: 0 10px;
}

main section.camp ul.notice li {
	display: inline;
}


main section.trainer article {
	padding: 25px;
}

main section.trainer article div.person {
	float: left;
	width: 23%;
	margin-right: 2.666666666666667%;
}

main section.trainer article div.person:last-child {
	margin: 0;
}

main section.trainer article div.person .photo {
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
	height: auto;
}

main section.trainer article div.person .photo img {
	display: block;
	width: 100%;
	height: auto;
}

main section.trainer article div.person u {
	text-decoration: none;
	font-size: 0.8rem;
	display: block;
	text-align: center;
	line-height: 120%;
	margin-top: 20px;
}

main section.trainer article div.person b {
	display: block;
	text-align: center;
	line-height: 120%;
	margin: 5px 0 0 0;
}

main section.trainer article div.person small {
	display: block;
	text-align: center;
	line-height: 120%;
	font-size: 0.7rem;
}

main section.trainer article div.person .profile {
	font-size: 0.75rem;
	line-height: 140%;
	margin: 0;
	margin-top: 15px;
	background-color: #f4eceb;
	padding: 5px;

}

main section.trainer article div.person .profile em {
	font-style: normal;
	display: block;
	font-weight: bolder;
	margin-bottom: 5px;
}


main section.security ul li::before {
	margin-right: 10px;
}

main section.security .hours {
	width: 500px;
	padding: 10px;
	background-color: #f4eceb;
	margin: 0 auto;
}

main section table.data .price-layout>b {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

main section table.data .focus {
	background-color: #dc4767;
	color: white;
	font-size: 1rem;
	line-height: 150%;
	padding: 5px 20px;
	margin-top: 20px;
	position: relative;
	float: right;
}

main section table.data .focus:before,
main section table.data .focus:after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background-color: #333;
	position: absolute;
}

main section table.data .focus:before {
	left: -15.5px;
	top: 9px;
	transform: rotate(-45deg);
}

main section table.data .focus:after {
	right: -15.5px;
	top: 9px;
	transform: rotate(45deg);
}

main section table.data .focus b {
	border-bottom: 1px solid white;
	font-size: 1.5rem;
	font-weight: normal;
	padding-bottom: 5px;
}

main section table.data .focus big {
	color: white;
	font-size: 1rem;
}

main section table.data .focus p {
	font-size: 0.85rem;
}

main section .profile {
	margin-bottom: 20px;
}

main section article.images ul li a {
	font-size: 1rem;
}

main section article.images ul li {
	margin-bottom: 30px;
}

main section article.images ul li p {
	margin-top: 10px;
	line-height: 120%;
}

main section article.program ul li {
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: visible;
}

main section article.program ul li a {
	overflow: visible;
	padding-left: 10%;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

main section article.program ul li a:hover {
	opacity: 0.8;
}

main section article.program ul li a::before {
	top: -5px;
	border-radius: 0;
	background-color: #333;
	color: white;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

main section article.program ul li .for {
	overflow: hidden;
	padding: 0 5px 5px 0;
}

main section article.program ul li b {
	font-size: 1.8rem;
	padding: 5px 0 0 0;
}

main section article.program ul li small {
	font-size: 0.75rem;
	width: 33%;
	margin-right: 0.5%;
	box-sizing: border-box;

}

main section article.program ul li b u {
	text-decoration: none;
	font-size: 1rem;
}


main section.join .way-container {
	overflow: hidden;
}

main section.join .way {
	background-color: white;
}

main section.join .way h2 {
	border: 0;
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 1.9rem;
	font-weight: normal;
}

main section.join .way h2 small {
	font-size: 1rem;
	font-weight: bolder;
}

main section.join .way article {
	margin: 0;
	padding: 20px;
	padding-bottom: 0;
}

main section.join .way {
	width: 49%;
	float: left;
	margin: 0;
	margin-right: 2%;
	box-sizing: border-box;

}

main section.join .way:nth-child(2n) {
	margin-right: 0;
}

main section.join .way-container .button {
	width: auto;
}

.company_page table {
	margin: 10px auto;
	width: 80%;
	text-align: left;
}

.company_page th,
.company_page td {
	padding: 5px;
	border-bottom: 1px #777 solid;
	border-collapse: collapse;
}

.company_page table ul {
	padding-inline-start: 0;
	margin-block-start: 0em;
	margin-block-end: 0em;
}

.company_page table ul li {
	padding: 0px;
	border-bottom: none;

}


/* facility */
#facility b.label {
	background-color: #a6957c;
	display: inline-block;
	color: white;
	font-weight: normal;
	padding: 0.2rem 0.5rem;
	margin-right: 0.5rem;
	float: none;
	width: auto;
	text-align: center;
	line-height: 130%;
}


footer .button {
	margin: 0 auto;
	margin-bottom: 40px;
	width: 391px;
	height: 76px;
}

footer .button.blog a {
	position: relative;
	display: block;
	font-weight: bolder;
	font-size: 1rem;
}

footer .button.blog a br {
	display: none;
}



}