@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rokkitt:wght@500&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: 'Noto Sans JP', 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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
a, a img {
	-webkit-transition: .3s;
	transition: .3s;
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1300px;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
}
#container {
	text-align: left;
}
#main {
	margin: 0 auto 95px;
	padding-top: 28px;
	max-width: 1293px;
	box-sizing: border-box;
}
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.2rem;
	}
	body.fixed {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 54px;
	}
	#main {
		margin-bottom: 60px;
		padding-top: 0;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 67px 44px 62px;
	width: 276px;
	border-radius: 150px 150px 0 0;
	background-color: #fff;
	box-sizing: border-box;
	position: absolute;
	top: -65px;
	left: -182px;
	z-index: 100;
}
#gHeader h1 {
	margin-bottom: 42px;
	text-align: center;
}
@media all and (min-width: 897px) {
	#gHeader.fix {
		position: fixed;
	}
	
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 5px;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		border-radius: 0;
		z-index: 999;
	}
	#gHeader h1 {
		margin-bottom: 0;
		text-align: left;
	}
	#gHeader h1 img {
		width: 50px;
	}
	#gHeader .spLogo {
		position: absolute;
		bottom: 17px;
		left: 62px;
	}
}

/* naviUl */
.naviUl a {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.naviUl li {
	margin-bottom: 43px;
}
.naviUl li:last-child {
	margin-bottom: 0;
}
.naviUl .icon {
	margin-right: 15px;
}
.naviUl .text {
	flex: 1;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.063rem;
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.naviUl .en {
	margin-top: 1px;
	font-size: 1.548rem;
	display: block;
}
@media all and (min-width: 897px) {
	.naviUl a:hover {
		opacity: 0.7;
	}
}

.menu {
	margin: 0;
	position: fixed;
	top: 18px;
	right: 16px;
	height: 20px;
	width: 20px;
	cursor: pointer;
	z-index: 10005;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu.active .top {
	-webkit-transform: translateY(7px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(7px) translateX(0) rotate(-45deg);
	transform: translateY(7px) translateX(0) rotate(-45deg);
	background: #548f43;
}
.menu.active .middle {
	opacity: 0;
	background: #548f43;
}
.menu.active .bottom {
	-webkit-transform: translateY(-7px) translateX(0) rotate(45deg);
	-ms-transform: translateY(-7px) translateX(0) rotate(45deg);
	transform: translateY(-7px) translateX(0) rotate(45deg);
	background: #548f43;
}
.menu span {
	background: #548f43;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.menu span:nth-of-type(2) {
	top: 7px;
}
.menu span:nth-of-type(3) {
	top: 14px;
}

/* menuBox */
@media all and (min-width: 897px) {
	.menuBox {
		display: none !important;
	}
}
.menuBox {
	width: 100%;
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 1000;
	overflow-y: auto;
	transition: 0.4s ease-in-out;
	pointer-events: none;
	opacity: 0;
}
.menuBox.active {
	opacity: 1;
	pointer-events: auto;
}
.menuBox .innerBox {
	padding: 50px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	box-sizing: border-box;
}
.menuBox .logo {
	margin-bottom: 40px;
	text-align: center;
}
.menuBox .logo img {
	width: 120px;
}
.menuBox .naviUl {
	margin: 0 auto;
	max-width: 200px;
}

/* #conts */
#conts {
	width: 865px;
}
@media all and (max-width: 896px) {
	#conts {
		width: auto;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	color: #fff;
	background-color: #548F43;
}
#gFooter a {
	color: #fff;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 37px 0 33px;
	max-width: 1124px;
	display: flex;
	position: relative;
}
#gFooter .fBox .fLogo {
	margin: -6px 37px 0 0;
}
#gFooter .leftBox {
	width: 615px;
	display: flex;
}
#gFooter .leftBox .inner {
	flex: 1;
}
#gFooter .leftBox .textImg {
	margin-bottom: 25px;
}
#gFooter .leftBox .telTxt {
	margin-left: -8px;
}
#gFooter .rightBox {
	margin: -8px 0 0 61px;
	width: 283px;
}
#gFooter .pagetop {
	position: absolute;
	right: 4px;
	top: 40px;
	text-align: center;
	letter-spacing: 0.1em;
}
#gFooter .pagetop a {
	display: block;
}
#gFooter .pagetop span {
	margin-top: 5px;
	font-size: 1.5rem;
	display: block;
}
#gFooter .mapBtn {
	margin-bottom: 6px;
}
#gFooter .mapBtn a {
	padding: 5px 15px;
	display: block;
	border-radius: 50px;
	border: 1px solid #fff;
	text-align: center;
	box-sizing: border-box;
	letter-spacing: 0.1em;
}
#gFooter .timeTxt {
	letter-spacing: 0.15em;
}
#gFooter .timeTxt .lable {
	margin: 2px 0 0 6px;
	padding: 0 2px 1px;
	min-width: 95px;
	color: #548F43;
	font-size: 1rem;
	display: inline-block;
	vertical-align: top;
	border-radius: 50px;
	background-color: #fff;
	text-align: center;
}
#gFooter .addressTxt {
	margin: -3px 0 4px;
	line-height: 1.48;
	letter-spacing: 0.1em;
}
#gFooter .copyright {
	padding: 6px 5px 9px;
	color: #fff;
	font-size: 1.5rem;
	font-style: inherit;
	text-align: center;
	background-color: #EB6100;
	letter-spacing: 0.15em;
}
@media all and (min-width: 897px) {
	#gFooter .pagetop a:hover {
		opacity: 0.7;
	}
	#gFooter .mapBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 0;
	}
	#gFooter .fBox {
		padding: 49px 20px 100px;
		max-width: inherit;
		display: block;
	}
	#gFooter .leftBox {
		margin-bottom: 20px;
		width: auto;
		display: block;
	}
	#gFooter .rightBox {
		margin: 0;
		width: auto;
	}
	#gFooter .fBox .fLogo {
		margin: 0 0 15px;
		text-align: center;
	}
	#gFooter .fBox .fLogo img {
		width: 50px;
	}
	#gFooter .leftBox .textImg {
		text-align: center;
	}
	#gFooter .leftBox .textImg img {
		width: 180px;
	}
	#gFooter .leftBox .telTxt {
		margin: 0;
		text-align: center;
	}
	#gFooter .leftBox .telTxt img {
		width: 250px;
	}
	#gFooter .addressTxt {
		margin: 9px 0 5px;
		text-align: center;
	}
	#gFooter .timeTxt {
		letter-spacing: 0.15em;
		text-align: center;
	}
	#gFooter .mapBtn a {
		margin: 0 auto;
		max-width: 280px;
	}
	#gFooter .pagetop {
		width: 45px;
		right: 15px;
		top: auto;
		letter-spacing: 0;
		bottom: 10px;
	}
	#gFooter .pagetop span {
		margin-top: 2px;
		font-size: 1.1rem;
	}
	#gFooter .copyright {
		font-size: 1.3rem;
		letter-spacing: 0.1em;
	}
}