@charset "utf-8";

@media screen and (max-width: 600px) {
	#webc_con .webc_pagetop {
		bottom: 70px;
	}
}

/* ===================================================
	Reset
====================================================== */
#customer_header *,
#customer_footer * {
	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 からの継承で記述してください。
====================================================== */
/* variable */
:root {
	--bg-primary: url(../img/bg_pattern01.webp) center top;
	--bg-secondary: url(../img/bg_pattern02.webp) center top;
	--bg-brown: #6d341b;
	--txt-brown: #894426;
	--txt-green: #636344;
	--icon-primary: url(../img/icon_primary.svg) repeat-x center center;
}
body {
	min-width: 1200px;
	background: var(--bg-primary);
	text-size-adjust: 100%;
}
#customer_header,
#customer_footer {
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
	color: #111;
}
#customer_header a,
#customer_footer a {
	color: #111;
	text-decoration: none;
	outline: none;
	transition: opacity 0.5s;
}
#customer_footer a.link_txt_line:hover {
	text-decoration: none;
	opacity: 1;
}
#customer_header .ofi {
	object-fit: cover;
}
#customer_header .br_sp,
#customer_header .view_sp,
#customer_footer .br_sp,
#customer_footer .view_sp {
	display: none;
}
#customer_header .tel-link,
#customer_footer .tel-link {
	pointer-events: none;
}

@media screen and (hover: hover) {
	#customer_header a:hover,
	#customer_footer a:hover {
		opacity: 0.7;
	}
	#customer_header a.link_txt:hover,
	#customer_footer a.link_txt:hover {
		text-decoration: underline;
		opacity: 1;
	}
	#customer_footer a.link_txt_line:hover {
		text-decoration: none;
		opacity: 1;
	}
}
@media screen and (orientation: landscape) {
	body {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	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;
	}
	#customer_header .tel-link,
	#customer_footer .tel-link {
		pointer-events: auto;
	}
}

/* パーツ
------------------------------------------------------ */
/* コンテンツ幅 */
#customer_footer .inner_md {
	width: 1200px;
	max-width: 92%;
	margin: 0 auto;
}

@media screen and (max-width: 600px) {
	#customer_footer .inner_md {
		width: 86%;
	}
}

/* 英語フォント */
#customer_header .font_basic,
#customer_footer .font_basic {
	font-family: Basic, sans-serif;
	font-style: normal;
	font-weight: 400;
}

/* 3本線アイコン */
#customer_footer .cmn_icon::before {
	content: "";
	background: var(--icon-primary);
	background-size: auto 100%;
}

/* ボタン */
#customer_footer .cmn_btn {
	position: relative;
	z-index: 0;
	display: block;
	width: 300px;
	max-width: calc(100% - 6px);
	height: 70px;
	margin: 0 6px 6px 0;
	font-size: 17px;
}
#customer_footer .cmn_btn::before {
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: -1;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#customer_footer .cmn_btn span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 10px;
	text-align: center;
	border: 1px solid #000;
	transition: transform 0.5s;
}

@media screen and (hover: hover) and (min-width: 601px) {
	#customer_footer .cmn_btn:hover {
		opacity: 1;
	}
	#customer_footer .cmn_btn:hover span {
		transform: translate(6px, 6px);
	}
}
@media screen and (max-width: 600px) {
	#customer_footer .cmn_btn {
		width: 240px;
		height: 50px;
		font-size: 16px;
	}
}

/* Header
------------------------------------------------------ */
#customer_header {
	margin-bottom: 60px;
}
#customer_header #g_header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	width: 100%;
	min-width: 1200px;
	padding: 20px 30px 20px 40px;
	color: #fff;
	animation: fade_nav ease-in-out 0.7s;
}
#customer_header #g_header a {
	color: #fff;
}
#customer_header #g_header::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 300px;
	content: "";
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
#customer_header #g_header .logo {
	padding: 10px 0;
	margin: 0 20px 0 0;
}
#customer_header #g_header .logo .active {
	display: none;
}
#customer_header #g_header .nav {
	display: flex;
	gap: 0 25px;
	align-items: center;
	margin: 0 0 0 auto;
	transition: opacity 0.5s;
}
#customer_header #g_header .nav::before,
#customer_header #g_header .nav::after {
	content: none;
}
#customer_header #g_header .nav a {
	position: relative;
	z-index: 0;
	display: block;
	padding: 0 0 5px;
	font-size: 18px;
}
#customer_header #g_header .nav a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	content: "";
	background: #fff;
	transition: width 0.5s;
}
#customer_header #g_header .btn_lang {
	position: relative;
	z-index: 0;
	margin: 0 0 0 40px;
	transition: opacity 0.5s;
}
#customer_header #g_header .btn_lang dt {
	display: flex;
	align-items: center;
	padding: 0 5px 5px 0;
	border-bottom: 1px solid #fff;
}
#customer_header #g_header .btn_lang dt::after {
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	margin: 0 0 0 15px;
	content: "";
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
}
#customer_header #g_header .btn_lang dd {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
}
#customer_header #g_header .btn_lang dd li + li {
	border-top: 1px solid #fff;
}
#customer_header #g_header .btn_lang dd a {
	display: block;
	padding: 3px 5px;
	font-family: "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-align: center;
	background: rgba(255, 255, 255, 0.3);
}
#customer_header #g_header .btn_lang:hover dd {
	display: block;
}
#customer_header #g_header .btn_reserve {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 70px;
	padding: 5px 10px;
	margin: 0 0 0 40px;
	font-size: 18px;
	color: #fff !important;
	background: var(--bg-brown);
}
#customer_header #g_header .btn_menu {
	display: none;
}

@media screen and (hover: hover) and (min-width: 601px) {
	#customer_header #g_header .nav a:hover {
		background: none;
		opacity: 1;
	}
	#customer_header #g_header .nav a:hover::after {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	#customer_header #g_header {
		z-index: 10;
		min-width: 0;
		padding: 15px 4%;
	}
	#customer_header #g_header::before {
		height: 100px;
	}
	#customer_header #g_header .logo {
		padding: 0;
		margin: 0;
	}
	#customer_header #g_header .logo img {
		width: 120px;
	}

	/* sp_nav */
	#customer_header #sp_nav {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10000;
		display: flex;
		width: 100%;
		background: var(--bg-primary);
		border-top: 1px solid #000;
	}
	#customer_header #sp_nav li {
		width: 100%;
	}
	#customer_header #sp_nav a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 60px;
		padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
		background: var(--bg-primary);
	}
	#customer_header #sp_nav a img {
		margin: 0 5px 0 0;
	}
	#customer_header #sp_nav .btn_reserve {
		color: #fff;
		background: var(--bg-brown);
	}
	#customer_header #sp_nav li:has(.btn_menu) {
		position: relative;
		z-index: 0;
	}
	#customer_header #sp_nav a[href="#close"] {
		position: absolute;
		inset: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		pointer-events: none;
		background: none;
	}
	#customer_header #sp_nav .btn_menu {
		position: relative;
		z-index: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#customer_header #sp_nav .btn_menu span {
		width: 40px;
		height: 1px;
		background: #111;
		transition: transform 0.5s, opacity 0.5s;
	}
	#customer_header #sp_nav .btn_menu span + span {
		margin: 8px 0 0;
	}
	#customer_header:has(#g_nav:target) #sp_nav a[href="#close"] {
		pointer-events: auto;
	}
	#customer_header:has(#g_nav:target) #sp_nav .btn_menu span + span {
		margin-top: -1px;
	}
	#customer_header:has(#g_nav:target) #sp_nav .btn_menu span:first-child {
		transform: rotate(45deg);
	}
	#customer_header:has(#g_nav:target) #sp_nav .btn_menu span:nth-child(2) {
		opacity: 0;
	}
	#customer_header:has(#g_nav:target) #sp_nav .btn_menu span:last-child {
		transform: rotate(-45deg);
	}
}

/* G-nav
------------------------------------------------------ */
#customer_header #g_nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 5%;
	overflow: auto;
	pointer-events: none;
	background: var(--bg-primary);
	opacity: 0;
	transition: opacity 0.5s;
}
#customer_header #g_nav:target {
	pointer-events: auto;
	opacity: 1;
}
#customer_header #g_nav .inner {
	display: flex;
	justify-content: space-between;
	width: 875px;
	max-width: 100%;
	margin: 0 auto;
}
#customer_header #g_nav .inner .main_nav {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 25px 10px;
	width: 440px;
	margin: 0 30px 0 0;
}
#customer_header #g_nav .inner .main_nav a {
	position: relative;
	z-index: 0;
	display: inline-block;
	padding: 0 0 5px;
	font-size: 18px;
}
#customer_header #g_nav .inner .main_nav a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	content: "";
	background: #111;
	transition: width 0.5s;
}
#customer_header #g_nav .inner .sub_nav {
	width: 320px;
}
#customer_header #g_nav .inner .sub_nav .btn_reserve {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	padding: 10px;
	margin: 0 0 10px;
	color: #fff;
	background: var(--bg-brown);
}
#customer_header #g_nav .inner .sub_nav .link {
	font-size: 14px;
}
#customer_header #g_nav .inner .sub_nav .tel {
	margin: 20px 0 40px;
	line-height: 1;
}
#customer_header #g_nav .inner .sub_nav .tel-link {
	font-size: 23px;
}
#customer_header #g_nav .inner .sub_nav .tel-link span {
	font-size: 30px;
}
#customer_header #g_nav .inner .sub_nav .sns {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
}
#customer_header #g_nav .inner .sub_nav .sns img {
	margin: 0 10px 0 0;
}
#customer_header #g_nav .inner .sub_nav .btn_lang {
	display: flex;
	gap: 0 10px;
	margin: 25px 0 0;
}
#customer_header #g_nav .inner .sub_nav .btn_lang li {
	width: 100%;
}
#customer_header #g_nav .inner .sub_nav .btn_lang a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	min-height: 100%;
	border: 1px solid #a8a8a8;
}

@media screen and (hover: hover) and (min-width: 601px) {
	#customer_header #g_nav .inner .main_nav a:hover {
		opacity: 1;
	}
	#customer_header #g_nav .inner .main_nav a:hover::after {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	#customer_header #g_nav {
		padding: 60px 7% calc(100px + env(safe-area-inset-bottom));
	}
	#customer_header #g_nav .inner {
		display: block;
	}
	#customer_header #g_nav .inner .main_nav {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px 10px;
		width: 100%;
		margin: 0 0 30px;
	}
	#customer_header #g_nav .inner .main_nav a {
		font-size: 16px;
	}
	#customer_header #g_nav .inner .sub_nav {
		width: 100%;
		text-align: center;
	}
	#customer_header #g_nav .inner .sub_nav .btn_reserve {
		height: 60px;
	}
	#customer_header #g_nav .inner .sub_nav .tel {
		margin-bottom: 30px;
	}
	#customer_header #g_nav .inner .sub_nav .tel-link {
		font-size: 23px;
	}
	#customer_header #g_nav .inner .sub_nav .tel-link span {
		font-size: 30px;
	}
	#customer_header #g_nav .inner .sub_nav .btn_lang {
		justify-content: center;
		margin-top: 30px;
	}
}

/* Main img
------------------------------------------------------ */
#customer_header #main_img {
	position: relative;
	z-index: 0;
}
#customer_header #main_img .ofi {
	width: 100%;
	height: auto;
	min-height: 500px;
}
#customer_header #main_img .tit {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 55px 0 0;
	color: #fff;
}
#customer_header #main_img .tit h1 {
	font-size: 46px;
	line-height: 1.3;
}
#customer_header #main_img .tit .en {
	font-size: 18px;
}

@media screen and (max-width: 600px) {
	#customer_header #main_img .ofi {
		min-height: 250px;
	}
	#customer_header #main_img .tit h1 {
		font-size: 30px;
	}
	#customer_header #main_img .tit .en {
		font-size: 14px;
	}
}

/* breadcrumb
------------------------------------------------------ */
#customer_footer #breadcrumb {
	display: flex;
	flex-wrap: wrap;
	margin: 60px 4% 15px;
	font-size: 14px;
	line-height: 1.6;
}
#customer_footer #breadcrumb li {
	display: flex;
	align-items: center;
}
#customer_footer #breadcrumb li + li::before {
	margin: 0 15px;
	content: ">";
}

/* Footer
------------------------------------------------------ */
#customer_footer #g_footer {
	background: url(../img/ft_bg.webp) center top;
}
#customer_footer #g_footer .logo_col {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 570px;
	padding: 50px 4% 30px;
	color: #fff;
	text-align: center;
	background: url(../img/ft_img_pc.webp) no-repeat center center;
	background-size: cover;
}
#customer_footer #g_footer .logo_col a {
	color: #fff;
}
#customer_footer #g_footer .logo_col .logo {
	margin: 0 0 35px;
}
#customer_footer #g_footer .logo_col .tel {
	margin: 0 0 35px;
}
#customer_footer #g_footer .logo_col .tel .tel-link {
	display: inline-block;
	font-size: 32px;
	line-height: 1.4;
}
#customer_footer #g_footer .logo_col .btns {
	display: flex;
	gap: 0 30px;
	align-items: center;
}
#customer_footer #g_footer .logo_col .btns a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 280px;
	height: 70px;
	color: #111;
	background: #e0d4c2;
}
#customer_footer #g_footer .logo_col .btns .btn_reserve {
	color: #fff;
	background: var(--bg-brown);
}
#customer_footer #g_footer > .inner_md {
	display: flex;
	justify-content: space-between;
	padding: 85px 0 140px;
}
#customer_footer #g_footer .address_col {
	width: 400px;
}
#customer_footer #g_footer .address_col address {
	margin: 0 0 25px;
}
#customer_footer #g_footer .address_col .cmn_btn {
	width: 205px;
	height: 55px;
	font-size: 18px;
}
#customer_footer #g_footer .address_col .cmn_btn span {
	position: relative;
	z-index: 0;
}
#customer_footer #g_footer .address_col .cmn_btn span::before {
	position: absolute;
	top: -1px;
	left: 0;
	width: 14px;
	height: 24px;
}
#customer_footer #g_footer .address_col .sns {
	display: inline-flex;
	align-items: center;
	margin: 20px 0 0;
	vertical-align: top;
}
#customer_footer #g_footer .address_col .sns img {
	margin: 0 10px 0 0;
}
#customer_footer #g_footer .nav_col .main_nav {
	display: flex;
	gap: 0 30px;
	font-size: 18px;
}
#customer_footer #g_footer .nav_col .main_nav li {
	writing-mode: vertical-rl;
}
#customer_footer #g_footer .nav_col .sub_nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 50px 0 0;
	line-height: 1;
}
#customer_footer #g_footer .nav_col .sub_nav li:first-child:not(:last-child) {
	padding: 0 30px 0 0;
	border-right: 1px solid #000;
}
#customer_footer #g_footer .nav_col .sub_nav li + li {
	padding: 0 0 0 30px;
}
#customer_footer #g_footer .copyright {
	margin: 40px 0 0;
	font-size: 13px;
	text-align: right;
}

@media screen and (max-width: 600px) {
	#customer_footer #g_footer .logo_col {
		min-height: 0;
		padding: 60px 7%;
		background-image: url(../img/ft_img_sp.webp);
	}
	#customer_footer #g_footer .logo_col .logo {
		margin-bottom: 20px;
	}
	#customer_footer #g_footer .logo_col .logo img {
		width: 150px;
	}
	#customer_footer #g_footer .logo_col .tel {
		margin-bottom: 20px;
	}
	#customer_footer #g_footer .logo_col .tel .tel-link {
		font-size: 30px;
	}
	#customer_footer #g_footer .logo_col .btns {
		display: block;
		width: 100%;
	}
	#customer_footer #g_footer .logo_col .btns li + li {
		margin: 15px 0 0;
	}
	#customer_footer #g_footer .logo_col .btns a {
		width: 100%;
		height: 60px;
	}
	#customer_footer #g_footer > .inner_md {
		display: block;
		padding: 40px 0 calc(100px + env(safe-area-inset-bottom));
		text-align: center;
	}
	#customer_footer #g_footer .address_col {
		width: auto;
		padding: 0 0 40px;
		border-image-source: linear-gradient(0deg, rgba(168, 163, 157, 1) 1px, rgba(168, 163, 157, 0) 0); /* 色と太さ グラデーションで指定 */
		border-image-slice: 0 fill; /* 変更しない */
		border-image-outset: 0 100vw; /* どれだけはみ出すか上下左右 */
	}
	#customer_footer #g_footer .address_col address {
		margin: 0 0 25px;
	}
	#customer_footer #g_footer .address_col .cmn_btn {
		height: 50px;
		margin: 0 auto 8px;
		font-size: 16px;
	}
	#customer_footer #g_footer .address_col .cmn_btn span {
		position: relative;
		z-index: 0;
	}
	#customer_footer #g_footer .address_col .sns {
		display: inline-flex;
		align-items: center;
		margin: 20px 0 0;
	}
	#customer_footer #g_footer .address_col .sns img {
		margin: 0 10px 0 0;
	}
	#customer_footer #g_footer .nav_col {
		padding: 40px 0 0;
	}
	#customer_footer #g_footer .nav_col .main_nav {
		display: block;
		font-size: 16px;
		text-align: left;
		column-count: 2;
	}
	#customer_footer #g_footer .nav_col .main_nav li {
		display: inline-block;
		width: 100%;
		margin: 0 0 10px;
		writing-mode: horizontal-tb;
		break-inside: avoid;
	}
	#customer_footer #g_footer .nav_col .sub_nav {
		justify-content: flex-start;
		margin-top: 20px;
	}
	#customer_footer #g_footer .nav_col .sub_nav li:first-child,
	#customer_footer #g_footer .nav_col .sub_nav li + li {
		padding: 0;
	}
	#customer_footer #g_footer .nav_col .sub_nav li:nth-child(n + 3) {
		padding: 0 0 0 20px;
	}
	#customer_footer #g_footer .copyright {
		text-align: center;
	}
}

/* ---------------------------------------------------
	更新履歴
------------------------------------------------------



------------------------------------------------------ */