@charset "utf-8";

/* 予約番のページトップを非表示 */
.webc_pagetop {
	display: none;
}

/* ===================================================
	Reset
====================================================== */
#customer_header *,
#customer_footer * { -webkit-box-sizing: content-box; 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;}


/* ===================================================
	Custom CSS
	※ 予約番自体のコンテンツに影響するのを避けるため、
	　必ず #customer_header または #customer_footer からの継承で記述してください。
====================================================== */
body {
	min-width: 1200px;
	background: #fff;
}

#customer_header,
#customer_footer {
	color: #000;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}

#customer_header header,
#customer_header nav,
#customer_header div,
#customer_header p,
#customer_header ul,
#customer_header ol,
#customer_header li,
#customer_header dl,
#customer_header dt,
#customer_header dd,
#customer_header span,
#customer_header em,
#customer_header strong,
#customer_header a,
#customer_footer nav,
#customer_footer footer,
#customer_footer div,
#customer_footer p,
#customer_footer ul,
#customer_footer ol,
#customer_footer li,
#customer_footer dl,
#customer_footer dt,
#customer_footer dd,
#customer_footer span,
#customer_footer em,
#customer_footer strong,
#customer_footer a {
	box-sizing: border-box;
}

#customer_header dt,
#customer_footer dt,
#customer_header dd,
#customer_footer dd  {
	font-weight: normal;
	line-height: 1.8;
}

#customer_header img,
#customer_footer img {
	max-width: 100%;
	height: auto;
}

#customer_header #customer_header #g_header .logo_col .logo span {
    display: block;
    padding-left: .25em;
    letter-spacing: .12em;
    font-size: 12px;
    text-align: center;
    padding-top: 2px;
}

#customer_header a,
#customer_footer a {
	color: #000;
	outline: none;
	text-decoration: none;
	transition: opacity .5s;
}
#customer_header a.link_txt_line,
#customer_footer a.link_txt_line {
	text-decoration: underline;
}

#customer_header .ofi,
#customer_footer .ofi {
	object-fit: cover;
}
#customer_header .br_sp,
#customer_header .view_sp,
#customer_footer .br_sp,
#customer_footer .view_sp {
	display: none;
}

@media screen and (orientation:landscape) {
	body { width: 100%;}
}
@media screen and (hover:hover) and (min-width: 769px) {
	#customer_header a:hover,
	#customer_footer a:hover {
		opacity: .7;
	}
	#customer_header a.link_txt:hover,
	#customer_footer a.link_txt:hover {
		opacity: 1;
		text-decoration: underline;
	}
	#customer_header a.link_txt:hover span,
	#customer_footer a.link_txt:hover span {
		text-decoration: underline;
	}
	#customer_header a.link_txt_line:hover,
	#customer_footer a.link_txt_line:hover {
		opacity: 1;
		text-decoration: none;
	}
}
@media screen and (max-width: 768px) {
	body {
		min-width: 0;
	}

	#customer_header .br_sp,
	#customer_header span.view_sp,
	#customer_footer .br_sp,
	#customer_footer span.view_sp {
		display: inline;
	}
	#customer_header .view_sp,
	#customer_footer .view_sp {
		display: block;
	}
	#customer_header .br_pc,
	#customer_header .view_pc,
	#customer_footer .br_pc,
	#customer_footer .view_pc {
		display: none !important;
	}
}


/* Base Layout
------------------------------------------------------ */
/* コンテンツ幅 */
#customer_header .inner_md,
#customer_footer .inner_md {
	width: 1100px;
	max-width: 92%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#customer_header .inner_md,
	#customer_footer .inner_md {
		max-width: 86%;
	}
}

/* snsリンク */
#customer_header .link_sns,
#customer_footer .link_sns {
	display: flex;
	align-items: center;
	line-height: 1;
}


/* Header
------------------------------------------------------ */
#customer_header #g_header {
	position: absolute;
	z-index: 101;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	width: 100%;
	color: #fff;
}
#customer_header #g_header .logo_col {
	top: 30px;
	left: 3.6%;
}
#customer_header #g_header .logo {
	display: inline-block;
	color: #fff;
	text-align: center;
	filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.85)) drop-shadow(0px 0px 3px rgba(100, 100, 100, 0.5));
}
#customer_header #g_header .logo .en {
	display: block;
	margin-top: 5px;
	font-size: clamp(9px, 0.8vw, 14px);
	letter-spacing: 0.15em;
}
#customer_header #hd_nav {
	display: flex;
	align-items: center;
}
#customer_header #hd_nav li:not(.btn) {
	position: relative;
}
#customer_header #hd_nav li+li:not(.btn)::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	display: block;
	width: 1px;
	height: 30px;
	background-color: rgba(255,255,255,0.5);
}
#customer_header #hd_nav a {
	min-width: 90px;
	display: block;
	padding: 0 1vw;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
#customer_header #hd_nav .en {
	display: block;
	font-size: 8px;
	letter-spacing: 0.08em;
}
#customer_header #hd_nav .btn {
	flex-shrink: 0;
	margin: 0 3vw 0 1.5vw;
	border-radius: 0;
}
#customer_header #hd_nav .btn a {
	padding: 3px 1.5vw;
	font-size: 14px;
	border: 1px solid rgba(255,255,255,0.5);
	transition: background-color 0.5s;
}
#customer_header .hd_menu {
	display: flex;
	align-items: center;
	line-height: 1.3;
	padding-top: 5px;
}
#customer_header .lang_menu {
	position: relative;
	width: 115px;
	letter-spacing: 0.08em;
}
#customer_header .lang_menu .acc_tit {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 8px;
	padding: 5px 0;
	font-weight: normal;
}
#customer_header .lang_menu .acc_tit:hover {
	cursor: pointer;
}
#customer_header .lang_menu .acc_tit::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,0.75);
	transition: transform 0.5s;
	transform: scaleX(0);
	transform-origin: left;
}
#customer_header .lang_menu[open] .acc_tit::before {
	transform: scaleX(1);
}
#customer_header .lang_menu .acc_con {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	background: rgba(51, 51, 51, 0.3);
	backdrop-filter: blur(2px);
}
#customer_header .lang_menu .acc_con li+li {
	border-top: 1px dashed rgba(255,255,255,0.5);
}
#customer_header .lang_menu .acc_con a {
	display: block;
	padding: 5px;
	color: #fff;
}

/* .open_menu */
#customer_header .open_menu {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	transition: background-color 0.5s;
}
#customer_header .open_menu .bar {
	font-size: 0;
}
#customer_header .open_menu::before,
#customer_header .open_menu .bar::before,
#customer_header .open_menu .bar::after {
	content: '';
	display: block;
	width: 36px;
	height: 1px;
	margin: 4px auto;
	background-color: #fff;
	transition: transform 0.35s ease, width 0.35s;
}
#customer_header .open_menu .bar::before {
	transition: transform 0.15s ease, background-color 0.2s;
}
#customer_header:has(:target) .open_menu .bar::before {
	transform: scaleX(0);
}
#customer_header:has(:target) .open_menu::before {
	margin: 0;
	transform: translate(0px,6px) rotate(45deg);
}
#customer_header:has(:target) .open_menu .bar::after {
	margin: 0;
	transform: translate(0px,-4px) rotate(-45deg);
}


@media screen and (hover: hover) and (min-width: 769px) {
	#customer_header #hd_nav .btn a:hover {
		opacity: 1;
		background-color: rgba(255,255,255,0.3);
	}
	#side_btn:hover {
		opacity: 0.8;
	}
	#customer_header .open_menu:hover {
		cursor: pointer;
		opacity: 1;
		transition: 0.5s;
	}
}
@media screen and (min-width: 769px) {
	#customer_header #g_header {
		min-width: 1200px;
		margin-top: 30px;
		padding-left: 3.6%;
	}
	#customer_header #g_header .logo_col {
		flex-shrink: 0;
		margin-top: -12px;
		margin-right: auto;
	}
	#customer_header #g_header .logo img {
		width: clamp(160px, 13.5vw, 225px);
	}
	#customer_header .lang_menu {
		margin-left: 2vw;
	}
	#customer_header #g_header .open_menu {
		padding: 0 3vw 0 2vw;
	}
}
@media screen and (max-width: 768px) {
	#customer_header .open_menu::before,
	#customer_header .open_menu .bar::before,
	#customer_header .open_menu .bar::after {
		width: 18px;
		margin: 2px auto;
	}
	#customer_header:has(:target) .open_menu::before {
		transform: translate(0px, 2px) rotate(45deg);
	}
	#customer_header #g_header {
		/* position: fixed; */
		justify-content: space-between;
		align-items: flex-start;
	}
	#customer_header #g_header .open_menu {
		width: 50px;
		height: 50px;
	}
	#customer_header #g_header .logo_col {
		padding-top: 8px;
		padding-left: 2.5vw;
	}
	#customer_header #g_header .logo img {
		width: min(40vw, 175px);
	}
	#customer_header #g_header .logo .en {
		font-size: min(2.5vw, 9px);
	}
	#customer_header .hd_menu {
		align-items: center;
		padding-top: 0;
		font-size: 13px;
	}
	#customer_header .hd_menu>a.insta {
		width: 18px;
		height: 18px;
		margin: 0 3vw 0 0;
	}
	#customer_header .lang_menu {
		width: 100px;
	}
}
@media screen and (max-width: 374px) {
	#customer_header .hd_menu>a.insta {
		display: none;
	}
}


/* ---------------------------------------------------
	Global Navigation
------------------------------------------------------ */
#customer_header #g_nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100000;
	width: 400px;
	height: 100vh;
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	pointer-events: none;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	transition: 0.75s;
	padding: 50px 2% 230px;
}
#customer_header:has(:target) #g_nav {
	opacity: 1;
	pointer-events: auto;
}
#customer_header #g_nav .open_menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 60px;
	height: 60px;
	background-color: #421512;
}
#customer_header #g_nav .logo {
	text-align: center;
}
#customer_header .g_menu>div {
	padding-top: 30px;
}
#customer_header .g_menu .tit {
	margin: 0 0 5px;
	color: #a70111;
}
#customer_header .g_menu li a {
	position: relative;
	z-index: 0;
	display: block;
	padding: 8px 25px 8px 10px;
	overflow: hidden;
}
#customer_header .g_menu li:not(:has(.btn)) {
	border-bottom: 1px solid #ccc;
}
#customer_header .g_menu li:not(:has(.btn)) a:after {
	position: absolute;
	inset: 50% 10px auto auto;
	width: 10px;
	height: 10px;
	content: "";
	background: url(../img/arrow_blk.svg) no-repeat center center;
	transform: translateY(-50%);
	transition: right 0.5s;
}
#customer_header #g_nav .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
	text-align: center;
	border-radius: 0;
}
#customer_header #g_nav .btn_reserve {
	margin: 30px 0 0;
	color: #fff;
	background: #a70111;
	}
#customer_header #g_nav .close_menu {
	margin: 15px 0 0;
	cursor: pointer;
	border: 1px solid #000;
}
#customer_header #g_nav .close_menu .bar {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	font-size: 0;
}
#customer_header #g_nav .close_menu .bar::before,
#customer_header #g_nav .close_menu .bar::after {
	width: 15px;
	height: 1px;
	content: "";
	background: #000;
}
#customer_header #g_nav .close_menu .bar::before {
	transform: rotate(45deg);
}
#customer_header #g_nav .close_menu .bar::after {
	margin: -1px 0 0;
	transform: rotate(-45deg);
}

/* open_menu */
#customer_header #g_nav .open_menu::before,
#customer_header #g_nav .open_menu .bar::before,
#customer_header #g_nav .open_menu .bar::after {
	width: 25px;
}

@media screen and (hover: hover) and (min-width: 769px) {
	#customer_header .g_menu li:not(.btn) a:hover::after {
		right: -20px;
	}
}
@media screen and (max-width: 768px) {
	#customer_header #g_nav {
		width: 100%;
		padding: 50px 7% 150px;
		font-size: 14px;
	}
	#customer_header #g_nav .logo img {
		width: min(55vw, 200px);
	}
	#customer_header #g_nav .open_menu {
		width: 50px;
		height: 50px;
	}
	#customer_header #g_nav .open_menu::before,
	#customer_header #g_nav .open_menu .bar::before,
	#customer_header #g_nav .open_menu .bar::after {
		width: 18px;
	}
}


/* Main img
------------------------------------------------------ */
#customer_header #main_img {
	position: relative;
	z-index: 0;
}
#customer_header #main_img .tit {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 115px;
	padding: 20px 65px;
	position: absolute;
	top: 50%;
	left: 50%;

	background: rgba(136, 10, 10, .8);
	color: #fff;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}
#customer_header #main_img .tit h1 {
	font-size: 25px;
	line-height: 1.4;
}
#customer_header #main_img .tit .en {
	margin: 10px 0 0;

	font-size: 12px;
}
#customer_header #main_img .ofi {
	width: 100%;
	height: auto;
	min-height: 440px;
}

@media screen and (max-width: 768px) {
	#customer_header #main_img .tit {
		min-height: 100px;
		top: calc(50% + 45px / 2);
	}
	#customer_header #main_img .tit .en {
		margin-top: 5px;
	}
	#customer_header #main_img .ofi {
		min-height: 300px;
	}
}


/* breadcrumb
------------------------------------------------------ */
#customer_header #breadcrumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 10px;

	font-size: 13px;
}
#customer_header #breadcrumb li {
	display: flex;
	align-items: center;

	line-height: 1.6;
}
#customer_header #breadcrumb li::before {
	content: "";
	width: 10px;
	height: 10px;
	margin: 0 10px;

	background: url(../img/arrow_blk.svg) no-repeat center center;
}
#customer_header #breadcrumb li:first-child:before {
	display: none;
}

@media screen and (max-width: 768px) {
	#customer_header #breadcrumb {
		padding: 5px 4%;

		font-size: 12px;
	}
	#customer_header #breadcrumb li a {
		max-width: 200px;

		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}



/* Footer
------------------------------------------------------ */
#customer_footer #f_img {
	position: relative;
	z-index: 0;
}
#customer_footer #f_img .ofi {
	width: 100%;
	min-height: 540px;
}
#customer_footer #f_img p {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;

	color: #fff;
	font-size: 24px;
	text-align: center;
}
#customer_footer #g_footer {
	padding: 70px 0 65px;

	background: url(../img/bg.jpg) center top;
}
#customer_footer #g_footer .inner_md {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#customer_footer #g_footer .logo_col {
	width: 335px;
}
#customer_footer #g_footer .logo_col .logo {
	display: block;
	margin: 0 0 40px;
}
#customer_footer #g_footer .logo_col .mail {
	display: inline-flex;
	align-items: center;
	margin: 0 0 30px;

	color: #a70111;
	font-size: 22px;
}
#customer_footer #g_footer .logo_col .mail img {
	margin: 0 12px 0 0;
}
#customer_footer #g_footer .logo_col address {
	line-height: 1.8;
}
#customer_footer #g_footer .logo_col address img {
	vertical-align: middle;
}
#customer_footer #g_footer .logo_col address .talkappi-chat {
	pointer-events: none;
}
#customer_footer #g_footer .nav_col {
	width: 650px;
}
#customer_footer #g_footer .nav_col > div {
	display: flex;
	flex-wrap: wrap;
}
#customer_footer #g_footer .nav_col .cap {
	width: 100%;
	margin: 0 0 10px;

	color: #a70111;
}
#customer_footer #g_footer .nav_col .cap:not(:first-of-type) {
	margin-top: 70px;
}
#customer_footer #g_footer .nav_col .nav li::before {
	content: "-";
	margin: 0 5px 0 0;
}
#customer_footer #g_footer .nav_col .li_w01 {
	width: 135px;
}
#customer_footer #g_footer .nav_col .li_w02 {
	width: 154px;
}
#customer_footer #g_footer .nav_col .li_w03 {
	width: 195px;
}
#customer_footer #g_footer .nav_col .main_nav.li_w04 {
	margin: 0 0 0 auto;
}
#customer_footer #g_footer .nav_col .main_nav li + li {
	margin: 5px 0 0;
}
#customer_footer #g_footer .nav_col .sub_nav {
	display: flex;
}
#customer_footer #g_footer .nav_col .link_sns {
	margin: 0 0 0 auto;
}
#customer_footer #g_footer .nav_col .link_sns li + li {
	margin: 0 0 0 15px;
}
#customer_footer #g_footer .nav_col a {
	display: inline;
	padding: 0;

	background: none;
}
#customer_footer #g_footer .box {
	width: 1100px;
	max-width: 92%;
	margin: 0 auto;

	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
#customer_footer #g_footer #copy {
	font-size: 12px;
}
#customer_footer #g_footer #pagetop {
	position: fixed;
	bottom: 150px;
	right: 0;
	z-index: 10;
}
#customer_footer #g_footer #pagetop::before,
#customer_footer #g_footer #pagetop::after {
	content: "";
	display: block;
	height: 1px;
	position: absolute;

	background: #666;
	line-height: 0;
}
#customer_footer #g_footer #pagetop::before {
	width: 50px;
	top: 0;
	left: 24px;

	transform: rotate(90deg);
	transform-origin: 0 0;
}
#customer_footer #g_footer #pagetop::after {
	width: 15px;
	top: 0;
	left: 24px;

	transform: rotate(60deg);
	transform-origin: 0 0;
}
#customer_footer #g_footer #pagetop a {
	display: block;
	width: 50px;
	padding: 60px 0 0;

	box-sizing: border-box;
	color: #666;
	font-size: 12px;
	line-height: 50px;
	writing-mode: vertical-rl;
}
#customer_footer #g_footer #pagetop {
	right: 0;
}

@media screen and (min-width: 769px) {
	#customer_footer #g_footer #pagetop {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	#customer_footer #f_img .ofi {
		width: 100%;
		min-height: 200px;
	}
	#customer_footer #f_img p {
		font-size: 16px;
	}
	#customer_footer #g_footer {
		padding: 50px 0 0;
	}
	#customer_footer #g_footer .inner_md {
		display: block;

		text-align: center;
	}
	#customer_footer #g_footer .logo_col,
	#customer_footer #g_footer .nav_col {
		width: 300px;
		max-width: 100%;
		margin: 0 auto 30px;
	}
	#customer_footer #g_footer .logo_col .logo {
		width: 200px;
		margin: 0 auto 20px;
	}
	#customer_footer #g_footer .logo_col .mail {
		margin-bottom: 15px;

		font-size: 18px;
	}
	#customer_footer #g_footer .logo_col .mail img {
		margin-right: 8px;
	}
	#customer_footer #g_footer .logo_col address {
		text-align: left;
	}
	#customer_footer #g_footer .logo_col address .talkappi-chat {
		pointer-events: auto;
	}
	#customer_footer #g_footer .nav_col .acc_tit {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 50px;
		padding: 5px 25px;
		position: relative;
		z-index: 0;

		background: #4f0b0b;
		color: #fff;
	}
	#customer_footer #g_footer .nav_col .acc_tit::after {
		content: "";
		width: 10px;
		height: 10px;
		position: absolute;
		top: 50%;
		right: 10px;

		background: url(../img/arrow_wht.svg) no-repeat center center;
		background-size: 10px auto;
		transform: translateY(-50%) rotate(90deg);
	}
	#customer_footer #g_footer .nav_col .acc_tit.active::after {
		transform: translateY(-50%) rotate(-90deg);
	}
	#customer_footer #g_footer .nav_col > div {
		display: block;

		text-align: left;
	}
	#customer_footer #g_footer .nav_col .cap {
		margin: 20px 0 5px;
	}
	#customer_footer #g_footer .nav_col .cap:not(:first-of-type) {
		margin-top: 30px;
	}
	#customer_footer #g_footer .nav_col .li_w01,
	#customer_footer #g_footer .nav_col .li_w02,
	#customer_footer #g_footer .nav_col .li_w03 {
		width: auto;
	}
	#customer_footer #g_footer .nav_col .main_nav.li_w04 {
		margin: 0;
	}
	#customer_footer #g_footer .nav_col .sub_nav {
		display: block;
	}
	#customer_footer #g_footer .nav_col .sub_nav li + li {
		margin: 5px 0 0;
	}
	#customer_footer #g_footer .nav_col .link_sns {
		justify-content: center;
		margin: 30px 0 0;
	}
	#customer_footer #g_footer .nav_col .link_sns li + li {
		margin: 0 0 0 15px;
	}
	#customer_footer #g_footer .box {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		max-width: none;
		padding: 10px 7%;

		background: #fff;
	}
	#customer_footer #g_footer #pagetop {
		position: static;
	}
	#customer_footer #g_footer #pagetop::before,
	#customer_footer #g_footer #pagetop::after {
		content: none;
	}
	#customer_footer #g_footer #pagetop a {
		display: inline-block;
		width: auto;
		padding: 0 18px 0 0;
		position: relative;
		z-index: 0;

		line-height: 1.8;
		writing-mode: horizontal-tb;
	}
	#customer_footer #g_footer #pagetop a::after {
		content: "";
		width: 10px;
		height: 10px;
		position: absolute;
		top: calc(50% - 2px);
		right: 0;

		background: url(../img/arrow_blk.svg) no-repeat center center;
		opacity: .5;
		transform: translateY(-50%) rotate(-90deg);
	}
	#customer_footer #g_footer #pagetop {
		right: 0;
	}
}

