@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Lucida Grande', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'Verdana', 'MS P ゴシック';
	font-size: 13px;
*font-size: small;
*font: x-small;
	color: #333;
	line-height : 1.5;
	background-color: #FFF;
}
input, textarea {
	font-family: 'Lucida Grande', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'Verdana', 'MS P ゴシック';
}
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}
html {
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
/* リンク
----------------------------------------------------*/
a {
	color: #3975cb;
	text-decoration: none;
	z-index: 10;
}
a:link {
	color: #3975cb;
	text-decoration: none;
}
a:visited {
	color: #3975cb;
	text-decoration: none;
	z-index: 10;
}
a:hover {
	color: #3975cb;
	text-decoration: none;
	z-index: 10;
}
a:active {
	color: #3975cb;
	text-decoration: none;
	z-index: 10;
}
img {
	vertical-align: bottom;
	text-decoration: none;
	border: 0;
	line-height: 1px;
}
a:hover img {
	border: none;
	text-decoration: none;
}
a:hover img.onimg {
	/* [disabled]opacity: 0.7; */
	/* [disabled]filter: alpha(opacity=70); */
	text-decoration: none;
}
/*---------------------------------
add css standard start
--------------------------------*/

img {
	max-width: 100%;
}
table {
	width: 100%;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
	clear: both;
}
.inline_block {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
a, a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
img.wide {
	width: 100%;
	height: auto;
}

/*---------------------------------
ヘッダー
--------------------------------*/
hearder#gheader{
}
h1#logo{
	position: relative;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h1#logo img.logoimg{
	height: auto;
	width: 100%;
}
.h_address{
	font-size: 10px;
	color: #666;
	background-color: #eee;
	padding: 5px;
}
.h_catch{
	font-size: 12px;
	color: #FFF;
	background-image: url(/sp/common/img/top/h_bg.jpg);
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#gmenu{
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}
#gmenu ul{
}
#gmenu ul li{
	float: left;
	width: 50%;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	border-collapse: collapse;
}
#gmenu ul li a {
	position: relative;
	display: block;
	padding: 10px 5px 10px 30px;
	background-image: url(/sp/common/img/menuline.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
#gmenu ul li a img{height:25px;width:auto;}
#gmenu ul li a:before {
	position: absolute;
	top: 50%;
	left:10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #3975cb;
	border-right: 2px solid #3975cb;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (min-width: 480px) {
#gmenu ul li{
	width: 25%;
}
	}

/*---------------------------------

--------------------------------*/

h2.title{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #3975cb;
	padding: 10px;
	line-height: 14px;
}

/*---------------------------------
お知らせ
--------------------------------*/


.infoarea ul{
	list-style-type: none;
}
.infoarea ul li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding: 10px;
}
.infoarea ul li a{
	display: block;
}
@media screen and (min-width: 480px) {
.infoarea ul li a{
	display: inline;
}
	}

.infobtn{
	padding: 10px;
}
.infobtn a{
	background-image: url(/sp/common/img/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;/* Safari,Google Chrome用 */
	-moz-background-size: 20px 20px;/* Firefox用 */
	-o-background-size: 20px 20px;/* Opera用 */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	display: block;
}
@media screen and (min-width: 480px) {
.infobtn a{
	display: inline;margin-right:10px;
}
	}
	
	
/*---------------------------------

--------------------------------*/


.hide {display:none;}




/*---------------------------------
footer
--------------------------------*/
.bannerarea{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bannerarea img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

div#footer {
	text-align: center;
	padding: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
div#footer img{
	width: 100%;
	height: auto;
}
.copyright{
	font-size: 9px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 20px;
}
/*---------------------------------
pagetop
--------------------------------*/
.pagetop {
	position: fixed;
	bottom: 0px;
	right: -100px;
	z-index: 100;
}
.pagetop a {
	display: block;
	width: 75px;
	height: 75px;
	text-decoration: none;
}
.pagetop a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	text-decoration: none;
}
/*---------------------------------
top
--------------------------------*/
.topcatch {
	background-color: #5185c5;
	padding: 10px;
	color: #FFF;
}





/*---------------------------------
お問い合わせ
--------------------------------*/
.phone{
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.phone img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
/*---------------------------------
2層目
--------------------------------*/
.spsec{border-top:solid 3px #3975cb;}
.contentsarea{border-bottom:solid 3px #3975cb;}

.homebtn{
	padding: 10px;
	text-align: center;
}
.homebtn a{
	background-image: url(/sp/common/img/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;/* Safari,Google Chrome用 */
	-moz-background-size: 20px 20px;/* Firefox用 */
	-o-background-size: 20px 20px;/* Opera用 */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	display: inline;margin-right:20px;
}
/*---------------------------------
2層目プルダウンメニュー
--------------------------------*/
.pdmenu{
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.select-wrap{
	position: relative;
	overflow: hidden;
	display: inline-block;
	min-width: 192px;
	min-width: 12em;
	background-color: #eee;
	border: 1px solid #c0c0c0;
	color: #333;
	background-image: url(/sp/common/img/bullet2.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;/* Safari,Google Chrome用 */
	-moz-background-size: 20px 20px;/* Firefox用 */
	-o-background-size: 20px 20px;/* Opera用 */
	padding-left: 20px;
} 

.select-wrap select{ -webkit-appearance:none; -moz-appearance:none; appearance:none; appearance:none; position:relative; z-index:2; display:block; width:200%;/* fallback non calc support */ width:-webkit-calc(100% + 5em); margin:0; padding:11px 35px 11px 11px; padding:.6875rem 2.1875rem .6875rem .6875rem; background:transparent; border:0; outline:none; font-size:16px; font-size:1rem; line-height:1.5;
 } 
.entypo-down-open-mini:before{ /* content:'';  */
	font-family: 'entypo',sans-serif;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 12px;
right:.75rem; 		margin-top: -8px;
margin-top:-.5rem; 		font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	color: #333;
	
}

/*main*/
.main{
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.main h2{
	font-size: 16px;
	color: #3975cb;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3975cb;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.main h3{
	background-color: #f3f3f3;
	color: #333333;
	font-size: 14px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 12px;
	border-left-width: 6px;
	border-left-style: double;
	border-left-color: #b30014;
	line-height: 14px;
}
.main .catch{
	font-size: 16px;
	color: #b30014;
	font-weight: bold;
	line-height: 160%;
	padding-bottom: 5px;
}
.maparea{
	width: 250px;
	margin: 10px auto;
}
.main ul.chushaku{
	margin-top: 10px;
	margin-left: 30px;
}
.main ul.chushaku li{
	padding-bottom: 5px;
	list-style-position: outside;
	list-style-image: url(/membership/img/bullet.gif);
}

/*NBとは*/
ul.keiei{
	list-style-type: square;
	color: #b30014;
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
}
ul.keiei li{
	padding-bottom: 5px;
	font-weight: bold;
}

.houshin{padding:10px 0;}
.houshin img{width:100%;margin-bottom:10px;}

@media screen and (min-width: 480px) {
.houshin img{width:50%;}
	}
.singitai{
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
.singitai img{
	float: right;
	height: 110px;
	width: 135px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.sidoucatch{
	font-size: 24px;
	font-weight: bold;
	color: #3975cb;
	padding: 10px;
}

/*施設案内*/
.shisetsubox{
	padding-bottom: 20px;
	overflow: hidden;
	padding-top: 10px;
}
.shisetsubox .parea{
	float: none;
	width: 100%;
	text-align: center;
}
.shisetsubox .parea img{width:95%;}
.shisetsubox .tarea{
	float: none;
	width: 90%;margin:0 auto;
}
.fac_catch{
	margin: 10px 0;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
@media screen and (min-width: 480px) {
	
.shisetsubox .parea{
	float: left;
	width: 50%;
	text-align: center;
}
.shisetsubox .tarea{
	float: left;
	width: 45%;
}
.shisetsubox .parea img{width:90%;}

	}
	
.pgallery {
	overflow: hidden;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.pgallery h4{padding:10px 0;}
.pgallery ul{
	list-style-type: none;
	margin-left: 10px;
}
.pgallery ul li{
	float: left;
	height: 160px;
	width: 210px;
	list-style-type: none;
}
.pgallery ul li p{
	padding-left: 5px;
	font-size: 12px;
	padding-top: 3px;
}

/*pp*/
ol.pplist{
	margin-top: 20px;
	margin-left: 20px;
	line-height: 160%;
	list-style-type: decimal;
}
ol.pplist li{
	padding-bottom: 20px;
}
ol.pplist li strong {
	color: #3975cb;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 5px;
}
.inqbox{
	background-color: #eee;
	padding: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 0px;
}
/*サイトマップ*/
ul.sitemap{
	margin: 30px;
}
ul.sitemap li{
	list-style-position: outside;
	list-style-image: url(/membership/img/bullet.gif);
	font-size: 16px;
	padding-bottom: 10px;
}

/*table*/
table.cominfo {
	border-collapse: collapse;
	width:100%;
}
table.cominfo th.t_top {
    border-top: #999 1px solid;
}
table.cominfo th {
	border-bottom: #999 1px solid;
	text-align: left;
	padding: 5px;
	font-weight: normal;
	background: #f7f7f7;
}
table.cominfo td.t_top {
	border-top: #999 1px solid;
}
table.cominfo td {
	border-bottom: #999 1px solid;
	text-align: left;
	padding: 5px;
}

table.abouttable {
    width:100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.abouttable  th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
	white-space: nowrap;
}
table.abouttable td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align:left;
}
table.price{
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
	font-size: 90%;
}
table.price th{
	border: 1px solid #FFF;
	background-color: #396;
	color: #FFF;
	padding: 3px;
	text-align: center;
}
table.price td{
	border: 1px solid #FFF;
	text-align: center;
	padding: 3px;
	vertical-align: middle;
	/*white-space: nowrap;*/
	color: #333;
}
table.price caption{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 3px;
}
@media screen and (min-width: 480px) {
	table.price{
	font-size: 100%;
}
	}
table.unkocourse{
	width: 100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #a4d7f6;
	margin-top: 20px;
	margin-bottom: 20px;
}
table.unkocourse caption{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 3px;
}
table.unkocourse th{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #a4d7f6;
	padding: 5px;
	background-color: #e6f4fc;
	font-size: 100%;
	color: #3c9ee8;
	font-weight: bold;
	display: block;
}
table.unkocourse td{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #a4d7f6;
	padding: 5px;
	display: block;
}
@media screen and (min-width: 480px) {
table.unkocourse th{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #a4d7f6;
	padding: 5px;
	white-space: nowrap;
	background-color: #e6f4fc;
	vertical-align: middle;
	font-size: 18px;
	color: #3c9ee8;
	width: auto;
	display: table-cell;
}
table.unkocourse td{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #a4d7f6;
	padding: 5px;
	width: auto;
	display: table-cell;
}
}

/*お問い合わせ*/
.infoate{
	border: 1px dotted #C00;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.formarea{padding:20px 0;}
.formarea table.form{
	width: 100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #a4d7f6;
	margin-top: 20px;
	margin-bottom: 20px;
}
.formarea table.form caption{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 3px;
}
.formarea table.form th{
	padding: 5px;
	vertical-align: middle;
	font-size: 14px;
	color: #3c9ee8;
	display: block;
}
.formarea table.form td{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #a4d7f6;
	padding: 5px;
	font-size: 14px;
	display: block;
}
input.box1{
	font-size: 14px;
	padding: 3px;
	width: 90%;
}
textarea.box2{
	font-size: 14px;
	padding: 3px;
	width: 90%;
}
input.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#56b9ff 0%,
		#3d82b4);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#56b9ff),
		to(#3d82b4));
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 3px solid #ffffff;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(255,255,255,0.1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(255,255,255,0.1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(255,255,255,0.1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
		background-color: #3975cb;
}
