@charset "UTF-8";
/* CSS Document */

/* ============================
		Reset
 ============================ */


/* ============================
		accessSection
 ============================ */

.accessSection .gmap {
margin-bottom: 2em;
}

.accessSection .gmap iframe {
width: 100%;
height: 400px;
}

.accessSection .parkingMap {
text-align: center;
}

.accessSection .parkingMap img {
width: 100%;
max-width: 520px;
}


/* for PC */
@media screen and (min-width: 1201px) {

	.accessSection .gmap iframe {
	width: 100%;
	height: 600px;
	}


}



/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}
