@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%;
}
body, table, input, textarea, select, option {
	font-family: "Roboto", 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.3rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #EBEBEB;
	position: relative;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
    width: 75rem;
    margin: 0 auto;
	text-align: left;
    position: relative;
    background: #EBEBEB
}
@media all and (max-width: 896px) {
    #container {
        width: 100%;
        margin: 0;
        overflow: hidden;
    }
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	html {
		font-size: calc(1000vw / 750);
	}
	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;
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 750);
	}
}
.inria {
	font-family: "Inria Sans", sans-serif;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	max-width: 75rem;
    padding: 0 2.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 50%;
	transform: translate(-50%);
    height: 11rem;
    box-sizing: border-box;
    background: #fff;
    z-index: 666;
}
#gHeader h1 a {
    font-size: 4.2rem;
    letter-spacing: 0.1rem;
	font-weight: bold;
    color: #016800;
    display: flex;
    align-items: center;
    flex: 1;
	font-family: "Inria Sans", sans-serif;
} 
#gHeader h1 a span {
	padding: 0.5rem 1.3rem 0;
}   
#gHeader h1 img {
    width: 9rem
}
@media all and (max-width: 896px) {
	#gHeader {
		max-width: 100%;
	}
}
.menu {
	width: 4.4rem;
	height: 3.5rem;
	position: relative;
	cursor: pointer;
}
.menu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 4.4rem;
	height: 0.4rem;
	border-radius: 0.2rem;
	background-color: #016800;
}
.menu span:nth-of-type(1) {
	top: 0;
}
.menu span:nth-of-type(2) {
	top: 1.5rem;
}
.menu span:nth-of-type(3) {
	top: 3rem;
}
.menu.on span:nth-of-type(1) {
	width: 5rem;
	transform: translateY(1.4rem) rotate(-40deg);
}
.menu.on span:nth-of-type(2) {
	opacity: 0;
}
.menu.on span:nth-of-type(3) {
	width: 5rem;
	transform: translateY(-1.6rem) rotate(40deg);
}
.menuBox {
	display: none;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	max-width: 75rem;
	height: 100%;
	z-index: 88;
	overflow-y: auto;
	box-sizing: border-box;
}
#gNavi::before {
	content: "";
	width: 100%;
	height: 5.7rem;
	position: absolute;
	left: 0;
	top: -5.6rem;
	background: url(../img/common/bg04.png) no-repeat left top / 100% 5.7rem;
	z-index: 88;
}
#gNavi {
	margin-top: 10.7rem;
	padding: 2.4rem 3rem 8rem;
	background: #00843D;
	position: relative;
}
#gNavi li a {
	padding: 0.5rem 2.5rem 0.5rem 0.5rem;
	min-height: 14rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 4rem;
	text-align: center;
	line-height: 1.25;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	font-weight: 700;
	border-bottom: 0.1rem solid #fff;
	position: relative;
}
#gNavi li a::after {
	position: absolute;
	top: 48.5%;
	right: 3.4rem;
	width: 2.3rem;
	height: 2.3rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	content: "";
	transition: 0.3s;
}
#gNavi .comBtn {
	padding: 4rem 1.5rem 0;
}
#gNavi .comBtn a {
	background-color: #FFCD00;
	color: #000;
}
@media all and (min-width: 897px) {
	.menu:hover {
		opacity: 0.7;
	}
	#gNavi li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.menuBox {
		max-width: 100%;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}