.subtitle {
	padding-top: 0;
}
.area_map {
	background: url(../images/map/bg_information.png) repeat-y;
	background-size: 100% auto;
}

.information_detail {
	background: url(../images/map/bg_information_detail.png) repeat-y;
	background-size: 100% auto;
	width: 95%;
	margin: 20px auto;
}

.information_detail ul {
  padding: 10px;
}

.information_detail li {
	display: inline-block;
}

.information_detail li:first-child {
	width: 20%;
	vertical-align: middle;
}

.information_detail li:first-child img {
	width: 100%;
}

.information_detail li:last-child {
	width: 75%;
	vertical-align: middle;
}

.information_detail img {
	width: 20%;
	vertical-align: middle;
}

.image_information {
	width: 95%;
	margin: 0 auto;
	display: block;
}

.map {
	border-top: solid 1px #d5b49c;
	margin-top: 20px;
}

.swiper-container {
	position: relative;
	display:block;
}

.swiper-container .swiper-slide .image {
	position: relative;
}

.swiper-container .prev {
	width: 5%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 2%;
	cursor:pointer;
}
.swiper-container .prev img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 40%;
}
.swiper-container .next {
	width: 5%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 2%;
	cursor:pointer;
}
.swiper-container .next img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 40%;
}

.swiper-container>.swiper-wrapper {
	width: 50%;
	margin: 0 auto;
	padding: 3% 0;
	position: relative;
	overflow: hidden;
}

.swiper-container .swiper-slide h2 {
	width: 100%;
	text-align: center;
}
.swiper-container .swiper-slide h2 img {
	width: 80%;
}
.swiper-container .image img {
	width: 80%;
	margin: 20px auto;
	display: block;
}
.swiper-container .swiper-slide p {
	width: 92%;
	margin-left: 4%;
	padding-bottom: 10px;
}
.swiper-container .swiper-slide .area_access {
	display:block;
	width: 95%;
	height:auto;
	border: solid 1px #b0b0aa;
	/*padding: 15px 0;
	overflow: hidden;*/
	margin-left: 2.5%;
	/*
	background: 5% 50% url(../images/map/title_popup_nature.png) no-repeat;
	background-size: 20% auto;
	*/
}
.swiper-container .swiper-slide .area_access .access_inner {
	/*
	border-left: solid 1px #b0b0aa;
	margin-left: 30%;
	*/
}
.swiper-container .swiper-slide .area_access .nature {
	width: 25%;
	display: block;
	float: left;
}
.swiper-container .swiper-slide .area_access h3 {
	margin-bottom: 0px;
	text-align: center;
}
.swiper-container .swiper-slide .area_access h3 img {
	width: 25%;
}
.swiper-container .swiper-slide .area_access p {
	text-align: center;
}

.bx-wrapper .bx-viewport {
	border: none;
	-moz-box-shadow: 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
	background: transparent;
	left: 0;
}

.bx-wrapper img {
	max-width: 100%;
	display: inline;
}
