.p-header-upper .p-header-upper__nav ul li.cart-btn .fs-p-cartItemNumber {
  display: flex;
}

.fs-p-snsArea {
  display: flex;
}

/* 通信欄変更ボタンカラー変更　20240809 */
.fs-c-checkout-communicationInfo.fs-c-checkout-preview .fs-c-buttonContainer .fs-c-button--change--small, .fs-c-checkout-communicationInfo.fs-c-checkout-preview .fs-c-buttonContainer .fs-c-button--change--small {
    background-color: #00796a;
    border-color: #00796a;
    color: #fffffc;
}

/* おすすめ商品　文字間隔変更　20240819 */
 .fs-c-productPrice__main {
    gap: .3em;
    row-gap: .3em;
    column-gap: .3em;
}

/* おすすめ商品 注文ボタン 20240819 */
.fs-c-buttonContainer .fs-c-button--addToCart--list {
    align-items: center;
    background: none;
    border: none;
    display: flex;
    gap: .3em;
    min-width: auto;
    padding: 0;
    text-align: left;

    background-color: #5e5e5b;
    border-color: #5e5e5b;
    color: #fffffc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    font-family: ヒラギノUD角ゴ W6 JIS2004, Hiragino UD Sans W6 JIS2004, sans-serif;
    font-size: clamp(16px, 16px +(100vw - 600px)*(16 - 16) /(1160 - 600), 16px);
    letter-spacing: .05em;
    line-height: 1;
    min-width: 17em;
    padding: 1.2em;
    text-align: center; 
}

.p-header-text.toph1 {
    font-size: clamp(12px, 12px +(100vw - 600px)*(14 - 12) /(1160 - 600), 14px);
    line-height: 1.8;
    margin: auto;
    padding: .25em 20px;
    text-align: center;
}
@media screen and (min-width: 1280px) {
    .p-header-text.toph1 {
        padding-left: 0;
        padding-right: 0;
    }
}

/* マナー文 続きを読むで表示 */
.readmore {
  position: relative;
  margin: 0 auto 0;
  padding: 0 0 75px;
}

.readmore label {
  position: absolute; /* absoluteで配置 */
  top: 200px; /* 初期状態でボタンの位置を指定 */
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  padding: 10px 0;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-family: ヒラギノUD角ゴ W6 JIS2004,Hiragino UD Sans W6 JIS2004,sans-serif;
  font-size: clamp(16px,16px + (100vw - 600px) * (16 - 16)/(1160 - 600),16px);
  letter-spacing: .05em;
  line-height: 1;
  min-width: 17em;
  padding: 1.2em;
  text-align: center; /* テキストを中央揃え */
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease; /* スムーズな移動 */
}

.readmore label::before{
  content: '続きを読む';
}

.readmore input[type="checkbox"]:checked ~ label {
  top: auto; /* チェックされたときにボタンを下に移動 */
  bottom: 0; /* ボタンを本文の下に配置 */
  margin-top: 20px; /* ボタンと本文の間にマージンを追加 */
}

.readmore input[type="checkbox"]:checked ~ label::before {
  content: '閉じる';
}

.readmore input[type="checkbox"]{
  display: none;
}

.readmore-content {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  top: 100px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px; /* グラデーションの高さを伸ばします。数値を調整可能 */
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
  display: none;
}

/*お問い合わせバナー お写真調整*/
.cta-box {
    border: 8px solid #D9D7D0 !important;
    background-color: #FCFAF2 !important;
    padding-left: clamp(0px,12px + (100vw - 600px) * (40 - 12)/(1160 - 600),0px) !important;
}

@media screen and (min-width: 600px) {
.cta-box {
    padding-left: clamp(12px,12px + (100vw - 600px) * (40 - 12)/(1160 - 600),40px) !important;
    }
}

@media screen and (min-width: 896px) {
.cta-box {
    padding-left: clamp(12px,12px + (100vw - 600px) * (40 - 12)/(1160 - 600),40px) !important;
    }
}

@media screen and (max-width: 599px) {
.cta-box {
    padding-left: clamp(12px,12px + (100vw - 600px) * (40 - 12)/(1160 - 600),40px) !important;
    }
}

/* 20250410 */
.cmn-h-title {
  display:none;
}

@media(min-width:896px) {
  .cmn-h-title {
    display:block;
  }
}

/* 20250430 */
.l-header.-update .l-header__inner .l-header__lower .logo a {

  background-color: #015e53 !important;

}

/* ============================================================
   花以想 Hanaimo — カテゴリページ共通カスタムCSS
   ユニバーサルデザイン改善版（2026/02/28）
   対象年齢層: 45〜75歳
   設置場所: commerce creator ＞ テーマ ＞ オリジナルCSS

   prefix: hni-（既存スタイルとの競合を防ぐため）

   改善ポイント:
     ・本文最小フォントサイズ 14px → 15px（推奨 15〜16px）
     ・見出し 16px → 18〜20px
     ・行間 1.75 → 1.95〜2.0
     ・ボタン padding 拡大（タップ領域確保）
     ・薄グレーテキストを #555 以上に濃く
     ・星・価格など重要情報を拡大

   ブランドカラー:
     メイングリーン  #01796a
     ダークグリーン  #015e53
     ミドルグリーン  #708f7c
     アクセントレッド #c0392b
============================================================ */


/* ============================================================
   1. お客様の声パーツ（.hni-voice）
============================================================ */

.hni-voice {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.hni-voice__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
  padding-bottom: 14px;
  border-bottom: 2px solid #015e53;
}

.hni-voice__title {
  font-size: 20px; /* 17→20 */
  font-weight: 600;
  color: #015e53;
  letter-spacing: 0.06em;
  margin: 0;
}

.hni-voice__title span {
  font-size: 14px; /* 12→14 */
  font-weight: 400;
  color: #555; /* 708f7c→555 コントラスト向上 */
  margin-left: 10px;
  letter-spacing: 0.04em;
}

.hni-voice__aggregate {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px; /* 13→15 */
  color: #015e53;
}

.hni-voice__stars {
  color: #c0392b;
  font-size: 18px; /* 15→18 */
  letter-spacing: 2px;
}

.hni-voice__avg {
  font-weight: 700;
  font-size: 19px; /* 16→19 */
  color: #c0392b;
}

.hni-voice__count {
  font-size: 13px; /* 11→13 */
  color: #555;
}

.hni-voice__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}

@media (max-width: 680px) {
  .hni-voice__grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
}

@media (max-width: 420px) {
  .hni-voice__grid {
    grid-template-columns: 1fr;
  }
}

.hni-voice__card {
  background: #ffffff;
  border: 1px solid #708f7c;
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
  text-decoration: none;
  color: inherit;
  display: block;
}

.hni-voice__card:hover {
  box-shadow: 0 4px 20px rgba(1, 94, 83, 0.15);
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}

.hni-voice__photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: #708f7c;
}

.hni-voice__card-body {
  padding: 14px 16px 18px; /* 12→14 / 14→18 */
}

.hni-voice__card-stars {
  color: #c0392b;
  font-size: 15px; /* 13→15 */
  letter-spacing: 2px;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.hni-voice__card-stars em {
  font-style: normal;
  font-size: 13px; /* 11→13 */
  color: #555;
  font-weight: 400;
}

.hni-voice__card-occasion {
  display: inline-block;
  background: #edf4f2;
  border: 1px solid #708f7c;
  color: #015e53;
  font-size: 12px; /* 10→12 */
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}

.hni-voice__card-name {
  font-size: 13px; /* 11→13 */
  color: #555;
  margin-bottom: 8px;
}

.hni-voice__card-text {
  font-size: 14px; /* 12→14 */
  color: #222; /* 333→222 コントラスト向上 */
  line-height: 2.0; /* 1.75→2.0 */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hni-voice__footer {
  text-align: center;
  margin-top: 8px;
}

.hni-voice__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px; /* 13→15 */
  color: #01796a;
  border: 1.5px solid #01796a;
  padding: 13px 36px; /* 9→13 / 28→36 */
  border-radius: 2px;
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: background 0.2s, color 0.2s;
}

.hni-voice__more:hover {
  background: #01796a;
  color: #ffffff;
  text-decoration: none;
}

.hni-voice__more::after {
  content: '→';
  font-size: 14px;
}


/* ============================================================
   2. 選び方・マナーセクション（.hni-manner）
============================================================ */

.hni-manner {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  background: #f5f9f8;
  border-top: 3px solid #01796a;
  padding: 44px 28px; /* 40→44 / 24→28 */
  box-sizing: border-box;
}

.hni-manner__inner {
  max-width: 860px;
  margin: 0 auto;
}

.hni-manner__heading {
  font-size: 20px; /* 18→20 */
  font-weight: 600;
  color: #015e53;
  letter-spacing: 0.06em;
  margin: 0 0 36px; /* 32→36 */
  padding-bottom: 14px;
  border-bottom: 2px solid #015e53;
}

.hni-manner__section {
  margin-bottom: 36px; /* 32→36 */
}

.hni-manner__section:last-child {
  margin-bottom: 0;
}

.hni-manner__subheading {
  font-size: 16px; /* 14→16 */
  font-weight: 600;
  color: #01796a;
  letter-spacing: 0.05em;
  margin: 0 0 14px; /* 12→14 */
  padding-left: 12px;
  border-left: 3px solid #01796a;
}

.hni-manner__text {
  font-size: 15px; /* 13→15 */
  color: #222; /* 333→222 */
  line-height: 1.95; /* 1.85→1.95 */
  margin: 0 0 12px; /* 10→12 */
}

.hni-manner__text:last-child {
  margin-bottom: 0;
}

.hni-manner__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px; /* 13→14 */
  margin-bottom: 10px;
}

.hni-manner__table th,
.hni-manner__table td {
  padding: 13px 16px; /* 10→13 / 14→16 */
  border: 1px solid #c8ddd9;
  vertical-align: top;
  line-height: 1.85; /* 1.7→1.85 */
}

.hni-manner__table th {
  background: #015e53;
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
  width: 30%;
}

.hni-manner__table tr:nth-child(even) td {
  background: #edf4f2;
}

@media (max-width: 560px) {
  .hni-manner__table,
  .hni-manner__table tbody,
  .hni-manner__table tr,
  .hni-manner__table th,
  .hni-manner__table td {
    display: block;
    width: 100%;
  }
  .hni-manner__table th {
    border-bottom: none;
  }
}

.hni-manner__label {
  font-size: 13px; /* 12→13 */
  font-weight: 600;
  color: #555;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 18px 0 8px; /* 16→18 / 6→8 */
}

.hni-manner__quote {
  background: #ffffff;
  border-left: 3px solid #708f7c;
  padding: 12px 18px; /* 10→12 / 16→18 */
  margin: 0 0 10px; /* 8→10 */
  font-size: 14px; /* 13→14 */
  color: #222;
  line-height: 1.9; /* 1.8→1.9 */
  border-radius: 0 3px 3px 0;
}

.hni-manner__quote:last-child {
  margin-bottom: 0;
}

.hni-manner__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px; /* 12→14 */
  color: #01796a;
  border-bottom: 1px solid #01796a;
  text-decoration: none;
  padding-bottom: 2px;
  transition: opacity 0.2s;
}

.hni-manner__link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.hni-manner__link::after {
  content: '›';
  font-size: 16px;
}


/* ============================================================
   3. 選び方・マナーセクション 改善版（.hni-guide）
============================================================ */

.hni-guide {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.hni-guide__intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px; /* 32→36 */
  align-items: center;
  margin-bottom: 52px; /* 48→52 */
}

@media (max-width: 640px) {
  .hni-guide__intro {
    grid-template-columns: 1fr;
    gap: 24px; /* 20→24 */
  }
}

.hni-guide__intro-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 3px;
}

.hni-guide__intro-label {
  display: inline-block;
  font-size: 12px; /* 10→12 */
  letter-spacing: 0.15em;
  color: #01796a;
  border-bottom: 1px solid #01796a;
  padding-bottom: 4px;
  margin-bottom: 14px; /* 12→14 */
  text-transform: uppercase;
}

.hni-guide__intro-heading {
  font-size: 20px; /* 18→20 */
  font-weight: 600;
  color: #015e53;
  line-height: 1.7; /* 1.6→1.7 */
  margin: 0 0 18px; /* 16→18 */
  letter-spacing: 0.04em;
}

.hni-guide__intro-text {
  font-size: 15px; /* 13→15 */
  color: #222;
  line-height: 2.0; /* 1.9→2.0 */
  margin: 0;
}

.hni-guide__intro-text a {
  color: #01796a;
  text-decoration: underline;
}

.hni-guide__section-divider {
  border: none;
  border-top: 1px solid #d0ddd9;
  margin: 44px 0; /* 40→44 */
}

.hni-guide__manner {
  background: #f4f8f6;
  border: 1px solid #c6d8d3;
  border-radius: 4px;
  padding: 36px 36px 28px; /* 32→36 / 24→28 */
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .hni-guide__manner {
    padding: 28px 18px 20px; /* 24→28 / 16→18 */
  }
}

.hni-guide__manner-heading {
  font-size: 18px; /* 16→18 */
  font-weight: 600;
  color: #015e53;
  letter-spacing: 0.06em;
  margin: 0 0 32px; /* 28→32 */
  padding-bottom: 14px; /* 12→14 */
  border-bottom: 2px solid #01796a;
}

.hni-guide__budget-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px; /* 12→14 */
  margin-bottom: 36px; /* 32→36 */
}

@media (max-width: 640px) {
  .hni-guide__budget-grid {
    grid-template-columns: 1fr;
    gap: 10px; /* 8→10 */
  }
}

.hni-guide__budget-card {
  background: #fff;
  border: 1px solid #c6d8d3;
  border-top: 3px solid #01796a;
  border-radius: 3px;
  padding: 18px 18px; /* 14→18 */
}

.hni-guide__budget-card-label {
  font-size: 13px; /* 11→13 */
  font-weight: 600;
  color: #015e53;
  letter-spacing: 0.06em;
  margin-bottom: 8px; /* 6→8 */
}

.hni-guide__budget-card-price {
  font-size: 17px; /* 15→17 */
  font-weight: 700;
  color: #c0392b;
  margin-bottom: 8px; /* 6→8 */
  letter-spacing: 0.02em;
}

.hni-guide__budget-card-text {
  font-size: 13px; /* 11→13 */
  color: #444; /* 555→444 */
  line-height: 1.85; /* 1.7→1.85 */
  margin: 0;
}

.hni-guide__sub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px; /* 16→18 */
  margin-bottom: 28px; /* 24→28 */
}

@media (max-width: 640px) {
  .hni-guide__sub-grid {
    grid-template-columns: 1fr;
  }
}

.hni-guide__sub-block {
  background: #fff;
  border: 1px solid #c6d8d3;
  border-radius: 3px;
  padding: 18px 20px; /* 16→18 */
}

.hni-guide__sub-heading {
  font-size: 14px; /* 12→14 */
  font-weight: 600;
  color: #015e53;
  letter-spacing: 0.08em;
  margin: 0 0 12px; /* 10→12 */
  display: flex;
  align-items: center;
  gap: 8px; /* 7→8 */
}

.hni-guide__sub-heading::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 16px; /* 14→16 */
  background: #01796a;
  border-radius: 2px;
  flex-shrink: 0;
}

.hni-guide__sub-text {
  font-size: 14px; /* 12→14 */
  color: #333; /* 444→333 */
  line-height: 1.95; /* 1.85→1.95 */
  margin: 0;
}

.hni-guide__sub-text strong {
  color: #015e53;
}

.hni-guide__message {
  background: #fff;
  border: 1px solid #c6d8d3;
  border-radius: 3px;
  padding: 22px 24px; /* 18→22 / 20→24 */
  margin-bottom: 18px; /* 16→18 */
}

.hni-guide__message-heading {
  font-size: 14px; /* 12→14 */
  font-weight: 600;
  color: #015e53;
  letter-spacing: 0.08em;
  margin: 0 0 16px; /* 14→16 */
  display: flex;
  align-items: center;
  gap: 8px;
}

.hni-guide__message-heading::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #c0392b;
  border-radius: 2px;
  flex-shrink: 0;
}

.hni-guide__message-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px; /* 10→12 */
  margin-bottom: 16px; /* 14→16 */
}

@media (max-width: 560px) {
  .hni-guide__message-grid {
    grid-template-columns: 1fr;
  }
}

.hni-guide__message-item {
  background: #faf8f6;
  border-left: 3px solid #c0392b;
  padding: 13px 16px; /* 10→13 / 14→16 */
  font-size: 14px; /* 12→14 */
  color: #222;
  line-height: 1.9; /* 1.75→1.9 */
  border-radius: 0 2px 2px 0;
}

.hni-guide__noshi {
  background: #faf8f6;
  border: 1px dashed #c6d8d3;
  border-radius: 3px;
  padding: 14px 18px; /* 12→14 / 16→18 */
  font-size: 14px; /* 12→14 */
  color: #444; /* 555→444 */
  line-height: 1.9; /* 1.75→1.9 */
}

.hni-guide__noshi strong {
  color: #015e53;
}

.hni-guide__example-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px; /* 12→14 */
  color: #01796a;
  border: 1px solid #01796a;
  padding: 11px 24px; /* 8→11 / 20→24 */
  border-radius: 2px;
  text-decoration: none;
  letter-spacing: 0.06em;
  margin-top: 14px; /* 12→14 */
  transition: background 0.2s, color 0.2s;
}

.hni-guide__example-link:hover {
  background: #01796a;
  color: #fff;
  text-decoration: none;
}

.hni-guide__example-link::after {
  content: '→';
  font-size: 13px;
}


/* ============================================================
   4. Q&Aパーツ（.hni-qa）
============================================================ */

.hni-qa {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.hni-qa__heading {
  font-size: 20px; /* 16→20 */
  font-weight: 600;
  color: #015e53;
  letter-spacing: 0.06em;
  margin: 0 0 28px; /* 24→28 */
  padding-bottom: 14px; /* 12→14 */
  border-bottom: 2px solid #01796a;
}

.hni-qa__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hni-qa__item {
  border-bottom: 1px solid #d0ddd9;
}

.hni-qa__item:first-child {
  border-top: 1px solid #d0ddd9;
}

.hni-qa__question {
  display: flex;
  align-items: center;
  gap: 16px; /* 14→16 */
  width: 100%;
  background: none;
  border: none;
  padding: 22px 6px; /* 18→22 / 4→6 */
  cursor: pointer;
  text-align: left;
  transition: background 0.15s;
}

.hni-qa__question:hover {
  background: #f4f8f6;
}

.hni-qa__question[aria-expanded="true"] {
  background: #f4f8f6;
}

.hni-qa__q-badge {
  flex-shrink: 0;
  width: 34px; /* 28→34 */
  height: 34px;
  background: #01796a;
  color: #fff;
  font-size: 15px; /* 13→15 */
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
}

.hni-qa__q-text {
  flex: 1;
  font-size: 15px; /* 13→15 */
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.7; /* 1.6→1.7 */
  letter-spacing: 0.03em;
}

.hni-qa__icon {
  flex-shrink: 0;
  width: 24px; /* 20→24 */
  height: 24px;
  position: relative;
  margin-left: 8px;
}

.hni-qa__icon::before,
.hni-qa__icon::after {
  content: '';
  position: absolute;
  background: #708f7c;
  border-radius: 1px;
  transition: transform 0.25s, opacity 0.25s;
}

.hni-qa__icon::before {
  width: 14px; /* 12→14 */
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hni-qa__icon::after {
  width: 2px;
  height: 14px; /* 12→14 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hni-qa__question[aria-expanded="true"] .hni-qa__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.hni-qa__question[aria-expanded="true"] .hni-qa__icon::before,
.hni-qa__question[aria-expanded="true"] .hni-qa__icon::after {
  background: #01796a;
}

.hni-qa__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.hni-qa__answer[aria-hidden="false"] {
  grid-template-rows: 1fr;
}

.hni-qa__answer-inner {
  overflow: hidden;
}

.hni-qa__answer-body {
  display: flex;
  gap: 16px; /* 14→16 */
  align-items: flex-start;
  padding: 0 6px 24px 6px; /* 4→6 / 20→24 */
}

.hni-qa__a-badge {
  flex-shrink: 0;
  width: 34px; /* 28→34 */
  height: 34px;
  background: #f4f8f6;
  border: 1.5px solid #01796a;
  color: #01796a;
  font-size: 15px; /* 13→15 */
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 1px;
}

.hni-qa__a-text {
  flex: 1;
  font-size: 15px; /* 13→15 */
  color: #222; /* 333→222 */
  line-height: 1.95; /* 1.85→1.95 */
  margin: 0;
}

.hni-qa__a-text strong {
  color: #015e53;
}

.hni-qa__a-text a {
  color: #01796a;
  text-decoration: underline;
}

@media (max-width: 480px) {
  .hni-qa__q-text {
    font-size: 14px; /* 12→14 */
  }
  .hni-qa__a-text {
    font-size: 14px; /* 12→14 */
  }
}


/* ============================================================
   5. おすすめ商品パーツ（.hni-rec）
============================================================ */

.hni-rec {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.hni-rec__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px; /* 20→22 */
}

@media (max-width: 680px) {
  .hni-rec__grid {
    grid-template-columns: 1fr;
    gap: 14px; /* 12→14 */
  }
}

.hni-rec__card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #c6d8d3;
  border-top: 3px solid #01796a;
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s, transform 0.2s;
}

.hni-rec__card:hover {
  box-shadow: 0 4px 20px rgba(1, 94, 83, 0.15);
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}

.hni-rec__img-wrap {
  position: relative;
  overflow: hidden;
}

.hni-rec__img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.hni-rec__card:hover .hni-rec__img {
  transform: scale(1.03);
}

.hni-rec__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #c0392b;
  color: #fff;
  font-size: 12px; /* 10→12 */
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 4px 12px; /* 3→4 / 10→12 */
  border-radius: 2px;
}

.hni-rec__body {
  padding: 18px 18px 22px; /* 14→18 / 16→18 / 18→22 */
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px; /* 8→10 */
}

.hni-rec__name {
  font-size: 14px; /* 13→14 */
  font-weight: 600;
  color: #015e53;
  line-height: 1.65; /* 1.55→1.65 */
  margin: 0;
}

.hni-rec__rating {
  display: flex;
  align-items: center;
  gap: 6px; /* 5→6 */
  font-size: 13px; /* 11→13 */
  color: #555; /* 708f7c→555 */
}

.hni-rec__stars {
  color: #c0392b;
  font-size: 14px; /* 12→14 */
  letter-spacing: 1px;
}

.hni-rec__rating-val {
  font-weight: 700;
  color: #c0392b;
}

.hni-rec__price {
  font-size: 20px; /* 17→20 */
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.02em;
  margin-top: auto;
}

.hni-rec__price small {
  font-size: 13px; /* 11→13 */
  font-weight: 400;
  color: #555;
  margin-left: 4px; /* 3→4 */
}

.hni-rec__btn {
  display: block;
  text-align: center;
  background: #01796a;
  color: #fff;
  font-size: 14px; /* 12→14 */
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 13px 0; /* 10→13 */
  border-radius: 2px;
  text-decoration: none;
  margin-top: 14px; /* 12→14 */
  transition: background 0.2s;
}

.hni-rec__btn:hover {
  background: #015e53;
  color: #fff;
  text-decoration: none;
}

.hni-rec__line {
  margin-top: 32px; /* 28→32 */
  background: #f4f8f6;
  border: 1px solid #c6d8d3;
  border-radius: 3px;
  padding: 22px 28px; /* 18→22 / 24→28 */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px; /* 16→18 */
  flex-wrap: wrap;
}

.hni-rec__line-text {
  font-size: 15px; /* 13→15 */
  color: #015e53;
  line-height: 1.85; /* 1.7→1.85 */
  margin: 0;
}

.hni-rec__line-text strong {
  display: block;
  font-size: 16px; /* 14→16 */
  font-weight: 700;
  margin-bottom: 5px; /* 3→5 */
}

.hni-rec__line-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #06c755;
  color: #fff;
  font-size: 15px; /* 13→15 */
  font-weight: 700;
  padding: 13px 28px; /* 10→13 / 22→28 */
  border-radius: 3px;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: background 0.2s;
  white-space: nowrap;
}

.hni-rec__line-btn:hover {
  background: #05a847;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 560px) {
  .hni-rec__line {
    flex-direction: column;
    align-items: flex-start;
  }
}
