@charset "utf-8";
/* CSS Document */
/* 
　　エメラルド #51BDFF rgba(81,189,255,1.00)
　　濃いエメラルド #2990FF 
　　ピンク #faabb3 rgba(250,171,179,1.00)
　　薄め #8BDDFF 
*/
*{
	margin: 0;
	padding: 0;
} 
body {
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 2;
	/*font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;*/
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #4d4d4d;
	background-image: url("../img/back_img.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	-webkit-text-size-adjust: 100%;
}
img{
	vertical-align:bottom;
	width: 100%;
	height: auto;
}
h1,h2,h3,h4,h5{
	font-size:100%;
	font-weight: normal; 
}
ul{
	list-style-type: none;
}
a{
	text-decoration: none;
	color: #51BDFF;
}
a:hover{
	opacity: 0.7;
	transition: all 0.3s;
}
address{
	font-style: normal;
}
#wrap{
	max-width: 768px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#homepage{
	margin: 0 3%;
	padding-bottom: 30vh;
	text-align: center;
}
#homepage a{
	background-color: #faabb3;
	color: #fff;
	display: block;
	padding: 10px;
}
#homepage a i{
	margin-left: 10px;
}
.span_br{
	display: inline-block;
}
.pc_br{
	display: block;
}
.sp_br{
	display: none;
}
.table{
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0 auto;
}
.table .table-cell{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.retop i{
	color: #51BDFF;
	font-size: 16px;
	margin-left: 10px;
}
/*ヘッダー TOP以外*/
header{
	background-color: rgba(81,189,255,0.80);
	position: fixed;
	width: 100%;
	max-width: 768px;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border-bottom: 2px solid #8BDDFF;
	z-index: 2;
}
header #header{
	height: 10vh;
	padding: 1vh 0;
	text-align: center;
}
header #header h1 img{
	height: 10vh;
	width: auto;
	max-width: 350px;
}
/*メインメニュー TOP以外*/
#main_menu{
	width: 100%;
	max-width: 768px;
	overflow: hidden;
	padding: 5px 0;
	background-color: rgba(255,255,255,0.90);
	box-sizing: border-box;
	position: fixed;
	z-index: 3;
	bottom: 24px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border-top: 2px solid #51BDFF;
}
#main_menu .swiper-slide{
	max-width: 110px;
}
#main_menu .swiper-slide:hover{
	opacity: 0.7;
	transition: all 0.3s;
}
/*メインイメージ*/
#main_img{
	position: fixed;
	width: 100%;
	max-width: 768px;
	overflow: hidden;
	height: 100%;
	min-height: 100vh;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 0;
}
#main_img #link_bt{
	cursor: pointer;
}
#main_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*コンテンツwrap*/
.main_wrap{
	position: fixed;
	width: 100%;
	height: 100%;
	max-width: 768px;
	top: 0;
	padding-top: 12vh;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 1;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background-color: rgba(255,255,255,0.50);
}
.main_wrap::-webkit-scrollbar{ 
    width: 2px;
}
.main_wrap::-webkit-scrollbar-thumb{ 
    background: #faabb3;
}
.main_wrap::-webkit-scrollbar-track-piece{
    background: #8BDDFF;
}
.main_wrap::-webkit-scrollbar-track-piece:start{
    background: #8BDDFF;
}
.main_wrap::-webkit-scrollbar-track-piece:end{
    background: #fff;
}
/*リンク*/
#link{
	position: fixed;
	z-index: 9999;
	opacity: 0;
	display: none;
	width: 100%;
	height: 100%;
	max-width: 768px;
	background-color:rgba(255,255,255,0.90);
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
#link ul{
	max-width: 600px;
	max-height: 450px;
	margin: 30px auto;
	overflow:auto;
	text-align: center;
	-webkit-overflow-scrolling: touch;
}
#link ul::-webkit-scrollbar{ 
    width: 2px;
}
#link ul::-webkit-scrollbar-thumb{ 
    background: #51BDFF;
}
#link ul::-webkit-scrollbar-track-piece{
    background: #001D6D;
}
#link ul::-webkit-scrollbar-track-piece:start{
    background: #001D6D;
}
#link ul::-webkit-scrollbar-track-piece:end{
    background: #fff;
}
#link ul li{
	width: 80px;
	margin: 10px;
	display: inline-block;
	vertical-align: top;
	word-wrap: break-word;
}
#link ul li a{
	font-size: 12px;
	color: #333;
	display: block;
}
#link ul li .link_img{
	position: relative;
	overflow: hidden;
	width: 100%;
}
#link ul li .link_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#link .close{
	text-align: center;
	position: static;
}
#link .close img{
	width: 40px;
}
/*ページタイトル*/
#page_title{
	background-color: rgba(255,255,255,0.80);
	padding: 10px;
	color: #2990FF;
}
#page_title figure{
	width: 80px;
	margin: 0 auto 10px;
}
#page_title h2{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
/*フッター*/
footer{
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	background-color:#51BDFF;
	padding: 5px 0;
	z-index: 9;
	font-size: 14px;
	line-height: 1;
	color: #fff;
}
footer a{
	color: #fff;
}
footer #footer{
}
.clearfix::after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}
.touchnon{
	pointer-events: none;
}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
	a:hover{
		opacity: none;
		transition: none;
	}
	#homepage a{
		padding-top: 13px;
	}
}
/*Firefoxのみ*/
@-moz-document url-prefix() {
}
/*タブレット以上*/
@media screen and (min-width: 700px){
	#homepage{
		margin: 0 8%;
		padding-bottom: 30vh;
		text-align: left;
	}
	#homepage a{
		display: inline-block;
	}
}
@media screen and (orientation: landscape){
#main_menu{
	width: 80%;
}
.main_wrap{
	position: fixed;
	width: 80%;
	height: 100%;
	min-height: 100vh;
	max-width: 768px;
	top: 0;
	padding-top: 12vh;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 1;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
#page_title figure{
	width: 120px;
}
#page_title h2{
	font-size: 24px;
}

}
@media screen and (max-width: 500px){
	.pc_br{
		display: none;
	}
	.sp_br{
		display: block;
	}
}
@media screen and (min-width: 700px){
footer{
	font-size: 14px;
}
}
