@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: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Kaku Gothic New", 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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 128rem;
	color: #000;
	font-size: 2.5rem;
	line-height: 1.52;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#container {
	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.25rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	min-height: 6.5rem;
	position: relative;
	z-index: 99;
	background-color: #fff;
}
#gHeader .hBox {
	padding: 0.8rem 13.2rem 0 3.1rem;
	display: flex;
	justify-content: space-between;
}
#gHeader .logo {
	margin-top: 1rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}
#gHeader .logo img {
	width: 17.8rem;
}
#gHeader .logo span {
	margin: 1rem 0 0 1.4rem;
	display: inline-block;
	vertical-align: middle;
}
@media all and (max-width: 896px) {
	#gHeader .logo {
		margin-top: 0;
		font-size: 1.05rem;
	}
	#gHeader .logo img {
		width: 13.4rem;
	}
	#gHeader .hBox {
		padding: 0.9rem 0 0 0.8rem;
	}
	#gHeader .logo span {
		margin: 0.8rem 0 0 0.7rem;
	}
	#gHeader {
		min-height: 4.4rem;
	}
}

/* menuBtn */
.menuBtn {
	width: 7.5rem;
  	height: 6.5rem;
	background-color: #006934;
	cursor: pointer;
	transition: 0.3s;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
  	border-right: none;
	color: #fff;
	font-family: "Oswald", sans-serif;
}
.active.menuBtn {
	background-color: #000;
}
.menu {
	margin: -0.8rem 0 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 1.8rem;
	width: 3.5rem;
	z-index: 100;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}
.menu span {
	background: #fff;
	border: none;
	height: 0.3rem;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 5rem;
	cursor: pointer;
}
.menu span:nth-of-type(2) {
	top: 1rem;
}
.menu span:nth-of-type(3) {
	top: 2rem;
}
.menu .txt {
	margin-top: 0.6rem;
	font-size: 1.64rem;
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) rotate(0.03deg);
	font-weight: 800;
	line-height: 1.1;
}
@media all and (max-width: 896px) {
	.menuBtn {
		width: 5rem;
  		height: 4.4rem;
	}
	.menu .txt {
		margin-top: 0;
		font-size: 1.08rem;
	}
	.menu {
		margin-top: -0.3rem;
		width: 2.3rem;
		height: 1.6rem;
	}
	.menu span {
		height: 0.2rem;
	}
	.menu span:nth-of-type(2) {
		top: 0.6rem;
	}
	.menu span:nth-of-type(3) {
		top: 1.2rem;
	}
}


/* menuBox */
.menuBox {
	padding-bottom: 2rem;
	color: #fff;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #006934;
	display: none;
}
.menuBox a {
	color: #fff;
}
.menuBox .hBox {
	padding-bottom: 1px !important;
	border-bottom: 2px solid #fff;
}
.menuBox .snsUl {
	margin-top: 0.9rem;
	padding-top: 1.4rem;
	border-top: 1px solid #fff;
	justify-content: center;
	gap: 0 1.2rem;
}
.menuBox .snsUl li {
	width: 3.9rem;
}
.menuBox .naviUl {
	font-size: 2.54rem;
	font-weight: 900;
}
.menuBox .naviUl a {
	display: block;
	padding: 0.9rem 1.9rem 0.8rem;
}
.menuBox .naviUl li {
	border-bottom: 1px solid #fff;
}
.menuBox .naviUl .sml {
	font-size: 2rem;
	letter-spacing: -0.1em;
}
.menuBox .link {
	margin: 9.6rem 1.2rem 0;
	font-size: 2.54rem;
	font-weight: 900;
}
.menuBox .link a {
	padding-left: 0.8rem;
	display: block;
	background: url("../img/common/icon03.png") no-repeat right center;
	background-size: 1.3rem auto;
}
@media all and (min-width: 897px) {
	.menuBox {
		top: 100%;
		left: auto;
		right: 0;
		max-width: 37.5rem;
	}
	.menuBox a:hover {
		opacity: 0.7;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 5.3rem 0 5.8rem;
	color: #fff;
	font-size: 2.1rem;
	background-color: #000;
	position: relative;
  	z-index: 10;
}
#gFooter .fLogo {
	margin-bottom: 2.6rem;
	text-align: center;
}
#gFooter .fLogo img {
	width: 32.8rem;
}
#gFooter .snsUl {
	margin-bottom: 7.3rem;
	gap: 0 2.7rem;
	justify-content: center;
}
#gFooter .snsUl li {
	width: 8.2rem;
}
#gFooter address {
	font-size: 2.1rem;
	text-align: center;
	font-weight: 900;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 2.6rem 0 4.5rem;
	}
	#gFooter .snsUl li {
		width: 4.1rem;
	}
	#gFooter .snsUl {
		margin-bottom: 2.6rem;
		gap: 0 1.4rem;
	}
	#gFooter address {
		font-size: 1.05rem;
	}
	#gFooter .fLogo img {
		width: 16.4rem;
	}
	#gFooter .fLogo {
		margin-bottom: 0.7rem;
	}
}

