/* reset include */
@import url("reset.css");
body {
	background-color: #fff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 17px;
	color: #000;
}
 a:link, a:visited{
	color: #003561;
}
.linkWhiteBiue a:link, .linkWhiteBiue a:visited{
	color: #fff;
}
img{
	width: 100%;
	vertical-align: bottom;
}
li{
	list-style: none;
}
input[type="text"],input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}
input[type="text"] {
	width: 96%;
	height: 20px;
}
textarea {
	width: 96%;
	height: 200px;
}
input[type="submit"] {
	width: 90%;
	height: 46px;
	margin: 0 auto 5px auto;
	padding: .6em 2em;
	text-align: center;
	text-decoration: none;
	background: #ff006a;
	color: #FFF;
	border-bottom: solid 4px #926276;
	border-radius: 3px;
	display: block;
	box-sizing: border-box;
}
input[type="submit"] a{
	color: #fff;
}
table{
	width: 100%;
}
tr.address input[type="text"] {
	width: 100px;
}
tr.address .inputText{
	margin-top: 10px;
}
tr.address .inputText input[type="text"]{
	width: 90%;
}
table{
	margin-bottom: 10px;
	border-bottom: solid #000 1px;
}
td{
	border-right: solid #000 1px;
	border-left: solid #000 1px;
}
label{
	display: block;
}
.dopc{
	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;
}
.btn1{
	width: 50%;
	margin: 0 auto;
	display:block;
	text-align:center;
	padding: 5px 0;
	transform:skewX(-15deg);
}
.btn2{
	width: 50%;
	margin: 20px auto 0 auto;
	display:block;
	text-align:center;
	padding: 5px 0;
	transform:skewX(-15deg);
}
#wrapper{
	width: 100%;
	overflow: hidden;
}
/*-----header-----*/
#header{
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	z-index: 1000;
}
#headerIn{
	height: 60px;
	margin-left: 1px;
	position: relative;
}
#headerLogo,#menuBtn,#line,#tel{
	height: 50px;
	padding: 5px;
}
#headerLogo{
	position: absolute;
	left: 0;
	width: 	inherit;
}
#menuBtn{
	position: absolute;
	right: 0;
}
#line{
	width: 50px;
	position: absolute;
	right: 115px;
}
#tel{
	width: 50px;
	position: absolute;
	right: 65px;
}
/*swing_menu*/
.swingMenu{
	display: none;
	z-index: 2000;
}
#headerMenu {
	top: 0;
	right: 0;
	width: 65px;
	height: 60px;
	z-index: 2001;
	position: fixed;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background-color: #003561;
	color: #fff;
	cursor: pointer;
	cursor: hand;
}
#menuBtn{
	cursor: pointer;
	position: fixed;
	width: 50px;
	top: 0;
	right: 0;
	z-index: 1000;
}
/*  swing_menu  */
#menu {
	width: 100%;
	height: 100%;
	margin-top: 60px;
	background-color: rgba(0, 0, 0, 0.9);
	box-sizing: border-box;
	z-index: 1000;
	position: fixed;
	display: none;
	overflow: hidden;
}
#menu ul{
	margin-bottom: 10px;
	border-bottom: solid #ddd 1px;
	box-sizing: border-box;
}
#menu li{
	font-size: 14px;
	padding: 10px 5%;
	border-bottom: solid #ddd 1px;
	position: relative;
}
#menu li a{
	color: #fff;
	display: block;
}
#menu li:last-child{
	border-bottom: none;
}
#menu li::after{
	margin-top: -8px;
	color: #fff;
	position: absolute;
	content: ">";
	top: 50%;
	right: 5%;
	font-weight: bold;
	font-family: sans-serif;
}
#menu .box h4{
	margin: 0 5px 10px 5px;
	padding: 0 0.5em;
	color: #fff;
	font-weight: bold;
	border-left: solid 5px #fff;
	background: transparent;
}
#menu .box  p{
	margin-bottom: 10px;
	padding: 0 5px;
}
@media screen and (max-width: 320px) {
	#headerIn{
		height: 50px;
	}
	#headerMenu {
		width: 55px;
		height: 50px;
		line-height: 50px
	}
	#headerLogo,#menuBtn,#line,#tel{
		height: 40px;
	}
	#line{
		width: 40px;
		right: 95px;
	}
	#tel{
		width: 40px;
		right: 55px;
	}
}
/*-----main-----*/
.main{
	margin-top: 60px;
}
@media screen and (max-width: 320px) {
	.main{
		margin-top: 50px;
	}
}
.content{
	margin: 0 auto;
	overflow: hidden;
}
.contentInner{
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
}
.contentInnerBox{
	overflow: hidden;
}
.contentInnerImg{
	height: 200px;
	margin: 10px 0;
	background-position: center,center;
}
h2.contentTitle{
	margin: 5px 0 10px 0;
	padding: 0 0.5em;
	background: transparent;
	font-size: 18px;
	font-weight: bold;
}
.bgWhite h2.contentTitle{
	border-left: solid 5px #003561;
}
.bgBlue h2.contentTitle{
	color: #fff;
	border-left: solid 10px #fff;
}
.bgBlack h2.contentTitle{
	color: #fff;
	border-left: solid 10px #fff;
}
h3{
	margin-bottom: 10px;
	padding: 0 5px;
	color: #003561;
	font-size: 17px;
	font-weight: bold;
}
/*-----btn-----*/
.btn {
	width: 90%;
	margin: 0 auto 10px auto;
	text-align: center;
	text-decoration: none;
	background: #ff006a;
	color: #FFF;
	border-bottom: solid 4px #926276;
	border-radius: 3px;
	display: block;
	box-sizing: border-box;
}
.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;
}
/*-----topBn-----*/
#topBn{
	color: #fff;
	text-align: center;
	background-image: url(/img/topBn01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#topLogo{
	width: 30%;
	padding-top: 20%;
}
#topBn h1{
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 20px;
	text-shadow: 0px 1px 5px #002a54;
}
#topBn h2{
	font-size: 12px;
	padding-bottom: 30px;
	text-shadow: 0px 1px 5px #002a54;
}
/*-----pan-----*/
#pan{
	font-size: 14px;
	padding-left: 2%;
}
#pan a{
	color: #fff;
}
#pan span{
	color: #3093CE;
}
/*-----profile-----*/
#services .contentStylel .contentInnerBox ul{

}
#services .contentStylel .contentInnerBox li{
	margin-bottom: 20px;
}
/*-----flexbox-----*/
.flexcontainer{
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.flexitem{
	width: 100%;
}
.item1{
	order: 2;
}
.item2{
	order: 1;
}
/*-----about-----*/
#about p{
	margin-bottom: 10px;
	padding: 5px;
}
#about p span{
	color: #ff006a;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	display: block;
}
/*-----news-----*/
#news .box{
	max-height: 265px;
	margin-bottom: 10px;
	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 .title{
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: dashed #ccc 1px;
}
#news .box p{
	padding: 10px;
}
#news .contentInnerImg{
	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{
	min-height: 420px;
	padding: 5px;
	text-align: left;
	background-color: #fff;
	border-right: dashed #ccc 1px;
	box-sizing: border-box;
	position: relative;
}
#trainers li img{
	width: 100%;
}
#trainers li .data{
	width: 100%;
	box-sizing: border-box;
}
#trainers li .data .name{
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: dashed #ccc 1px;
}
#trainers li .data p{
	height: 110px;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
#trainers li .data .btn{
	width: 95%;
	margin: 0 auto;
	position: absolute;
	bottom: 5px;
}
#trainers .contentInnerImg{
	background-image: url(/img/shop_img02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
/*-----trainersList-----*/
#trainersList .trainer{
	width: 80%;
	margin: 0 auto 10px auto;
	display: block;
}
#trainersList .data .name{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
#trainersList .data p{
	margin-bottom: 10px;
	padding: 0 5px;
}
/*-----profile-----*/
#profile .trainer{
	width: 80%;
	margin: 0 auto 10px auto;
	display: block;
}
#profile .data .name{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
#profile .box .data .head{
	margin-bottom: 10px;
	color: #003561;
	font-size: 14px;
	font-weight: bold;
}
#profile .data a{
	color: #003561;
}
#profile .data p{
	margin-bottom: 10px;
	padding: 0 5px;
}
#profile .box .data .link {
	margin-bottom: 10px;
	padding: 5px;
	border: solid #000 1px;
	overflow: hidden;
}
#profile .box .data .title{
	margin-bottom: 10px;
	font-size: 14px;
}
/*-----trial-----*/
#trial .contentInnerBox{
	margin-bottom: 0;
}
#trial .box{
	padding: 0 10px;
	overflow: hidden;
}
#trial p{
	width: 100%;
	margin-bottom: 10px;
	color: #fff;
	font-weight: bold;
}
#trial .contentInnerImg{
	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-weight: bold;
	border-left: solid 5px #003561;
	background: transparent;
}
#guide ul{
	margin: 0 5px 10px 5px;
}
#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-weight: bold;
	border-left: solid 5px #003561;
	background: transparent;
}
#member li.box{
	margin-bottom: 10px;
	overflow: hidden;
}
#member li.box:last-child{
	margin-bottom: unset;
}
#member .desc{
	padding: 0 5px;
}
#member .desc li{
	margin-bottom: 10px;
	list-style: disc;
	list-style-position: inside;
}
#member li.box p{
	margin: 0 0 10px 0;
}
th,td{
	padding: 10px;
	box-sizing: border-box;
}
th{
	text-align: left;
	display: block;
}
th span{
	padding-left: .5em;
}
td{
	display: block;
}
#member table{
	width: 100%;
	margin-bottom: 5px;
}
#member table:last-child{
	margin-bottom: unset;
}
#member tr{
	margin-bottom: 10px;
}
#member th:first-child{
	color: #fff;
	font-size: 16px;
	border-right: solid #003561 1px;
	border-left: solid #003561 1px;
}
#member th{
	border-right: solid #000 1px;
	border-left: solid #000 1px;
}
#member td{
	text-align: right;
	border-right: solid #000 1px;
	border-bottom: solid #000 1px;
	border-left: solid #000 1px;
}
#member td:first-child{
	text-align: left;
}
#member table.ticket th,#member table.ticket td{
	display: table-cell;
}
#member table.ticket th{
	width: 40%;
	color: #000;
	border-bottom: solid #003561 1px;
}
#member table.ticket tr:first-child th{
	color: #fff;
}
#member table.ticket td{
	width: 60%;
}
/*-----qa-----*/
.ac ul{
	padding: 0 5px;
}
.ac li{
	margin-bottom: 10px;
	border: solid #ccc 1px;
	overflow: hidden;
}
.ac h4{
	padding: 10px;
	color: #003561;
	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;
}
.ac .btn{
	margin-top: 5px;
}
/*-----voice-----*/
#voice ul{
	margin: 0 5px;
}
#voice li .head{
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: dashed #ccc 1px;
	font-size: 20px;
}
#voice .img{
	width: 50%;
	margin: 0 auto 5px auto;
}
#voice .img img{
	width: 100%;
}
#voice .text{
	width: 100%;
	margin-bottom: 5px;
	padding: 5px;
	border: solid #ccc 1px;
	box-sizing: border-box;
}
#voice .name{
	color: #003561;
	text-align: right;
}
/*-----schedule-----*/
#schedule h4{
	margin-bottom: 10px;
	padding: 0 0.5em;
	color: #003561;
	font-weight: bold;
	border-left: solid 5px #003561;
	background: transparent;
}
#schedule ul{
	margin: 0 5px 5px 5px;
}
#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: 100%;
	margin: 0 auto 10px auto;
	display: block;
}
/*-----gallery-----*/
#gallery{

}
#gallery h4 {
	margin-bottom: 10px;
	padding: 0 0.5em;
	color: #003561;
	font-weight: bold;
	border-left: solid 5px #003561;
	background: transparent;
}
#gallery h5{
	margin-bottom: 10px;
	color: #ff006a;
	font-size: 14px;
	font-weight: bold;
}
#gallery li.box ul{
	margin-bottom: 10px;
}
#gallery li.box ul:last-child{
	margin-bottom: unset;
}
#gallery .style01 li{
	margin-bottom: 10px;
}
#gallery .style02 li{
	margin-bottom: 10px;
}
#gallery .style03 li{
	margin-bottom: 10px;
}
#gallery li:last-child{
	margin-bottom: unset;
}
/*-----access-----*/
#access{
	padding-top: 5px;
}
#access .accessInner .head{
	margin-bottom: 10px;
}
#access .accessInner .head p{
	margin-bottom: 10px;
}
#access .contentTitle,#access .accessInner .data h4,#access .accessInner .social h4,#access .accessInner .link h4{
	margin: 0 0 10px 0;
	padding: 0 0.5em;
	color: #003561;
	font-size: 18px;
	font-weight: bold;
	border-left: solid 5px #003561;
	background: transparent;
}
#access .accessInner ul.mapImg{
	margin-bottom: 10px;
	overflow: hidden;
}
#access .accessInner ul.mapImg li{
	width: 48%;
	margin-right: 2%;
	float: left;
}
#access .accessInner ul.mapImg li:last-child{
	margin-right: unset;
}
#access .accessInner .data{
	margin-bottom: 10px;
}
#access .accessInner .data p{
	padding: 0 5px;
	text-align: left;
}
#access .accessInner .data p span{
	font-size: 12px;
}
#access .accessInner .line img{
	width: 90%;
	margin: 0 auto 5px auto;
	display: block;
}
#access .contentSubTitle{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
#access .accessInner #footerLogo{
	width: 50%;
	margin: 0 auto 10px auto;
	display: block;
}
#access p{
	font-size: 14px;
	line-height: 20px;
}
#access p span{
	font-size: 14px;
}
#access .accessInner .link ul.bottom{
	margin-bottom: 10px;
	padding: 0 10px;
	line-height: 24px;
}
#access .accessInner .link ul.bottom li{
	font-size: 14px;
}
/*-----another-----*/
#another .contentStyle2 .contentInnerBox .iframe{
	width: 340px;
	height: 300px !important;
	margin: 0 auto 5px auto;
}
#another p{
	font-size: 20px;
}
/*-----footer-----*/
#footer{
	width: 100%;
	background-color: #003561;
}
#footerInner{
	overflow: hidden;
}
#footerInnerR ul{
	border-top: solid #ddd 1px;
	border-bottom: solid #ddd 1px;
	box-sizing: border-box;
}
#footerInnerR li{
	font-size: 14px;
	padding: 10px 5%;
	border-bottom: solid #ddd 1px;
	position: relative;
}
#footerInnerR li a{
	color: #fff;
	display: block;
}
#footerInnerR li:last-child{
	border-bottom: none;
}
#footerInnerR li::after{
	margin-top: -8px;
	color: #fff;
	position: absolute;
	content: ">";
	top: 50%;
	right: 5%;
	font-weight: bold;
	font-family: sans-serif;
}
#footer .contentTitle {
	margin: 10px 5px;
	padding: 0 0.5em;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-left: solid 5px #fff;
	background: transparent;
}
#footerBottom{
	color: #003561;
	font-size: 10px;
	width: 100%;
	padding: 2px 0;
	text-align: center;
}
