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



/****************************************************************************************************
contents
****************************************************************************************************/
#wrap {
	overflow: hidden;
}
#contents {
	position: relative;
	z-index: 10;
}



/****************************************************************************************************
共通
****************************************************************************************************/
.img-box {
	position: relative;
	display: inline-block;
}
.img-box .cap {
	margin-top: 0.5em;
	font-size: 0.733rem;
	line-height: 1.4;
	text-align: right;
}
.img-box .cap.capin {
	position: absolute;
	right: 1em;
	bottom: 1em;
	line-height: 1.0;
}
.img-box .cap.white {
	color: #FFF;
	font-weight: bold;
}



/****************************************************************************************************
main
****************************************************************************************************/
#main {
	position: relative;
	width: 100%;
	background: #000;
}
.main-bg {
	position: relative;
}
.main-bg img {
	width: 100%;
	height: auto;
}
.main-bg figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #FFF;
	font-size: 0.733rem;
	line-height: 1.0;
}



/****************************************************************************************************
point information
****************************************************************************************************/
#point {
	background: #FFF;
	box-shadow: 0 0 15px rgba(0,0,0,1);
}

.top-bg {
	padding: 70px 0 90px 0;
	background: url(../img/top/bg.jpg) no-repeat center top;
	background-size: cover;
}

#info {
	padding: 0 0 40px 0;
}
#info h2 {
	font-size: 2.533rem;
	font-weight: normal;
	letter-spacing: 0.15em;
	line-height: 1.4;
}

#information {
	width: 1152px;
	margin: auto;
	padding: 40px 0 40px 0;
	background: url(../img/top/information-bg.jpg) no-repeat center top;
	background-size: cover;
	box-shadow: 10px 10px 10px rgba(0,0,0,.45);
}
#info-ttl div {
	color: #FFF;
	font-size: 2rem;
	font-family: "Perpetua", "Garamond", serif;
	line-height: 1.6;
	letter-spacing: 0.2em;
}
#info-text {
}
#info-text h3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #CAB8A2;
	font-size: 2.133rem;
	line-height: 1.6;
	letter-spacing: 0.2em;
}
#info-text h3 .small {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
#info-text p {
	margin-top: 0.6em;
	color: #FFF;
	font-size: 1.2rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
#request-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 25px;
	margin: 15px 0 0 0;
}



/****************************************************************************************************
index
****************************************************************************************************/
.index-block {
	position: relative;
	background: #000;
}
.index-block::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	top: 0;
	width: 100%;
	background-image: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,0));
	z-index: 2;
}
.index-block a {
	display: block;
}
.index-bg {
	position: relative;
}
.index-bg figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	font-size: 0.733rem;
	line-height: 1.2;
}
.index-bg img {
	object-fit: cover;
	width: 100%;
	height: 750px;
	min-width: 1480px;
}
.index-bg figcaption.white {
	color: #FFF;
	text-shadow:
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1),
		0 0 10px rgba(0,0,0,1);
}
.index-text {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#wrap {
	}
	
	
	
	/****************************************************************************************************
	共通
	****************************************************************************************************/
	.img-box .cap {
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	.main-bg figcaption {
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	point information
	****************************************************************************************************/
	#point {
		padding: 0 4vw;
	}
	
	.top-bg {
		padding: 10vw 4vw 10vw 4vw;
	}
	
	#info {
		padding: 0 0 5vw 0;
	}
	#info h2 {
		font-size: 1.466rem;
		letter-spacing: 0.05em;
	}
	
	#information {
		width: 100%;
		padding: 6vw 4vw 2.5vw 4vw;
		background-size: cover;
	}
	#info-ttl div {
		font-size: 1.2rem;
		letter-spacing: 0.1em;
	}
	#info-text h3 {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 1.866rem;
		letter-spacing: 0.1em;
	}
	#info-text h3 .small {
		font-size: 1.2rem;
	}
	#info-text p {
		font-size: 0.666rem;
		letter-spacing: 0;
		text-align: left;
	}
	#request-box {
		gap: 2vw;
		margin: 1vw 0 0 0;
	}
	#request-box div {
		width: 70vw;
	}
	
	
	
	/****************************************************************************************************
	index
	****************************************************************************************************/
	.index-block::before {
		height: 3vw;
	}
	.index-bg figcaption {
		font-size: 0.533rem;
	}
	.index-bg img {
		object-position: 50% 50%;
		height: 80vw;
		min-width: initial;
		min-width: auto;
	}
	.index-text img {
		width: 92vw;
	}
}

@media screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	opening
	****************************************************************************************************/
	#skip {
		right:1vw;
		top:1vw;
	}
	#skip a {
		width:10vw;
		height:4vw;
		font-size: 1.2vw;
		line-height:4vw;
	}
	#opening-inner {
		height: 80vh;
		top: auto;
	}
}