@charset "utf-8";
/* ============================================
	アクセス
============================================ */
.box_access {
	margin: 0 0 70px;
}
.box_access .text {
	width: 32%;
}
.box_access .text h5 {
	font-size: 125%;
    margin: 1em 0 0.25em;
	color: #0186D3;
}
.box_access .text ul.list_dot li:before {
    width: 0.3em;
    height: 0.3em;
}
.box_access .text a.btn_grd {
	margin: 30px 0 0;
}
.box_access .map {
	width: 65%;
    height: 485px;
    overflow: hidden;
}
.box_access .map iframe {
	width: 100%;
    height: 800px;
    margin-top: -150px;
}

@media only screen and (max-width:720px) {
/* ============================================
	アクセス
============================================ */
.box_access {
	margin: 0 0 40px;
}
.box_access .text {
	width: auto;
}
.box_access .text h5 {
    font-size: 114%;
}
.box_access .text a.btn_grd {
    margin: 15px 0 0;
}
.box_access .map {
	width: auto;
    height: 229px;
    overflow: hidden;
	margin: 25px 0 0;
}
.box_access .map iframe {
	width: 100%;
    height: 640px;
    margin-top: -200px;
}
.ttl_access h4 {
	margin: 0 auto 10px;
}
}