@charset "UTF-8";
/* CSS Document */

/* プログラム全体のコンテナ */
.program-container {
  background: #E9E5EA;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 13px;
  color: #550000;
}

/* プログラムヘッダー */
.program-header {
  font-size: 13px;
  font-family: 'Noto Serif Japanese', serif;
  letter-spacing: 1.5px;
  color: #550000;
  text-align: center;
  border-top: 1px solid #550000;
  border-bottom: 1px solid #550000;
  padding: 7px;
  width: 95%;
  font-weight: bold;
  margin-bottom: 1em;
}

/* プログラム項目の共通スタイル */
.program-item {
  margin-bottom: 1.5em;
}

.program-item:last-of-type {
  margin-bottom: 1em;
}

/* 楽曲タイトル */
.song-title {
  font-size: 13px;
  font-family: 'Noto Serif Japanese', serif;
  letter-spacing: 1.5px;
  color: #550000;
  text-align: center;
  width: 95%;
  font-weight: bold;
  margin-bottom: 0.3em;
}

/* 映画情報 */
.movie-info {
  font-size: 13px;
  font-family: 'Noto Serif Japanese', serif;
  letter-spacing: 1.5px;
  color: #550000;
  text-align: center;
  width: 95%;
  font-weight: bold;
}

/* 注意書き */
.program-note {
  font-size: 13px;
  font-family: 'Noto Serif Japanese', serif;
  letter-spacing: 1.5px;
  color: #550000;
  text-align: center;
  width: 95%;
  font-weight: bold;
}

.program-note div {
  margin-bottom: 0.2em;
}

.program-note div:last-child {
  margin-bottom: 0;
}

/* コラボメニュー全体のコンテナ */
.collabo-container {
  width: 100%;
  margin: 0;
  padding: 0;
}

.collabo-title {
  padding-top: 10px;
}

/* バナー画像 */
.collabo-banner {
  padding: 0;
  margin: 0;
}

.collabo-banner img {
  height: auto;
  display: block;
}

/* 説明文セクション */
.collabo-description {
  padding: 5px;
  margin: 0;
  border: 1px solid #000;
  width: 100%;
  background: #5A1800;
}

.collabo-description p {
  color: #fff;
  padding: 10px 10px 0 20px;
  margin: 0;
  line-height: 1.6;
}

/* ポップコーン */
.collabo-description2 {
  padding: 5px;
  margin: 0;
  border: 1px solid #000;
  width: 100%;
  background: #997a49;
}

.collabo-description2 p {
  color: #fff;
  padding: 10px 10px 0 20px;
  margin: 0;
  line-height: 1.6;
}

/* セクションタイトル */
.section-title {
  color: #dc143c;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 15px 0;
  padding: 10px 0 0 0;
  text-align: center;
}

/* スペシャルプランセクション */
.special-plan-section {
  background: linear-gradient(135deg, #000000 0%, #222222 100%);
  /*border: 1px solid #222;*/
  /*border-radius: 2px;*/
  padding: 20px;
  margin: 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* 20周年記念全員プレゼントセクション（SPECIALプラン内に配置） */
.anniversary-gift-section {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #d4af37;
  border-radius: 2px;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
}

.gift-header {
  text-align: center;
  margin-bottom: 15px;
}

.anniversary-badge {
  display: inline-block;
  background: #d4af37;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.anniversary-badge .small-th {
  font-size: 0.7em; /* 親要素の0.7倍のサイズにする */
  text-transform: lowercase;
}

.gift-title {
  color: #dc143c;
  font-size: 18px;
  font-weight: bold;
  margin: 8px 0 0 0;
  line-height: 1.4;
}

.gift-content {
  margin-top: 15px;
}

.gift-text {
  width: 100%;
}

.gift-text p {
  margin: 0 0 8px 0;
  line-height: 1.6;
  color: #413225;
  font-size: 14px;
}

.gift-note {
  font-size: 12px !important;
  color: #666 !important;
  font-style: italic;
}

/* プランコンテンツ */
.plan-content {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 10px;
  margin: 15px 0;
}

.champagne-image {
  flex-shrink: 0;
  height: auto;
  width: 150px;
}

.plan-text {
  flex: 1;
  color: #efeeec;
}

.plan-text p {
  margin: 0;
  line-height: 1.6;
}

.champagne-name {
  font-size: 12px;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  color: #e6b422;
  font-weight: bold;
  letter-spacing: -0.05em;
white-space: nowrap;	
}

.plan-note {
  font-size: 10px;
  text-align: right;
  margin: 0;
  padding: 10px 20px 10px 0;
  color: #efeeec;
}

/* スペシャルメニューセクション */
.special-menu-section {
  padding: 5px;
  margin: 0;
  border: 1px solid #000;
  width: 100%;
  background: #000;
}

/* ポップコーン */
.special-menu-section2 {
  padding: 5px;
  margin: 0;
  border: 1px solid #000;
  width: 100%;
  background: #eee;
}

.special-menu-section hr {
  margin: 10px 0;
  border-color: #333;
}

/* 共通メニューアイテム */
.menu-item {
  margin-bottom: 2em;
  padding: 10px;
}

.menu-name {
  color: #dc143c;
  font-weight: bold;
  margin: 0 0 0.5em 0;
  font-size: 16px;
}

.price {
  margin-left: 0.5em;
}

.menu-description {
  color: #413225;
  line-height: 1.6;
}

.menu-description p {
  margin: 0 0 0.5em 0;
}

.menu-description ul {
  margin: 0.5em 0;
  padding-left: 1.5em;
  text-indent: -18px;
}

.menu-description li {
  margin-bottom: 0.3em;
}

/* オーシャンプレート */
.ocean-plate .menu-image {
  width: 100%;
  max-width: 510px;
  height: auto;
  margin-bottom: 1em;
  display: block;
}

/* デザートセクション */
.dessert-content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.dessert-image {
  flex-shrink: 0;
  height: auto;
  width: 150px;
}

.dessert-details {
  flex: 1;
  padding-left: 10px;
}

.dessert-details .menu-name {
  margin-bottom: 0.8em;
}

.dessert-details .menu-description p {
  line-height: 1.6;
}

/* メニューフッター */
.menu-footer {
  margin-top: 2em;
  padding: 10px 20px 20px 0;
}

.menu-footer p {
  font-size: 10px;
  text-align: right;
  margin: 0;
  color: #413225;
  line-height: 1.4;
}

/* クリアフィックス */
.clear {
  clear: both;
}

/* ページトップ */
.pagetop {
  text-align: right;
  padding: 10px 5px 0 0;
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
  .collabo-container,
  .collabo-description,
  .collabo-description2,
  .special-plan-section,
  .special-menu-section,
  .special-menu-section2 {
    width: 100%;
    max-width: 520px;
  }
  
  .plan-content,
  .dessert-content {
    flex-direction: column;
    align-items: center;
  }
  
  .champagne-image,
  .dessert-image {
    margin-bottom: 1em;
  }
  
  .dessert-details {
    padding-left: 0;
    text-align: center;
  }
  
  .menu-footer p {
    text-align: center;
  }
  
  .ocean-plate .menu-image {
    max-width: 100%;
  }
  
  .special-plan-section {
    margin: 15px 0;
    padding: 15px;
  }
  
  .anniversary-gift-section {
    margin-bottom: 15px;
    padding: 12px;
  }
  
  .gift-title {
    font-size: 16px;
  }
  
  .champagne-image {
    margin-bottom: 1em;
  }
	
  .champagne-name {
    white-space: normal; /* SP: 通常の回り込み */
    line-height: 1.4; /* 行間を調整 */
  }
	
}