@charset "UTF-8";
/*
hiragino weight:
W0_100最も細い (Thin)
W1_200かなり細い (Extra Light)
W2_300細字 (Light)
W3_400標準 (Regular / Normal)
W4_500中字 (Medium)
W5_600やや太字 (Semi Bold)
W6_700太字 (Bold)
W7_800かなり太い (Extra Bold)
W8_900極太 (Black)
*/

html {
  scroll-behavior:smooth;  
/*  ページ内リンクがスルスル動くようになる魔法 */
}

*,
*::before,
*::after
{
margin:0;
padding: 0;
box-sizing: border-box;
/*border: 5px solid red;*/
/*チェック用のキーワード*/
}

/*フルードイメージ*/
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a{
  vertical-align: bottom;
}

/* 中身を中央に寄せる「包み紙」 */
.container {
  max-width: 750px;
  width:100%;
  margin: 0 auto; /* これで中央寄せ */
  /* padding: 0 20px; スマホで見た時に左右に少し余白が欲しい場合はこれを入れる */
  border-left: 1px solid black;
  border-right: 1px solid black;
  overflow-x: hidden; /* 画面外にあるものを強制的に見えなくする */
}
.wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 92px;
}

/* もし背景（オーバーレイ）を使うなら */
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 9000;      /* ★ナビ(9999)より小さい数字にする！ */
  
  /* 最初は隠す */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s;
}

.nav-overlay.is-show {
  opacity: 1;
  visibility: visible;
}

.lp_container{
 max-width: 750px;
  width: 100%;
  margin: 0 auto; 
  overflow-x: hidden; /* これで absolute のはみ出しが消えるようになります */
  position: relative; /* ★これが必要！ */
  /* ★これをお守りとして追加！絶対にはみ出させない魔法です */
  clip-path: inset(0);
}

/*ロゴ*/
h1 img{
  width:160px;
  margin: 18px 0 18px 30px; /* 上・右・下・左 の順で余白を作る */
}

/* --- ハンバーガーボタンの見た目 --- */
/* --- レイアウトの基本 --- */
.wrapper {
  display: flex;
  justify-content: space-between; /* ロゴとボタンを左右に配置 */
  align-items: center;
  height: 92px; /* 指定の高さ */
  width: 750px; /* サイト幅 */
  margin: 0 auto;
}

/* --- 2. ハンバーガーボタン（絶対に一番上に！） --- */
.hamburger {
  position: relative;
  z-index: 9999; /* メニュー(9000)より数字を大きくして上に！ */
  background: none; 
  border: none; 
  cursor: pointer;
  width: 30px; 
  height: 24px;
  display: flex; 
  flex-direction: column; 
  justify-content: space-between;
  margin: 0 40px;
}
.hamburger span {
  display: block; 
  width: 100%; 
  height: 2px; 
  background: #000;
  transition: all 0.3s ease; 
}

/* ボタンが×になるときの動き */
.hamburger.is-active span:nth-child(1) { transform: translateY(11px) rotate(45deg); }
.hamburger.is-active span:nth-child(2) { opacity: 0; }
.hamburger.is-active span:nth-child(3) { transform: translateY(-11px) rotate(-45deg); }

/* --- 3. 右からぬっと出るメニュー本体 --- */
.navigation {
  /* fixed を absolute に変更！ */
  position: absolute; 
  top: 92px; /* ヘッダーの高さ分下げる */
  right: -250px; /* 自分の幅分だけ右に隠す */
  width: 250px;
  height: 500px;
  background-color: #E6E3CE;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 0 0 0 50px;
  padding-top: 40px; /* absoluteなので大きな余白は不要になります */
  transition: right 0.4s ease;
  
  /* z-index の修正 */
  z-index: -1; /* -1だと背景に埋もれてクリックできなくなるので、ボタンより小さく正の数にします */
  
  /* ★念のための隠し味（はみ出しが絶対に見えないようにする） */
  visibility: hidden; 
  opacity: 0;
}

/* ★JSでこのクラスがついた時 */
.navigation.is-show {
  right: 0; 
  visibility: visible;
  opacity: 1;
}
/* メニュー内のリンク設定 */
.navigation ul { list-style: none; padding: 0; margin: 0; }
.navigation li { border-bottom: 1px solid #000; }
.navigation .hmg_text{
  display: block; padding: 15px 20px;
  color: #000; text-decoration: none;
}

.nav_sns_icons {
  display: flex;
  gap: 20px; /* アイコン同士の隙間 */
  margin: 20px;
}

.nav_sns_icons img {
  width: 25px; /* アイコンのサイズ調整 */
  height: auto;
}







body{
  margin: 0 auto;
  background-color: #E6E3CE;
	
  color: #000;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px; /*デフォルトで14px*/
  
  font-weight: 300; /* W2 */
  
  /* 行間：イラレでいう「行送り」 */
  line-height: 1.8;
  
  /* カーニング：イラレの「200」を再現 */
  letter-spacing: 0.2em;
  
  /* 文字をパキッとさせる */
  webkit-font-smoothing: antialiased;
  moz-osx-font-smoothing: grayscale;
  
  font-feature-settings: "palt"; /* プロポーショナルメトリクスを有効化 */
  
  webkit-text-size-adjust: 100%;
  /* スマホで横向きにした時に文字サイズが勝手に変わるのを防ぐ */
  
  /*padding-left: 0.2em;*/
  /*これを使うと中央揃えの偏りがなくなる*/
}



/* 黒いバー：横幅いっぱいに広がる */
/* バー全体の箱 */
.booking-bar {
  position: relative;
  width: 100%;
  background-color: #000;
  text-align: center;
  padding: 12px 0;
  z-index: 1000;
  height: 40px;
  line-height: 1;
}

/* リンク（文字）のスタイル */
.booking-link {
  display: block;
  color: #dcd7bc;
  text-decoration: none;
  letter-spacing: 0.2em;
  font-size: 14px;
  font-weight: 500;
}

/* 閉じるボタン（×）のスタイル */
.close-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #dcd7bc;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
}

/* マウスを乗せた時：色がパキッと反転！ */
.booking-bar:hover {
  background-color: #dcd7bc; 
  color: #000;  
  transition: 0.4s;
  border: 1px solid black;
}
/* バー全体をホバーした時、中の「BOOK NOW」の色を変える */
.booking-bar:hover .booking-link {
  color: #000 ;
}

/* バー全体をホバーした時、中の「×ボタン」の色を変える */
.booking-bar:hover .close-btn {
  color: #000 ;
}




.header{
  border-bottom: solid 1px black;
  background-color: #E6E3CE;
}

/*固定ヘッダー*/
header{
position: fixed;
top: 0;
width: 750px;
left: 50%;
transform: translateX(-50%);
z-index: 9999;
}


/*メインビジュアル*/



.main-visual {
  width: 750px; /* 指定のサイズ */
  height: 1334px;
  aspect-ratio: 16 / 9; /* 動画の比率に合わせる */
  margin: 0 auto;
}

.text-layer {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; /* 動画より上に重ねる */
  pointer-events: none; /* 下の動画の操作を邪魔しない（念のため） */
}

.video-layer {
  position: absolute;
  bottom: 4.5%;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: multiply; /* 乗算 */
}







/*スクロールダウン*/
.main{
position: relative;
}

.scrolldown-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  /* 配置場所（MVの最下部など）に合わせて調整してください */
  margin-top: 50px;
/*  位置調整*/
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6%;
}

.scroll-text {
  font-size: 10px;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #bbb;
  margin-bottom: 2px;
}

/* 矢印共通の形 */
.arrows span {
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #bbb;
  border-right: 2px solid #bbb;
  transform: rotate(45deg); /* Vの形にする */
  margin: -7px 0; /* 矢印同士を少し重ねる */
  
  /* アニメーション：2秒かけてループ */
  animation: scroll-arrows 2.5s infinite;
  opacity: 0;
}

/* 3本の矢印に時間差をつける */
.arrows span:nth-child(2) {
  animation-delay: 0.2s;
}
.arrows span:nth-child(3) {
  animation-delay: 0.4s;
}

/* 動く仕組み：上から下へ消えながら流れる */
@keyframes scroll-arrows {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-7px, -7px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(7px, 7px);
  }
}



/*コンバージョンボタン*/

.cv_btn_container{
position: fixed;
bottom: -3%;
right: calc((100% - 750px) / 2 + 80px);
z-index: 500;
}
/* 親の箱：160pxの正方形 */
.cv-button-wrap {
  bottom: 80px;
  left: 35%;
  position: relative;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}

/* ボタン本体：120px */
.cv-button {
  position: absolute; /* 中央に固定 */
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 10; /* 最前面に */
  transition: transform 0.3s ease;
}

/* 色の設定：ここが重要！ */
.btn-red {
  background-color: #B6282C ; /* 強制的に赤を適用 */
  color: #ffffff;
}
.btn-red {
  background-color: #B6282C;
  color: #ffffff ;
  
  /* --- ここを追加してください --- */
  border: 3px solid #136983 ; /* 群青色のフチ線 */
  box-sizing: border-box ;  /* 線を引いてもボタンが大きくならないように調整 */
  /* -------------------------- */
  box-shadow:0 0px 15px rgba(100, 90, 70, 0.2) ;/* 群青色を混ぜた、繊細な影 */
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
  }
  
  /* ホバー時の影（お好みで追加してください） */
.btn-red:hover {
  box-shadow: 0 0px 25px rgba(100, 90, 70, 0.5)
}


/* ONLINE/SHOPの文字調整 */
.cv-button span {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: thin;
}
.online {
line-height: 1;
letter-spacing: 0.075em;
padding-bottom: 2px;
}
.shop {
line-height: 1;
letter-spacing: 0.05em; 
padding-top: 2px;
}

/* 回転テキストの箱 */
.rotating-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  z-index: 1; /* ボタンの後ろに配置 */
  animation: rotate-anim 35s linear infinite;
}

/* SVGの中身 */
.rotating-text svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.rotating-text text {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 6px;
  letter-spacing: 0.3em;
  fill: #B2B2B2;
}

/* 回転のアニメーション */
@keyframes rotate-anim {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}




/*先生が作ってくれたセクション切り替え線*/
h2{
display: flex;
height: 73px;
}

h2 span{
display: block;
border: 1px solid #000;
border-bottom: none;
border-left: none;
text-align: center;
white-space: nowrap; /*改行させない*/;
font-size: 18px;
font-weight: 600;
display: flex;
align-items: center;
padding: 0 60px;
}

h2::after{
content: "";
display: block;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
width: 100%;
}


/*プロファイルテキスト（上段）が入る*/

.profile{
position: relative
}

.profile_header{
position: absolute;
top: 40px;
left: 60px;
}

.guabao_chara{
font-size: 48px;
font-weight: 600;
line-height: 1;
padding-bottom: 10px;
}
.guabao_eng{
line-height: 1;
letter-spacing:  0.05em;
}


/*プロファイルアコーディオンが入る*/
/* 親の箱 */
.bao-container{
  position: relative;
  display: flex;
  justify-content: center;
  padding: 120px 0 100px;
}

.bao-container img{
filter: drop-shadow(-20px 20px 15px #D4CCA8)
}

.ingredient-popup {
  position: absolute;
  z-index: 50;
 }

/* 個別の位置調整（スクショを見ながら数値を微調整してください） */
.pos-top {
  top: 14%;
  left: 62.5%;
}

.pos-bottom {
  top: 83%;
  left: 62.5%;
}

.bao-image{
  width: 460px;
}




/* タイトル：24px / ボタンの役割 */
.accordion-title {
  font-size: 24px;
  cursor: pointer;
  display: inline-block; /* アンダーラインの幅を文字に合わせる */
  position: relative;
  padding-bottom: 5px;
  font-family: serif; /* スクショに合わせて適宜変更してください */
}

.accordion-title span{
font-size: 21px;
}

/* --- アンダーラインのアニメーション --- */
.underline {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px; /* 線の太さ */
  background-color: #000;
  transform: scaleX(0); /* 最初は長さ0 */
  transform-origin: left; /* 左端を起点に伸びる */
  transition: transform 0.3s ease; /* シュインと動くスピード */
}

/* ホバーした時に線を伸ばす */
.accordion-title:hover .underline {
  transform: scaleX(1); /* 長さを100%にする */
}

/* --- コンテンツ部分：10px / 幅220px --- */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease; /* 開閉スピード */
}

.content-text {
  font-size: 10px;
  width: 230px;
  line-height: 1.8;
  padding-top: 9px;
  margin: 0;
}

/* 開いた状態 */
.accordion-item.active .accordion-content {
  max-height: 200px; /* 前回のテクニック同様、中身より少し大きめに */
}

/* 開いている時はホバーしなくても線を出しっぱなしにしたい場合（お好みで） */
.accordion-item.active .underline {
  transform: scaleX(1);
}



.bao_illust{
  display: flex;           /* Flexboxを有効にする */
  justify-content: center; /* 横方向の中央寄せ */
  padding: 150px 0 150px;         /* 見出しとの間に少し余白を作ると綺麗です！ */
}

.bao_illust img{
  width: 464px;
}



/*ソウルフード中身テキスト*/

.readmore-section{
display: flex;
flex-direction: column;
align-items: center;
}

.intro-text, .more-content{
  font-size: 16px;
  line-height: 36px;
  width: 520px;
  margin: 30px 0 0px;
}

/* 追加テキストの箱：最初は高さを0にして隠す */
.more-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-top: 20px;
  padding-bottom: 0px;
  transition: max-height 0.5s ease-in;
}

.more-content p{
margin-bottom: 50px;
}

/* クラス「is-open」がついたら全開にする */
.more-content.is-open {
  max-height: 350px; /* 十分な高さを指定 */
  opacity: 1;
  margin-top: 20px;
}

/* ボタン：押した後に消したい場合は、あとでJSで調整します */
.read-more-btn {
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid #000;
  border-radius: 30px;
  text-decoration: none;
  color: #000;
  transition: all 0.4s;
  text-align: center;
}



/*read moreボタン*/
.read-more-btn {
  /* 1. 配置：BOOK NOWと揃えて画面中央へ */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  margin-bottom: 80px;
  
  /* 2. 形：調整いただいた黄金比を継承 */
  width: 272px;
  max-width: 450px;       /* 横幅の最大（イラレのサイズ感） */
  padding: 10px 0;        /* 上下の厚み */
  border-radius: 100px;   /* 角を完全に丸くする */
  
  /* 3. 色：白背景（透明）に黒の細いライン */
  background-color: transparent; 
  color: #000;
  border: 1px solid #000; /* 黒い枠線 */
  
  /* 4. フォント：W4(500) 18px / 字間 0.25em */
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  
  /* 5. 仕上げ */
  text-decoration: none;
  transition: all 0.4s;
  box-sizing: border-box;
}

/* マウスを乗せた時：色がパキッと反転！ */
.read-more-btn:hover {
  background-color: #000; /* 黒背景に */
  color: #dcd7bc;            /* 文字はあのベージュに！ */
}




/*アコーディオンメニュー*/


/* 全体の枠組み */
.faq-container {
  width: 100%;
}

/* 各行の設定 */
.faq-item {
}

/* 奇数行(1番目, 3番目...)の背景色 */
.faq-item:nth-child(odd)  {
  background-color: #f7f6ef /* 明るいクリーム色 */
}

/* 偶数行(2番目...)の背景色 */
.faq-item:nth-child(even)  {
  background-color: #E6E3CE /* 背景色 */
}

/* 見出し部分（クリックできるところ） */
summary {
  list-style: none; /* デフォルトの三角形を消す */
  padding: 12px 20px;
  cursor: pointer;
  font-weight: 500;;
  position: relative; /* 矢印の位置の基準 */
  display: block; 
}





/* 中身のテキスト */

.faq-content {
  padding: 10px 50px 20px;
  line-height: 1.6;
  font-size: 14px;
    transition:
    border-top     .3s ease-out,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out;
}

/* 右側の矢印 (Vの形) */
summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  transform: translateY(-70%) rotate(45deg); /* 下向き矢印 */
  transition: transform 0.4s; /* 動くスピード */
}

/* 開いた時に矢印を上に向ける */
details[open] summary::after {
  transform: translateY(-20%) rotate(-135deg);
}




.scape_wrapper{
  display: flex;
}

.steam img{
 border-top: 1px solid black;
 border-bottom: 1px solid black;
 border-left: none;
}
.spice img{
 border-top: 1px solid black;
 border-bottom: 1px solid black;
 border-right: none;
}


 div .material_text{
  display: flex;
  justify-content: center;
  align-items: center;
}

 div .material_text p{
  width: 633px;
  font-size: 16px;
  padding: 40px 0;
  line-height: 36px;
  letter-spacing: 0.2em;
}


/*------------MENU------------*/
h3{
 font-size: 30px;
 padding: 60px;
}

.menu_wrapper{
 display: flex;
 flex-direction: column;
 align-items: center;
}

strong{
font-size: 26px;
font-weight: 600;
}
h3 span{
font-weight: 300;
font-size: 28px
}



/*カードメニュー*/
/* フォント設定 */
.menu-name {
  font-family: "Hiragino Mincho ProN", "MS Mincho", serif; /* 明朝体 */
  font-size: 21PX;
  font-weight:600;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 15px 0;
}
.description, .price {
  text-align: left;
  margin-top: 20px;
}
.price{
font-size: 16px;
}

.price span{
font-size: 14px;
}

/* スライダー全体の箱 */
.menu-slider {
  display: flex;
  overflow-x: auto; /* 横スクロールを許可 */
  scroll-snap-type: x mandatory; /* ピタッと止まる設定 */
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 40px;
  gap: 20px;
}

/* 各メニューカード */
.slider-item {
  flex: 0 0 55%; /* 画面幅の70%を占有（左右がはみ出して見える） */
  scroll-snap-align: center; /* 常に中央に止まる */
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.3s;
}

/* 画像フレーム（前回教えたポチ付きのデザインを流用） */
.photo-frame img{
  position: relative;
  width: 100%;
  max-width: 351px;
  border: 1px solid #000;
  border-radius: 60px; 
}

/* テキストエリアの制御 */
.item-info {
  text-align: center;
  margin-top: 20px;
  opacity: 0; /* 最初は隠す */
  transition: opacity 0.5s;
  width: 100%;
}

/* 【重要】中央に来た時だけテキストを表示する魔法（簡易版） */
/* スクロールが止まった位置で判定するのはJSが必要なため、
   まずは「画面内で一番大きく見えているもの」を表示するCSS設定にします */
.slider-item {
  opacity: 0.5; /* 横に避けてる時は少し薄く */
}

/* スクロールで見ている項目を強調 */
@media (hover: none) {
  /* スマホ等で指で触れている間の表現 */
}

/* 両端の余白用 */
.spacer {
  flex: 0 0 20%;
}




/* --- トピックススライダー設定 --- */
.topics-outer {
  position: relative;
  width: 100%;
  padding: 120px 0 0;
}

.topics-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 65px;
  scrollbar-width: none; /* Firefox用 */
}
.topics-slider::-webkit-scrollbar { display: none; } /* Chrome用 */

.topics-item {
  flex: 0 0 47%; /* 横のチラ見せ具合を調整 */
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.5s;
}

.topics-img-box {
  width: 100%;
  aspect-ratio: 1 / 1; /* 正方形に固定 */
  border: 1px solid #000;
  overflow: hidden;
}

.topics-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 中央以外は文字を消す設定 */
.topics-info {
  width: 83%;
  text-align: left;
  margin-top: 30px;
  opacity: 0;
  transition: opacity 0.5s;
}

.topics-title{
font-size: 21px;
font-weight: 400;
padding: 0 0 20px;
}

.topics-date{
font-size: 12px;
padding: 0 0 5px;
}

.topics-text{
font-size: 14px;
}


/* 矢印ボタン（シンプルに） */
/* ボタン自体の箱 */
.topics-nav {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  
  
  /* ボタン全体のクリックエリアを少し広めに確保 */
  width: 30px; 
  height: 30px;
  
  display: flex;
  align-items: center;
  justify-content: center;
  
}

/* 矢印の「線」を作る（L字の形） */
.topics-nav::before {
  content: "";
  display: block;
  
  /* 矢印の線の太さと色 */
  border-top: 2px solid #000; /* 少し太めにしてシャープさを出す */
  border-right: 2px solid #000;
  opacity: 0.6; /*不透明度*/
  
  /* 矢印のサイズ（ここを調整して高さを19pxくらいに見せる） */
  width: 14px; 
  height: 14px;
  
  transition: opacity 0.4s;
  
}

/* 「戻る」矢印：L字を左に向ける */
.topics-nav.prev {
  left: 7%; /* 矢印_外からの距離 */
}
.topics-nav.prev::before {
  /* L字をそのまま左に135度回転（スクショと同じ向き） */
  transform: rotate(-135deg);
}

/* 「次へ」矢印：L字を右に向ける */
.topics-nav.next {
  right: 7%; /* 矢印_外からの距離 */
}
.topics-nav.next::before {
  /* L字をそのまま右に45度回転（スクショと同じ向き） */
  transform: rotate(45deg);
}

/* マウスを乗せた時（ホバー）に、くっきりさせる設定 */
.topics-nav.next:hover::before {
  opacity: 0.8; /* マウスが乗ったら白くする */
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.4s;
}
.topics-nav.prev:hover::before {
  opacity: 0.8; /* マウスが乗ったら白くする */
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.4s;
}

/* 下部ページャー */
.topics-pager {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.dot {
  width: 40px;
  height: 4px;
  background-color: #ccc; /* 通常はグレー */
  transition: background-color 0.4s;
  border-radius: 2px;
}
.dot.active {
  background-color: #fff; /* アクティブなときは白（枠線が必要なら border 追加） */
}

.topics-spacer { flex: 0 0 20%; }







/*view moreボタン*/
.btn-view-more {
  /* 1. 配置：BOOK NOWと揃えて画面中央へ */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
  margin-bottom: 80px;
  
  /* 2. 形：調整いただいた黄金比を継承 */
  width: 272px;
  max-width: 450px;       /* 横幅の最大（イラレのサイズ感） */
  padding: 10px 0;        /* 上下の厚み */
  border-radius: 100px;   /* 角を完全に丸くする */
  
  /* 3. 色：白背景（透明）に黒の細いライン */
  background-color: transparent; 
  color: #000000;
  border: 1px solid #000000; /* 黒い枠線 */
  
  /* 4. フォント：W4(500) 18px / 字間 0.25em */
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  
  /* 5. 仕上げ */
  text-decoration: none;
  transition: all 0.4s;
  box-sizing: border-box;
}

/* マウスを乗せた時：色がパキッと反転！ */
.btn-view-more:hover {
  background-color: #000000; /* 黒背景に */
  color: #dcd7bc;            /* 文字はあのベージュに！ */
}


.card_takeout{
display: flex;
justify-content: space-between;
align-items: center;
vertical-align: bottom;
}

.card_takeout_image{
width: 50%;
}
.card_takeout_text{
width: 50%
}

h6{
font-size: 21px;
font-weight: 500;
padding: 0 0 0 50px;
}

.card_takeout_text p{
padding: 30px 50px 0 50px;
letter-spacing: 0.1em;
font-size: 14px;
}

.card_takeout_text span{
font-size: 12px;
font-weight: 700;
font-weight: 500;
}

.topics_wrapper{
display: flex;
flex-direction: column;
align-items: center;
}
.insta_wrapper_text p{
padding: 120px 0 30px;
font-weight: 700;
}

.insta_wrapper_header{
display: flex;
justify-content: center;
align-items: center;
width: 442px;
margin-bottom: 40px;
}

.insta_wrapper_image{
display: flex;
justify-content: center;
align-items: center;
width: 567px;
margin-bottom: 100px;
}

.book_wrapper{
display: flex;
flex-direction: column;
align-items: center;
}

h4{
font-size: 30px;
letter-spacing: 0.1em;
font-weight: 400;
margin-top: 60px;
display: flex;
align-items: center;
justify-content: center;
white-space: nowrap;
}

h4::before,h4::after{
content: "";
width: 60px;
height: 1px;
background-color: #000;
display: block;
}
h4::before{
margin-right: 25px;
}
h4::after{
margin-left: 25px;
}

.booking_text{
font-size: 16px;
letter-spacing: 0.1em;
padding: 30px 0;
}




/*book nowボタン*/
.btn-book-now {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;      /* 上下に隙間を作り、左右中央へ */
  margin-bottom: 80px;
  
  /* 2. 形の魔法：カプセル型 */
  width: 272px;
  max-width: 450px;       /* 横幅の最大（イラレのサイズ感） */
  padding: 10px 0;        /* 上下の厚み */
  border-radius: 100px;   /* 角を完全に丸くする */
  
  /* 3. 色のこだわり：真っ黒背景に「あのベージュ」の文字 */
  background-color: #000;
  color: #dcd7bc;         /* Page to Topで使った絶妙なベージュ */
  border: 1px solid #000;
  
  /* 4. フォント：W4(500)で高級感を */
  font-size: 16px;        /* 少し大きめで存在感を出す */
  font-weight: 500;
  letter-spacing: 0.2em; /* 字間を広げて「ゆとり」を演出 */
  
  /* 5. その他のおまじない */
  text-decoration: none;  /* 下線を消す */
  transition: all 0.4s;   /* 変化を滑らかに */
  box-sizing: border-box; /* パディングで幅が変わらないように */
}

/* マウスを乗せた時の演出：色が反転します */
.btn-book-now:hover {
  background-color: #dcd7bc; /* 背景を透明（ベージュ背景が見える）に */
  color: #000000;                /* 文字を黒に */
}

.info_table {
  width: 556px;       /* テーブル全体を横いっぱいに広げる */
  border-collapse: collapse; /* 余計な隙間をなくす */
  margin-bottom: 40px;
  font-weight: 300;    /* W4くらいが読みやすいです */
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  letter-spacing: 0.1em;
}

.info_table th {
  width: 40%;         /* ★ここで左側の幅を調整します！ */
  text-align: left;   /* 左揃え */
  vertical-align: top;     /* 文字数が多い時、上に揃える */
  padding: 30px 0 30px 40px;
  font-weight: 500;
}

.info_table td {
  width: 60%;              /* 残りの幅 */
  text-align: left;
  vertical-align: top;
  padding: 30px 0 30px 0;
}


.bao_wine img{
width: 556px;
border: 1px solid black;
border-radius: 50px;    /* 角を10pxの半径で丸くする */;
margin: 30px;
/*opacity: 0.5;*/
/*親に対しborder,radiusとかつけて、
さらにoverflow:hiddenをつけるとよい*/
}


.introduce_text{
width: 457px;
padding: 30px 0;
}

.book_now{
  width: 272px;
  padding: 0 0 60px;
  }
 
.shop_logo_wrapper{
 display: flex;
 flex-direction: column;
 align-items: center;
 }
 
.shop_logo img{
 width: 177px;
 margin: 100px 0 30px; 
 }
 
/*マップボタン*/
.map_btn {
  /* 1. 配置：BOOK NOWと揃えて画面中央へ */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
  
  /* 2. 形：調整いただいた黄金比を継承 */
  width: 360px;
  max-width: 450px;       /* 横幅の最大（イラレのサイズ感） */
  padding: 13px 0;        /* 上下の厚み */
  
  /* 3. 色：白背景（透明）に黒の細いライン */
  background-color: transparent; 
  color: #000000;
  border: 1px solid #000000; /* 黒い枠線 */
  
  /* 4. フォント：W4(500) 18px / 字間 0.25em */
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  
  /* 5. 仕上げ */
  text-decoration: none;
  transition: all 0.4s;
  box-sizing: border-box;
}

/* マウスを乗せた時：色がパキッと反転！ */
.map_btn:hover {
  background-color: #000; /* 黒背景に */
  color: #dcd7bc;            /* 文字はあのベージュに！ */
}


.bottom{
padding-bottom: 60px;
}

.shop_flame img{
 width: 648px;
 margin: 40px 0 80px;
}

.shop_info_wrapper{
 display: flex;
 flex-direction: column;
 align-items: center;
 }
 

.shop_name{
width: 470px;
font-size: 21px;
font-weight: 500;
line-height: 1;
}

.shop_inline span{
 font-size: 12px;
 }


.shop_info_table {
  width: 470px;
  border-collapse: collapse;
  margin: 40px 0;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.shop_info_table th {
  width: 30%;
  text-align: left;
  vertical-align: top;
  padding: 20px 0;
  font-weight: 500; /*効かない*/
}

.shop_info_table td {
  width: 70%;
  text-align: left;
  vertical-align: top;
  padding: 20px 0;
}

.bao_comic img{
width: 51px;
margin-bottom: 50px;
}


/*フッターナビゲーション*/

.footer_container {
  display: flex;
  justify-content: space-between; /* 左右両端に配置 */
  max-width: 750px;  /* サイト全体の幅に合わせる */
  width: 470px;
  margin: 0 auto;
  padding-left: 65px
}

/* メニュー共通のスタイル */
.footer_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_nav li {
  margin-bottom: 25px; /* 行間 */
}

.footer_nav a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2em;
}

/* 右側グループ内の調整 */
.nav_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* 上に文字、下にアイコンを配置 */
  text-align: left;
  margin-right: 80px;
}

.sub_menu a{
font-size: 10px;
}

.sns_icons {
  display: flex;
  gap: 20px; /* アイコン同士の隙間 */
  margin-bottom: 28px;
}

.sns_icons img {
  width: 25px; /* アイコンのサイズ調整 */
  height: auto;
}


.page_top {
  display: flex;
  align-items: center;     /* 縦の中央 */
  justify-content: center; /* 横の中央 */
  gap: 30px;               /* 文字と矢印の間の距離 */
  
  width: 225px;             /* 横幅いっぱいの枠にする場合 */
  max-width: 600px;        /* 広がりすぎないよう制限 */
  margin: 30px auto 0;       /* 上下の余白と中央寄せ */
  padding: 10px;
  
  /* デザインのキモ：丸枠 */
  border: 2px solid #dcd7bc; 
  border-radius: 50px;     /* 十分に大きくするとカプセル型になります */
  
  text-decoration: none;   /* 下線を消す */
  color: #dcd7bc;          /* 文字とSVGの色（currentColorで連動） */
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  background-color: #E6E3CE;
  filter: drop-shadow(0px 0px 3px #D4CCA8);
}

/* ホバーした時のふわっとした動き */
.page_top:hover {
  background-color: #dcd7bc;
  color: #fff;
  transition: 0.4s;
}


footer{
  background-color: #000;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  color: white;
  font-size: 12px;
  line-height: 1;
}


