@charset "utf-8";
/* CSS Document */
/* -----------------------------------------
   first h1
----------------------------------------- */
#h1-item {
	position: relative;
	width: 100%;
}

#h1-item .main-img {
	display: block;
	width: 100%;
	height: auto;
}

#h1-item h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	color: #fff;
	font-size: 3.0rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-shadow:
		0 1px 2px rgba(0, 0, 0, 0.9),
		0 2px 6px rgba(0, 0, 0, 0.8),
		0 0 12px rgba(0, 0, 0, 0.6);
}
#map{
	padding: 3rem 1.5rem;
}
/* =========================================
   tablet
========================================= */
@media screen and (min-width: 768px) {

	#h1-item h1 {
		font-size: 3.6rem;
	}
	#map {
		padding: 5rem;
	}
}
/* =========================================
   PC
========================================= */
@media screen and (min-width: 1024px) {

	#h1-item h1 {
		font-size: 4.2rem;
	}

	

}
