@charset "utf-8";

#wrapper {
	padding:0;
}
	
.slider_block {
	position: relative;
	padding-top: 70px;
}
	
.slider_body p {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 500px 0 0;
	height: 0!important;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-moz-transition: -moz-transform 10s linear;
	-webkit-transition: -webkit-transform 10s linear;
	-o-transition: -o-transform 10s linear;
	-ms-transition: -ms-transform 10s linear;
	transition: transform 10s linear;
}

.slider_body p.zoom {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
}

.slider_block::after {
	position: absolute;
	top:70px;
	left:0;
	content: '';
	background: url('../images/slidelogo.png') no-repeat center center;
	background-size: auto 300px;
	width:100%;
	height:430px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 150;
}

.slider_body p.slide_b {
	background-position: calc(50% + 150px) 50%;
}
.slider_body p.slide_c {
	background-position: calc(50% + 50px) 50%;
}
.slider_body p.slide_d {
	background-position: calc(50% - 90px) 50%;
}
.slider_body p.slide_e {
	background-position: calc(50% + 250px) 50%;
}

@keyframes anim_v {
	0% {
		top:12px;
	}
	100% {
		top:17px;
	}
}	
	
.news_index {
	margin:0 0 30px;
	border-top:1px solid #dbdcdb;
}

.news_index li {
	border-bottom:1px solid #dbdcdb;		
}

.news_index a {
	display: block;
	padding:60px 0 15px;
	position: relative;
}

.news_index .date {
	position: absolute;
	top:25px;
	left:0;
	line-height:1.5;
}

.news_index .label {
	position: absolute;
	top:20px;
	left:100px;
}

.news_index .label b {
	display: inline-block;
	width:120px;
	line-height:30px;
	text-align: center;
	font-size:1.3rem;
	font-weight: normal;
	border:1px solid #999;
}

.news_index title {
	line-height:1.5;
}

.bx-wrapper {
	border: none;
	box-shadow: none;	
}

.spotbox {
	margin:0 auto 40px;
	width:285px;
	text-align: center;
}
.spotbox h3 {
	font-size: 1.8rem;
	padding-bottom: 15px;
	text-align: center;
}
.spotbox h3 i {
	font-size: 1.5rem;
	font-style: normal;
}
.spotbox .btn {
	display: inline;
	padding: 2px 15px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	background: url('../images/home/top_thum_btn.gif');
}
.top_area_map h2 {
	margin:0 0 15px;
	font-size:3.0rem;
	text-align: center;
}
.top_area_map h2 b {
	display: block;
	font-weight: normal;
	font-size: 1.5rem;
}
.mapbox {
	height: 500px;
}
.addbox {
	margin: 30px 0 50px;
	padding: 0 10px;
	font-size: 1.5rem;
}

@media screen and (min-width: 768px) {

	.slider_block {
		position: relative;
		padding-top: 70px;
	}
	
	.slider_body p {
		padding: 750px 0 0;
	}

	.slider_block::after {
		background-size: 550px 470px;
		background-position: calc(50% + 200px) calc(50% - 50px);
		height:100%;
	}
	.slider_body p.slide_b {
		background-position: 50% 50%;
	}
	.slider_body p.slide_c {
		background-position: 50% 50%;
	}
	.slider_body p.slide_d {
		background-position: 50% 50%;
	}
	.slider_body p.slide_e {
		background-position: 50% 50%;
	}
	
	@keyframes anim_v {
		0% {
			top:15px;
		}
		100% {
			top:20px;
		}
	}	
	.top_area1 {
		position: relative;
	}
	.top_area1 h2 {
		margin:0 0 15px;
		font-size:3.0rem;
		text-align: center;
	}
	.news_index {
		margin:0 auto 40px;
		width:800px;
	}

	.news_index a {
		padding:30px 0 25px 255px;
	}

	.news_index .date {
		top:30px;
	}

	.news_index .label {
		top:27px;
		left:110px;
	}

	.top_area3 h2 {
		margin:0 0 15px;
		font-size:3.0rem;
		text-align: center;
	}
	.top_area3 .block1 {
		padding:100px 0 50px;
	}
	.spotbox {
		margin:0 36px 40px 0;
		width:285px;
		float:left;
		text-align: center;
	}
	
	.spotbox:nth-child(1),.spotbox:nth-child(4) {
		margin-left:36px;
	}
	
	.spotbox .image {
		margin:0 0 10px;
	}
	
	.spotbox h3 {
		font-size: 1.8rem;
		padding-bottom: 15px;
	}
	.spotbox .btn {
		display: inline;
		padding: 2px 15px;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
		background: url('../images/home/top_thum_btn.gif');
	}
	.top_area_map h2 {
		margin:0 0 15px;
		font-size:3.0rem;
		text-align: center;
	}
	.top_area_map h2 b {
		display: block;
		font-weight: normal;
		font-size: 1.5rem;
	}

	.top_area4 {
		background-size: 240px 240px;
	}
	
	.area4block1 {
		margin:0 auto;
		width:810px;
	}
	.mapbox {
		height: 500px;
	}
	.addbox {
		margin: 30px auto 50px;
		width: 400px;
		font-size: 1.5rem;
	}
}