@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&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 Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
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: #3D3935;
	text-decoration: none;
}
a:visited {
	color: #3D3935;
}
a:hover {
	color: #3D3935;
	transition: all .3s;
}
a:active {
	color: #3D3935;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #3D3935;
	font-size: 1.5rem;
	line-height: 2;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	position: relative;
	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: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
#gHeader {
	position: absolute;
	top: 0;
	left: 0;
	padding: 19px 29px 16px;
	width: 100%;
	z-index: 3;
}
#gHeader .logo {
	margin-right: 15px;
	width: 319px;
}
#gHeader .logo a {
	display: block;
}
#gHeader .hBox {
	align-items: flex-end;
}
#gHeader h1 {
	margin-bottom: 5px;
	color: #004714;
	font-size: 1.2rem;
	font-weight: 400;
	font-feature-settings: "palt";
	letter-spacing: 0.14em;
}
.menuBox {
    padding: 115px 20px 50px;
    box-sizing: border-box;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 42%;
    z-index: 15;
    overflow-y: auto;
    background: rgba(245, 245, 241, 0.95);
    transform: translateX(101%);
    transition: .3s;
}
.menuBox.open {
    transform: translateX(0);
}
.menuBox .menuInner {
	padding: 0 80px 120px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menuBox .menuInner .logo {
	margin: 0 auto 2px;
	width: 319px;
}
.menuBox .menuInner p {
	margin-bottom: 77px;
	color: #004714;
	font-size: 1.2rem;
	text-align: center;
	font-feature-settings: "palt";
	letter-spacing: 0.14em;
}
#gNavi {
	margin-bottom: 40px;
} 
.menuBox .menuInner .hNavi {
	margin-right: 10%;
}
.menuBox .menuInner .hNavi li {
	width: 46%;
}
.menuBox .menuInner .hNavi li a {
	padding: 17px 0;
	display: flex;
	color: #004714;
	letter-spacing: 0.14em;
	font-weight: 700;
	border-bottom: 1px solid #d9d9d9;
}
.menuBox .menuInner .hNavi li:last-child a,.menuBox .menuInner .hNavi li.noLine a {
	border-bottom: none;
}
.menuBox .menuInner .hNavi li .ico {
	margin-right: 5px;
	width: 41px;
	display: inline-block;
	vertical-align: middle;
}
.menuBox .menuInner .hNavi li .ico.special {
	margin-top: -5px;
}
.menuBox .menuInner .snsUl {
	position: absolute;
	bottom: 0;
	right: 0;
	justify-content: flex-end;
}
.menuBox .menuInner .snsUl li {
	margin: 0 10px;
	width: 23px;
}
@media all and (min-width: 1024px) {
	.menuBox .menuInner .hNavi li a:hover {
		opacity: 0.6;
	}
	.menuBox .menuInner .snsUl li a:hover {
		opacity: 0.6;
	}
}
@media all and (min-width: 897px) and (max-width: 1350px) {
	.menuBox .menuInner .hNavi li a {
		font-size: 1.4rem;
	}
	.menuBox .menuInner .hNavi li .ico {
		width: 30px;
	}
	.menuBox .menuInner .hNavi li .ico.special {
		margin-top: 0;
	}
}
@media all and (min-width: 897px) and (max-width: 1024px) {
	.menuBox {
		width: 50%;
	}
	.menuBox .menuInner {
		padding: 0 30px 110px;
	}
	#gHeader .logo {
		width: 290px;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 3px 12px;
	}
	#gHeader .logo {
		margin-right: 0;
		width: 214px;
	}
	#gHeader .hBox {
		display: block;
	}
	#gHeader h1 {
		font-size: 1rem;
	}
	.menuBox {
		padding: 111px 20px 50px;
		width: auto;
	}
	.menuBox .menuInner {
		padding: 0 19px 135px;
	}
	.menuBox .menuInner .logo {
		margin-bottom: 5px;
		width: 292px;
	}
	.menuBox .menuInner p {
		margin-bottom: 49px;
	}
	.menuBox .menuInner .hNavi {
		margin-right: 0;
	}
	.menuBox .menuInner .hNavi li a {
		padding: 15px 0;
		font-size: 1.35rem;
		display: flex;
	}
	.menuBox .menuInner .hNavi li .ico {
		width: 36px;
	}
	.menuBox .menuInner .snsUl {
		right: 50%;
		bottom: 50px;
		transform: translateX(50%);
	}
	.menuBox .menuInner .snsUl li {
		width: 24px;
	}
}
@media all and (max-width: 374px) {
	.menuBox .menuInner .logo {
		width: 250px;
	}
	.menuBox .menuInner .hNavi li .ico {
		width: 23px;
	}
	.menuBox .menuInner .hNavi li a {
		font-size: 1.2rem;
	}
	.menuBox .menuInner p {
		font-size: 1.1rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 50px 0 19px;
	background: url(../img/common/webp/f_bg.webp) no-repeat left calc(50% + 376px) bottom / 462px auto;
	background-color: #3D3935;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 874px;
}
#gFooter .fNavi {
	margin-bottom: 8px;
	display: flex;
}
#gFooter .fNavi > li {
	margin-right: 55px;
	width: 100px;
}
#gFooter .fNavi > li:nth-of-type(2) {
	margin-right: 52px;
	width: 240px;
}
#gFooter .fNavi a {
	display: block;
	color: rgb(255, 255, 255,0.6);
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}
#gFooter .fNavi .fLinkList li {
	margin-bottom: 12px;
}
#gFooter .fNavi .fLinkList li:last-of-type {
	margin-bottom: 0;
}
#gFooter .fNavi .fLinkUl {
	margin-top: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#gFooter .fNavi .fLinkUl li {
	margin-bottom: 0;
	width: 47.5%;
}
#gFooter .fNavi .fLinkUl a {
	padding-left: 9px;
	position: relative;
	color: rgb(245, 243, 230,0.6);
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.83;
}
#gFooter .fNavi .fLinkUl a::before {
	width: 3px;
	height: 1px;
	position: absolute;
	left: 1px;
	top: 12px;
	background-color: rgba(255,255,255,0.6);
	content: '';
}
#gFooter .copyright {
	padding: 0 30px;
	color: rgba(245,243,230,0.6);
	font-size: 1.1rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
	text-align: right;
	display: block;
}
@media all and (min-width: 1024px) {
	#gFooter .fNavi a:hover {
		opacity: 0.6;
	}
	#gFooter .fNavi .fLinkUl a:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 41px 0 120px;
		background-image: url(../img/common/webp/f_bg_sp.webp);
		background-position: right bottom 48px;
		background-size: 375px auto;
	}
	#gFooter .fBox {
		margin: 0 auto;
		padding: 0 20px;
	}
	#gFooter .fNavi {
		margin-bottom: 35px;
		justify-content: space-between;
	}
	#gFooter .fNavi > li {
		margin-right: 0;
		width: 30%;
	}
	#gFooter .fNavi > li:nth-of-type(2) {
		margin-right: 0;
		width: 60.9%;
	}
	#gFooter .fNavi .fLinkList li {
		margin-bottom: 12px;
	}
	#gFooter .fNavi .fLinkList li:last-of-type {
		margin-bottom: 0;
	}
	#gFooter .fNavi .fLinkUl {
		margin-top: 14px;
	}
	#gFooter .fNavi .fLinkUl li {
		margin-bottom: 7px;
		width: 49.2%;
	}
	#gFooter .fNavi .fLinkUl a {
		margin-right: -5px;
		padding-left: 9px;
	}
	#gFooter .fNavi .fLinkUl a::before {
		width: 3px;
		height: 1px;
		position: absolute;
		left: 1px;
		top: 13px;
		background-color: rgba(255,255,255,0.6);
		content: '';
	}
	#gFooter .copyright {
		padding: 0 10px;
		text-align: center;
	}
}
@media all and (max-width: 374px) {
	#gFooter .fNavi > li {
		width: 35%;
	}
	#gFooter .fNavi .fLinkUl a {
		font-size: 1rem;
	}
}