/* reset include */
@import url("reset.css");
@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
body {
	background-color: #fff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 16px;
	color: #222;
}
a{
	cursor:pointer
}
 a:link, a:visited{
	color: #003561;
}
 a:hover, a:active{
	color: #ff006a;
}
.linkWhiteBlack a:link, .linkWhiteBlack a:visited{
	color: #fff;
}
.linkWhiteBlack a:hover, .linkWhiteBlack a:active{
	color: #222;
}
.linkWhiteBiue a:link, .linkWhiteBiue a:visited{
	color: #fff;
}
.linkWhiteBiue a:hover, .linkWhiteBiue a:active{
	color: #ff006a;
}
img{
	width: 100%;
	vertical-align: bottom;
}
li{
	list-style: none;
}
table{
	text-align: left;
}
input[type="text"],input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}
.dosp{
	display: none;
}
.bgWhite{
	background-color: #fff;
}
.bgBlue{
	background-color: #003561;
}
.bgBlue2{
	background-color: #C2E0EB;
}
.bgOrange{
	background-color: #ff006a;
}
.bgBlack{
	background-color: #303030;
}
.bgGray{
	background-color: #F6F8F8;
}
.bgGray2{
	background-color: #f6f8f8;
}
.colWhite{
	color: #fff;
}
.colPink{
	color: #ff006a;
}
#wrapper{
	width: 100%;
	overflow: hidden;
}
/*-----header-----*/
#header{
	width: 100%;
	position: fixed;
	z-index: 1000;
}
#headerL{
	width: 75%;
	height: 90px;
	background-color: rgba(255,255,255,0.9);
	float: left;
}
#headerLogo{
	width: 170px;
	padding: 8px 0 0 10px;
	float: left;
}
#nav{
	width: calc(100% - 180px);
	float: left;
}
#nav ul {
	width: 100%;
	padding-top: 32px;
	float: left;
}
#nav ul li {
	text-align: center;
	width: calc(100%/6);
	float: left;
}
#nav ul li a {
	width: 100%;
	position: relative;
	display: inline-block;
	color: #003561;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	overflow: hidden;
}
#nav ul li a::after {
	color: #ff006a;
	position: absolute;
	top: 0;
	left: 0;
	content: attr(data-hover);
	display: block;
	width: 100%;
	transition: .3s ease-in-out;
	transform: translateY(-1.4em);
}
#nav ul li a span {
	display: inline-block;
	transition: .3s ease-in-out;
}
#nav ul li a:hover::after,
#nav ul li a:focus::after {
	transform: translateY(0);
}
#nav ul li a:hover span,
#nav ul li a:focus span {
	transform: translateY(1.4em);
}
#headerC{
	font-size: 18px;
	width: 10%;
	height: 58px;
	padding-top: 32px;
	text-align: center;
	background-color: rgba(209, 209, 209, 0.9);
	float: left;
}
#headerC a{
	width: 100%;
	position: relative;
	display: inline-block;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	overflow: hidden;
}
#headerC a::after{
	color: #ff006a;
	position: absolute;
	top: 0;
	left: 0;
	content: attr(data-hover);
	display: block;
	width: 100%;
	transition: .3s ease-in-out;
	transform: translateY(-1.4em);
}
#headerC a span {
	display: inline-block;
	transition: .3s ease-in-out;
}
#headerC a:hover::after,
#headerC a:focus::after {
	transform: translateY(0);
}
#headerC a:hover span,
#headerC a:focus span {
	transform: translateY(1.4em);
}
#headerR{
	width: 15%;
	height: 58px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding-top: 32px;
	position: relative;
	float: left;
}
#headerR #tel{
	width: 24px;
	position: absolute;
	left: 10%;
	top: 34px;
}
#headerR p{
	padding-left: 50px;
}
/*-----main-----*/
.main{
	margin-top: 90px;
}
.content{
	margin: 0 auto;
	overflow: hidden;
}
.contentInner{
	margin: 0 auto;
	overflow: hidden;
}
.contentInnerBox{
	overflow: hidden;
}
h2.contentTitle{
	margin: 50px 0 20px 0;
	padding: 0 0.5em;
	background: transparent;
	font-size: 30px;
	font-weight: bold;
}
.bgWhite h2.contentTitle{
	border-left: solid 10px #003561;
}
.bgBlue h2.contentTitle{
	color: #fff;
	border-left: solid 10px #fff;
}
h3{
	margin-bottom: 20px;
	color: #003561;
	font-size: 24px;
	font-weight: bold;
}
.headImg{
	width: 960px;
	margin: 0 auto 20px auto;
}
.headImg img{
	width: 100%;
}
/*-----btn-----*/
.btn {
	display: inline-block;
	text-decoration: none;
	background: #ff006a;
	color: #FFF;
	border-bottom: solid 4px #926276;
	border-radius: 3px;
	float: right;
}
.btn:active {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: none;
}
.btn:hover{
	background: #003561;
	-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;
}
.btn a{
	padding: 1em;
	color: #fff;
	display: block;
}
/*-----social-----*/
.socialBtn{
	width: 50px;
	height: 50px;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.socialList{
	padding: 0 10px;
	overflow: hidden;
}
.socialList li{
	margin-right: 10px;
	float: left;
}
.socialList li:last-child{
	margin-right: unset;
}
.socialBtn img{
	width: 100%!important;
	margin-right: unset!important;
	float: unset!important;
}
.socialBtn.line{
	background: #00B900;
	border-bottom: solid 4px #3f9c3f;
	border-radius: 3px;
}
.socialBtn.twitter{
	background: #00C7FF;
	border-bottom: solid 4px #009FCC;
	border-radius: 3px;
}
.socialBtn.facebook{
	background: #4C76BE;
	border-bottom: solid 4px #3D5E98;
	border-radius: 3px;
}
.socialBtn.instagram{
	background: -webkit-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
	background: -moz-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -moz-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
	background: -ms-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -ms-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
	background: -o-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -o-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
	background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
	border-bottom: solid 4px #80017b;
	border-radius: 3px;
}
.socialBtn:active {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: none;
}
.socialBtn:hover{
	background: #003561;
	-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;
}
/*-----lower-----*/
#lower .content{
	width: 1080px;
}
/*-----contentStylel-----*/
.contentStylel{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.contentStyle1 .contentInnerBox{
	width: 100%;
	padding: 0 50px 50px 50px;
	box-sizing: border-box;
	float: left;
}
/*-----contentStyle2-----*/
.contentStyle2{
	overflow: hidden;
}
.contentStyle2 .contentInnerBox{
	width: calc(50% - 75px);
	margin: 0 25px 50px 50px;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
}
.contentStyle2 .contentInnerImg{
	width: calc(50% - 75px);
	margin: 50px 50px 50px 25px;
	background-position: center,center;
	float: left;
	overflow: hidden;
}
.contentStyle2 .contentInnerImg img{
	width: unset;
	height: 100%;
	padding-top: 100px;
	margin-top: -120px;
}
/*-----pan-----*/
#pan a{
	color: #fff;
}
#panin{
	width: 1020px;
	margin: 0 auto;
}
/*-----about-----*/
#about.content{
	width: 1080px;
}
#about p{
	margin-bottom: 10px;
	padding: 10px 20px;
}
#about p span{
	color: #ff006a;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	display: block;
}
/*-----news-----*/
#news .box{
	height: 265px;
	padding: 10px;
	box-sizing: border-box;
	background-color: #fff;
	overflow-y: scroll;
}
#news .box li{
	margin-bottom: 20px;
	border-bottom: solid #ccc 1px;
}
#news .box li:last-child{
	margin-bottom: unset;
	border-bottom: unset;
}
#news .box .head{
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: dashed #ccc 1px;
	overflow-y: hidden;
}
#news .box .title{
	font-size: 16px;
	font-weight: bold;
}
#news .box p{
	padding: 10px;
}
#news .contentInnerBox{
	margin: 0 50px 50px 25px;
}
#news .contentInnerImg{
	height: 330px;
	margin: 50px 25px 50px 50px;
	background-image: url(/img/shop_img01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
/*-----trainers-----*/
#trainers ul{
	border: solid #ccc 1px;
	box-sizing: border-box;
	overflow: hidden;
}
#trainers li{
	height: 300px;
	padding: 10px;
	text-align: left;
	background-color: #fff;
}
#trainers li img{
	width: 30%;
	margin-right: 5%;
	float: left;
}
#trainers li .data{
	width: 65%;
	box-sizing: border-box;
	float: left;
	position: relative;
}
#trainers li .data .name{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: dashed #ccc 1px;
}
#trainers li .data p{
	height: 140px;
	margin-bottom: 10px;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	#trainers li .data p{
		height: 120px;
	}
}
#trainers li .data .btn{
	float: right;
}
#trainers .contentInnerImg{
	height: 388px;
	background-image: url(/img/shop_img02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
/*-----trainersList-----*/
#trainersList ul{
	overflow: hidden;
}
#trainersList li{
	padding: 10px;
	text-align: left;
	background-color: #fff;
	overflow: hidden;
}
#trainersList li img{
	width: 300px;
	margin-right: 10px;
	float: left;
}
#trainersList li .data{
	width: 650px;
	height: 300px;
	box-sizing: border-box;
	float: left;
	position: relative;
}
#trainersList li .data .name{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: dashed #ccc 1px;
	font-size: 20px;
}
#trainersList li .data p{
	margin-bottom: 10px;
}
#trainersList li .data .btn{
	position: absolute;
	right: 0px;
	bottom: 0px;
	float: unset;
}
/*-----profile-----*/
#profile .box{
	padding: 10px;
	text-align: left;
	background-color: #fff;
	overflow: hidden;
}
#profile .box .trainer{
	width: 300px;
	margin-right: 10px;
	float: left;
}
#profile .box .data{
	width: 650px;
	box-sizing: border-box;
	float: left;
	position: relative;
}
#profile .box .data .name{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: dashed #ccc 1px;
	font-size: 20px;
}
#profile .box .data .head{
	padding: 10px;
}
#profile .box .data .link{
	margin-bottom: 10px;
	padding: 10px;
	border: solid #ccc 1px;
	overflow: hidden;
}
#profile .gym{
	font-size: 18px;
	float: left;
}
#profile .gym ul{
	padding: 0 10px;
	overflow: hidden;
}
#profile table{
	width: 610px;
	margin-bottom: 20px;
	border: unset;
}
#profile tr{
	border-bottom: dashed 1px #ccc;
}
#profile tr:last-child{
	border-bottom: unset;
}
#profile th{
	width: 200px;
	font-weight: bold;
	vertical-align: top;
	border: unset;
}
#profile td{
	width: 450px;
	border: unset;
}
#profile .box .data .title{
	margin-bottom: 10px;
	font-size: 18px;
}
#profile .box .data p{
	margin-bottom: 10px;
}
#profile .box .data p a{
	color: #003561;
}
#profile .box .data p a:hover{
	color: #ff006a;
	-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;
}
/*-----trial-----*/
#trial .box{
	padding: 10px;
	background-color: #fff;
	border: solid #ccc 1px;
	box-sizing: border-box;
	overflow: hidden;
}
#trial p{
	width: 100%;
	margin-bottom: 10px;
	color: #003561;
	font-size: 18px;
	font-weight: bold;
	background: transparent;
	float: left;
}
#trial .btn{
	margin-bottom: 10px;
}
#trial .contentInnerImg{
	height: 330px;
	background-image: url(/img/shop_img03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
/*-----guide-----*/
#guide h4{
	margin-bottom: 10px;
	padding: 0 0.5em;
	color: #003561;
	font-size: 18px;
	font-weight: bold;
	border-left: solid 5px #003561;
	background: transparent;
}
#guide ul{
	margin: 0 20px 10px 20px;
}
#guide li.box{
	margin-bottom: 10px;
	overflow: hidden;
}
#guide li.box:last-child{
	margin-bottom: unset;
}
#guide .desc li{
	list-style: disc;
	list-style-position: inside;
}
/*-----member-----*/
#member h4{
	margin-bottom: 10px;
	padding: 0 0.5em;
	color: #003561;
	font-size: 18px;
	font-weight: bold;
	border-left: solid 5px #003561;
	background: transparent;
}
#member ul{
	margin: 0 20px 10px 20px;
}
#member li.box{
	margin-bottom: 10px;
	overflow: hidden;
}
#member li.box:last-child{
	margin-bottom: unset;
}
#member .desc li{
	list-style: disc;
	list-style-position: inside;
}
#member li.box p{
	margin: 0 20px 20px 20px;
}
/*-----schedule-----*/
#schedule h4{
	margin-bottom: 10px;
	padding: 0 0.5em;
	color: #003561;
	font-size: 18px;
	font-weight: bold;
	border-left: solid 5px #003561;
	background: transparent;
}
#schedule ul{
	margin: 0 20px 10px 20px;
}
#schedule li.box{
	margin-bottom: 10px;
}
#schedule li.box:last-child{
	margin-bottom: unset;
}
#schedule .desc li{
	list-style: disc;
	list-style-position: inside;
}
#schedule li.box p{
	margin: 0 20px;
}
#schedule img.scheduleImg{
	width: 900px;
	margin: 0 auto 10px auto;
	display: block;
}
/*-----gallery-----*/
#gallery{

}
#gallery h4{
	margin-bottom: 10px;
	padding: 0 0.5em;
	color: #003561;
	font-size: 18px;
	font-weight: bold;
	border-left: solid 5px #003561;
	background: transparent;
}
#gallery h5{
	margin-bottom: 10px;
	padding: 0 0.5em;
	color: #ff006a;
	font-weight: bold;
}
#gallery ul{
	overflow: hidden;
}
#gallery li{
	float: left;
	overflow: hidden;
}
#gallery li.box ul{
	margin-bottom: 10px;
}
#gallery li.box ul:last-child{
	margin-bottom: unset;
}
#gallery .style01 li{
	margin-right: 20px;
}
#gallery .style02 li{
	width: 480px;
	margin-right: 20px;
}
#gallery .style03 li{
	width: 180px;
	margin-right: 20px;
}
#gallery li:last-child{
	margin-right: unset;
}
table{
	width: 940px;
	margin: 0 auto;
	border: solid #ccc 1px;
	box-sizing: border-box;
}
table span{
	padding-left: 10px;
}
tr.address input[type="text"] {
	width: 100px;
}
tr.address .inputText{
	margin-top: 10px;
}
tr.address .inputText input[type="text"]{
	width: 93%;
}
th{
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
}
th,td{
	padding: 10px;
	vertical-align: middle;
	box-sizing: border-box;
}
th:last-child{
	border-right: unset;
}
td{
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
}
td:last-child{
	border-right: unset;
}
tr:last-child td{
	border-bottom: unset;
}
input[type="text"] {
	width: 610px;
	height: 30px;
}
textarea {
	width: 610px;
	height: 200px;
}
select{
	height: 30px;
}
input[type="submit"] {
	width: 240px;
	margin: 10px auto 0 auto;
	font-size: 18px;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: bold;
	padding: 0.7em 2em;
	text-decoration: none;
	background: #ff006a;
	color: #FFF;
	border-bottom: solid 4px #926276;
	border-radius: 3px;
	display: block;
}
#contact table{

}
#contact th,#entry th{
	width: 300px;
}
#contact td{

}
#member table{
	margin-bottom: 20px;
}
#member table:last-child{
	margin-bottom: unset;
}
#member tr{
	width: 100%;
}
#member th{
	height: 70px;
	color: #fff;
	text-align: center;
}
#member td{
	width: 20%;
}
#member td{
	text-align: center;
}
#contact .address td input[type="text"] {
	width: auto;
}
#contact .address td .inputText input[type="text"]{
	width: 575px;
	margin-top: 10px;
}
#contact .hope select{
	width: auto;
}
/*-----qa-----*/
.ac li{
	margin-bottom: 10px;
	border: solid #ccc 1px;
	overflow: hidden;
}
.ac h4{
	padding: 10px;
	color: #003561;
	font-size: 18px;
	font-weight: bold;
	display:block;
	cursor:pointer;
	}
.ac p{
	padding: 10px;
	border-top: solid #ccc 1px;
	display:none;
}
.ac a{
	margin-bottom: 10px;
	color: #fff;
}
/*-----voice-----*/
#voice{

}
#voice li{
	margin-bottom: 10px;
	padding: 10px;
	border: solid #ccc 1px;
	box-sizing: border-box;
	overflow: hidden;
}
#voice li .head{
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: dashed #ccc 1px;
	font-size: 20px;
}
#voice .img{
	width: 180px;
	margin-right: 20px;
	float: left;
}
#voice .img img{
	width: 100%;
}
#voice .text{
	width: 750px;
	float: left;
}
#voice .name{
	color: #003561;
	text-align: right;
}
/*-----access-----*/
#access .contentInnerBox{
	padding: 50px 0;
}
#access .contentTitle{
	margin: 0 0 20px 50px;
	border-left: solid 10px #003561;
}
#access .iframe{
	margin-bottom: 20px;
}
#access .accessInner{
	width: 980px;
	margin: 0 auto;
}
#access .accessInner p{
	text-align: center;
	margin-bottom: 10px;
}
#access .contentSubTitle{
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}
#access p{
	font-size: 20px;
}
#access p span{
	font-size: 16px;
}
#access .accessInner ul.mapImg {
	margin-bottom: 20px;
	overflow: hidden;
}
#access .accessInner ul.mapImg li{
	width: 480px;
	margin-right: 20px;
	float: left;
}
#access .accessInner ul.mapImg li:last-child{
	margin-right: unset;
}
#access .accessInner .data{
	width: 490px;
	margin: 0 10px 50px 0;
	float: left;
}
#access .accessInner .data h4,#access .accessInner .social h4{
	margin-bottom: 10px;
	padding: 0 0.5em;
	color: #003561;
	font-size: 24px;
	font-weight: bold;
	border-left: solid 5px #003561;
	background: transparent;
}
#access .accessInner .data p{
	padding: 0 20px;
	font-size: 18px;
	text-align: left;
}
#access .accessInner .social{
	width: 190px;
	float: left;
}
#access .accessInner .link h4{
	margin-bottom: 20px;
	padding: 0 0.5em;
	color: #003561;
	font-size: 18px;
	font-weight: bold;
	border-left: solid 5px #003561;
	background: transparent;
}
#access .accessInner .link{
	width: 980px;
	margin: 0 auto;
	padding: 40px;
	border: solid #ccc 1px;
	overflow: hidden;
}
#access .accessInner .link ul{
	overflow: hidden;
}
#access .accessInner .link ul.head{
	margin-bottom: 20px;
}
#access .accessInner .link ul.head li{
	width: calc((100% - 40px)/3);
	margin-right: 20px;
	text-align: center;
	box-sizing: border-box;
	float: left;
}
#access .accessInner .link ul.head li:last-child{
	margin-right: unset;
}
#access .accessInner .link ul.bottom{
	padding: 0 10px;
	line-height: 30px;
}
#access .accessInner .link ul.bottom li{
	font-size: 18px;
}
/*-----another-----*/
#another .contentStyle2 .contentInnerBox .iframe{
	width: 500px;
	margin: 0 auto;
}
#another p{
	font-size: 30px;
}
/*-----footer-----*/
#footer{
	width: 100%;
	background-color: #003561;
}
#footerInner{
	padding: 50px;
	box-sizing: border-box;
	overflow: hidden;
}
#footerInnerL{
	width: 200px;
	float: left;
}
#footerInnerL img{
	width: 100%;
}
#footerInnerR{
	width: calc(100% - 200px);
	float: left;
}
#footerInnerR ul{
	padding-top: 40px;
	overflow: hidden;
}
#footerInnerR li{
	width: calc(100%/7);
	text-align: center;
	float: left;
}
#footerInnerR li a{
	color: #fff;
}
#footerInnerR li a:hover{
	color: #ff006a;
	-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;
}
#footerBottom{
	width: 100%;
	color: #003561;
	text-align: center;
}
