@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

/* ===================================================
	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 { background: #fff; color: #000;}

#customer_header,
#customer_footer {
	font-size: 16px; font-weight: normal; line-height: 1.5; color: #000;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	-webkit-text-size-adjust: 100%; position: relative;
	font-feature-settings: "palt"; letter-spacing: 0.095em;
}
#customer_header div,
#customer_footer div {
	box-sizing: border-box;
}
#customer_header a,
#customer_footer a {
	box-sizing: border-box;
	color: #000;
	text-decoration: none;
	transition: opacity 0.5s ease;
}
#customer_header img,
#customer_footer img {
	max-width: 100%;
	height: auto;
}
#customer_header .ofi,
#customer_footer .ofi { object-fit: cover; }
#customer_header .sp,
#customer_footer .sp { display: none; }
#customer_footer .inner_lg { width: 1600px; max-width: 100%; margin: 0 auto; }
#customer_header .inner_md,
#customer_footer .inner_md { width: 1200px; max-width: 88%; margin: 0 auto; }
#customer_header .garamond,
#customer_footer .garamond {
	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}

@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: 0.7; }
}
@media screen and (min-width: 769px) {
	body { min-width: 1100px; }
}
@media screen and (max-width: 768px) {
	#customer_header,
	#customer_footer { font-size: 15px; }
	#customer_header .sp,
	#customer_footer .sp { display: block;}
	#customer_header .pc,
	#customer_footer .pc { display: none !important; }
	#customer_footer .inner_lg,
	#customer_header .inner_md,
	#customer_footer .inner_md { max-width: 90%; }
}


/* Header
------------------------------------------------------ */
#customer_header .open_menu {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 80px;
	height: 80px;
	color: #fff;
	background-color: #76161b;
	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;
}
#customer_header .open_menu .bar::before {
	transition: transform 0.15s ease, background-color 0.2s;
}
#customer_header:has(:target) .open_menu::before {
    transform: rotate(45deg) scale(1.15) translate(5px, 5px);
}
#customer_header:has(:target) .open_menu .bar::before {
	transform: scaleX(0);
}
#customer_header:has(:target) .open_menu .bar::after {
    transform: rotate(-45deg) scale(1.15) translate(6px, -6px);
}

@media screen and (hover: hover) and (min-width: 769px) {
	#customer_header .open_menu:hover {
		opacity: 1;
		background-color: #b31b22;
	}
}
@media screen and (max-width: 768px) {
	#customer_header .open_menu .bar {
		width: 100%;
	}
	#customer_header .open_menu::before,
	#customer_header .open_menu .bar::before,
	#customer_header .open_menu .bar::after {
		width: 50%;
	}
}


/* __ Link __ */
#customer_header .link_run,
#customer_footer .link_run {
	display: inline-block;
	position: relative;
	padding: 3px 0;
}
#customer_header .link_run:hover,
#customer_footer .link_run:hover {
	opacity: 1;
}
#customer_header .link_run::before,
#customer_footer .link_run::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #76161b;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.5s;
}
#customer_header .arrow,
#customer_footer .arrow {
	position: relative;
	display: inline-block;
	padding-right: 40px;
	color: #380508;
}
#customer_header .arrow::after,
#customer_footer .arrow::after {
	position: absolute;
    top: calc(50% - 5px);
    right: 5px;
    content: '';
    display: block;
    width: 25px;
    height: 5px;
    border-right: 1.5px solid;
    border-bottom: 1px solid;
	border-color: #76161b;
    transform: skew(55deg);
	transition: right 0.25s linear, border-color 0.25s linear;
}
#customer_header .cmn_btn_01,
#customer_footer .cmn_btn_01 {
	position: relative;
	z-index: 0;
	display: block;
	width: 300px;
	line-height: 58px;
	border: 1px solid;
	color: #380508;
	padding: 0 40px;
	text-align: center;
	transition: color 0.3s linear;
}
#customer_header .cmn_btn_01::before,
#customer_footer .cmn_btn_01::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #b31b22;
	transition: transform 0.45s ease-out;
	transform: scaleX(0);
	transform-origin: left;
}
#customer_header .cmn_btn_01::after,
#customer_footer .cmn_btn_01::after {
	right: 15px;
}
#customer_header .cmn_btn_01.red,
#customer_footer .cmn_btn_01.red,
#customer_header .cmn_btn_01.red2,
#customer_footer .cmn_btn_01.red2,
#customer_header .cmn_btn_01.yel,
#customer_footer .cmn_btn_01.yel {
	border: none;
	line-height: 60px;
	color: #fff;
}
#customer_header .cmn_btn_01.red,
#customer_footer .cmn_btn_01.red {
	color: #fff;
	background-color: #c1141c;
}
#customer_header .cmn_btn_01.red::before,
#customer_footer .cmn_btn_01.red::before {
	background-color: #f5121e;
}
#customer_header .cmn_btn_01.red::after,
#customer_footer .cmn_btn_01.red::after,
#customer_header .cmn_btn_01.yel::after,
#customer_footer .cmn_btn_01.yel::after {
	border-color: #fff;
}
#customer_header .cmn_btn_01.red2,
#customer_footer .cmn_btn_01.red2 {
	background-color: #76161b;
}
#customer_header .cmn_btn_01.red2::before,
#customer_footer .cmn_btn_01.red2::before {
	background-color: #b31b22;
}
#customer_header .cmn_btn_01.yel,
#customer_footer .cmn_btn_01.yel {
	background-color: #a78a24;
}
#customer_header .cmn_btn_01.yel::before,
#customer_footer .cmn_btn_01.yel::before {
	background-color: #d6b22f;
}
#customer_header .link_arrow,
#customer_footer .link_arrow {
	position: relative;
	display: block;
	width: 235px;
	max-width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}
#customer_header .link_arrow::before,
#customer_footer .link_arrow::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	transition: transform 0.5s ease, background-color 0.4s ease;
	transform-origin: right;
}
@media screen and (hover: hover) and (min-width: 601px) {
	#customer_header .link_run:hover::before,
	#customer_footer .link_run:hover::before {
		transform: scaleX(1);
	}
	#customer_header .arrow:hover,
	#customer_footer .arrow:hover {
		opacity: 1;
	}
	#customer_header .arrow:hover::after,
	#customer_footer .arrow:hover::after {
		right: 0;
	}
	#customer_header .cmn_btn_01:hover,
	#customer_footer .cmn_btn_01:hover {
		opacity: 1;
		border-color: #b31b22;
		color: #fff;
	}
	#customer_header .cmn_btn_01:hover::before,
	#customer_footer .cmn_btn_01:hover::before {
		transform: scaleX(1);
	}
	#customer_header .cmn_btn_01:hover::after,
	#customer_footer .cmn_btn_01:hover::after {
		right: 10px;
		border-color: #fff;
	}
	#customer_header .link_arrow:hover,
	#customer_footer .link_arrow:hover {
		opacity: 1;
	}
	#customer_header .link_arrow:hover::before,
	#customer_footer .link_arrow:hover::before {
		transform: scaleX(0);
		background-color: rgba(255, 255, 255, 0.75);
	}
}
@media screen and (max-width: 600px) {
	#customer_header .link_arrow,
	#customer_footer .link_arrow {
		display: inline-block;
		width: auto;
	}
	#customer_header .arrow,
	#customer_footer .arrow {
		padding-right: 35px;
	}
	#customer_header .arrow::after,
	#customer_footer .arrow::after {
		top: calc(50% - 3px);
		right: 10px;
		width: 18px;
		height: 3px;
	}
	#customer_header .cmn_btn_01,
	#customer_footer .cmn_btn_01 {
		width: 100%;
		margin: 0 auto;
		line-height: 1.35;
		padding: 14px 35px;
	}
	#customer_header .cmn_btn_01.red,
	#customer_footer .cmn_btn_01.red {
		border: 1px solid #c1141c;
	}
	#customer_header .cmn_btn_01.red,
	#customer_footer .cmn_btn_01.red,
	#customer_header .cmn_btn_01.red2,
	#customer_footer .cmn_btn_01.red2,
	#customer_header .cmn_btn_01.yel,
	#customer_footer .cmn_btn_01.yel {
		line-height: 1.35;
	}
}


/* #g_header */
#customer_header #g_header {
	position: absolute;
	z-index: 99;
	display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 0 3%;
	padding-left: 20px;
	box-sizing: border-box;
	width: 100%;
	transition: background-color 0.5s;
}
#customer_header .h_logo a {
	display: block;
	filter: drop-shadow(0px 2px 5px rgba(0 0 0 / 50%));
}
#customer_header .h_logo a img {
	transition: opacity 0.5s;
}
#customer_header .h_nav {
	flex-shrink: 0;
	display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}
#customer_header .h_nav>ul {
	display: flex;
    gap: 0 25px;
}
#customer_header .h_nav li a {
	color: #fff;
	text-shadow: 0px 1px 6px rgba(0 0 0 / 50%);
	transition: opacity 0.5s, color 0.5s, text-shadow 0.25s;
}
#customer_header .h_nav li a::before {
	background-color: #c1141c;
	transform-origin: center;
}
#customer_header .lang_menu {
	position: relative;
	color: #fff;
	text-align: center;
	transition: color 0.5s;
}
#customer_header .lang_menu .acc_tit {
	position: relative;
	padding: 5px 15px 5px 30px;
	font-size: 18px;
	background: url(../img/icon_globe_wh.svg)no-repeat center left/20px;
	filter: drop-shadow(0px 2px 4px rgba(0 0 0 / 50%));
	transition: background 0.5s;
	font-weight: normal;
}
#customer_header .lang_menu .acc_tit:hover {
	cursor: pointer;
}
#customer_header .lang_menu .acc_tit::after {
	position: absolute;
	top: calc(50% - 3px);
	right: 0;
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
	transition: border-color 0.5s, transform 0.5s;
}
#customer_header .lang_menu[open]  .acc_tit::after {
	transform: rotate(225deg) translate(-2px, -2px);
}
#customer_header .lang_menu .acc_contents {
	position: absolute;
	border: 1px solid #ccc;
    width: 100%;
}
#customer_header .lang_menu .acc_contents li+li {
	border-top: 1px dashed #ccc;
}
#customer_header .lang_menu .acc_contents a {
    display: block;
    padding: 6px;
    text-align: center;
    color: #fff;
	background-color: rgba(0 0 0 / 8%);
    transition: opacity 0.5s, color 0.5s, filter 0.5s, background-color 0.5s;
}

/* __ target __ */
#customer_header:has(:target) .h_logo,
#customer_header:has(:target) .h_nav li a,
#customer_header:has(:target) .lang_menu {
	opacity: 0;
	pointer-events: none;
}

@media screen and (hover: hover) and (min-width: 769px) {
	#customer_header .lang_menu .acc_contents a:hover {
		opacity: 1;
		background-color: rgba(0,0,0,0.2);
	}
}
@media screen and (min-width: 769px) {
	#customer_header #g_header { 
		min-width: 1100px;
	}
	#customer_header .h_nav li a { font-size: 18px; }
	#customer_header .lang_menu { margin: 0 20px; }
}
@media screen and (max-width: 768px) {
	#customer_header #g_header {
		padding: 3vw;
	}
	#customer_header .h_logo a img {
		width: min(55vw, 295px);
	}
	#customer_header .lang_menu .acc_tit {
		padding: 5px 12px 5px 22px;
		background-size: 16px;
		font-size: 15px;
		letter-spacing: 0.04em;
	}
	#customer_header .lang_menu .acc_contents a {
		font-size: 14px;
	}
	#customer_header #g_header .open_menu {
		position: fixed;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.5s ease;
	}
	#customer_header .pos_fix #g_header .open_menu {
		opacity: 1;
		pointer-events: auto;
	}
}


/* Side nav
------------------------------------------------------ */
#customer_header #side_nav {
	position: fixed;
    z-index: 101;
	display: flex;
}
#customer_header #side_nav a {
	color: #fff;
	transition: background-color 0.5s;
}
#customer_header #side_nav li:nth-of-type(1) a {
	background-color: #fff;
	color: #555;
}
#customer_header #side_nav li:nth-of-type(2) a {
	background-color: #a78a24;
}
#customer_header #side_nav li:nth-of-type(3) a {
	background-color: #c1141c;
}

@media screen and (hover: hover) and (min-width: 769px) {
	#customer_header #side_nav li:nth-of-type(2) a:hover {
		opacity: 1;
		margin-top: 10px;
		background-color: #d6b22f;
	}
	#customer_header #side_nav li:nth-of-type(3) a:hover {
		opacity: 1;
		background-color: #f5121e;
	}
}
@media screen and (min-width: 769px) {
	#customer_header #side_nav {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	#customer_header #side_nav {
		bottom: 0;
		right: 0;
		transform: none;
		flex-direction: row;
		width: 100%;
		transition: transform 0.5s 0.2s;
	}
	#customer_header #side_nav.show {
		transform: translateY(0%);
	}
	#customer_header #side_nav li {
		width: 100%;
	}
	#customer_header #side_nav a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		padding: 12px 0 calc(env(safe-area-inset-bottom) + 10px);
		font-size: min(3.7vw, 14px);
	}
	#customer_header #side_nav a:has(.icon) {
		gap: 4px 0;
	}
	#customer_header #side_nav .open_menu::before,
	#customer_header #side_nav .open_menu .bar::before,
	#customer_header #side_nav .open_menu .bar::after {
		width: 35%;
	}
}

/* G-nav
------------------------------------------------------ */
#customer_header #gnav::-webkit-scrollbar {
	display: none;
}
#customer_header #gnav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	width: 100%;
	height: 100vh;
	overflow: scroll;
	scrollbar-width: none;
    -ms-overflow-style: none;
	background-color: #fbf9f6;
	transition: opacity 0.5s;
	opacity: 0;
	pointer-events: none;
}
#customer_header:has(:target) #gnav {
	opacity: 1;
	pointer-events: auto;
}
#customer_header #gnav .open_menu {
	position: absolute;
	top: 0;
	right: 0;
}
#customer_header .g_inner {
	width: 765px;
	max-width: 94%;
	margin: 0 auto;
	padding: 100px 0 150px;
	text-align: center;
}
#customer_header .g_inner .tel {
	padding: 20px 0 45px;
}
#customer_header .g_inner .tel-link {
	font-size: 26px;
}
#customer_header .g_nav {
	column-count: 3;
	text-align: left;
}
#customer_header .g_nav li {
	padding-bottom: 24px;
	break-inside: avoid;
}
#customer_header .g_nav a {
	margin-left: clamp(20px, 2.5vw, 50px);
	font-size: 18px;
}
#customer_header .g_nav .sm {
	font-size: clamp(14px, 1.3vw, 16px);
}
#customer_header #gnav .reserve_btns li:nth-of-type(1) a {
	background-color: #c1141c;
}
#customer_header #gnav .reserve_btns li:nth-of-type(2) a,
#customer_header #gnav .reserve_btns li:nth-of-type(3) a {
	background-color: #76161b;
}
#customer_header #gnav .reserve_btns li:nth-of-type(4) a {
	background-color: #a78a24;
}
#customer_header #gnav .reserve_btns li:nth-of-type(5) a {
	background-color: #777;
}
#customer_header #gnav .reserve_btns a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 10px;
	height: 60px;
	color: #fff;
	background-color: #ccc;
	transition: background-color 0.5s;
}
#customer_header .sns,
#customer_footer .sns {
	display: flex;
	justify-content: center;
	gap: 0 20px;
	margin-top: 50px;
}

@media screen and (hover: hover) and (min-width: 769px) {
	#customer_header #gnav .reserve_btns a:hover {
		opacity: 1;
	}
	#customer_header #gnav .reserve_btns li:nth-of-type(1) a:hover {
		background-color: #f5121e;
	}
	#customer_header #gnav .reserve_btns li:nth-of-type(2) a:hover,
	#customer_header #gnav .reserve_btns li:nth-of-type(3) a:hover {
		background-color: #b31b22;
	}
	#customer_header #gnav .reserve_btns li:nth-of-type(4) a:hover {
		background-color: #d6b22f;
	}
	#customer_header #gnav .reserve_btns li:nth-of-type(5) a:hover {
		background-color: #9c9a9a;
	}
}
@media screen and (min-width: 769px) {
	#customer_header .g_nav {
		column-count: 3;
		column-rule: 1px solid #aaa;
		border-left: 1px solid #aaa;
	}
	#customer_header #gnav .reserve_btns {
		display: grid;
		grid-template-rows: repeat(2, auto);
		grid-template-columns: repeat(3, 31.6%);
		gap: 20px 2.6%;
		margin-top: 50px;
	}
	#customer_header #gnav .reserve_btns li:nth-of-type(1) {
		grid-column: 1/3;
		grid-row: 1;
	}
	#customer_header #gnav .reserve_btns li:nth-of-type(2) {
		grid-column: 1;
		grid-row: 2;
	}
	#customer_header #gnav .reserve_btns li:nth-of-type(3) {
		grid-column: 2;
		grid-row: 2;
	}
	#customer_header #gnav .reserve_btns li:nth-of-type(4) {
		grid-column: 3;
		grid-row: 1;
	}
	#customer_header #gnav .reserve_btns li:nth-of-type(5) {
		grid-column: 3;
		grid-row: 2;
	}
	#customer_header #gnav .reserve_btns a {
		font-size: min(2.35vw, 16px);
	}
}
@media screen and (max-width: 768px) {
	#customer_header #gnav .open_menu {
		width: 60px;
		height: 60px;
	}
	#customer_header .g_inner {
		max-width: 88%;
		padding: 85px 0 calc(env(safe-area-inset-bottom) + 120px);
	}
	#customer_header .g_inner .logo {
		display: inline-block;
		max-width: 75vw;
	}
	#customer_header .g_inner .tel {
		padding: 12px 0 30px;
	}
	#customer_header .g_nav {
		display: flex;
		flex-wrap: wrap;
		gap: 0 2%;
	}
	#customer_header .g_nav li {
		width: 49%;
	}
	#customer_header .g_nav li:nth-last-of-type(-n+2) {
		width: 100%;
	}
	#customer_header .g_nav li:last-of-type {
		padding-bottom: 35px;
	}
	#customer_header .g_nav a {
		margin-left: 0;
		font-size: 15px;
	}
	#customer_header .g_nav .sm {
		font-size: 13px;
	}
	#customer_header #gnav .reserve_btns {
		display: flex;
		flex-direction: column;
		gap: 8px 0;
	}
	#customer_header #gnav .reserve_btns li:nth-of-type(1) a {
		height: 80px;
	}
	#customer_header .sns,
	#customer_footer .sns {
		margin-top: 30px;
		transform: scale(0.75);
	}
}



/* Main img
------------------------------------------------------ */
#customer_header #main_img {
	position: relative;
	background: #fff;
}
#customer_header #main_img::before {
    content: '';
    display: block;
    width: 100%;
    height: 150px;
    background: transparent;
    background: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.25) 50%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#customer_header #main_img .slick .ofi {
	width: 100%;
	height: 100svh;
}
#customer_header #main_img .main_tit {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	line-height: 1.3;
	width: 100%;
	padding: 0 4%;
	font-size: 40px;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 8px rgba(0,0,0,0.75);
}
#customer_header #main_img .main_tit .garamond {
	font-size: 22px;
	text-transform: capitalize;
}
#customer_header #main_img>picture .ofi {
	width: 100%;
	min-height: 240px;
}
@media screen and (min-width: 769px) {
	#customer_header #main_img>picture .ofi {
		height: 600px;
	}
}
@media screen and (max-width: 768px) {
	#customer_header #main_img .main_tit {
		font-size: 28px;
	}
	#customer_header #main_img .main_tit .garamond {
		font-size: 14px;
	}
}


/* breadcrumb
------------------------------------------------------ */
#customer_footer #breadcrumb { max-width: 92%; padding: 20px 0; font-size: 15px; }
#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 (max-width: 768px) {
	#customer_footer #breadcrumb { font-size: 14px; }
}



/* Footer
------------------------------------------------------ */
/* __ #ft_reserve  __ */
#customer_footer #ft_reserve {
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: 450px;
	background: url(../img/ft_pc.webp)no-repeat center/cover;
	color: #fff;
	text-align: center;
}
#customer_footer #ft_reserve .tit {
	letter-spacing: 0.12em;
}
#customer_footer #ft_reserve .tit span {
	display: block;
	font-size: 36px;
}
#customer_footer #ft_reserve .btns {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0 20px;
	width: min(100%, 910px);
	margin: 35px auto 0;
}
#customer_footer #ft_reserve .btns li:has(.link_arrow) {
	width: 100%;
	margin-top: 40px;
}
#customer_footer #ft_reserve .btns .cmn_btn_01 {
	width: 290px;
}
#customer_footer #ft_reserve .btns .link_arrow,
#customer_footer #ft_reserve .btns .link_arrow .arrow {
	color: #fff;
}
#customer_footer #ft_reserve .btns .arrow::after {
	border-color: #fff;
}

@media screen and (max-width: 768px) {
	#customer_footer #ft_reserve {
		height: auto;
		padding: 50px 0 40px;
		background-image: url(../img/ft_sp.webp);
	}
	#customer_footer #ft_reserve .tit {
		font-size: 12px;
	}
	#customer_footer #ft_reserve .tit span {
		font-size: 26px;
	}
	#customer_footer #ft_reserve .btns {
		flex-direction: column;
		align-items: center;
		gap: 10px 0;
		margin-top: 20px;
	}
	#customer_footer #ft_reserve .btns li:has(.link_arrow) {
		margin-top: 0;
	}
}


/* __ #footer __ */
#customer_footer #footer_wrap {
	background: url(../img/pattern_01.webp);
}
#customer_footer #footer {
	display: flex;
	gap: 0 3%;
	padding: 47px 0;
}
#customer_footer address {
	margin-top: 25px;
	line-height: 1.6;
}
#customer_footer address span {
	display: inline-block;
}
#customer_footer address>span:first-of-type {
	margin-right: 0.5em;
}
#customer_footer address .lg {
	font-size: 26px;
}
#customer_footer address .md {
	font-size: 20px;
}
#customer_footer .ft_address .sns {
	margin-top: 30px;
}
#customer_footer #f_nav li {
	padding-bottom: 24px;
	break-inside: avoid;
}
#customer_footer #f_nav li a {
	display: inline-block;
    margin-left: max(20px, 2.2vw);
}
#customer_footer #f_nav li .sm {
    font-size: clamp(14px, 1.3vw, 16px);
}
#customer_footer #copy {
	padding: 18.5px 15px;
	font-size: 15px;
	color: #fff;
	background-color: #76161b;
	text-align: center;
}

@media screen and (min-width: 769px) {
	#customer_footer .ft_address {
		width: 400px;
	}
	#customer_footer .ft_address .sns {
		justify-content: stretch;
	}
	#customer_footer #f_nav {
		flex-grow: 1;
		column-count: 3;
		column-rule: 1px solid #aaa;
		border-left: 1px solid #aaa;
		text-align: left;
	}
}
@media screen and (max-width: 768px) {
	#customer_footer #footer_wrap {
		margin-bottom: calc(env(safe-area-inset-bottom) + 67px);
	}
	#customer_footer #footer {
		display: block;
		padding-bottom: 30px;
	}
	#customer_footer .ft_address {
		text-align: center;
	}
	#customer_footer .ft_address .logo {
		display: inline-block;
		width: 75vw;
	}
	#customer_footer .ft_address .sns {
		margin: 25px 0;
	}
	#customer_footer address .tel-link {
		margin-right: 1em;
	}
	#customer_footer address .lg {
		font-size: 22px;
	}
	#customer_footer address .md {
		font-size: 18px;
	}
	#customer_footer #f_nav {
		display: flex;
		flex-wrap: wrap;
		gap: 0 2%;
		border-top: 1px solid #aaa;
		padding-top: 25px;
	}
	#customer_footer #f_nav li {
		width: 49%;
		padding-bottom: 15px;
	}
	#customer_footer #f_nav li:has(.sm) {
		width: 100%;
	}
	#customer_footer #f_nav li a {
		margin-left: 0;
	}
	#customer_footer #copy {
		padding: 12px 15px;
		font-size: 12px;
	}
}



/* ---------------------------------------------------
	更新履歴
------------------------------------------------------



------------------------------------------------------ */