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

#areaWrapper {
  width: 100%;
  background-image: url(../images/map.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
padding-top: 245px;
padding-bottom: 30px;
}

#areaContent {
	width: 95%;
	height:auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	box-sizing: border-box;
}

#areaContent h1 {
	font-size: 20px;
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;
	margin-bottom: 10px;
	text-align: center
}

#areaContent img {
	width: 95%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#areaContent h1 span{
	font-size: 14px;
	display: block;
	font-weight: normal;
}
