@charset "utf-8";

/*------------------------------
	アクセス
------------------------------*/
.box_access{}

.box_access .map_text{
	margin-bottom: .8em;
	text-align: center;
}

.box_access .map_text .name{
	display: block;
}

.box_access .gmap{
}

.map_cnt > div{
}

.map_ttl{
	position: relative;
	margin-top: 3em;
	margin-bottom: .5em;
	padding-left: 2em;
	font-weight: bold;
}
.map_ttl:before{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0em;
	width: 1.5em;
	height: 1.5em;
	background-image: url(../images/access/icon_car.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.map_ttl.train:before{
	background-image: url(../images/access/icon_train.png);
}
.map_ttl.bus:before{
	background-image: url(../images/access/icon_bus.png);
}

/*-------------------------------------
 ▼中型画面向けデザイン（タブレットなど）
 --------------------------------------*/
@media screen and (min-width: 768px) {
	
	.box_access .map_text{
		font-size: 16px;
	}
	
	.box_access .map_text .name{
		display: inline-block;
		margin-right: 1em;
	}
	
	.box_access .gmap{
		height: 600px;
	}
	
	.map_ttl{
		font-size: 16px;
	}

	
}