@charset "utf-8";
/* --------------------------------------------------
header
-------------------------------------------------- */
#gnav .gnav_list li.gnav_special button u::after {
  background-color: #ffffff;
  height: 2px;
}
#gnav .gnav_list li.gnav_special button u::after {
  transform: scale(1, 1);
  height: 2px;
}


/* --------------------------------------------------
contents
-------------------------------------------------- */
.main_in {
  padding-top: 0;
}
@media screen and (min-width: 768px){
.main_in {
    padding-top: 0;
  }
}

.s_ttl{
	height: 60px;
}

.c-heading-l{
	margin-bottom: 40px;
}



/* --------------------------------------------------
contents
-------------------------------------------------- */
.page-ttl{
	padding: 30px 0 40px;
	background:url(../images/location/bg_page_ttl.jpg) no-repeat center center;
	background-size: cover;
	text-align:center;
	color: #FFF;	
}
.page-ttl h2{
	font-weight: 500;	
}
.page-ttl .ja{
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
}
.page-ttl .en{
	font-size: 1.2rem;
	letter-spacing:0.6em;	
}

/* intro
-------------------------------------------------- */
.intro{
	padding: 35px 0 10px;	
}
.intro .inner{
	padding-bottom: 40px;
}

.intro h2{
	width: 90%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;

}



/* cat汎用
-------------------------------------------------- 
.cat{
	padding: 10px 0;	
}
.cat .inner{
	padding-bottom: 35px;
	background:url(../images/location/bg_shadow_sp.jpg) no-repeat center bottom;
	background-size:100% auto;	
}
.cat h3{
	margin-bottom: 15px;
	text-align: center;
	font-weight: 500;
}
.cat h3 .ja{
	display: block;
	font-size: 1.7rem;
	line-height:1.6;
}
.cat h3 .en{
	font-size: 1rem;
	color: #242780;
	letter-spacing:0.6em;
}
*/




.spot-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.spot-list li{
	width: 100%;	
}
.spot-list li:nth-child(n+2){
	margin-top: 1rem;
}

.spot-list .pic{
	position: relative;
}
.spot-list .caption{
	position: absolute;
	right:3px;
	bottom:0;
	font-size: 1rem;
}
.spot-list .txt{
	font-size: 1rem;
	line-height:1.4;
}





@media screen and (min-width: 768px){

	.page-ttl{
		height: 335px;
		padding: 90px 0 0;	
	}
	.page-ttl .ja{
		font-size: 5rem;
	}
	.page-ttl .en{
		font-size: 3rem;
	}

/* intro
-------------------------------------------------- */
	.intro{
		padding: 100px 0 30px;	
	}
	.intro .inner{
		padding-bottom: 120px;
	}

	.intro .spot-list li{
		width: 48%;	
	}

	.spot-list li:nth-child(n+2){
		margin-top: 0;
	}
	
	.intro .spot-list li:nth-child(n+3){
		margin-top: 4rem;
	}


/* cat汎用
-------------------------------------------------- 
	.cat{
		padding: 20px 0 30px;	
	}
	.cat .inner{
		padding-bottom: 120px;
		background:url(../images/location/bg_shadow.jpg) no-repeat center bottom;
		background-size:100% auto;	
	}
	.cat h3{
		margin-bottom: 55px;
	}
	.cat h3 .ja{
		font-size: 3.3rem;
	}
	.cat h3 .en{
		font-size: 2.2rem;
	}
*/
}