@charset "utf-8";

/* ===================================================
	Reset
====================================================== */
:root {
	--bg-reserve: #8e7228;
	--bg-reserve_hover: #a8882f;
	--bg-daytrip: #371905;
	--bg-daytrip_hover: #592807;
	--txt-point: #c0a459;
	--font-lg: 32px;
	--font-md: 26px;
}

@media screen and (max-width: 600px) {
	:root {
		--font-lg: 28px;
		--font-md: 24px;
	}
}
#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;
}
#customer_header img,
#customer_footer img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/* ===================================================
	Custom CSS
	※ 予約番自体のコンテンツに影響するのを避けるため、
	　必ず #customer_header または #customer_footer からの継承で記述してください。
====================================================== */
body {
	min-width: 1200px;
	background: #2a2a2a;
}
#customer_header,
#customer_footer {
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
	color: #fff;
	letter-spacing: 0.05em;
	text-size-adjust: 100%;
}
#customer_header #header_wrap,
#customer_header #nav_wrap,
#customer_footer #footer_wrap {
	padding: 0;
	margin: 0;
}
#customer_header a,
#customer_footer a {
	color: #fff;
	text-decoration: none;
	outline: none;
	transition: opacity 0.5s;
}
#customer_header a.link_txt_line,
#customer_footer a.link_txt_line {
	text-decoration: underline;
}
#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 (orientation: landscape) {
	body {
		width: 100%;
	}
}
@media screen and (hover: hover) and (min-width: 601px) {
	#customer_header a:hover,
	#customer_footer a:hover {
		opacity: 0.6;
	}
	#customer_header a.link_txt:hover,
	#customer_footer a.link_txt:hover {
		text-decoration: underline;
		opacity: 1;
	}
	#customer_header a.link_txt_line:hover,
	#customer_footer a.link_txt_line:hover {
		text-decoration: none;
		opacity: 1;
	}
}
@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: 92%;
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 600px) {
	#customer_footer .inner_md {
		width: 86%;
	}
}

/* 左から下線アニメーション付きリンク */
#customer_header .cmn_link_line,
#customer_footer .cmn_link_line {
	position: relative;
	z-index: 0;
	display: inline-block;
	padding: 0 0 3px;
}
#customer_header .cmn_link_line::after,
#customer_footer .cmn_link_line::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	content: "";
	background: #fff;
	transition: width 0.5s;
}

@media screen and (hover: hover) and (min-width: 601px) {
	#customer_header .cmn_link_line:hover,
	#customer_footer .cmn_link_line:hover {
		opacity: 1;
	}
	#customer_header .cmn_link_line:hover::after,
	#customer_footer .cmn_link_line:hover::after {
		width: 100%;
	}
}

/* 予約関連ボタン */
#customer_header .cmn_btn_reserve {
	background: var(--bg-reserve);
	transition: background 0.5s;
}
#customer_header .cmn_btn_daytrip {
	background: var(--bg-daytrip);
	transition: background 0.5s;
}

@media screen and (hover: hover) and (min-width: 601px) {
	#customer_header .cmn_btn_reserve:hover {
		background: var(--bg-reserve_hover);
		opacity: 1;
	}
	#customer_header .cmn_btn_daytrip:hover {
		background: var(--bg-daytrip_hover);
		opacity: 1;
	}
}

/* ---------------------------------------------------
	Header
------------------------------------------------------ */
#customer_header #g_header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10001;
	display: flex;
	align-items: center;
	width: 100%;
	min-width: 1200px;
	padding: 15px 0;
}
#customer_header #g_header .logo {
	padding: 0 0 0 70px;
	filter: drop-shadow(0 0 10px #000);
	transition: opacity 0.5s;
}
#customer_header #g_header .h_nav {
	display: flex;
	gap: 0 40px;
	align-items: center;
	margin: 0 0 0 auto;
	transition: opacity 0.5s;
}
#customer_header #g_header .h_nav a {
	position: relative;
	z-index: 0;
	padding: 8px 0;
	text-shadow: 0 0 10px #000;
}
#customer_header #g_header .h_nav a::after {
	position: absolute;
	right: 50%;
	bottom: 0;
	left: 50%;
	height: 1px;
	content: "";
	background: #fff;
	transition: left 0.5s, right 0.5s;
}
#customer_header #g_header .btn_menu {
	position: relative;
	z-index: 0;
	width: 60px;
	height: 60px;
	margin: 0 40px 0 50px;
}
#customer_header #g_header .btn_menu .menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
#customer_header #g_header .btn_menu .menu span {
	width: 100%;
	height: 1px;
	background: #fff;
	transition: opacity 0.5s, transform 0.5s, margin 0.5s;
}
#customer_header #g_header .btn_menu .menu span + span {
	margin: 10px 0 0;
}
#customer_header #g_header .btn_menu .close {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
}
#customer_header:has(#g_nav:target) #g_header .btn_menu .menu span + span {
	margin-top: -1px;
}
#customer_header:has(#g_nav:target) #g_header .btn_menu .menu span:first-child {
	transform: rotate(45deg);
}
#customer_header:has(#g_nav:target) #g_header .btn_menu .menu span:nth-child(2) {
	opacity: 0;
}
#customer_header:has(#g_nav:target) #g_header .btn_menu .menu span:last-child {
	transform: rotate(-45deg);
}
#customer_header:has(#g_nav:target) #g_header :is(.logo, .h_nav) {
	opacity: 0;
}
#customer_header:has(#g_nav:target) #g_header .btn_menu .close {
	display: block;
}

@media screen and (hover: hover) and (min-width: 601px) {
	#customer_header #g_header .h_nav a:hover {
		opacity: 1;
	}
	#customer_header #g_header .h_nav a:hover::after {
		right: 0;
		left: 0;
	}
}
@media screen and (max-width: 600px) {
	#customer_header #g_header {
		position: absolute;
		z-index: 10000;
		min-width: 0;
		background: none !important;
	}
	#customer_header #g_header .logo {
		width: 120px;
		padding-left: 20px;
	}
}

/* 固定ボタン */
@media screen and (max-width: 600px) {
	#customer_header .fixed_btns {
		position: fixed;
		inset: auto 0 0;
		z-index: 999;
		display: flex;
		flex-direction: row-reverse;
	}
	#customer_header .fixed_btns li {
		width: 100%;
	}
	#customer_header .fixed_btns li + li {
		margin: 0;
	}
	#customer_header .fixed_btns a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
		height: calc(60px + env(safe-area-inset-bottom));
		padding: 10px 0 calc(10px + env(safe-area-inset-bottom));
		font-size: 12px;
		line-height: 1;
		writing-mode: horizontal-tb;
	}
	#customer_header .fixed_btns a img {
		margin-bottom: 5px;
	}
	#customer_header .fixed_btns :is(.btn_tel, .btn_menu) {
		background: #fff;
	}
	#customer_header .fixed_btns .btn_tel {
		color: #444;
	}
	#customer_header .fixed_btns .btn_menu {
		justify-content: center;
	}
	#customer_header .fixed_btns .btn_menu span {
		width: 60%;
		max-width: 40px;
		height: 1px;
		background: #795b00;
	}
	#customer_header .fixed_btns .btn_menu span + span {
		margin: 8px 0 0;
	}
}

/* ---------------------------------------------------
	G-nav
------------------------------------------------------ */
#customer_header #g_nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	min-width: 1200px;
	height: 100%;
	overflow: auto;
	pointer-events: none;
	background: #1f1f1f;
	opacity: 0;
	transition: opacity 0.5s;
}
#customer_header #g_nav:target {
	pointer-events: auto;
	opacity: 1;
}
#customer_header #g_nav .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 650px;
	min-height: 100%;
	padding: 100px 0;
	margin: 0 auto;
}
#customer_header #g_nav .logo {
	margin: 0 0 50px;
}
#customer_header #g_nav .tel {
	margin: 0 0 40px;
	font-size: 18px;
}
#customer_header #g_nav .tel .tel-link span {
	font-size: 30px;
}
#customer_header #g_nav .main_nav {
	column-count: 3;
	padding: 0 0 15px;
}
#customer_header #g_nav .main_nav li {
	display: inline-block;
	width: 100%;
	break-inside: avoid;
	margin: 0 0 25px;
}
#customer_header #g_nav .links_reserve {
	width: 100%;
	margin: 0 0 25px;
	text-align: center;
}
#customer_header #g_nav .links_reserve li + li {
	margin: 20px 0 0;
}
#customer_header #g_nav .links_reserve .gnav_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 70px;
}
#customer_header #g_nav .links_reserve .link {
	display: inline-flex;
	align-items: center;
}
#customer_header #g_nav .links_reserve .link::before {
	width: 10px;
	height: 2px;
	margin: 0 5px 0 0;
	content: "";
	background: #a58f54;
}
#customer_header #g_nav .links_sns {
	display: flex;
	gap: 0 25px;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 600px) {
	#customer_header #g_nav {
		min-width: 0;
	}
	#customer_header #g_nav .inner {
		width: 86%;
		padding: 80px 0 calc(80px + env(safe-area-inset-bottom));
	}
	#customer_header #g_nav .btn_menu {
		position: fixed;
		top: 15px;
		right: 15px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 50px;
		height: 50px;
	}
	#customer_header #g_nav .btn_menu span {
		width: 100%;
		height: 1px;
		background: #fff;
	}
	#customer_header #g_nav .btn_menu span:first-child {
		transform: rotate(45deg);
	}
	#customer_header #g_nav .btn_menu span:last-child {
		margin: -1px 0 0;
		transform: rotate(-45deg);
	}
	#customer_header #g_nav .logo {
		width: 50px;
		margin-bottom: 20px;
	}
	#customer_header #g_nav .tel {
		margin-bottom: 25px;
		font-size: 14px;
	}
	#customer_header #g_nav .tel .tel-link span {
		font-size: 24px;
	}
	#customer_header #g_nav .main_nav {
		column-count: 2;
	}
	#customer_header #g_nav .main_nav li {
		margin-bottom: 15px;
	}
	#customer_header #g_nav .links_reserve li + li {
		margin-top: 15px;
	}
	#customer_header #g_nav .links_reserve .gnav_btn {
		min-height: 60px;
	}
}

/* ---------------------------------------------------
	Main img
------------------------------------------------------ */
#customer_header #main_img {
	position: relative;
	z-index: 0;
	margin: 0 0 30px;
}
#customer_header #main_img .ofi {
	position: relative;
	z-index: 0;
	width: 100%;
	min-height: 600px;
}
#customer_header #main_img .tit_col {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-shadow: 0 0 10px #000;
}
#customer_header #main_img .tit_col h1 {
	margin: 0 0 5px;
	font-size: 46px;
	line-height: 1.4;
}
#customer_header #main_img .tit_col .sub {
	font-size: 22px;
	line-height: 1.6;
}

@media screen and (max-width: 600px) {
	#customer_header #main_img .ofi {
		min-height: 350px;
	}
	#customer_header #main_img .tit_col h1 {
		font-size: 40px;
	}
	#customer_header #main_img .tit_col .sub {
		font-size: 16px;
	}
}

/* ---------------------------------------------------
	Contents
------------------------------------------------------ */
#customer_footer #breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 3px 10px;
	align-items: center;
	margin: 10px auto;
}
#customer_footer #breadcrumb li {
	display: flex;
	gap: 0 10px;
	align-items: flex-start;
}
#customer_footer #breadcrumb li + li::before {
	content: "＞";
}

/* ---------------------------------------------------
	Footer
------------------------------------------------------ */
#customer_footer #g_footer {
	display: flex;
	gap: 0 40px;
	justify-content: space-between;
	padding: 90px 0 70px;
	border-image-source: linear-gradient(#1f1f1f, #1f1f1f); /* 色 */
	border-image-slice: 0 fill; /* 変更しない */
	border-image-outset: 0 100vw; /* どれだけはみ出すか上下左右 */
}
#customer_footer #g_footer .address_col {
	width: 360px;
}
#customer_footer #g_footer .address_col address {
	margin: 0 0 10px;
	line-height: 1.8;
}
#customer_footer #g_footer .address_col address .tel-link span {
	font-size: 26px;
}
#customer_footer #g_footer .address_col .links_sns {
	display: flex;
	gap: 0 25px;
	align-items: center;
	margin: 30px 0 0;
}
#customer_footer #g_footer .nav_col {
	width: 590px;
}
#customer_footer #g_footer .main_nav {
	column-count: 3;
	padding: 0 0 30px;
}
#customer_footer #g_footer .main_nav li {
	display: inline-block;
	width: 100%;
	break-inside: avoid;
	margin: 0 0 15px;
}
#customer_footer #g_footer .copyright {
	margin: 20px 0 0;
	text-align: right;
}

@media screen and (max-width: 600px) {
	#customer_footer #g_footer {
		display: block;
		padding: 60px 0 calc(80px + env(safe-area-inset-bottom));
	}
	#customer_footer #g_footer .logo {
		width: 60px;
		margin: 0 auto 25px;
		text-align: center;
	}
	#customer_footer #g_footer .address_col {
		width: auto;
		margin: 0 0 40px;
		text-align: center;
	}
	#customer_footer #g_footer .address_col .links_sns {
		justify-content: center;
	}
	#customer_footer #g_footer .nav_col {
		width: auto;
	}
	#customer_footer #g_footer .main_nav {
		column-count: 2;
		padding-bottom: 25px;
	}
	#customer_footer #g_footer .bnr {
		text-align: center;
	}
	#customer_footer #g_footer .copyright {
		text-align: center;
	}
}

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



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