@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: 896px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", 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: #555;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #555;
}
a:hover {
	color: #555;
}
a:active {
	color: #555;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #555;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: #FCF5EC;
}
.fixed {
	position: fixed;
	width: 100%;
}
#container {
	padding-top: 24.1rem;
	position: relative;
	text-align: left;
	overflow-x: clip;
}
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.4rem;
	}
	#container {
		padding-top: 11.9rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 2.5rem 4rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	align-items: center;
	z-index: 100;
}
#gHeader .logo {
	width: 21.6rem;
}
#gHeader .logo a {
	display: block;
	position: relative;
}
#gHeader .logo a img {
	display: block;
	transition: opacity .3s;
}
#gHeader .logo a .black {
	position: absolute;
	left: 0;
	top: 0;
}
#gHeader .logo a .white {
	opacity: 0;
}
#gHeader .menuBox {
	flex: 1;                                       
}
#gNavi ul {
	gap: 0 4.9rem;
	align-items: center;
	justify-content: flex-end;
}
#gNavi a {
	font-size: 1.3rem;
	letter-spacing: 0.25em;
}
#gNavi a:hover {
	opacity: 0.7;
}
#gNavi li:last-child {
	margin-left: 0.6rem;
}
#gNavi li:last-child a {
	padding: 1.3rem 2.5rem;
	display: block;
	width: 17.4rem;
	color: #fff;
	background: #75BD5F url(../img/common/icon01.png) no-repeat right 2rem center/0.8rem;
	border-radius: 3rem;
}
@media all and (min-width: 897px) {
	#gHeader .menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0;
		justify-content: space-between;
	}
	#gHeader .logo {
		margin-left: 1.5rem;
		width: 16.7rem;
		position: relative;
		z-index: 101;
	}
	#gHeader .menu {
		position: relative;
		width: 6rem;
		height: 6rem;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		z-index: 101;
		transition: all .3s ease;
	}
	#gHeader .menu > div {
		margin: 0 auto;
		width: 2.7rem;
		height: 1rem;
		position: relative;
	}
	#gHeader .menu span {
		background-color: #e09b45;
		border: none;
		height: 2px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	#gHeader .menu span:nth-of-type(2) {
		opacity: 0;
	}
	#gHeader .menu span:nth-of-type(3) {
		top: 1rem;
	}
	#gHeader .menu.on .top {
		-webkit-transform: translateY(0.5rem) translateX(0) rotate(30deg);
		-ms-transform: translateY(0.5rem) translateX(0) rotate(30deg);
		transform: translateY(0.5rem) translateX(0) rotate(30deg);
	}
	#gHeader .menu.on .bottom {
		-webkit-transform: translateY(-0.5rem) translateX(0) rotate(-30deg);
		-ms-transform: translateY(-0.5rem) translateX(0) rotate(-30deg);
		transform: translateY(-0.5rem) translateX(0) rotate(-30deg);
	}
	#gHeader .menuBox {
		display: none;
		position: fixed;
		padding: 11.5rem 2.7rem;
		left: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		overflow-y: auto;
		background : #FCF5EC;
	}
	#gNavi {
		margin-bottom: 5.2rem;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi li:not(:last-child) a {
		display: block;
		padding: 2rem 4rem 2.2rem 1.4rem;
		font-size: 1.8rem;
		font-weight: 300;
		letter-spacing: 0.1em;
		font-family: "Noto Serif JP", serif;
		background: url(../img/common/icon04.png) no-repeat right center/3rem;
		border-top: 1px solid #F3D7B5;
	}
	#gNavi li:nth-child(5) a {
		border-bottom: 1px solid #F3D7B5;
	}
	#gNavi li:last-child {
		margin: 5rem 0 0;
	}
	#gNavi li:last-child a {
		margin: 0 auto;
		padding: 2.7rem 5rem 2.9rem;
		width: 32.1rem;
		font-size: 1.6rem;
		background: #75BD5F url(../img/common/icon01.png) no-repeat right 3rem center/1.1rem;
		border-radius: 5rem;
	}
	#gHeader .menuBox .sns {
		gap: 0 2rem;
	}
	#gHeader .menuBox .sns li {
		width: 4rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 6.6rem 0 5.8rem;
	position: relative;
	background: url(../img/common/footer_bg.jpg) no-repeat center top/cover;
}
#gFooter::before {
	margin-left: 14.5rem;
    width: 50rem;
    aspect-ratio: 500 / 441;
    position: absolute;
    left: 50%;
    top: -38.6rem;
    background: url(../img/common/contact_img.png) no-repeat center center / cover;
	pointer-events: none;
    content: "";
}
#gFooter .fInner {
	margin: 0 auto;
	max-width: 100rem;
	text-align: center;
}
#gFooter .fNavi {
	margin-bottom: 8rem;
	gap: 0 4.3rem;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
#gFooter .fLogo {
	margin: 0 auto 4.2rem;
	width: 24.6rem;
	transform: translateX(0.5rem);
}
#gFooter .info {
	margin-bottom: 6.7rem;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
#gFooter .info .ttl {
	margin-bottom: 1rem;
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#gFooter .sns {
	gap: 0 2rem;
	margin-bottom: 2.3rem;
}
#gFooter .sns li {
	width: 4rem;
}
#gFooter .sns a:hover {
	opacity: 0.7;
}
#gFooter address {
	font-size: 1.1rem;
	letter-spacing: 0.08em;
}
#gFooter address small {
	margin-left: 0.3rem;
	font-size: 0.8rem;
	letter-spacing: 0.08em;
}
#gFooter address a {
	text-decoration: underline;
}
@media all and (min-width: 897px) {
	#gFooter address a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 7.7rem 0 3.8rem;
		background-image: url(../img/common/footer_bg_sp.jpg);
	}
	.comContact .contactImg {
		right: -0.4rem;
		top: auto;
		bottom: -8.4rem;
		width: 32rem;
	}
	#gFooter::before {
		margin-left: -15rem;
		width: 32rem;
		aspect-ratio: 320 / 297;
		top: -25.7rem;
		background-image: url(../img/common/contact_img_sp.png);
	}
	#gFooter .fInner {
		margin: 0 2rem;
	}
	#gFooter .fLogo {
		margin-bottom: 5.7rem;
		width: 26.6rem;
		transform: translateX(0);
	}
	#gFooter .info {
		margin-bottom: 4.8rem;
	}
	#gFooter .info .ttl {
		margin-bottom: 0.6rem;
	}
	#gFooter .sns {
		margin-bottom: 2.1rem;
	}
	#gFooter address small {
		display: block;
		margin: 0.3rem 0 0;
	}
}