@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: 1300px) {
	html {
		font-size: calc(1000vw / 1300);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", 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: #564234;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #564234;
}
a:hover {
	color: #564234;
}
a:active {
	color: #564234;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #564234;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	font-feature-settings: "palt";
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
}
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;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	align-items: center;
	z-index: 10;
}
#gHeader h1 {
	margin: 2.6rem 0 0 2.7rem;
	width: 32.7rem;
}
#gHeader .tel {
	margin-right: 36.6rem;
	color: #F18B80;
	font-size: 1.1rem;
	font-weight: 700;
	text-align: right;
	line-height: 1;
	letter-spacing: 0.5em;
}
#gHeader .tel a {
	padding-left: 2.6rem;
	display: inline-block;
	color: #564234;
	font-size: 3.3rem;
	line-height: 1;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.11em;
	background: url(../img/common/icon01.webp) no-repeat left 0.6rem/2rem;
}
.fixBtnList {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 101;
}
.fixBtnList li {
	width: 11.2rem;
}
.fixBtnList a {
	padding: 2.9rem 1rem 2.4rem;
	height: 100%;
	display: block;
	position: relative;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-align: center;
	background: #6FC567;
}
.fixBtnList a:after {
	position: absolute;
	right: 0.6rem;
	top: 0.6rem;
	width: 1rem;
	height: 1rem;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	background-color: #fff;
	opacity: 0.3;
	content: "";
}
.fixBtnList img {
	display: block;
	width: 3.2rem;
	margin: 0 auto 0.5rem;
}
.fixBtnList .reserve a {
	background: #6B9FD3;
}
.fixBtnList .menu a {
	background: #E7992D;
	letter-spacing: 0.1em;
}
.fixBtnList .menu .close {
	display: none;
}
.fixBtnList .menu.on .close {
	display: block;
}
.fixBtnList .menu.on .open {
	display: none;
}
.menuBox {
	position: fixed;
	z-index: 100;
	transform: translateX(100%);
	right: 0;
	top: 0;
	width: 33.6rem;
	height: 100%;
	transition: .3s;
	background: rgba(86, 66, 52, 0.96);
	overflow-y: auto;
}
.menuBox.open {
	transform: translateX(0);
}
.menuBox .subMenu {
	display: table;
	width: 100%;
	height: 100%;
}
.menuBox .subBox {
	padding: 14.2rem 0 3rem 2rem;
	display: table-cell;
	vertical-align: middle;
}
.menuBox .menuList {
	margin: 0 auto;
	width: fit-content;
}
.menuBox .menuList li:not(:last-child) {
	margin-bottom: 3.1rem;
}
.menuBox .menuList a {
	display: flex;
	align-items: flex-start;
	color : #F5F3E5;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.75;
}
.menuBox .menuList a img {
	width: 1rem;
	margin: 0.9rem 0.9rem 0 0;
}
.menuBox .menuList a:hover {
	opacity: 0.6;
}
@media all and (min-width: 897px) {
	.fixBtnList a:hover {
		background: #4FA445;
	}
	.fixBtnList .reserve a:hover {
		background: #4989C9;
	}
	.fixBtnList .menu a:hover {
		background: #D28516;
	}
}
@media all and (max-width: 896px) {
	#gHeader h1 {
		margin: 1.4rem 0 0 1.2rem;
		width: 21.4rem;
	}
	.fixBtnList li {
		width: 8rem;
	}
	.fixBtnList a {
		padding: 1.9rem 1rem 1.7rem;
		font-size: 1.3rem;
	}
	.fixBtnList a:after {
		right: 0.4rem;
		top: 0.4rem;
		width: 0.8rem;
		height: 0.8rem;
	}
	.fixBtnList img {
		margin-bottom: 0;
		width: 2.6rem;
	}
	.menuBox {
		width: 100%;
	}
	.menuBox .subBox {
		padding: 7rem 0 7rem 2rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 11rem 0 0;
	background: #f5f3e5;
}
#gFooter .accessBox {
	margin: 0 auto 5.8rem;
	padding: 0 2rem;
	max-width: 100rem;
	box-sizing: content-box;
}
#gFooter .accessBox .lBox {
	width: 47rem;
}
#gFooter .accessBox .lBox .fLogo {
	margin: 0 auto 4.4rem;
	width: 33rem;
}
#gFooter .accessBox .lBox .tableBox table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
#gFooter .accessBox .lBox .tableBox thead th {
	padding: 1.2rem 0.5rem 0.6rem;
	color: #FFF;
	font-size: 1.6rem;
	letter-spacing: 0.15em;
	text-align: center;
	background: #d38872;
}
#gFooter .accessBox .lBox .tableBox thead th:first-child {
	padding-left: 2.2rem;
	width: 36.9%;
}
#gFooter .accessBox .lBox .tableBox thead th:last-child {
	padding-right: 2.7rem;
	width: 13%;
}
#gFooter .accessBox .lBox .tableBox td {
	padding: 0.7rem 0.5rem;
	text-align: center;
	color: #564234;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #d38872;
}
#gFooter .accessBox .lBox .tableBox td:last-child {
	padding-right: 3rem;
}
#gFooter .accessBox .lBox .tableBox td .sub {
	margin: 0 auto;
	display: block;
	width: 10.5rem;
	text-align: right;
}
#gFooter .accessBox .lBox .tableBox td .dot {
	color: #d38872;
	font-size: 1.3rem;
}
#gFooter .accessBox .lBox .noteUl {
	margin-top: 1.5rem;
}
#gFooter .accessBox .lBox .noteUl li {
	margin-bottom: 0.1rem;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-feature-settings: normal;
	-moz-font-feature-settings: normal;
}
#gFooter .accessBox .lBox .noteUl li:last-child {
	margin-bottom: 0;
}
#gFooter .accessBox .rBox {
	width: 47.1rem;
}
#gFooter .accessBox .rBox .mapBox {
	margin-bottom: 0.8rem;
}
#gFooter .accessBox .rBox .pLink {
	margin: 0 -0.1rem -1.8rem auto;
	width: fit-content;
}
#gFooter .accessBox .rBox .pLink a {
	padding: 0.5rem 2.8rem 0.5rem 0;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	background: url(../img/common/f_icon01.webp) no-repeat right top calc(50% - 0.2rem) / 2.2rem;
}
#gFooter .accessBox .rBox .pLink a:hover {
	opacity: 0.6;
}
#gFooter .accessBox .rBox .text {
	margin-bottom: 1.9rem;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.15em;
}
#gFooter .accessBox .rBox .tagUl {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
}
#gFooter .accessBox .rBox .tagUl li {
	padding: 0.5rem 1rem 0.4rem;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	background: #b9d3a9;
	font-feature-settings: normal;
	-moz-font-feature-settings: normal;
}
#gFooter .accessBox .rBox .tagUl li.style01 {
	background: #e5b8aa;
}
#gFooter .bgArea {
	background: url(../img/common/f_bg01.webp) no-repeat center center / cover;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 3rem 2rem;
	max-width: 122.6rem;
	box-sizing: content-box;
}
#gFooter .fBox .fNavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1.9rem;
}
#gFooter .fBox .fNavi li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color : #F5F3E5;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#gFooter .fBox .fNavi li a:hover {
	opacity: 0.6;
}
#gFooter .fBox .fNavi li .iconImg {
	margin: -0.1rem 0.9rem 0 0;
	display: block;
	width: 1rem;
	height: 1rem;
}
/*------------------------------------------------------------
	予約フォーム（Reservation）
------------------------------------------------------------*/
#gFooter .reservationForm {
	margin: 0 auto 5rem;
	padding: 0 2rem;
	max-width: 90rem;
}
#gFooter .reservationFormInner {
	padding: 4rem 4rem 4.5rem;
	background: #fff;
	border-radius: 1.2rem;
	box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.08);
}
#gFooter .reservationFormTtl {
	margin: 0 0 3.5rem;
	text-align: center;
}
#gFooter .reservationFormTtl .en {
	display: block;
	margin-bottom: 0.3rem;
	font-family: "EB Garamond", serif;
	font-size: 3.2rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	color: #564234;
}
#gFooter .reservationFormTtl .jp {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #564234;
}
#gFooter .reservationFormBox .formRow {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 0 2.2rem;
	padding: 0 0 2rem;
	border-bottom: 1px solid #e8e6e0;
}
#gFooter .reservationFormBox .formRow:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#gFooter .reservationFormBox .formRow dt {
	flex: 0 0 22rem;
	padding-top: 0.8rem;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #564234;
}
#gFooter .reservationFormBox .formRow dt .required {
	margin-left: 0.6rem;
	padding: 0.15rem 0.6rem;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 600;
	color: #fff;
	background: #c33;
	border-radius: 0.3rem;
	vertical-align: middle;
}
#gFooter .reservationFormBox .formRow dd {
	flex: 1;
	min-width: 0;
}
#gFooter .reservationFormBox input[type="text"],
#gFooter .reservationFormBox input[type="tel"],
#gFooter .reservationFormBox input[type="email"],
#gFooter .reservationFormBox input[type="date"],
#gFooter .reservationFormBox select,
#gFooter .reservationFormBox textarea {
	width: 100%;
	max-width: 40rem;
	padding: 0.9rem 1.2rem;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	color: #564234;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0.5rem;
	box-sizing: border-box;
}
#gFooter .reservationFormBox input::placeholder,
#gFooter .reservationFormBox textarea::placeholder {
	color: #999;
}
#gFooter .reservationFormBox .formDateTime {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	margin-bottom: 1.2rem;
}
#gFooter .reservationFormBox .formDateTime .inputDate {
	max-width: 18rem;
}
#gFooter .reservationFormBox .formDateTime .inputTime {
	max-width: 18rem;
}
#gFooter .reservationFormBox .formDateError {
	display: none;
	margin-top: 0.8rem;
	padding: 0.8rem 1rem;
	font-size: 1.35rem;
	color: #c33;
	background: #fff0f0;
	border-radius: 0.5rem;
}
#gFooter .reservationFormBox .formDateError.show {
	display: block;
}
#gFooter .reservationFormBox .formNote {
	margin-top: 0.8rem;
	padding: 1.2rem 1.4rem;
	background: #fffde8;
	border-radius: 0.5rem;
	font-size: 1.35rem;
	line-height: 1.7;
	letter-spacing: 0.04em;
	color: #564234;
}
#gFooter .reservationFormBox .formNote p {
	margin: 0 0 0.4rem;
}
#gFooter .reservationFormBox .formNote p:last-child {
	margin-bottom: 0;
}
#gFooter .reservationFormBox .formNote .hours {
	margin-top: 0.6rem;
}
#gFooter .reservationFormBox .formName {
	display: flex;
	gap: 1rem;
}
#gFooter .reservationFormBox .formName input {
	max-width: 12rem;
}
#gFooter .reservationFormBox .formBirth {
	display: flex;
	gap: 0.8rem;
	align-items: center;
}
#gFooter .reservationFormBox .formBirth select {
	max-width: 10rem;
}
#gFooter .reservationFormBox .formRadio {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	align-items: center;
}
#gFooter .reservationFormBox .formRadio label {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 1.5rem;
	cursor: pointer;
}
#gFooter .reservationFormBox .formRadio input {
	width: auto;
	max-width: none;
}
#gFooter .reservationFormBox textarea {
	min-height: 12rem;
	resize: vertical;
}
#gFooter .reservationFormBox .formSubmit {
	margin-top: 3rem;
	text-align: center;
}
#gFooter .reservationFormBox .reservationSubmitBtn {
	display: inline-block;
	padding: 1.4rem 4rem;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: #fff;
	background: #8b7355;
	border: none;
	border-radius: 0.8rem;
	cursor: pointer;
	transition: opacity 0.25s;
}
#gFooter .reservationFormBox .reservationSubmitBtn:hover {
	opacity: 0.9;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-bottom: 4.7rem;
		padding: 4.5rem 0 0;
	}
	#gFooter .accessBox {
		margin: 0 auto 3.2rem;
		padding: 0 2rem;
		max-width: inherit;
	}
	#gFooter .accessBox .lBox {
		margin-bottom: 2.5rem;
		width: auto;
	}
	#gFooter .accessBox .lBox .fLogo {
		margin: 0 auto 2.5rem;
		width: 33.5rem;
	}
	#gFooter .accessBox .lBox .tableBox thead th {
		letter-spacing: 0.11em;
	}
	#gFooter .accessBox .lBox .tableBox thead th:first-child {
		padding-left: 1.6rem;
		width: 38.6%;
	}
	#gFooter .accessBox .lBox .tableBox thead th:last-child {
		width: 12.6%;
	}
	#gFooter .accessBox .lBox .tableBox td {
		padding: 0.8rem 0.5rem 0.6rem;
		letter-spacing: 0.01em;
	}
	#gFooter .accessBox .lBox .tableBox td:last-child {
		padding-right: 2.1rem;
	}
	#gFooter .accessBox .lBox .tableBox td .sub {
		width: 9.3rem;
	}
	#gFooter .accessBox .rBox {
		width: auto;
	}
	#gFooter .accessBox .rBox .mapBox {
		margin-bottom: 0.5rem;
	}
	#gFooter .accessBox .rBox .pLink {
		margin: 0 -0.1rem -1.5rem auto;
		width: fit-content;
	}
	#gFooter .accessBox .rBox .pLink a {
		background: url(../img/common/f_icon01.webp) no-repeat right top calc(50% - 0.1rem) / 2.2rem;
	}
	#gFooter .accessBox .rBox .text {
		margin-bottom: 1.4rem;
	}
	#gFooter .accessBox .rBox .tagUl {
		display: block;
	}
	#gFooter .accessBox .rBox .tagUl li {
		margin-bottom: 0.9rem;
		width: fit-content;
		padding: 0.4rem 1rem;
	}
	#gFooter .accessBox .rBox .tagUl li:last-child {
		margin-bottom: 0;
	}
	#gFooter .bgArea {
		background-image: url(../img/common/f_bg01_sp.webp);
	}
	#gFooter .fBox {
		margin: 0;
		padding: 2.5rem 2rem 4.2rem;
		max-width: inherit;
	}
	#gFooter .fBox .fNavi {
		display: block;
	}
	#gFooter .fBox .fNavi li a {
		padding: 1.4rem 0;
		background: url(../img/common/f_bg03.webp) repeat-x left bottom / 0.8rem;
	}
	#gFooter .fBox .fNavi li .iconImg {
		margin: -0.2rem 0.9rem 0 0;
	}
	#gFooter .reservationForm {
		margin: 0 auto 4rem;
		padding: 0 2rem;
	}
	#gFooter .reservationFormInner {
		padding: 3rem 2rem 3.5rem;
	}
	#gFooter .reservationFormTtl {
		margin: 0 0 2.5rem;
	}
	#gFooter .reservationFormTtl .en {
		font-size: 2.6rem;
	}
	#gFooter .reservationFormTtl .jp {
		font-size: 1.8rem;
	}
	#gFooter .reservationFormBox .formRow {
		display: block;
		margin: 0 0 1.8rem;
		padding: 0 0 1.8rem;
	}
	#gFooter .reservationFormBox .formRow dt {
		flex: none;
		margin-bottom: 0.6rem;
		padding-top: 0;
		font-size: 1.4rem;
	}
	#gFooter .reservationFormBox .formRow dd {
		flex: none;
	}
	#gFooter .reservationFormBox input[type="text"],
	#gFooter .reservationFormBox input[type="tel"],
	#gFooter .reservationFormBox input[type="email"],
	#gFooter .reservationFormBox input[type="date"],
	#gFooter .reservationFormBox select,
	#gFooter .reservationFormBox textarea {
		max-width: none;
	}
	#gFooter .reservationFormBox .formDateTime {
		flex-direction: column;
		align-items: flex-start;
	}
	#gFooter .reservationFormBox .formDateTime .inputDate,
	#gFooter .reservationFormBox .formDateTime .inputTime {
		max-width: none;
		width: 100%;
	}
	#gFooter .reservationFormBox .formName {
		flex-wrap: wrap;
	}
	#gFooter .reservationFormBox .formName input {
		max-width: none;
		flex: 1;
		min-width: 10rem;
	}
	#gFooter .reservationFormBox .formBirth select {
		max-width: none;
		flex: 1;
		min-width: 0;
	}
	#gFooter .reservationFormBox .reservationSubmitBtn {
		width: 100%;
		max-width: 32rem;
		padding: 1.2rem 2rem;
		font-size: 1.6rem;
	}
}