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



/****************************************************************************************************
opening
****************************************************************************************************/
#opening-main1,
#opening-main2,
#opening-copy1,
#opening-copy2,
#opening-copy3-1,
#opening-copy3-2 {
	display: none;
}
#opening {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 5000;
	background: rgba(8,26,51,1);
	background: #000;
}
#opening-inner {
	position: relative;
	width: 100%;
	height: 100vh;
}

#skip {
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 100;
}
#skip a {
	display: block;
	width: 160px;
	height: 34px;
	line-height: 34px;
	background: rgba(200,200,200,.6);
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

#opening-main1,
#opening-main2,
#opening-copy1,
#opening-copy2,
#opening-copy3-1,
#opening-copy3-2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
#opening-main1 img,
#opening-main2 img {
	width: 100%;
	height: auto;
}
#opening-copy1 img,
#opening-copy2 img,
#opening-copy3-1 img,
#opening-copy3-2 img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#opening-copy3-1 img,
#opening-copy3-2 img {
	object-position: 50% 30%;
}
#opening-copy3-1 {
	transform-origin: 50% 30%;
}



/****************************************************************************************************
contents
****************************************************************************************************/
#header {
	background: rgba(255,255,255,.9);
}
#wrap {
	overflow: hidden;
	padding-top: 0;
}



/****************************************************************************************************
共通
****************************************************************************************************/
.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%;
}
.main-bg {
	position: relative;
}
.main-bg img {
	width: 100%;
	height: auto;
}
.main-bg figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	font-size: 0.733rem;
	line-height: 1.0;
}



/****************************************************************************************************
point information
****************************************************************************************************/
#point {
	background-image: linear-gradient(90deg, rgb(87,96,77), rgb(52,58,46));
}

.top-bg {
	background: url(../img/top/bg.jpg) no-repeat center top;
	background-size: cover;
}
.top-bg.pb100 {
	padding-bottom: 100px;
}
#information {
	padding: 80px 0 90px 0;
}
#info-ttl div {
	color: #4E000D;
	font-size: 2rem;
	font-family: "Perpetua", "Garamond", serif;
	line-height: 1.4;
	letter-spacing: 0.2em;
}
#info-ttl div::after {
	content: "";
	display: block;
	width: 28px;
	height: 9px;
	margin: auto;
	margin-top: 8px;
	margin-bottom: 16px;
	background: url(../img/top/mark.png) no-repeat center center;
	background-size: cover;
}
#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: #4E000D;
	font-size: 2.533rem;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0.2em;
}
#info-text h3 .small {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
#info-text p {
	margin-top: 0.6em;
	font-size: 1.133rem;
	line-height: 2.0;
	letter-spacing: 0.1em;
}
#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: 30px 0 0 0;
}



/****************************************************************************************************
concept
****************************************************************************************************/
#concept {
	width: 1210px;
	margin: auto;
	padding: 70px 0 70px 0;
	background: #FFF;
	box-shadow: 0 0 15px rgba(0,0,0,.15);
}
#concept-ttl div {
	color: #211813;
	font-size: 2rem;
	font-family: "Perpetua", "Garamond", serif;
	line-height: 1.4;
	letter-spacing: 0.2em;
}
#concept-ttl div::after {
	content: "";
	display: block;
	width: 28px;
	height: 9px;
	margin: auto;
	margin-top: 8px;
	margin-bottom: 30px;
	background: url(../img/top/mark.png) no-repeat center center;
	background-size: cover;
}
#concept-text {
}
#concept-text h3 {
	color: #211813;
	font-size: 1.466rem;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing: 0.4em;
}
#concept-text figure {
	position: relative;
	display: inline-block;
	margin: 2.5em 0;
}
#concept-text figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	font-size: 0.733rem;
	line-height: 1.0;
}
#concept-text p {
	color: #211813;
	margin-top: 0.6em;
	font-size: 1.133rem;
	line-height: 2.2;
	letter-spacing: 0.2em;
}



/****************************************************************************************************
index
****************************************************************************************************/
.index-block {
	position: relative;
}
.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: 664px;
	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;
	top: 160px;
	left: 0;
	right: 0;
	width: 1280px;
	margin: auto;
	text-align: left;
}
#plan .index-text,
#design .index-text {
	width: 960px;
}
.index-text h3 + div {
	margin-top: 50px;
}
.index-text div + div {
	margin-top: 64px;
	margin-left: 8px;
}
#location .index-img {
	position: absolute;
	left: 0;
	top: 64px;
}
#location .index-img figcaption {
	color: #FFF;
	margin: 0.5em 0 0 0.6em;
	font-size: 0.733rem;
	line-height: 1.2;
	text-align: left;
}





@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	opening
	****************************************************************************************************/
	#skip {
		left:auto;
		bottom:auto;
		right:3vw;
		top:3vw;
	}
	#skip a {
		width:18vw;
		height:7vw;
		font-size: 2.66vw;
		line-height:7vw;
	}
	#opening-copy1 img,
	#opening-copy2 img,
	#opening-copy3-1 img,
	#opening-copy3-2 img {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 130vw;
		height: 130vw;
		z-index: 10;
		transform: translate(-50%, -50%);
	}
	#opening-main1 img,
	#opening-main2 img {
		width: auto;
		height: 150vh;
		margin-left: -65vw;
	}
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	.main-bg figcaption {
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#wrap {
		padding-top: 10vw;
	}
	
	
	
	/****************************************************************************************************
	共通
	****************************************************************************************************/
	.img-box .cap {
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	point information
	****************************************************************************************************/
	#point {
		padding: 0 4vw;
	}
	
	.top-bg.pb100 {
		padding-bottom: 10vw;
	}
	
	#information {
		padding: 10vw 4vw 10vw 4vw;
	}
	#info-ttl div {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
	}
	#info-ttl div::after {
		width: calc(28vw * 0.2);
		height: calc(9vw * 0.2);
		margin-top: 2vw;
		margin-bottom: 5vw;
	}
	#info-text h3 {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 2rem;
		letter-spacing: 0.1em;
	}
	#info-text h3 .small {
		font-size: 1.2rem;
	}
	#info-text p {
		font-size: 0.866rem;
		letter-spacing: 0;
	}
	#request-box {
		gap: 2vw;
		margin: 4vw 0 0 0;
	}
	#request-box div {
		width: 70vw;
	}
	
	
	
	/****************************************************************************************************
	concept
	****************************************************************************************************/
	#concept {
		width: 92vw;
		margin: auto;
		padding: 8vw 5vw 8vw 5vw;
	}
	#concept-ttl div {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
	}
	#concept-ttl div::after {
		width: calc(28vw * 0.2);
		height: calc(9vw * 0.2);
		margin-top: 2vw;
		margin-bottom: 5vw;
	}
	#concept-text {
	}
	#concept-text h3 {
		font-size: 1.133rem;
		letter-spacing: 0.1em;
	}
	#concept-text figure {
		margin: 1.2em 0;
	}
	#concept-text figure figcaption {
		font-size: 0.533rem;
	}
	#concept-text p {
		font-size: 0.866rem;
		line-height: 2.0;
		letter-spacing: 0.1em;
	}
	
	
	
	/****************************************************************************************************
	index
	****************************************************************************************************/
	.index-bg figcaption {
		font-size: 0.533rem;
	}
	.index-bg img {
		object-position: 90% 100%;
		height: 50vw;
		min-width: initial;
		min-width: auto;
	}
	#plan .index-bg img {
		object-position: 17% 100%;
	}
	#design .index-bg img {
		object-position: 17% 100%;
	}
	.index-text {
		top: 8vw;
		width: 62vw;
	}
	#plan .index-text,
	#design .index-text {
		width: 58vw;
	}
	.index-text h3 {
		width: 56vw;
	}
	.index-text h3 + div {
		width: 56vw;
		margin-top: 4vw;
	}
	.index-text div + div {
		width: 36vw;
		margin-top: 4vw;
		margin-left: 0.5vw;
	}
	#location .index-img {
		position: absolute;
		left: 0;
		top: 3vw;
		width: 20vw;
	}
	#location .index-img figcaption {
		font-size: 0.533rem;
	}
}

@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;
	}
}