@charset "utf-8";

#map #map_canvas {
	margin-bottom: 20px;
	border: solid 5px #fff;
}

#map .address {
	margin-bottom: 2em;
	text-align:  center;
}

#map dl {
	text-align:  center;
}

#map dt {
	font-size: 1.1em;
	font-weight: 700;
	letter-spacing: 0.1em;
}

#map dd { margin-bottom: 1.5em;}

#detail img {
	margin-bottom: 20px;
	border: solid 5px #fff;
}

#detail p {
	text-align: center;
}

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

#map #map_canvas {
	width: 1090px;
	height: 500px;
}

}

@media screen and (max-width: 640px){

section .container {
	padding: 30px !important;
}

#map #map_canvas {
	width: 100%;
	height: 580px;
	box-sizing: border-box;
}

#detail p {
	text-align: left;
}

}


