@charset "utf-8";


/************  インフォメーション  ************/
#map_wrap {
	position: relative;
	width: 100%;
	height: 750px;
}
#map_wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

@media only screen and (max-width: 639px) {
	#map_wrap {
		height: 300px;
	}
}