@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: 1499px) {
	html {
		font-size: calc(1000vw / 1500);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
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: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FAFAFA;
	font-feature-settings: "palt";
}
.fixed {
	position: fixed;
	width: 100%;
	overflow-y: scroll;
}
#container {
	text-align: left;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	#gNavi {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	body {
		font-size: 1.4rem;
	}
	.fixed {
		height: 100%;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 2.3rem 2rem 0.5rem;
	box-sizing: border-box;
	z-index: 99;
	transition: all 0.2s ease-in;
}
#gHeader.on {
	background: rgba(255,255,255,0.9);
	transition: all 0.2s ease-in;
}
#gHeader .hBox {
	max-width: 157.8rem;
	margin: 0 auto;
	padding-left: 22.4rem;
	box-sizing: border-box;
}
#gHeader h1 {
	width: 16.8rem;
}
#gNavi {
	margin-top: 0.5rem;
}
#gNavi ul {
	justify-content: flex-end;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
}
#gNavi li:not(:first-child) {
	margin-left: 4.8rem;
}
#gNavi a {
	color: #5C3719;
}
#gNavi a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 1.2rem 2rem;
	}
	#gHeader .hBox {
		max-width: inherit;
		padding-left: 0;
	}
	#gHeader h1 {
		width: 8.4rem;
		margin: 0 auto;
		position: relative;
		z-index: 9;
	}
	.menu {
		width: 6rem;
		height: 6rem;
		position: absolute;
		right: 0;
		top: 0;
	}
	.menu span {
		width: 3.3rem;
		height: 0.4rem;
		position: absolute;
		top: 1.5rem;
		left: 1.4rem;
		background: #5C3719;
		transition: all .35s ease;
	}
	.menu span:nth-of-type(2) {
		top: 2.4rem;
	}
	.menu span:nth-of-type(3) {
		top: 3.3rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(0.8rem) translateX(0) rotate(45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-1rem) translateX(0) rotate(-45deg);
	}
	#gNavi {
		margin-top: 0;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		padding: 7rem 3rem 3rem;
		background: #fff;
		display: none;
	}
	#gNavi ul {
		display: block;
		font-size: 1.6rem;
		letter-spacing: 0.08em;
		border-top: dotted 2px #f4a576;
	}
	#gNavi li {
		border-bottom: dotted 2px #f4a576;
	}
	#gNavi li:not(:first-child) {
		margin-left: 0;
	}
	#gNavi a {
		padding: 1rem 0;
		display: block;
		text-align: center;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 1rem 0 1.2rem;
	position: relative;
	background-color: #5C3719;
}
#gFooter address {
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}
#gFooter .pageTop {
	position: absolute;
	right: 50%;
	bottom: 3.1rem;
	width: 9.5rem;
	margin-right: -53.5rem;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gFooter .pageTop {
		right: 1.6rem;
		bottom: 2rem;
		width: 6.9rem;
		margin-right: 0;
	}
}
.mfp-fade ~ #container {
	user-select: none;
	pointer-events: none;
}