@charset "UTF-8";

/* CSS Document */

/*==================================================

contents
=================================================*/

.map-item {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
	margin: 5% 0 0;
}
.map-item iframe,
.map-item object,
.map-item embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.access {
	width: 100%;
	display: table;
	font-size: 120%;
	margin-top: 5%;
}
.access dt {
	width: 25%;
	display: table-cell;
	text-align: center;
	color: #FFF;
	vertical-align: middle;
	background-color: #10218b;
	padding: 2%;
}
.access dt img {
	width: 30%;
	max-width: 60px;
	height: auto;
	margin-bottom: 10px;
}
.access dd {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	background-color: #efefef;
	padding: 2%;
}


@media only screen and (max-width: 768px) {
	
	.map-item {
		height: 300px;
	}
	.access {
		width: 100%;
		display: block;
		font-size: 100%;
		margin-top: 5%;
	}
	.access dt {
		width: 100%;
		display: block;
	}
	.access dt img {
		width: 30%;
		max-width: 60px;
		height: auto;
		margin-bottom: 10px;
	}
	.access dd {
		width: 100%;
		display: block;
	}
	
}

@media only screen and (max-width: 568px) {
	
	
	
}
	
@media only screen and (max-width: 480px) {
	
	
}

