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

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

@media (min-width: 1001px) {
	
/* visual
---------------------------------------------------------------------- */
#pageTitleVox {
	width: 100%;
	height: 345px;
	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: 345px;
	margin: 0 auto;
	position: relative;
}

/* inner
---------------------------------------------------------------------- */	
.sightseeing {
	padding-top: 155px;
	text-align: center;
}
.sightseeing_bg {
	width: 100%;
	background: url("../images/sightseeing_bg.png") top center repeat-y;
	background-size: contain;
}
.prologue{
	padding-top: 80px;
	
}
.prologue .subttl .txt{
	margin: 0 auto;
	text-align: center;
}
.prologue p{
	width: 100%;
	margin: 0 auto;
	line-height: 2;
	font-size: 24px;
	max-width: 700px;
	font-weight: bold;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.spot .inner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	max-width: 1100px;
	text-align: left;
	position: relative;
}
.spot .inner .sightseeingList{
	padding: 0;
	width: 100%;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
}
.spot .inner .sightseeingList li{
	width: 31%;
	position: relative;
	margin-bottom: 50px;
	background: #fff;
}
.spot .inner .sightseeingList li .icon01{
	width: 50%;
	top: -90px;
	left: -60px;
	position: absolute;
}
.spot .inner .sightseeingList li .icon02{
	width: 50%;
	top: -60px;
	right: -20px;
	position: absolute;
}
.spot .inner .sightseeingList li .icon03{
	width: 50%;
	top: -60px;
	right: -90px;
	position: absolute;
}
.spot .inner .sightseeingList li .icon04{
	width: 50%;
	top: -60px;
	left: -130px;
	position: absolute;
}
.spot .inner .sightseeingList li .icon05{
	width: 50%;
	top: -50px;
	right: -60px;
	position: absolute;
}
.spot .inner .sightseeingList li figure{
	margin: 0;
	padding: 0;
	width: 100%;
}
.spot .inner .sightseeingList li figure img{
	width: 100%;
	height: 100%;
}
.spot .inner .sightseeingList li h2{
	color: #B94047;
	padding: 0;
	width: 100%;
	font-size: 24px;
	margin: 20px auto;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.spot .inner .sightseeingList li .txt{
	padding: 0;
	width: 100%;
	height: 80px;
	line-height: 1.5;
	margin: 0 auto 20px;
}
.spot .inner .sightseeingList li .from{
	width: 100%;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 0 55px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.spot .inner .sightseeingList li .from::before,
.spot .inner .sightseeingList li .from::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #ccc;
}
.spot .inner .sightseeingList li .from::before {
  left:0;
}
.spot .inner .sightseeingList li .from::after {
  right: 0;
}
.spot .inner .sightseeingList li ul{
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.spot .inner .sightseeingList li ul li{
	width: 48%;
	text-align: center;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 30px;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.spot .inner .sightseeingList li ul li a{
	transition: 0.3s ease-in-out;
}
.spot .inner .sightseeingList li ul li a:hover{
	color: #B94047;
}
.spot .inner .sightseeingList li ul li::after{
	content: "▶︎";
	top: 10px;
	right: 10px;
	font-size: 6px;
	color: #000;
	position: absolute;
}
.spot .inner .sightseeingList li ul li:hover::after{
	color: #B94047;
}
}

/* SP
---------------------------------------------------------------------- */
@media screen and (max-width:1000px){
/* visual
---------------------------------------------------------------------- */
#pageTitleVox {
	width: 100%;
	height: 250px;
	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;
	margin-top: -80px;
}
#pageTitleVox .inner{
	width: 90%;
	height: 250px;
	margin: 0 auto;
	position: relative;
}

/* inner
---------------------------------------------------------------------- */	
.sightseeing {
	margin-top: 0;
	text-align: center;
}
.sightseeing_bg {
	width: 100%;
	background: url("../images/sightseeing_bg.png") top center repeat-y;
	background-size: contain;
}
.prologue{
	width: 90%;
	margin: 0 auto;
	padding-top: 80px;
}
.prologue p{
	width: 100%;
	margin: 0 auto;
	line-height: 2;
	font-size: 1.12rem;
	font-weight: bold;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.spot .inner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}
.spot .inner .sightseeingList{
	padding: 0;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.spot .inner .sightseeingList li{
	width: 100%;
	position: relative;
	margin-bottom: 40px;
	background: #fff;
}
.spot .inner .sightseeingList li .icon01{
	width: 30%;
	top: -30px;
	left: -30px;
	position: absolute;
}
.spot .inner .sightseeingList li .icon02{
	width: 30%;
	top: -30px;
	right: -10px;
	position: absolute;
}
.spot .inner .sightseeingList li .icon03{
	width: 30%;
	top: -30px;
	right: -10px;
	position: absolute;
}
.spot .inner .sightseeingList li .icon04{
	width: 30%;
	top: -30px;
	left: -10px;
	position: absolute;
}
.spot .inner .sightseeingList li .icon05{
	width: 30%;
	top: -30px;
	right: -20px;
	position: absolute;
}
.spot .inner .sightseeingList li figure{
	margin: 0;
	padding: 0;
	width: 100%;
}
.spot .inner .sightseeingList li figure img{
	width: 100%;
	height: 100%;
}
.spot .inner .sightseeingList li h2{
	color: #B94047;
	padding: 0;
	width: 100%;
	font-size: 24px;
	margin: 20px auto;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.spot .inner .sightseeingList li .txt{
	padding: 0;
	width: 100%;
	line-height: 1.5;
	margin: 0 auto 20px;
}
.spot .inner .sightseeingList li .from{
	width: 100%;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 0 55px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.spot .inner .sightseeingList li .from::before,
.spot .inner .sightseeingList li .from::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #ccc;
}
.spot .inner .sightseeingList li .from::before {
  left:0;
}
.spot .inner .sightseeingList li .from::after {
  right: 0;
}
.spot .inner .sightseeingList li ul{
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.spot .inner .sightseeingList li ul li{
	width: 48%;
	text-align: center;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 30px;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.spot .inner .sightseeingList li ul li a{
	transition: 0.3s ease-in-out;
}
.spot .inner .sightseeingList li ul li a:hover{
	color: #B94047;
}
.spot .inner .sightseeingList li ul li::after{
	content: "▶︎";
	top: 10px;
	right: 10px;
	font-size: 6px;
	color: #000;
	position: absolute;
}
.spot .inner .sightseeingList li ul li:hover::after{
	color: #B94047;
}
}