@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:16px;
font-family:"M PLUS Rounded 1c",verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-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{
	height:95px;
}

#header h1{
	font-size:12px;
	font-weight:normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/*************
/* ロゴ
*************/
.logo{
float:left;
}
.logo p {
	font-size:10px;
	text-align:center;
	font-weight:normal;
}
.logo span{display:block;}

/*************
/* 電話番号
*************/
.info{
float:right;
text-align:right;
}

.info .open{font-size:14px !important; line-height: 1.2;}
.info .open2{font-size:14px; padding-left:20px;}
.info .open3{font-size:14px; padding-left:56px;}

/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
margin-top:6px;
font-size:20px;
font-weight:bold;
  color: #013564;
}

.logo span,.info span{
font-size:.7em;
font-weight:normal;
}



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

/* ここから */
.mv {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
 
/* 全体を囲う要素 */
.mv-wrap {
  position: relative;
  /* 背景画像の高さ */
  height: 400px;
  background-image: url("../images/top_bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
}
 
video {
  display: block;
  width: 100%;
  /* 背景画像の高さ */
  height: 400px;
  /* 高さを維持したまま全体を表示させる */
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
 
.mv-bg {
  display: block;
  width: 100%;
  /* 背景画像の高さ */
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  /* 薄いレイヤーの色 */
  /* background-color: rgba(0, 30, 0, 0.2); */
  /* videoの上に乗せる */
  z-index: 2;
}
 
.mv-txt {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* レイヤー背景の上に乗せる */
  z-index: 3;
  margin: auto;
  text-align: center;
}



#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:20px;
  font-weight: bold;
	color: #F00;
}
.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;
}

* html #footer .inner{height:1%;}
#footer .grid{
margin:0;
}
#footer #info .logo, #footer #info .info{float:none;}
#footer #info .logo span {font-size: 13px;}
#footer #info .info{
clear:both;
text-align:left;
}
#footer .logo{font-size:20px;}
#footer .info .tel,#footer .info .tel span,#footer #info .open{
font-size:16px;
}
#footer #info .open{}
#footer #info .open2{padding-left: 22px}
#footer #info .open3{padding-left: 64px}
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;
}


  .scroll-hint {display: none;}
	#wrapper,#header,.inner{
	width:960px;
	padding:0;
	margin:0 auto;
	}
	
	#wrapper{padding-bottom:20px;}
  #access #wrapper { padding-bottom: 10%; }
  .idx .grid { margin-bottom: 5%; }
  .idx .box { width: 420px; margin-bottom: 4%; }
  .box p.readmore { position: absolute; right: 0; margin-top: 180px; }
  .idx .box h3 {margin-top: 14px; font-size: 22px; float: left; }
  .idx .box p { float: left; }
  .idx .gridWrapper { padding-bottom: 58px; }
  .idx .mv-txt {
    font-weight: bold;
    font-size: 60px;
    height: 395px;
    position: absolute;
    z-index: 3;
    text-align: left;
    padding-left: 20px;
    color: #c5c5c5;
    width: auto;
    font-family: 'Playfair', serif;
    font-weight: 500;
 
}
  .idx .mv-txt2 {
    font-size: 110px;
    height: 300px;
    position: relative;
    z-index: 9;
    text-align: right;
    padding-right: 0px;
    padding-top: 282px;
    color: #c5c5c5;
    width: auto;
    font-family: 'Playfair', serif;
    font-weight: 500;
    transform: rotate(-15deg);
}
.idx .infomation { float: right; }
.idx .infomation .kousin {
		overflow:auto;
		width:510px; height:490px;
		padding:5px 10px;
		border:1px solid #000;
		color:#000;
		background-color:#fff;
		line-height:1.5em;
}
.idx .infomation .kousin h3 { font-size: 20px; font-weight: bold; line-height: 2; }
.idx .infomation .kousin p { font-size: 16px; line-height: 1.6; }
.idx .infomation .fbnews::before { content: "　";
    background-image: url(../images/facebook.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block; padding-right: 8px; }
.idx .infomation .fbnews { font-size: 16px; font-weight: bold; padding: 8px 0 0; line-height: 2.5; }
.idx .infomation .fbnews a { text-decoration: underline; }
  nav#mainNav{
	clear:both;
	overflow:hidden;
	position:relative;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:160px;
	padding:20px 0;
  border-top:2px solid #ebebeb;
	border-bottom:2px solid #ebebeb;
	}
	
	nav#mainNav ul li.last a{width:159px;}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}

	nav#mainNav ul li a span{
	color:#bababa;
	font-size:10px;
	}

	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}

	nav#mainNav li.active a,nav#mainNav li a:hover{
	border-color: #003366;
	}
	
	#main{
	float:right;
	width:680px;
	padding:15px 0 0 0;
	}
	
	#sidebar{
	float:left;
	width:250px;
	padding:15px 0 0 0;
	overflow:hidden;
	}
	
	#sidebar article{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #ebebeb;
	overflow:hidden;
	}
	
	/* グリッド全体 */
	.gridWrapper{
	width:920px;
	margin:0 auto 0 auto;
    display: flex;
    align-items: stretch;
    flex-wrap:wrap;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	width:48%;
  padding: 1%;
	}
	
	#subpage .grid{width:auto;}
	.faq .grid{
	width:100%;
  padding: 0;
    margin-top: 3%;
	}
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
  .idx .grid::after {  }
	
	#footer .inner{
	width:940px;
	padding:10px;
	}


	.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;
 padding: 15px;
}
	.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 {
    font-size: 14px;
    line-height: 1.6;
}
	.staff .box p span {
	font-size: 12px;
	line-height: 1.5;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.googlecal {
	float:left;
	width:400px;
	height:400px;
}
.facebook { float:right; }
.fb_iframe_widget {
	padding-left:40px;
}
.fb_iframe_widget span {

}
.fb_iframe_widget iframe {

}


.join { margin-bottom: 4%; }
.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: 3px;
	color: #036;
}
.join p {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.6;
	font-size: 16px;
	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: 1%;
	border: 1px solid #999;
	color: #FFF;
	background-color: #036;
  font-weight: bold;
}
.price table tr td {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: middle;
	padding: 1%;
	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: 18%;
	padding: 2%;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
  background-color: aliceblue;
  font-weight: bold;
  font-size: 16px;
}
.gymabout dl dd {
	display: table-cell;
	padding: 2%;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
  font-size: 16px;
}
.gymabout dl dd a { text-decoration:underline; }
.gymphoto {
	float: left;
	margin-right: 13px;
	margin-bottom: 10px;
}
.gymphoto img {}
.gymtext {
	font-size: 16px;
}


/*----------------------------*/
#faq {}
#faq .gridWrapper .grid:first-child { margin-top: 0; }
#faq .gridWrapper .box {}
#faq .gridWrapper .box img {}
#faq .gridWrapper .box h3 { float: left; font-size: 20px; padding-top: 2px; }
#faq .gridWrapper .box p { clear: left; }






/*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; }


html.ipad #footer{
clear:both;
}

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

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

html.ipad #footer .grid{
margin:0;
  text-align: center;
  width: auto;
}

html.ipad #footer #info .logo,html.ipad #footer #info .info{float:none; font-size: 20px;}

html.ipad #footer #info .info{
clear:both;
text-align:center;
}

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

html.ipad #footer .info .tel,html.ipad #footer .info .tel span,html.ipad #footer #info .open,html.ipad #footer #info .open2,html.ipad #footer #info .open3{
font-size:14px;
}

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

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

