@charset "UTF-8";
/* Scss Document */
#page_ttl h1 {
	background: url(../images/access/ico_page_ttl.png) top 1em center no-repeat;
}
.note li {
	margin-bottom: .5em;
	padding-left: 1em;
	text-indent: -1em;
}
#map .nav {
	margin-bottom: 2em;
    padding: .5em;
    background: #00B3EC;
    color: #FFF;
    font-size: 2.0rem;
    text-align: center;
}	
#map .nav:before {
    content: url(../images/access/ico_car.png);
    display: inline-block;
    padding: 0 .5em 0 0;
}
#map .nav .arrow {
    display: inline-block;
    margin: 0 1em;
    border: transparent .4em solid;
    border-left: #FFF .4em solid;
}
#access_car h4 {
	text-align: center;
	font-size: 3.0rem;
	color: #E9608D;
	letter-spacing: .1em;
}
#access_car h4:before {
	content: url(../images/access/ico_hirugamo.png);
	display: inline-block;
	margin-right: .5em;
}
#access_car td {
	text-align: center;
}
@media screen and (max-width: 768px) {
#page_ttl h1 {
	background: none;
}

#map .gmap iframe {
	width: 100%;
	height: 100vw;
}
#map .nav {
    font-size: 1.6rem;
	text-align: left;
}	
#access_car h4 {
	font-size: 2.0rem;
}
}
