@charset "utf-8";


header{
    position: relative;
    width: 100vw;
    height: 100vh;
    min-width: 100vw;
    min-height: 100vh;
}

.hBox{
	width: auto;
	height: auto;
	min-width: 100vw;
	min-height: 100vh;
	background:url(../map/img/mapTop.jpg) center 50%;
	background-size: cover;
	overflow: hidden;
}

section{
	margin-top: 70px;
}


h2{
	color: #399AA7;

}

/*トップイメージの文字*/

.titleBox-h1{
	position: absolute;
	top: 50%;
	left: 10%;

}

.pageTitle{
	color: #FFFFFF;
	font-size: 5.0em;
}

.subTitle{
	margin-top: 10px; 
	color: #FFFFFF;
	line-height: 1.6em;
}

.h2-map{
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #999;
}

#mapArea{
	width: 100%;
	height: 400px;
}

#gMaplinks{
	width: 100%;
	text-align:center;
}

.mapList{
	width: 300px;
	margin: 10px auto 20px;
}

.mapList li{
	float: left;
	padding:10px 10px;
	width: 70px;
	margin-right: 10px;
	background: #fff;
	border:1px solid #2B5FA8 ;
	text-align: center;
	color: #2B5FA8;
}

.mapList li:hover,
.mapList li:active{
	color: #fff;
	background-color: #2B5FA8;
}

.mapList li:nth-of-type(3){
	margin-right:0;
}