.access_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 50px auto 0;
    padding: 3% 2%;
    background-color: rgba(255, 255, 255, 0.6);
}

.access_map{
    width: 51%;
}
.access_map img,.route img {
	vertical-align: baseline;
}

.gmap_wrapper{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
}
.gmap_wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.route{
    width: 45%;
}
.route_list{
	padding-left: 10px;
	padding-left:1em;
	text-indent:-1em;
}

.access_h5{
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
    margin-bottom: 5px;
	padding-left:1em;
	text-indent:-1em;
	color: #36C;
}
@media screen and (max-width: 768px) {
.access_map,
.route{
        width: 100%;
    }
}

@media screen and (max-width: 480px) {

}
