@charset "utf-8";
/* ===================================================
	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: url(../img/bg.jpg) no-repeat center/cover #34343a; background-attachment: fixed; color: #000;}

#customer_header,
#customer_footer {
	font-size: 16px; font-weight: normal; line-height: 1.5; color: #e0dad4;
	font-family: '游明朝', YuMincho, 'MS PMincho', 'Hiragino Mincho ProN', 'Times New Roman', serif;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt"; letter-spacing: 0.1em;
}

#customer_header div,
#customer_footer div { -webkit-box-sizing: border-box; box-sizing: border-box;}

#customer_header #header_wrap,
#customer_footer #footer_wrap { padding: 0; margin: 0;}

#customer_header a,
#customer_footer a { color: #e0dad4; text-decoration: none;}
#customer_header a:hover,
#customer_footer a:hover { color: #e0dad4;}
#customer_header a:hover img,
#customer_footer a:hover img { opacity: 0.75;}
#customer_header a.tel-link,
#customer_footer a.tel-link { text-decoration: none; }

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

#customer_header address,
#customer_footer address { font-style: normal;}

#customer_header .en,
#customer_footer .en { display: block; font-family: "EB Garamond", serif; font-weight: 400; letter-spacing: 0.3em;}

#customer_header .view_sp,
#customer_footer .view_sp { display: none;}

@media screen and (orientation:landscape) {
	body { width: 100%;}
}
@media screen and (max-width: 768px) {
	body { min-width: 0; background-image: none; position: relative;}
	body::before {
		position: fixed; top: 0; left: 0; z-index: -1; content: ''; display: block;
		width: 100%; height: 100%; min-height: 100dvh;
		background: url(../img/bg_sp.jpg) no-repeat center; background-size: cover;
	}

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


/* lang_menu（言語メニュー / jsが使えないためdetails+summaryで開閉）
------------------------------------------------------ */
#customer_header .lang_menu {
	-webkit-box-sizing: border-box; box-sizing: border-box;
	letter-spacing: 1px; position: relative; align-content: center;
}
#customer_header .lang_menu .acc_tit { list-style: none; cursor: pointer;}
#customer_header .lang_menu .acc_tit::marker { content: none;}
#customer_header .lang_menu .acc_tit::-webkit-details-marker { display: none;}
#customer_header .lang_menu .acc_tit {
	position: relative; align-content: center; height: 100%;
	padding: 0 45px 0 35px; font-size: 18px; font-weight: normal;
	transition: background 0.5s; filter: none;
}
#customer_header .lang_menu .acc_tit::after {
	position: absolute; top: 50%; right: 25px; content: ''; display: block;
	width: 8px; height: 6px; background: url(../img/arrow_lang.svg) no-repeat;
}
#customer_header .lang_menu[open] .acc_tit { border-left: 1px solid #cdc4bb; }
#customer_header .lang_menu[open] .acc_tit::after { transform: rotate(180deg) translate(0, 2px); }
#customer_header .lang_menu .acc_contents { background: #24252a; }
#customer_header .lang_menu .acc_contents { position: absolute; width: 100%;}
#customer_header .lang_menu[open] .acc_contents { border: 1px solid #cdc4bb; border-top: none; }
#customer_header .lang_menu .acc_contents li a {
	display: block; padding: 6px; font-size: 15px; text-align: center; color: #aeaeae; 
	transition: opacity 0.5s, color 0.5s, filter 0.5s, background-color 0.5s;
}
#customer_header .lang_menu .acc_contents li:first-of-type a { padding-top: 15px;}
#customer_header .lang_menu .acc_contents li:last-of-type a { padding-bottom: 15px;}

@media screen and (hover: hover) and (min-width: 769px) {
	#customer_header .lang_menu .acc_contents li a:hover { color: #555567;}
}
@media screen and (max-width: 768px) {
	#customer_header .lang_menu .acc_tit::after { right: 12px;}
}


/* Header
------------------------------------------------------ */
#customer_header #g_header { width: 100%; height: 100px; position: relative;}
#customer_header #g_header .hd_logo { top: 40px; left: 80px; position: absolute; height: 85px; width: 340px; z-index: 10;}
#customer_header #g_header .hd_logo a { display: flex; align-items: flex-start; text-decoration: none;}
#customer_header #g_header .hd_logo a>span { color: #e0dad4; margin: 7% 0 0 10px; letter-spacing: 0.03em;}
#customer_header #g_header .hd_logo a>span span { display: inline-block; margin-right: 1em; padding-right: 1em; position: relative;}
#customer_header #g_header .hd_logo a>span span::after {
	background: #e0dad4; content: ""; display: inline-block; height: 60%; width: 1px;
	position: absolute; right: 0; top: 20%;
}

#customer_header #g_header .hd_btns { display: flex; background: #0c0d13; top: 0; right: 0; position: fixed; z-index: 100;}
#customer_header #g_header .hd_btns a { display: flex; text-decoration: none; align-items: center; justify-content: center; height: 70px; position: relative;}
#customer_header #g_header .hd_btns .btn_reserve { color: #e0dad4; font-size: 18px; width: 200px;}
#customer_header #g_header .hd_btns .btn_reserve:hover { color: #0c0d13;}
#customer_header #g_header .hd_btns .btn_reserve span { position: relative;}
#customer_header #g_header .hd_btns .btn_reserve::after {
	background: #e0dad4; position: absolute; top: 0; left: 0;
	content: ''; width: 100%; height: 100%;
	transform: scale(0, 1); transform-origin: left top; transition: .5s cubic-bezier(0.45, 0, 0.55, 1); z-index: -1;
}
#customer_header #g_header .hd_btns .btn_reserve:hover::after { transform: scale(1, 1);}
#customer_header #g_header .hd_btns .btn_menu { flex-direction: column; width: 80px;}
/* ハンバーガー：予約システムの仕様で空のspanが消えるため、span.bar（中央線）＋::before（上線）／::after（下線）で3本線を描画 */
#customer_header #g_header .hd_btns .btn_menu .bar {
	display: block; position: relative; width: 40px; height: 1px; background: #e0dad4;
	font-size: 0; color: transparent; line-height: 0; /* 「-」テキストを不可視化 */
}
#customer_header #g_header .hd_btns .btn_menu .bar::before,
#customer_header #g_header .hd_btns .btn_menu .bar::after { content: ''; position: absolute; left: 0; height: 1px; background: #e0dad4;}
#customer_header #g_header .hd_btns .btn_menu .bar::before { top: -11px; width: 40px;}
#customer_header #g_header .hd_btns .btn_menu .bar::after { top: 11px; width: 25px;}

/* ヘッダー内 言語メニュー */
#customer_header #g_header .hd_btns .lang_menu { width: 100%; height: 100%; color: #000; background-color: #fff;}
#customer_header #g_header .hd_btns .lang_menu .acc_contents li a { height: auto;}

@media screen and (max-width: 768px) {
	#customer_header #g_header { height: 70px;}
	#customer_header #g_header .hd_logo { top: 10px; left: 10px; height: auto; width: calc(100% - 120px);}
	#customer_header #g_header .hd_logo img { width: 50px; height: auto;}
	#customer_header #g_header .hd_logo a>span { font-size: 13px; letter-spacing: 0; margin: 0.5em 0 0 5px;}
	#customer_header #g_header .hd_logo a>span span { display: block;}
	#customer_header #g_header .hd_logo a>span span::after { content: none;}
	#customer_header #g_header .hd_btns a { height: 55px;}
	#customer_header #g_header .hd_btns .btn_reserve { width: 120px; font-size: 16px;}
	#customer_header #g_header .hd_btns .btn_menu { width: 55px;}
	#customer_header #g_header .hd_btns .btn_menu .bar { width: 28px;}
	#customer_header #g_header .hd_btns .btn_menu .bar::before { top: -9px; width: 28px;}
	#customer_header #g_header .hd_btns .btn_menu .bar::after { top: 9px; width: 20px;}

	#customer_header #g_header .hd_btns li:has(.lang_menu) { display: none; /* position: absolute; top: 70px; right: 4vw; */}
	#customer_header #g_header .hd_btns .lang_menu .acc_tit { padding: 3px 30px 3px 20px;}
}


/* G-nav（格納メニュー / jsが使えないため :target で開閉）
------------------------------------------------------ */
#customer_header #g_nav {
	position: fixed; top: 0; left: 0; z-index: 110; width: 100%; height: 100vh;
	background: url(../img/bg.jpg); background-size: cover;
	opacity: 0; overflow: auto; pointer-events: none;
	-webkit-transform: translateZ(0); transition: opacity .5s;
}
#customer_header #g_nav:target { opacity: 1; pointer-events: auto;}
#customer_header #g_nav a { color: #e0dad4; text-decoration: none;}
#customer_header #g_nav .gn_outer { display: flex; min-height: 100vh;}
#customer_header #g_nav .gn_outer::before {
	content: ""; width: calc(100% - 700px); min-height: 100vh;
	background: url(../img/gn.jpg) no-repeat center center; background-size: cover;
}
#customer_header #g_nav .gn_inner { width: 700px; max-width: 100%; padding: 100px 120px; position: relative;}
#customer_header #g_nav .gn_logo { text-align: center;}
#customer_header #g_nav .gn_logo a { display: block;}
#customer_header #g_nav .gn_logo a p { text-decoration: none; margin-top: 15px; font-size: 18px;}

#customer_header #g_nav li a { position: relative;}
#customer_header #g_nav li a:after { position: absolute; bottom: 0; left: 0; content: ''; width: 0; height: 1px; background: rgba(224,218,212,.3); transition: .5s;}
#customer_header #g_nav li a:hover::after { width: 100%;}

#customer_header #g_nav .main_nav { margin: 50px 0;}
#customer_header #g_nav .main_nav ul { display: flex; justify-content: space-between; flex-wrap: wrap;}
#customer_header #g_nav .main_nav li { width: 300px; max-width: 49%;}
#customer_header #g_nav .main_nav li a {
	display: block; padding: 20px 0 20px 20px;
	background: url(../img/arrow_wh.svg) no-repeat left center; background-size: 7px auto;
	-webkit-box-sizing: border-box; box-sizing: border-box;
}
#customer_header #g_nav .main_nav li a:after { bottom: 20px;}
#customer_header #g_nav .main_nav li a:hover::after { width: 80%;}

#customer_header #g_nav .btns { display: flex; flex-direction: column; flex-wrap: wrap; align-items: center; justify-content: center;}
#customer_header #g_nav .btns li:first-child { width: min(100%,340px); }
#customer_header #g_nav .btns li:first-child a {
	background: #e0dad4; color: #0a0b10; align-items: center; justify-content: center;
	display: flex; min-height: 65px; position: relative; z-index: 1;
}
#customer_header #g_nav .btns li:first-child a::after {
	background: rgba(52,52,58,.1); position: absolute; top: 0; left: 0; content: ''; width: 100%; height: 100%;
	transform: scale(0, 1); transform-origin: left top; transition: .5s cubic-bezier(0.45, 0, 0.55, 1); z-index: -1;
}
#customer_header #g_nav .btns li:first-child a:hover::after { transform: scale(1, 1);}
#customer_header #g_nav .btns li:last-child { margin: 30px auto 0; width: auto;}
#customer_header #g_nav .btns li:last-child a {
	padding: 5px 0 5px 20px;
	background: url(../img/arrow_wh.svg) no-repeat left center; background-size: 7px auto;
	-webkit-box-sizing: border-box; box-sizing: border-box;
}

/* gnav内 言語メニュー */
#customer_header #g_nav .gn_inner .lang_menu_wrap { position: absolute; top: 20px; left: 60px;}
#customer_header #g_nav .gn_inner .lang_menu .acc_tit { border: 1px solid #cdc4bb; padding: 6px 45px 6px 35px; color: #e0dad4;}
#customer_header #g_nav .gn_inner .lang_menu[open] .acc_tit { border-bottom: none; }
#customer_header #g_nav .gn_inner .lang_menu .acc_tit::after { background-image: url(../img/arrow_lang_wh.svg);}
#customer_header #g_nav .gn_inner .lang_menu .acc_contents { background: none; }
#customer_header #g_nav .gn_inner .lang_menu .acc_contents li a { color: #aeaeae;}
#customer_header #g_nav .gn_inner .lang_menu .acc_contents li a::after { content: none;}
#customer_header #g_nav .gn_inner .lang_menu .acc_contents li:first-of-type a { padding-top: 15px;}

@media screen and (hover: hover) and (min-width: 769px) {
	#customer_header #g_nav .gn_inner .lang_menu .acc_contents li a:hover { color: #555567;}
}

/* 閉じるボタン（PC/SP共通・右上） */
#customer_header #g_nav .btn_close {
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	width: 80px; height: 70px; position: fixed; top: 0; right: 0;
}
#customer_header #g_nav .btn_close span { display: block; width: 40px; height: 1px; background: #e0dad4;}
#customer_header #g_nav .btn_close span:first-child { transform: rotate(45deg);}
#customer_header #g_nav .btn_close span:last-child { margin-top: -1px; transform: rotate(-45deg);}
#customer_header #g_nav .btn_close:hover { opacity: .75;}

@media screen and (max-width: 768px) {
	#customer_header #g_nav { height: 100%;}
	#customer_header #g_nav .gn_outer { display: block; min-height: 100%;}
	#customer_header #g_nav .gn_outer::before { content: none;}
	#customer_header #g_nav .gn_inner { padding: 65px 4%; width: 100%; padding-bottom: calc(65px + env(safe-area-inset-bottom));}
	#customer_header #g_nav .gn_logo a p { margin-top: 15px; font-size: 16px;}
	#customer_header #g_nav .gn_logo img { width: 70px; height: auto;}

	#customer_header #g_nav .main_nav { margin: 30px 0 50px;}
	#customer_header #g_nav .main_nav li:last-child { width: 100%; max-width: 100%;}
	#customer_header #g_nav .btns li:last-child { margin: 15px auto 0;}

	#customer_header #g_nav .btn_menu { display: block; margin: 30px 0 0; font-size: 12px; line-height: 1; text-align: center;}
	#customer_header #g_nav .btn_menu .icon { height: 35px; display: flex; justify-content: center; align-items: center; flex-direction: column;}
	#customer_header #g_nav .btn_menu .icon::before,
	#customer_header #g_nav .btn_menu .icon::after { content: ""; width: 35px; height: 1px; background: #e0dad4;}
	#customer_header #g_nav .btn_menu .icon::before { transform: rotate(45deg);}
	#customer_header #g_nav .btn_menu .icon::after { margin: -1px 0 0; transform: rotate(-45deg);}
	#customer_header #g_nav .btn_menu:after { content: none;}

	#customer_header #g_nav .btn_close { width: 55px; height: 55px;}
	#customer_header #g_nav .btn_close span { width: 28px;}

	#customer_header #g_nav .gn_inner .lang_menu_wrap { top: 10px; left: 4%;}
	#customer_header #g_nav .gn_inner .lang_menu .acc_tit { padding: 3px 30px 3px 20px;}
}


/* Main img
------------------------------------------------------ */
#customer_header #main_img { padding: 30px 0 90px; text-align: center;}
#customer_header #main_img h1 {
	display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center;
	font-size: 36px; font-weight: normal;
}
#customer_header #main_img h1 .jp { order: 0;}
#customer_header #main_img h1 .en { font-size: 15px; color: #9f8b35; order: -1;}

@media screen and (max-width: 768px) {
	#customer_header #main_img { padding: 30px 0 60px; }
	#customer_header #main_img h1 { font-size: 30px;}
}


/* breadcrumb
------------------------------------------------------ */
#customer_footer #breadcrumb { font-size: 12px; margin: 0 auto; padding: 30px 60px; text-align: left;}
#customer_footer #breadcrumb li { display: inline-block; line-height: 1.6;}
#customer_footer #breadcrumb li:before { content: '>'; margin: 0 5px;}
#customer_footer #breadcrumb li:first-child:before { display: none;}

@media screen and (hover: hover) {
	#customer_footer #breadcrumb a:hover { opacity: .5;}
}
@media screen and (max-width: 768px) {
	#customer_footer #breadcrumb { padding: 15px 4%;}
}


/* Footer（reserve_col）
------------------------------------------------------ */
#customer_footer #reserve_col { background: #1b1b1f; padding: 95px 0 70px;}
#customer_footer #reserve_col dl { margin: 0 auto; width: 900px;}
#customer_footer #reserve_col dt {
	color: #9e8b35; font-size: 30px; font-family: "EB Garamond", serif; font-weight: 400;
	margin-bottom: 28px; text-align: center; position: relative;
}
#customer_footer #reserve_col dt::before {
	background: url(../img/bestrate.png) no-repeat center/63px auto; content: ""; display: block; height: 55px; width: 63px;
	position: absolute; left: 50%; top: -60px; margin-left: -32px;
}
#customer_footer #reserve_col dd ul { display: flex; justify-content: space-between;}
#customer_footer #reserve_col dd li a span { position: relative;}
#customer_footer #reserve_col dd li a span::after {
	content: ""; display: block; background: url(../img/arrow_wh.svg) no-repeat center/9px auto; height: 8px; width: 9px;
	position: absolute; right: -18px; top: 33%;
}
#customer_footer #reserve_col dd li a { position: relative;}
#customer_footer #reserve_col dd li a:after { position: absolute; bottom: -6px; left: 0; content: ''; width: 0; height: 1px; background: rgba(224,218,212,.3); transition: .5s;}
#customer_footer #reserve_col dd li a:hover::after { width: 100%;}

@media screen and (max-width: 768px) {
	#customer_footer #reserve_col { padding: 95px 0 30px;}
	#customer_footer #reserve_col dl { width: 70%;}
	#customer_footer #reserve_col dt { font-size: 24px; margin-bottom: 28px;}
	#customer_footer #reserve_col dt::before {
		background: url(../img/bestrate.png) no-repeat center/55px auto; height: 55px; width: 55px;
		position: absolute; left: 50%; top: -60px; margin-left: -26px;
	}
	#customer_footer #reserve_col dd ul { flex-direction: column;}
	#customer_footer #reserve_col dd li { margin-bottom: 20px; padding-bottom: 10px;}
	#customer_footer #reserve_col dd li a span { padding-left: 20px;}
	#customer_footer #reserve_col dd li a span::after { right: auto; top: 33%; left: 0;}
	#customer_footer #reserve_col dd li a:after { content: none;}
}


/* Footer
------------------------------------------------------ */
#customer_footer #footer {
	display: flex; flex-wrap: wrap; justify-content: space-between;
	margin: 0 auto; padding: 80px 0 40px; width: 1100px; max-width: 100%;
	-webkit-box-sizing: border-box; box-sizing: border-box;
}
#customer_footer #footer a { color: #e0dad4;}

#customer_footer #f_logo { width: 150px;}
#customer_footer #f_logo img { display: block; margin: 0 0 20px;}

#customer_footer #f_info { width: 350px; line-height: 2.2; }
#customer_footer #f_info address { margin-bottom: 0; line-height: 2.2; }
#customer_footer #f_info address span { display: block;}
#customer_footer #f_info address+p a { text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px;}
#customer_footer #f_info li .tel-link { font-size: 30px;}
#customer_footer #f_info li.sns { margin: 30px 0;}
#customer_footer #f_info li ul { display: flex; justify-content: space-between;}
#customer_footer #f_info li li { flex: 1;}
#customer_footer #f_info li li a:hover { text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px;}

#customer_footer #f_nav .acc_tit { display: none;}
#customer_footer #f_nav { width: 400px;}
#customer_footer #f_nav ul { display: flex; flex-wrap: wrap; flex-direction: column; height: calc(6 * (1.8em + 1.5 * 1em));}
#customer_footer #f_nav li { margin-bottom: 1.5em;}
#customer_footer #f_nav li a:hover { text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px;}

#customer_footer #copyright { font-size: 15px; margin: 0 5% 40px 0; text-align: right; width: 95%;}

@media screen and (min-width: 769px) {
	#customer_header a.tel-link,
	#customer_footer a.tel-link {
		pointer-events: none;
		text-decoration: none;
	}
}
@media screen and (max-width: 768px) {
	#customer_footer #footer { padding: 25px 4% env(safe-area-inset-bottom); -webkit-box-sizing: border-box; box-sizing: border-box; width: 90%;}
	#customer_footer #f_logo { text-align: center; width: 100%;}
	#customer_footer #f_logo img { margin: 0 auto 15px; width: 70px;}
	#customer_footer #f_info { margin-top: 30px; width: 100%;}
	#customer_footer #f_info li.sns { margin: 15px 0 0;}
	#customer_footer #f_info li:last-child { display: none;}
	#customer_footer #f_info a.tel-link { text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px;}
	#customer_footer #f_nav { display: none;}
	#customer_footer #copyright { margin: 30px 5% 10px 0;}
}
