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


@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');




html, body {
	width: 100%;
	height: 100%;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-size: 10pt;
	font-weight: 500;
	line-height: 18pt;
	color: #FFF;
	text-align: center;
	background-color:#F9F9F9;
}
body.loading{ position:fixed; }

a,a:visited {
	color: #111;
	text-decoration: none;
}
a:hover,a:active{ color: #97eaf4; }
a img{ vertical-align:bottom; }


/* for bg image */
h1{
	text-align:left;
	text-indent: 100%;
	white-space:nowrap;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	overflow: hidden;
}
#loader{
	width: 100%;
	height: 100%;
	background-color: #F0F0F0;
	position: fixed;
	z-index: 9999;
}
header,footer,#location,#guide{
	display: none;
}
div#container{
	width: 100%;
	height: 100vh;
	padding: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
div#container h1{
	width: 338px;
	height: 30px;
	margin-bottom: 20px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
}
div#container h2{
	color: #666;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}



/* margin */
.nm { margin: 0px !important; }
.mb40 { margin-bottom: 40px !important; }
/* clearfix */
.package:after,.data dl:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.package,.data dl{ zoom: 100%; }
.package,.data dl{
	display: inline-table;
	overflow:hidden;
}
/* Hides from IE-mac ￥*/
* html .package,* html .data dl{ height: 1%; }
.package,.data dl{ display: block; }
/* End hide from IE-mac */


/* ---------------------------------------------------------------------------------------------------------------------
---------------------------------------------------- Media Queries Tablet --------------------------------------- */

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



}

/* ---------------------------------------------------------------------------------------------------------------------
---------------------------------------------------- Media Queries Smartphone --------------------------------------- */

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

html{ font-size: 80%; }
body {
	font-size: 1rem;
	line-height: 1.5rem;
}
a img{ vertical-align:bottom; }

div#container h1{
	width: 169px;
	height: 15px;
}
div#container h2{
	font-size: 1rem;
}








}
@media screen and (min-width: 376px){
}
