@charset 'utf-8';


/*=======================================================
	ハグーンを探そう
=======================================================*/
.finding_wrap{
	margin: 10px 30px 20px 30px;
	padding: 30px 0 0;
	height: 980px;
	text-align: center;
	position: relative;
}
.finding_box{
	margin: 0 auto;
	padding-left: 50px;
	height: 990px;
	border-radius: 20px;
	background-color: #00aae8;
}
.finding_box h1{ padding: 25px 0 20px; }
.finding_cont{
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	position: absolute;
	border-radius: 10px;
	background: url(/img/loading_gray.gif) no-repeat center center;
}

.leaflet-container{ background-color: #00aae8; }

.answer_cont{
	padding: 0;
	text-align: center;
}
.answer_ttl{ margin: 0 0 25px; }
.answer_ttl a:hover{ opacity: 0.7; }

#ui-id-1{
	overflow: visible;
	border-radius: 20px;
}

#image1{ width: 800px; }
.leaflet-left{
	margin: auto 0;
	overflow: visible;
	position: absolute;
	z-index: 2000;
	top: 10px;
	right: auto;
	bottom: 0;
	left: 10px;
	text-align: center;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar{
	margin: auto 0;
	padding: 0;
	position: static;
	border-radius: 0;
}
.leaflet-touch .leaflet-bar a{
	padding: 10px 0 0;
	display: block;
	position: static;
	z-index: 2000;
	width: 41px;
	height: 42px;
	border-radius: 0;
	background: none;
	background-color: #fff;
}
.hugoon_footer_nav{
	padding: 25px;
	position: relative;
	z-index: 10;
	border: 1px solid #fff;
	background-color: #eafbff;
	text-align: center;
}

.answer_box{
	padding-bottom: 30px;
	display: none;
}
.answer_zoom_img{ margin: 0 10px 0 0; }

.loading{
	position: absolute;
	z-index: 3000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00aae8 url(../img/gif-load.gif) no-repeat center 40%;
	opacity: 1.0;
	color: #fff;
	color: #00aae8;
	transition: all 0.3s;
}
.loading.hide{
	z-index: -1;
	background-color: #fff;
	opacity: 0;
}

.illustration_info{
	position: absolute;
	right: 55px;
	bottom: 13px;
	z-index: 1000;
	color: #fff;
	font-size: 12px; /* ie8 */
	font-size: 1.2rem;
}



/* ===========================================
	MediaQueries
=========================================== */


/* PC----------------------------- */
@media screen and (min-width: 768px){
}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	#brand .finding_cont img{
		max-width: none !important;
		height: auto !important;
	}
	.finding_wrap{
		margin: 0;
		padding: 0 0 137%;
		height: 0;
	}
	#image1{ width: 100%; }
	.finding_box{
		padding: 0 0 118%;
		height: 0;
		border-radius: 0;
	}
	.finding_box h1{
		margin: 0 15px;
		padding: 15px 0;
	}
	.finding_cont{ margin: 0 10px; }
	.answer_cont{ padding: 20px 0; }
	.answer_ttl{
		margin: 0 auto;
		padding: 0 15px;
		max-width: 240px;
	}
	.answer_box{ padding: 15px; }
	.answer_zoom_img{ margin: 0 0 10px 0; }
	
	
	.leaflet-touch .leaflet-control-layers,
	.leaflet-touch .leaflet-bar {
		width: 80px;
		height: 80px;
		background-size: 100% auto;
	}
	.leaflet-touch .leaflet-bar a:first-child {
		background: url(../img/zoom_in.png) no-repeat center center;
		width: 20px;
		height: 20px;
		background-size: 100% auto;
	}
	.leaflet-touch .leaflet-bar a:last-child {
		background: url(../img/zoom_out.png) no-repeat center 8px;
		width: 20px;
		height: 20px;
		background-size: 100% auto;
	}
	.hugoon_footer_nav{
		padding: 15px;
	}
	
	.illustration_info{
		padding: 0 15px 20px;
		position: static;
		z-index: 1000;
		color: #fff;
		font-size: 12px; /* ie8 */
		font-size: 1.2rem;
		background-color: #00aae8;
		text-align: left;
	}

}
