@charset "UTF-8";
/* CSS Document */
	#contents{
			background:#f5fbfa url(images/bg_main.jpg) no-repeat top left;
			background-size: 100% auto;
		}
	
	@media screen and (max-width:640px){
		#contents{
		background:#f5fbfa url(images/bg_main.jpg) no-repeat left 50px;
		background-size: 130% auto;
		}
	}

.second-lead p{
	padding: 8px;
	background: rgba(255,255,255,0.6);
}
/*---------map---------*/
.map{
	position: relative;
	margin:0 3% 0 0;
}

.mapNext{
	width: 40%;
	padding: 0 0 0 3%;
}

/*---------button---------*/
.mapButton{
	cursor: pointer;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}

.mapButton:hover{
	opacity: 0.7;
}

.bt-hokkaido{
	position: absolute;
	width: 34%;
	top:5%;
	left: 36%;
}

.bt-tohoku{
	position:absolute;
	width: 33%;
	top: 40%;
	right:1%;
}

.bt-kitakanto{
	position: absolute;
	width: 29%;
	top:24%;
	left: 26%;
}

.bt-honsya{
	position: absolute;
	width: 35.1%;
	top: 55%;
	right: 6%;
}

.bt-chubu{
	position:absolute;
	width: 25.1%;
	top: 63%;
	left: 36%;
}

.bt-kansai{
	position:absolute;
	width: 29%;
	top: 37%;
	left: 8%;
}

.bt-chugoku{
	position:absolute;
	width: 32.3%;
	top: 76%;
	left: 13%;
}

/*---------mouseover content---------*/
.js-mapContent{
	display: none;
}

.content-hokkaido,.content-tohoku,.content-kitakanto,
.content-honsya,.content-chubu,.content-kansai,.content-chugoku{
	position: absolute;
	z-index: 2;
}

.content-hokkaido{
	top: 13%;
	left: 25%;
	width: 36.17%;
}

.content-tohoku{
	width: 50%;
	top:48%;
	right: 6%;
}

.content-kitakanto{
	width: 28.7%;
	top: 34%;
	left: 18%;
}

.content-honsya{
	width: 89.36%;
	top:2%;
	right: 5%;
}

.content-chubu{
	width: 30.9%;
	top:12%;
	left: 21%;
}

.content-kansai{
	width: 57.4%;
	top:30%;
	left: 37%;
}

.content-chugoku{
	width: 31.9%;
	top: 54%;
	left: 25%;
}