/* ==========================================================================
   site.css
   ひつじのいっぽ サイト固有CSS
   カラー: ベース白 / 差し色1 #F3EDAF（イエロー）/ 差し色2 #D5E9C4（グリーン）
   フォント: Zen Kaku Gothic New
   ========================================================================== */

/* --------------------------------------------------------------------------
   CSS変数 / カラーオーバーライド
   共通SCSSの変数をここでCSS変数として再定義
   -------------------------------------------------------------------------- */
:root {
  --base-color:       #6aaa7a;       /* 操作可能な緑（ボタン・アクティブ等） */
  --sub-color:        #F3EDAF;       /* やさしいイエロー */
  --accent-color:     #D5E9C4;       /* やさしいグリーン（pale） */
  --bg-section:       #FCFCFC;       /* 薄いグレー背景 */
  --bg-section2:      #fff;       /* 白背景 */
  --txt:              #3d3d3d;
  --border-color:     #e0e0e0;
}

/* --------------------------------------------------------------------------
   ベースリンク・ボタン カラー上書き（main.css の #ec6800 を緑に置換）
   -------------------------------------------------------------------------- */
a {
  color: #6aaa7a;
}

a:hover {
  color: #4d8a5e;
}

.btn {
  border-color: #6aaa7a;
}

/* --------------------------------------------------------------------------
   フォント
   -------------------------------------------------------------------------- */
body {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, serif;
}

/* --------------------------------------------------------------------------
   ヘッダー カスタム（透過オーバーレイスタイル）
   -------------------------------------------------------------------------- */

/* ── オーバーレイ本体 ── */
.header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  transition: background 0.4s ease, box-shadow 0.4s ease;
  z-index: 100;
}

/* スクロール後：白背景 */
.header-overlay.is-scrolled {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

/* ── インナー：左詰めレイアウト（--spreadを外したため上書き） ── */
.header__inner {
  justify-content: flex-start;
}

/* ── ロゴ ── */
.header__logo img {
  height: 44px;
  width: auto;
}

/* ── ナビ：ロゴ右隣・左寄せ、右側はauto余白でCTAを右端へ ── */
.header__nav {
  margin-left: 40px;
  margin-right: auto;
}

/* ナビ項目：余白広めで抜け感を演出 */
.header__nav-item a {
  padding: 8px 22px;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.header__nav-ja {
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #3d3d3d;
}

.header__nav-item a::after {
  background: #b8964a;
}

.header__nav-item a:hover {
  color: #6aaa7a;
  opacity: 1;
}

/* ── SNSアイコン ── */
.header__sns {
  font-size: 2rem;
  color: #3d3d3d;
  transition: color 0.3s ease;
}

.header__sns:hover {
  color: #6aaa7a;
}

/* ── オンラインショップ：ミニマル枠線ボタン ── */
.header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 7px 18px;
  background: transparent;
  border: 1px solid rgba(61, 61, 61, 0.55);
  color: #3d3d3d;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  border-radius: 2px;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease;
}

.header__cta:hover {
  border-color: #6aaa7a;
  color: #6aaa7a;
  background: rgba(106, 170, 122, 0.06);
  opacity: 1;
}

/* スクロール後のCTA */
.header-overlay.is-scrolled .header__cta {
  border-color: #6aaa7a;
  color: #3d3d3d;
}

.header-overlay.is-scrolled .header__cta:hover {
  background: rgba(106, 170, 122, 0.1);
  color: #6aaa7a;
}

/* SPナビ背景 */
.sp-nav {
  background: linear-gradient(135deg, #f7fbf4 0%, #fdfbe8 100%);
}

.sp-nav__link {
  color: #3d3d3d;
  border-bottom: 1px solid #D5E9C4;
}

.sp-nav__en {
  color: #6aaa7a;
  font-size: 2.5rem;
}

/* --------------------------------------------------------------------------
   メインビジュアル（TOP専用）
   -------------------------------------------------------------------------- */
/* ヘッダーがオーバーレイのため padding-top 不要、FV全画面 */
#mainvisual {
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

/* 左テキストエリア：画面を50:50で中央分割 */
.mv__text-side {
  width: 50%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 80px 80px 10%;
  background: #FDFBE8;
  position: relative;
  z-index: 1;
}

.mv__catch {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3d3d3d;
  margin-bottom: 30px;
}

.mv__sub {
  font-size: 1.5rem;
  line-height: 1.9;
  color: #5a5a5a;
  margin-bottom: 40px;
}

.mv__image-side {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.mv__image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* 斜め境界を削除：垂直中央分割を優先 */
.mv__text-side::after {
  display: none;
}

/* 右ビジュアルエリア：画面右半分をいっぱいに使う */
#slideshow {
  width: 50%;
  flex-shrink: 0;
  flex: none;
  position: relative;
  overflow: hidden;
}

#slideshow .swiper-slide {
  width: 100%;
  height: 100%;
}

/* スライド内ラッパーも高さいっぱいに伸ばす */
#slideshow .main_slider__inner {
  width: 100%;
  height: 100%;
}

#slideshow .swiper-slide img,
#slideshow .main_slider__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 896px) {
  #mainvisual {
    flex-direction: column;
    min-height: auto;
    padding-top: 0;
  }

  .mv__text-side {
    width: 100%;
    padding: 100px 24px 40px;
    text-align: center;
    align-items: center; /* SPではボタンも中央揃え */
  }

  .mv__catch {
    font-size: 2.2rem;
  }

  #slideshow {
    width: 100%;
    flex: none;
    min-height: 55vw;
    min-height: 260px;
  }
}

/* --------------------------------------------------------------------------
   英語フォント：Allura に統一
   -------------------------------------------------------------------------- */
.heading__en,
.heading__sub,
.heading__number,
.sp-nav__en,
.page-hero__en,
.page-hero--solid .page-hero__en {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 70px;
  text-transform: none;
}

/* --------------------------------------------------------------------------
   セクション見出し共通（heading クラスを補完）
   -------------------------------------------------------------------------- */
.heading__en {
  color: #C9B800; /* 黄色系エン文字 */
  letter-spacing: 0em;
}

/* --------------------------------------------------------------------------
   お知らせセクション
   -------------------------------------------------------------------------- */
.top-news {
  background: #fff;
}

/* --------------------------------------------------------------------------
   月間スケジュールセクション
   -------------------------------------------------------------------------- */
.schedule-section {
  background: var(--bg-section);
}

.schedule-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.schedule-card__img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.schedule-card__img img {
  width: 100%;
  height: auto;
  display: block;
}

.schedule-info {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.schedule-info__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e8f5e0;
  font-size: 1.5rem;
}

.schedule-info__item:last-child {
  border-bottom: none;
}

.schedule-info__label {
  font-weight: 600;
  color: #6aaa7a;
  min-width: 80px;
}

/* --------------------------------------------------------------------------
   当店のこだわりセクション
   -------------------------------------------------------------------------- */
.kodawari-section {
  background: var(--bg-section2);
  position: relative;
  overflow: hidden;
}

.kodawari-text {
  font-size: 1.6rem;
  line-height: 2;
  color: #4a4a4a;
}

/* --------------------------------------------------------------------------
   商品紹介セクション（グリッド）
   -------------------------------------------------------------------------- */
.product-section {
  background: #fff;
}

.hitsuji-product-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}

.hitsuji-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.hitsuji-product-card__img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.hitsuji-product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.hitsuji-product-card:hover .hitsuji-product-card__img img {
  transform: scale(1.05);
}

.hitsuji-product-card__body {
  padding: 16px 18px 20px;
}

.hitsuji-product-card__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #3d3d3d;
  margin-bottom: 8px;
}

.hitsuji-product-card__address {
  font-size: 1.2rem;
  color: #888;
  line-height: 1.6;
  margin-bottom: 6px;
}

.hitsuji-product-card__sub {
  font-size: 1.3rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 6px;
}

.hitsuji-product-card__link {
  display: inline-block;
  margin-top: 8px;
  font-size: 1.3rem;
  color: #3d9b4a;
  text-decoration: none;
  font-weight: 600;
}

.hitsuji-product-card__link:hover {
  text-decoration: underline;
}

/* --------------------------------------------------------------------------
   ギフト導線セクション
   -------------------------------------------------------------------------- */
.gift-banner {
  background: url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27815/top_gift.jpg') center / cover no-repeat;
  border-radius: 20px;
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.gift-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
  pointer-events: none;
}

.gift-banner > * {
  position: relative;
  z-index: 1;
}

.gift-banner,
.gift-banner .heading__ja,
.gift-banner p {
  color: #fff;
}

/* --------------------------------------------------------------------------
   CTAバナー（委託・おむすびや）
   -------------------------------------------------------------------------- */
.cta-banner {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: center;
  padding: 40px;
}

.cta-banner--green {
  background: linear-gradient(135deg, #D5E9C4 0%, #b5d9a8 100%);
}

.cta-banner--beige {
  background: linear-gradient(135deg, #F3EDAF 0%, #e8d97a 100%);
}

.cta-banner__content {
  position: relative;
  z-index: 1;
}

.cta-banner__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #3d3d3d;
  margin-bottom: 12px;
}

.cta-banner__text {
  font-size: 1.45rem;
  line-height: 1.8;
  color: #4a4a4a;
  margin-bottom: 20px;
}

/* --------------------------------------------------------------------------
   お問い合わせセクション（3カラム）
   -------------------------------------------------------------------------- */
.contact-section {
  background: #fff;
  padding: 20px 0;
  border-top: 1px solid #e8e0cc;
  border-bottom: 1px solid #e8e0cc;
}

.contact-grid {
  display: flex;
  align-items: center;
}

.contact-col {
  flex: 1;
  text-align: center;
  padding: 20px 40px;
}

/* 縦の区切り線（PC） */
.contact-col--tel,
.contact-col--line {
  border-left: 1px solid #d8ceba;
}

/* 左カラム */
.contact-col--info .heading__en {
  color: #6aaa7a;
}

.contact-col__desc {
  font-size: 1.45rem;
  line-height: 1.9;
  color: #5a5a5a;
}

/* アイコン共通 */
.contact-col__icon {
  font-size: 2.8rem;
  color: #6aaa7a;
  margin-bottom: 14px;
  display: block;
}

/* ラベル */
.contact-col__label {
  font-size: 1.35rem;
  color: #888;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}

/* 電話番号 */
.contact-tel-num {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  color: #3d3d3d;
  letter-spacing: 0.05em;
  text-decoration: none;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.contact-tel-num:hover {
  color: #6aaa7a;
}

/* 営業時間メモ */
.contact-col__note {
  font-size: 1.3rem;
  color: #999;
  line-height: 1.8;
}

/* LINEボタン */
.btn-contact-line {
  display: inline-block;
  padding: 14px 36px;
  border: 1px solid #6aaa7a;
  border-radius: 4px;
  color: #6aaa7a;
  font-size: 1.45rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn-contact-line:hover {
  background: #6aaa7a;
  color: #fff;
}

/* SP：縦積み・区切り線なし */
@media (max-width: 896px) {
  .contact-grid {
    flex-direction: column;
  }

  .contact-col {
    width: 100%;
    padding: 32px 24px;
  }

  .contact-col--tel,
  .contact-col--line {
    border-left: none;
    border-top: 1px solid #d8ceba;
  }
}

/* --------------------------------------------------------------------------
   フッター カスタム
   -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   フッター（2カラム：左＝会社情報・右＝地図）
   -------------------------------------------------------------------------- */
.footer {
  background: #fff;
  border-top: 1px solid #e4ddd3;
  padding: 70px 0;
}

.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  gap: 60px;
  align-items: stretch;
}

/* 左：会社情報 */
.footer__info {
  flex: 0 0 340px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__logo {
  display: inline-block;
}

.footer__logo img {
  height: 60px;
  width: auto;
}

.footer__tel a {
  font-size: 1.5rem;
  color: #5a5a5a;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}

.footer__tel a:hover {
  color: #6aaa7a;
}

.footer__address {
  font-size: 1.4rem;
  color: #777;
  line-height: 1.8;
}

/* フッターナビ */
.footer__nav {
  margin-top: 4px;
}

.footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}

.footer__nav-list a {
  font-size: 1.35rem;
  color: #888;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer__nav-list a:hover {
  color: #6aaa7a;
}

/* コピーライト */
.footer__copyright {
  font-size: 1.2rem;
  color: #aaa;
  margin-top: auto;
}

/* 右：地図 */
.footer__map {
  flex: 1;
  min-height: 340px;
  overflow: hidden;
}

.footer__map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* SP：縦積み */
@media (max-width: 896px) {
  .footer {
    padding: 50px 0 110px; /* 固定バー分の余白を確保 */
  }

  .footer__inner {
    flex-direction: column;
    gap: 40px;
  }

  .footer__info {
    flex: none;
  }

  .footer__map {
    min-height: 240px;
  }
}

/* --------------------------------------------------------------------------
   ページヒーロー（下層ページ共通）：全面ビジュアル + 白文字
   -------------------------------------------------------------------------- */
.page-hero--solid {
  position: relative;
  height: clamp(260px, 32vw, 420px);
  background-image: url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27815/page-hero.jpg');
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

/* 暗幕オーバーレイ */
.page-hero--solid::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

/* raster 質感オーバーレイ */
.page-hero--solid::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27815/raster.png');
  background-repeat: repeat;
  opacity: 0.35;
  z-index: 2;
}

/* テキストエリア：左下 */
.page-hero__inner {
  position: relative;
  z-index: 3;
  padding: 0 5% 48px;
  width: 100%;
}

/* 英語タイトル */
.page-hero--solid .page-hero__en {
  display: block;
  font-size: clamp(3.2rem, 5vw, 5.5rem);
  font-family: "Allura", cursive;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.15;
  margin-bottom: 14px;
  text-transform: none;
}

/* 日本語タイトル */
.page-hero--solid .page-hero__title {
  display: block;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 14px;
}

/* パンくず */
.page-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.72);
}

.page-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-hero__breadcrumb a:hover {
  color: #fff;
}

.page-hero__sep {
  opacity: 0.5;
}

/* column2--5-5 SP修正（main.cssにレスポンシブ上書きが欠落しているため） */
@media (max-width: 896px) {
  .column2--5-5 > .column2__child {
    width: 100%;
  }
}

/* SP */
@media (max-width: 639px) {
  .page-hero--solid {
    height: clamp(180px, 50vw, 280px);
  }

  .page-hero__inner {
    padding: 0 5% 28px;
  }

  .page-hero--solid .page-hero__en {
    font-size: 3rem;
    margin-bottom: 10px;
  }

  .page-hero--solid .page-hero__title {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }

  .page-hero__breadcrumb {
    font-size: 1.15rem;
  }
}

/* --------------------------------------------------------------------------
   ボタン カスタム
   -------------------------------------------------------------------------- */

/* ボーダーボタン（サイト共通） */
.btn-border {
  display: inline-block;
  padding: 18px 60px;
  border: 1px solid #aaa;
  font-family: "Allura", cursive;
  font-size: 1.3rem;
  letter-spacing: 0.35em;
  text-decoration: none;
  background: linear-gradient(90deg, #b8964a 0%, #2e2e2e 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.btn-border:hover {
  background: #333;
  border-color: #666;
  outline: 1px solid #666;
  outline-offset: -6px;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #fff;
  color: #fff;
}

@media (max-width: 639px) {
  .btn-border {
    padding: 14px 20px;
    letter-spacing: 0.05em;
    font-size: 1.25rem;
  }
}

.btn--solid {
  background: #D5E9C4;
  border-color: #D5E9C4;
  color: #3d3d3d;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.btn--solid:hover {
  background: #6aaa7a;
  border-color: #6aaa7a;
  color: #fff;
}

.btn--outline {
  border-color: #6aaa7a;
  color: #6aaa7a;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn--outline:hover {
  background: #6aaa7a;
  color: #fff;
}

.btn-cta-tel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #3d3d3d;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.btn-cta-tel:hover {
  color: #6aaa7a;
}

/* --------------------------------------------------------------------------
   テーブル
   -------------------------------------------------------------------------- */
.table-basic th {
  background: #F7FBF4;
  border-color: #D5E9C4;
  color: #3d3d3d;
}

.table-basic td {
  border-color: #e0e0e0;
}

.table-basic a {
  color: #6aaa7a;
}

/* --------------------------------------------------------------------------
   ブログカード カスタム
   -------------------------------------------------------------------------- */
.card-blog__item {
  border-color: transparent;
}

.card-blog__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.card-blog__date {
  background: #D5E9C4;
  color: #3d3d3d;
}

/* --------------------------------------------------------------------------
   ページトップボタン
   -------------------------------------------------------------------------- */
.page-top__link {
  background: #D5E9C4;
  color: #3d3d3d;
}

.page-top__link:hover {
  background: #6aaa7a;
  color: #fff;
}

/* --------------------------------------------------------------------------
   SP固定バー（既存）
   -------------------------------------------------------------------------- */
.sp-fixed-bar {
  background: #D5E9C4;
}

/* --------------------------------------------------------------------------
   SP固定CTA（現在3カラム：TEL / LINE / Instagram）
   オンラインショップ開設後は page-bottom.php のコメントを解除して4カラムに戻す
   -------------------------------------------------------------------------- */
.sp-fixed-cta {
  display: none; /* SPのみ表示 */
}

@media (max-width: 896px) {
  .sp-fixed-cta {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    background: #fff;
    border-top: 1px solid #e8e0cc;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
    padding-bottom: env(safe-area-inset-bottom);
  }

  .sp-fixed-cta__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 4px;
    background: #fff;
    color: #333;
    text-decoration: none;
    border-right: 1px solid #e8e0cc;
    transition: background 0.2s ease, opacity 0.2s ease;
    gap: 4px;
  }

  .sp-fixed-cta__item:last-child {
    border-right: none;
  }

  .sp-fixed-cta__item:active {
    opacity: 0.7;
  }

  .sp-fixed-cta__item:hover {
    background: #f7fbf4;
    color: #333;
  }

  .sp-fixed-cta__icon {
    font-size: 1.8rem;
    line-height: 1;
    color: #6aaa7a;
  }

  .sp-fixed-cta__label {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    white-space: nowrap;
    color: #333;
  }

  /* ページトップボタンをバーの高さ分上にずらす */
  .page-top {
    bottom: calc(64px + env(safe-area-inset-bottom));
  }
}

/* --------------------------------------------------------------------------
   ラッピング料金表
   -------------------------------------------------------------------------- */
.wrapping-table .table-stripe tr:nth-child(even) {
  background: #F7FBF4;
}

/* --------------------------------------------------------------------------
   商品ページ：カテゴリ見出し
   -------------------------------------------------------------------------- */
.product-category-title {
  font-size: 2rem;
  font-weight: 700;
  color: #3d3d3d;
  padding: 10px 20px;
  background: linear-gradient(to right, #D5E9C4, transparent);
  border-left: 5px solid #6aaa7a;
  margin-bottom: 30px;
}

/* --------------------------------------------------------------------------
   商品カード（商品一覧ページ）
   -------------------------------------------------------------------------- */
.hitsuji-item {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid #e8f5e0;
}

.hitsuji-item:last-child {
  border-bottom: none;
}

.hitsuji-item__img {
  width: 200px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1;
}

.hitsuji-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hitsuji-item__body {
  flex: 1;
}

.hitsuji-item__name {
  font-size: 2rem;
  font-weight: 700;
  color: #3d3d3d;
  margin-bottom: 8px;
}

.hitsuji-item__price {
  font-size: 1.8rem;
  font-weight: 700;
  color: #6aaa7a;
  margin-bottom: 12px;
}

.hitsuji-item__desc {
  font-size: 1.45rem;
  line-height: 1.8;
  color: #5a5a5a;
  margin-bottom: 12px;
}

.hitsuji-item__tag {
  display: inline-block;
  font-size: 1.2rem;
  background: #D5E9C4;
  color: #3d3d3d;
  padding: 3px 12px;
  border-radius: 20px;
  margin-right: 6px;
}

@media (max-width: 639px) {
  .hitsuji-item {
    flex-direction: column;
  }

  .hitsuji-item__img {
    width: 100%;
    aspect-ratio: 4/3;
  }

  .hitsuji-item__name {
    font-size: 1.8rem;
  }
}

/* --------------------------------------------------------------------------
   ギフトスライド
   -------------------------------------------------------------------------- */
.gift-slide-wrap {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* --------------------------------------------------------------------------
   委託販売：こんな方に
   -------------------------------------------------------------------------- */
.wholesale-list-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  font-size: 1.6rem;
  font-weight: 500;
  color: #3d3d3d;
}

.wholesale-list-item::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #6aaa7a;
  flex-shrink: 0;
}

.wholesale-foryou-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #3d3d3d;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ece8e0;
}

.wholesale-foryou-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wholesale-foryou-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.45rem;
  color: #555;
  line-height: 1.6;
}

.wholesale-foryou-list li::before {
  content: "✦";
  font-size: 1rem;
  color: #6aaa7a;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   アイコンサークル：カラー上書き
   -------------------------------------------------------------------------- */
.icon-circle--base {
  background: rgba(106, 170, 122, 0.12);
  color: #6aaa7a;
}

/* --------------------------------------------------------------------------
   おむすびや：使用食材
   -------------------------------------------------------------------------- */
.ingredient-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border-top: 4px solid #D5E9C4;
}

.ingredient-card__label {
  font-size: 1.4rem;
  color: #6aaa7a;
  font-weight: 600;
  margin-bottom: 8px;
}

.ingredient-card__value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3d3d3d;
}

/* --------------------------------------------------------------------------
   YouTube埋め込み
   -------------------------------------------------------------------------- */
.youtube-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* --------------------------------------------------------------------------
   お知らせ / ブログ一覧
   -------------------------------------------------------------------------- */
.news-box {
  background: #F7FBF4;
  border-radius: 12px;
  padding: 30px;
}

.blog-list__date {
  color: #6aaa7a;
}

/* --------------------------------------------------------------------------
   ページネーション
   -------------------------------------------------------------------------- */
.pagination__link.is-current {
  background: #D5E9C4;
  border-color: #D5E9C4;
  color: #3d3d3d;
}

.pagination__link:hover {
  background: #D5E9C4;
  border-color: #D5E9C4;
}

/* --------------------------------------------------------------------------
   サイドバー（ブログ）
   -------------------------------------------------------------------------- */
.sidebar-heading {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 16px;
  background: #D5E9C4;
  border-radius: 8px;
  color: #3d3d3d;
  margin-bottom: 15px;
}

/* --------------------------------------------------------------------------
   ラッピングセクション 説明文：PC中央 / スマホ左寄せ
   -------------------------------------------------------------------------- */
.wrapping-sentence {
  text-align: center;
}
@media (max-width: 896px) {
  .wrapping-sentence {
    text-align: left;
  }
}
