@charset "UTF-8";

/* ==========================================================================
   topics-washoku.css（和食・宴会プラン・おせち・恵方巻用）
   ========================================================================== */

/* ==========================================================================
   1. ふく会席案内用
   ========================================================================== */
.topics-period-text {
  font-size: 16px;
  margin-bottom: 10px;
}
.topics-alert-red-inline {
  color: #d11212;
  font-weight: bold;
  font-size: 90%;
  margin-left: 5px;
}
.topics-summary-lead {
  max-width: 700px;
  margin: 0 auto 25px;
  line-height: 1.7;
}
.topics-base-price {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.topics-base-price span {
  font-size: 26px;
  color: #111;
}
.topics-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 650px;
  margin: 0 auto 15px;
  gap: 8px 20px;
  text-align: left;
}
.topics-menu-item {
  font-size: 15px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 4px;
}
.topics-menu-label {
  font-weight: bold;
  color: #7a6146;
}
.topics-grid-full {
  grid-column: 1 / -1;
}
.topics-caution-text {
  font-size: 14px;
  color: #666;
  margin-bottom: 40px;
}
.topics-drink-plan-section {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 40px;
  box-sizing: border-box;
}
.topics-drink-plan-badge {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #dc143c;
  padding: 8px 20px;
  margin-bottom: 15px;
  border-radius: 2px;
  max-width: 100%;
  box-sizing: border-box;
}
.topics-table-responsive {
  width: 100%;
  overflow-x: visible;
}
.topics-drink-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.topics-drink-table th,
.topics-drink-table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  vertical-align: middle;
}
.topics-price-th {
  background-color: #dc143c;
  color: #fff;
  font-size: 16px;
  width: 15%;
  font-weight: bold;
}
.topics-menu-td {
  background-color: #fafafa;
  text-align: left;
  font-size: 14px;
  width: 35%;
  line-height: 1.5;
}
.topics-guide-text {
  font-size: 15px;
  margin-bottom: 15px;
}
.topics-tel-highlight {
  font-size: 16px;
  background: #fdf6f0;
  border: 1px solid #f3e5d8;
  display: inline-block;
  padding: 15px 40px;
  margin-bottom: 40px;
  border-radius: 4px;
}
.topics-tel-highlight .tel-number {
  font-size: 24px;
  color: #dc143c;
  display: inline-block;
  margin-top: 5px;
}
.topics-footer-assets {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.topics-qr-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.topics-width-220 {
  width: 220px;
}
.topics-site-btn {
  display: inline-block;
  background-color: #7a6146;
  color: #fff;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.topics-site-btn:hover {
  background-color: #5c4934;
  color: #fff;
}

/* ==========================================================================
   2. 忘新年会・複数プランならび・価格＆ドリンクカード表現
   ========================================================================== */
.topics-plan-card {
  max-width: 750px;
  margin: 0 auto 50px;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 30px 20px;
  border-radius: 6px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.03);
  text-align: center;
}
.topics-plan-title {
  font-size: 20px;
  font-weight: bold;
  color: #111;
  margin-bottom: 8px;
}
.topics-plan-lead {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

.topics-plan-price {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.topics-plan-price span {
  font-size: 26px;
  color: #dc143c;
}
.topics-plan-detail {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  background-color: #fafafa;
  padding: 12px 15px;
  border-radius: 4px;
  display: inline-block;
  max-width: 680px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto 10px;
}
.topics-plan-caution {
  font-size: 13px;
  color: #777;
  margin-bottom: 0;
}
.topics-double-price-box {
  max-width: 750px;
  margin: 0 auto 20px;
  text-align: center;
}
.topics-premium-price-badge {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  border: 2px solid #b89343;
  background-color: #fdfbf7;
  color: #111;
  font-size: 15px;
  border-radius: 4px;
}
.topics-premium-price-badge strong {
  color: #111;
  font-weight: bold;
}
.topics-drink-content-card {
  max-width: 600px;
  margin: 40px auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.topics-drink-content-header {
  background-color: #dc143c;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 15px;
  margin: 0;
  text-align: center;
  letter-spacing: 0.05em;
}
.topics-drink-bullet-list {
  list-style: none;
  padding: 20px 25px;
  margin: 0;
  text-align: left;
  background-color: #fff;
}
.topics-drink-bullet-list li {
  font-size: 14px;
  color: #333;
  line-height: 1.7;
  position: relative;
  padding-left: 15px;
  margin-bottom: 12px;
}
.topics-drink-bullet-list li:last-child {
  margin-bottom: 0;
}
.topics-drink-bullet-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #b89343;
  font-size: 11px;
}

/* ==========================================================================
   3. おせち完売案内 / 恵方巻販売専用クラス
   ========================================================================== */
.topics-alert-red {
  color: #d11212;
}
.topics-line-through-red {
  color: #d11212;
  text-decoration: line-through;
}
.topics-date-info-box {
  font-weight: bold;
  margin-bottom: 25px;
}
.topics-product-spec {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 35px;
}
.topics-spec-size {
  font-size: 15px;
}
.topics-spec-name {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0;
}
.topics-spec-price {
  font-size: 22px;
  font-weight: bold;
  color: #111;
}
.topics-spec-price span {
  font-size: 14px;
  font-weight: normal;
}
.topics-spec-count {
  font-size: 15px;
  color: #555;
}
.ehou-direction {
  font-size: 24px;
  font-weight: bold;
  color: #d11212;
  margin: 10px 0;
}
.ehou-product-box {
  background: #fdfbf7;
  border: 1px solid #e6dfd7;
  padding: 20px;
  margin-bottom: 25px;
  text-align: left;
}
.ehou-product-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  border-bottom: 2px solid #8b7355;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.ehou-product-limit {
  font-size: 14px;
  color: #d11212;
  font-weight: bold;
  margin-left: 10px;
}
.ehou-product-price {
  font-size: 16px;
  font-weight: bold;
  color: #8b7355;
  margin-bottom: 10px;
}
.ehou-ingredients {
  font-size: 14px;
  line-height: 1.6;
  background: #ffffff;
  padding: 10px 15px;
  border-left: 3px solid #8b7355;
}
.ehou-delivery-box {
  background: #f7f5f0;
  border: 2px dashed #8b7355;
  padding: 20px;
  margin: 30px auto;
  max-width: 650px;
  text-align: left;
}
.ehou-delivery-box h4 {
  font-size: 16px;
  font-weight: bold;
  color: #8b7355;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6dfd7;
  padding-bottom: 5px;
}
.ehou-delivery-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ehou-delivery-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5;
}
.ehou-delivery-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #8b7355;
  font-weight: bold;
}

/* ==========================================================================
   [レスポンシブ] タブレット・スマホ対応 (max-width: 960px)
   ========================================================================== */
@media (max-width: 960px) {
  .topics-drink-plan-section {
    padding: 0 15px;
  }
  table.topics-drink-table,
  .topics-drink-table tbody,
  .topics-drink-table tr {
    display: block;
    width: 100%;
  }
  .topics-drink-table th.topics-price-th,
  .topics-drink-table td.topics-menu-td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }
  .topics-drink-table .topics-price-th {
    text-align: center;
    padding: 10px;
    border-bottom: none;
  }
  .topics-drink-table .topics-menu-td {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
  }
  .topics-footer-assets {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    gap: 40px;
  }
  .topics-qr-box {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .topics-site-btn {
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 12px 30px;
  }
}

/* ==========================================================================
   [レスポンシブ] 中間モニター対応 (max-width: 768px)
   ========================================================================== */
@media screen and (max-width: 768px) {
  .ehou-direction {
    font-size: 20px;
  }
  .ehou-product-title {
    font-size: 16px;
  }
  .ehou-product-limit {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}

/* ==========================================================================
   [レスポンシブ] スマートフォン環境 (max-width: 576px)
   ========================================================================== */
@media (max-width: 576px) {
  .topics-menu-grid {
    grid-template-columns: 1fr;
    padding: 0 15px;
  }
  .topics-tel-highlight {
    padding: 15px 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .topics-tel-highlight .tel-number {
    font-size: 20px;
  }
  .topics-plan-card {
    padding: 20px 15px;
    margin-bottom: 35px;
  }
  .topics-plan-title {
    font-size: 18px;
  }
  .topics-plan-price span {
    font-size: 22px;
  }
  .topics-plan-detail {
    font-size: 13px;
    padding: 10px;
  }
  .topics-premium-price-badge {
    font-size: 13px;
    padding: 10px 12px;
    line-height: 1.5;
  }
  .topics-drink-content-card {
    margin: 30px auto;
  }
  .topics-drink-bullet-list {
    padding: 15px;
  }
  .topics-drink-bullet-list li {
    font-size: 13px;
    margin-bottom: 10px;
  }
}