/*-----------------
access
-----------------*/

#route section ul{
	padding-left:1.25em;
}
#route section ul li{
	list-style:disc outside;
}
#route section ul li+li{
	margin-top:1em;
}


.access .responsive_box{
	margin-top:30px;
}
#access_txt_area{
	float:none;
	width:100%;
}
#access_txt_area section+section{
	padding-top:45px;
}
#access_map_area{
	box-sizing:border-box;
	border:1px solid #ccc;
	float:none;
	width:100%;
	text-align:right;
	margin-top:45px;
}


div.responsive_box {
    width: 100%;
}
.gMap{
    position: relative;
    width: 100%;
    padding: 100% 0 0 0;
}
.gMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
