/* CSS Document */


/* --------------------------------------------------
ttl-page
-------------------------------------------------- */

.ttl-page{
	background: url("../img/bg-ttl-onsen.jpg") center no-repeat;
	background-size: cover;
}

/* --------------------------------------------------
#contents
-------------------------------------------------- */
#contents{
	position: relative;
}
#contents::after {
	content: "";
	display: block;
	position: absolute;
	width: 80%;
	height: 42%;
	margin: auto;
	top: 20%;
	bottom: auto;
	right: auto;
	left: 0;
	z-index: -1;
	background: #EFEFEF;
}

/* --------------------------------------------------
onsen-intro
-------------------------------------------------- */
.onsen-intro{
	margin-bottom: 5%;
}

/* list-onsen */
.list-onsen{
	justify-content: space-between;
	flex-direction: row-reverse;
}
.list-onsen .pht-onsen{
	width: 64%;
}
.list-onsen .pht-onsen .wide-pht{
	text-align: left;
	margin: 0 5% 3% 0;
}
.list-onsen .pht-onsen .list-2col{
	flex-wrap: nowrap;
	justify-content: flex-end;
	margin-left: 10%;
}
.list-onsen .pht-onsen .list-2col li{
	float: none;
}
.list-onsen .pht-onsen .list-2col li:last-child{
	margin-top: 3%;
}
.list-onsen .pht-onsen .list-2col li figure{
	text-align: right;
}
.list-onsen .txt-onsen{
	width: 36%;
	background: #fff;
	padding: 5% 3%;
	margin: 8% -10% auto 5%;
	position: relative;
	z-index: 1;
}
.list-onsen .txt-onsen p{
	font-size: 2.2rem;
	line-height: 2;
}

@media screen and (max-width: 1200px) {
	.list-onsen .txt-onsen p{
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 800px) {
	.list-onsen{
		display: block;
	}
	.list-onsen .pht-onsen{
		width: 100%;
	}
	.list-onsen .pht-onsen .wide-pht{
		margin: 0 auto;
	}
	.list-onsen .txt-onsen{
		width: 90%;
		margin: 0 auto;
	}
	.list-onsen .txt-onsen p{
		font-size: 1.4rem;
	}
}
/* --------------------------------------------------
ttl
-------------------------------------------------- */
.ttl{
	font-size: 7.2rem;
	font-weight: bold;
	text-align: center;
	color: #170202;
	margin-bottom: 1em;
}

@media screen and (max-width: 1200px) {
	.ttl{
		font-size: 5rem;
	}
}
@media screen and (max-width: 800px) {
	.ttl{
		font-size: 2rem;
	}
}

/* --------------------------------------------------
spot-list
-------------------------------------------------- */
.spot-list{
	padding: 0;
	margin: 0 2% 5%;
}
.spot-list li .pht .frame {
	padding-top: 100%;
}
.spot-list li .pht figcaption {
	font-size: 3.4rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	text-shadow: 0 0 20px rgb(0 0 0);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

body:lang(fr) .spot-list li .pht figcaption {
	font-size: 2.4rem;
}


@media screen and (max-width: 1200px) {
	.spot-list li .pht figcaption {
		font-size: 2.4rem;
	}
	
	body:lang(fr) .spot-list li .pht figcaption {
		font-size: 2.0rem;
	}
}
@media screen and (max-width: 800px) {
	.spot-list li .pht figcaption {
		font-size: 1.6rem;
	}
	body:lang(fr) .spot-list li .pht figcaption {
		font-size: 1.5rem;
	}
}
