@charset "UTF-8";

/* //////////////////////////////////////////////////

交通情報

////////////////////////////////////////////////// */

#pagetit {
	background-image: url(../img/bg_pagetit.jpg);
}
#pagetit h2 {
	padding-left: 10%;
}
#pagetit h2 img {
	width: 45%;
}

#sec01 {
	padding: 15px 0 40px;
}
#sec01 h3 {
	margin-bottom: 15px;
}
#sec01 .bg {
	padding-bottom: 30px;
	background: url(../img/bg_sec1.png) no-repeat left bottom;
	background-size: 100% auto;
}
#sec01 .map {
	padding: 10px;
	background: url(../img/bg_border_01.png) repeat-x top, url(../img/bg_border_01.png) repeat-x bottom, url(../img/bg_border_02.png) repeat-y left, url(../img/bg_border_02.png) repeat-y right;
	background-size: 300px 1px, 300px 1px, 1px 97px,1px 97px;
}
#sec01 .map .pic {
	text-align: center;
}
#sec01 .map .pic img {
	width: 90%;
}
#sec01 .gmap {
	margin-bottom: 10px;
	padding: 5px;
	background: #fff;
}

#sec02 {
	padding-bottom: 20px;
}
#sec02 .ac_btn {
	height: 75px;
	padding: 25px 10px;
	border-top: 1px solid #C5B981;
	background: url(../img/icn_open.png) no-repeat right 10px center, #FFF9F1;
	background-size: 26px auto;
}
#sec02 .ac_btn:nth-of-type(1) {
	padding: 28px 10px;
}
#sec02 .ac_btn:nth-of-type(2) {
	padding: 23px 10px;
}
#sec02 .ac_btn:nth-of-type(4) {
	border-bottom: 1px solid #C5B981;
}
#sec02 .ac_btn.active {
	border-bottom: none !important;
	background: url(../img/icn_close.png) no-repeat right 10px center, #FFF9F1;
	background-size: 26px auto;
}
#sec02 .ac_content {
	padding: 10px 10px 30px;
	background: url(../img/bg_sec2.png) no-repeat top;
	background-size: 100%;
}