@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 897px) and (max-width: 1350px) {
	html {
		font-size: calc(1000vw / 1350);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Shippori Mincho", serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff; 
}
a:active {
	color: #fff;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #000;
}
.fixed {
	position: fixed;
	width: 100%;
}
#container {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 3rem 0 0.9rem;
	background-color: #000;
}
#gHeader .hBox {
	padding: 0 2rem;
	margin: 0 auto;
	max-width: 144rem;
	align-items: center;
}
#gHeader h1 {
	margin-bottom: 1rem;
	width: 15.6rem;
}
#gHeader h1 a {
	display: block;
}
#gHeader .snsUl {
	margin-left: 2.4rem;
}
#gHeader .snsUl li {
	width: 3rem;
}
#gHeader .snsUl a {
	display: block;
}
#gHeader .snsUl a:hover {
	opacity: 0.7;
}
#gNavi {
	flex: 1;
}
#gNavi ul {
	justify-content: right;
	gap: 3.55rem;
}
#gNavi a {
	display: inline-block;
	font-weight: 700;
	letter-spacing: -0.05em;
	color: #d4b772;
}
#gNavi a:hover {
	opacity: 0.7;
}
#gHeader .sub {
	width: 33rem;
	align-items: center;
}
#gHeader .comWebBox {
	width: 20rem;
}
#gHeader .comWebBox .btnUl li {
	width: auto;
}
@media all and (min-width: 897px) and (max-width: 1500px) {
	#gNavi ul {
		gap: 1.5rem;
	}
}
@media all and (min-width: 897px) {
	.menuBox {
		margin-top: -1.1rem;
		gap: 2.4rem;
		flex: 1;
		display: flex !important;
		flex-wrap: wrap;
		justify-content: right;
		align-items: center;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding-top: 1rem;
	}
	#gHeader .hBox {
		max-width: 100%;
		display: block;
	}
	#gHeader h1 {
		margin-bottom: 0;
		width: 13rem;
	}
	#gHeader .snsUl {
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#gNavi {
		margin-bottom: 4rem;
	}
	#gNavi ul {
		text-align: center;
		display: block;
	}
	#gNavi a {
		padding: 1.5rem 0;
		font-size: 1.6rem;
		display: block;
		border-bottom: 1px solid #d4b772;
	}
	#gNavi li:first-child a {
		border-top: 1px solid #d4b772;
	}
	#gHeader .sub {
		width: auto;
		display: block;
	}
	#gHeader .comWebBox {
		margin: 0 auto 3rem;
	}
	.menu {
		width: 3rem;
		height: 4rem;
		position: fixed;
		z-index: 11;
		top: 0.5rem;
		right: 1.5rem;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 2.9rem;
		height: 2px;
		background-color: #fff;
	}
	.menu span:nth-of-type(1) {
		top: 1rem;
	}
	.menu span:nth-of-type(2) {
		top: 2rem;
	}
	.menu span:nth-of-type(3) {
		top: 3rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(1rem) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-1rem) rotate(45deg);
	}
	.menuBox { 
		padding: 10rem 2rem 5rem;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: #000;
		z-index: 9;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 16.8rem;
	position: relative;
	z-index: 1;
}
#gFooter .photo {
	position: relative;
	z-index: 2;
}
#gFooter .photo::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	background-color: #000;
	mix-blend-mode: multiply;
	opacity: 0.51;
}
#gFooter .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#gFooter .naviBox {
	position: relative;
	z-index: 3;
	background-color: #000;
}
#gFooter .fNavi {
	gap: 1rem 0;
}
#gFooter .fNavi li {
	width: calc(100% / 6);
}
#gFooter .fNavi a {
	padding: 0 0.5rem;
	position: relative;
	text-align: center;
	min-height: 9rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #d4b772;
	font-weight: 700;
	letter-spacing: -0.05em;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
#gFooter .fNavi a::after {
	position: absolute;
	right: 0;
	top: 1.8rem;
	bottom: 1.2rem;
	width: 1px;
	background-color: #5c5c5c;
	z-index: 1;
	content: "";
}
#gFooter .bg {
	padding: 6rem 0 1.9rem;
	position: relative;
	z-index: 2;
	background-color: #571017;
}
#gFooter .bg .content {
	max-width: 140.5rem;
}
#gFooter .logo {
	margin: 0 auto 3rem;
	width: 18.7rem;
}
#gFooter .logo a {
	display: block;
}
#gFooter .comWebBox {
	margin: 0 auto 5.9rem;
	width: 59.3rem;
}
#gFooter .comWebBox p {
	margin-bottom: 1rem;
	font-size: 1.6rem;
}
#gFooter .comWebBox .btnUl li {
	margin: 0 auto;
	width: calc((100% - 3.3rem) / 2);
}
#gFooter .comWebBox .btnUl a {
	min-height: 4.7rem;
	color: #d4b772;
	background-color: #000;
}
#gFooter address {
	padding-top: 1.5rem;
	border-top: 1px solid #707070;
	text-align: center;
	font-family: "EB Garamond", serif;
	font-size: 1.2rem;
	color: #d4b772;
	letter-spacing: -0.05em;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 8rem;
	}
	#gFooter .photo {
		aspect-ratio: 375/100;
	}
	#gFooter .naviBox {
		padding: 2rem 0;
	}
	#gFooter .fNavi {
		gap: 1rem 0;
	}
	#gFooter .fNavi li {
		width: calc(100% / 2);
	}
	#gFooter .fNavi a {
		min-height: 5rem;
	}
	#gFooter .fNavi a::after {
		top: 0.5rem;
		bottom: 0.5rem;
	}
	#gFooter .fNavi li:nth-child(2n) a::after {
		display: none;
	}
	#gFooter .bg {
		padding-top: 4rem;
	}
	#gFooter .logo {
		width: 16rem;
	}
	#gFooter .comWebBox {
		margin-bottom: 3rem;
		width: auto;
	}
	#gFooter .comWebBox .btnUl li {
		width: calc((100% - 1rem) / 2);
	}
}