@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 div,
#customer_footer div { box-sizing: border-box;}
#customer_header dt,
#customer_footer dt { font-weight: normal; }

#customer_header p,
#customer_footer p { padding: 0; margin: 0;}

#customer_header .nav>li>a{ padding: 0;}
#customer_header .nav>li>a:focus, #customer_header .nav>li>a:hover,
#customer_footer .nav>li>a:focus, #customer_footer .nav>li>a:hover { background: transparent;}


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

#customer_header,
#customer_footer {
	font-size: 15px; font-weight: normal; line-height: 2;
	font-family: "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", "YuMincho", "MS PMincho", serif;
	-webkit-text-size-adjust: 100%; position: relative; letter-spacing: 0.1em;
}

#webc_con { padding-top: 150px; }

:root {
	--color01: #982626;
	--color02: #f3f3f3;
	--color03: #767867;
	--color04: #8c4d49;
	--color05: #a55043;
	--color06: #a7997c;
	--color07: #9a8759;
}


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

#customer_header a,
#customer_footer a { color: #000; text-decoration: none; transition: opacity .5s; }
@media screen and (hover: hover) {
	#customer_header a:hover,
	#customer_footer a:hover { opacity: .6; }
}

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

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

@media screen and (orientation:landscape) {
	body { width: 100%;}
}
@media screen and (max-width: 768px) {
	body { min-width: 0;}
	#customer_header,
	#customer_footer { font-size: 14px;  letter-spacing: 0.08em; line-height: 1.8; }

	#webc_con { padding-top: 65px; }

	#customer_header .pc,
	#customer_footer .pc { display: none !important;}
	#customer_header .sp,
	#customer_footer .sp { display: inline-block;}
}



/* Header
------------------------------------------------------ */
#customer_header #h_navwrap { display: flex; align-items: flex-start; justify-content: space-between; position: absolute; left: 0; top: 0; z-index: 5; width: 100%; box-sizing: border-box; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(12px); background: rgba(255, 255, 255, .9); opacity: 1; pointer-events: auto; transition: opacity .6s ease-out; }
#customer_header #header_wrap:target #h_navwrap { opacity: 0; pointer-events: none; }
#customer_header #h_logo { width: 165px; padding: 15px 0 15px 30px; }
#customer_header #h_logo a { transition: opacity .5s; font-size: 14px; }
#customer_header #h_tel { padding: 20px 0 15px 40px;  margin: 0 auto 0 0; color: #fff; font-size: 19px; display: flex; align-items: center; }
#customer_header #h_tel .tel-link { font-size: 23px; pointer-events: none; }
#customer_header #h_tel::before { content: ''; display: block; width: 19px; height: 19px;margin-right: 10px; background: url(../img/ico_tel.svg) no-repeat center / contain;}
#customer_header #h_lang { margin: 25px 0 0 45px; }
#customer_header #h_lang a { padding: 0;}
#customer_header .h_nav { display: flex; justify-content: flex-end; flex-direction: column-reverse; margin-top: 35px; }
#customer_header .h_nav a { position: relative; display: inline-block; margin: 0 5px; padding: 10px 5px 20px; font-size: 17px; text-decoration: none; color: #fff; transition: transform .5s ease, opacity .5s; }
#customer_header #h_nav.h_nav { margin: 25px 0 0 auto; }
#customer_header #h_nav.h_nav a::before {
	position: absolute; top: 0; left:calc(50% - 0.5px); content:''; display:block; width: 1px; height:3px; background: #fff; }
#customer_header #h_btn.h_nav { margin: 15px 20px 0 auto; }
#customer_header #h_btn.h_nav a { display: flex; align-items: center; justify-content: flex-start; font-size: 18px;  }
#customer_header #h_btn.h_nav a::before { content: ''; display: block; background: url(../img/ico_illust01.svg) no-repeat center top/contain; width: 6px; height: 6px; margin-bottom: 10px; background-color: #fff; background-image: linear-gradient(-90deg, transparent 50%, #000 50%), linear-gradient(transparent 50%, #000 50%); mix-blend-mode: screen; background-size: 2px 2px; background-position: 1px, 1px; background-repeat: repeat;}
#customer_header #h_btn.h_nav li + li a { margin-left: 15px;}
#customer_header #h_btn.h_nav li:nth-child(1) a { background: var(--color05);}
#customer_header #h_btn.h_nav li:nth-child(2) a { background: #791616;}

#customer_header #open_menu { position:relative; z-index: 11; display: flex; align-items: center; justify-content: center; flex-direction: column; width: 100px; height: 80px; box-sizing: border-box; }
#customer_header #open_menu:hover { text-decoration: none; }
#customer_header #open_menu .line { display: flex; flex-direction: column; width: 30px; font-size: 0; }
#customer_header #open_menu .line span { width: 100%; height: 1px; background-color: #000; transition: width .5s, opacity .5s ,transform .5s, background-color .5s; }
#customer_header #open_menu .line span + span { margin-top: 8px; }
#customer_header #open_menu .line span:last-of-type { width: 50%; margin-left: auto; }
#customer_header #open_menu .txt { font-size: 13px; color: #000; line-height: 1; margin-top: 5px; position: relative; transition: color .5s; }
#customer_header #open_menu .txt span {  font-size: 13px; width: 100%; text-align: center; }
#customer_header #open_menu .txt .open { opacity: 1; }
#customer_header #open_menu .txt .close { float: none; font-weight: normal; text-shadow: none; opacity: 0; position: absolute; top: 0; left: 50%; transform: translateX(-50%); letter-spacing: 0; }

#customer_header #header_wrap:target #open_menu .line { width: 40px;}
#customer_header #header_wrap:target #open_menu .line span { background-color:#000; }
#customer_header #header_wrap:target #open_menu .line span:nth-of-type(1) { transform: rotate(45deg) translate(5px,5px); }
#customer_header #header_wrap:target #open_menu .line span:nth-of-type(2) { opacity: 0; }
#customer_header #header_wrap:target #open_menu .line span:last-of-type { transform: rotate(-45deg) translate(8px,-8px); width: 100%; }
#customer_header #header_wrap:target #open_menu .txt .open { opacity: 0; }
#customer_header #header_wrap:target #open_menu .txt .close { opacity: 1; }


@media screen and (hover: hover) {
	#customer_header #open_menu:hover { opacity: 1;}
	#customer_header #open_menu:hover .line span:last-of-type { width: 100%; }
	#customer_header .h_nav a:hover { transform: translateY(5px); }
}

@media screen and (min-width: 601px) {
	#customer_header #header { min-width: 1200px; }
}
@media screen and (max-width: 600px) {
	#customer_header #h_logo { width: 21%; padding: 0; display: block; }
	#customer_header #h_logo a { font-size: 10px;}
	#customer_header #h_logo a img { width: 100%; height: auto; object-fit: contain;}
	#customer_header #h_navwrap { align-items: center; background: rgba(255, 255, 255, .9); left: 0px; padding: 10px 0 10px 2%; }

	#customer_header #header #h_tel { padding: 0 0 0 20px; }
	#customer_header #h_tel .tel-link { font-size: 18px; pointer-events: auto; }
	#customer_header #h_tel::before { width: 16px; height: 16px; margin-right: 5px;}
	#customer_header #open_menu { display: flex; width: 60px; height: 45px; border: 0; transition: background-color .6s step-start;}
	#customer_header #open_menu .line { width: 20px; margin-left: -5px; }
	#customer_header .h_navwrap,
	#customer_header #header:not([class]) .h_navwrap { justify-content: space-between; }
	#customer_header #header #h_btn.h_nav{ flex-direction: row; margin: 0 0 0 auto; -webkit-writing-mode: horizontal-tb; -ms-writing-mode: lr-tb; writing-mode: horizontal-tb; }
	#customer_header #header #h_btn.h_nav a::before { display: none; }
	#customer_header #h_btn.h_nav li a:last-child { margin-right: 0;}
	#customer_header #h_btn.h_nav li + li a { margin-left: 10px;}

	#customer_header #header #open_menu { height: 45px; display: flex; }
	#customer_header #header #open_menu .line span { background-color: #000;}
	#customer_header #header #open_menu .line span + span { margin-top: 4px; }
	#customer_header #header #open_menu .txt { font-size: 10px; }
	#customer_header #header #h_btn.h_nav a { width: 100px; padding: 10px 10px; justify-content: center; font-size: 12px; }
	#customer_header #header #h_btn.h_nav li:nth-child(1) a { background: var(--color05);}
	#customer_header #header #h_btn.h_nav a {  padding: 10px 10px; color: #fff; border: none; font-size: 12px; box-sizing: border-box; }
	#customer_header #header #h_btn.h_nav li:nth-child(2) a { background: #791616;}

	#customer_header #header_wrap:target #open_menu { height: 45px; border: 0; }
	#customer_header #header_wrap:target #open_menu .line { width: 20px; margin-left: -5px;}
	#customer_header #header_wrap:target #open_menu .line span:nth-of-type(1) { transform: rotate(45deg) translate(3px,3px); }
	#customer_header #header_wrap:target #open_menu .line span:last-of-type { transform: rotate(-45deg) translate(4px,-4px); }
}


/* ---------------------------------------------------
	G-nav
------------------------------------------------------ */
#customer_header #gnav_wrap { }
#customer_header #gnav_wrap #gnav { opacity: 0; pointer-events: none; transition: opacity .6s ease-out; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #fff; overflow: auto; z-index: 9999; box-sizing: border-box; }
#customer_header #header_wrap:target #gnav_wrap #gnav { opacity:1; pointer-events:auto; }
#customer_header #header:target #gnav_wrap #gnav { opacity: 0; pointer-events: none;}

#customer_header #gnav_wrap #open_menu { position: absolute; right: 0; top: 0; }

#customer_header #gnav_menu {
	display: flex; flex-wrap: wrap;
	width: 900px; max-width: 90%; margin: 0 auto; padding: 100px 0 40px; }
#customer_header #gnav_menu .logo { width: 100%; margin-bottom: 50px; text-align: center; }
#customer_header #gnav_menu .logo a { transition: opacity .5s ease; width: fit-content; margin: 0 auto; display: flex; flex-direction: column; align-items: center; font-size: 14px; }
#customer_header #gnav_menu .logo a span { margin-bottom: 25px;}
#customer_header #gnav .nav { width: calc(100% / 3); font-size: 20px; }
#customer_header #gnav_add { margin-top: 50px; flex-grow: 1; }
#customer_header #gnav .sns { margin-top: 50px; }

#customer_header .lang { display: flex; align-items: center; transition: color .5s ease, opacity .5s; pointer-events: none; }
#customer_header .lang li { display: flex; align-items: stretch;}
#customer_header .lang,
#customer_header .lang a { color: #fff; font-size: 16px; }
#customer_header .lang a { transition: opacity .5s, color .5s; padding: 10px 0; }
#customer_header #header_wrap:target #header #gnav_wrap .lang { opacity: 1; pointer-events: auto; position: absolute; top: 45px; left: 35px; display: flex; }
#customer_header #header_wrap:target #header #gnav_wrap .lang,
#customer_header #header_wrap:target #header #gnav_wrap .lang a { color: #000; }
#customer_header #header_wrap:target #gnav_wrap .lang li + li::before { background: rgba(0, 0, 0, 0.5); }

#customer_header #gnav_menu > .nav > li,
#customer_header #gnav_reserve li { text-indent: -1em; padding-left: 1em; }
#customer_header #gnav_menu > .nav > li a,
#customer_header #gnav_reserve .link_btn,
#customer_header #gnav_reserve li a { transition: opacity .5s; text-decoration: none; }
#customer_header #gnav_menu > .nav > li a::before { content: ''; display:inline-block; width:6px; height:10px; margin-right:10px; background: url(../img/arrow_gnav.svg)no-repeat center; }
#customer_header #gnav_menu>.nav>li+li { margin-top: 30px; }
#customer_header #gnav_reserve li+li { margin-top: 13px; }
#customer_header #gnav_reserve li:not(:first-child) { padding-left: 23px; }
#customer_header #gnav_reserve li:not(:first-child)::before { content: '-'; margin-right: 3px; }
#customer_header #gnav_reserve li:not(:first-child) a { font-size: 14px; }
#customer_header #gnav_reserve .link_btn { position: relative; display: flex; align-items:center; max-width: 100%; padding: 28px 25px 28px 40px; box-sizing: border-box; background: #791616; color: #fff; transition: background-color .5s; }
#customer_header #gnav_reserve .link_btn span { position: relative; padding-bottom: 3px; }
#customer_header #gnav_reserve .link_btn::after { content: none; }
#customer_header #gnav_reserve_pc { width: 100%; margin-top: 70px; display: flex; justify-content: space-between;  }
#customer_header #gnav_reserve_pc li { width: 48%; }
#customer_header #gnav_reserve_pc li a { display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding: 5px 20px; font-size: 20px; }
#customer_header #gnav_reserve_pc li:nth-child(1) a { background: var(--color05);}
#customer_header #gnav_reserve_pc li:nth-child(2) a { background: #791616;}
#customer_header #gnav_add span { display: inline-block; margin-right: 15px; }

#customer_header #gnav .tel_col { width: 100%; padding: 5vw 0 7vw; border-bottom: 1px solid #d1d1d1; text-align: center; color: #866d47; line-height: 1.3; }
#customer_header #gnav .tel_col p:not(.num) { font-size: 17px; }
#customer_header #gnav .tel_col .num { font-size: 26px; }
#customer_header #gnav .tel_col .tel-link { font-size: 35px; color: #866d47;}
#customer_header #gnav .tel_col span:not(.tel-link) { font-size: 14px; display: block; }

#customer_header #gnav .sns { display: flex; align-items: center; justify-content: flex-end; }
#customer_header #gnav .sns li + li { margin-left: 25px;}
#customer_header #gnav .sns a { display: block; line-height:1; }

#customer_header .link01 span { padding-bottom: 3px; position: relative; }
#customer_header .link01 span:before { content: ''; display: block; width: 100%; height: 1px; background: rgba(0, 0, 0, 0.6); position: absolute; bottom: 0; left: 0; width: 0; transition: width .5s; }

@media screen and (hover: hover) {
	#customer_header #gnav_menu>.nav>li a:hover,
	#customer_header #gnav_reserve .link_btn:hover { opacity: 1; background: transparent; }
	#customer_header .lang li:last-child a:hover { text-decoration: none; opacity: 1!important; }
	#customer_header .link01:hover span:before { width: 100%; }
}
@media screen and (min-width: 601px) {
	#gnav_reserve .link_btn { display: block; padding:0; background:none; color: #000;}
	#gnav_reserve .link_btn::before { content: ''; display:inline-block; width:6px; height:10px; margin-right:10px; background: url(../img/arrow_gnav.svg)no-repeat center; }
	#customer_header .lang li + li::before { content: ''; display: block; width: 1px; background: #fff; margin: 0 10px; }
	#customer_header .lang li:last-child a { opacity: .5; }
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 600px) {
	#customer_header #gnav_wrap #gnav { padding: 120px 6% calc(100px + env(safe-area-inset-bottom)); }
	#customer_header #gnav_wrap #open_menu { top: 10px;}

	#customer_header #gnav_menu { padding: 0; }
	#customer_header #gnav_menu .logo { position: absolute; left: 4%; top: 12px; width: 120px; margin: 0; }
	#customer_header #gnav_menu .logo a { font-size: 10px; }
	#customer_header #gnav_menu .logo a span { margin-bottom: 5px; }
	#customer_header #gnav_menu .logo a img { width: 100%; height: auto; object-fit: contain;}
	#customer_header #gnav_menu .lang { top: 20px; right: 60px; left: inherit; }
	#customer_header #gnav_menu>.nav { width: 100%; }
	#customer_header #gnav_menu>.nav li { padding:0; text-indent:0; }
	#customer_header #gnav_menu>.nav:not(:nth-of-type(2)) li a::before { content: none; }
	#customer_header #gnav_menu>.nav:nth-of-type(2) { font-size: 16px; order: 1; }
	#customer_header #gnav_menu>.nav:nth-of-type(2) li { border-bottom: 1px solid #d1d1d1; }
	#customer_header #gnav_menu>.nav:nth-of-type(2) li a::before { margin-left:5px; }
	#customer_header #gnav_menu>.nav:nth-of-type(3) { padding-top:3vw; order: 3; }
	#customer_header #gnav_menu>.nav:nth-of-type(4) { margin:0; order: 4; }
	#customer_header #gnav_menu>.nav:nth-of-type(3),
	#customer_header #gnav_menu>.nav:nth-of-type(4) { font-size: 14px; }
	#customer_header #gnav_menu>.nav>li+li { margin: 0; }
	#customer_header #gnav_menu>.nav>li a { display: block; padding: 10px 0; }
	#customer_header #gnav_reserve { width: 100%; margin-top: 7vw; order: 2; }
	#customer_header #gnav_reserve li { padding: 0; text-indent: 0; }
	#customer_header #gnav_reserve .link_btn { background: var(--color01); justify-content: center; font-size: 17px; color: #fff; text-decoration: none; padding: 15px 10px;}
	#customer_header #gnav_reserve .link_btn + a { display: block; width: fit-content; margin: 10px auto 0; text-align: center; font-size: 15px; text-decoration: underline;}

	#customer_header .lang a { padding: 0; }
	#customer_header #header_wrap:target #header .h_navwrap { justify-content: flex-end; }
	#customer_header #header_wrap:target #header #h_logo { pointer-events: none; opacity: 0;}
	#customer_header #header_wrap:target #header #gnav_wrap .lang { top: 20px; right: 60px; left: inherit; }

	#customer_header #gnav .tel_col p:not(.num) { font-size: 16px; }
	#customer_header #gnav .tel_col .num { font-size: 20px; }
	#customer_header #gnav .tel_col .tel-link { font-size: 24px; }
	#customer_header #gnav .tel_col span:not(.tel-link) { font-size: 12px;  }

	#customer_header #gnav .sns { margin-top: 3vw; justify-content: flex-start; padding: 0; border: none; order: 5; }
	#customer_header #gnav .sns li+li { margin-left: 20px; }
}


/* Footer
------------------------------------------------------ */
#customer_footer #f_con { display: flex; flex-wrap: wrap; }
#customer_footer .inner { position: relative; width:100%; }
#customer_footer .inner>p,
#customer_footer #f_nav { position: absolute; left: 100px; text-shadow: 0 0 6px rgb(0 0 0 / 30%);}
#customer_footer .inner>p { top: 42%; font-size: 22px; color: #fff; line-height: 2;}
#customer_footer .inner picture img { width: 100%; height: 100%; }
#customer_footer #f_nav { bottom: 5px; }
#customer_footer #f_nav>ul { display: flex; }
#customer_footer #f_nav li+li { margin-left: 45px; }
#customer_footer #f_nav a { display: flex; align-items: center; color: #fff; transition: opacity .6s; }
#customer_footer #f_nav a::before { content: ''; display: inline-block; width: 10px; height: 1px; margin-right: 5px; background: #fff; transition: transform .6s; }
#customer_footer #f_nav a:hover { text-decoration: none; opacity: .85; }
#customer_footer #f_nav a:hover::before { transform: translateX(-5px); }
#customer_footer #copyright { width: 100%; font-size: 10px; margin-top: 15px; opacity: .5; }
#customer_footer #f_con_btm { position: relative; display: flex; min-height: calc(100px*2); background: #000; color: #fff; padding: 0 0 30px 100px; }
#customer_footer #f_add { display: flex; flex-wrap: wrap; align-items: center; margin-top: 35px; width: calc(100% - 350px); line-height: 2; }
#customer_footer #f_add .logo { padding: 0 40px 0 0; box-sizing: border-box; font-size: 0; font-size: 13px; }
#customer_footer #f_add .logo a { color: #fff; transition: opacity .5s; display: block; width: 163px; }
#customer_footer #f_add .logo a span { margin-bottom: 5px; line-height: 1.3; display: block;}
#customer_footer #f_add .logo a:hover { opacity: .6; }
#customer_footer #f_add .logo a img { width: 100%; height: auto; object-fit: contain;}
#customer_footer #f_add .sns { display: flex; align-items: center; padding-right: 45px; margin: 0 0 0 auto; box-sizing: border-box; }
#customer_footer #f_add .sns li+li { margin-left: 25px; }
#customer_footer #f_add .sns li a { opacity: .5;}
#customer_footer #f_add>div { font-size: 14px; margin-right: 20px; }
#customer_footer #f_add>div .tel { margin-right: 1em; }
#customer_footer #f_add>div .tel a { color: #fff; pointer-events: none; }
#customer_footer #f_add .note { display: flex; flex-wrap: wrap; padding-right: 30px; font-size: 13px;}
#customer_footer #f_add .note li { text-indent: -1em; padding-left:1em; }
#customer_footer #f_add .note li:not(:last-child) { margin-right: 1em; }
#customer_footer #f_add .note li::before { content: '※'; }
#customer_footer #f_con_btm .reserve { position: absolute; right: 0; bottom: 0; width: 350px; }
#customer_footer #f_con_btm .reserve a { display: flex; align-items: center; justify-content: center; height: 100px; font-size: 18px; color: #000; background: #fff; transition: background-color .5s;}
#customer_footer #f_con_btm .reserve a:hover { text-decoration:none; }
#customer_footer #f_con_btm .reserve li:first-child a { color: #fff; background: var(--color01); }
#customer_footer #f_con_btm .reserve li:last-child { border-top: 1px solid #c5c5c5; }

@media screen and (hover: hover) {
	#customer_footer #f_con_btm .reserve li:first-child a:hover { background: #c65252; opacity: 1; }
	#customer_footer #f_con_btm .reserve a:hover { background: #e6e6e6; opacity: 1; }
	#customer_footer #f_add .sns li a:hover { opacity: 1;}
}
@media screen and (max-width: 600px) {
	#customer_footer  .inner { min-height: 280px; /* min-height: 340px; */}
	#customer_footer  .inner>p { top: 36%; left: 4%; font-size: 17px; }
	#customer_footer #f_nav { bottom: 2.5vw; left: 0; width: 100%; }
	#customer_footer #f_nav>ul { justify-content: center; flex-wrap: wrap; padding: 0 4%; }
	#customer_footer #f_nav li+li { margin: 0; }
	#customer_footer #f_nav li:not(:last-child) { margin-right: 2em; }
	#customer_footer #f_nav a::before { width: 5px; }
	#customer_footer #copyright { margin-top: 10px; order: 4; }
	#customer_footer #f_con_btm { display: block; padding: 70px 8%; }
	#customer_footer #f_add { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; width: 100%; margin: 0; }
	#customer_footer #f_add .logo { padding: 0; order: 1; }
	#customer_footer #f_add .logo a { width: 120px; font-size: 10px; }
	#customer_footer #f_add .sns { padding-right: 0; order: 2; }
	#customer_footer #f_add .sns li+li { margin-left: 15px; }
	#customer_footer #f_add .sns li a img { width: auto; height: 20px; }
	#customer_footer #f_add>div { margin: 6vw 0 0; font-size: max(2.95vw, 12.5px); order: 3; }
	#customer_footer #f_add>div .tel a { pointer-events: auto; text-decoration: underline; }
	#customer_footer #f_add>div span { display: inline-block; }
	#customer_footer #f_add>div .in_out { display: block; margin-top: 1em; font-size: max(1.95vw, 10px); }
	#customer_footer #f_add>div .in_out dt, 	#f_add>div .in_out dd { display: inline-block; }
	#customer_footer #f_add .note { padding: 0; font-size: max(1.95vw, 10px); letter-spacing: .04em; line-height: 1.6;}
	#customer_footer #f_con_btm .reserve { position: static; width: 100%; margin: 40px auto 0; }
	#customer_footer #f_con_btm .reserve li+li { margin-top: 10px; }
	#customer_footer #f_con_btm .reserve li:last-child { border: none; }
	#customer_footer #f_con_btm .reserve a { height: auto; padding: 3.5vw; font-size: 15px; text-decoration: none; }
}