@charset "utf-8";

/* kv
----------------------------------------------------------- */

#kvWrap {
    background: url(../../img/access/pic_main.jpg) no-repeat 50% 0;
    background-size: cover;
}

/* acWrap
----------------------------------------------------------- */

.leadWrap .lead {
	margin-bottom: 0;
}

#map {
	width: 100%;
	height: 640px;
}

#acAdd {
	padding: 20px 0;
	height: 60px;
	border-bottom: 1px solid #d3d3d3;
	box-sizing: border-box;
	margin-bottom: 40px;
}

#acAdd dt {
	width: 595px;
	float: left;
}

#acAdd dd {
	width: 145px;
	float: right;
	text-align: right;
	font-size: 130%;
	padding-left: 60px;
	border-left: 1px solid #00ACE6;
	box-sizing: border-box;
}

#acAdd dd.btn01 {
	background: url(../../img/common/listhead02.png) no-repeat 25px -0.1em;
}

#acTabBox {
	padding-bottom: 60px;
}

#acTab {
	width: 100%;
	height: 45px;
	margin-bottom: 30px;
}

#acTab li {
	width: 330px;
	height: 45px;
	font-size: 120%;
	line-height: 45px;
	text-align: center;
	font-weight: bold;
	float: left;
	background: #595656;
	margin-right: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

#acTab li a {
	color: #fff;
	width: 330px;
	height: 45px;
	line-height: 45px;
	display: block;
	text-decoration: none;
}

#acTab li:last-child {
	margin-right: 0;
}

#acTab li.select {
	background: #00ACE6;
}

#tabWrap > div {
	display: none;
}

#tabWrap > div.active {
	display: block;
}

/* parking --------- */

#parkingWrap {
	padding: 60px 0;
	background: #efefed;
}

#parkingWrap .left {
	width: 620px;
	float: left;
}

#parkingWrap .right {
	width: 320px;
	float: right;
}

#parkingWrap .left .txt {
	font-size: 120%;
	padding-bottom: 10px;
}

#parkingWrap .tblTxt span {
	font-weight: bold;
	color: #00ade8;
}


#telBox {
	max-width: 1000px;
	text-align: center;
	margin: 25px auto 60px;
}

#telBox h3 {
	color: #00ade8;
	border: 1px solid #00ade8;
}

#telBox p {
	color: #00ade8;
}


.attTxt {
	font-size: 120%;
	margin-top: 15px;
}

.Listparking{
	padding-bottom: 8px;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #d3d3d3;*/
}
.Listparking li{
	width: 310px;
}


.ListBusstop{
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.ListBusstop ul{
	display: flex;
}
.ListBusstop li{
	width: 310px;
	margin-right:10px
}

.Busstop{
	margin-top: 15px;
	padding-top:35px;
	border-top: 1px solid #d3d3d3;
}
