@charset "utf-8";

/* ===================================================
	Reset
====================================================== */
.webc_pagetop {
	display: none;
}
#customer_header *,
#customer_footer * {
	box-sizing: content-box;
}
#customer_header h1,
#customer_header h2,
#customer_header h3,
#customer_header h4,
#customer_header h5,
#customer_header h6,
#customer_footer h1,
#customer_footer h2,
#customer_footer h3,
#customer_footer h4,
#customer_footer h5,
#customer_footer h6 {
	margin: 0;
}
#customer_header ul,
#customer_header ol,
#customer_header li,
#customer_footer ul,
#customer_footer ol,
#customer_footer li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#customer_header dl,
#customer_footer dl {
	padding: 0;
	margin: 0;
}
#customer_header p,
#customer_footer p {
	padding: 0;
	margin: 0;
}
#customer_header div,
#customer_footer div {
	box-sizing: border-box;
}

/* ===================================================
	Custom CSS
	※ 予約番自体のコンテンツに影響するのを避けるため、
	　必ず #customer_header または #customer_footer からの継承で記述してください。
====================================================== */
body {
	min-width: 1100px;
	color: #000;
	background: #fff;
}
#customer_header,
#customer_footer {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 2;
	-webkit-text-size-adjust: 100%;
}
#customer_header #header_wrap,
#customer_header #nav_wrap,
#customer_footer #footer_wrap {
	padding: 0;
	margin: 0;
}
#customer_header a,
#customer_footer a {
	color: #000;
	text-decoration: none;
	transition: opacity 0.5s, background 0.5s;
}
#customer_header a:hover,
#customer_footer a:hover {
	text-decoration: underline;
}
#customer_header img,
#customer_footer img {
	max-width: 100%;
	height: auto;
}
#customer_header .ofi,
#customer_footer .ofi {
	object-fit: cover;
}
#customer_header .sp,
#customer_footer .sp {
	display: none;
}

@media screen and (orientation: landscape) {
	body {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	body {
		min-width: 0;
	}
	#customer_header,
	#customer_footer {
		line-height: 1.8;
	}
	#customer_header .pc,
	#customer_footer .pc {
		display: none !important;
	}
	#customer_header .sp,
	#customer_footer .sp {
		display: block;
	}
}

/* Base Layout
------------------------------------------------------ */
#customer_header .inner,
#customer_footer .inner {
	width: 1100px;
	max-width: 96%;
	margin: 0 auto;
}

/* btn */
#customer_header .btn,
#customer_footer .btn {
	box-sizing: border-box;
	display: block;
	padding: 10px;
	text-align: center;
	border: 1px solid #000;
}
#customer_header .btn:hover,
#customer_footer .btn:hover {
	text-decoration: none;
	background: rgba(0, 0, 0, 0.04);
}
#customer_header .btn.btn_arrow span,
#customer_footer .btn.btn_arrow span {
	padding: 0 50px 0 20px;
	background: url(../img/btn_arrow_g.svg) no-repeat right 3px center;
	transition: background-position 0.3s linear;
}
#customer_header .btn.btn_arrow:hover span,
#customer_footer .btn.btn_arrow:hover span {
	background-position: right center;
}
#customer_header .btn.btn_w,
#customer_footer .btn.btn_w {
	color: #fff;
	border-color: #fff;
}
#customer_header .btn.btn_w span,
#customer_footer .btn.btn_w span {
	background-image: url(../img/btn_arrow_w.svg);
}
#customer_header .btn.btn_w:hover,
#customer_footer .btn.btn_w:hover {
	background: rgba(255, 255, 255, 0.1);
}

/* accordion */
#customer_header .acc_tit,
#customer_footer .acc_tit {
	cursor: pointer;
}

@media screen and (max-width: 600px) {
	#customer_header .inner,
	#customer_footer .inner {
		width: 92%;
	}

	/* btn */
	#customer_header .btn,
	#customer_footer .btn {
		width: 100%;
	}
}

/* Header
------------------------------------------------------ */
#customer_header #header,
#customer_header #h_inner,
#customer_header #h_box > ul,
#customer_header #h_btn,
#customer_header #h_btn a {
	display: flex;
}
#customer_header #header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	justify-content: space-between;
	width: 100%;
	height: 115px;
	line-height: 1;
	background: rgba(255, 255, 255, 0.85);
	transition: top 1s;
}
#customer_header #header .logo {
	align-self: center;
	padding: 0 20px 0 4%;
}
#customer_header #header > .lang_col {
	position: absolute;
	top: 35px;
	right: 4%;
	z-index: 10;
	width: 40%;
	max-width: 130px;
}
#customer_header #header > .lang_col .acc_con a:hover {
	text-decoration: none;
	background: rgba(255, 255, 255, 0.9);
}
#customer_header #h_inner {
	align-items: center;
	margin: 0 0 0 auto;
}
#customer_header #h_box {
	padding: 0 25px 0 0;
}
#customer_header #h_box > ul {
	justify-content: flex-end;
	margin: 0 0 10px;
}
#customer_header #h_box > ul > li {
	display: inline-block;
	width: 130px;
}
#customer_header #h_box > ul > li + li {
	margin: 0 0 0 5px;
}
#customer_header #h_box > ul a,
#customer_header #h_box > ul .acc_tit,
#customer_header #header > .lang_col .acc_tit,
#customer_header #header > .lang_col .acc_con a {
	display: block;
	padding: 8px 10px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #cec3aa;
	transition: background 0.5s;
}
#customer_header #h_box > ul a:hover,
#customer_header #h_box > ul .acc_tit:hover {
	text-decoration: none;
	background: rgba(255, 255, 255, 0.85);
}
#customer_header #h_box > ul .acc_tit + div,
#customer_header #header > .lang_col .acc_tit + div {
	position: relative;
}
#customer_header #h_box > ul .acc_con,
#customer_header #header > .lang_col .acc_con {
	position: absolute;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s;
}
#customer_header #h_box > ul .lang_col:hover .acc_con,
#customer_header #header > .lang_col:hover .acc_con {
	max-height: 999px;
}
#customer_header #h_box > ul .acc_con a,
#customer_header #header > .lang_col .acc_con a {
	background: rgba(255, 255, 255, 0.85);
	border-top: none;
}
#customer_header #h_box > ul .acc_con a:hover {
	background: rgba(255, 255, 255, 0.9);
}
#customer_header #h_inner .tel {
	line-height: 1.3;
	text-align: right;
}
#customer_header #h_inner .tel-link span {
	font-size: 24px;
}
#customer_header #h_inner .tel .note {
	font-size: 12px;
}
#customer_header #h_btn,
#customer_header #h_btn a {
	height: 100%;
}
#customer_header #h_btn li {
	position: relative;
}
#customer_header #h_btn a {
	align-items: center;
	justify-content: center;
	color: #fff;
}
#customer_header #h_btn a:hover {
	text-decoration: none;
}
#customer_header #h_btn .btn_inq {
	width: 8.75vw;
	min-width: 140px;
	font-size: 18px;
	background: #91664e;
}
#customer_header #h_btn .btn_inq:hover {
	background: #81573f;
}
#customer_header #h_btn .btn_reserve {
	flex-direction: column;
	width: 14.5vw;
	min-width: 160px;
	font-size: 22px;
	letter-spacing: 5px;
	background: #ce735b;
}
#customer_header #h_btn .btn_reserve:hover {
	background: #c1644b;
}
#customer_header #h_btn .btn_reserve > span {
	box-sizing: border-box;
	max-width: 90%;
	padding: 4px 18px;
	margin-top: 12px;
	font-size: 14px;
	font-feature-settings: "palt";
	line-height: 1.3;
	color: #c1644b;
	letter-spacing: 0.04em;
	background: rgba(255, 255, 255, 0.96);
	border-radius: 13px;
}
#customer_header #h_btn .btn_reserve > span span {
	font-size: 16px;
}
#customer_header #h_btn .open_menu {
	flex-direction: column;
	width: 115px;
	color: #000;
	background: #fff;
}
#customer_header #h_btn .open_menu span,
#customer_header #h_btn .open_menu span::before,
#customer_header #h_btn .open_menu span::after {
	width: 50px;
	height: 1px;
	background: #000;
}
#customer_header #h_btn .open_menu span {
	position: relative;
	margin: 12px 0 25px;
	transition: background 0.5s;
}
#customer_header #h_btn .open_menu span::before,
#customer_header #h_btn .open_menu span::after {
	position: absolute;
	left: 0;
	content: "";
	transition: position 0.5s, transform 0.5s;
}
#customer_header #h_btn .open_menu span::before {
	top: -12px;
}
#customer_header #h_btn .open_menu span::after {
	bottom: -12px;
}
#customer_header #h_btn .close_menu {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
}
:has(#gnav:target) #customer_header #h_btn .open_menu span {
	background: rgba(255, 255, 255, 0);
}
:has(#gnav:target) #customer_header #h_btn .open_menu span::before {
	top: 0;
	transform: rotate(45deg);
}
:has(#gnav:target) #customer_header #h_btn .open_menu span::after {
	top: 0;
	transform: rotate(-45deg);
}
:has(#gnav:target) #customer_header #h_btn .close_menu {
	display: block;
}

@media screen and (max-width: 1400px) {
	#customer_header #h_btn .btn_reserve > span {
		width: 86%;
		max-width: 100%;
		padding: 4px 15px;
		text-align: center;
	}
	#customer_header #h_btn .btn_reserve > span span {
		display: block;
		letter-spacing: 0.1em;
	}
}
@media screen and (max-width: 1000px) {
	#customer_header #h_inner {
		flex-shrink: 0;
	}
	#customer_header #h_box {
		padding-right: 15px;
	}
	#customer_header #h_box > ul {
		display: block;
	}
	#customer_header #h_box > ul > li {
		display: block;
	}
	#customer_header #h_box > ul > li + li {
		margin: 10px 0 0;
	}
}
@media screen and (max-width: 768px) {
	#customer_header #h_btn .btn_inq {
		min-width: 125px;
		font-size: 16px;
	}
	#customer_header #h_btn .btn_reserve {
		min-width: 125px;
		font-size: 18px;
	}
	#customer_header #h_btn .btn_reserve > span {
		font-size: 12px;
	}
	#customer_header #h_btn .btn_reserve > span span {
		font-size: 14px;
	}
	#customer_header #h_btn .open_menu {
		width: 80px;
	}
	#customer_header #h_box > ul > li {
		width: 90px;
	}
	#customer_header #h_box > ul a,
	#customer_header #h_box > ul .acc_tit {
		font-size: 10px;
	}
}
@media screen and (max-width: 600px) {
	#customer_header #header {
		position: static;
		box-sizing: border-box;
		display: block;
		min-width: 0;
		height: auto;
		padding: 15px 4%;
		background: none;
	}
	#customer_header #header .logo {
		width: 50%;
		padding: 0;
		text-align: center;
	}
	#customer_header #header .logo img {
		width: 160px;
	}
}
@media print {
	#customer_header #header {
		position: absolute;
	}
}

/* G-nav
------------------------------------------------------ */
#customer_header #menuOuter {
	position: fixed;
	top: 115px;
	right: 0;
	z-index: 99999;
	box-sizing: border-box;
	width: 400px;
	height: calc(100% - 115px);
	padding: 40px 50px;
	overflow: auto;
	pointer-events: none;
	background: rgba(255, 255, 255, 0.85);
	opacity: 0;
	transition: opacity 0.5s;
}
:has(#gnav:target) #customer_header #menuOuter {
	pointer-events: auto;
	opacity: 1;
}
#customer_header #gnav ul[class^="gnav_"] li {
	border-bottom: 1px dotted #000;
}
#customer_header #gnav .gnav_main li {
	padding: 15px 20px;
	font-size: 18px;
}
#customer_header #gnav .gnav_sub {
	margin: 35px 0 0;
}
#customer_header #gnav .gnav_sub li {
	padding: 10px 20px;
}

@media screen and (max-width: 600px) {
	#customer_header #menuOuter {
		top: 0;
		left: 0;
		z-index: 99999;
		width: 100%;
		height: 100%;
		padding: 0;
	}
	#customer_header #gnav {
		position: relative;
		z-index: 15;
		width: 92%;
		padding: 0;
		margin: 0 auto 160px;
		background: none;
	}
	#customer_header #gnav .logo {
		padding: 40px 0 20px;
		text-align: center;
	}
	#customer_header #gnav .close_menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}
	#customer_header #gnav .close_menu::before,
	#customer_header #gnav .close_menu::after {
		width: 45px;
		height: 1px;
		content: "";
		background: #787878;
	}
	#customer_header #gnav .close_menu::before {
		transform: rotate(-45deg);
	}
	#customer_header #gnav .close_menu::after {
		margin: -1px 0 0;
		transform: rotate(45deg);
	}
	#customer_header #gnav #close_top {
		position: absolute;
		top: 10px;
		right: 0;
		width: 50px;
		height: 50px;
		padding: 0;
		font-size: 0;
	}
	#customer_header #gnav #close_bot {
		margin: 20px 0 0;
		color: #787878;
		text-align: center;
	}
	#customer_header #gnav #close_bot span {
		order: 1;
		margin: 18px 0 0;
		font-size: 10px;
	}
	#customer_header #gnav .gnav_main li {
		padding: 0 !important;
	}
	#customer_header #gnav .gnav_main li a {
		position: relative;
		display: block;
		padding: 15px 20px;
	}
	#customer_header #gnav .gnav_main li a::before {
		position: absolute;
		top: 50%;
		right: 10px;
		box-sizing: border-box;
		width: 6px;
		height: 6px;
		content: "";
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		transform: rotate(45deg) translateY(-50%);
	}
	#customer_header #gnav .lang_col {
		padding: 15px;
		margin: 20px 0 0;
		text-align: center;
		background: #f0f0f0;
	}
	#customer_header #gnav .lang_col ul,
	#customer_header #gnav .lang_col a {
		display: flex;
	}
	#customer_header #gnav .lang_col ul {
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 5px 0 0;
	}
	#customer_header #gnav .lang_col li {
		width: 49%;
		margin: 5px 0 0;
	}
	#customer_header #gnav .lang_col a {
		align-items: center;
		justify-content: center;
		padding: 10px;
		background: #fff;
	}
	#customer_header #gnav .lang_col a:hover {
		text-decoration: none;
	}
	#customer_header #gnav .tel {
		padding: 20px 0 30px;
		line-height: 1.6;
		text-align: center;
	}
	#customer_header #gnav .tel .tel-link span {
		font-size: 30px;
		line-height: 1.3;
	}
	#customer_header #gnav .tel .note {
		display: block;
		font-size: 13px;
	}
}

/* Main img
------------------------------------------------------ */
#customer_header #main_img {
	position: relative;
	width: 100%;
}
#customer_header #main_img .ofi {
	width: 100%;
	height: 400px;
}
#customer_header #main_img h1,
#customer_header #main_img .main_tit {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 115px 0 0 5px;
	font-size: 48px;
	color: #fff;
	text-shadow: 0 0 5px #000;
	letter-spacing: 5px;
}
#customer_header #main_img h1 span,
#customer_header #main_img .main_tit span {
	font-size: 20px;
	letter-spacing: 3px;
}
#customer_header #breadcrumb {
	position: absolute;
	bottom: 5px;
	left: 0;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding: 0 2%;
	font-size: 13px;
	color: #fff;
	text-shadow: 0 0 5px #000;
}
#customer_header #breadcrumb li:not(:first-child)::before {
	margin: 0 5px;
	content: ">";
}
#customer_header #breadcrumb a {
	color: #fff;
}

@media screen and (max-width: 600px) {
	#customer_header #main_img .ofi {
		height: 250px;
	}
	#customer_header #main_img h1,
	#customer_header #main_img .main_tit {
		padding: 0;
		font-size: 30px;
		line-height: 1.5;
		text-align: center;
	}
	#customer_header #main_img h1 span,
	#customer_header #main_img .main_tit span {
		margin: 10px 0 0;
		font-size: 16px;
	}
	#customer_header #main_txt dt span:last-of-type {
		font-size: 16px;
	}
}

/* Footer
------------------------------------------------------ */
#customer_footer #f_img {
	display: flex;
}
#customer_footer #f_img p {
	flex-grow: 1;
}
#customer_footer #f_img img {
	width: 100%;
}
#customer_footer #pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99998;
	display: block;
}
#customer_footer #pagetop a {
	position: relative;
	display: block;
	width: 48px;
	height: 0;
	padding: 48px 0 0;
	overflow: hidden;
	font-size: 0;
	background: #fff;
	border: 1px solid #ccc;
	opacity: 0.8;
	transition: opacity 0.5s;
}
#customer_footer #pagetop a::before {
	position: absolute;
	top: 22px;
	left: 15px;
	width: 18px;
	height: 18px;
	content: "";
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	transform: rotate(45deg);
}
#customer_footer #pagetop a:hover {
	opacity: 1;
}
#customer_footer #footer .inner,
#customer_footer #footer .nav_col {
	display: flex;
	justify-content: space-between;
}
#customer_footer #footer_wrap .btn_reserve > span {
	box-sizing: border-box;
	max-width: 80%;
	padding: 4px 18px;
	margin: 12px auto 0;
	font-size: 16px;
	font-feature-settings: "palt";
	line-height: 1.3;
	color: #c1644b;
	letter-spacing: 0.04em;
	background: rgba(255 255 255/0.96);
	border-radius: 13px;
}
#customer_footer #f_nav {
	padding: 60px 0;
}
#customer_footer #f_nav .acc_tit {
	display: none;
}
#customer_footer #f_nav .nav_col {
	width: 620px;
}
#customer_footer #f_nav .nav_col li + li {
	margin: 10px 0 0;
}
#customer_footer #f_nav .btn_col {
	width: 375px;
}
#customer_footer #f_nav .btn_col li + li {
	margin: 25px 0 0;
}
#customer_footer #f_nav .btn_col a {
	display: block;
	text-align: center;
}
#customer_footer #f_nav .btn_col a:hover {
	text-decoration: none;
}
#customer_footer #f_nav .btn_reserve {
	padding: 40px 15px;
	font-size: 26px;
	line-height: 1;
	color: #fff;
	letter-spacing: 3px;
	background: #ce735b;
}
#customer_footer #f_nav .btn_reserve:hover {
	background: #c1644b;
}
#customer_footer #f_nav .btn_reserve span {
	display: block;
	font-size: 16px;
	color: #c1644b;
}
#customer_footer #f_nav .btn_cancel {
	padding: 15px;
	background: #f0f0f0;
}
#customer_footer #f_nav .btn_cancel:hover {
	background: #e2e2e2;
}
#customer_footer #f_nav .btn_col .btntxt {
	display: initial;
	font-size: 17px;
}
#customer_footer #f_nav .btn_tour {
	display: none;
}
#customer_footer #f_logo {
	padding: 80px 0 35px;
	color: #fff;
	background: #510101;
}
#customer_footer #f_logo address {
	margin: 25px 0 0;
}
#customer_footer #f_logo address p {
	font-size: 18px;
}
#customer_footer #f_logo address a {
	color: #fff;
}
#customer_footer #f_logo .bnr_group a {
	color: #d1bd9d;
	text-align: center;
}
#customer_footer #f_logo .bnr_group a span {
	display: block;
	margin: 10px 0 0;
}
#customer_footer #f_logo .bnr_group a:hover {
	opacity: 0.8;
}
#customer_footer #copyright {
	margin: 100px 0 0;
	font-size: 14px;
	text-align: center;
}

@media screen and (min-width: 600px) {
	#customer_footer #f_nav .btn_col li:nth-child(3) {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	#customer_footer #f_img img {
		height: 43vw;
		font-family: "object-fit: cover;";
		object-fit: cover;
	}
	#customer_footer #pagetop {
		position: static;
	}
	#customer_footer #pagetop a {
		width: 100%;
		height: auto;
		padding: 25px 0 10px;
		font-size: 10px;
		text-align: center;
		background: none;
		border: none;
		border-bottom: 1px solid #ccc;
		opacity: 1;
	}
	#customer_footer #pagetop a::before {
		top: 13px;
		left: calc(50% - 10px);
	}
	#customer_footer #pagetop a:hover {
		text-decoration: none;
	}
	#customer_footer #footer .inner,
	#customer_footer #footer .nav_col {
		display: block;
	}
	#customer_footer #f_nav {
		padding: 40px 0;
	}
	#customer_footer #f_nav .acc_tit {
		position: relative;
		box-sizing: border-box;
		display: block;
		width: 100%;
		padding: 10px 25px;
		margin: 0 0 5px;
		color: #fff;
		text-align: center;
		cursor: auto;
		background: #81573f;
	}
	#customer_footer #f_nav .nav_col {
		width: auto;
		padding: 10px;
	}
	#customer_footer #f_nav .nav_col ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#customer_footer #f_nav .nav_col li {
		width: 49%;
		margin: 0 0 10px !important;
	}
	#customer_footer #f_nav .nav_col li + li {
		margin: 0;
	}
	#customer_footer #f_nav .btn_col {
		width: auto;
		padding: 20px 0 0;
	}
	#customer_footer #f_nav .btn_col li + li {
		margin: 10px 0 0;
	}
	#customer_footer #f_nav .btn_reserve {
		padding: 20px 15px;
		font-size: 20px;
	}
	#customer_footer #f_nav .btn_reserve span {
		font-size: 14px;
	}
	#customer_footer #f_nav .btn_col li:nth-child(3) {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	#customer_footer #f_nav .btn_col li:nth-child(3) > a {
		width: 49%;
		padding: 15px 0;
		background: #f0f0f0;
	}
	#customer_footer #f_nav .btn_tour {
		display: block;
	}
	#customer_footer #f_nav .btn_tour a {
		padding: 15px 10px 10px;
		font-size: 20px;
		color: #fff;
		background: #c09e68;
	}
	#customer_footer #f_nav .btn_tour a span {
		display: block;
		padding: 0 0 10px;
		font-size: 18px;
		line-height: 1.5;
		letter-spacing: 3px;
	}
	#customer_footer #f_nav .btn_tour a span.small {
		padding: 10px;
		font-size: 12px;
		text-align: left;
		letter-spacing: 0;
		background: rgba(255, 255, 255, 0.1);
	}
	#customer_footer #f_logo {
		padding: 50px 0 80px;
		text-align: center;
	}
	#customer_footer #f_logo .logo {
		width: 240px;
	}
	#customer_footer #f_logo address p {
		font-size: 16px;
	}
	#customer_footer #f_logo .bnr_group {
		margin: 30px 0 0;
	}
	#customer_footer #copyright {
		margin-top: 30px;
	}
}
@media screen and (max-width: 375px) {
	#customer_footer #f_nav .nav_col li {
		width: 100%;
		margin-right: 0;
	}
}

/* sp_nav
------------------------------------------------------ */
#customer_footer #sp_nav {
	display: none;
}

@media screen and (max-width: 600px) {
	#customer_footer #sp_nav,
	#customer_footer #sp_nav a,
	#customer_footer #sp_nav p {
		display: flex;
		width: 100%;
	}
	#customer_footer #sp_nav {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 99999;
		background: #fff;
		border-top: 1px solid #000;
	}
	#customer_footer #sp_nav li {
		position: relative;
		width: 100%;
		padding-bottom: env(safe-area-inset-bottom);
	}
	#customer_footer #sp_nav li + li {
		border-left: 1px solid #555;
	}
	#customer_footer #sp_nav a,
	#customer_footer #sp_nav p {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 8px 0 0;
		font-size: 11px;
	}
	#customer_footer #sp_nav a:hover,
	#customer_footer #sp_nav p:hover {
		text-decoration: none;
	}
	#customer_footer #sp_nav img {
		width: 27px;
		margin: 0 0 3px;
		opacity: 1;
	}
	#customer_footer #sp_nav li:nth-child(1) img,
	#customer_footer #sp_nav li:nth-child(3) img {
		margin: 0 0 8px;
	}
	#customer_footer #sp_nav li:nth-child(2) img {
		margin: initial;
	}
	#customer_footer #sp_nav li:nth-child(3) img {
		margin-top: 4px;
	}
	#customer_footer #sp_nav li:first-child,
	#customer_footer #sp_nav li:nth-child(2),
	#customer_footer #sp_nav li:nth-child(3) {
		width: 50%;
	}
	#customer_footer #sp_nav li:nth-child(2) span {
		width: 100%;
		margin-top: -4px;
		font-size: 10px;
		color: #9d0d14;
		text-align: center;
	}
	#customer_footer #sp_nav li:nth-child(3) .close_menu {
		position: absolute;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
	}
	:has(#gnav:target) #customer_footer #sp_nav li:nth-child(3) .close_menu {
		display: block;
	}
}

/* modal */
#customer_footer #reserve-main {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 50px 5%;
	overflow: auto;
	pointer-events: none;
	background: #0b0b0b9a;
	opacity: 0;
	transition: opacity 0.5s;
}
#customer_footer #reserve-main:target {
	pointer-events: auto;
	opacity: 1;
}
#customer_footer #reserve-main .inner {
	position: relative;
	width: 90%;
	padding: 50px 5%;
	background: #fff;
}
#customer_footer #reserve-main .inner > .close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 555;
	width: 45px;
	height: 45px;
	padding: 0;
	font-family: Arial, serif;
	font-size: 28px;
	font-style: normal;
	line-height: 45px;
	color: #333;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.65;
}
#customer_footer #reserve-main .inner > p {
	margin-bottom: 20px;
	font-size: 18px;
	color: #c09e68;
	text-align: center;
	letter-spacing: 0.1em;
}
#customer_footer #reserve-main ul {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#customer_footer #reserve-main li {
	width: 100%;
	text-align: center;
}
#customer_footer #reserve-main li a {
	border: none;
}
#customer_footer #reserve-main li a span {
	padding: 0 50px 0 20px;
	background-image: url(../img/btn_arrow_w.svg);
}
#customer_footer #reserve-main li:nth-child(1) a {
	color: #fff;
	background: #ce735b;
}
#customer_footer #reserve-main li:nth-child(2) a {
	color: #fff;
	background: url(../img/icon_airprain.png) no-repeat top 15px right calc(50% + 105px) / 20px, #c09e68;
}
#customer_footer #reserve-main li + li {
	margin-top: 15px;
}
#customer_footer #reserve-main li .caution {
	display: block;
	padding: 10px 4%;
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
	background: none;
	border-top: 1px solid rgba(255, 255, 255, 0.7);
}

/* ---------------------------------------------------
	更新履歴
------------------------------------------------------



------------------------------------------------------ */
