@charset "utf-8";

/* ===================================================================

CSS information

 file name	:index.css
 style info :トップページ用CSS

=================================================================== */

#access {
	width:100%;
	padding:0 3% 7%;
	position:relative;
	margin-top: 1%;
}
h2 {
	margin-bottom:5%;
	padding-left:10%;
	font-size:166%;
}
h2:before {
	content:"";
	display:inline-block;
	width:36.5px;
	height:35px;
	margin-right:10px;
	vertical-align:middle;
	background:url(/access/img/icon_1.png) no-repeat center;
	background-size:contain;
}
#access .btn_top {
	/*position:absolute;
	right:5%;
	top:0;*/
}
#access .kankou{
	/*right:150%;
	position: absolute;
	right: 290px;*/
}

#access .btn_bottom {
	/*position:absolute;
	right:5%;
	bottom:0;*/
}
#access > ul {
	margin-bottom:5%;
}
#access > ul li.train {
	float:left;
	width:48.5%;
}
#access > ul li.car {
	float:right;
	width:48.5%;
}
#access > ul li a {
	display:block;
	padding:30px 0;
	color:#fff;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
	background:url(/common/img/anchor_bg.png) no-repeat center;
	background-size:contain;
}
#access h3 {
	margin-bottom:30px;
	padding-bottom:10px;
	font-size:138%;
	font-weight:bold;
	background: url(/common/img/title_border.png) repeat-x left bottom;
}
#access h3:before {
	content:"";
	display:inline-block;
	margin-right:10px;
	vertical-align:middle;
}
#train h3:before {
	width:34.5px;
	height:31.5px;
	background:url(/access/img/icon_2.png) no-repeat center;
	background-size:contain;
}
#car h3:before {
	width:27.5px;
	height:22.5px;
	background:url(/access/img/icon_3.png) no-repeat center;
	background-size:contain;
}
#map h3:before {
	width:15.5px;
	height:22.5px;
	background:url(/access/img/icon_4.png) no-repeat center;
	background-size:contain;
}
#access .access {
	width:85.4%;
	margin:0 auto 30px;
	padding:2.3%;
	background-color:#fff;
}
#access .access figure {
	width:100%;
}

	#access .access figure img.SP_img{
		display: none;
	}

	@media screen and (max-width: 640px) {
		#access .access figure img.PC_img{
			display: none;
		}
		#access .access figure img.SP_img{
		display: inline;
	}
	
	}

#access dl {
	width:90%;
	margin:0 auto 30px;
}
#access dt {
	margin-bottom:20px;
	padding-left:10px;
	color:#ac7d33;
	font-size:125%;
	font-weight:bold;
	border-left:5px solid #b18031;
}
#access .route {
	width:79.4%;
	margin:0 auto;
	padding:3.8%;
	border:1px solid #ac7d33;
	background:#fff url(/access/img/route_bg.png) no-repeat right top;
	background-size:contain;
}
#access .column {
	display:table;
	width:100%;
}
#access .column figure {
	display:table-cell;
	width:13.8%;
	vertical-align:middle;
}
#access .column p {
	display:table-cell;
	vertical-align:middle;
	padding-left:3.8%;
	font-size:138%;
	font-weight:bold;
}
#access .column p span {
	font-size:75%;
	font-family: "Hiragino Kaku Gothic Pro" , "ヒラギノ角ゴ Pro W3" , sans-serif;
}
#train,
#car {
	margin-bottom:5%;
}
#map_container {
	width:89%;
	margin:0 auto 3.8%;
	padding:3.5%;
	background-color:#fff;
}
#map_area {
	width: 100%;
	height: 360px;
}
#map_area .gm-style .gm-style-iw table td h5 {
	color:#2e2f31;
}
#access .btn.btn_bottom.kankou{
	right:150%;
	position: absolute;
	right: 290px;
}

.btn_box_wrap {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin-bottom: 5%;
}

.btn_box_wrap h2 {
	margin-bottom: 0;
	width: 45%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.btn_box {
	width: 55%;
	float: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.btn_box_wrap_btm {
	margin-bottom: 0;
}

.btn_box_wrap .btn_top {
	width: 63%;
	margin: 0 1%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	float: left;
}

.btn_box_wrap .kankou {
	width: 33%;
}


@media only screen and (min-width: 641px) and (max-width: 960px) {
.btn_box_wrap h2{
	margin-bottom: 10px;
}

.btn_box{
	width: 100%;
}

#access .access{
	width: 100%;
}

#access dl{
	width: 100%;
}

#access .route{
	width: 100%;
}

}

@media screen and (max-width: 640px) {
	.btn_box_wrap h2{
		margin-bottom: 10px;
		width: 100%;
	}

	.btn_box{
		width: 100%;
	}

	#access .access{
		width: 100%;
	}

	#access{
		padding: 0 3% 20%;
	}

	#access dl{
		width: 100%;
	}

	#access .route{
		display: none;
	}
	#map_container{
		width: 100%;
	}

	.btn a{
		padding: 10px 0;
	}

	#access > ul li a{
		padding: 10px 0;
	}

	#access > ul li.train,
	#access > ul li.car{
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	#access > ul li a{
		background-image: none;
		background-color: #C07F29;
	}


}
