@charset "UTF-8";

/*================================================================
# ベース
================================================================ */
body {
	background: #fff url(../img/back.png) repeat center top;
	font-size: 14px;
	line-height: 2.6;
	color: var(--text-color);
	letter-spacing: 0.1em;
}

.img-shadow {
	box-shadow: var(--img-shadow);
}

.gold-btn a {
	padding: 16px;
	background-color: #828043;
	display: block;
	font-family: var(--mincho);
	font-size: 16px;
	color: #fff;
	text-align: center;
	transition: 0.3s;
}

.gold-btn a span {
	padding-right: 46px;
	position: relative;
}

.gold-btn a span:after {
	width: 30px;
	height: 5px;
	margin: auto;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2230%22%20height%3D%225%22%20viewBox%3D%220%200%2030%205%22%20id%3D%22arrow_w.svg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.cls-1%20%7B%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%3C%2Fdefs%3E%20%20%3Cpath%20id%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97_817%22%20data-name%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97%20817%22%20class%3D%22cls-1%22%20d%3D%22M708%2C3407.5l-6%2C2.49V3405Z%22%20transform%3D%22translate(-678%20-3405)%22%2F%3E%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_663%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20663%22%20class%3D%22cls-2%22%20y%3D%222%22%20width%3D%2224%22%20height%3D%221%22%2F%3E%0A%3C%2Fsvg%3E");
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	transition: 0.3s;
}

.gold-btn a:hover {
	background-color: #666429;
}

.gold-btn a:hover span:after {
	transform: translate(16px, 0);
}

.purple-btn a {
	padding: 16px;
	background-color: var(--logo-color);
	display: block;
	font-family: var(--mincho);
	font-size: 16px;
	color: #fff;
	text-align: center;
	transition: 0.3s;
}

.purple-btn a span {
	padding-right: 46px;
	position: relative;
}

.purple-btn a span:after {
	width: 30px;
	height: 5px;
	margin: auto;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2230%22%20height%3D%225%22%20viewBox%3D%220%200%2030%205%22%20id%3D%22arrow_w.svg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.cls-1%20%7B%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%3C%2Fdefs%3E%20%20%3Cpath%20id%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97_817%22%20data-name%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97%20817%22%20class%3D%22cls-1%22%20d%3D%22M708%2C3407.5l-6%2C2.49V3405Z%22%20transform%3D%22translate(-678%20-3405)%22%2F%3E%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_663%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20663%22%20class%3D%22cls-2%22%20y%3D%222%22%20width%3D%2224%22%20height%3D%221%22%2F%3E%0A%3C%2Fsvg%3E");
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	transition: 0.3s;
}

.purple-btn a:hover {
	background-color: #770242;
}

.purple-btn a:hover span:after {
	transform: translate(16px, 0);
}

.arrow-btn a {
	padding: 16px 48px 16px 0;
	border-bottom: 1px solid var(--border-color);
	position: relative;
	display: block;
	transition: 0.3s;
}

.arrow-btn a:after {
	width: 30px;
	height: 5px;
	margin: auto;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2230%22%20height%3D%225%22%20viewBox%3D%220%200%2030%205%22%20id%3D%22arrow_w.svg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23F8F5F0%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.cls-1%20%7B%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%3C%2Fdefs%3E%20%20%3Cpath%20id%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97_817%22%20data-name%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97%20817%22%20class%3D%22cls-1%22%20d%3D%22M708%2C3407.5l-6%2C2.49V3405Z%22%20transform%3D%22translate(-678%20-3405)%22%2F%3E%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_663%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20663%22%20class%3D%22cls-2%22%20y%3D%222%22%20width%3D%2224%22%20height%3D%221%22%2F%3E%0A%3C%2Fsvg%3E");
	position: absolute;
	content: "";
	top: 0;
	right: 16px;
	bottom: 0;
	transition: 0.3s;
}

.arrow-btn a:hover:after {
	transform: translate(16px, 0);
}

/*================================================================
# ヘッダー
================================================================ */
.header {
	width: 100%;
	padding: 24px 0;
	background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0.50196) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.50196) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0.50196) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	display: flex;
	align-items: center;
	z-index: 9;
}

.header .main-nav {
	width: 100%;
	display: flex;
	align-items: center;
}

.header .header-nav.left .logo {
	margin-left: 24px;
}

.header .header-nav.left .logo a {
	transition: 0.3s;
}

.header .header-nav.left .logo a:hover {
	opacity: 0.8;
}

.header .header-nav.left .logo a img {
	width: 200px;
}

.header .header-nav.right {
	margin: 0 104px 0 auto;
	display: flex;
}

.header__tel {
	margin-left: 32px;
	position: relative;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	line-height: 1.618;
	color: #fff;
}

.header__tel .title {
	width: 100%;
}

.header__tel .tel {
	display: flex;
	align-items: center;
	line-height: 1;
}

.header__tel .tel a {
	margin-top: 4px;
	display: flex;
	align-items: center;
	font-family: var(--mincho);
	font-size: 24px;
}

.header__tel .tel img {
	width: 20px;
	margin-right: 4px;
}

.header__tel .tel span {
	margin-left: 12px;
	font-size: 12px;
}

.header__tel .front-desk {
	margin: 4px 0 0;
	letter-spacing: 0.05em;
}

.header__tel .front-desk strong {
	margin: 0 4px;
	font-size: 16px;
}

.header__facebook {
	margin-left: 24px;
}

.header__facebook a img {
	transition: opacity 0.2s ease 0s;
}

.header__facebook a:hover img {
	opacity: 0.7;
}

.header__instagram {
	margin: 7px 0 0 24px;
}

.header__instagram a img {
	transition: opacity 0.2s ease 0s;
}

.header__instagram a:hover img {
	opacity: 0.7;
}

/*================================================================
# ナビゲーション
================================================================ */
#nav_global dt {
	width: 100px;
	height: 100px;
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1001;
}

#nav_global dt:hover {
	cursor: pointer;
}

#nav_global dt ul {
	width: 40px;
	height: 27px;
	position: relative;
}

#nav_global dt li {
	width: 100%;
	height: 1px;
	background-color: var(--white);
	position: absolute;
	display: block;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#nav_global.change-color dt li {
	background-color: var(--white);
}

#nav_global dt li:first-child {
	top: 0;
}

#nav_global dt li:nth-child(2) {
	top: 13px;
}

#nav_global dt li:last-child {
	bottom: 0;
}

#nav_global dt.is_open li {
	background-color: var(--black);
}

#nav_global dt.is_open li:first-child {
	-webkit-transform: translateY(13px) rotate(-45deg);
	transform: translateY(13px) rotate(-45deg);
}

#nav_global dt.is_open li:last-child {
	-webkit-transform: translateY(-13px) rotate(45deg);
	transform: translateY(-13px) rotate(45deg);
}

#nav_global dt.is_open li:nth-child(2) {
	opacity: 0;
}

#nav_global dd {
	width: 100%;
	height: 100%;
	padding: 0;
	background-color: var(--white);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	overflow-y: auto;
	z-index: 99;
}

/*nav_global__dd
------------------------------------------------------ */
.nav_global .gnav-wrap {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.nav_global .nav_back {
	width: 35%;
	min-width: calc(100% - 900px);
	height: 100%;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	display: block;
}

.nav_global .nav_back img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nav_global .gnav-wrap::after {
	width: 35%;
	min-width: calc(100% - 900px);
	height: 24%;
	background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.50196) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.50196) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.50196) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	display: block;
}

.nav_global .gnav {
	width: 65%;
	min-width: 730px;
	max-width: 900px;
	min-height: 100vh;
	margin: 0 auto 0 0;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav_global .gnav-inner {
	width: 40%;
	min-width: 660px;
	max-width: 900px;
}

.nav_global .gnav__top {
	display: flex;
	align-items: center;
}

.nav_global .gnav__logo img {
	width: 200px;
}

.nav_global .gnav__tel {
	margin-left: auto;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	color: var(--black);
}

.nav_global .gnav__tel .title {
	width: 100%;
	line-height: 1;
}

.nav_global .gnav__tel .tel {
	margin-top: 8px;
	display: flex;
	align-items: center;
	line-height: 1;
}

.nav_global .gnav__tel .tel a {
	display: flex;
	align-items: center;
	font-family: var(--mincho);
	font-size: 24px;
}

.nav_global .gnav__tel .tel img {
	width: 20px;
	margin-right: 4px;
}

.nav_global .gnav__tel .tel span {
	margin-left: 12px;
	font-size: 12px;
}

.nav_global .front-desk {
	margin: 4px 0 0;
	letter-spacing: 0.05em;
	line-height: 1.618;
}

.nav_global .front-desk strong {
	margin: 0 4px;
	font-size: 16px;
}

.nav_global .gnav-menu {
	padding: 40px 0 0;
	display: flex;
}

.nav_global .gnav-menu>ul {
	width: 50%;
}

.nav_global .gnav-menu ul li {
	margin: 0;
}

.nav_global .gnav-menu ul li a {
	padding: 8px 8px 8px 16px;
	position: relative;
	display: block;
	color: var(--black);
	transition: 0.3s;
}

.nav_global .gnav-menu>ul>li>a::before {
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	transform: rotate(45deg);
}

.nav_global .gnav-menu>ul>li a:hover {
	color: var(--gold);
}

.nav_global .gnav-menu>ul>li span {
	position: relative;
}

.nav_global .gnav-menu>ul>li a span:before {
	width: 0;
	height: 1px;
	background-color: var(--gold);
	position: absolute;
	content: "";
	bottom: -4px;
	left: 0;
	transition: 0.2s cubic-bezier(0.26, 0.005, 0, 1.035);
}

.nav_global .gnav-menu>ul>li a:hover span:before {
	width: 100%;
	right: auto;
	left: 0;
}

.nav_global .gnav-menu ul ul {
	margin-bottom: 16px;
	margin-left: 24px;
}

.nav_global .gnav-menu ul ul li a {
	padding: 4px 4px 4px 20px;
	font-size: 12px;
}

.nav_global .gnav-menu ul ul li a::before {
	width: 1px;
	height: 100%;
	margin: auto;
	border-left: 1px solid rgb(205, 205, 205);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.nav_global .gnav__facebook {
	position: absolute;
	right: 88px;
	bottom: 24px;
}

.nav_global .gnav__facebook a img {
	transition: opacity 0.2s ease 0s;
}

.nav_global .gnav__facebook a:hover img {
	opacity: 0.7;
}

.nav_global .gnav__instagram {
	position: absolute;
	bottom: 24px;
	left: 40px;
}

.nav_global .gnav__instagram a img {
	transition: opacity 0.2s ease 0s;
}

.nav_global .gnav__instagram a:hover img {
	opacity: 0.7;
}

/*================================================================
# 予約ボタン
================================================================ */
.reserve-btn {
	width: 240px;
	height: 64px;
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 100;
}

.reserve-btn a {
	width: 240px;
	height: 64px;
	background-color: #a40b5e;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}

.reserve-btn a:hover {
	background-color: #770242;
}

.reserve-btn a span {
	margin-left: 14px;
	padding-left: 40px;
	position: relative;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}

.reserve-btn a span:before {
	width: 24px;
	height: 1px;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
}

.reserve-btn02 {
	width: 120px;
	position: fixed;
	right: 80px;
	bottom: 100px;
	z-index: 100;
}

.reserve-btn02 a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--mincho);
	font-weight: 600;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}

.reserve-btn02 img {
	filter: saturate(80%) drop-shadow(0 0 16px rgba(0, 0, 0, 0.3));
}

.reserve-btn03 {
	width: 240px;
	height: 64px;
	position: fixed;
	right: 264px;
	bottom: 24px;
	z-index: 100;
}

.reserve-btn03 a {
	width: 240px;
	height: 64px;
	background-color: rgba(255, 255, 255, 0.9);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	font-size: 12px;
	line-height: 1;
	color: var(--black);
	text-decoration: none;
	transition: 0.3s;
}

.reserve-btn03 a:hover {
	background-color: #fff;
}

.reserve-btn03 a span {
	margin: 0 0 8px;
	padding: 0 0 0 30px;
	position: relative;
	display: block;
	font-family: var(--mincho);
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
}

.reserve-btn03 a span:before {
	width: 24px;
	height: 24px;
	margin: auto;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M4.05 21q-.45 0-.75-.3t-.3-.75V15.9q0-.325.225-.587t.575-.363l3.45-.7q.35-.05.713.063t.587.337L10.9 17q.95-.55 1.8-1.213t1.625-1.437q.825-.8 1.513-1.662t1.187-1.788L14.6 8.45q-.2-.2-.275-.475T14.3 7.3l.65-3.5q.05-.325.325-.562T15.9 3h4.05q.45 0 .75.3t.3.75q0 3.125-1.362 6.175t-3.863 5.55t-5.55 3.863T4.05 21'/%3E%3C/svg%3E") no-repeat center top / contain;
	position: absolute;
	content: "";
	top: 2px;
	bottom: 0;
	left: 0;
}

/*================================================================
# 日帰りディナー
Dining HIBA 火場はこちら
================================================================ */
.hiba-btn {
	width: 180px;
	height: 100px;
	position: fixed;
	top: 0;
	right: 100px;
	z-index: 100;
}

.hiba-btn a {
	width: 180px;
	height: 80px;
	background-color: rgba(25, 29, 32, 0.7);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-family: var(--mincho);
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}

.hiba-btn a:hover {
	background-color: rgba(25, 29, 32, 1);
}

.hiba-btn a img {
	width: auto;
	height: 24px;
	margin-top: 8px;
	display: block;
}

/*================================================================
# フッター
================================================================ */

/* 予約システム変更のお知らせ
------------------------------------------------------ */
.footer-info {
	width: 80%;
	margin: 10rem auto 0;
	padding: 0 0 10rem;
	color: #fff;
	text-align: center;
}

.footer-info .block {
	margin: 0;
}

.footer-info .box {
	margin: 64px 0 0;
	padding: 40px;
	border: 1px solid #1e1e1e;
	background-color: rgba(0, 0, 0, 0.3);
	text-decoration: none;
	transition: backdrop-filter 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s, border-color 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	backdrop-filter: blur(5px);
}

.footer-info .title {
	font-size: 24px;
	color: #fff;
}

.footer-info .title02 {
	margin: 0;
	font-size: 32px;
}

.footer-info .text {
	margin: 24px 0 0;
	line-height: 2;
}

.footer-info .btn {
	margin: 24px 0 0;
}

.footer-info .btn a {
	width: 480px;
	margin: 0 auto;
	padding: 0 0 8px;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.footer-info .btn a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 0.563);
}

#booking form,
#booking section,
#booking search-widget-button-wrapper-d2b715 {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
}

.search-widget-button-wrapper-d2b715 {
	display: flex !important;
	align-items: flex-end !important;
}

.search-widget-day-use-wrapper-fc1ff9 {
	width: 100% !important;
}

.contact {
	padding: 64px 0;
	background: url(../img/contact_bg.png) no-repeat center center / cover;
	color: #fff;
	text-align: center;
}

.contact .btn a {
	width: 440px;
	margin: 16px auto 0;
	padding: 16px;
	background-color: var(--logo-color);
	display: block;
	font-family: var(--mincho);
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	transition: 0.3s;
}

.contact .btn a span {
	padding-right: 46px;
	position: relative;
}

.contact .btn a span:after {
	width: 30px;
	height: 5px;
	margin: auto;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2230%22%20height%3D%225%22%20viewBox%3D%220%200%2030%205%22%20id%3D%22arrow_w.svg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.cls-1%20%7B%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%3C%2Fdefs%3E%20%20%3Cpath%20id%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97_817%22%20data-name%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97%20817%22%20class%3D%22cls-1%22%20d%3D%22M708%2C3407.5l-6%2C2.49V3405Z%22%20transform%3D%22translate(-678%20-3405)%22%2F%3E%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_663%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20663%22%20class%3D%22cls-2%22%20y%3D%222%22%20width%3D%2224%22%20height%3D%221%22%2F%3E%0A%3C%2Fsvg%3E");
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	transition: 0.3s;
}

.contact .btn a:hover span:after {
	transform: translate(16px, 0);
}

.contact .tel {
	margin: 24px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}

.contact .tel a {
	display: flex;
	align-items: center;
	font-family: var(--mincho);
	font-size: 40px;
}

.contact .tel img {
	width: 32px;
	margin-right: 8px;
}

.contact .mail {
	margin-top: 16px;
}

/*================================================================
# footer
================================================================ */
.footer {
	background-color: var(--black);
}

/*footer-top
------------------------------------------------------ */
.footer-top {
	padding: 64px 0 0;
	color: var(--gray);
}

.footer-top .left {
	display: flex;
	flex-direction: column;
}

.footer-top .gnav__logo img {
	width: 200px;
	filter: none;
}

.footer-top .gnav__address {
	margin: 40px 0 0;
	line-height: 1.618;
}

.footer-top .gnav__tel {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	line-height: 1;
}

.footer-top .gnav__tel .title {
	width: 100%;
}

.footer-top .gnav__tel .tel {
	margin-top: 16px;
	display: flex;
	align-items: center;
}

.footer-top .gnav__tel .tel a {
	display: flex;
	align-items: center;
	font-family: var(--mincho);
	font-size: 24px;
	color: #fff;
}

.footer-top .gnav__tel .tel img {
	width: 18px;
	margin: 0 8px -2px 0;
	filter: var(--img-saturate);
}

.footer-top .gnav__tel .tel span {
	margin-left: 12px;
	display: block;
	font-size: 12px;
}

.footer-top .gnav__tel .front-desk {
	margin-top: 24px;
}

.footer-top .social {
	display: flex;
	align-items: center;
}

.footer-top .gnav__facebook a img {
	transition: opacity 0.2s ease 0s;
}

.footer-top .gnav__facebook a:hover img {
	opacity: 0.7;
}

.footer-top .gnav__instagram {
	margin-left: 16px;
}

.footer-top .gnav__instagram a img {
	transition: opacity 0.2s ease 0s;
}

.footer-top .gnav__instagram a:hover img {
	opacity: 0.7;
}

.footer-top .gnav-menu {
	padding: 0;
	display: flex;
}

.footer-top .gnav-menu>ul {
	width: 50%;
}

.footer-top .gnav-menu ul li {
	margin: 0;
}

.footer-top .gnav-menu ul li a {
	padding: 8px 8px 8px 16px;
	position: relative;
	display: block;
	color: #fff;
	transition: 0.3s;
}

.footer-top .gnav-menu>ul>li>a::before {
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 1px solid var(--gray);
	border-right: 1px solid var(--gray);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	transform: rotate(45deg);
}

.footer-top .gnav-menu>ul>li a:hover {
	color: var(--gold);
}

.footer-top .gnav-menu>ul>li span {
	position: relative;
}

.footer-top .gnav-menu>ul>li a span:before {
	width: 0;
	height: 1px;
	background-color: var(--gold);
	position: absolute;
	content: "";
	bottom: -4px;
	left: 0;
	transition: 0.2s cubic-bezier(0.26, 0.005, 0, 1.035);
}

.footer-top .gnav-menu>ul>li a:hover span:before {
	width: 100%;
	right: auto;
	left: 0;
}

.footer-top .gnav-menu ul ul {
	margin-bottom: 16px;
	margin-left: 24px;
}

.footer-top .gnav-menu ul ul li a {
	padding: 4px 4px 4px 20px;
	font-size: 12px;
}

.footer-top .gnav-menu ul ul li a::before {
	width: 1px;
	height: 100%;
	margin: auto;
	border-left: 1px solid var(--gray);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
}

.footer .container {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-top .pamphlet {
	width: 400px;
}

.footer-top .pamphlet a {
	transition: 0.3s;
}

.footer-top .pamphlet a:hover {
	opacity: 0.8;
}

.footer-top .pamphlet img {
	filter: saturate(100%);
}

.footer .instagram_ban {
	width: 574px;
	padding: 0;
	background-color: #000;
	text-align: center;
}

.footer .instagram_ban a {
	width: 574px;
	margin: auto;
	display: block;
	transition: 0.3s;
}

.footer .instagram_ban a:hover {
	opacity: 0.8;
}

.footer .instagram_ban a img {
	filter: saturate(100%);
}

.footer-ban {
	margin-top: 64px;
	padding: 0 0 64px;
}

.footer-ban .ban__inner {
	width: calc(186px * 5);
	margin: auto;
}

.footer-ban .link_group {
	margin-left: -16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-ban .link_group li {
	width: 170px;
	margin-left: 16px;
}

.footer-ban .link_group li:nth-child(n + 6) {
	margin-top: 16px;
}

.footer-ban .link_group li a.no-link {
	pointer-events: none;
}

.footer-ban .link_group li a img {
	transition: 0.2s;
}

.footer-ban .link_group li a:hover img {
	opacity: 0.6;
}

.footer .copyright {
	padding: 19px 0;
	font-size: 10px;
	color: var(--gray);
}

/*================================================================
# ページトップへ戻る
================================================================ */
.auto-scroll-to-top {
	width: 64px;
	height: 64px;
	cursor: pointer;
	position: fixed;
	right: 16px;
	bottom: 100px;
	font-size: 16px;
	z-index: 8;
}

.auto-scroll-to-top a {
	width: 64px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}

.auto-scroll-to-top a:hover {
	transform: translate(0, -8px);
}

.auto-scroll-to-top svg {
	width: 32px;
}

/*================================================================
# 中面ページタイトル
================================================================ */
/* .page-title {
    width: 100vw;
    height: 64vh;
    min-height: 400px;
    max-height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.page-title .img {
    width: 100vw;
    max-width: 1920px;
    height: 64vh;
    min-height: 400px;
    max-height: 800px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.page-title img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-title .page-title-box {
    width: 400px;
    height: 64%;
    min-height: 240px;
    max-height: 430px;
    background-color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.page-title .page-title-box .title {
    font-family: var(--mincho);
    font-size: 32px;
    line-height: 1.618;
}

.page-title .page-title-box .en-title {
    font-family: var(--text-en);
    font-size: 14px;
    line-height: 1.618;
    color: var(--gold);
}

.page-title .page-title-box .text {
    margin-top: 16px;
} */

/*
.page-title {
    width: 100vw;
    position: relative;
    display: flex;
}

.page-title .img {
    width: 80%;
    order: 2;
}

.page-title .page-title-box {
    width: 20%;
    padding: 80px 8px 40px;
    background-color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-title .page-title-box .box__inner {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.page-title .page-title-box .title {
    font-family: var(--mincho);
    font-size: 24px;
    line-height: 1.2;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
}

.page-title .page-title-box .en-title {
    margin-top: 16px;
    font-family: var(--text-en);
    font-size: 12px;
    line-height: 1.618;
    color: var(--gold);
    text-align: center;
}

.page-title .page-title-box .text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.618;
    text-align: center;
}

.page-title .page-title-box .text span {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
} */

.page-title {
	width: 100%;
	position: relative;
	display: flex;
}

.page-title .img {
	width: 30%;
	order: 1;
}

.page-title .img02 {
	width: 50%;
	order: 3;
}

.page-title .img img,
.page-title .img02 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.page-title .page-title-box {
	width: 20%;
	padding: 80px 8px 40px;
	background-color: var(--blue);
	display: flex;
	justify-content: center;
	align-items: center;
	order: 2;
}

.page-title .page-title-box .box__inner {
	display: flex;
	align-items: center;
	align-content: center;
	flex-direction: column;
}

.page-title .page-title-box .title {
	font-family: var(--mincho);
	font-size: 24px;
	line-height: 24px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
}

.page-title .page-title-box .en-title {
	margin-top: 16px;
	font-family: var(--text-en);
	font-size: 12px;
	line-height: 1.618;
	color: var(--gold);
	text-align: center;
}

.page-title .page-title-box .text {
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.618;
	text-align: center;
}

.page-title .page-title-box .text span {
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
}