﻿@charset "UTF-8";

/* *******************************************************************************************
* 
*	Fitness共通
*
******************************************************************************************* */

.telpc{
	display: inline;
}

.telsp{
	display: none;
}

#fitness{
	margin: 0 auto;
	min-width: 1000px;
/*	max-width: 1800px;*/
	text-align: left;
}

/* -------------------------------------------------------------------------------------------
*
* ヘッダー 
*
* ----------------------------------------------------------------------------------------- */

.fitness_header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	min-width: 1000px;
/*	max-width: 1800px;*/
	z-index: 999;
}
.fitness_header_top{
	margin:0 auto;
	padding: 7px 15px;
	width:100%;
/*	max-width:1800px;*/
	height: /*25px*/40px;
	line-height: 1.4;
	font-size: 10px;
	background: #ebebeb;
	overflow: hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.fitness_header_top p{
	width:100%;
	max-width: 1800px;
	margin:0 auto;
}

.fitness_header_main{
	position: relative;
	height: 90px;
	background: #fff;
	max-width: 1800px;
	margin:0 auto;
}
.fitness_header_logo{
	position: absolute;
	top: 15px;
	left: 15px;
	width: 133px;
}

/* ----------------------------- ナビゲーション ----------------------------- */

.fitness_header_nav{
	float: left;
	padding-top: 38px;
	padding-left: 150px;
	width: 736px/*auto*/;
	line-height: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.fitness_header_nav_item{
	display: inline-block;
	padding: 0 15px;
	font-size: 8px;
	line-height: 1em;
	letter-spacing: 0.3em;
	text-align: center;
}
.fitness_header_nav_item:last-child{
	padding-right: 0;
}
.fitness_header_nav_item .en{
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 1em;
	font-weight: 700;
}
.fitness_header_nav-info{
	float: right;
	padding: 16px 0 0 0;
	width: 264px;
	/*width: 348px;*/
}
.fitness_header_nav-info_item{
	float: left;
	width: 88px;
	height: 37px;
}

.fitness_header_nav-info_item.kids{
	display: inline-block;
	background-color: #00c196;
}

.fitness_header_nav-info_item.nav-info-0{
	padding: 40px 0 0 0;
	height: 40px;
}

.fitness_header_nav-info_item.nav-info-1,
.fitness_header_nav-info_item.nav-info-2{
}

.fitness_header_nav-info_item.nav-info-3.cp{
	float:right;
}

.fitness_header_nav-info_item.nav-info-4{
	background: #ffed72;
	padding: 4px 0 0 0;
	box-sizing: border-box;
}

.fitness_header_nav-info_item.nav-info-4.cp{
	float:right;
}

/* ----------------------------- 営業時間 ----------------------------- */

#fitness_header_shopInfo{
	display: none;
	position: absolute;
	top: 130px;
	left: 0;
	padding: 20px 30px;
	width: 100%;
	text-align: right;
	background: #ebebeb;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#fitness_header_shopInfo ul{
	line-height: 0;
}
#fitness_header_shopInfo ul li{
	display: inline-block;
	margin-left: 40px;
	font-size: 16px;
	line-height: 1em;
}
/* ----------------------------- TEL ----------------------------- */

#fitness_header_tel_shopInfo{
	display: none;
	position: absolute;
	top: 120px;
	left: 0;
	padding: 20px 30px;
	width: 100%;
	text-align: right;
	background: #ebebeb;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#fitness_header_tel_shopInfo ul{
	line-height: 0;
}
#fitness_header_tel_shopInfo ul li{
	display: inline-block;
	margin-left: 40px;
	font-size: 16px;
	line-height: 1em;
}


/* -------------------------------------------------------------------------------------------
*
* メインコンテンツ 
*
* ----------------------------------------------------------------------------------------- */

.fitness_main{
	padding-top: 130px;
	text-align: center;
}

/*@media screen and (max-width : 1140px){
.fitness_header_nav_item{
	padding: 0 3px;
}
}*/


/* ----------------------------- SNS ----------------------------- */

.fitness_sns_inner{
	margin: 0 auto;
	padding: 20px 0;
	min-width: 1000px;
	text-align: right;
}
.fitness_sns_inner ul{
	margin-left: auto;
	line-height: 0;
}
.fitness_sns_inner ul li{
	display: inline-block;
	margin-right: 22px;
	width: 82px;
}


@media screen and (max-width : 768px){


	.telpc{
		display: none;
	}
	
	a.telsp{
		display: inline;
		color: blue;
		text-decoration: underline;
	}
	
	#fitness{
		min-width: 320px;
	}

	/* -------------------------------------------------------------------------------------------
	*
	* ヘッダー 
	*
	* ----------------------------------------------------------------------------------------- */

	.fitness_header{
		position: fixed;
		min-width: 320px;
		background-color: #ffffff;
	}
	.fitness_header_top{
		padding: 5px 10px;
		height: /*20px*/auto;
		font-size: 9px;
	}
	.fitness_header_main{
		height: auto;
		/*height: 42px;*/
	}
	.fitness_header_logo{
		position: absolute;
		top: 10px;
		left: 10px;
		width: 65px;
	}

	/* ----------------------------- ナビゲーション ----------------------------- */

	.fitness_header_nav-info{
		width: auto;
		padding: 0;
		overflow: hidden;
	}
	
	.fitness_header_nav-info_item{
		height: auto;
	}

	.fitness_header_nav-info_item.kids{
		display: inline-block;
		background-color: #00c196;
	}

	.fitness_header_nav-info_item.nav-info-1{
		width: 11.6vw;
		/*width: 37px;*/
	}
	.fitness_header_nav-info_item.nav-info-2{
		width: 11vw;
		/*width: 35px;*/
	}
	.fitness_header_nav-info_item.nav-info-3{
		width: 13vw;
		/*width: 42px;*/
	}
	.fitness_header_nav-info_item.nav-info-3.cp{
		float:none;
	}
	.fitness_header_nav-info_item.nav-info-4{
		width: 14vw;
		/*width: 44px;*/
		padding: 0.6vw 0 0 0;
	}
	#spNav{
		float: right;
		width: 13.5vw;
		/*width: 46px;*/
	}
	/* ----------------------------- SPメニュー ----------------------------- */

	#spMenu{
		display: none;
		position: fixed;
		top: 75px;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(235,235,235,.9);
		z-index: 998;
	}
	#spMenu_close{
		position: absolute;
		top: 12px;
		right: 12px;
		width: 25px;
	}
	.spMenu_nav{
		padding-top: 63px;
		line-height: 0;
		text-align: center;
	}
	.spMenu_nav_item{
		float: left;
		margin-bottom: 70px;
		width: 50%;
		font-size: 8px;
		line-height: 1em;
		letter-spacing: 0.3em;
		text-align: center;
	}
	.spMenu_nav_item .en{
		display: block;
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 1em;
		font-weight: 700;
	}

	/* ----------------------------- 営業時間 ----------------------------- */

	#fitness_header_shopInfo{
		/*top: 75px;*/
		top: 22.5vw;
		padding: 10px;
		padding-bottom: 6px;
		text-align: left;
	}
	#fitness_header_shopInfo ul{
		padding-left: 87px;
	}
	#fitness_header_shopInfo ul li{
		margin: 0 16px 4px 0;
		font-size: 9px;
		line-height: 1em;
	}

	/* -------------------------------------------------------------------------------------------
	*
	* メインコンテンツ 
	*
	* ----------------------------------------------------------------------------------------- */

	.fitness_main{
		padding-top: 62px;
	}

	/* ----------------------------- SNS ----------------------------- */

	.fitness_sns_inner{
		padding: 6px 0;
		min-width: 0;
	}
	.fitness_sns_inner ul li{
		margin-right: 8px;
		width: 55px;
	}


}