@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 (max-width: 511px) {
	html {
		font-size: calc(1000vw / 512);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-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: #54552D;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #54552D;
}
a:hover {
	color: #54552D;
}
a:active {
	color: #54552D;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 990px;
	color: #54552D;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	font-feature-settings: "palt";
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
@media all and (max-width: 896px) {
	body {
		color: #545527;
	}
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	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: relative;
	background-color: #FFF;
}
#gHeader .hBox {
	padding: 1.7rem 2rem;
	align-items: flex-start;
}
#gHeader h1 {
	margin-top: 0.3rem;
	width: 15.2rem;
}
#gHeader h1 a {
	display: block;
}
#gNavi a img {
	width: 1.9rem;
}
#gNavi a {
	font-size: 1.4rem;
	letter-spacing: 0.075em;
}
#gNavi li:not(:last-child) {
	margin-right: 2.35rem;
}
#gNavi li:last-child {
	margin: 0.3rem 0 0 0.4rem;
}
#gNavi li:last-child a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	.menuBox {
		margin: 0.8rem 2rem 0 0;
		display: block !important;
	}
	#gNavi a:hover {
		color: #c7a35f;
	}
} 
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 2.1rem 2.5rem 1.6rem;
		display: block;
	}
	#gHeader h1 {
		margin-top: 0.3rem;
		position: relative;
		z-index: 10;
		width: 20.7rem;
	}
	#gNavi {
		margin-top: 0.7rem;
	}
	#gNavi ul {
		display: block;
		text-align: center;
	}
	#gNavi a img {
		margin: 0.5rem 2rem 0 0;
		width: 2.8rem;
	}
	#gNavi a {
		padding: 1.95rem 1rem;
		display: block;
		font-size: 2.5rem;
		font-weight: 400;
		border-top: 1px solid #919A50;
	}
	#gNavi li:last-child a {
		border-bottom: 1px solid #919A50;
	}
	#gNavi li:not(:last-child) {
		margin-right: 0;
	}
	#gNavi li:last-child {
		margin: 0;
	}
	.menu {
		position: absolute;
		z-index: 10;
		top: 4.5rem;
		right: 0;
		padding-left: 1.2rem;
		width: 12rem;
		font-weight: 400;
		height: 3rem;
		text-align: center;
		font-size: 2.1rem;
		letter-spacing: 0.05em;
		color: #919A50;
		background: url(../img/common/icon02.png) no-repeat left center / 2.9rem;
	}
	.menu.on {
		background-image: url(../img/common/icon02_on.png);
	}
	.menuBox { 
		padding-bottom: 5rem;
		display: none;
		position: fixed;
		left: 0;
		top: 11rem;
		width: 100%;
		background: rgba(255, 255, 255, 1);
		z-index: 9;
		height: calc(100% - 11rem);
		overflow-y: auto;
		box-sizing: border-box;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 0.7rem 0 0.9rem;
	position: relative;
	z-index: 2;
	background-color: rgba(84, 85, 45, 0.13);
}
#gFooter::after {
	width: 100%;
	height: 6rem;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 0;
	content: "";
	background: url(../img/common/footer_bg.png) no-repeat left top / 100% 100%;
}
#gFooter .fNavi {
	margin-bottom: 1rem;
}
#gFooter .fNavi li {
	margin: 0 1.2rem;
}
#gFooter .fNavi a {
	display: inline-block;
	font-size: 1.4rem;
	letter-spacing: 0.075em;
}
#gFooter .fNavi img {
	width: 1.9rem;
}
#gFooter .fNavi li:last-child a:hover {
	opacity: 0.7;
}
#gFooter address {
	text-align: center;
	font-size: 0.8rem;
	letter-spacing: 0.05em;
	color: #949B5A;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi a:hover {
		color: #c7a35f;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 0 0 2.1rem;
	}
	#gFooter::after {
		height: 3.5rem;
		background-image: url(../img/common/footer_bg_sp.png);
	}
	#gFooter address {
		font-size: 1.14rem;
		color: #919A50;
	}
}