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

#map_canvas {
	width: 100%;
   height: 600px;
}

.guide figure {
	margin-bottom: 5px;
}

.guide figure img {
	width: 100%;
}

.guide h4 {
	text-align: center;
	font-weight: 500;
	font-size: 110%;
}

.guide address {
	font-size: 90%;
	color: #666;
	word-break: break-all;
}

@media screen and (max-width: 35.49em) {
	#map_canvas {
		height: 450px;
	}
}