@charset "utf-8";
/* ============================================================================================= */
/*                                                                                               */
/* access 用CSS                                                                                  */
/*                                                                                               */
/* ============================================================================================= */

/* ================================================================ */
/* アクセス                                                         */
/* ================================================================ */
.map{
	margin:0 auto;
	text-align:center;
	margin-bottom:20px;
}
.map iframe{
	border-radius:5px;
	border:solid 5px #ddd;
}

.park-map{
	text-align:center;
	position:relative;
}
.map-icon{
	position:absolute;
}

