@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: #444444;
	text-decoration: none;
}
a:visited {
	color: #444444;
}
a:hover {
	color: #444444;
}
a:active {
	color: #444444;
}
a, a img {
	-webkit-transition: .3s;
	transition: .3s;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1000px;
	color: #444444;
	font-size: 1.8rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
p {
	line-height: 1.625;
}
#container {
	padding-top: 216px;
	text-align: left;
	overflow: hidden;
}
#main {
	margin-bottom: 127px;
}
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;
	}
	#main {
		margin-bottom: 55px;
	}
	#container {
		padding-top: 104px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	padding: 31px 0 5px;
	text-align: center;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 99999;
}
#gHeader h1 {
	margin-bottom: 17px;
}
#gHeader .menu {
	position: absolute;
	top: 17px;
	right: 12px;
	cursor: pointer;
}
@media all and (max-width: 896px) {
	#gHeader {
		margin-bottom: 36px;
		padding: 19px 9px 20px 0;
	}
	#gHeader h1 {
		margin-bottom: 0;
	}
	#gHeader h1 img {
		width: 212px;
	}
}
@media all and (max-width: 374px) {
	#gHeader {
		padding-right: 20px;
	}
	#gHeader h1 img {
		width: 170px;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi,
.menuBox {
	text-align: center;
}
#gNavi li,
.menuBox li {
	margin: 0 11px;
	display: inline-block;
}
#gNavi a,
.menuBox a {
	font-size: 1.4rem;
	font-weight: 500;
	font-weight: bold;
	display: inline-block;
	position: relative;
	letter-spacing: -0.5px;
}
#gNavi a::before {
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -7px;
	left: 0;
	background-color: #BEBEBE;
	content: "";
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
}
#gNavi .on a::before {
	opacity: 1;
}
@media all and (min-width: 897px) {
	#gNavi a:hover::before {
		opacity: 1;
	}
	#gNavi {
		height: auto !important;
		display: block !important;
	}
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	.menuBox {
		width: 100%;
		height: 100vh;
		background-color: #fff;
		position: fixed;
		top: 0;
		left: 0;
		box-sizing: border-box;
		z-index: 99999;
		overflow-y: auto;
		display: none;
	}
	.menuBox li {
		margin: 0 0 19px;
		display: block;
	}
	.menuBox a {
		color: #158038;
		font-size: 1.8rem;
	}
	.menuBox .close {
		position: absolute;
		top: 16px;
		right: 12px;
		cursor: pointer;
	}
	.menuBox .innerBox {
		padding: 94px 0;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	text-align: center;
	background-color: #158038;
}
#gFooter .pageTop {
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 100;
	display: none;
}
#gFooter .copyright {
	padding: 11px 0 12px;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	background-color: #1C5730;
	letter-spacing: 1.2px;
}
#gFooter .sNavi li {
	margin: 0 39px;
	display: inline-block;
	vertical-align: top;
}
#gFooter .sNavi a {
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	display: inline-block;
	letter-spacing: -1.5px;
}
#gFooter .fLogo {
	margin-bottom: 16px;
	text-align: center;
	display: inline-block;
	position: relative;
}
#gFooter .fLogo .bear {
	position: absolute;
	top: -8px;
	right: -233px;
}
#gFooter .fBox {
	padding: 31px 0 5px;
}
@media all and (min-width: 897px) {
	#gFooter .pageTop a:hover {
		opacity: 0.7;
	}
	#gFooter .sNavi a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 896px) {
	#gFooter .copyright {
		padding: 5px 0 9px;
		font-size: 0.9rem;
	}
	#gFooter .fLogo img {
		width: 211px;
	}
	#gFooter .fLogo .bear {
	    top: -8px;
	    right: -85px;
	    width: 69px;
	}
	#gFooter .fBox {
		padding: 32px 66px 20px 0;
	}
	#gFooter .pageTop {
		bottom: 35px;
	}
}
@media all and (max-width: 374px) {
	#gFooter .copyright {
		font-size: 0.7rem;
	}
}