@charset "utf-8";
/* CSS Document */


/*------　タイトル -----*/
/* ページタイトルはクラスの色と画像で変更　トコタンは左右を個々に調整 */
#contents.yellow h2{background: url(../common_img/h_05a.png) top center no-repeat;}

#access .comment{
	width: 680px;
	font-size: 24px;
	line-height: 1.2em;
	margin: 0 auto 40px;
	text-align: center;
	background:rgba(255,241,28,0.20);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 70px;
	padding-top: 15px;
	padding-bottom: 15px;

}

#acc{
	width: 720px;
	margin: 0 auto 85px;
	text-align: center;
}

#acc.train h3{
	background: url(../05access/images/h3_train.png);
	width: 720px;
	height: 59px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-indent: -9999px;position: relative;
}
#acc.car h3{
	background: url(../05access/images/h3_car.png);
	width: 720px;
	height: 59px;
	margin-bottom: 20px;
	text-indent: -9999px;
}

/*バス時刻表追加 20221106*/
#acc.train .bt_bustime a{
	background: url("../05access/images/bt_bustime.png")no-repeat top;
	width: 165px; height: 84px;
	position: absolute;
	display: block;	
	text-indent: -9999px;
	top:945px; right:60px;
}
#acc.car{margin-bottom: 30px;}


.come{
	width: 664px;
	margin: 15px auto 0 auto;
	text-align: center;
	font-size: 22px;
	line-height: 1.2em;
}
.come p{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 5px;
}

.come p span{
	font-weight: bold;
	color: #00008C;
}
.route .come{text-align: left;}

#parking{
	width: 720px;
	padding-top: 80px;
	margin: 0 auto;
	position: relative;
}

#address{
	background: url(../05access/images/address.png);
	width: 720px;
	height: 258px;
	position: relative;
}
#address .come{
	background: url(../05access/images/parking_come.png);
	width: 438px;
	height: 190px;
	text-indent: -9999px;
	position: absolute;
	top: -80px;
	left: 141px;
}

#address #btn_route a{
	background: url(../05access/images/btn_route.png) top;
	width: 232px;
	height: 127px;
	text-indent: -9999px;
	display: block;
	margin-left: 434px;
}#address #btn_route {
padding-top: 102px;}


#map_canvas{
	width: 720px;
	height: 400px;
}


#parking:after{
	content: '';
	display: block;
	width: 720px;
	height: 8px;
	position:absolute;
}
#parking:after{
/*	background: linear-gradient(rgba(0,0,0,0.15),rgba(0,0,0,0));*/
	/*201907施設改修*/
	bottom: 34px;
	/* bottom: -8px; */
	/*201907施設改修*/
}
/*201907施設改修*/
#parking p{
	margin:8px 20px;
	color:#F00;
	font-size:22px;
	font-weight:bold;
}
/*201907施設改修*/

/*
▼地図内
-------------------------------------------------------------------------------*/
#infoWindow {
  width: 310px;
  overflow: hidden !important;
}
#infoWindow h4 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height:26px;
  width:100%;
  text-align:center;
  background-color:#E6E6E6;
}
#infoWindow p {
  margin: 0;
  font-size: 13px;
  line-height: 160%;
  float:left;
}
#infoWindow img {
	float:left;
	padding-right:10px;
	width:46%;
}
#infoWindow p span {
  font-size: 80%;
}
#infoWindow a {
  border-bottom: 1px #593869 dotted;
  color: #06C;
  text-decoration: none;
  display: inline-block;
  padding-top:5px;
}
#infoWindow a:hover {
  border: 0;
  color: #F30;
}

#infoWindow2 {
  width: 50px;
    overflow: hidden !important;
}
#infoWindow2 p {
  margin: 0;
  font-size: 12px;
  line-height: 130%;
}
