@charset "UTF-8";
/* CSS Document */



.access_box{
	font-size: 14px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 4px;
	margin-bottom: 40px;
	background-image: url(../img/shaded_cccccc.gif);
	background-repeat: repeat-x;
	background-position: left bottom -26px;
}

.access_box h2{
	text-align: center;
	padding-top: 60px;
	margin-bottom: 25px;
}

.access_box h2 span{
	border-bottom: #33bab0 solid 3px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	font-size: 20px;
	font-weight: bold;
}

.access_box article{
	position: relative;
	height: 400px;
}

.access_box article .map_area{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 400px;
}

.access_box article .map_text{
	position: absolute;
	z-index: 2;
	
	width: 250px;
	left:20px;
	top:20px;
	background-color: #fff;
	border: #eeeeee solid 1px;
	padding: 14px;
}

.access_box article .map_text h3{
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	padding-bottom: 15px;
}

.access_box article .map_text h3 span{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.access_box article .map_text p{
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
}


.access_box article .map_text dl{
	font-family: Roboto Condensed, sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.access_box article .infoarea dt{
	float: left;
	width: 45px;
	height: 24px;
	line-height: 1;
	background-image: url(../img/info_line.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.access_box article .infoarea dt img{
	margin-top: 1px;
}

.access_box article .infoarea dd{
	padding-left: 55px;
	height: 24px;
	line-height: 1;
}



.access_box article .openmap  {
	margin-top: 10px;
}

.access_box article .openmap a{
	display: block;
	background-color: #eeeeee;
	font-weight: 700;
	width: 100%;
	padding: 4px;
	color: #555;
}

.access_box article .openmap a span{
    position: relative;
	padding-left: 22px;
}



.access_box article .openmap a span:before{
	z-index: 1;
    position: absolute;
    left: 5px;
    top: 50%;
	margin-top: -4px;
    content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 11px;
	border-color: transparent transparent transparent #33bab0;
}


.access_box article .openmap a:hover{
	color: #fff;
	background-color: #33bab0;
}


.access_box article .openmap a:hover span:before{
	border-color: transparent transparent transparent #FFF;
}


.access_box .access_detail{
	display: table;
	margin-top: 15px;
	margin-bottom: 15px;
}

.access_box .access_detail li{
	display: table-cell;
}

.access_box .access_detail li:nth-child(1){
	width: 150px;
	background-color: #26b6ab;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}


.access_box .access_detail li:nth-child(2){
	padding-left: 23px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	text-align:justify;
	text-justify:distribute;
}


.access_box .access_detail li span{
	display: block;
	padding-left: 1em;
	
	font-size: 12px;
	color: #333;
	padding-bottom: 10px;
}

.access_box .access_detail li span:before{
	content: "※";
	display: block;
	width: 1em;
	margin-left: -1em;
	float: left;
}

.gm-style-mtc{
	display: none;
}

/*

*/




@media screen and (max-width: 640px) {
	.access_box{
		width: 100%;
		margin-bottom: 10px;
	}

	.access_box article{
		position: static;
		height: auto;
	}
	
	.access_box article .map_text h3{
		padding-top: 5px;
	}
	
	.access_box article .map_area{
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
		height: 300px;
	}

	.access_box article .map_text{
		position: static;
		z-index: 2;
		width: 100%;
		left:0px;
		top:0px;
		background-color: #fff;
		border: none;
		padding: 10px;
	}
	
	.access_box .access_detail{
		display: block;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.access_box .access_detail li{
		display: block;
	}
	
	.access_box .access_detail li:nth-child(1){
		width: 100%;
		background-color: #26b6ab;
		color: #FFFFFF;
		text-align: center;
		vertical-align: middle;
		font-weight: bold;
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 10px;
		text-align: left;
	}


	.access_box .access_detail li:nth-child(2){
		padding: 10px;
		
	}


}













