
/* ------------------------------------------------- *
 *        Index
 * ------------------------------------------------- */

#visualArea {
	position: relative;
	width: 100%;
	max-height: 670px;
	height: auto;
	text-align: center;
	overflow: hidden;
}

.visualimg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 134px;
	padding-top: 40%;
	background: url(../images/visual_decoration.png) repeat-x bottom center;
	overflow: hidden;
	z-index: 99;
}

.visual_copy {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding-bottom: 10%;
	z-index: 99;
}

.slides {
	position: relative;
	z-index: 1;
}



#infoArea {
	width: 100%;
	background: url(../images/bg_info.jpg) no-repeat top right;
	padding: 45px 0 60px;
}

#infoArea .ttl {
	text-align: center;
	margin-bottom: 10px;
}

#infoArea .info_main {
	width: 400px;
	margin: 0 auto 40px;
	font-size: 14px;
	line-height: 1.6;
	color: #4D4D4D;
}
	#infoArea dl:before,
	#infoArea dl:after {
    content: " ";
    display: table;
	}
	#infoArea dl:after {
		clear: both;
	}
	#infoArea dl {
		width: 100%;
    *zoom: 1;
		text-align: left;
		margin-bottom: 10px;
	}
	#infoArea dt {
		float: left;
		width: 100px;
	}
	#infoArea dd {
		float: right;
		width: 300px;
		margin: 0;
	}
	#infoArea dd a {
		color: #357CAE;
		text-decoration: underline;
	}
	#infoArea dd a:hover {
		text-decoration: none;
	}



#linkArea {
	width: 100%;
	max-width: 1400px;
	padding: 0;
	margin: 0 auto;
}

#linkArea .img_l1 {
	width: 100%;
	height: auto;
}

#linkArea .img_l2 div {
	width: 50%;
	float: left;
}

#linkArea .img_l3 div {
	width: 33.33%;
	float: left;
}

#linkArea img {
	width: 100%;
	display: block;
}

#linkArea .pc {
	display: block; }
#linkArea .sp {
	display: none; }



#accessArea {
	width: 100%;
	margin: 0;
	padding: 0;
}

#accessArea .mainArea {
	width: 100%;
	background: url(../images/bg_access.jpg) no-repeat bottom left;
	padding: 60px 0 35px;
}

#accessArea .ttl {
	text-align: center;
	margin-bottom: 30px;
}

#accessArea .text {
	text-align: center;
	margin-bottom: 30px;
}

#accessArea .btn {
	text-align: center;
}

#accessArea #map {
	width: 100%;
	height: 400px;
}


@media only screen and (max-width: 640px) {

	#visualArea {
		position: relative;
		width: 100%;
		max-height: inherit;
		height: auto;
		text-align: center;
		overflow: auto;
		padding-top: 50px;
	}

	.visualimg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		padding-top: 20%;
		background: none;
		overflow: auto;
		z-index: 99;
	}

	.visual_copy {
		position: absolute;
		top: 24%;
		left: 0;
		width: 100%;
		text-align: center;
		padding-bottom: 0;
		z-index: 99;
	}
	.visual_copy img {
		width: 65%;
	}

	.slides {
		position: relative;
		z-index: 1;
	}



	#infoArea {
		width: 100%;
		background: url(../images/bg_info.jpg) no-repeat bottom right;
		background-size: 24%;
		padding: 10% 0 12%;
	}

	#infoArea .ttl {
		text-align: center;
		margin-bottom: 10px;
	}

	#infoArea .info_main {
		width: 100%;
		margin: 0 auto 6%;
		font-size: 14px;
		line-height: 1.6;
		color: #4D4D4D;
	}
		#infoArea dt {
			float: left;
			width: 26%;
		}
		#infoArea dd {
			float: right;
			width: 72%;
			margin: 0;
		}
		#infoArea dd a {
			color: #357CAE;
			text-decoration: underline;
		}
		#infoArea dd a:hover {
			text-decoration: none;
		}

	#infoArea .btn {
		text-align: center;
	}



	#linkArea {
		width: 100%;
		max-width: inherit;
		padding: 0;
		margin: 0 auto;
	}

	#linkArea .img_l1 {
		width: 100%;
		height: auto;
	}

	#linkArea .img_l2 div {
		width: 100%;
		height: auto;
		float: none;
	}

	#linkArea .img_l3 div {
		width: 100%;
		height: auto;
		float: none;
	}

	#linkArea img {
		width: 100%;
		display: block;
	}

	#linkArea .pc {
		display: none; }
	#linkArea .sp {
		display: block; }



	#accessArea {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#accessArea .mainArea {
		width: 100%;
		background: url(../images/bg_access.jpg) no-repeat bottom left;
		background-size: 30%;
		padding: 12% 0 10%;
	}

	#accessArea .ttl {
		text-align: center;
		margin-bottom: 20px;
	}

	#accessArea .text {
		text-align: center;
		margin-bottom: 20px;
	}

	#accessArea .btn {
		text-align: center;
	}

	#accessArea #map {
		width: 100%;
		height: 400px;
	}

	
}
