﻿@charset 'UTF-8';
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 15.5px;
	line-height:150%;
	color:#333333;
	background-color: #fff;
	margin: 0;
}

/* --アクセス-- */

#wrapper{
	width:1440px;
	position: relative;
	left: 50%;
	padding-top :64px;
	margin-left: -800px;
	padding-right: 80px;
	padding-left: 80px;
	background-color: #fad396;
}
main{
	display: block;
	width: 1280px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 70px;
	background-color: #fae696;
	box-sizing: border-box;
}

#access_title{
	width: 1020px;
	height: 80px;
	position: relative;
	text-align:center;
	margin: 0 auto;
	background-color: #b32509;
}
#access_wrapper{
	width: 1020px;
	height: 600px;
	background-color: #fff7db;
	margin: -33px auto 0 auto;
}

#near_station{
	width: 590px;
	height: 20px;
	padding-top: 34px;
	margin: 33px auto 0 auto;
	font-size: 17px;
	Line-height: 25	px;
	box-sizing: border-box;
}

#near_station dt{
	width: 140px;
	text-align:center;
	font-weight: bold;
	Line-height: 20px;
	float:left;
}
#near_station dd{
	width: 590px;
	color:#333333;
	padding-left:150px;
	box-sizing: border-box;
}
#map_box{
	width: 808px;
	height: 413px;	
	margin: 95px auto 0 auto;
}



/*　簡易版レスポンシブ用CSS 　*/

@media screen and (max-width:+1000px) {

#wrapper{
	width: 100%;
	left: -80px;
	margin-left: 0px;
	overflow: hidden;
}
main{
	width: 100%;
}
#access_title{
	width: 930px;
	overflow: hidden;
}
#access_wrapper{
	width: 930px;
}
footer{
	width:100%;
}