@charset "utf-8";
/* ===================================================
	Reset
====================================================== */
#customer_header *,
#customer_footer * { -webkit-box-sizing: border-box; box-sizing: border-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 からの継承で記述してください。
====================================================== */

:root {
	--txt_color: #fff;
	--color01: #7D6141;
	--color02: #724c4c;
	--bg: #11110e;
}

body { min-width: 1200px; color: var(--txt_color); }

#customer_header,
#customer_footer {
	position: relative;	font-size: 15px; font-weight: normal; line-height: 1.6; font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "MS 明朝", serif;
	-webkit-text-size-adjust: 100%; letter-spacing: 0.08em;
}

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

#customer_header dt,
#customer_footer dt { font-weight: normal; }

#customer_header .inner_md,
#customer_footer .inner_md { width: min(1200px, 90%); margin: 0 auto; }
#customer_header .inner_sm,
#customer_footer .inner_sm { width: min(1100px, 90%); margin: 0 auto; }

#customer_header a,
#customer_footer a { color: var(--txt_color); text-decoration: none; outline: none; transition: opacity .5s;}
#customer_header a.disable,
#customer_footer a.disable { opacity: .5!important; pointer-events: none!important; }
#customer_header a:hover,
#customer_footer a:hover { color: var(--txt_color); opacity: .6; }

#customer_header .tel-link,
#customer_footer .tel-link { pointer-events: none; }

#customer_header img,
#customer_footer img { max-width: 100%; height: auto; width: auto\9; border: 0; vertical-align: bottom; }

#customer_header .ofi,
#customer_footer .ofi { width: 100%; height: 100%; object-fit: cover; }

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

#webc_con.webc_clr_blk .webc_language { background: #fff;}
#webc_con .webc_pagetop { display: none; }

@media screen and (orientation:landscape) {
	body { width: 100%;}
}

@media screen and (max-width: 600px) {
	body { min-width: 0; }

	#customer_header,
	#customer_footer { font-size: 13px; }

	#customer_header .inner_md,
	#customer_footer .inner_md,
	#customer_header .inner_sm,
	#customer_footer .inner_sm { width: 88%; }

	#customer_header .tel-link,
	#customer_footer .tel-link { pointer-events: auto; }

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


/* 	Header
------------------------------------------------------ */
#customer_header .hero_contents { position: relative; width: 100%; height: auto; background: var(--bg); }

#customer_header #g_header { display: flex; position: relative; z-index: 1000; width: 100%; height: 100px; padding: 0 160px 0 40px; background: var(--bg); align-items: center; }
#customer_header #g_header .hd_inner { display: flex; width: 100%; align-items: center; }
#customer_header #g_header .hd_inner .tel { margin: 0 30px; font-size: 10px; }
#customer_header #g_header .hd_inner .lang { display: inline-flex; position: relative; padding: 5px 0; align-items: center; }
#customer_header #g_header .hd_inner .lang dt { display: flex; align-items: center; gap: 8px; font-size: 12px; letter-spacing: 0.1em; }
#customer_header #g_header .hd_inner .lang dt::before { width: 16px; height: 16px; background: url(../img/icon_lang.svg) no-repeat center/contain; content: ''; }
#customer_header #g_header .hd_inner .lang dd { display: none; position: absolute; top: 100%; left: 0px; z-index: 1000; margin: 0px; padding: 8px 0px; background: rgb(255, 255, 255); min-width: 160px; box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 30px; border: 1px solid rgb(238, 238, 238); }
#customer_header #g_header .hd_inner .lang dd ul li a { display: block; padding: 10px 20px; font-size: 14px; }
#customer_header #g_header .hd_inner .h_nav { margin: 0 0 0 auto; }
#customer_header #g_header .hd_inner .h_nav ul { display: flex; gap: 30px; }
#customer_header #g_header .hd_inner .h_nav ul a { display: block; position: relative; padding: 5px 0; font-size: 14px; letter-spacing: 0; }
#customer_header #g_header .hd_inner .h_nav ul a::after { position: absolute; bottom: -1px; left: 0; width: 100%; height: 1px; background: #333; content: ''; transform: scale(0, 1); transform-origin: center top; transition: transform 0.3s; }
#customer_header #g_header .hd_inner .h_nav ul a.active::after { transform: scale(1, 1); }

#customer_header #g_header .fixed_btn { display: flex; position: absolute; top: 0; right: 0; z-index: 9999; }
#customer_header #g_header .fixed_btn .btn_menu { display: flex; width: 100px; height: 100px; background: var(--color02); color: #fff; flex-direction: column; justify-content: center; align-items: center; cursor: pointer; }
#customer_header #g_header .fixed_btn .btn_menu .icon { position: relative; width: 30px; height: 10px; margin-bottom: 8px; }
#customer_header #g_header .fixed_btn .btn_menu .icon span { position: absolute; left: 0; width: 100%; height: 1px; background-color: #fff; transition: 0.4s; font-size: 0; line-height: 0; }
#customer_header #g_header .fixed_btn .btn_menu .icon span:nth-child(1) { top: 0; }
#customer_header #g_header .fixed_btn .btn_menu .icon span:nth-child(2) { bottom: 0; }
#customer_header #g_header .fixed_btn .btn_menu .txt { font-size: 10px; letter-spacing: 0.2em; }
#customer_header #g_header .btn_menu.menu_open { pointer-events: auto; opacity: 1; }
#customer_header #g_header .btn_menu.menu_close { pointer-events: none; opacity: 0; position: absolute; top: 0; right: 0; }
#customer_header #g_header:target .fixed_btn .btn_menu .icon span:nth-child(1) { transform: translateY(5px) rotate(-45deg); }
#customer_header #g_header:target .fixed_btn .btn_menu .icon span:nth-child(2) { transform: translateY(-5px) rotate(45deg); }
#customer_header #g_header:target .fixed_btn { position: fixed; }
#customer_header #g_header:target .btn_menu.menu_open { pointer-events: none; opacity: 0; }
#customer_header #g_header:target .btn_menu.menu_close { pointer-events: auto; opacity: 1; }

@media screen and (hover: hover) and (min-width: 601px) {
	#customer_header #g_header .h_nav ul a:hover { opacity: 1; }
	#customer_header #g_header .h_nav ul a:hover::after { transform: scale(1, 1); }
	#customer_header #g_header .hd_inner .lang:hover dd { display: block; }
	#customer_header #g_header .fixed_btn .reserve_btn:hover { background: #8a1217; }
}

@media screen and (min-width: 601px) {
	#customer_header #g_header .hd_inner .tel { font-weight: bold; }
	#customer_header #g_header .hd_inner .tel .tel-link { font-size: 18px; }
	#customer_header #g_header .hd_inner .lang { cursor: pointer; }
	#customer_header #g_header .hd_inner .lang dt { border-bottom: 1px solid var(--txt_color); padding-bottom: 2px; }
	#customer_header #g_header .hd_inner .lang dt::after { width: 12px; height: 12px; background: url(../img/icon_arrow01.svg) no-repeat center/contain; content: ''; }
}

@media screen and (max-width: 1380px) {
	#customer_header #g_header { padding-right: 120px;}
	#customer_header #g_header .hd_inner .lang dt { gap: 5px; letter-spacing: 0.08em; }
	#customer_header #g_header .hd_inner .tel { margin: 0 20px; }
	#customer_header #g_header .hd_inner .h_nav ul { gap: 15px; }
}

@media screen and (max-width: 600px) {
	#customer_header .hero_contents { height: auto; }

	#customer_header #g_header { height: 60px; padding: 0 calc(4% + 60px) 0 4%; }
	#customer_header #g_header .hd_tit { width: 120px; }
	#customer_header #g_header .hd_inner .tel { margin: 0 20px; font-size: 8px;  }
	#customer_header #g_header .hd_inner .tel .tel-link { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; line-height: 1; letter-spacing: 0.05em;}
	#customer_header #g_header .hd_inner .tel .tel-link::before { width: 23px; height: 23px; background: url(../img/icon_tel.svg) no-repeat center/contain; content: ''; }
	#customer_header #g_header .hd_inner .lang dt { flex-direction: column; align-items: center; gap: 5px; font-size: 8px; letter-spacing: 0.05em; line-height: 1; }
	#customer_header #g_header .hd_inner .lang dt::before { width: 22px; height: 22px; background-image: url(../img/icon_lang_sp.svg); }
	#customer_header #g_header .hd_inner .lang dd {  padding: 5px 0px; min-width: 100px; box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 15px; }
	#customer_header #g_header .hd_inner .lang dd ul li a { padding: 5px 15px; font-size: 12px; }

	#customer_header #g_header .fixed_btn .btn_menu { width: 60px; height: 60px; }
	#customer_header #g_header .fixed_btn .btn_menu .icon { width: 24px; height: 8px; margin-bottom: 10px; margin-top: 5px; }
	#customer_header #g_header .fixed_btn .btn_menu .txt { font-size: 8px; letter-spacing: 0.1em; line-height: 1; }
	#customer_header #g_header .fixed_btn .reserve_btn { height: 60px; font-size: 13px; }
	#customer_header #g_header:target .fixed_btn .btn_menu .icon span:nth-child(1) { transform: translateY(4px) rotate(-45deg); }
	#customer_header #g_header:target .fixed_btn .btn_menu .icon span:nth-child(2) { transform: translateY(-4px) rotate(45deg); }
}



/* 	G-nav
------------------------------------------------------ */
#customer_header #gnav { position: fixed; top: 0; right: 0; z-index: 999; width: 100%; height: 100dvh; overflow: auto; pointer-events: none; opacity: 0; transition: opacity 0.5s; }
#customer_header #g_header:target #gnav { pointer-events: auto; opacity: 1; }

#customer_header #gnav .gnav_inner { display: flex; width: 100%; height: 100%; }

#customer_header #gnav .nav_visual { position: relative; background: url(../img/gnav_bg.webp) no-repeat center/cover; flex-grow: 1; }
#customer_header #gnav .nav_content { display: flex; padding: 60px; background: var(--bg); flex-shrink: 0; align-items: center; justify-content: center; flex-direction: column; }
#customer_header #gnav .nav_content .gnav_hd { display: flex; width: 100%; align-items: center; gap: 30px; margin-bottom: 100px; }
#customer_header #gnav .nav_content .tel { font-size: 12px; font-weight: bold; }
#customer_header #gnav .nav_content .tel .tel-link { font-size: 20px; }
#customer_header #gnav .nav_content .nav_column { display: flex; gap: 60px; margin-bottom: 60px; }
#customer_header #gnav .nav_content .nav_column ul { border-left: 1px solid #5e5e54; padding-left: 30px; min-width: 170px; }
#customer_header #gnav .nav_content .nav_column ul li { margin-bottom: 35px; }
#customer_header #gnav .nav_content .nav_column ul li a { display: inline-block; letter-spacing: 0.1em; transition: color 0.3s; white-space: nowrap; }
#customer_header #gnav .nav_content .btn_col { display: flex; width: 100%; gap: 15px; }
#customer_header #gnav .nav_content .btn_col a { display: flex; flex: 1; height: 70px; background: #fff; color: var(--color01); justify-content: center; align-items: center; border-radius: 8px; letter-spacing: 0.1em; transition: 0.3s; border: 1px solid var(--color01); white-space: nowrap; }
#customer_header #gnav .nav_content .btn_col a.reserve_btn { background: var(--color01); color: #fff; }

@media screen and (hover: hover) and (min-width: 601px) {
	#customer_header #gnav .nav_content .nav_column ul li a:hover { color: var(--color01); opacity: 1; }
	#customer_header #gnav .nav_content .btn_col a:hover { opacity: 0.8; }
	#customer_header #gnav .nav_content .btn_col a.reserve_btn:hover { background: #664b2c; border-color: #664b2c; }
}

@media screen and (max-width: 600px) {
	#customer_header #gnav .gnav_inner { display: block; }
	#customer_header #gnav .nav_content { padding: 90px 12% 80px; }
	#customer_header #gnav .nav_content .gnav_hd { width: 80%; flex-direction: column; gap: 10px; margin-bottom: 30px; }
	#customer_header #gnav .nav_content .gnav_hd .logo { width: 100%; }
	#customer_header #gnav .nav_content .tel { font-size: 14px; }
	#customer_header #gnav .nav_content .tel .tel-link { font-size: 22px; }
	#customer_header #gnav .nav_content .nav_column { width: 100%; flex-direction: column; gap: 0; margin-bottom: 40px; }
	#customer_header #gnav .nav_content .nav_column ul { border-left: none; padding-left: 0; min-width: 100%; }
	#customer_header #gnav .nav_content .nav_column ul li { padding: 10px 0; margin-bottom: 0; border-bottom: 1px dashed #5e5e54; }
	#customer_header #gnav .nav_content .nav_column ul li a { display: flex; align-items: center; gap: 2px; }
	#customer_header #gnav .nav_content .nav_column ul li a::before { display: inline-block; width: 5px; height: 1px; background: var(--txt_color); content: ''; }
	#customer_header #gnav .nav_content .nav_column ul li a::after { display: block; margin: 0 4% 0 auto; content: '>'; }
	#customer_header #gnav .nav_content .btn_col { flex-wrap: wrap; gap: 15px 4%; }
	#customer_header #gnav .nav_content .btn_col a { flex: auto; width: 48%; height: 45px; letter-spacing: 0.05em; }
	#customer_header #gnav .nav_content .btn_col a.reserve_btn { width: 100%; height: 55px; }
	#customer_header #gnav .nav_content .close_btn { margin-top: 40px; border-bottom: 1px solid var(--txt_color); }
}


/* ---------------------------------------------------
	Footer
------------------------------------------------------ */
#customer_footer { background: var(--bg); }
#customer_footer #pagetop { display: flex; position: fixed; right: 15px; bottom: 40px; z-index: 1000; opacity: 1; flex-direction: column; align-items: center; transition: transform 0.5s, opacity 0.5s; cursor: pointer; }
#customer_footer #pagetop .txt { display: block; writing-mode: vertical-rl; font-size: 10px; letter-spacing: 0.3em; margin-bottom: 15px; color: #9c9c8f;}
#customer_footer #pagetop .line { display: block; position: relative; width: 1px; height: 80px; background: rgba(0,0,0,0.1); overflow: hidden; font-size: 0; line-height: 0; }
#customer_footer #pagetop .line::after { position: absolute; top: 0; left: 0; width: 1px; height: 100%; background: #9c9c8f; content: ""; animation: lineMoveUp 2.5s infinite cubic-bezier(0.4, 0, 0.2, 1); }
@keyframes lineMoveUp { 0% { transform: scaleY(0); transform-origin: bottom; } 45% { transform: scaleY(1); transform-origin: bottom; } 55% { transform: scaleY(1); transform-origin: top; } 100% { transform: scaleY(0); transform-origin: top; } }

#customer_footer #footer .f_wrapper { padding: 100px 0; box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); }
#customer_footer #footer .f_wrapper > div { display: flex; justify-content: space-between; }
#customer_footer #footer .f_logo .logo { display: block; }
#customer_footer #footer .f_logo .tel { font-size: 17px; margin-top: 20px; font-weight: bold; }
#customer_footer #footer .f_logo .tel .tel-link { font-size: 27px;}
#customer_footer #footer .f_logo .mail { font-size: 14px; line-height: 1; display: inline-block; }
#customer_footer #footer .f_logo .mail img { transform: translate(0, 2px); }
#customer_footer #footer .f_logo address { font-size: 14px; margin-top: 20px; line-height: 1.6; }
#customer_footer #footer .f_logo .sns_col { margin-top: 25px; }
#customer_footer #footer .f_logo .sns_col a { display: flex; width: fit-content; align-items: center; gap: 10px; font-size: 14px;}

#customer_footer #footer .f_nav .nav_column { display: flex; gap: 110px; }
#customer_footer #footer .f_nav .reserve_btn { display: flex; height: 85px; background:#fff; color: var(--color01); margin-bottom: 40px; justify-content: center; align-items: center; gap: 20px; border-radius: 8px; letter-spacing: 0.1em; border: 1px solid var(--color01); white-space: nowrap; }
#customer_footer #footer .f_nav .reserve_btn .ja { font-size: 20px; font-weight: bold; }
#customer_footer #footer .f_nav .reserve_btn .en { font-size: 10px; }
#customer_footer #footer .f_nav .nav_column ul li { margin-bottom: 15px; }
#customer_footer #footer .f_nav .nav_column ul li a { display: flex; gap: 2px; transition: color .5s; font-size: 14px; }
#customer_footer #footer .f_nav .nav_column ul li a::before { display: inline-block; width: 5px; height: 1px; margin: 0.7em 0; background: var(--txt_color); content: ''; }

#customer_footer #footer #group_col { padding: 85px 0; background: #fff; color: var(--bg); }
#customer_footer #footer #group_col a { color: var(--bg); }
#customer_footer #footer #group_col .group_tit { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
#customer_footer #footer #group_col .group_tit .tit { font-size: 20px; font-weight: bold; }
#customer_footer #footer #group_col .group_tit .cmn_btn02 { display: flex; width: fit-content; width: 135px; height: 30px; padding: 5px; align-items: center; justify-content: center; gap: 10px; border-radius: 8px; font-size: 14px; border: 1px solid #adadad; }
#customer_footer #footer #group_col .group_tit .cmn_btn02::after { content: '>';}
#customer_footer #footer #group_col .item_list { display: flex; justify-content: space-between; gap: 5.8%; }
#customer_footer #footer #group_col .item_list .item { flex: 1; min-width: 29%; }
#customer_footer #footer #group_col .item_list .item a { display: flex; height: 100%; flex-direction: column; color: var(--bg); }
#customer_footer #footer #group_col .item_list .item a > *:not(.photo) { transition: opacity .5s;}
#customer_footer #footer #group_col .item_list .item .photo { overflow: hidden;}
#customer_footer #footer #group_col .item_list .item .photo img { transition: transform .5s;}
#customer_footer #footer #group_col .item_list .item .name { display: flex; align-items: center; justify-content: center; flex-grow: 1; text-align: center; margin-top: 20px; }
#customer_footer #footer #group_col .item_list .item .copy { font-size: 14px; }

@media screen and (hover: hover) and (min-width: 601px) {
	#customer_footer #footer .f_nav .nav_column ul li a:hover { color: var(--color01); opacity: 1;}
	#customer_footer #footer #group_col .item_list .item a:hover .photo img { transform: scale(1.2); }
	#customer_footer #footer #group_col .item_list .item a:hover { opacity: 1; }
	#customer_footer #footer #group_col .item_list .item a:hover > *:not(.photo) { opacity: .7; }
}

@media screen and (min-width: 601px) {
	#customer_footer #footer #group_col .item_list .item .copy { border-top: 1px solid #bfbdbd; padding-top: 15px; margin-top: 20px; }
}
@media screen and (max-width: 600px) {
	#customer_footer #pagetop { right: 1vw; bottom: 15px; }
	#customer_footer #pagetop .txt { font-size: 10px; letter-spacing: 0.1em; margin-bottom: 10px; }
	#customer_footer #pagetop .line { height: 40px; }

	#customer_footer #footer .f_wrapper { padding: 60px 0 50px; }
	#customer_footer #footer .f_wrapper > div { flex-direction: column; }
	#customer_footer #footer .f_logo { width: 76%; margin: 0 auto 40px; }
	#customer_footer #footer .f_logo .logo { width: 100%; margin: 0 auto; }
	#customer_footer #footer .f_logo .tel { font-size: 14px; margin-top: 15px; }
	#customer_footer #footer .f_logo .tel .tel-link { font-size: 22px;}
	#customer_footer #footer .f_logo .mail { font-size: 12px; }
	#customer_footer #footer .f_logo .mail img { width: auto; height: 12px; transform: translate(0, 1px); }
	#customer_footer #footer .f_logo address { font-size: 13px; margin-top: 15px; }
	#customer_footer #footer .f_logo .sns_col { margin-top: 20px; }
	#customer_footer #footer .f_logo .sns_col a { gap: 5px; font-size: 13px;}
	#customer_footer #footer .f_logo .sns_col img { width: 20px; height: 20px; }

	#customer_footer #footer .f_nav .nav_column { flex-wrap: wrap; gap: 2%; }
	#customer_footer #footer .f_nav .reserve_btn { height: 50px; margin-bottom: 30px; gap: 10px; }
	#customer_footer #footer .f_nav .reserve_btn .ja { font-size: 16px; line-height: 1; }
	#customer_footer #footer .f_nav .reserve_btn .en { font-size: 8px; }
	#customer_footer #footer .f_nav .nav_column ul { width: 49%; }
	#customer_footer #footer .f_nav .nav_column ul li { margin-bottom: 10px; }
	#customer_footer #footer .f_nav .nav_column ul:nth-child(3) { display: grid; width: 100%; border-top: 1px solid #9c9c8f; padding-top: 15px; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, auto); grid-auto-flow: column; gap: 2%;}

	#customer_footer #footer #group_col { padding: 60px 0; }
	#customer_footer #footer #group_col .group_tit { flex-wrap: wrap; gap: 5px 15px; }
	#customer_footer #footer #group_col .group_tit .tit { font-size: 18px; }
	#customer_footer #footer #group_col .group_tit .cmn_btn02 { width: 110px; height: 26px; margin: 0 0 0 auto; font-size: 12px; }
	#customer_footer #footer #group_col .item_list { flex-wrap: wrap; gap: 30px 2%; }
	#customer_footer #footer #group_col .item_list .item { width: 100%; min-width: 100%; }
	#customer_footer #footer #group_col .item_list .item a { flex-direction: row; flex-wrap: wrap; gap: 10px 5%; }
	#customer_footer #footer #group_col .item_list .item .photo { width: 56%; }
	#customer_footer #footer #group_col .item_list .item .name { width: 39%; margin-top: 0; }
	#customer_footer #footer #group_col .item_list .item .copy { width: 100%; font-size: 12px; }
}
