@charset "UTF-8";


#map iframe {
	margin:10px 0;
	height:756px;
}
#map .sp {
	text-align:center;
}

#access {
	margin-top:60px;
}
#access h3 {
	color:#7b9437;
	font-weight:bold;
}


@media only screen and (max-width:767px) {
	#map iframe {
		height:300px;
	}
	#access {
		margin-top:30px;
	}
}