@charset "utf-8";

/*============================
ヘッダー
============================*/
header {
	transition: transform 0.5s 0.3s;
}

@media screen and (max-width: 640px) {
	header {
		/* スマホ用の記述 */
	}
}

/* --------- 以下、必要に応じて有効化 ---------- */

/* ヘッダーが上に消える
header.hide {
	transform: translateY(-1.50rem);
}
 */

/* スクロールで表示された状態
header.scr {
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
 */

main {
	background-image: url(../img/pc_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

/*============================
オープニング
============================*/
.p-opening {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-opening__logo {
  color: #fff;
  font-size: 50px;
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
	transform: translateY(-50%);
}

.p-opening__mask{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top right;
  background-color: #FFF;
  z-index: 1;
}

/*============================
スライド
============================*/
.slide_wrap {
	width: 100%;
	height: 100svh;
	max-width: 6.40rem;
	margin: auto;
	background-color: #FFF;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 0.10rem rgba(0, 0, 0, 0.25);
}

/* .slide_wrap .slides {
	overflow-y: scroll;
} */

.slide_wrap .slide {
	width: 100%;
	height: 100svh;
	border: 0;
	position: relative;
}

.slide_wrap .slick-vertical .slick-slide {
	border: 0;
}

.slide_wrap .slide .ph_wrap {
	width: 100%;
	height: 100svh;
	overflow: hidden;
}

.slide_wrap .slide .ph_wrap.-dummy::before {
	content: "仮写真";
	font-size: 0.16rem;
	font-weight: 700;
	display: inline-block;
	background-color: #FFF;
	padding: 0.03rem;
	line-height: 1;
	position: absolute;
	top: 0.20rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.slide_wrap .slide .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* イントロテキスト */
.slide_wrap .slide.-intro .txt_box {
	position: absolute;
	top: calc(50% - 0.20rem);
	left: 0;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

.slide_wrap .slide.-intro .txt_box .txt {
	font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
	font-size: 0.22rem;
	font-weight: 600;
	line-height: 2.2;
	color: #FFF;
	text-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 640px) {
	.slide_wrap .slide.-intro .txt_box .txt {
		font-size: 0.16rem;
	}
}

/* 宝冠蟹（ほうかんがに） */
.slide_wrap .slide.-hougan .txt_box {
	position: absolute;
	top: calc(50% - 0.20rem);
	left: 0;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	color: #FFF;
	font-family: "Noto Serif JP", serif;
}

.slide_wrap .slide.-hougan .txt_box .ttl {
	width: 1.80rem;
	margin: auto;
	padding-bottom: 0.40rem;
}
@media screen and (max-width: 640px) {
	.slide_wrap .slide.-hougan .txt_box .ttl {
		width: 1.20rem;
		padding-bottom: 0.30rem;
	}
}

.slide_wrap .slide.-hougan .txt_box .catch {
	font-size: 0.30rem;
	font-weight: 700;
	text-align: center;
	padding-bottom: 0.40rem;
	text-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 640px) {
	.slide_wrap .slide.-hougan .txt_box .catch {
		font-size: 0.24rem;
		padding-bottom: 0.20rem;
	}
}

.slide_wrap .slide.-hougan .txt_box .txt {
	font-size: 0.20rem;
	font-weight: 600;
	line-height: 2;
	color: #FFF;
	text-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 640px) {
	.slide_wrap .slide.-hougan .txt_box .txt {
		font-size: 0.13rem;
		letter-spacing: 0;
	}
}

/* コース料理 */
.slide_wrap .slide.-course .txt_box {
	position: absolute;
	bottom: 1.10rem;
	left: 0;
	text-align: center;
	width: 100%;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	color: #FFF;
	text-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.8);
}

.slide_wrap .slide.-course .txt_box .ttl {
	font-size: 0.26rem;
	font-weight: 600;
	line-height: 1.45;
}
@media screen and (max-width: 640px) {
	.slide_wrap .slide.-course .txt_box .ttl {
		font-size: 0.22rem;
	}
}

.slide_wrap .slide.-course .txt_box .nomihoudai {
	font-size: 0.15rem;
	font-weight: 400;
	line-height: 1.45;
	padding: 0.05rem 0;
}
@media screen and (max-width: 640px) {
	.slide_wrap .slide.-course .txt_box .nomihoudai {
		font-size: 0.13rem;
	}
}

.slide_wrap .slide.-course .txt_box .price {
	font-size: 0.34rem;
	font-weight: 600;
	padding: 0.08rem 0 0.20rem;
}

.slide_wrap .slide.-course .txt_box .price span {
	font-size: 0.24rem;
}

.slide_wrap .slide.-course .txt_box .okawari_wrap {
	/* display: flex;
	align-items: center;
	justify-content: center; */
}

.slide_wrap .slide.-course .txt_box .okawari_wrap .caption {
	width: 0.80rem;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.12rem;
	font-weight: 500;
	color: #111;
	background-color: #FFF;
	padding: 0.03rem 0.05rem 0.03rem;
	line-height: 1.1;
	text-shadow: none;
	border-radius: 0.06rem;
	margin: 0 auto 0.10rem;
}

.slide_wrap .slide.-course .txt_box .okawari_wrap .txt {
	font-size: 0.13rem;
	font-weight: 600;
	padding-left: 0.10rem;
	letter-spacing: 0;
	line-height: 1.4;
}

.slide_wrap .slide.-course .txt_box .buffet {
	background-color: rgba(255, 255, 255, 0.85);
	padding: 0.08rem;
	margin: 0.10rem auto 0;
	line-height: 1.5;
	border-radius: 0.04rem;
	color: #111;
	text-shadow: none;
	font-size: 0.12rem;
	font-weight: 500;
	max-width: 5.00rem;
}
@media screen and (max-width: 640px) {
	.slide_wrap .slide.-course .txt_box .buffet {
		margin: 0.10rem 0.20rem 0;
	}
}

.slide_wrap .slide.-course .txt_box .lo_txt {
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
	font-size: 0.13rem;
	padding-top: 0.10rem;
}

/* お出汁システム */
.slide_wrap .slide.-system .txt_box {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
	color: #FFF;
	font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
	font-weight: 600;
	text-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.8);
}

.slide_wrap .slide.-system .txt_box .sub_ttl {
	font-family: "Playfair Display", serif;
	font-size: 0.18rem;
	text-align: center;
}

.slide_wrap .slide.-system .txt_box .ttl {
	padding: 0.20rem 0 0.20rem;
	text-align: center;
	font-size: 0.18rem;
	font-weight: 600;
	line-height: 1.75;
}

.slide_wrap .slide.-system .txt_box .ttl span {
	font-size: 0.22rem;
}

.slide_wrap .slide.-system .txt_box .ttl span.underline {
	border-bottom: 1px solid #FFF;
}

.slide_wrap .slide.-system .txt_box .list {
	font-size: 0.16rem;
	line-height: 2.2;
	width: fit-content;
	margin: auto;
}

.slide_wrap .slide.-system .txt_box .list .txt::before {
	content: "●";
	font-size: 0.14rem;
	opacity: 0.6;
	display: inline-block;
	padding-right: 0.06rem;
	position: relative;
	top: -0.01rem;
}

.slide_wrap .slide.-system .txt_box .bottom_txt {
	padding-top: 0.20rem;
	font-size: 0.14rem;
	line-height: 2;
	text-align: center;
}

/* ドリンクメニュー */
.slide_wrap .slide.-drink .txt_box {
	position: absolute;
	width: calc(100% - 0.40rem);
	top: calc(50% - 0.40rem);
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	color: #FFF;
	font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
	font-weight: 600;
	text-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.8);
}

.slide_wrap .slide.-drink .txt_box .sec_ttl {
	font-family: "Playfair Display", serif;
	font-size: 0.24rem;
	text-align: center;
}

.slide_wrap .slide.-drink .txt_box .cat_box {
	padding-top: 0.30rem;
}

.slide_wrap .slide.-drink .txt_box .cat_box .sub_ttl {
	text-align: center;
	font-family: "Playfair Display", serif;
	font-size: 0.18rem;
	border-bottom: 1px solid #FFF;
	padding-bottom: 0.10rem;
}

.slide_wrap .slide.-drink .txt_box .cat_box .list .drink_txt {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 0.15rem;
	padding-top: 0.20rem;
}

.slide_wrap .slide.-drink .txt_box .cat_box .list .drink_txt .menu_ttl span {
	display: inline-block;
	font-size: 0.10rem;
	padding: 0.02rem 0.03rem;
	border: 1px solid #FFF;
	border-radius: 0.04rem;
	margin-left: 0.05rem;
	position: relative;
	top: -0.02rem;
}

.slide_wrap .slide.-drink .txt_box .cat_box .list .drink_txt .caption {
	width: 100%;
	font-size: 0.12rem;
	padding-top: 0.10rem;
}

/* 飲み放題 */
.slide_wrap .slide.-drink .txt_box .nomihoudai {
	width: calc(100% - 0.30rem);
	margin: auto;
	margin-top: 0.20rem;
	position: relative;
}

.slide_wrap .slide.-drink .txt_box .nomihoudai::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.65);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	border-radius: 0.06rem;
}

.slide_wrap .slide.-drink .txt_box .nomihoudai .box {
	padding: 0.20rem 0;
	position: relative;
	color: #111;
	text-shadow: none;
}

.slide_wrap .slide.-drink .txt_box .nomihoudai .box .catch {
	font-size: 0.15rem;
	text-align: center;
}

.slide_wrap .slide.-drink .txt_box .nomihoudai .box .catch span {
	font-size: 0.20rem;
}

.slide_wrap .slide.-drink .txt_box .nomihoudai .box .ttl {
	font-size: 0.24rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.25;
	padding: 0.10rem 0;
}

.slide_wrap .slide.-drink .txt_box .nomihoudai .box .lo_txt {
	font-size: 0.12rem;
	text-align: center;
	padding-bottom: 0.10rem;
}

.slide_wrap .slide.-drink .txt_box .nomihoudai .box .caption_list {
	font-size: 0.11rem;
	line-height: 1.4;
	padding: 0.10rem 0.15rem 0;
}

.slide_wrap .slide.-drink .txt_box .nomihoudai .box .caption_list .txt {
	padding-top: 0.05rem;
	letter-spacing: 0;
	text-indent: -0.12rem;
	margin-left: 0.12rem;
}

.slide_wrap .slide.-drink .txt_box .nomihoudai .box .caption_list .txt::before {
	content: "※";
}

.slide_wrap .slide.-drink .txt_box .nomihoudai .box .kakomi {
	margin: 0.15rem 0.20rem 0.20rem;
	border: 2px solid #666;
	text-align: center;
	font-size: 0.13rem;
	letter-spacing: 0;
	line-height: 1.65;
	padding: 0.15rem;
	box-sizing: border-box;
}

.slide_wrap .slide.-drink .txt_box .nomihoudai .box .kakomi .kakomi_ttl {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 0.14rem;
		font-weight: 700;
		padding-bottom: 0.05rem;
		margin-bottom: 0.10rem;
		border-bottom: 1px solid #333;
}

/* アクセス */
.slide_wrap .slide.-access .txt_box {
	position: absolute;
	width: calc(100% - 0.40rem);
	top: calc(50% - 0.40rem);
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	color: #FFF;
	font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
	font-weight: 600;
	text-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.8);
}

.slide_wrap .slide.-access .txt_box .sec_ttl {
	font-family: "Playfair Display", serif;
	font-size: 0.24rem;
	text-align: center;
}

/* アクセスボックス */
.slide_wrap .slide.-access .txt_box .access_box {
	width: calc(100% - 0.30rem);
	margin: auto;
	margin-top: 0.20rem;
	position: relative;
	font-family: "Noto Serif JP", serif;
}

.slide_wrap .slide.-access .txt_box .access_box::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.65);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	border-radius: 0.06rem;
}

.slide_wrap .slide.-access .txt_box .access_box .box {
	padding: 0.30rem 0 0;
	position: relative;
	color: #111;
	text-shadow: none;
}

.slide_wrap .slide.-access .txt_box .access_box .box .logo {
	width: 1.50rem;
	margin: auto;
	padding-bottom: 0.20rem;
}

.slide_wrap .slide.-access .txt_box .access_box .box .txt {
	font-size: 0.14rem;
	font-weight: 500;
	line-height: 1.5;
	padding-bottom: 0.10rem;
	text-align: center;
}

.slide_wrap .slide.-access .txt_box .access_box .box .tel {
	padding-bottom: 0.20rem;
}

.slide_wrap .slide.-access .txt_box .access_box .box .tel a {
	font-size: 0.20rem;
	font-weight: 600;
	color: #111;
}

.slide_wrap .slide.-access .txt_box .access_box .box .gmap {
	width: 100%;
	height: 2.00rem;
	border-radius: 0 0 0.06rem 0.06rem;
	overflow: hidden;
}

.slide_wrap .slide.-access .txt_box .access_box .box .gmap iframe {
	width: 100%;
	height: 100%;
}

/* 予約ボタン */
.yoyaku_btn {
	position: fixed;
	bottom: 0.30rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

.yoyaku_btn a {
	display: block;
	width: 2.60rem;
	padding: 0.15rem 0 0.18rem;
	font-size: 0.15rem;
	font-weight: 700;
	color: #FFF;
	background-color: #C10000;
	text-align: center;
	border-radius: 0.30rem;
	box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.25);
}

.yoyaku_btn a span {
	position: relative;
	display: inline-block;
	padding-left: 0.35rem;
}

.yoyaku_btn a span::before {
	content: "";
	width: 0.26rem;
	height: 0.26rem;
	background-image: url(../img/icon_reserve.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 54%;
	transform: translateY(-50%);
}

/* Slickコンテナのクラスに合わせて適宜変更してください */
.slide_wrap .slick-slide {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

/* アクティブになったスライドの状態 */
.slide_wrap .slick-slide.slick-active {
  opacity: 1;
}

/* 非アクティブなスライドが画面内に残る場合に備えて、非アクティブなスライドも非表示にする */
/* slidesToShow: 1 の場合は不要かもしれませんが、念のため設定しておくと安心です */
.slide_wrap .slick-slide:not(.slick-active) {
    opacity: 0;
}

/* slickのデフォルトのアニメーション（スライド移動）を無効にするか、 */
/* speedオプションを0にすると、このフェードインアニメーションがより自然に見える場合があります */
/* ただし、vertical: true と併用する場合、デフォルトのスライド移動は必要になるため、 */
/* opacityのトランジションと組み合わせる形になります。 */

.slide-nav {
	position: fixed;
	top: 0;
	right: calc(50% - 3.20rem);
	z-index: 10;
}
@media screen and (max-width: 640px) {
	.slide-nav {
		right: 0;
	}
}

.slide-nav .menu_btn {
	width: 0.60rem;
	height: 0.60rem;
	position: absolute;
	top: 0.10rem;
	right: 0.10rem;
	z-index: 15;
}

.slide-nav .menu_btn span {
	position: absolute;
	width: 50%;
	height: 1px;
	background-color: #FFF;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
}

.slide-nav .menu_btn span:nth-child(1) {
	top: 40%;
}

.slide-nav .menu_btn span:nth-child(2) {
	bottom: 40%;
}

.slide-nav .menu_btn.active span:nth-child(1) {
	top: 50%;
	transform: translateX(-50%) rotate(45deg);
}

.slide-nav .menu_btn.active span:nth-child(2) {
	bottom: 50%;
	transform: translateX(-50%) rotate(-45deg);
}

.slide-nav .nav_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100svh;
	z-index: 12;
	background-color: rgba(0,0,0,0.8);
	display: none;
}

.slide-nav .nav_wrap .box {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
}

.slide-nav .nav_wrap .nav-button {
	width: 100%;
	display: block;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	font-size: 0.18rem;
	font-weight: 500;
	margin: 0.15rem 0;
	font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
	letter-spacing: 0.10em;
}

/* インジケーター全体のコンテナ */
.scroll-indicator-minimal {
  position: fixed; /* 画面のビューポートに対して固定 */
  bottom: 0.15rem;    /* 画面下からの距離 */
  right: calc(50% - 3.70rem);     /* 画面右からの距離 */
  z-index: 1000;   /* 他のコンテンツより前面に表示 */
	
	/* 子要素（線とテキスト）を縦に並べるためにFlexboxを使用 */
  display: flex;
  flex-direction: column; /* 子要素を縦方向に並べる */
  align-items: center; /* 子要素を水平方向の中央に揃える */
  /* flex-direction: row; /* もし横に並べるならこれ */
  /* align-items: flex-start; /* 横に並べるならこれ */

  padding: 0.10rem; /* インジケーター内の余白 */
  /* 必要に応じて背景や枠線を追加できます（今回は線と文字だけなので無し） */
  /* background-color: rgba(255, 255, 255, 0.5); */
  /* border-radius: 5px; */
	opacity: 0;
	transition: opacity 1s;
}
@media screen and (max-width: 640px) {
	.scroll-indicator-minimal {
		right: 0.10rem;     /* 画面右からの距離 */
	}
}

.scroll-indicator-minimal.active {
	opacity: 1;
}

/* 縦線のスタイル */
.scroll-line-minimal {
  width: 1px; /* 線の太さ */
  height: 0.40rem; /* 線の長さ（ご要望の50px） */
  background-color: #FFF; /* 線の色 */
  margin-bottom: 0.08rem; /* 線とテキストの間隔 */
	position: absolute;
	top: -0.45rem;
	left: calc(50% - 1px);

  /* アニメーションを適用 */
  animation: scroll-line-animation-minimal 2s infinite ease-in-out; /* アニメーション名 時間 無限ループ タイミング関数 */
}

/* SCROLL 文字のスタイル */
.scroll-text-minimal {
  color: #FFF; /* 文字色 */
  font-size: 0.10rem; /* 文字サイズ */
	font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  /* font-weight: bold; */ /* 必要であれば太字に */

  /* 縦書きにする */
  writing-mode: vertical-rl; /* 縦書き（文字の並び方向：右から左へ） */
  /* text-orientation: upright; アルファベットなどを倒さずに正立させる */
}

/* 縦線のアニメーション定義 */
/* 線がフェードインしながら少し下に移動し、フェードアウトして戻るアニメーション */
@keyframes scroll-line-animation-minimal {
  0% {
    opacity: 0; /* 最初は透明 */
    height: 1px;
		top: -0.45rem;
  }
  30% {
    opacity: 1; /* 不透明になり表示 */
    height: 0.40rem;
		top: -0.45rem;
  }
  70% {
    opacity: 1; /* 不透明を維持 */
    height: 0.40rem;
		top: -0.45rem;
  }
  100% {
    opacity: 0; /* 透明になり消える */
    height: 0.10rem;
		top: -0.10rem;
  }
}