@charset "utf-8";
/*////////////////////////////////////////////////////////////////
PC
////////////////////////////////////////////////////////////////*/	
@media print, screen and (min-width: 641px) {
.inner .w80 {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.inner .com_photo {
	overflow: hidden;
	margin-right: -2%;
}
.inner .com_photo dl {
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 15px;
}
.inner .com_photo dt {
}
.inner .com_photo dd {
}
.inner .map iframe {
	width: 100%;
	height: 600px;
	padding-bottom: 50px;
	padding-top: 30px;
}
.inner .map .image {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

}
/*////////////////////////////////////////////////////////////////
SP
////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 640px) {
.inner .w80 {
}
.inner .com_photo {
	overflow: hidden;
	margin-right: -3%;
}
.inner .com_photo dl {
	float: left;
	width: 47%;
	margin-right: 3%;
	margin-bottom: 10px;
}
.inner .com_photo dt {
}
.inner .com_photo dd {
}
.inner .map iframe {
	width: 100%;
	height: 350px;
	padding-bottom: 30px;
	padding-top: 10px;
}
.inner .map .image {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.inner .map .image img {
}

}