@charset "UTF-8";


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-weight: 300;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.brpc { display:block;}
.brsp { display:none;}

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

.brpc { display:none;}
.brsp { display:block;}
}

/* 
---------------------------------------------------------- */
html {
	overflow: auto;
}

body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-weight: nomal;
	color:#333333;
	min-width:1024px;
	overflow:hidden;
	letter-spacing:0.02em;
}

body img {
	vertical-align:bottom;
}

@media screen and (max-width:768px){
	
body {
	min-width:100%;
}
}

.wrap {
	font-size: 62.5%;
}
.wrap *{
	box-sizing: border-box;
}
.wraps ul li{
	list-style: none;
}

@media screen and (max-width:768px){
	.wrap {
		min-width: 100%;
	}
	.wrap img{
		width: 100%;
	}
}

/* Modules
---------------------------------------------------------- */
.clearfix:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	font-size: 0.1em;
}
.clearfix{
	display:block;
}


.onlySP { display:none;}

@media screen and (max-width:768px){
	.onlyPC { display: none;}
	.onlySP { display: block;}
	.wrap img.onlySP { display: inline-block;}
}


/* common
---------------------------------------------------------*/
a:hover {
    filter: brightness(130%);
}

a {
	color:#333333;
	text-decoration:none;
}







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

@charset "UTF-8";

/* スポーツクラブフッター
---------------------------------------------------------- */

footer {
	box-sizing: border-box;
	background: #ffffff;
	color:#000000;
	width: 100%; 
	padding: 15px 32px 15px;
	border-top: solid 1px #ccc;
	line-height: 1.5em;
}
	@media screen and (max-width: 768px) {
	footer  {
	border-top: solid 1px #ccc;
	padding: 20px 0;
		}
	}

footer .footer_inner {
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
	@media screen and (max-width: 768px) {
	footer .footer_inner {
	width: 100%;
	display: block;
		}
	}

footer .footer_box {
	width: calc( calc(100% - 3%) / 2 );
}
	@media screen and (max-width: 768px) {
	footer .footer_box {
	width: 100%;
		}
	}

footer .footer_box.left_group {
	display: flex;
	align-items: center;
}
footer .footer_box.left_group .footer_box_L_logo {
	width: 80px;
	height: 70px;
}

	@media screen and (max-width: 768px) {
		footer .footer_box.left_group {
			width: 100%;
			flex-direction: column;
			justify-content: center;
			}
		footer .footer_box.left_group .footer_box_L_logo {
			margin-bottom: 20px;
			}
		}

footer .footer_box a {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

footer .footer_box_L_txt {
	font-size: 13px;
	vertical-align: middle;
	margin-left: 15px;
	display: inline-block;
}
	@media screen and (max-width: 768px) {
	footer .footer_box_L_txt {
	font-size: 1.2rem;
	color: #6c6c6c;
	display: block;
	width: 100%;
	background: #dfdfdf;
	margin-left: 0;
		}
	}

footer .footer_box_L_list {
	display: flex;
}
	@media screen and (max-width: 768px) {
	footer .footer_box_L_list + .footer_box_L_list {
	border-top: solid 1px #c5c5c5;
		}
	}

footer .footer_box_L_list li{
	display: inline;
	margin-bottom: 3px;
}
	@media screen and (max-width: 768px) {
	footer .footer_box_L_list li{
	text-align: center;
	width: 50%;
	padding: 10px 0;
	margin-bottom: 0;
	display: block;
		}
	}

footer .footer_box_L_list li:nth-child(2)::before {
	content: '|';
	padding: 0 10px;
}
	@media screen and (max-width: 768px) {
	footer .footer_box_L_list li:nth-child(2){
	border-left: solid 1px #c5c5c5;	
		}
	footer .footer_box_L_list li:nth-child(2)::before {
	content: '';
	padding: 0;

		}
	}

footer .footer_box_R_logo {
	text-align: right;
	margin-top: 0px;
}
	@media screen and (max-width: 768px) {
	footer .footer_box_R_logo {
	text-align: center;
	margin: 15px 0 5px;
		}
	}

footer .footer_box_R_logo img {
	width: 176px;
	vertical-align: middle;
}
	@media screen and (max-width: 768px) {
	footer .footer_box_R_logo img {
	width: 50%;
		}
	}

footer .footer_box_R_txt {
	font-size: 13px;
	text-align: right;
}
	@media screen and (max-width: 768px) {
	footer .footer_box_R_txt {
	font-size: 13px;
	text-align: center;
		}
	}
