@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;700&family=Roboto:wght@400;500;700&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", "Noto Serif JP", "Roboto";
}
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;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.05em;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	width: 100%;
	left: 0;
	top: 0;
	position: fixed;
}
#container {
	padding-top: 100px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#main {
	padding-bottom: 95px;
	background-color: #FAF9F5;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) and (max-width: 1380px) {
	#container {
		padding-top: 80px;
	}
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
		line-height: 1.87;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		padding-bottom: 60px;
	}
	#container {
		padding-top: 70px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding-left: 40px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
}
#gHeader .hBox {
	display: flex;
	align-items: center;
}
#gHeader .hBox a {
	display: block;
}
#gHeader .hBox .logo {
	margin-right: 40px;
}
#gHeader .hBox h1 {
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.77;
	letter-spacing: 0;
}
#gHeader .hInner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#gHeader .hInner .snsList {
	display: flex;
	justify-content: center;
	align-items: center;
}
#gHeader .hInner .snsList {
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#gHeader .hInner .snsList li:not(:last-child) {
	margin-right: 12px;
}
#gHeader .hInner .snsList li a {
	display: block;
}
#gHeader .hInner .snsList li a:hover {
	opacity: 0.7;
}
#gHeader .hInner .btn a {
	display: block;
}
#gHeader .hInner .btn a:hover {
	opacity: 0.7;
}
#gNavi {
	margin-right: 24px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0;
}
#gNavi ul li {
	margin-right: 29px;
	display: inline-block;
}
#gNavi ul li:last-child {
	margin-right: 0;
}
#gNavi ul li a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) and (max-width: 1380px) {
	#gHeader .hBox h1 {
		display: none;
	}
	#gHeader {
		padding-left: 10px;
	}
	#gHeader .hBox .logo {
		margin-right: 20px;
		width: 130px;
	}
	#gHeader .hInner .btn {
		width: 80px;
	}
	#gNavi {
		font-size: 1.5rem;
	}
	#gNavi ul li {
		margin-right: 22px;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding-left: 24px;
	}
	#gHeader .hBox {
		display: block;
	}
	#gHeader .hBox .logo {
		margin-right: 0;
		width: 163px;
	}
	#gHeader .menuBtn a {
		display: block;
	}
}
@media all and (max-width: 896px) {
	.cover {
		width: 100%;
		height: 100%;
		position: fixed;
		right: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: 999;
		display: none;
	}
}
@media all and (min-width: 897px) {
	.menuArea {
		display: none !important;
	}
}
.menuArea {
	width: calc(100% - 95px);
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #EF8661;
	z-index: 1000;
	transform: translateX(100%);
	transition: transform 0.5s ease;
	overflow-y: auto;
}
.menuArea.on {
	transform: translateX(0);
}
.menuArea .menu {
	padding: 91px 22px 91px 40px;
	background-color: #EF8661;
	box-sizing: border-box;
}
.menuArea .menu .closeBtn {
	position: absolute;
	top: 23px;
	right: 22px;
}
.menuArea .menu .closeBtn a {
	display: block;
}
.menuArea .menu .menuList li {
	margin-bottom: 27px;
}
.menuArea .menu .menuList li a {
	display: block;
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 58px 10px 0;
	text-align: center;
}
#gFooter .fNavi {
	margin-bottom: 44px;
}
#gFooter .fNavi li {
	margin-right: 31px;
	display: inline;
}
#gFooter .fNavi li:last-child {
	margin-right: 0;
}
#gFooter .fNavi li a {
	font-size: 1.6rem;
	letter-spacing: 0;
}
#gFooter .fNavi li a:hover {
	opacity: 0.7;
}
#gFooter .fLogo {
	margin: 0 auto 45px;
	max-width: 254px;
}
#gFooter .txt {
	margin-bottom: 55px;
	letter-spacing: 0;
}
#gFooter .copyright {
	margin: 0 -10px;
	padding: 11px 20px;
	color: #fff;
	font-size: 1.4rem;
	font-style: normal;
	letter-spacing: 0;
	background-color: #527D24;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding-top: 42px;
	}
	#gFooter .fLogo {
		margin-bottom: 25px;
		max-width: 208px;
	}
	#gFooter .txt {
		margin-bottom: 35px;
	}
	#gFooter .copyright {
		padding: 12px 20px;
	}
}