@charset "UTF-8";
@import url(./reset.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:900i);

* {
	box-sizing: border-box;
}

html {
	overflow: auto;
}
body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: normal;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	color: #000;
	background-color: #fff;
	overflow: hidden;
}

img {
	border: none;
	vertical-align: bottom;
	height: auto;
}

.clearfix:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.mb0 { margin-bottom: 0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb3em { margin-bottom: 3em !important; }
.mb4em { margin-bottom: 4em !important; }
.mb5em { margin-bottom: 5em !important; }
.mb6em { margin-bottom: 6em !important; }
.pt0 { padding-top: 0px !important; }
.pb0 { padding-bottom: 0px !important; }
.pt60 { padding-top: 60px !important; }
.pb60 { padding-bottom: 60px !important; }
.center { text-align: center; }
.alignright { text-align: right; }
.aligncenter { text-align: center; }
.bold { font-weight: 900; }
.nowrap { white-space: nowrap; }


.en {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-style: italic;
}

@media screen and (max-width: 767px){
	.pcOnly{
		display: none;
	}
}

@media screen and (min-width: 768px){
	.spOnly{
		display: none;
	}
}

#wrapper {
	width: 100%;
	max-width: 2000px;
	position: relative;
	margin: 0 auto;
}

@media screen and (max-width: 767px){
	
	#wrapper {
		min-width: 100%;
	}
	
}

#js-menuBk {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}

/*------ヘッダーメニュー-----*/


header {
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 0 20px;
	background-color: #fff;
}

header .logo img {
	width: 260px;
	transition: 0.3s opacity ease;
}

header .logo img:hover {
	opacity: 0.6;
}


@media screen and (max-width: 767px){
	
	header {
		height: 60px;
		padding: 0 0 0 10px;
		position: fixed;
		z-index: 999;
	}

	header .logo img {
		width: 200px;
        width: 100%;
	height: 50vw;
	max-height: 800px;
	position: relative;
	}

}

/*------イメージ-----*/



.main_visual {
	width: 100%;
	max-height: 800px;
    text-align: center;
    
}
.main_visual img {
	width: 100%;
	height: auto;
}

.pc { display: block !important; }
.sp { display: none !important; }


@media screen and (max-width: 767px){

	.main_visual {
		height: auto;
		background: none;
	}
	
	.main_visual img {
		width: 100%;
		height: auto;
	}
	
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/*------アバウト-----*/

.h2box {
	padding: 70px 0 65px 0;
	text-align: center;
}

.h2box .en {
	font-size: 36px;
	color: #005faa;
	letter-spacing: 0.1em;
}


@media screen and (max-width: 767px){

	.h2box {
		padding: 40px 0 30px 0;
	}

	.h2box .en {
		font-size: 24px;
		margin-bottom: 10px;
	}

}


/*------設備-----*/

.facility .inner {
	max-width: 1040px;
	padding: 0 20px 100px;
	margin: 0 auto;
}

.facility ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.facility li {
	width: 30%;
	margin-bottom: 50px;
}

.facility li img {
	width: 100%;
	margin-bottom: 25px;
	transition: opacity 0.3s ease;
}

.facility li a:hover img {
	opacity: 0.6;
}

.facility li h3 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.5;
}

.facility a {
	color: #000;
	text-decoration: none;
}

.facility li p {
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 767px){
	
	.facility .inner {
		padding: 0 20px;
	}

	.facility ul {
		display: block;
	}

	.facility li {
		width: 100%;
	}

	.facility li img {
		max-width: 480px;
		margin: 0 auto 20px;
		display: block;
	}

	.facility li h3 {
		font-size: 13px;
	}
	
	.facility li p {
		max-width: 480px;
		font-size: 11px;
		margin: 0 auto;
	}
	
}


/*------フッター-----*/

footer {
	background-color: #005faa;
	padding: 35px 40px;
	color: #fff;
	display: flex;
	justify-content: space-between;
}

footer small {
	font-size: 11px;
	letter-spacing: 0.1em;
}

footer a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px){
	
	footer {
		padding: 30px 20px;
		flex-direction: column;
		align-items: center;
	}

	footer small {
		font-size: 10px;
		margin-bottom: 30px;
	}

	footer a {
		font-size: 12px;
	}
	
}



/*--------------pageTop--------------*/

#pageTop{
	position: fixed;
	right: -60px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5) url(../img/pagetop.png) no-repeat 50% 50%;
	background-size: 14px;
	z-index: 9998;
	transition: all 0.3s ease;
	text-indent: -9999px;
}

#pageTop.showIn{
	right: 0;
}

@media screen and (min-width: 768px), print{
	#pageTop{
		right: 35px;
		bottom: -60px;
		width: 60px;
		height: 60px;
		background: rgba(0, 0, 0, 0.5) url(../img/pagetop.png) no-repeat 50% 50%;
		background-size: 27px;
	}
	
	#pageTop.showIn{
		right: 35px;
		bottom: 30px;
	}
}


/*------下層-----*/

.page_hdr {
	background-color: #f5f5f5;
	padding: 60px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #005faa;
	margin-bottom: 50px;
	font-size: 24px;
}

article .inner {
	max-width: 1040px;
	padding: 0 20px 50px;
	margin: 0 auto;
	letter-spacing: 0.1em;
}

.pankuzu {
	margin-bottom: 50px;
	font-size: 11px;
}

article a {
	color: #005faa;
	text-decoration: underline;
}
article a:hover {
	text-decoration: none;
}

article .hdg_a {
	font-size: 16px;
	font-weight: bold;
	padding: 0 10px 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

article .honbun {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 70px;
}

@media screen and (max-width: 767px){
	
	.page_hdr {
		padding: 30px 20px;
		margin-bottom: 30px;
		font-size: 18px;
	}
	
	article .inner {
		padding: 0 20px 50px;
	}
	
	.pankuzu {
		margin-bottom: 30px;
		font-size: 10px;
	}

	article .hdg_a {
		font-size: 13px;
		padding: 0 0 10px;
		margin-bottom: 20px;
	}

	article .honbun {
		font-size: 12px;
		margin-bottom: 40px;
	}
	
}

/*------フォーム-----*/

.form > p {
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 3em;
}

.f_table {
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	margin-bottom: 50px;
}

.f_table .tr {
	width: 100%;
	display: flex;
	border-top: 1px solid #e5e5e5;
}

.f_table .th {
	width: 250px;
	padding: 30px 25px;
	background-color: #f5f5f5;
	line-height: 1.5;
	display: flex;
	align-items: center;
}

.f_table span {
	background-color: #005faa;
	font-size: 11px;
	padding: 2px 5px;
	color: #fff;
	white-space: nowrap;
	margin-left: 15px;
	line-height: 14px;
}

.f_table .td {
	width: calc( 100% - 250px );
	padding: 30px 25px;
	line-height: 1.5;
	text-align: left;
}

.f_table input[type='text'], .f_table textarea {
	border: 1px solid #ccc;
	width: 100%;
	height: 46px;
	padding: 5px;
	transition: all 0.3s ease;
	-webkit-appearance : none;
	border-radius: none !important;
	line-height: 1.5;
}

.f_table input[type='text']:focus, .f_table textarea:focus {
	background-color: #f5f5f5;
	border: 1px solid #999;
}

.f_table textarea {
	height: 200px;
}

.privacy {
	background-color: #f5f5f5;
	padding: 30px;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto 50px;
	max-width: 640px;
}

.privacy div {
	font-weight: bold;
}

.form input[type='submit'] {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width: 100%;
	max-width: 320px;
	height: 60px;
	color: #fff;
	background-color: #005faa;
	font-size: 16px;
	border: none;
	margin: 0 auto 60px;
	font-weight: bold;
	cursor: pointer;
	transition: opacity 0.3s ease;
	-webkit-appearance : none;
	border-radius: none !important;
	display: block;
}

.form input[type='submit']:hover {
	opacity: 0.6;
}

@media screen and (max-width: 767px){
	
	.form > p {
		text-align: left;
		font-size: 12px;
		margin-bottom: 3em;
	}
	
	.f_table {
		font-size: 13px;
		margin-bottom: 0;
		border: none;
	}

	.f_table .tr {
		display: block;
		border: none;
	}
	
	.f_table .th {
		width: 100%;
		background-color: transparent;
		padding: 0;
		display: block;
	}

	.f_table span {
		font-size: 10px;
		padding: 2px 5px;
		margin-left: 10px;
		line-height: 12px;
	}

	.f_table .td {
		width: 100%;
		padding: 15px 0 30px;
	}
	
	.f_table input[type='text'], .f_table textarea {
		height: 36px;
		padding: 5px;
	}

	.f_table textarea {
		height: 200px;
	}

	.privacy {
		max-width: 480px;
		padding: 20px 10px;
		font-size: 13px;
		margin: 0 auto 30px;
	}

	.form input[type='submit'] {
		width: 100%;
		max-width: 240px;
		height: 50px;
		font-size: 14px;
		margin-bottom: 10px;
		border-radius: 5px;
	}
	
}