@charset "UTF-8";
.accident1 {
	background-color: #67C37E;
	border-radius: 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 20px;
}
.access1 {
	margin-bottom: 46px;
}
.access11 {
	font-size: 18px;
	border-bottom: 1px dotted #000000;
	margin-bottom: 20px;
	font-weight: bold;
}
.access111 {
}
.access111 img {
	max-width: 100%;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 1px solid #ddd;
}
.access112 {
	text-align: center;
	margin-top: 15px;
}
.access112 img {
	max-width: 100%;
}
.map {
	border: 1px solid #ddd;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-bottom: 41px;
}
.googlemap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:779px) {
.access1 {
	margin-bottom: 40px;
}
.access11 {
	margin-bottom: 10px;
}
}
