@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 {
	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: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
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: #010000;
	text-decoration: none;
}
a:visited {
	color: #010000;
}
a:hover {
	color: #010000;
}
a:active {
	color: #010000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    min-width: 1260px;
	color: #010000;
	font-size: 1.6rem;
    font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#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.3rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader h1 {
    padding: 29px 60px 0;
}
#gNavi {
    justify-content: flex-end;
}
#gNavi ul {
    margin-right: 59px;
}
#gNavi li {
    float: left;
}
#gNavi li:not(:last-of-type) {
    margin-right: 36px;
}
#gNavi li a {
    padding: 40px 0 31px;
    display: block;
    font-weight: bold;
    letter-spacing: 0.15em;
    border-bottom: 5px solid #FFF;
}
#gNavi li.on a {
    border-bottom: 5px solid #377e38;
}
#gNavi .btn {
    width: 200px;
}
#gNavi .btn a {
    padding: 38px 0;
    display: block;
    color: #FFF;
    letter-spacing: 0.15em;
    background-color: #377e38;
    text-align: center;
}
#gNavi .btn a:hover {
    opacity: 0.7;
}
@media all and (max-width: 1160px) {
    #gHeader h1 {
        padding: 29px 0 0 60px;
    }
    #gNavi {
        display: none;
    }
    #gNavi ul {
        margin-right: 16px;
    }
    #gNavi li:not(:last-of-type) {
        margin-right: 16px;
    }
    #gHeader .naviBox .btn {
        width: 160px;
    }
}
@media all and (min-width: 897px) {
    #gNavi li a:hover {
        border-bottom: 5px solid #377e38;
    }
}
@media all and (max-width: 896px) {
    #gHeader {
        position: relative;
    }
    #gHeader h1 {
        padding: 10px 20px;
    }
    #gHeader .naviBox {
        display: none;
    }
    body.fixed {
		width: 100%;
		height: 100%;
        position: fixed;
    }
     .menu {
		position: absolute;
		right: 0;
		top: 0;
		width: 55px;
		height: 55px;
		z-index: 1010;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
        position: absolute;
		right: 18px;
		width: 28px;
		height: 2px;
		background-color: #377e38;
	}
	.menu span:nth-of-type(1) {
		top: 19px;
	}
	.menu span:nth-of-type(2) {
		top: 29px;
	}
	.menu span:nth-of-type(3) {
		top: 39px;
	}
	.menu.on span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		right: 50%;
		opacity: 0;
		-webkit-animation: active-menu-bar02 .8s forwards;
		animation: active-menu-bar02 .8s forwards;
	}
	.menu.on span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
    .menuBox {
		width: 100%;
        height: 100%;
        display: none;
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(255,255,255,0.9);
        overflow: auto;
		z-index: 1000;
    }
    .menuBox ul {
        padding-top: 60px;
    }
    .menuBox li {
        width: 100%;
    }
    .menuBox li a {
        padding: 12px 20px;
        display: block;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
    }
    .menuBox .btn {
        margin: 0 auto 60px;
        width: 200px;
    }
    .menuBox .btn a {
        padding: 15px 0;
        display: block;
        color: #FFF;
        letter-spacing: 0.15em;
        background-color: #377e38;
        text-align: center;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 53px 0;
}
#gFooter .copyright {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    text-align: center;
}
#gFooter .pageTop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 500;
}
#gFooter .pageTop a {
    display: block;
}
#gFooter .pageTop a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    #gFooter {
        padding: 20px 0;
    }
    #gFooter .copyright {
        font-size: 1rem;
    }
    #gFooter .pageTop {
        width: 80px;
        bottom: 0;
        right: 0;
    }
}