@font-face {
  font-family: 'Hangyakumincho';
  src: url('sp.fonts/Hangyaku-G3Rpg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Corporate-Mimcho';
  src: url('sp.fonts/Corporate-Mincho-ver3.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Hangyakumincho', serif;
  color: #333;
  background-color: #bdb1a5;
  background-size: 100% 100%;
  background-attachment: fixed;
}



body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8cm; /* 約10センチ（378px） */
  background: linear-gradient(to bottom, #f6eaf4, transparent);
  z-index: -1;
}




.page-wrapper {
  margin: 0 auto;
  padding: 0 ;
   max-width: clamp(300px, 90%, 375px);
  


}


.hero {
  text-align: center;
  padding: 2rem;
  position: relative;
}

.title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.title-image {
  width: 60px;
  height: auto;
margin-top: -60px;
}

.title-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.title-text{
 font-family: 'Hangyakumincho', serif;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  color: #000;
  white-space: nowrap;
  margin: 0.2em 0;
  margin-top:-30px;
}
.title-text2 {
  font-family: 'Hangyakumincho', serif;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  color: #000;
  white-space: nowrap;

  margin-top: -20px;
}

.title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}

.title-wrapper {
  position: relative;
}

.social-icons {
  position: absolute;
  top: 15px;
  left: 54%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 1000;
}

.icon {
  width: 35px;
  height: 35px;
  transition: transform 0.3s ease;

}

.icon:hover {
  transform: scale(1.2);
}

.subtitle {
  font-size:1rem;
  margin-top: 1rem;
  font-family: 'CorporateMincho';
  color: #030303;

}

.menu-button {
  font-family: 'Hangyakumincho', serif;
  background-color: #1a1a1a; /* 深い黒 */
  color: #d4af37; /* 金色の文字 */
  border: 1px solid #d4af37; /* 金の縁取り */
  border-radius: 8px;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  text-shadow: 0 0 6px rgba(212, 175, 55, 0.6); /* 金の光を帯びた文字 */
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.3); /* 金の輝きで浮かび上がる */
  position: relative;
  top: -2rem;
  left: 10%;
  transform: translateX(-50%);
  z-index: 10000;
  cursor: pointer;
  transition: transform 0.2s ease;

}

.menu-button:hover {
  transform: translateX(-50%) scale(1.05);
}

.himitsu-text h2 {
  position: absolute;
  top: 3000px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  font-family: 'Hangyakumincho';
  color: #3b2f2f;
  margin-bottom: 0.5rem;
  text-align: center;
}
.himitsu-button {
  position: absolute;
  top: 3100px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background-color: #ffffff;
  color: #3b2f2f;
  padding: 0.3rem 0.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-family: 'Hangyakumincho';
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.4);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  font-size: 20px;
  max-width: 300px;
  text-align: center;
}


/*一つ目のスライドショー*/
.slideshow-section {
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;
  gap: 2rem;
 
  position: relative;
  top: -60px;
 margin: auto 0 auto;
  min-height: 240px;

}

.slideshow-wrapper {
  flex: 1;
  max-width: 375px;
  text-align: center;
}

.slideshow img {
  width: 100%;
  display: none;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.slide.active {
  display: block;
}



/*文章１*/
/* 全体に box-sizing を適用 */
* {
  box-sizing: border-box;
}

/* 親要素を375pxに制限して中央揃え */
.slideshow-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 375px;
  margin: 10px auto 0;
  padding: 0;
}

/* 子要素も375pxに揃える */
.slideshow-text {
  width: 100%;
  max-width: 375px;
  font-family: 'Corporate-Mincho', serif;
  color: #030303;
  background-color: #ffffff;
 padding: 0.5rem;
  border-radius: 50px;
  font-size: 0.8rem;
  line-height: 1.6;
  box-shadow: 0 0 12px rgba(39, 36, 28, 0.2);
  text-align: center;
  margin: 0 auto;
}

.slideshow-text h3 {
  font-family: 'Hangyakumincho', serif;
  font-size: 2rem;
  color: #101010;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

.subtitle {
  font-size: 1rem;
  margin-top: 0.5rem;
  font-family: 'Corporate-Mincho', serif;
  color: #030303;
}

.surprise-text {
  display: inline-block;
  animation: bounceGlow 2s ease-in-out infinite;
  color: #ca3b0b;
  font-weight: bold;
  margin-top: 0.5rem;
}

@keyframes bounceGlow {
  0%, 100% {
    transform: translateY(0);
    color: #5c3b00;
  }
  50% {
    transform: translateY(-4px);
    color: #d88c00;
  }
}

/*文章2*/
.slideshow-description h4 {
  font-family: 'Hangyakumincho', serif; 
  font-size: 2rem;                     
  color: #101010;                    
  margin-bottom: 1rem;                
  margin-top: 0px;
max-width: 375px;

}

.slideshow-description{

  flex:2; 
  max-width: 375px; 
  font-family: 'Corporate-Mincho', serif;
  color: #030303;
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 20px;
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-top: -10px;
   box-shadow: 0 0 12px rgba(42, 40, 33, 0.2);
}

/*二つ目のスライドショー*/
.slideshow-container {
  display: flex;
  flex-direction: column; /* ← 縦並びに変更 */
  align-items: center;     /* ← 中央揃え */
  justify-content: center;
  gap: 1.5rem;
  max-width: 375px;
  margin: 0 auto;
  
  box-sizing: border-box;
}


.slideshow-section2 {
  flex: 1.5;
  max-width: 375px;
}

.slide2 {
  width:100%;
  display: none;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  max-width: 375px;
  height: auto;
  object-fit: contain;
  position: relative;
  top:100px;
margin-top: 1px;
margin-bottom: 4rem;

}

.slide2.active {
  display: block;
}

/*ランキング文章*/
/* ランキング全体を中央に */
.ranking-text {
  max-width: 375px;
  margin: 0 auto;
  
  text-align: center;
  box-sizing: border-box;
}

/* ランキングタイトル */
.ranking-heading h5 {
  font-size: 2.3rem;
  margin-bottom: 0.5rem;
  font-family: 'Hangyakumincho', serif;
  color: #333;
}

/* ランキング説明文 */
.ranking-body {
  font-size: 1rem;
  color: #444;
  margin-top: 0.5rem;
 
}

/* 切り替えボタン */
#rankingSwitch.push {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  background-color: #f6e0f2;
  color: #484747;
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  cursor: pointer;
}

/* シーン全体ラッパー */
.scene-wrapper {
  max-width: 375px;
  margin: 0 auto;
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* 各シーンブロック */
.scene-block {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: transform 0.2s ease;
}

.scene-block:hover {
  transform: scale(1.02);
}

/* ランキング順位テキスト */
.scene-text, .scene-text2, .scene-text3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #020202;
  margin-bottom: 0.5rem;
  text-align: center;
  font-family: 'Hangyakumincho';

}

/* 画像スタイル */
.scene-image img,
.scene-image2 img,
.scene-image3 img {
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 8px;
  margin: 0 auto;
  display: block;
}

/* 説明文 */
.scene-description p {
  font-size: 1rem;
  color: #333;
  margin-top: 0.5rem;
  font-family: 'Corporatemincho', serif;
  text-align: center;
}


/* MENU Overlay */
.hidden {
  display: none;
}
#menuOverlay {
  position: fixed;
  top: 0;
  left:0;
  width: 100vw; /* ← 画面幅いっぱいに */
  height: 100vh;
  z-index: 9999;
  background: radial-gradient(circle, #ece8ec, #f0e4f0);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  margin-bottom: 3rem;
}
#menuOverlay.show {
  opacity: 1;
  visibility: visible;
}
body.menu-open {
  overflow: hidden;
}
.menu-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border-radius: 12px;
  box-shadow:none;
  text-align: center;
  z-index: 10000;
  margin-top: 0 auto;
}

.menu-content h2 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.menu-content ul {
  list-style: none;
  padding: 0;
  text-align: left; 
}
.menu-content li {
  font-size: 1.5rem;
  margin: 1rem 0;
  color: #222;
  font-family: 'Hangyakumincho';
  text-align: left;       /* ← 左揃えにする */
  text-indent: 0;         /* ← インデントを解除 */
  text-decoration: none;
  transition: all 0.3s ease;
  max-width: 375px;       /* ← スマホ基準の幅に制限 */
  margin-left: auto;
  margin-right: auto;
}

.menu-content li a:hover {
  color: #222; /* 黒のまま */
  text-shadow:
    0 0 5px #d4af37,   /* 金のぼかし */
    0 0 10px #d4af37,  /* 金の光の縁取り */
    0 0 15px #d4af37;  /* 深めの余韻 */
}



.menu-content li:hover {
  color: #4e4d4b;
  text-shadow: 0 0 10px rgb(78, 77, 74);
}


.menu-content ul li::before {
  content: "";
  display: inline-block;
  width: 1rem; 
  content: "♦";
  display: inline-block;
  width: 1rem;
  margin-right: 0.5rem;
  color: #000000; /* 金色 */
  font-family: 'Hangyakumoncho';
}




@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}


/*メニューアイコン*/
.menu-icon {
  width: 40px;
  height: 40px;
  margin-right: 0.5rem;
  vertical-align: middle;
}


.angel-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background-image: url("sp.images/frame.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 500px;  
  height: 300px;
  margin: 0 auto;
  position: relative;
  top:0px;
}
.frame-text {
  font-size: 2rem;
  font-family: 'Hangyakumincho', serif;
  color: #58414d;
  white-space: nowrap;
}





/*クロハート*/
.logo-img{
  width: 80px;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.logo2-img{
   width: 80px;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.logo3-img {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 80px;
  height: auto;
}
@keyframes floatUpDown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

.float-motion {
  animation: floatUpDown 2.5s ease-in-out infinite;
}




.feather-wrapper {
  position: relative;
  height: 60px;
  margin-top: -20px;
}

.feather-animation {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  opacity: 0;
  animation: featherFloat 4s ease-in-out forwards;
}

@keyframes featherFloat {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px) rotate(-10deg);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(10px) rotate(5deg);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(40px) rotate(15deg);
  }
}

/*質問*/
body {
  font-family: 'Hangyakumincho', serif;
  background-color: #fdf8f4;
  color: #3b2f2f;
  padding: 40px;
  font-size: 30px;
}


/* 気分診断セクション */
.mood-check {
  background-color: rgba(255, 253, 245, 0.85);
  border-radius: 24px;
  padding: 2rem;
  font-family: 'Hangyakumincho';
  color: #3b2f2f;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.2);
  text-align: center;
  max-width: 375px;
  /* 中央配置のための追加 */
  margin: 2rem auto; /* ← 上下に余白＋左右中央配置 */
  margin-bottom:5rem;
}

/*仕組み説明*/

/* 全体ページ設定 */
.next-page {
  max-width: 375px;
  margin: 0 auto;
  padding: 0;
  font-family: 'Hangyakumincho', serif;
  background-color: #fdf8f4;
  color: #000;
  text-align: center;
}

/* タイトル */
.next-title {
  font-size: 2.3rem;
  margin: 0.5rem 0;
  color: rgb(239, 188, 234);
}

/* 戻るボタン */
.back-button {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 1000;
  background-color: #e8c5e4;
  color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  text-decoration: none;
  font-family: 'Hangyakumincho', monospace;
  box-shadow: 0 0 8px rgba(220, 217, 208, 0.4);
  font-size: 1.2rem;
}

/* コンテナ */
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  gap: 24px;
}

/* ホワイトボード */
.whiteboard {
  width: 100%;
  background: #9fd1de;
  border: 2px solid #0c0b0b;
  padding: 16px;
  font-family: 'serif';
  box-shadow: 0 0 6px rgba(197, 195, 196, 0.4);
  overflow-y: auto;
  border-radius: 8px;
  writing-mode: horizontal-tb;
text-align: left; 

}



.name-icon{
    width:40px;
    height: 40px;
}
/* 行と線 */
.row {
  position: relative;
  height: 60px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 6px;
}

.line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  z-index: 0;
}

.memo-line {
  z-index: 1;
  width: 100%;
  font-size: 1.5rem;
  padding: 0 12px;
  font-family: 'Hangyakumincho';
}

.memo-line2 {
  z-index: 1;
  width: 100%;
  font-size: 1.8rem;
  padding: 0 12px;
  font-family: 'Hangyakumincho';
text-align: center;
}

/* 色分け */
.row-god { color: #ebe764d1; }
.row-idai { color: #8c7e37; }
.row-noge { color: olivedrab; }
.row-sakuragicho { color: lightgreen; }
.row-yokohama { color: darkgreen; }
.row-eiyu { color: darkblue; }
.row-iyashi { color: coral; }
.row-daitenshi { color: crimson; }
.row-tenshi { color: #e9a0e0; }

/* 天使エリア */
.angel-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  z-index: 10;
}

/* 天使画像と吹き出し */
.angel-image {
  width: 100px;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.speech-bubble {
  background: #fff;
  border: 2px solid #1f1e1e;
  border-radius: 16px;
  padding: 12px 16px;
  max-width: 260px;
  font-family: 'Corporatemincho', monospace;
  color: #333;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  font-size: 14px;
  position: relative;
  margin-top: 12px;
}

.speech-bubble::before,
.speech-bubble::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 32px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.speech-bubble::before {
  border-bottom: 10px solid #1c1b1b;
}

.speech-bubble::after {
  top: -8px;
  border-bottom: 8px solid #fff;
}

/* スタンプボード */
.sukusho{
  width: 300px;
  margin: 0 auto;

}
.stamp-end-title{
  font-size: 25px;
  margin-top: -130px;
  margin-bottom: 60px;
}

/* 写真スクロール */
.photo-recommendation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 375px;
  margin: 0 auto;
  padding: 1rem;
  font-size: 16px;
  box-sizing: border-box;
}

/* 横スクロール領域 */
.photo-scroll {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 1rem;
  width: 100%;
  box-sizing: border-box;
}

/* 写真のスタイル */
.photo-track img {
  display: inline-block;
  width: 280px;
  height: auto;
  margin-right: 1rem;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  object-fit: cover;
}

/* テキスト領域 */
.recommendation-text {
  margin-top: 1rem;
  font-family: 'Hangyakumincho', serif;
  color: #444;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

/* 見出し */
.recommendation-text h2 {
  font-size: 1.2em;
  margin-bottom: 1rem;
}

/* リスト */
.recommendation-text ul {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  max-width: 320px;
  text-align: left;
}

/* リスト項目 */
.recommendation-text li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.2em;
  font-family: 'Corporatemincho';
  font-size: 1rem;
}

/* ▶マーク */
.recommendation-text li::before {
  content: "▶";
  position: absolute;
  left: 0;
  color: #f3d53f;
}
/* おしらせ見出し（ロゴとテキスト横並び） */
.oshirase-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  box-sizing: border-box;
}

.logo4-img {
  width: 48px;
  height: auto;
  margin: 0;
  padding: 0;
}

.oshirase-text {
  margin: 0;
  padding-left: 0.5rem;
  font-family: 'Hangyakumincho', serif;
  font-size: 1.6rem;
  color: #030303;
}

/* イベントリスト全体 */
.event-list {
  max-width: 375px;
  margin: 0 auto;
  padding: 1rem;
  background-color: #ffffff;
  font-family: 'Hangyakumincho', serif;
  box-shadow: 0 0 12px rgba(94, 86, 93, 0.2);
  box-sizing: border-box;
  position: relative;
  top: 0;
}

/* イベント項目 */
.event-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

/* 日付部分 */
.event-date {
  width: 100%;
  text-align: left;
  padding-bottom: 0.5rem;
  color: #555;
}

.event-date .day {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}

.event-date .weekday {
  font-size: 1rem;
  color: #999;
}

/* イベント内容 */
.event-content {
  width: 100%;
  position: relative;
}

.event-content .title {
  font-size: 1.5rem;
  color: #303033;
}

/* ラベル（配信情報など） */
.label.new {
  background-color: #e3bae3;
  color: white;
  font-size: 0.9rem;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 0.5rem;
}

/* カレンダーとお知らせのラッパー */
.info-calendar-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(94, 86, 93, 0.2);
  font-family: 'Corporate-Mincho', serif;
  max-width: 375px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* お知らせセクション */
.notice-section {
  width: 100%;
}

/* カレンダー画像 */
.calendar-image {
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;


}

.calendar-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  margin: 0 auto;
  position: relative;
  top: 20px;
  margin-bottom:20px;
}

.calendar-p{
  font-size: 20px;
  text-align: center;
  font-family: 'Corporate-Mincho', serif;
}

.access-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(94, 86, 93, 0.2);
  font-family: 'Corporate-Mincho', serif;
  flex-wrap: wrap;
  margin: -30px auto 0 auto; /* ← 上にずらしつつ中央配置 */
  max-width: 375px;
 
}

.access-info {
  flex: 1;
  max-width: 375px;
  line-height: 1.8;
  font-size: 0.8rem;
  color: #2e2d2c;
}

.access-info h3 {
  font-family: 'Hangyakumincho', serif;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #101010;
  display: flex;

}

.access-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.access-title {
  font-family: 'Hangyakumincho', serif;
  font-size: 2rem;
  color: #101010;
  margin: 0;
  line-height: 1; 
  margin-top:20px;

}

.logo5-img {
  width: 60px;
  height: auto;
  margin: 0;
  padding: 0;
}



.notice-warning {
  max-width: 375px;
  margin: 1rem auto;
  padding: 0.8rem 1rem;
  background-color: #ffffff;
  font-family: 'Corporatemincho', serif;
  font-size: 0.9rem;
  color: #555;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
  line-height: 1.6;
  margin-bottom: 30px;
  margin-top: 50px;
}










body {
  font-family: 'Corporate-Mincho', serif;
  background-color: #fffdf7;
  margin: 0;
  padding: 2rem;
}

.page-title {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 1rem;
  font-family:'HangyakuMincho';
 
}

.tab-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
 
}

.tab-buttons button {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  background-color: #eee;
  cursor: pointer;
   font-family:'HangyakuMincho';
}

.tab-buttons button.active {
  background-color: #c94;
  color: #fff;
}

.note {
  font-size: 0.9rem;
  color: #777;
}

.price {
  font-weight: bold;
  color: #444;
}

.hidden {
  display: none;
}
.dish-name {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  color: #101010;
}

.dish-description {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.dish-note {
  font-size: 0.9rem;
  color: #777;
  margin: 0;
}

.dish-price {
  font-size: 1rem;
  color: #444;
  margin-top: 0.5rem;
}

.menu-section,
.drink-section {
  max-width: 375px;
  margin: 0 auto;
 padding: 1rem 1rem;
  background-color: #fff;
  font-family: 'Corporate-Mincho', serif;
  box-shadow: 0 0 12px rgba(94, 86, 93, 0.2);
  border-radius: 16px;
}



.section-title {
  font-size: 2rem;
  font-family: 'Hangyakumincho', serif;
  color: #303033;
  margin-bottom: 2rem;
  text-align: center;
}

.menu-item {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(94, 86, 93, 0.2);
 flex-direction: column; 
  align-items: center;
  text-align: center;


}


.menu-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.5rem;
  flex: 1;
  min-width:0px;

}

.menu-image {
  flex-shrink: 0;
}

.dish-photo {
  width: 180px;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0,0,0,0.08);
}

.more-button{
  font-size: 20px;
}


.page-title {
  text-align: center;

margin-top: 40px;
}

.page-title h1 {
  font-family: 'Hangyakumincho', sans-serif;
  font-size: 2rem;
  color: #3b3b3b;
  letter-spacing: 0.05em;
  margin: 0;
}



body.iphone11 .page-wrapper {
  max-width: 414px;
}

body.iphone14pro .page-wrapper {
  max-width: 375px;
}




@supports (-webkit-touch-callout: none) {
  .social-icon {
    display: none;
  }
}