@charset "utf-8";
/* 初始化 reset */
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:"Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",  Roboto, "Helvetica Neue", Arial, 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;}
img {vertical-align: top;max-width: 100%;height: auto;}
address {font-style: normal;}
a,a:link {color: #498C89;	text-decoration: none;transition: 0.3s;}
a:visited {color: #498C89;}
a:hover {color: #498C89;}
a:active {color: #498C89;}
body {
	min-width: 120rem;
	color: #498C89;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: #F2F9FB;
}
.fixed {
	position: fixed;
	width: 100%;
}
#wrapper {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	.fixed {
		position: fixed;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#wrapper {
		overflow: hidden;
	}
}
/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 10;
}
#header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 100.6rem;
	padding: 2.5rem 1.5rem;
	margin: 0 auto;
	z-index: 10;
}
#header h1 {
	width: 32rem;
}
#header .tel {
	text-align: right;
}
#header .tel a {
	padding-left: 2.5rem;
	display: inline-block;
	font-size: 1.8rem;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Roboto, "Helvetica Neue", Arial, sans-serif;
	background: url(../img/common/phone.png) no-repeat center left / 1.8rem;
}
#gNav ul {
	margin-right: -2rem;
	display: flex;
}
#gNav li {
	padding: 0 1rem;
}
#gNav li a {
	display: inline-block;
	color: #000;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 0 1rem 1rem;
	position: relative;
	text-shadow: 0 0 4px rgba(255, 255, 255, 0.4),0 0 4px rgba(255, 255, 255, 0.4),0 0 4px rgba(255, 255, 255, 0.4),0 0 4px rgba(255, 255, 255, 0.4);
}
#gNav li a::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 0.1rem;
	background-color: #c0781d;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s;
}
@media all and (min-width: 768px) {
	#gNav li a:hover,
	#gNav .on a {
		color: #c0781d;
	}
	#gNav li a:hover::after,
	#gNav .on a::after {
		opacity: 1;
	}
	.menu {
		display: none;
	}
}
@media all and (max-width: 767px) {
	#header .inner {
		padding: 1rem;
	}
	#header h1 {
		width: 23rem;
		left: 1rem;
		top: 1rem;
	}
	.menuWrap {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #F2F9FB url(../img/common/bg.png) no-repeat center center / cover;
		overflow-y: auto;
	}
	#gNav {
		padding-bottom: 7rem;
	}
	#gNav ul {
		display: block;
		border-bottom: 1px solid #FFF;
	}
	#gNav li a {
		padding: 1.5rem;
		display: block;
		text-align: center;
		border-top: 1px solid #FFF;
	}
	#header .tel {
		padding: 8rem 0 1rem;
		text-align: center;
	}
}
.menu {
	height: 6rem;
	width: 6rem;
	position: relative;
	cursor: pointer;
	z-index: 999;
}
.menu span {
	background: #316D6D;
	border: none;
	height: 1px;
	width: 3.1rem;
	position: absolute;
	top: 50%;
	left: calc(50% - 15.5px);
	transition: all .35s ease;
	cursor: pointer;
}
.menu .top {
	top: calc(50% - 10px);
}
.menu .bottom {
	top: calc(50% + 10px);
}

.menu.on .top {
	transform: translateY(10px) translateX(0) rotate(-45deg);
}
.menu.on .middle {
	opacity: 0;
}
.menu.on .bottom {
	transform: translateY(-10px) translateX(0) rotate(45deg);
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
	margin-top: 5rem;
	color: #000;
}
#footer .fBox {
	display: flex;
	padding: 2.2rem 5rem 0;
	gap: 1rem;
	justify-content: space-between;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	background: url(../img/common/footer_bg.png) no-repeat left 70% top -2rem / 38rem,linear-gradient(180deg,#83CCC9 0,#60B2A7 100%);
	background-color: #71C1BA;
	border-radius: 2rem 2rem 0 0;
}
#footer .logoBox {
	width: 27.5rem;
}
#footer .logo {
	margin: -0.5rem 0 0.8rem;
}
#footer .logo a {
	display: block;
	color: #FFF;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: right;
	line-height: 1.4;
	border-bottom: 0.1rem solid #FFF;
}
#footer .title {
	margin-bottom: 0.4rem;
	color: #FFF;
	font-size: 1.9rem;
	font-weight: bold;
	text-align: right;
}
#footer .info {
	color: #FFF;
	font-size: 1.1rem;
	line-height: 2;
	text-indent: 2rem;
	text-align: justify;
}
#footer .naviBox {
	display: flex;
	gap: 1rem 6rem;
	flex: 1;
}
#footer .naviBox a {
	display: block;
	padding: 0.2rem 0;
	color: #FFF;
	font-size: 1.3rem;
}
#footer .fnavi a:hover {
	color: #c0781d;
}
.footer-copyright {
	width: 100%;
	color: #FFF;
	font-size: 1.1rem;
	text-align: center;
}
.footer-copyright a {
	color: #FFF;
}
#footer .top {
	margin: 0 auto 1rem;
	padding-bottom: 0.5rem;
	width: fit-content;
	color: #FFF;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	border-bottom: 0.1rem solid #FFF;
	font-family: "思源宋体","Source Han Serif SC", "Noto Serif CJK SC", serif;
}
#footer .top::after {
	margin-left: -1rem;
	position: absolute;
	left: 50%;
	bottom: -2px;
	width: 2rem;
	height: 0.3rem;
	content: '';
	background-color: #FFF;
}
#footer .top a {
	padding: 0;
	font-size: 1.8rem;
}
#footer .naviBox .nav {
	width: 6rem;
}
#footer .naviBox .shop01 {
	width: 12rem;
}
#footer .naviBox .flex {
	width: 100%;
	display: flex;
	gap: 0 1rem;
	flex-wrap: wrap;
}
#footer .naviBox .flex li {
	width: calc(50% - 0.5rem);
}
#footer .naviBox .shop02 {
	width: 8rem;
	text-align: center;
}
#footer .bottom {
	margin: 0 -5rem 0;
	padding: 0 1rem 0.4rem;
	width: calc(100% + 10rem);
	text-align: center;
	background-color: #3C948D;
}
#footer .bottom img {
	width: 40rem;
	vertical-align: middle;
}
@media all and (max-width: 767px) {
	#footer {
	}
	#footer .fBox {
		padding: 2.2rem 2rem 0;
	}
	#footer .logoBox {
		margin-bottom: 2rem;
		width: auto;
	}
	#footer .logo {
		margin: 0 auto 1rem;
		width: fit-content;
	}
	#footer .title {
		text-align: center;
	}
	#footer .top,
	#footer .top a {
		font-size: 1.6rem;
	}
	#footer .fnavi a {
		justify-content: center;
	}
	#footer .naviBox {
		flex-wrap: wrap;
		gap: 1.5rem;
		justify-content: center;
	}
	#footer .naviBox .shop02 {
		width: 8rem;
	}
	#footer .bottom {
		margin: 0 -2rem 0;
	}
}