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

/* ---------------------------------------------------------------------------------------------

   特定箇所指定

--------------------------------------------------------------------------------------------- */

#tenboujo{
	margin-bottom: 75px;
}

@media screen and (max-width:550px) {

#tenboujo{
	margin-bottom: 50px;
}
	
}


/* 鍋ヶ滝、男池（おいけ）湧水群
------------------------------------------------------------*/
.fa-water{
	color: #a8bf93;
	font-size: clamp(20px, 2vw, 24px);
}

/* 北里柴三郎記念館
------------------------------------------------------------*/
.fa-memory{
	color: #a8bf93;
	font-size: clamp(20px, 2vw, 24px);
}

/* 九重“夢”大吊橋
------------------------------------------------------------*/
.fa-road{
	color: #a8bf93;
	font-size: clamp(20px, 2vw, 24px);
}

/* 大観峰 展望所
------------------------------------------------------------*/
.fa-mountain{
	color: #a8bf93;
	font-size: clamp(20px, 2vw, 24px);
}




/* ---------------------------------------------------------------------------------------------

   全共通箇所

--------------------------------------------------------------------------------------------- */
.sightseeing{
	position: relative;
}

.sightseeing-back{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 55%;
	background-image: url(../sightseeing-images/triangle-mosaic.webp);
	background-repeat: repeat;
	z-index: 1;
}

.sightseeing .text-16{
	position: relative;
	z-index: 5;
	margin: 0 auto 15px auto;
}


.main-image{
	width: 100%;
	position: relative;
	z-index: 5;
}
.main-image img{
	width: 100%;
	height: auto;
}

.beside-image{
	position: relative;
	z-index: 5;
	margin-bottom: 50px;
}

.beside-image li{
	float: left;
	width: 49%;
	margin-top: 2%;
}
.beside-image li.last{
	float: right;
	width: 49%;
	margin-top: 2%;
}
.beside-image li img{
	width: 100%;
	height: auto;
}

.re-h2 span.text-18{ /*レギュラーh2*/
	text-align: center;
   letter-spacing: 0;
}


/* ---------------------------------------------------------------------------------------------

   ページ内・外 リンクボタン※変則 read more

--------------------------------------------------------------------------------------------- */
.sightseeing .custom-btn {
	background: #e6eae3;
}


















