@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 (min-width: 897px) and (max-width: 1280px) {
	html {
		font-size: calc(1000vw / 1280);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Kaku Gothic New", 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: #261D14;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #261D14;
}
a:hover {
	color: #261D14;
}
a:active {
	color: #261D14;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #261D14;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FBF3EC;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
}
#main {
	padding-top: 9rem;
}
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.6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
#gHeader .hBox {
	margin-left: auto;
	padding: 2.5rem 3.5rem 2.5rem 7.5rem;
	width: fit-content;
	align-items: center;
	justify-content: flex-end;
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 0 0 0 5rem;
}
#gHeader .hBox .snsList li {
	width: 4rem;
}
#gHeader .hBox .snsList li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#gHeader {
		min-height: 10rem;
	}
	#gHeader .hBox {
		margin-left: 0;
		padding: 0;
		width: fit-content;
		display: block;
		background-color: transparent;
		box-sizing: border-box;
	}
	#gHeader .hBox .menu {
		padding: 1.6rem 2.7rem 1.1rem 2.5rem;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 300;
		transition: 0.3s;
		background-color: #FFF;
		border-radius: 0 0 0 5rem;
		box-sizing: border-box;
	}
	#gHeader .hBox .menu .close {
		display: none;
	}
	#gHeader .hBox .menu .pic {
		margin: 0 auto 0.6rem;
		width: 4.8rem;
	}
	#gHeader .hBox .menu .txt {
		padding-left: 0.3rem;
		color: #EF9275;
		font-family: "Borel", cursive;
	}
	#gHeader .hBox .menu.on {
		transform: translateX(-20.2rem);
		background-color: transparent;
	}
	#gHeader .hBox .menu.on .open {
		display: none;
	}
	#gHeader .hBox .menu.on .close {
		display: block;
	}
	#gHeader .hBox .snsList {
		display: none;
	}
	#gHeader .hBox .menuBox {
		padding-bottom: 12rem;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 100dvh;
		overflow: auto;
		z-index: 200;
		transform: translateX(101%);
		transition: 0.3s;
	}
	#gHeader .hBox .menuBox.open {
		transform: translateX(0);
	}
	#gHeader .hBox .menuBox .subBox {
		margin-left: auto;
		padding: 11.1rem 2rem 4.5rem;
		width: 30rem;
		border-radius: 0 0 0 5rem;
		background-color: #FFF;
		overflow: hidden;
		box-sizing: border-box;
	}
	#gHeader .hBox .menuBox .subBox .title {
		margin: 2.1rem -3.3rem 3.6rem auto;
		width: fit-content;
		font-family: "Shippori Mincho", serif;
		font-size: 3.2rem;
		font-weight: 400;
	}
	#gHeader .hBox .menuBox .subBox .title .en {
		margin-bottom: -5.7rem;
		display: block;
		font-family: "Borel", cursive;
		color: rgba(239, 146, 117, 0.2);
		font-size: 5.2rem;
		font-weight: 400;
		line-height: 1.2;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-right: 5.8rem;
	padding-bottom: 0.1rem;
}
#gNavi li {
	margin-left: 5.4rem;
	display: inline-block;
}
#gNavi li:first-child {
	margin-left: 0;
}
#gNavi li a {
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
	font-family: "Shippori Mincho", serif;
}
#gNavi li a::before {
	position: absolute;
	top: -0.1rem;
	left: -3.9rem;
	width: 3.2rem;
	height: 2.8rem;
	background: url(../img/common/icon01.png) no-repeat left top / 100%;
	content: '';
	opacity: 0;
	transition: 0.3s;
}
#gNavi li a::after {
	position: absolute;
	bottom: -0.2rem;
	left: -0.4rem;
	right: -1rem;
	height: 0;
	border-bottom: 0.2rem dashed #EF9275;
	content: '';
	opacity: 0;
	transition: 0.3s;
}
@media all and (min-width: 897px) {
	#gNavi li a:hover::before,
	#gNavi li a:hover::after {
		opacity: 1;
	}
}
@media all and (max-width: 896px) {
	#gNavi {
		margin-right: 0;
		padding-bottom: 0;
	}
	#gNavi li {
		margin: 0 0 0.9rem;
		display: block;
	}
	#gNavi li:last-child {
		margin-bottom: 0;
	}
	#gNavi li a {
		padding: 1.5rem;
		display: block;
		text-align: center;
	}
	#gNavi li a::before,
	#gNavi li a::after {
		display: none;
	}
	#gNavi li a:active {
		color: #EF9275;
		opacity: 1;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 15rem;
	padding-top: 4.2rem;
	background-color: #847361;
}
#gFooter .inner {
	margin: 0 auto 3rem;
	max-width: 50rem;
}
#gFooter .inner .fLogo {
	margin: 0 0 1.2rem 0.9rem;
	width: 49rem;
}
#gFooter .inner .text {
	margin-bottom: -5.1rem;
	padding-left: 0.2rem;
	color: #FFF;
	font-weight: 500;
	line-height: 2;
}
#gFooter .inner .text a {
	color: #FFF;
}
#gFooter .inner .snsList {
	margin-left: auto;
	width: fit-content;
}
#gFooter .inner .snsList li {
	width: 4.7rem;
}
#gFooter .inner .snsList li a:hover {
	opacity: 0.7;
}
#gFooter address {
	padding: 1.5rem 1.5rem 1.3rem;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	background-color: #EF9275;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 7rem;
		padding-top: 4rem;
	}
	#gFooter .inner {
		margin: 0 3rem 3rem;
		max-width: inherit;
	}
	#gFooter .inner .fLogo {
		margin: 0 auto 3.2rem;
		width: 23.3rem;
	}
	#gFooter .inner .text {
		margin-bottom: -4.4rem;
	}
	#gFooter .inner .snsList li {
		width: 4rem;
	}
}