@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.php
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
color:#555;
font-size:3.6vw;
font-family:"M PLUS Rounded 1c",verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.6;
-webkit-text-size-adjust: none;
}

.clearfix {width:100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}


/* リンク設定
------------------------------------------------------------*/
a{
	color: #003366;
	text-decoration: none;
}
a:hover{
	color: #006699;
}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
background:#fff;
}

.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
#header{
}

#header h1{
	font-weight:normal;

}

/*************
/* ロゴ
*************/
.logo{
 text-align: center;
}
.logo p {
	font-size:3vw;
	text-align:center;
	font-weight:normal;
}
.logo span{display:block;}
.logo h1 { text-align: left; padding-left: 10vw; }
.logo h1 img { width: 80%; height: auto; }
/*************
/* 電話番号
*************/
.info{text-align:center; padding-bottom: 3%; }
.info .open{font-size:3vw;}
.info .open2{font-size:3vw; padding-left:22px;}

/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
margin-top:1%;
font-size:4.6vw;
font-weight:bold;
  color: #003366;
}

.logo span,.info span{
font-size:3.3vw;
font-weight:normal;
}



/**************************
/* メイン画像（トップページ+サブページ）
**************************/

/* ここから */
.mv {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
 
/* 全体を囲う要素 */
.mv-wrap {
  position: relative;
  /* 背景画像の高さ */
  height: 70vw;
}
 
video {
  display: block;
  width: 100%;
  /* 背景画像の高さ */
  height: 70vw;
  /* 高さを維持したまま全体を表示させる */
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
 
.mv-bg {
  display: block;
  width: 100%;
  /* 背景画像の高さ */
  height: 70vw;
  position: absolute;
  top: 0;
  left: 0;
  /* 薄いレイヤーの色 */
  background-color: rgba(0, 30, 0, 0.2);
  /* videoの上に乗せる */
  z-index: 2;
}
 

  .idx .mv-txt {
    font-weight: bold;
    font-size: 10vw;
    height: 30vw;
    position: absolute;
    z-index: 3;
    text-align: left;
    padding-left: 4vw;
    color: #c5c5c5;
    width: auto;
    font-family: 'Playfair', serif;
    font-weight: 500;
 
}
  .idx .mv-txt2 {
    font-size: 15vw;
    height: 10vw;
    position: relative;
    z-index: 9;
    text-align: right;
    padding-right: 10vw;
    padding-top: 47vw;
    color: #c5c5c5;
    width: auto;
    font-family: 'Playfair', serif;
    font-weight: 500;
    transform: rotate(-15deg);
}
.idx .infomation {  }
.idx .infomation .kousin {
		overflow:auto;
		width:100%; height:60vw;
		padding:4% 4%;
		border:1px solid #000;
		color:#000;
		background-color:#fff;
		line-height:1.5em;
}
.idx .infomation .kousin h3 { font-size: 5vw; font-weight: bold; }
.idx .infomation .kousin p { font-size: 3.8vw; line-height: 1.6; }
.idx .infomation .fbnews { font-size: 3.5vw; font-weight: bold; padding: 3% 0 3%; line-height: 2.5; }
.idx .infomation .fbnews::before { content: "　";
    background-image: url(../images/facebook.svg);
    width: 8vw;
    height: 8vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block; padding-right: 1%; }
.idx .infomation .fbnews a { text-decoration: underline; }

#mainBanner{
	padding:0;
	position:relative;
	line-height:0;
	border-top:2px solid #ebebeb;
	border-bottom:2px solid #ebebeb;
	text-align:center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#mainBanner img{
max-width:100%;
height:auto;
}

.slogan{
	max-width:100%;
	height:auto;
	bottom:10px;
	left:0;
	line-height:1.6;
	text-align:left;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}

.slogan h2{
	padding:2% 0;
	font-size:4.5vw;
	color: #F00;
  font-weight: bold;
}
.idx .slogan p { padding-bottom: 2%; }
.idx .slogan h2{
	padding:1% 0 0;
}
#subpage #mainBanner{margin-top:0;}


/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
/*float:left;*/
}

.box{
padding:10px;
text-align:center;
position: relative;
}

.box img{
max-width:100%;
height:auto;
}

.box h3{
	padding:10px 0 5px;
	color: #036;
	font-weight: bold;
}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}

.box p.readmore a{
	padding: 5px 10px;
	border-radius: 3px;
	color: #fff;
	background: #003366;
  font-size: 14px;
}

.box p.readmore a:hover{
	background: #007AD8;
}


/*************
メイン コンテンツ
*************/
section.content article{
padding:20px;
margin-bottom:20px;
border:1px solid #ebebeb;
overflow:hidden;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading{
font-weight:normal;
padding:10px 0;
margin-bottom:5px;
border-top:3px double #ebebeb;
border-bottom:3px double #ebebeb;
}

section.content img{
max-width:90%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

#gallery .grid{background:transparent;}

#gallery .grid img,.border{box-shadow:0 0 3px #ccc;}

.imp { color:#F03; }

.visiter {
	margin-bottom: 25px;
	padding: 5px 16px 10px 16px;
	background-color: #EAFBFF;
}
.visiter h3 {
	color: #039;
	font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}
.visiter p {
	font-size: 14px;
	color: #06C;
  line-height: 1.6;
}

/*************
テーブル
*************/
table.table{
border-collapse:collapse;
margin:5px auto 15px auto;
}

table.table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

table.table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}


/*************
/* サイドバー
*************/
#sidebar ul{padding:10px;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #ebebeb;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{
display:block;
}

#sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:12px;
line-height:1.35;
}


/*************
/* フッター
*************/
#footer{
clear:both;
}

#footer .inner{
border-top:2px solid #ebebeb;
border-bottom:2px solid #ebebeb;
overflow:hidden;
  padding: 5% 0;
}

* html #footer .inner{height:1%;}

#footer .grid{
margin:0;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
text-align:left;
}

#footer .logo{font-size:5vw;}

#footer .info .tel,#footer .info .tel span,#footer #info .open,#footer #info .open2,#footer #info .open3{
font-size:4vw;
}

ul.footnav{
float:right;
width:630px;
padding:10px 0;
}

ul.footnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
border-right:1px solid #ebebeb;
}

address{
	clear:both;
	text-align:center;
	font-style:normal;
	font-size:12px;
	color:#FFF;
	background-color: #036;
	width: 100%;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}






 	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	#header{padding:0 10px;}
	
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
  border:1px solid #e4e4e4;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav a.menu span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a{
	color:#FF0000;
}

	nav div.panel{float:none;}
	
	#subpage #mainBanner{margin-top:20px;}
	
	#sidebar{padding-bottom:30px;}
	
	#sidebar article{padding:7px 0;}
	
	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

	ul.footnav li{float:none;display:inline-block;}
	

	
	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	
	#footer.logo,#footer .info{
	width:100%;
	float:none;
	}




	.staff .ceo {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #F3E9E9;
	padding: 3%;
}
	.staff .ceo h3 {
	font-size: 18px;
	font-weight: bold;
	color: #036;
}
	.staff .ceo img {
	padding: 2px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
	.staff .ceo p {
	line-height: 22px;
}
	.staff .box {
	background-color: #F3E9E9;
}
	.staff .box h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
	.staff .box img {
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #CCC;
}
	.staff .box p {
}
	.staff .box p span {
	font-size: 10px;
	line-height: 13px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#staff .grid{
margin-bottom: 4%;
  
}
#staff .grid .box { height: auto !important; padding: 3% !important; min-height: 29vw; }
#staff .grid .box h3 { font-size: 4vw; }
#staff .grid .box p { font-size: 3.6vw; line-height: 1.6; }
#staff .grid .box p span { font-size: 3.3vw; }


.googlecal {

}
.facebook { float:none; text-align:center; margin-top:15px; }
.fb_iframe_widget span {
}
.fb_iframe_widget iframe {
}


.join {}
.join h3 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
	color: #036;
}
.join p {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	line-height: 22px;
	font-size: 14px;
	padding-bottom: 15px;
}
.price {
	margin-top:15px;
	margin-bottom:15px;
}
.price table {
	width: 94%;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #FFF;
	margin-left:auto;
	margin-right:auto;
}
.price table tr {}
.price table tr th {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: middle;
	text-align: center;
	padding: 3px;
	border: 1px solid #999;
	color: #FFF;
	background-color: #036;
}
.price table tr td {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: middle;
	padding: 2vw;
	border: 1px solid #999;
}
.price .left { text-align:left; }
.price .right { text-align:right; }
.price .center { text-align:center; }
.gymabout {
	width: 94%;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
}
.gymabout dl {
	display: table;
	width: 100%;
}
.gymabout dl dt {
	display: table-cell;
	vertical-align:middle;
	text-align:center;
	width: 20%;
	padding: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
}
.gymabout dl dd {
	display: table-cell;
	width:80%;
	padding: 3%;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
}
.gymabout dl dd a { text-decoration: underline; }
  .faq .box h3 { float: left; }








@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

.scroll-hint--show {
  display: block;
}
  

/*----------------------------*/
#faq {}
#faq .gridWrapper .grid:first-child { margin-top: 0; }
#faq .gridWrapper .box {}
#faq .gridWrapper .box img { display: none; }
#faq .gridWrapper .box h3 { float: left; font-size: 4vw; padding-top: 2%; width: 100%; }
#faq .gridWrapper .box h3::before { content: "　"; width: 6vw; height: 6vw; margin-right: 2%; background-size: cover; display: inline-block; background-image: url('../images/q.gif'); background-repeat: no-repeat; background-position: left top; }

#faq .gridWrapper .box p { clear: left; }

.table-container {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}

.table-container table {
  border-collapse: collapse;
}
.scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  display: none;
  animation: scroll-hint-animation 2s infinite ease;
}

@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

.scroll-hint--show {
  display: block;
}

/*ipad*/

html.ipad body.landscape .googlecal {
	padding-right:30px !important;
}
html.ipad body.landscape .googlecal iframe {

}
html.ipad body.portrait .googlecal {
	padding-bottom:20px !important;
}
html.ipad body .fb_iframe_widget {
	padding-left:0px !important;
}
html.ipad body.portrait .facebook {}
html.ipad body.portrait .fb_iframe_widget span { display:block !important; margin-left:auto !important; margin-right:auto !important; }