@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: 1600px) {
	html {
		font-size: calc(1000vw / 1600);
	}
}
@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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 11rem;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.noLink {
	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;
	}
	#container {
		padding-top: 5.5rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	height: 11rem;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 99;
}
#gHeader .hBox {
	padding: 3.6rem 6.6rem 2rem 7rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
#gHeader .logo img {
	width: 27.1rem;
}
#gNavi {
	margin-top: 0.9rem;
	flex: 1;
	letter-spacing: 0.2em;
}
#gNavi .naviUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0 6rem;
}
#gNavi .naviUl li {
	position: relative;
}
#gNavi .naviUl a {
	color: #7baa17;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	position: relative;
	transition: 0s;
}
#gNavi .naviUl .liStyle > a {
	padding-right: 2rem;
}
#gNavi .naviUl .liStyle > a::after {
	width: 1.9rem;
	height: 1.1rem;
	background: url("../img/common/icon01.png") no-repeat left top / 100% 100%;
	position: absolute;
	right: 0;
	top: 0.8rem;
	content: "";
}
#gNavi .naviUl .on > a {
	color: #fff;
}
#gNavi .naviUl .on > a:after {
	background-image: url("../img/common/icon02.png");
}
#gNavi .naviUl .dorpUl {
	position: absolute;
	top: 100%;
	left: -1.4rem;
	background-color: #000;
	white-space: nowrap;
	padding: 1.9rem 1.4rem 1.2rem;
	letter-spacing: 0.1em;
	display: none;
}
#gNavi .naviUl .dorpUl li {
	margin-bottom: 0.8rem;
}
#gNavi .naviUl .dorpUl li:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	#gNavi .naviUl a:hover {
		color: #fff;
	}
	#gNavi .naviUl .liStyle > a:hover:after {
		background-image: url("../img/common/icon02.png");
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 1.8rem 2.6rem 1rem;
	}
	#gHeader {
		height: 5.5rem;
	}
	#gHeader .logo img {
		width: 13.5rem;
	}
}



.menuBox {
	width: 100%;
	height: calc(100% - 5.5rem);
	position: fixed;
	top: 5.5rem;
	left: 0;
	overflow-y: auto;
	background-color: #000;
	z-index: 999;
	display: none;
}
.menuBox {
	padding: 2rem;
}
.menuBox .naviUl a {
	padding: 2rem;
	color: #7baa17;
	font-weight: 500;
	display: block;
}
.menuBox .naviUl > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.menuBox .dorpUl {
	padding: 0 0 2rem 2rem;
}
.menuBox .dorpUl a {
	padding: 1rem 2rem;
	text-align: left;
}



.menu {
	position: absolute;
	top: 1.7rem;
	right: 2.8rem;
	height: 2rem;
	width: 2.9rem;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu.on .top {
	transform: translateY(0.9rem) translateX(0) rotate(-45deg);
}
.menu.on .middle {
	opacity: 0;
}
.menu.on .bottom {
	transform: translateY(-0.9rem) translateX(0) rotate(45deg);
}
.menu span {
	background: #669900;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.menu span:nth-of-type(2) {
	top: 0.9rem;
}
.menu span:nth-of-type(3) {
	top: 1.8rem;
}
	
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 20rem;
	padding: 5.2rem 0 4.5rem;
	color: #fff;
	background: url("../img/common/bg01.jpg") repeat left top;
}
#gFooter a {
	color: #fff;
}
#gFooter .fBox {
	margin: 0 auto;
	width: 98%;
	padding-left: 7.9rem;
	max-width: 178rem;
}
#gFooter .fLogo {
	margin-bottom: 3.6rem;
}
#gFooter .fNavi {
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
	letter-spacing: 0.2em;
	gap: 0 3.6rem;
}
#gFooter address {
	margin-top: -2.5rem;
	font-weight: 300;
	text-align: right;
}
#gFooter .fLogo img {
	width: 35rem;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi a:hover {
		color: #7baa17;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 4.2rem;
		padding: 5.2rem 0 2.5rem;
	}
	#gFooter .fNavi {
		display: block;
		text-align: center;
		font-size: 1.2rem;
	}
	#gFooter .fNavi li {
		margin-bottom: 1.7rem;
	}
	#gFooter .fNavi li:last-child {
		margin-bottom: 0;
	}
	#gFooter .fBox {
		padding-left: 0;
		width: auto;
	}
	#gFooter .fLogo {
		margin-bottom: 3.9rem;
		text-align: center;
	}
	#gFooter .fLogo img {
		width: 22rem;
	}
	#gFooter address {
		margin-top: 7.4rem;
		font-size: 1.2rem;
		text-align: center;
	}
}

.pageTop {
	width: 5rem;
	position: fixed;
	bottom: 8.8rem;
	right: 9.7rem;
	z-index: 20;
}
.pageTop a {
	display: block;
}
@media all and (min-width: 897px) {
	.pageTop a:hover {
		opacity: 0.7;
	}
}