@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: 37.4rem) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.notoserif {
	font-family: "Noto Serif JP", 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: #716359;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #716359;
}
a:hover {
	color: #716359;
}
a:active {
	color: #716359;
}
button {
	background: none;
	border-radius: 0;
	border: none;
	display: block;
	color: #716359;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 128rem;
	color: #716359;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: #F5F3ED;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	button:focus-visible,
	a:focus-visible,
	select:focus-visible {
		outline: 2px solid #716359;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: all 0.3s ease;
	transform: translateY(0);
}
#gHeader.on {
	transform: translateY(-100%);
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 0 3rem 1rem;
	max-width: 102rem;
	border-radius: 0 0 1.2rem 1.2rem;
	background: #FFF;
	box-shadow: 0 0.4rem 1rem 0 rgba(131, 121, 116, 0.20);
	display: flex;
	justify-content: space-between;
}
#gHeader .logo {
	margin: 2.1rem 1.5rem 0 0;
}
#gHeader .logo a {
	display: inline-block;
	vertical-align: top;
	font-size: 1.3rem;
}
#gHeader .logo img {
	width: 10.8rem;
}
#gHeader .logo span {
	color: #9E9E9E;
	display: inline-block;
	vertical-align: middle;
	margin: -0.1rem 0 0 0.5rem;
	letter-spacing: -0.06em;
}
#gHeader .rightBox {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
#gHeader .comBtn a {
	border-radius: 0 0 1.2rem 1.2rem;
}
#gNavi {
	flex: 1;
	margin: 1.9rem 2rem 0 0;
}
#gNavi ul {
	display: flex;
	justify-content: flex-end;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	gap: 1.5rem;
}
@media all and (min-width: 897px) {
	#gNavi ul a:hover {
		opacity: 0.8;
	}
	#gHeader .logo a:hover {
		opacity: 0.8;
	}
}
@media all and (min-width: 897px) and (max-width: 1100px) {
	#gNavi ul {
		gap: 1rem;
	}
	#gHeader .hBox {
		padding: 0 2rem 1rem;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 0 2rem 2rem;
		max-width: inherit;
		border-radius: 0 0 2rem 2rem;
	}
	#gHeader .logo img {
		width: 10.3rem;
	}
	#gHeader .logo span {
		margin: -0.3rem 0 0 0.4rem;
		letter-spacing: -0.1em;
	}
}


.menu {
	position: absolute;
	top: 2.1rem;
	right: 2rem;
	height: 3rem;
	width: 3rem;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu.on .top {
	transform: translateY(1rem) translateX(0) rotate(-45deg);
}
.menu.on .middle {
	opacity: 0;
}
.menu.on .bottom {
	transform: translateY(-1rem) translateX(0) rotate(45deg);
}
.menu span {
	height: 0.2rem;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
	background: #E18665;
	border: none;
}
.menu span:nth-of-type(2) {
	top: 1rem;
}
.menu span:nth-of-type(3) {
	top: 2rem;
}

/* menuBox */
.menuBox {
	width: 100%;
	padding: 0 1rem;
	height: calc(100% - 7.4rem);
	position: fixed;
	top: 7.4rem;
	left: 0;
	z-index: 999;
	display: none;
}
.menuBox .innerBox {
	padding: 3.7rem 2rem 5.1rem;
	background-color: #A17C6F;
	border-radius: 1.2rem;
	max-height: calc(100% - 1rem);
	overflow-y: auto;
}
.menuBox .naviUl {
	text-align: center;
}
.menuBox .naviUl a {
	display: block;
	padding: 1.2rem 1rem;
	color: #fff;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
}
.menuBox .naviUl li {
	margin-bottom: 0.8rem;
}
.menuBox .naviUl li:last-child {
	margin-bottom: 0;
}
.menuBox .comBtn {
	margin-top: 2.9rem;
}
.menuBox .comBtn a {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	font-size: 1.6rem;
	max-width: 20.5rem;
	height: 6rem;
	border: 0.1rem solid #fff;
	border-radius: 1.5rem;
	background: rgba(255, 255, 255, 0.20);
}

/*------------------------------------------------------------
    フッター
------------------------------------------------------------*/
#gFooter {
    padding: 2rem;
    text-align: center;
	position: relative;
	z-index: 120;
}
#gFooter .fLogo {
    margin: 0 auto 3.3rem;
    width: 32.2rem;
}
#gFooter address {
    color: #AA9D96;
    font-size: 1.5rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.4;
}
@media all and (max-width: 896px) {
    #gFooter {
        padding: 1.9rem 2rem;
    }
    #gFooter .fLogo {
        margin-bottom: 2.1rem;
        width: 22.2rem;
    }
    #gFooter address {
        font-size: 1.3rem;
        line-height: 1.38;
    }
}