@charset "utf-8";

/* pageKv ------------------ */

#pageKv {
	background: url(../../img/rootmap/pic_main.jpg) no-repeat 50% 0;
	-webkit-background-size: cover;
	background-size: cover;
}

/* container --------------- */

#container {
	width: 100%;
	background: url(../../img/bg_content01.png) no-repeat 50% 0;
	background-size: 100% auto;
}

#container h3.ttl {
	width: auto;
	height: 32px;
	text-align: center;
	margin-bottom: 40px;
}

/* mapWrap --------------- */

#mapWrap {
	padding-bottom: 60px;
}

#map {
	height: 495px;
	margin-bottom: 15px;
	width: 100%;
}

.mapTxt p.txt130 {
	float: left;
	width: auto;
}

.mapTxt p.toBtn {
	background: url(../../img/listhead02_r_green.png) no-repeat 0 50%;
	float: right;
	font-size: 130%;
	text-align: right;
	width: auto;
}

.mapTxt p.toBtn a {
	color: #63aa95;
	display: block;
	padding-left: 20px;
}

.tabWrap {
	padding-bottom: 60px;
}

.tabWrap .tabCon {
	margin-bottom: 40px;
}

.tabWrap dl dt {
	color: #63aa95;
	font-size: 300%;
}

.tabWrap dl dd {
	font-size: 120%;
}

/* busTime --------------- */

#busTime {
	background: #f8f7f6;
	padding: 60px 0;
	width: 100%;
}

#busTime h3 {
	color: #63aa95;
	font-size: 300%;
	margin-bottom: 15px;
}

#busTime .inner > img {
	float: right;
	height: auto;
	width: 210px;
}

#busTime .inner .left > img {
    height: auto;
    width: 360px;
}

#busTime .inner .left {
	float: left;
	width: 845px;
}

#busTime .inner table th.exBg {
	background: #f0efed;
}

#busTime .inner table th,
#busTime .inner table td {
	padding: 12px;
	text-align: center;
}

#busTime .inner table td {
	width: 50px;
	border-left: 1px dotted #9f9f9f;
}

#busTime .inner table tr td:nth-child(2) {
	border-left: none;
}

/* listBox1 ------ */

#listBox1 ul {
	padding-top: 156px;
	margin-top: -156px;
}

#listBox1 ul li {
	padding-bottom: 15px;
	cursor: pointer;
}

#listBox1 ul li:after {
	content: url(../../img/listhead03_bt_white.png);
	position: relative;
	bottom: 12px;
	left: 50%;
	margin-left: -14px;
}

#listBox1 ul li:hover:after {
	content: url(../../img/listhead03_bt_green.png);
	position: relative;
	bottom: 12px;
	left: 50%;
	margin-left: -14px;
}

#listBox1 ul li.active:after {
	content: url(../../img/listhead03_bt_green.png);
	position: relative;
	bottom: 12px;
	left: 50%;
	margin-left: -14px;
}

/* ssWrap --------------- */

#ssWrap {
	padding: 60px 0;
}

#anch.tabWrap {
	padding-bottom: 0;
}

/* spotList ------ */

.boxStl .mapStl {
	height: 678px;
	margin-bottom: 60px;
	width: 100%;
}

.spotList li {
	float: left;
	margin: 0 46px 20px 0;
	width: 336px;
}

.spotList li:nth-child(3n) {
	margin-right: 0;
}

.spotList li a {
	display: table;
}

.spotList li a img {
	border: 3px solid #fff;
	box-sizing: border-box;
	display: table-cell;
	width: 130px;
}

.spotList li a .dtl {
	box-sizing: border-box;
	display: table-cell;
	padding-left: 15px;
	vertical-align: top;
}

.spotList li a .dtl span.num {
	display: block;
	font-size: 400%;
	line-height: 1;
}

.spotList li a .dtl h3 {
	color: #63aa95;
	font-size: 170%;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1.4;
}

.spotList li a {
	cursor: pointer;
}

.spotList li a:hover {
	text-decoration: none;
}

.spotList li a:hover img,
.spotList li.select img {
	border: 3px solid #63AA95;
}

/* mapInfo ------ */

.infoWd {
	box-sizing: border-box;
	height: auto;
	width: 412px;
	padding: 20px 0px 20px 25px;
}

.infoWd h3 {
	font-size: 20px;
	color: #63aa95;
	line-height: 1.2;
}

.infoWd .left {
	float: left;
	height: auto;
	width: 130px;
}

.infoWd .right {
	float: right;
	width: 240px;
}

.infoWd span.num {
	display: block;
	font-size: 400%;
	line-height: 1;
}

.infoWd h3.ttl05 {
	border-bottom: none;
	font-size: 170%;
	line-height: 1.4;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;

}

.infoWd p {
	font-size: 12px;
}


/* fromAirport 181026 ------ */

.fromAirport h3 {
	color: #63aa95;
	font-size: 300%;
	margin-bottom: 15px;
}
.fromAirport .fromAirportbox01 {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #9f9f9f;
}
.fromAirportbox01 .left {
	width: 750px;
	float: left;
}
.fromAirportbox01 .right {
	width: 300px;
	float: right;
	margin-top: 25px;
}
.fromAirportbox01 table td {
	border-left: 1px dotted #9f9f9f;
	text-align: center;
}
