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

/* PC
---------------------------------------------------------------------- */

@media (min-width: 1001px) {
	
/* visual
---------------------------------------------------------------------- */
#pageTitleVox {
	width: 100%;
	height: 400px;
	background: url(../images/pageTitleBg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
#pageTitleVox::after{
	top:0;
	left: 0;
	content: "";
	width: 100%;
	height: 400px;
	z-index: 1;
	position: absolute;
	mix-blend-mode: multiply;
	background: linear-gradient(rgba(230, 230, 230, 1), rgba(230, 230, 230, 1));
}
#pageTitleVox .inner{
	width: 90%;
	height: 400px;
	margin: 0 auto;
	position: relative;
}

/* inner
---------------------------------------------------------------------- */	
/* common */
.sightseeing h2.sightseeing_ttl{
	text-align: center;
	font-size: 2.375em;
}
.sightseeing h3.name{
	text-align: center;
	font-size: 1.5em;
}

/* introduction */
.sightseeing .introduction{
	padding: 80px 0 90px;
	background: url(../images/bg.jpg) no-repeat top center;
	background-size: cover;
}
.sightseeing .introduction p{
	font-size: 1.5em;
	line-height: 1.75;
	text-align: center;
}

/* spot */
.sightseeing .spot{
	padding: 120px 0;
}
.sightseeing .spot ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sightseeing .spot ul li{
	width: 32%;
}
.sightseeing .spot .traffic{
	padding: 8px 0;
	text-align: center;
	font-size: 1.0625em;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background: url(../images/icon.svg) no-repeat top 15px left 8px;
	background-size: 22px 17px;
}
.sightseeing .spot .txt{
	font-size: 1.0625em;
}
.sightseeing .spot .official_btn a,
.sightseeing .spot .gmap_btn a{
	width: 90%;
	display: block;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 8px 0;
}
.sightseeing .spot .official_btn a{
	color: #000;
	background: #cbcbcb;
}
.sightseeing .spot .gmap_btn a{
	color: #fff;
	background: #578ea2;
}
.sightseeing .spot .official_btn a::after,
.sightseeing .spot .gmap_btn a::after{
	top: 45%;
	right: 20px;
	content: "";
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 8px;
	height: 8px;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
}
.sightseeing .spot .official_btn a::after{ color: #000;}
.sightseeing .spot .gmap_btn a::after{ color: #fff;}
}

/* SP
---------------------------------------------------------------------- */
@media screen and (max-width:1000px){
/* visual
---------------------------------------------------------------------- */
#pageTitleVox {
	width: 100vw;
	height: 80vw;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../images/pageTitleBg_sp.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}
#pageTitleVox .inner{
	width: 90vw;
	height: 80vw;
	margin: 0 auto;
	position: relative;
}

/* inner
---------------------------------------------------------------------- */
/* common */
.sightseeing h2.sightseeing_ttl{
	text-align: center;
	font-size: 2em;
}
.sightseeing h3.name{
	text-align: center;
	font-size: 1.375em;
}

/* introduction */
.sightseeing .introduction{
	padding: 3em 0 5em;
	background: url(../images/bg.jpg) no-repeat top center;
	background-size: cover;
}
.sightseeing .introduction p{
	font-size: 1.125em;
	line-height: 1.75;
	text-align: center;
}

/* introduction */
.sightseeing .spot{
	padding: 5em 0;
}
.sightseeing .spot ul li{
	margin-bottom: 6em !important;
}
.sightseeing .spot .traffic{
	padding: 0.4em 0;
	text-align: center;
	font-size: 1em;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background: url(../images/icon.svg) no-repeat top 0.8em left 1em;
	background-size: 22px 17px;
}
.sightseeing .spot .txt{
	font-size: 1em;
}
.sightseeing .spot .official_btn a,
.sightseeing .spot .gmap_btn a{
	width: 80vw;
	display: block;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 1.2em 0;
}
.sightseeing .spot .official_btn a{
	color: #000;
	background: #cbcbcb;
}
.sightseeing .spot .gmap_btn a{
	color: #fff;
	background: #578ea2;
}
.sightseeing .spot .official_btn a::after,
.sightseeing .spot .gmap_btn a::after{
	top: 45%;
	right: 2em;
	content: "";
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 8px;
	height: 8px;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
}
.sightseeing .spot .official_btn a::after{ color: #000;}
.sightseeing .spot .gmap_btn a::after{ color: #fff;}
	
}