@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 {
	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: "Zen Kaku Gothic Antique", 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;
}
: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: #636363;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #636363;
}
a:hover {
	color: #636363;
}
a:active {
	color: #636363;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #636363;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
p {
	line-height: 1.866;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
.fax {
	cursor: default;
	pointer-events: none;
}
a[href^="tel:"] {
	cursor: pointer;
	pointer-events: auto;
}
@media all and (min-width: 820px) {
	.sp {
		display: none !important;
	}
	.fax,
	a[href^="tel:"] {
		cursor: default;
		pointer-events: none;
	}
}
@media all and (max-width: 819px) {
	body {
		min-width: 0;
	}
	.pc {
		display: none !important;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 22px 0 23px 12px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	letter-spacing: 0;
	box-sizing: border-box;
}
#gHeader .logo {
	width: 157px;
	position: relative;
	z-index: 5;
}
.menu {
	position: fixed;
	top: 26px;
	right: 16px;
	height: 20px;
	width: 27px;
	cursor: pointer;
	z-index: 200;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu::before {
	position: absolute;
	top: -4px;
	left: -61px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	content: 'MENU';
}
.menu span {
	background: #fff;
	border: none;
	height: 2px;
	width: 77.8%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.menu span:nth-of-type(2) {
	top: 9px;
}
.menu span:nth-of-type(3) {
	top: 18px;
}
.menu.on span {
	width: 100%;
}
.menu.on .top {
	-webkit-transform: translateY(9px) translateX(-2px) rotate(45deg);
	-ms-transform: translateY(9px) translateX(-2px) rotate(45deg);
	transform: translateY(9px) translateX(-2px) rotate(45deg);
}
.menu.on .middle {
	opacity: 0;
}
.menu.on .bottom {
	-webkit-transform: translateY(-9px) translateX(-2px) rotate(-45deg);
	-ms-transform: translateY(-9px) translateX(-2px) rotate(-45deg);
	transform: translateY(-9px) translateX(-2px) rotate(-45deg);
}
.menu.on::before {
	color: #fff !important;
}
.menu.on span {
	background: #fff !important;
}
.menu.col::before {
	color: #76AF47;
}
.menu.col span {
	background: #76AF47;
}
.menuBox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 150;
	border-top-left-radius: 22px;
	box-sizing: border-box;
	background-color: #B3CB9F;
}
.menuBox .innerBox {
	padding: 20px 22px;
	min-height: 400px;
	height: 100%;
	display: flex;
	align-items: center;
}
.menuBox .naviUl li:not(:last-child) {
	margin-bottom: 9px;
}
.menuBox .naviUl li a {
	padding: 5px 0;
	display: block;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 500;
}
@media all and (max-width: 360px) {
	#gHeader .logo {
		width: 140px;
	}
}
@media all and (min-width: 820px) {
	#gHeader .hBox {
		margin: 0 auto;
		position: relative;
		max-width: 1200px;
		min-width: 1200px;
	}
	#gHeader .logo {
		width: 256px;
	}
	#gHeader {
		padding: 14px;
	}
	.menu {
		margin-left: 569px;
		position: fixed;
		top: 19px;
		right: auto;
		left: 50%;
		height: 31px;
		width: 31px;
	}
	.menu span {
		height: 3px;
		width: 100%;
	}
	.menu span:nth-of-type(2) {
		top: 14px;
	}
	.menu span:nth-of-type(3) {
		top: 28px;
	}
	.menu::before {
		top: -6px;
		left: -89px;
		font-size: 2.6rem;
	}
	.menu.on .top {
		-webkit-transform: translateY(14px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(14px) translateX(0) rotate(-45deg);
		transform: translateY(14px) translateX(0) rotate(-45deg);

	}
	.menu.on .bottom {
		-webkit-transform: translateY(-14px) translateX(0) rotate(45deg);
		-ms-transform: translateY(-14px) translateX(0) rotate(45deg);
		transform: translateY(-14px) translateX(0) rotate(45deg);
	}
	.menuBox {
		width: 90%;
		left: auto;
		right: 0;
		height: 100%;
		max-width: 960px;
	}
	.menuBox .innerBox {
		padding: 20px 20px 20px 81px;
	}
	.menu:hover {
		opacity: 0.7;
	}
	.menuBox .naviUl li a:hover {
		opacity: 0.7;
	}
}
@media all and (min-width: 820px) and (max-width: 1280px) {
	.fixed .menu {
		position: fixed;
		top: 19px;
	}
	.menu {
		margin-left: 0;
		left: auto;
		right: 20px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 11px 0;
}
#gFooter address {
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.33;
	letter-spacing: 0.043em;
}
@media all and (min-width: 820px) {
	#gFooter address {
		font-size: 1.5rem;
	}
	#gFooter {
		padding: 8px 0;
	}
}