@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);
	}
}
@media all and (min-width: 897px) and (max-width: 1320px) {
	html {
		font-size: calc(1000vw / 1320);
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Maru Gothic", 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: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFFCE9;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
	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) {
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 99;
}
#gHeader .logo {
	width: 20rem;
}
#gNavi {
	position: absolute;
	right: 5rem;
	top: 0;
}
#gNavi li {
	margin-left: 0.7rem;
	width: 24rem;
}
#gNavi a {
	height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2rem;
	color: #009844;
	font-weight: 700;
}
#gNavi a:hover {
	opacity: 0.7;
}
#gNavi a span {
	padding-left: 3.5rem;
	display: inline-block;
	background: url(../img/common/icon01.png) no-repeat left top;
	background-size: 3.2rem auto;
}
@media all and (min-width: 897px) {
	#gHeader {
		position: fixed;
		height: 8rem;
		padding: 2.3rem 5rem;
		background-color: #fff;
		border-bottom: 0.2rem solid #009844;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 1.5rem 2.2rem;
		position: absolute;
		border-top: 0.4rem solid #009844;
	}
	#gHeader .logo {
		width: 10rem;
	}
	#gNavi {
		position: fixed;
		right: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		background-color: #fff;
		border-top: 0.4rem solid #009844;
	}
	#gNavi li {
		margin-left: 0;
		width: 36%;
	}
	#gNavi li:nth-child(2) {
		width: 28%;
		position: relative;
	}
	#gNavi li:nth-child(2)::before,
	#gNavi li:nth-child(2)::after {
		position: absolute;
		left: 0;
		top: 1rem;
		width: 1px;
		bottom: 1rem;
		background-color: #ccc;
		content: "";
	}
	#gNavi li:nth-child(2)::after {
		left: auto;
		right: 0;
	}
	#gNavi a {
		height: 9.6rem;
		padding-top: 1.7rem;
		align-items: flex-start;
		font-size: 1.1rem;
	}
	#gNavi a span {
		padding: 3.2rem 0 0;
		display: block;
		background-position: center top;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 4rem 5rem 4.5rem;
	background-color: #fff;
}
#gFooter .pageTop {
	width: 13.2rem;
	margin: 0 auto 3rem;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .fBox {
	position: relative;
	align-items: flex-end;
}
#gFooter .fLogo {
	margin-right: 3.9rem;
	width: 20rem;
}
#gFooter .fText {
	margin-bottom: -0.2rem;
	font-size: 1.4rem;
}
#gFooter .fText span {
	margin-top: 0.3rem;
	display: block;
	font-size: 1.2rem;
}
#gFooter .fImg {
	position: absolute;
	right: 0;
	bottom: -0.4rem;
	width: 30.6rem;
}
#gFooter .fImg span {
	margin-bottom: 1.5rem;
	display: block;
	text-align: right;
	font-size: 1.4rem;
	letter-spacing: 0.07rem;
}
#gFooter address {
	position: absolute;
	right: 34.7rem;
	bottom: -0.3rem;
	font-size: 1.4rem;
	letter-spacing: 0.07rem;
}
@media all and (min-width: 897px) and (max-width: 1550px) {
	#gFooter {
		padding: 4rem 2rem 4.5rem;
	}
	#gFooter .fLogo {
		margin-right: 1rem;
	}
	#gFooter .fText span {
		font-size: 1.1rem;
	}
	#gFooter .fImg {
		width: 28rem;
	}
	#gFooter address {
		right: 29rem;
		font-size: 1.3rem;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 5.4rem 2rem 14.1rem;
	}
	#gFooter .pageTop {
		width: 11.2rem;
		margin: 0 auto 2.9rem;
	}
	#gFooter .fBox {
		display: block;
		text-align: center;
	}
	#gFooter .fTtl {
		margin-bottom: 2.8rem;
		font-size: 1.2rem;
		letter-spacing: 0.06rem;
	}
	#gFooter .fLogo {
		margin: 0 auto 1.1rem;
		width: 20rem;
	}
	#gFooter .fText {
		margin-bottom: 1.4rem;
	}
	#gFooter .fText span {
		margin-top: 0.8rem;
		line-height: 1.4;
	}
	#gFooter .fImg {
		position: static;
		width: 30.6rem;
		margin: 0 auto 2.1rem;
	}
	#gFooter .fImg span {
		display: none;
	}
	#gFooter address {
		position: static;
		font-size: 1.2rem;
		letter-spacing: 0.06rem;
	}
}