@charset "utf-8";
/* CSS Document */
.map-area {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.map-area iframe {
	position:absolute;
	width: 100%;
	height: 100%;
		
}


@media screen and (min-width:768px) {
	/* グーグルマップの表示エリア  */
	.map-area {
		width: 80%;
		height: 600px;
		margin: 30px auto;
	}
	main h2 {
		width: 80%;
		margin: 60px auto 30px;
		border-left: 10px solid green;
		text-indent: 0.5em;
	}
	#access {
		margin-bottom: 100px;
	}
	
}