@charset "utf-8";
/* CSS Document */
/* 青 #0071BD rgba(0,113,189,1.00)
   濃い水色 #00ABF0
   薄い水色 #88BDDD rgba(136,189,221,1.00)*/
*{
	margin: 0;
	padding: 0;
} 
body {
	font-size: 14px;
	letter-spacing: 1px;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	color: #4d4d4d;
	-webkit-text-size-adjust: 100%;
	background-image: url(../img/back_img.jpg);
	background-size: 50%;
	height: 100vh;
}
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: #4d4d4d;
}
.box_txt a{
	border-bottom: 1px solid #4d4d4d;
}
address{
	font-style: normal;
}
#wrap{
	max-width: 768px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.line{
	width: 100px;
	height: 1px;
	background-color: rgba(0,200,255,0.50);
	margin: 15px auto;
}
.span_br{
	display: inline-block;
}
/*ヘッダー TOP以外*/
header{
	background-color: rgba(255,255,255,0.90);
	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);
	z-index: 2;
	border-bottom: 2px solid #00ABF0;
}
header #header{
	height: 10vh;
	padding: 1vh 0;
	text-align: center;
}
header #header h1 img{
	height: 10vh;
	width: auto;
	_padding-right: 100px;
}
/*IEのみ*/
@media all and (-ms-high-contrast: none) {
	header #header h1 img{
		padding-right: 15px;
	}
}
/*Firefoxのみ*/
@-moz-document url-prefix() {
	header #header h1 img{
		padding-right: 15px;
	}
}
/*メインメニュー 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 #00ABF0;
}
/*メインイメージ*/
#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: #00ABF0;
}
.main_wrap::-webkit-scrollbar-track-piece{
    background: #00ABF0;
}
.main_wrap::-webkit-scrollbar-track-piece:start{
    background: #00ABF0;
}
.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: #00ABF0;
}
#link ul::-webkit-scrollbar-track-piece{
    background: #00ABF0;
}
#link ul::-webkit-scrollbar-track-piece:start{
    background: #00ABF0;
}
#link ul::-webkit-scrollbar-track-piece:end{
    background: #fff;
}
#link ul li{
	width: 80px;
	margin: 10px;
	display: inline-block;
	vertical-align: top;
}
#link ul li a{
	color: #4d4d4d;
	font-size: 14px;
	letter-spacing: 2.5px;
	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.90);
	padding: 10px;
	color: #00ABF0;
}
#page_title figure{
	width: 80px;
	margin: 0 auto;
}
#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: #00ABF0;
	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;
}


@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 (min-width: 700px){
footer{
	font-size: 14px;
}
}