@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);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;	
}
.en,
.shrikhand-regular {
  font-family: "Shrikhand", serif;
  font-weight: 400;
}
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: #231815;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #231815;
}
a:hover {
	color: #231815;
}
a:active {
	color: #231815;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #231815;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	position: relative;
}
#container::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	background: url(../img/common/main_bg.png) repeat left top / 10rem 10rem;
	pointer-events: none;
}
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;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container::after { 
		background-size: 5rem 5rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 3.2rem;
	top: 2.4rem;
	right: 3.1rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	z-index: 999;
}
#gHeader h1 {
	width: 22.4rem;
	position: relative;
	z-index: 999;
}
#gHeader h1 a {
	display: block;
}
.menu {
	width: 6rem;
	height: 6rem;
	position: relative;
	border-radius: 100%;
	background: #296a40;
	cursor: pointer;
	z-index: 999;
}
.menu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 1.2rem;
	width: 3.6rem;
	height: 0.4rem;
	background: #f1e6cd;
}
.menu span:nth-of-type(1) {
	top: 2.2rem;
}
.menu span:nth-of-type(2) {
	top: 3.4rem;
}
.menu.on span:nth-of-type(1) {
	transform: translateY(0.6rem) rotate(-45deg);
}
.menu.on span:nth-of-type(2) {
	transform: translateY(-0.6rem) rotate(45deg);
}
.menuBox {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 888;
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
	background: #f1e6cd;
}
#gNavi {
	margin: 0 auto;
	padding: 10.1rem 0 16.1rem;
	width: 100rem;
	height: auto;
	min-height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#gNavi .navUl {
	font-size: 6.2rem;
	width: fit-content;
}
#gNavi .navUl li + li {
	margin-top: 3.5rem;
}
#gNavi .navUl a {
	font-size: 4.6rem;
	line-height: 1.45;
	color: #b93f32;
	display: block;
	width: fit-content;
}
#gNavi .subBox .heading {
	position: relative;
}
#gNavi .subBox .heading::after {
	width: 100%;
	height: 1px;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-48%);
	border-top: 0.2rem dotted #b93f32;
}
#gNavi .subBox .heading span {
	margin: 0 auto;
	padding: 0 1.2rem;
	display: block;
	width: fit-content;
	background: #f1e6cd;
	position: relative;
	z-index: 1;
	font-weight: 700;
	font-size: 3rem;
	letter-spacing: 0.01em;
	color: #b93f32;
}
#gNavi ul.comBtn {
	margin-bottom: 4.8rem;
	padding: 2.7rem 0 5rem;
	border-bottom: 0.2rem dotted #b93f32;
}
#gNavi .comBtn li + li {
	margin-top: 2.8rem;
}
@media all and (min-width: 897px) {
	#gNavi .navUl a:hover,
	.menu:hover {
		opacity: 0.8;
	}
	#gNavi::after {
		width: 100vw;
		height: 100%;
		content: "";
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		pointer-events: none;
		background: url(../img/common/bg_img.png) no-repeat center bottom / 192rem;
	}
}
@media (min-width: 897px) and (max-width: 1040px) {
	#gNavi {
		width: 96vw;
	}
}
@media all and (min-width: 1921px) {
	#gNavi {
		padding-bottom: 8.3vw;
	}
	#gNavi::after {
		background-size: 100%;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		left: 1.5rem;
		right: 1.6rem;
		top: 1.5rem;
		align-items: center;
	}
	#gHeader h1 {
		width: 16.1rem;
	}
	.menu {
		width: 4rem;
		height: 4rem;
	}
	.menu span {
		left: 0.7rem;
		width: 2.6rem;
		height: 0.3rem;
	}
	.menu span:nth-of-type(1) {
		top: 1.5rem;
	}
	.menu.on span:nth-of-type(1) {
		left: 0.8rem;
		width: 2.4rem;
		transform: translate(0,0.3rem) rotate(-45deg);
	}
	.menu span:nth-of-type(2) {
		top: 2.3rem;
	}
	.menu.on span:nth-of-type(2) {
		left: 0.8rem;
		width: 2.4rem;
		transform: translate(0,-0.5rem) rotate(45deg);
	}
	#gNavi {
		padding: 13.1rem 2.7rem 31.2vw;
		width: auto;
		display: block;
		background: url(../img/common/bg_img_sp.png) no-repeat center bottom / 100%;
	}
	#gNavi .navUl {
		margin: 0 auto 11.5rem;
		text-align: center;
		line-height: 1;
		font-size: 2.8rem;
	}
	#gNavi .navUl a {
		display: inline;
		font-size: 2.8rem;
	}
	#gNavi .navUl li + li {
		margin-top: 1rem;
	}
	#gNavi .subBox .heading span {
		font-size: 2rem;
	}
	#gNavi ul.comBtn {
		margin-bottom: 3.8rem;
		padding: 2.5rem 0 3.8rem;
		display: flex;
		flex-direction: column-reverse;
		gap: 2.4rem;
	}
	#gNavi .comBtn li + li {
		margin: 0;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 8rem 0 3.4rem;
	color: #f1e6cd;
	background: #296a40;
	position: relative;
	z-index: 1;
}
#gFooter::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: calc(100% - 1.6rem);
	width: 100%;
	height: 14.1rem;
	background: url(../img/common/bg_img.png) no-repeat center top / 192rem;
}
#gFooter .fHead {
	margin-bottom: 3.9rem;
	font-weight: 700;
	font-size: 2.2rem;
	text-align: center;
}
#gFooter address {
	font-size: 1.2rem;
	text-align: center;
}
#gFooter .comBtn a {
	margin: 0 auto 5.2rem;
	box-sizing: content-box;
	border: 0.4rem solid #f1e6cd;
}
#gFooter .fUl {
	margin-bottom: 3.5rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.3rem 4rem;
}
#gFooter .fUl li {
	padding: 0 0 1.2rem;
	width: 42.3rem;
	font-size: 1.6rem;
	font-weight: 700;
	border-bottom: 1px dotted #f1e6cd;
}
#gFooter .fUl li:nth-child(2n-1) {
	width: 39.3rem;
}
#gFooter .fUl li .ttl {
	font-size: 1.8rem;
}
@media all and (min-width: 1921px) {
	#gFooter::before {
		height: 7.34vw;
		background-size: 100%;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 8rem 0 5.4rem;
	}
	#gFooter::before {
		height: 22.133vw;
		background-image: url(../img/common/bg_img_sp.png);
		background-size: 100%;
	}
	#gFooter .comBtn a {
		margin-bottom: 3.6rem;
	}
	#gFooter .fUl {
		margin: 0 2.2rem 5.1rem;
		display: block;
	}
	#gFooter .fUl li .ttl {
		margin-bottom: 0.6rem;
		font-size: 1.6rem;
		display: block;
	}
	#gFooter .fUl li {
		padding: 1.8rem 0 1.4rem;
		width: 100%;
		font-size: 1.4rem;
		text-align: center;
	}
	#gFooter .fUl li:nth-child(2n-1) {
		width: 100%;
	}
	#gFooter .fHead {
		margin-bottom: -0.5rem;
		font-size: 1.8rem;
	}
}