/* CSS Document */
.mainArea {
	background-image: url(../img/access/mainImg.jpg);
}
.accessBox {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: left;
	background-image: url(../img/access/bg_access.png);
	background-position: 708px 117px;
	background-repeat: no-repeat;
}
.accessBox h3 {
	width: 307px;
	height: 57px;
	margin: 0 auto 96px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/access/h3_access.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.accessBox h4 {
	padding-left: 120px;
}
.accessContent {
	padding-top: 65px;
	padding-left: 120px;
	padding-bottom: 30px;
}
.accessContent dl {
	margin-bottom: 35px;
	overflow: hidden;
}
.accessContent dt {
	float: left;
	width: 144px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
}
.cont01 {
	background-image: url(../img/access/cont01.png);
}
.cont02 {
	background-image: url(../img/access/cont02.png);
}
.cont03 {
	background-image: url(../img/access/cont03.png);
}
.cont04 {
	background-image: url(../img/access/cont04.png);
}
.cont05 {
	background-image: url(../img/access/cont05.png);
}
.accessContent dd {
	float: left;
	width: 736px;
	font-size: 18px;
}
.linkBox01 {
	padding-bottom: 60px;
}
.mapBox02 {
	margin: 0 auto 30px;
}
.smallText {
	font-size: 15px;
	padding-top: 20px;
}
.red {
	color: #F00;
}
.mapBox_002 {
	max-width: 1500px;
	margin: 30px auto 60px;
}
.mapBox002 {
	text-align: center;
}
.mapBox {
	display: none;
}




@media only screen and (max-width: 1000px){
	.accessBox {
		padding: 50px 20px;
		background-position: top 100px right 30px;
	}
	.mapBox002,
	.mapBox02 {
		width: 100%;
	}
	.mapBox002 img,
	.mapBox_002 img {
		width: 100%;
	}
	
	
}

@media only screen and (max-width: 767px){
	.accessBox h3 {
		width: 100%;
		height: 57px;
		margin: 0 auto 30px;
		background-size: contain;
	}
	.accessBox {
		padding: 50px 5vw 20px;
		background-position: top 250px right 30px;
	}	
	.accessContent {
		padding-top: 20px;
		padding-left: 0;
		padding-bottom: 20px;
	}	
	.accessBox h4 {
		padding-left: 0;
	}
	.accessBox h4 img {
		width: 100%;
	}
	.accessContent dl {
		margin-bottom: 20px;
	}	

	.accessContent dt {
		width: 100%;
		height: inherit;
		background-image: none;
		color: #000;
		font-family: "Sawarabi Mincho";
		font-size: 16px;
		padding-bottom: 5px;
		text-indent: 0;
		text-align: left;
	}
	.accessContent dd {
		float: none;
		width: 100%;;
		font-size: 15px;
	}
	.mapBox002 {
		margin: 0 auto 30px;
	}
	.mapBox_002 {
		margin: 0 auto 40px;
	}
	.mapBox02 {
		margin-bottom: 30px;
	}	
	.linkBox01 {
		padding-bottom: 30px;
	}

	
}

@media only screen and (max-width: 400px){
	.accessBox h3 {
		height: 55px;
		background-size: 80%;
	}
}


