@charset "UTF-8";
/* CSS Document */


/* visual
---------------------------------------------------------------------- */
#pageTitleVox {
	width: 100%;
	height: 400px;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../images/pageTitleBg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}

#pageTitleVox .inner {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

/* inner
---------------------------------------------------------------------- */
.sightseeing {
	text-align: center;
	background: #0f3759;
}

.sightseeing_aidu {
	width: 100%;
	padding: 80px 0 100px;
	background: #fff;
}

.sightseeing_neighborhood {
	width: 100%;
	padding: 0 0 100px;
	background: #fff;
}

.sightseeing_aidu .inner,
.sightseeing_neighborhood .inner {
	margin: 0 auto;
}

ul.sightseeinglist {
	width: 100%;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.sightseeinglist li {
	width: 32%;
	margin-bottom: 3em;
}

ul.sightseeinglist li h3 {
	text-align: left;
	font-size: 28px;
}

ul.sightseeinglist li p.txt {
	height: 230px;
	line-height: 1.75;
	text-align: left;
	font-size: 18px;
}

ul.sightseeinglist li p.traffic {
	padding: 5px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
	border: 1px solid #eee;
}

ul.sightseeinglist li ul {
	width: 100%;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.sightseeinglist li ul li {
	width: 48%;
}

ul.sightseeinglist li ul li a {
	color: #fff;
	width: 100%;
	height: 54px;
	display: block;
	text-align: center;
	position: relative;
	background: #0f3759;
	font-size: 18px;
	padding: 8px 0 0 0;
	margin: 0 auto;
	border: 1px solid #0f3759;
	transition: 0.3s ease-in-out;
}

ul.sightseeinglist li ul li a:hover {
	color: #0f3759;
	width: 100%;
	height: 54px;
	display: block;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	padding: 8px 0 0 0;
	background: #fff;
	border: 1px solid #0f3759;
}