@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 (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "M PLUS 1p", 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: #4d4128;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #4d4128;
}
a:hover {
	color: #4d4128;
}
a:active {
	color: #4d4128;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #4d4128;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
body.fixed {
	overflow-y: scroll;
}
#container {
	position: relative;
	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: 2.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
#gHeader h1 {
	margin: 0 auto;
	width: 28rem;
}
#gHeader .menu {
	position: fixed;
	top: 0;
	right: 0;
	height: 10rem;
	width: 10rem;
	cursor: pointer;
	z-index: 300;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #FFF;
}	
#gHeader .menu span {
	background: #4d4128;
	border: none;
	height: 1px;
	width: 3rem;
	position: absolute;
	top: 4rem;
	left: 3.5rem;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}	
#gHeader .menu span:nth-of-type(2) {
	top: 5rem;
}	
#gHeader .menu span:nth-of-type(3) {
	top: 6rem;
}
#gHeader .menu.on .top {
	transform: translateY(1rem) translateX(0) rotate(45deg);
}
#gHeader .menu.on .middle {
	opacity: 0;
}
#gHeader .menu.on .bottom {
	transform: translateY(-1rem) translateX(0) rotate(-45deg);
}
#gHeader .menuBox {
	padding-bottom: 12rem;
	position: fixed;
	top: 10rem;
	right: 0;
	width: 10rem;
	height: calc(100vh - 10rem);
	overflow: auto;
	background: #FFF;
	z-index: 200;
	transform: translateX(101%);
	transition: .3s;
	box-sizing: border-box;
}
#gHeader .menuBox.open {
	transform: translateX(0);
}
#gNavi li {
	margin: 0 auto 2.3rem;
	width: 3rem;
	position: relative;
}
#gNavi li::before {
	position: absolute;
	bottom: -1.6rem;
	left: 50%;
	width: 1px;
	height: 2rem;
	background: #4d4128;
	content: '';
}
#gNavi li:last-child {
	margin-bottom: 0;
}
#gNavi li:last-child::before {
	display: none;
}
#gNavi li a {
	margin: 0 auto;
	padding-bottom: 1.2rem;
	width: 2.1rem;
	display: block;
	font-size: 2rem;
	letter-spacing: 0.055em;
	line-height: 1.05;
}
#gNavi li a .sub {
	display: block;
	transform: rotate(90deg);
}
#gNavi li a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#gHeader .menu:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gHeader h1 {
		margin: 0;
		width: 21rem;
	}
	#gHeader .menu {
		height: 7.2rem;
		width: 7.2rem;
	}
	#gHeader .menu span {
		width: 2.2rem;
		top: 2.9rem;
		left: 2.5rem;
	}	
	#gHeader .menu span:nth-of-type(2) {
		top: 3.6rem;
	}	
	#gHeader .menu span:nth-of-type(3) {
		top: 4.3rem;
	}
	#gHeader .menu.on {
		right: calc(50% - 3.6rem);
	}
	#gHeader .menu.on .top {
		transform: translateY(0.7rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
	}
	#gHeader .menuBox {
		padding: 9.9rem 0 12rem;
		top: 0;
		width: 100%;
		height: 100vh;
	}
	#gNavi li {
		margin: 0 auto 3rem;
		position: relative;
	}
	#gNavi li::before {
		margin-left: -1px;
		bottom: -2.2rem;
	}
	#gNavi li a {
		padding-bottom: 0.5rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 0 0 16.3rem;
	background: #FFF;
}
#gFooter .pageTop a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 16rem;
	background: #efefef;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .pageTop a img {
	width: 1.2rem;
}
#gFooter .fBox {
	padding-top: 10rem;
}
#gFooter .fBox .fLogo {
	margin: 0 auto 2.6rem;
	width: 16rem;
}
#gFooter .fBox .text {
	margin-bottom: 0.7rem;
	color: #537c3f;
	font-size: 1.4rem;
	letter-spacing: 0.055em;
	text-align: center;
}
#gFooter .fBox .text a {
	color: #537c3f;
	text-decoration: underline;
}
#gFooter .fBox address {
	color: #537c3f;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0.055em;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 0 0 9.7rem;
	}
	#gFooter .fBox .text {
		margin-bottom: 1.1rem;
	}
}