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



/****************************************************************************************************
wrap
****************************************************************************************************/
#wrap {
}
#logo,
#wakohre {
	filter: grayscale(1) invert(100%) brightness(500%);
	transition: all 500ms;
}
#header.active #logo,
#header.active #wakohre {
	filter: grayscale(0) invert(0%) brightness(100%);
}
#hnavi .outline a,
#hnavi .map a {
	color: #FFF;
}
#header.active #hnavi .outline a,
#header.active #hnavi .map a {
	color: #333;
}
#gNavi > ul > li > a,
#gNavi > ul > li > span {
	color: #FFF;
}
#header.active #gNavi > ul > li > a,
#header.active #gNavi > ul > li > span {
	color: #333;
}
#gNavi > ul > li {
	border-left:1px solid rgba(255,255,255,0.25);
}
#gNavi > ul > li:nth-last-of-type(1) {
	border-right:1px solid rgba(255,255,255,0.25);
}
#header.active #gNavi > ul > li {
	border-left:1px solid rgba(0,0,0,0.25);
}
#header.active #gNavi > ul > li:nth-last-of-type(1) {
	border-right:1px solid rgba(0,0,0,0.25);
}
#gNavi > ul > li > span span.small,
#gNavi > ul > li > a span.small {
	color: #FFF;
}
#header.active #gNavi > ul > li > span span.small,
#header.active #gNavi > ul > li > a span.small {
	color: #333;
}
#gNavi > ul > li.select > a {
	color: #D0CB9F;
}
#header.active #gNavi > ul > li.select > a {
	color: #927B5B;
}



/****************************************************************************************************
contents
****************************************************************************************************/
#contents {
	overflow: hidden;
	padding: 0;
}



/****************************************************************************************************
main
****************************************************************************************************/
#main {
	position: relative;
}
#main figure {
	position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1800px) {
	#main figure img {
		object-fit: cover;
		width: 100%;
		height: 942px;
	}
}
@media screen and (min-width: 1801px) {
	#main figure img {
		width: 100%;
		height: auto;
	}
}
#main figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	color: #FFF;
	font-size: 0.866rem;
	font-weight: bold;
	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);
}



/****************************************************************************************************
information
****************************************************************************************************/
#information {
	padding: 0 0 100px 0;
	background: url(../img/top/bg.jpg) no-repeat center center;
	background-size: cover;
}
#point img {
}
#info-text {
	padding: 30px;
	background: #4D3429;
}
#info-text h2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0;
	color: #FFF;
	font-size: 2.533rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
#info-text h2 .small {
	font-size: 1.333rem;
} 
#info-text h3 {
	color: #FFF;
	font-size: 2.533rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}
#information .request-box {
	margin-top: 80px;
}



/****************************************************************************************************
concept
****************************************************************************************************/
#concept {
	padding: 120px 0 100px 0;
	background: url(../img/top/concept-bg.jpg) no-repeat center top;
	background-size: 100% auto;
	color: #FFF;
}
#concept-inner {
	width: 1200px;
	margin: auto;
	padding: 100px 80px;
	background: rgba(48,31,25,.9);
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,.25);
}
#concept-inner sup {
	font-size: 60%;
	vertical-align: top;
}
#concept-title p {
	margin-top: 30px;
	font-size: 1.333rem;
	line-height: 2.2;
}
#concept-main {
	margin-top: 50px;
}
.concept-block {
	margin-top: 80px;
}
.concept-block .eng {
	display: inline-block;
	padding: 0.5em 1em 0.5em 1.1em;
	background: #AEA571;
	color: #000;
	font-size: 1.333rem;
	letter-spacing: 0.1em;
	line-height: 1.0;
}
.concept-block h3 {
	margin-top: 0.8em;
	font-size: 2.133rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
.concept-block h3::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	margin: 30px 0 34px 0;
	background-image: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.3) 50%, rgba(255,255,255,0));
}
.concept-block p {
	font-size: 1.333rem;
	line-height: 2.2;
}
.concept-img-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	margin-top: 40px;
}
.concept-img-box figcaption {
	margin-top: 0.8em;
	font-size: 1.0rem;
	line-height: 1.6;
	text-align: left;
}



/****************************************************************************************************
index
****************************************************************************************************/
#index {
}
#index sup {
	font-size: 50%;
	vertical-align: top;
}
.index-block {
	border-top: 1px solid rgba(146,123,91,.5);
	overflow: hidden;
}
.index-block a {
	display: block;
	position: relative;
}
.index-block a figure {
	position: relative;
}
.index-block a figure img {
	object-fit: cover;
	width: 100%;
	height: 700px;
}
.index-block a figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	font-size: 0.866rem;
	line-height: 1.4;
}
.index-block a figure figcaption.white {
	color: #FFF;
	font-weight: bold;
	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-block a::before {
	content: "";
	position: absolute;
	display: block;
	left: 40px;
	top: 0;
	width: 560px;
	height: 100%;
	background: url(../img/top/shadow.png) repeat left top;
	box-shadow: 0 0 20px 15px rgba(0,0,0,.15);
	mix-blend-mode: multiply;
	z-index: 5;
}
.index-block .index-text {
	position: absolute;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
	left: 40px;
	top: 0;
	width: 560px;
	height: 100%;
	color: #FFF;
	font-size: 1.733rem;
	line-height: 1.8;
	letter-spacing: 0.15em;
	z-index: 10;
}
.index-block .index-text h3 {
	position: relative;
	margin-bottom: 0.5em;
	padding-bottom: 0.39em;
	color: #C5B878;
	font-size: 3.733rem;
	font-weight: normal;
	line-height: 1.2;
}
.index-block .index-text h3::before {
	content: "";
	position: absolute;
	display: block;
	width: 18px;
	height: 20px;
	left: 50%;
	top: -30px;
	transform: translate(-50%, 0);
	background: url(../img/top/icon.png) repeat left top;
	background-size: cover;
}
.index-block .index-text h3::after {
	content: "";
	position: absolute;
	display: block;
	width: 500px;
	height: 1px;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	background-image: linear-gradient(45deg, rgba(197,184,120,0), rgba(197,184,120,.5), rgba(197,184,120,0));
}
.index-block .index-text::after {
	content: "";
	position: absolute;
	display: block;
	width: 56px;
	height: 15px;
	right: 50px;
	bottom: 50px;
	border-bottom: 1px solid rgba(255,255,255,.5);
	border-right: 1px solid rgba(255,255,255,.5);
	transform: translate(0, 0) skew(45deg, 0);
	transform-origin: 0 100%;
}
.index-block:nth-of-type(even) a::before {
	left: auto;
	right: 40px;
}
.index-block:nth-of-type(even) a figure figcaption {
	left: 1em;
	right: auto;
}
.index-block:nth-of-type(even) .index-text {
	left: auto;
	right: 40px;
}





@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#contents {
		padding: 0 0 0 0;
	}
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main figure figcaption {
		right: auto;
		left: 0.8em;
		bottom: 0.8em;
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	information
	****************************************************************************************************/
	#information {
		padding: 0 0 7vw 0;
	}
	#info-text {
		padding: 5vw 0;
	}
	#info-text h2 {
		font-size: 0.933rem;
	}
	#info-text h2 .small {
		font-size: 0.6rem;
	}
	#info-text h3 {
		margin-top: 0.4em;
		font-size: 1.333rem;
	}
	#information .request-box {
		width: 92vw;
		margin: auto;
		margin-top: 8vw;
	}
	
	
	
	/****************************************************************************************************
	concept
	****************************************************************************************************/
	#concept {
		padding: 10vw 0 10vw 0;
	}
	#concept-inner {
		width: 92vw;
		margin: auto;
		padding: 10vw 6vw;
		border-radius: 2vw;
		box-shadow: 0 0 3vw rgba(0,0,0,.25);
	}
	#concept-title h2 {
		width: 70vw;
		margin: auto;
	}
	#concept-title p {
		margin-top: 4vw;
		font-size: 0.933rem;
		line-height: 2.0;
		text-align: left;
	}
	#concept-main {
		width: 70vw;
		margin: auto;
		margin-top: 4vw;
	}
	.concept-block {
		margin-top: 8vw;
	}
	.concept-block .eng {
		font-size: 1.2rem;
	}
	.concept-block h3 {
		margin-top: 0.8em;
		font-size: 1.466rem;
	}
	.concept-block h3::after {
		margin: 4vw 0 4vw 0;
	}
	.concept-block p {
		font-size: 0.933rem;
		line-height: 2.0;
		text-align: left;
	}
	.concept-img-block {
		gap: 2vw;
		margin-top: 4vw;
	}
	.concept-img-box figcaption {
		font-size: 0.6rem;
	}
	
	
	
	/****************************************************************************************************
	index
	****************************************************************************************************/
	.index-block a::before {
		display: none;
	}
	.index-block a figure img {
		width: 100%;
		height: 60vw;
	}
	.index-block a figure figcaption {
		font-size: 0.533rem;
	}
	.index-block .index-text {
		position: static;
		width: 100%;
		height: auto;
		padding: 13vw 0 10vw 0;
		background: url(../img/top/shadow.png) repeat left top;
		box-shadow: none;
		font-size: 1.2rem;
	}
	.index-block .index-text h3 {
		margin-bottom: 0.6em;
		font-size: 2.4rem;
	}
	.index-block .index-text h3::before {
		width: calc(1.8vw * 2.5);
		height: calc(2vw * 2.5);
		top: calc(calc(-3vw * 2.5) + 1vw);
	}
	.index-block .index-text h3::after {
		width: 92vw;
		height: 1px;
	}
	.index-block .index-text::after {
		width: calc(5.6vw * 2);
		height: calc(1.5vw * 2);
		right: 6vw;
		bottom: 6vw;
	}
	.index-block:nth-of-type(even)  a figure figcaption {
		left: 1em;
		right: auto;
	}
	.index-block:nth-of-type(even) .index-text {
		left: auto;
		right: 120px;
	}
	#access.index-block a figure img {
		object-position: 80% 50%;
	}
}

@media screen and (max-width: 960px) and (orientation: landscape) {
}