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


@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');



html, body {
	width: 100%;
	height: 100%;
}
body{
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 12pt;
	font-weight: 400;
	line-height: 22pt;
	color: #1b2a75;
	text-align: center;
	background-color:#F6F6F6;
}
body.loading{ position:fixed; }

a,a:visited {
	color: #1b2a75;
	text-decoration: none;
}
a:hover,a:active{ color: #3333cc; }
a img{ vertical-align:bottom; }


/* for bg image */
h1,h2,h4,.btn div a{
	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;
	background-image: url(../images/flower.svg);
	background-repeat: no-repeat;
	background-position: center 307px;
	background-size: 186px 200px;
	position: fixed;
	z-index: 9999;
}
header,footer,#location,#guide{
	display: none;
}
div#container{
	width: 100%;
	min-height: 100vh;
	padding: 80px 0 0 0;
	box-sizing: border-box;
}
div#container h1{
	width: 200px;
	height: 76px;
	background-image: url(../images/logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto 20px auto;
}
div#container h2{
	width: 300px;
	height: 51px;
	background-image: url(../images/text1.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto 80px auto;
}
div#container .flower{
	width: 186px;
	height: 200px;
	background-image: url(../images/flower.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin: 0 auto 80px auto;
}
div#container #instafeed{
	width: 100%;
	padding: 0 10px;
	margin: 0 auto 80px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	box-sizing: border-box;
}
div#container #instafeed li{
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
}
div#container #instafeed li a{
	width: 100%;
	height: calc((100vw - 20px)*0.25);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	transition: all 0.2s ease-out;
}
div#container #instafeed li a:hover{
	opacity: 0.7;
}
div#container #instafeed li a img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

div#container .info{
	width: 100%;
	margin: 0 auto 80px auto;	
}
div#container .info dl{}
div#container .info dl dt{
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 20px;
}
div#container .info dl dd{
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 100%;
	margin-bottom: 10px;
}
div#container .info dl dd:last-child{
	padding: 30px 0 0 0;
	margin: 0px;
}
div#container .info dl dd br{ display: none; }

div#container .map{
	width: 100%;
	padding: 0 20px 20px 20px;
	margin: 0 auto;	
	box-sizing: border-box;
}
div#container .map iframe{
	width: 100%;
	height: 75vw;
	vertical-align: bottom;
}
div#container .btn{
	width: 100px;
	margin: 0 auto 80px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
div#container .btn a{
	transition: opacity 0.3s ease-in;
	background-size: contain;
	height: 40px;
}
div#container .btn a:hover{ opacity: 0.7; }
div#container .btn .fb{ width: 40px; }
div#container .btn .fb a{ background-image: url(../images/fb.png); }
div#container .btn .insta{ width: 40px; }
div#container .btn .insta a{ background-image: url(../images/insta.png); }



/* 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; }

#loader{ background-position: center 167px; }

div#container{ padding: 40px 0 0 0; }
div#container h1{
	width: 120px;
	height: 46px;
	margin: 0 auto 10px auto;
}
div#container h2{
	width: 180px;
	height: 31px;
	margin: 0 auto 40px auto;
}
div#container #instafeed{
	padding: 0 5px;
	margin: 0 auto 30px auto;
	box-sizing: border-box;
}
div#container #instafeed li{
	width: 50%;
	padding: 5px;
	box-sizing: border-box;
}
div#container #instafeed li a{
	display: block;
	transition: all 0.2s ease-out;
}
div#container #instafeed li a:hover{
	opacity: 0.7;
}
div#container #instafeed li a img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

div#container .info{
	width: 100%;
	padding: 0 20px;
	margin: 0 auto 40px auto;
	box-sizing: border-box;
}
div#container .info dl{}
div#container .info dl dt{
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 20px;
}
div#container .info dl dd{
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 10px;
}
div#container .info dl dd:last-child{
	padding: 30px 0 0 0;
	margin: 0px;
}
div#container .info dl dd br{ display: block; }

div#container .map{
	padding: 0 10px 10px 10px;
}
div#container .map iframe{ height: 150vw; }

div#container .btn{
	width: 70px;
	margin: 0 auto 40px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
div#container .btn a{
	transition: opacity 0.3s ease-in;
	background-size: contain;
	height: 30px;
}
div#container .btn a:hover{ opacity: 1; }
div#container .btn .fb{ width: 30px; }
div#container .btn .insta{ width: 30px; }






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