@charset 'utf-8';


#accessmap {
	width: 100%;
	position: relative;
}

#map,
#accessmap .gmap {
	width: 100%;
	height: 200px;
	position: relative;
}

#map iframe,
#accessmap .gmap iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (min-width: 769px) {

	#map,
	#accessmap .gmap {
		height: 400px;
	}
}

.facilityinfo {
	padding: 10px;
	font-size: 1.1em;
	line-height: 1.4em;
}

.facilityinfo h3 {
	margin-bottom: 5px;
	font-size: 1.1em;
}

.facilityinfo span {
	display: inline-block;
	font-size: 1.4em;
	margin-bottom: 5px;
}

.facilityinfo a {
	display: block;
	margin-top: 5px;
}

.facilityinfo a:after {
	display: inline-block;
	content: '\f101';
	margin-left: .5em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: rotate(-45deg);
}


body.pc .button_block.mapapp {
	display: none;
}
