@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 dt,
#customer_footer dt {
	font-weight: normal;
}
#customer_header p,
#customer_footer p {
	padding: 0;
	margin: 0;
}

/* ===================================================
	Custom CSS
	※ 予約番自体のコンテンツに影響するのを避けるため、
	　必ず #customer_header または #customer_footer からの継承で記述してください。
====================================================== */
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap);
body {
	min-width: 1200px;
	color: #000;
	background: url(../img/bg01.jpg);
}
#customer_header,
#customer_footer {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
	font-weight: normal;
	font-feature-settings: "palt";
	line-height: 1.5;
	letter-spacing: 0.08em;
	-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 {
	box-sizing: border-box;
	color: inherit;
	text-decoration: none;
}
#customer_header a:hover,
#customer_footer a:hover {
	color: inherit;
	text-decoration: underline;
}
#customer_header a:hover img,
#customer_footer a:hover img {
	opacity: 0.75;
}
#customer_header img,
#customer_footer img {
	max-width: 100%;
}
#customer_header .v_rl,
#customer_footer .v_rl {
	font-feature-settings: "palt" 0;
	writing-mode: vertical-rl;
}
#customer_header .ofi,
#customer_footer .ofi {
	object-fit: cover;
}

@media screen and (orientation: landscape) {
	body {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	body {
		min-width: 0;
	}
	#customer_header,
	#customer_footer {
		font-size: 16px;
	}
}

/* ---------------------------------------------------
	Base Layout
------------------------------------------------------ */
/* bg_border */
#customer_header .bg_border,
#customer_footer .bg_border {
	position: relative;
}
#customer_header .bg_border::before,
#customer_footer .bg_border::before {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 42px;
	content: "";
	background: url(../img/bg_border.png);
}
#customer_header .bg_border.bg_border_top::before,
#customer_footer .bg_border.bg_border_top::before {
	top: 0;
}
#customer_header .bg_border.bg_border_bottom::before,
#customer_footer .bg_border.bg_border_bottom::before {
	bottom: 0;
}

/* inner */
#customer_header .inner,
#customer_footer .inner {
	box-sizing: border-box;
	margin: 0 auto;
}

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

/* menu */
#customer_header .toggle_gnav,
#customer_footer .toggle_gnav {
	position: relative;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}
#customer_header .toggle_gnav:hover,
#customer_footer .toggle_gnav:hover {
	opacity: 0.75;
}
#customer_header .toggle_gnav > a[href="#gnav"],
#customer_footer .toggle_gnav > a[href="#gnav"] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
#customer_header .toggle_gnav > a[href="#close"],
#customer_footer .toggle_gnav > a[href="#close"] {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
}
#customer_header .toggle_gnav > a:hover,
#customer_footer .toggle_gnav > a:hover {
	text-decoration: none;
}
#customer_header .toggle_gnav .btn_menu,
#customer_footer .toggle_gnav .btn_menu {
	display: block;
	width: 45%;
	margin-top: 20%;
}
#customer_header .toggle_gnav i,
#customer_footer .toggle_gnav i {
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	margin-bottom: 40%;
	font-size: 0;
	line-height: 0;
	background: currentcolor;
	transition: all 0.1s;
}
#customer_header .toggle_gnav i::before,
#customer_header .toggle_gnav i::after,
#customer_footer .toggle_gnav i::before,
#customer_footer .toggle_gnav i::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	background: currentcolor;
	transition: all 0.6s;
}
#customer_header .toggle_gnav i::before,
#customer_footer .toggle_gnav i::before {
	margin-top: -22%;
}
#customer_header .toggle_gnav i::after,
#customer_footer .toggle_gnav i::after {
	width: 70%;
	margin-top: 22%;
}
#customer_header .toggle_gnav i + span,
#customer_footer .toggle_gnav i + span {
	display: block;
	font-size: 0.929em;
	white-space: nowrap;
}
:has(#gnav:target) #customer_header .toggle_gnav > a[href="#close"],
:has(#gnav:target) #customer_footer .toggle_gnav > a[href="#close"] {
	display: block;
}
:has(#gnav:target) #customer_header .toggle_gnav i,
:has(#gnav:target) #customer_footer .toggle_gnav i {
	background: rgba(0, 0, 0, 0);
	transform: scale(1.5, 1.5);
}
:has(#gnav:target) #customer_header .toggle_gnav i::before,
:has(#gnav:target) #customer_header .toggle_gnav i::after,
:has(#gnav:target) #customer_footer .toggle_gnav i::before,
:has(#gnav:target) #customer_footer .toggle_gnav i::after {
	height: calc(2px / 1.5);
	margin: 0;
}
:has(#gnav:target) #customer_header .toggle_gnav i::before,
:has(#gnav:target) #customer_footer .toggle_gnav i::before {
	margin-top: -1px;
	transform: rotate(45deg);
}
:has(#gnav:target) #customer_header .toggle_gnav i::after,
:has(#gnav:target) #customer_footer .toggle_gnav i::after {
	width: 100%;
	transform: rotate(-45deg);
}
:has(#gnav:target) #customer_header .toggle_gnav i + span,
:has(#gnav:target) #customer_footer .toggle_gnav i + span {
	display: none;
}

@media screen and (max-width: 600px) {
	#customer_header .toggle_gnav i + span,
	#customer_footer .toggle_gnav i + span {
		display: none;
	}
}

/* Header
------------------------------------------------------ */
#customer_header #header_wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	font-size: 14px;
	background: #fff;
	transition: top 0.2s;
}
#customer_header #header_wrap #logo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 4.4%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 12%;
	min-width: 144px;
	padding: 0.5em;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
#customer_header #header_wrap ul#h_nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	float: right;
	width: 86%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
}
#customer_header #header_wrap ul#h_nav li {
	position: relative;
}
#customer_header #header_wrap ul#h_nav li.h_tel {
	flex: 1;
	padding: 0 2em;
	text-align: right;
	-webkit-box-flex: 1;
}
#customer_header #header_wrap ul#h_nav li.h_tel .tel-link {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 0.3em;
	font-size: 1.429em;
	letter-spacing: 0.11em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
}
#customer_header #header_wrap ul#h_nav li.h_tel .tel-link::before {
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.5em;
	content: "";
	background: url(../img/icon_tel_bk.png) no-repeat center;
	background-size: contain;
}
#customer_header #header_wrap ul#h_nav li.h_tel p {
	font-size: 1.14em;
	letter-spacing: 0.1em;
}
#customer_header #header_wrap ul#h_nav li.h_qa {
	padding: 0 2.5em;
	font-size: 1.143em;
	text-align: center;
}
#customer_header #header_wrap ul#h_nav li.h_qa a {
	display: block;
	margin-bottom: 0.5em;
	font-weight: bold;
	letter-spacing: 0.25em;
}
#customer_header #header_wrap ul#h_nav li.h_inquiry,
#customer_header #header_wrap ul#h_nav li.h_reservation {
	height: 104px;
	font-size: 1.429em;
}
#customer_header #header_wrap ul#h_nav li.h_inquiry a,
#customer_header #header_wrap ul#h_nav li.h_reservation a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-weight: bold;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}
#customer_header #header_wrap ul#h_nav li.h_inquiry a:hover,
#customer_header #header_wrap ul#h_nav li.h_reservation a:hover {
	text-decoration: none;
	opacity: 0.75;
}
#customer_header #header_wrap ul#h_nav li.h_inquiry {
	width: 8.9em;
}
#customer_header #header_wrap ul#h_nav li.h_inquiry a {
	color: #000;
	background: url(../img/h_nav_inquiry_bg.jpg);
}
#customer_header #header_wrap ul#h_nav li.h_reservation {
	width: 11.9em;
}
#customer_header #header_wrap ul#h_nav li.h_reservation a {
	display: flex;
	flex-direction: column;
	font-size: 22px;
	color: #fff;
	text-align: center;
	background: #000;
}
#customer_header #header_wrap ul#h_nav li.h_reservation a .btntxt {
	box-sizing: border-box;
	display: block;
	padding: 4px 18px;
	margin-top: 3px;
	font-size: 14px;
	font-feature-settings: "palt";
	line-height: 1.3;
	color: #000;
	letter-spacing: 0.04em;
	background: rgba(255, 255, 255, 0.96);
	border-radius: 13px;
}
#customer_header #header_wrap ul#h_nav li.h_reservation .btntxt br {
	display: none;
}
#customer_header #header_wrap ul#h_nav li.h_menu {
	width: 110px;
	height: 104px;
}

/* lang */
#customer_header dl.h_lang {
	position: relative;
}
#customer_header dl.h_lang dt {
	padding: 0.1em 1.45em;
	cursor: pointer;
	border: solid 1px currentcolor;
}
#customer_header dl.h_lang dd {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 0;
	padding: 0;
	overflow: hidden;
	background: #fff;
	transition: all 0.5s;
}
#customer_header dl.h_lang dd a {
	display: block;
	padding: 0.2em;
	margin: 0 !important;
	text-decoration: none;
	background: rgba(0, 0, 0, 0);
	transition: all 0.2s;
}
#customer_header dl.h_lang dd a:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}
#customer_header dl.h_lang:hover dd {
	max-height: 999px;
}

@media screen and (max-width: 1500px) {
	#customer_header #header_wrap ul#h_nav li.h_tel .tel-link {
		font-size: 1.143em;
	}
	#customer_header #header_wrap ul#h_nav li.h_tel p {
		font-size: 0.75em;
	}
	#customer_header #header_wrap ul#h_nav li.h_qa {
		font-size: 0.75em;
	}
	#customer_header #header_wrap ul#h_nav li.h_inquiry,
	#customer_header #header_wrap ul#h_nav li.h_reservation {
		font-size: 1em;
	}
	#customer_header #header_wrap ul#h_nav li.h_reservation a .btntxt br {
		display: initial;
	}
}
@media screen and (max-width: 768px) {
	#customer_header #header_wrap #logo {
		left: 2.5%;
	}
	#customer_header #header_wrap ul#h_nav li.h_reservation {
		width: 8.9em;
	}
	#customer_header #header_wrap ul#h_nav li.h_menu {
		width: 80px;
	}
}
@media screen and (max-width: 600px) {
	#customer_header #header_wrap {
		min-width: 0;
		font-size: 14px;
	}
	#customer_header #header_wrap #logo {
		top: 10%;
		bottom: 10%;
		left: 4.4%;
		width: 30%;
	}
	#customer_header #header_wrap #logo a {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
	}
	#customer_header #header_wrap #logo img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: left center;
	}
	#customer_header #header_wrap ul#h_nav li.h_tel {
		display: flex;
		flex: none;
		align-items: center;
		justify-content: center;
		width: 70px;
		height: 70px;
		padding: 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-box-flex: 0;
	}
	#customer_header #header_wrap ul#h_nav li.h_tel .tel-link {
		display: block;
		width: 2em;
		height: 0;
		padding: 2em 0 0;
		overflow: hidden;
		background: url(../img/icon_tel_sp.png) no-repeat center;
		background-size: contain;
	}
	#customer_header #header_wrap ul#h_nav li.h_tel .tel-link::before {
		display: none;
	}
	#customer_header #header_wrap ul#h_nav li.h_tel p {
		display: none;
	}
	#customer_header #header_wrap ul#h_nav li.h_qa {
		display: none;
	}
	#customer_header #header_wrap ul#h_nav li.h_inquiry {
		display: none;
	}
	#customer_header #header_wrap ul#h_nav li.h_reservation {
		width: 70px;
		height: 70px;
	}
	#customer_header #header_wrap ul#h_nav li.h_reservation a span {
		padding-top: 2.5em;
		font-size: 0.714em;
		background: url(../img/icon_reservation_sp.png) no-repeat center top;
		background-size: 2em auto;
	}
	#customer_header #header_wrap ul#h_nav li.h_reservation a {
		font-size: initial;
	}
	#customer_header #header_wrap ul#h_nav li.h_reservation a .btntxt {
		display: none;
	}
	#customer_header #header_wrap ul#h_nav li.h_menu {
		width: 70px;
		height: 70px;
	}
}

/* G-nav
------------------------------------------------------ */
#customer_header #gnav {
	position: fixed;
	top: 104px;
	right: 0;
	left: auto;
	z-index: 99999;
	display: block;
	width: 100%;
	max-width: 400px;
	height: calc(100% - 104px);
	overflow: auto;
	clear: both;
	background: rgba(255, 255, 255, 0.95);
	transition: all 0.6s;
	transform: translateX(100%);
}
#customer_header #gnav:target {
	transform: translateX(0);
}
#customer_header #gnav > ul {
	box-sizing: border-box;
	width: 100%;
	padding: 3em 4.5em;
}
#customer_header #gnav > ul > li {
	box-sizing: border-box;
	width: 100%;
	padding: 0.5em 0.8em;
	border-bottom: dotted 2px currentcolor;
}
#customer_header #gnav > ul > li a {
	display: block;
	transition: all 0.2s;
}
#customer_header #gnav > ul > li a:hover {
	text-decoration: none;
	opacity: 0.75;
}
#customer_header #gnav > ul > li ul {
	padding-left: 1em;
}
#customer_header #gnav > ul > li ul li a::before {
	margin-right: 0.2em;
	content: "－";
}
#customer_header #gnav > ul > li.gn_main {
	font-size: 18px;
}
#customer_header #gnav > ul > li.gn_sub {
	font-size: 15px;
}
#customer_header #gnav > ul > li.gn_main + .gn_sub {
	margin-top: 2em;
}
#customer_header #gnav .lang_col {
	display: none;
}

@media screen and (max-width: 600px) {
	#customer_header #gnav {
		top: 0;
		bottom: 70px;
		max-width: 100%;
		height: auto;
	}
	#customer_header #gnav > ul {
		padding: 3% 3% 20px;
	}
	#customer_header #gnav .lang_col {
		box-sizing: border-box;
		display: block;
		width: 92%;
		padding: 15px;
		margin: 20px auto 60px;
		text-align: center;
		background: #f0f0f0;
	}
	#customer_header #gnav .lang_col ul {
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 5px 0 0;
	}
	#customer_header #gnav .lang_col ul,
	#customer_header #gnav .lang_col a {
		display: flex;
	}
	#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;
	}
}

/* Main img
------------------------------------------------------ */
#customer_header #main_img {
	position: relative;
	display: block;
	width: 100%;
	height: 67.5vw;
	max-height: 500px;
	padding: 104px 0 0;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
#customer_header #main_img .img,
#customer_header #main_img .ofi {
	width: 100%;
	max-width: none;
	height: 100%;
}
#customer_header #main_img .layer {
	position: absolute;
	top: calc(52px + 50%);
	left: 50%;
	z-index: 999;
	width: 90%;
	max-width: 1000px;
	text-shadow: 0 0 1em #000, 0 0 0.8em #000, 0 0 0.6em #000, 0 0 0.4em #000, 0 0 0.2em #000;
	pointer-events: none;
	transform: translate(-50%, -50%);
}
#customer_header #main_img .page_title {
	margin-top: 0.8em;
	font-size: 36px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0.2em;
}
#customer_header #main_img .page_title small {
	display: block;
	margin-top: 0.5em;
	font-size: 0.444em;
	color: #fff;
}

@media screen and (max-width: 600px) {
	#customer_header #main_img {
		padding-top: 70px;
	}
	#customer_header #main_img .layer {
		top: calc(35px + 50%);
		padding: 16% 0;
	}
	#customer_header #main_img .page_title {
		font-size: 24px;
		letter-spacing: 0.1em;
	}
}

/* breadcrumb
------------------------------------------------------ */
#customer_header .breadcrumb_wrap {
	padding-top: 40px !important;
}
#customer_header .breadcrumb_wrap .inner {
	max-width: 1100px;
}
#customer_header .breadcrumb_wrap #breadcrumb {
	width: 100%;
	margin: 5px auto 25px;
	font-size: 16px;
	text-align: right;
	letter-spacing: 0.25em;
}
#customer_header .breadcrumb_wrap #breadcrumb li {
	display: inline-block;
	line-height: 1.8;
}
#customer_header .breadcrumb_wrap #breadcrumb li::before {
	margin: 0 5px;
	content: ">";
}
#customer_header .breadcrumb_wrap #breadcrumb li:first-child::before {
	display: none;
}

@media screen and (max-width: 768px) {
	#customer_header .breadcrumb_wrap #breadcrumb {
		display: none;
	}
	#customer_header .breadcrumb_wrap #breadcrumb li {
		line-height: 1.6;
	}
}

/* Footer
------------------------------------------------------ */
#customer_footer {
	position: relative;
	padding-top: 300px;
}
#customer_footer::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	content: "";
	background: url(../img/main_bg.png) no-repeat center bottom;
	background-size: 100% auto;
}

/* 下部イメージ */
#customer_footer .bottom_image {
	padding: 0 0 70px;
	margin: 0 auto;
}
#customer_footer .bottom_image ul {
	display: flex;
}
#customer_footer .bottom_image ul li {
	position: relative;
	width: 33.333%;
}
#customer_footer .bottom_image ul li::before {
	display: block;
	width: 100%;
	height: 0;
	padding: 46.82% 0 0;
	content: "";
}
#customer_footer .bottom_image ul li img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* pagetop */
#customer_footer #pagetop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 999;
}
#customer_footer #pagetop a {
	display: block;
	width: 48px;
	height: 48px;
}

/* footer */
#customer_footer #footer {
	padding-top: 97px;
}
#customer_footer #footer::before {
	height: 64px;
}
#customer_footer #footer .inner {
	max-width: 1100px;
	margin: 0 auto;
}
#customer_footer #footer .inner::after {
	display: block;
	width: 0;
	height: 0;
	clear: both;
	content: "";
}
#customer_footer #footer .f_upper {
	padding: 20px 0 36px;
}
#customer_footer #footer .f_upper #f_nav {
	box-sizing: border-box;
	float: left;
	width: 58%;
	padding: 0.8em 2em;
}
#customer_footer #footer .f_upper #f_nav .acc_tit {
	position: relative;
	box-sizing: border-box;
	display: none;
	width: 100%;
	padding: 0.5em 1em 0.5em 2em;
	margin: 0 0 15px;
	text-align: center;
	background: #fff;
	border-radius: 3em;
}
#customer_footer #footer .f_upper #f_nav ul {
	overflow: hidden;
}
#customer_footer #footer .f_upper #f_nav ul li {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	padding-left: 0.3em;
	margin: 0 0.8em 1.7em 0;
	font-size: 16px;
	letter-spacing: 0.2em;
}
#customer_footer #footer .f_upper #f_nav ul li::before {
	position: absolute;
	top: 0;
	right: 100%;
	content: "/";
}
#customer_footer #footer .f_upper .plan_link {
	float: right;
	width: 100%;
	max-width: 327px;
}
#customer_footer #footer .f_upper .plan_link > a:not(.btn_tour) {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 1.1em;
	margin-bottom: 1.8em;
	font-size: 18px;
	color: #fff;
	background: #c96912;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}
#customer_footer #footer .f_upper .plan_link > a:not(.btn_tour) > span {
	box-sizing: border-box;
	padding: 4px 18px;
	margin-top: 12px;
	font-size: 16px;
	font-feature-settings: "palt";
	line-height: 1.3;
	color: #c96912;
	letter-spacing: 0.04em;
	background: rgba(255, 255, 255, 0.96);
	border-radius: 13px;
}
#customer_footer #footer .f_upper .plan_link > a:hover {
	text-decoration: none;
	opacity: 0.75;
}
#customer_footer #footer .f_upper .plan_link > a.link_type,
#customer_footer #footer .f_upper .plan_link > a.link_calendar {
	display: none;
	background: #282828;
}
#customer_footer #footer .f_upper .plan_link ul li {
	display: inline-block;
	margin-bottom: 0.3em;
	font-size: 16px;
	font-weight: bold;
}
#customer_footer #footer .f_upper .plan_link ul li a {
	position: relative;
	padding: 0 1.9em 0 1.1em;
}
#customer_footer #footer .f_upper .plan_link ul li a::before {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 0.6em;
	content: ">";
	transform: translateY(-50%);
}
#customer_footer #footer .f_upper .plan_link ul li a:hover {
	text-decoration: none;
	opacity: 0.75;
}
#customer_footer #footer .f_upper .plan_link > a.btn_tour {
	display: none;
}
#customer_footer #footer .f_bottom {
	padding: 45px 1em 37px;
	color: #fff;
	text-align: center;
	background: #000;
}
#customer_footer #footer .f_bottom #f_logo {
	margin-bottom: 1em;
}
#customer_footer #footer .f_bottom .logo {
	margin-bottom: 2.2em;
}
#customer_footer #footer .f_bottom address {
	margin-bottom: 2.4em;
	font-size: 16px;
	line-height: 1.8;
}
#customer_footer #footer .f_bottom address p {
	margin-bottom: 1.2em;
}
#customer_footer #footer .f_bottom address .post {
	padding: 0;
	margin: 0;
	color: #fff;
	border-bottom: none;
}
#customer_footer #footer .f_bottom address small {
	font-size: 0.875em;
}
#customer_footer #footer .f_bottom address i {
	font-style: normal;
}
#customer_footer #copyright {
	padding: 15px 55px;
	margin-top: -1px;
	clear: both;
	color: #fff;
	text-align: center;
	letter-spacing: 0.2em;
	background: #000;
}

@media screen and (max-width: 600px) {
	#customer_footer {
		padding-top: 15vw;
	}
	#customer_footer::before {
		height: 15vw;
	}

	/* 下部イメージ */
	#customer_footer .bottom_image {
		padding: 0;
	}
	#customer_footer .bottom_image ul li::before {
		padding-top: 100%;
	}

	/* pagetop */
	#customer_footer #pagetop {
		bottom: 80px;
	}

	/* footer */
	#customer_footer #footer {
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		padding-top: 0;
	}
	#customer_footer #footer::before {
		display: none;
	}
	#customer_footer #footer .f_upper {
		order: 2;
		padding: 0;
		margin-top: -1px;
		background: #000;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
	}
	#customer_footer #footer .f_upper #f_nav {
		float: none;
		width: 100%;
		max-width: none;
		padding: 3%;
	}
	#customer_footer #footer .f_upper #f_nav .acc_tit {
		display: block;
	}
	#customer_footer #footer .f_upper #f_nav ul {
		display: block;
		padding: 0 10px;
		text-align: left;
	}
	#customer_footer #footer .f_upper #f_nav ul::after {
		display: block;
		width: 0;
		height: 0;
		clear: both;
		content: "";
	}
	#customer_footer #footer .f_upper #f_nav ul li {
		box-sizing: border-box;
		display: block;
		float: left;
		width: 49%;
		margin: 0 0 1em;
		font-size: 12px;
		color: #fff;
	}
	#customer_footer #footer .f_upper #f_nav ul li::before {
		display: none;
	}
	#customer_footer #footer .f_upper #f_nav ul li:nth-child(2n) {
		margin-right: 0;
	}
	#customer_footer #footer .f_upper #f_nav ul li:nth-child(2n + 1) {
		clear: both;
	}
	#customer_footer #footer .f_upper .plan_link {
		float: none;
		max-width: none;
	}
	#customer_footer #footer .f_upper .plan_link > a:not(.btn_tour) {
		margin-bottom: 0.5em;
	}
	#customer_footer #footer .f_upper .plan_link > a.link_type,
	#customer_footer #footer .f_upper .plan_link > a.link_calendar {
		display: flex;
	}
	#customer_footer #footer .f_upper .plan_link ul {
		margin-bottom: 4em;
	}
	#customer_footer #footer .f_upper .plan_link ul li {
		display: block;
		margin-top: 0.5em;
		color: #fff;
		text-align: center;
	}
	#customer_footer #footer .f_upper .plan_link ul li:nth-child(1) {
		margin-top: 1em;
	}
	#customer_footer #footer .f_upper .plan_link ul li a {
		display: block;
		padding: 0 15px;
	}
	#customer_footer #footer .f_upper .plan_link ul li a::before {
		display: none;
	}
	#customer_footer #footer .f_upper .plan_link > a.btn_tour {
		display: block;
		padding: 15px 10px 10px;
		margin-bottom: 0.5em;
		font-size: 18px;
		font-weight: normal;
		color: #fff;
		text-align: center;
		background: #a28545;
	}
	#customer_footer #footer .f_upper .plan_link > a.btn_tour span {
		display: block;
		padding: 0 0 10px;
		line-height: 1.5;
		letter-spacing: 3px;
	}
	#customer_footer #footer .f_upper .plan_link > a.btn_tour span.small {
		padding: 10px;
		font-size: 12px;
		text-align: left;
		letter-spacing: 0;
		background: rgba(255, 255, 255, 0.1);
	}
	#customer_footer #footer .f_bottom {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding-bottom: 0;
	}
	#customer_footer #footer .f_bottom #f_logo {
		float: none;
		width: 100%;
		text-align: center;
	}
	#customer_footer #footer .f_bottom #f_logo img {
		margin: 0 auto 15px;
	}
	#customer_footer #footer .f_bottom address {
		font-size: 10px;
		line-height: 1.6;
	}
	#customer_footer #footer .f_bottom address .tel-link {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 1em;
		font-size: 24px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	#customer_footer #footer .f_bottom address .tel-link::before {
		display: inline-block;
		width: 1.2em;
		height: 1.2em;
		margin-right: 0.5em;
		content: "";
		background: url(../img/icon_tel_wh.png) no-repeat center;
	}
	#customer_footer #footer .f_bottom address .tel-link i {
		display: none;
	}
	#customer_footer #footer .f_bottom address .fax,
	#customer_footer #footer .f_bottom address .company {
		display: none;
	}
	#customer_footer #copyright {
		padding-bottom: 100px;
		font-size: 12px;
	}
}
@media screen and (max-width: 480px) {
	#customer_footer #footer .f_upper #f_nav li {
		display: block;
		float: none;
		width: auto;
		margin-right: 0;
	}
}

/* sp_nav
------------------------------------------------------ */
#customer_footer #sp_nav {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: none;
	background: #000;
}
#customer_footer #sp_nav ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#customer_footer #sp_nav ul li {
	position: relative;
	display: table-cell;
	width: 70px;
	height: 70px;
	padding-bottom: env(safe-area-inset-bottom);
	font-size: 11px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background: #282828;
}
#customer_footer #sp_nav ul li:hover {
	opacity: 1;
}
#customer_footer #sp_nav ul li img {
	max-width: 2.73em;
	height: auto;
	margin-top: -1em;
}
#customer_footer #sp_nav ul li:not(.f_menu) a > span {
	position: absolute;
	bottom: calc(0.8em + env(safe-area-inset-bottom));
	left: 50%;
	display: block;
	width: 100%;
	transform: translateX(-50%);
}
#customer_footer #sp_nav ul li + li {
	border-left: 1px solid #fff;
}
#customer_footer #sp_nav ul li.f_reservation {
	width: auto;
	background: #c96912;
}
#customer_footer #sp_nav ul li.f_menu {
	color: #000;
	background: #fff;
}
#customer_footer #sp_nav ul li.f_menu .btn_menu {
	width: 100%;
}
#customer_footer #sp_nav ul li.f_menu .btn_menu i {
	width: 40%;
	margin-right: auto;
	margin-left: auto;
}
#customer_footer #sp_nav ul li.f_menu .btn_menu i + span {
	position: absolute;
	bottom: calc(0.8em + env(safe-area-inset-bottom));
	left: 50%;
	display: block;
	width: 100%;
	font-size: inherit;
	transform: translateX(-50%);
}
:has(#gnav:target) #customer_footer #sp_nav ul li.f_menu {
	margin-top: 0;
}
:has(#gnav:target) #customer_footer #sp_nav ul li.f_menu i {
	margin-bottom: 15%;
}
:has(#gnav:target) #customer_footer #sp_nav ul li.f_menu i + span {
	display: none;
}
#customer_footer #sp_nav li:not(.f_menu) a {
	display: block;
	padding: 10px 10px 15px;
	text-align: center;
}
#customer_footer #sp_nav img {
	width: 50px;
}

@media screen and (max-width: 600px) {
	#customer_footer #sp_nav {
		display: block;
	}
	#customer_footer #sp_nav li:not(.f_menu) a {
		margin-bottom: 10px;
	}
	#customer_footer #sp_nav ul li.f_reservation span span {
		display: flow;
		width: 100%;
		font-size: 10px;
		color: #fff;
		text-align: center;
	}
	#customer_footer #sp_nav ul li.f_reservation a > span {
		top: 37px;
	}
}

/* modal
------------------------------------------------------ */
#customer_footer #modal-bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	height: 100%;
	overflow: auto;
	pointer-events: none;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.5s;
}
:has(#modal-main:target) #customer_footer #modal-bg {
	pointer-events: auto;
	opacity: 1;
}
#customer_footer #modal-bg > div {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	min-height: 100%;
	padding: 0 6px;
}
#customer_footer #modal-main {
	position: relative;
	z-index: 0;
	box-sizing: border-box;
	width: 90%;
	padding: 50px 5%;
	margin: 0 auto;
	overflow: auto;
	background: #fff;
}
#customer_footer #modal-main > a[href="#close"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0 0 18px 10px;
	font-family: Arial, Baskerville, monospace;
	font-size: 28px;
	font-style: normal;
	line-height: 44px;
	color: #333;
	text-align: center;
	text-decoration: none;
	opacity: 0.65;
}
#customer_footer #modal-main > p {
	margin-bottom: 20px;
	font-size: 18px;
	color: #b49466;
	text-align: center;
	letter-spacing: 0.1em;
}
#customer_footer #modal-main ul {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#customer_footer #modal-main li {
	width: 100%;
	text-align: center;
}
#customer_footer #modal-main li a.button {
	display: block;
	max-width: 100%;
	padding: 10px;
	border: none;
}
#customer_footer #modal-main li a.button span:not(.caution)::after {
	position: absolute;
	top: 50%;
	right: 1.2em;
	display: block;
	width: 0.25em;
	height: 0.25em;
	content: "";
	border: solid currentcolor;
	border-width: 0 1px 1px 0;
	transform: translate(-50%, -50%) rotate(-45deg) skew(15deg, 15deg);
}
#customer_footer #modal-main li a.button span {
	position: relative;
	display: block;
}
#customer_footer #modal-main li:first-child a {
	color: #fff;
	background: url(../img/sp_nav3.png) no-repeat top 12px right calc(50% + 55px) / 20px, #c96912;
}
#customer_footer #modal-main li:nth-child(2) a {
	color: #fff;
	background: url(../img/icon_airprain.png) no-repeat top 12px right calc(50% + 105px) / 20px, #a28545;
}
#customer_footer #modal-main li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#customer_footer #modal-main li + li {
	margin-top: 30px;
}
#customer_footer #modal-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);
}

/* clear
------------------------------------------------------ */
#header::after,
#nav_wrap::after,
#contents_wrap::after,
#footer::after {
	display: block;
	height: 0;
	clear: both;
	font-size: 0;
	visibility: hidden;
	content: ".";
}
