@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Serif JP', serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #FFF;
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #a3977e;
	font-family: 'Crimson Text', serif;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
#container {
	position: relative;
	text-align: left;
	overflow: hidden;
}
#main {
	display: block;
}
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: 2.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: 48%;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	/* background: #FFF; */
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#gHeader .hBox {
	display: flex;
	justify-content: space-between;
}
#gHeader h1 {
	width: 182px;
	position: relative;
	z-index: 1000;
}
.menuBox {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	background-color: #a3977e;
}
.menu {
	margin: 24px 27px 0 0;
	cursor: pointer;
	width: 55px;
	height: 52px;
	z-index: 900;
	transition: .3s;
	position: relative;
	z-index: 1000;
}
.menu .topMenu span {
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	width: 100%;
	height: 3px;
	background-color: #826800;
	border-radius: 3px;
}
.menu .menuTxt {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	color: #826800;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	font-family: 'Crimson Text', serif;
	font-weight: 600;
	text-align: center;
}
.menu .topMenu span:nth-of-type(1) {
	top: 0;
}
.menu .topMenu span:nth-of-type(2) {
	top: 17px;
}
.menu.on .topMenu span:nth-of-type(1) {
	transform: translateY(8px) rotate(-21deg);
}
.menu.on .topMenu span:nth-of-type(2) {
	transform: translateY(-8px) rotate(21deg);
}
.menuBox {
	overflow: auto;
}
#gNavi {
	padding: 221px 0 220px;
	width: 100%;
}
#gNavi li {
	margin-bottom: 74px;
	text-align: center;
}
#gNavi a {
	font-size: 9.31rem;
}
#gNavi a:hover {
	opacity: 0.7;
}
#gNavi .banner {
	margin-top: 125px;
	text-align: center;
}
#gNavi .banner a {
	width: 278px;
	display: inline-block;
}
@media all and (max-width: 896px) {
	#gHeader {
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: transparent;
	}
	#gHeader h1 {
		width: 113px;
	}
	.menuBox {
		z-index: 1000;
	}
	.menu {
		margin: 27px 27px 0 0;
		width: 46px;
		height: 44px;
		z-index: 1001;
	}
	.menu .topMenu span:nth-of-type(2) {
		top: 14px;
	}
	.menu.on .topMenu span:nth-of-type(2) {
		transform: translateY(-6px) rotate(21deg);
	}
	.menu .menuTxt {
		font-size: 1.3rem;
	}
	#gNavi {
		padding: 121px 0 20px;
	}
	#gNavi ul {
		margin-bottom: 48px;
	}
	#gNavi li {
		margin-bottom: 36px;
	}
	#gNavi a {
		font-size: 4.3rem;
		letter-spacing: 0.05em;
	}
	#gNavi .banner {
		margin-top: 0;
	}
	#gNavi .banner a {
		width: 175px;
		height: 56px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 182px 10px 28px;
	position: relative;
	text-align: center;
}
#gFooter .copyright {
	font-size: 1.5rem;
	font-style: normal;
}
#gFooter .pageTop {
	width: 85px;
	position: absolute;
    right: -2px;
    bottom: -6px;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-top: 114px;
		padding-bottom: 22px;
	}
	#gFooter .pageTop {
		width: 72px;
		height: 72px;
		right: -1px;
		bottom: -2px;
	}
	#gFooter .pageTop img {
		width: 100%;
		height: 100%;
	}
	#gFooter .copyright {
		font-size: 1rem;
	}
}