@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap');

/*
Theme Name: Do Yomogi
Version: 1.0
*/

/* ==== Minimal Reset ==== */
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
html, body, p, h1, h2, h3, h4, h5, h6,
ul, ol, li, figure, blockquote, dl, dd {
    margin: 0;
    padding: 0;
}
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}
ul, ol {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}
button, input, textarea, select {
    font: inherit;
}
body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    color: #444;
}
.site-main {
    max-width: 430px;   /* PCでもスマホ幅で見せたいなら */
    margin: 0 auto;
    background: #fff;
}
.page .wp-block-post-title {
    display: none;
}
.page .wp-block-post-content {
    margin-top: 0;
    padding-top: 0;
}

/* LP共通 */
.lp-wrap {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
    color: #32433d;
}
.section {
    padding: 3.2rem 2.4rem;
}
.section-title {
    font-family: "Noto Serif JP", serif;
    font-size: 2.8rem;
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
}
.section-lead {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 12px;
}
.section-text,
.section-note {
    font-size: 1.5rem;
    line-height: 1.8;
}
.section-note {
    margin: 2rem 0;
    text-align: center;
}

/* ==============================
   FV / MV (Steam Canvas Hero)
============================== */
.mv{
  position: relative;
  min-height: 86vh;
  display: grid;
  place-items: center;
  padding: 1.6rem;
  overflow: hidden;
  color: #fff;
}

.mv-bg{
  position:absolute;
  inset:0;
  background: url('/wp-content/uploads/2026/01/yomogi.png') center/cover no-repeat;
  transform: scale(1.03);
  z-index: 0;
}

/* 可読性用ディム（湯気を殺しすぎない暗さ） */
.mv-dim{
  position:absolute;
  inset:0;
  z-index: 2;
  pointer-events:none;
  background:
    linear-gradient(135deg, rgba(0,0,0,.52), rgba(0,0,0,.10)),
    radial-gradient(80% 60% at 50% 35%, rgba(0,0,0,.06), rgba(0,0,0,.40));
}

.mv-inner{
  position: relative;
  z-index: 3;
  width: min(680px, 100%);
  text-align: center;
}

.mv-label,
.mv-sub,
.mv-note{
  text-shadow: 0 2px 12px rgba(0,0,0,.38);
}

.mv-label{
  font-size: 1.4rem;
  letter-spacing: .16em;
  margin-bottom: 2.2rem;
  color: rgba(230, 255, 235, .92);
}

.mv-brand{ display:inline-block; margin-bottom: 1.2rem; }
.mv-logo{
  width: 210px;
  max-width: 100%;
  display:block;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.38));
}

.mv-sub{
  font-size: 1.6rem;
  line-height: 1.9;
  margin: 0 0 2.2rem;
}

.mv-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: .6rem;

  min-width: 220px;
  padding: 14px 34px;
  border-radius: 999px;

  color:#fff;
  text-decoration:none;
  font-size: 1.45rem;
  letter-spacing: .06em;

  background: linear-gradient(135deg, #6aa38a, #3f6f5b);
  box-shadow:
    0 18px 36px rgba(63,111,91,.52),
    inset 0 1px 0 rgba(255,255,255,.18);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.mv-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow:
    0 24px 44px rgba(63,111,91,.60),
    inset 0 1px 0 rgba(255,255,255,.22);
}
.mv-btn::before{
  content:"";
  width:18px; height:18px;
  background:center/contain no-repeat;
  opacity:.95;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 11h18'/%3E%3C/svg%3E");
}

.mv-note{
  margin-top: 2.2rem;
  font-size: 1.35rem;
  color: rgba(255,255,255,.88);
}

.mv-otameshi {
    text-align: center;
}
.mv-otameshi img {
    max-width: 320px;
    width: 100%;
    display: inline-block;
}


/* ボタン */
.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 999px;
    font-size: 1.6rem;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.btn-primary {
    width: 200px;
    background-color: #3e6959;
    color: #fff;
}
.btn-secondary {
    background-color: #ffffff;
    color: #3e6959;
    border: 1px solid #ccc;
}
.reserve-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 16px 0 8px;
}
.btn-center {
    text-align: center;
}

/* バッジリスト */
.badge-list {
    list-style: none;
    padding: 0;
    margin: 12px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.badge-list li {
    font-size: 1.4rem;
    padding: 6px 10px;
    border-radius: 999px;
    background-color: #f2f5ec;
    color: #2c4a3f;
}

/* ============================== 
    about
============================== */
#about.section {
    background: #fbfaf7;
}
#about .section-title {
    text-align: center;
}
.about-catch {
    font-size: 1.6rem;
    line-height: 2.0;
    text-align: center;
    margin: 0 0 1.6rem;
    color: rgba(0,0,0,.8);
}
/* ポイントは「チェック付き」で見せる（文章を短く見せる） */
.about-points {
  margin: 0 0 1.8rem;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.about-points li {
    position: relative;
    padding: 1.6rem 1.6rem 1.6rem 6.4rem;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
    font-size: 1.6rem;
    line-height: 1.6;
    width: 340px;
    margin: 0 auto;
}
/* 共通アイコン土台 */
.about-points li::before {
    content: "";
    position: absolute;
    left: 1.8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.about-points strong {
    color: #2c4a3f;
    font-weight: 600;
}
.point-self::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%233e6959' stroke-width='1.6' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 20c0-4 4-6 8-6s8 2 8 6'/%3E%3C/svg%3E");
}
.point-reserve::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%233e6959' stroke-width='1.6' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 3'/%3E%3C/svg%3E");
}
.point-price::before{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%233e6959' stroke-width='1.6' viewBox='0 0 24 24'%3E%3Cpath d='M20 12l-8 8H4V12l8-8h8v8z'/%3E%3Ccircle cx='16' cy='8' r='1.3'/%3E%3C/svg%3E");
}
#about .section-text {
    font-size: 1.6rem;
    line-height: 2.0;
    color: rgba(0,0,0,0.72);
    margin-top: 0.6rem;
    text-align: center;
}
#about .badge-list {
    margin: 1.2rem 0 1.8rem;
    gap: 0.8rem;
}
#about .badge-list li {
    font-size: 1.5rem;
    padding: 0.55rem 1.05rem;
    border-radius: 999px;
    background: #f1f5ee;
    border: 1px solid rgba(44, 74, 63, 0.18);
    color: #2c4a3f;
}


/* ============================== 
    cta
============================== */
section.cta {
    max-width: 430px;
    margin: 0 auto;
    background: #f1f5ee;
    padding: 3.2rem 2.4rem;
}
/* 初回案内カード（上質） */
.about-heroCard{
  margin: 0 0 1.6rem;
}
.about-heroText{
  font-size: 1.6rem;
}
.about-heroText strong {
    color: #2c4a3f;
}
.about-cta{
  display: grid;
  gap: 10px;
  margin-top: 1.6rem;
}
.about-cta .btn-primary,
.about-cta .btn-line{
  width: 100%;
}
.about-ctaNote{
  text-align: center;
  font-size: 1.2rem;
  opacity: .75;
}

/* ==============================
    gallery marquee (clean)
============================== */
#gallery.section { 
    padding: 0;
}
.gallery-marquee {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 14px 40px rgba(0,0,0,0.06);
}
.marquee-track {
    --gap: 0px;
    --duration: 50s;
    display: flex;
    gap: var(--gap);
    align-items: center;
    width: max-content;
    animation: marquee-left var(--duration) linear infinite;
    will-change: transform;
}
.marquee-group {
    display: flex;
    gap: var(--gap);
    align-items: center;
}
.marquee-group img {
    height: 200px;
    aspect-ratio: 1 / 1;
    width: auto;
    object-fit: cover;
    display: block;
    max-width: none;   /* WP対策 */
    flex: 0 0 auto;    /* flex潰れ対策 */
}
@keyframes marquee-left {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
    .marquee-track{ animation: none; }
}

/* ============================== 
    ご利用の流れ
============================== */
#flow.section {
    background: #fbfaf7;
}
#flow .section-title {
    text-align: center;
}
.flow-list {
    display: grid;
    gap: 1rem;
    padding: 0 0 3.2rem;
}
/* カード */
.flow-card {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    margin: 0 3.2rem;
    box-shadow: 0 12px 30px rgba(0,0,0,0.03);
}
.flow-card:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 2.4rem;
    background-color: #3e6959;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.6rem;
    z-index: 10;
}
/* ヘッダー */
.flow-head {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 1.2rem;
    font-family: "Noto Serif JP", serif;
}
/* STEP表記 */
.flow-step {
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    color: #6e8c46;
}
.flow-step span {
    font-size: 1.8rem;
    margin-left: .1rem;
}
/* タイトル */
.flow-title {
    font-size: 1.8rem;
    font-weight: 600;
}
/* 画像 */
.flow-image {
    width: 80%;
    margin: 0 auto;
    border-radius: 14px;
    margin-bottom: 1.2rem;
}
/* 説明文 */
.flow-text {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #444;
}

/* ============================== 
    よもぎ蒸し料金
============================== */
#price.section {
    color:#fff;
    background-image:
        linear-gradient(rgba(62,105,89,.98), rgba(62,105,89,.98)),
        url('/wp-content/uploads/2026/02/price_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3.2rem 2.4rem 5rem;
}
#price .section-title {
    text-align: center;
}
.price-leadchips {
    color: #fff;
    font-weight: normal;
    font-size: 1.4rem;
    margin: 0 0 1rem;
}
.price-leadchips strong {
    font-weight: normal;
    margin: 0 .4rem;
}
.price-group {
    margin-top: 2.2rem;
}
.price-group__title {
    font-family: "Noto Serif JP", serif;
    font-size: 2.1rem;
    letter-spacing: .1em;
    margin: 3.2rem 0 .4rem;
    text-align: left;
    text-decoration: underline;
}
.price-grid {
    display: grid;
    gap: 12px;/* 1カラムで縦に気持ちよく積む（gapを使う） */
}
.price-card{
    width: 100%;
    margin: 0;
    border-radius: 14px;
    padding: 12px;
    background: #fbfaf7;
    color: #32433d;
    position: relative;
}
.price-card__flex {
    display:flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.6rem;
}
/* バッジ（初回限定/おすすめ等） */
.price-badge {
    position: absolute;
    width: 110px;
    bottom: 18px;
    left: 30px;
    color: #fff;
    transform: rotate(345deg);
    opacity: .8;
}
.price-label {
    font-size: 1.6rem;
    background: #3e6959;
    color:#fff;
    padding: .4rem 1.4rem;
    border-radius: 999px;
    white-space: nowrap;
}
.price-main {
    font-size: 3.8rem;
    font-weight: 700;
    color: #3e6959;
    letter-spacing: .02em;
}
.price-tax {
    font-size: 1.2rem;
    font-weight: normal;
}
.price-per {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: right;
    color: #3e6959;
}
.price-hint {
    font-size: 1.4rem;
    text-align: right;
    margin-top: 2px;
}

/* ============================== 
    concept
============================== */
#concept.section {
    background: #ffffff;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.3), rgba(255,355,355,.3)),
        url('/wp-content/uploads/2026/02/consept.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3.2rem 2.4rem 5rem;
}
.concept-title {
    width: 200px;
    margin: 0 auto 2.4rem;
}
#concept .section-lead {
    font-size: 1.5rem;
    line-height: 2.0;
    color: rgba(0,0,0,0.72);
    text-align: center;
}
.concept-list {
    display: grid;
    gap: 2.4rem;
    margin: 3.2rem 0;
    padding: 0;
}
.concept-list li {
    text-align: center;
}
.concept-v {
    font-size: 1.6rem;
    line-height: 1.9;
    color: #32433d;
}
.concept-wa {
    color: #3e6959;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    font-size: 3.2rem;
    position: relative;
    line-height: 1;
    display: inline-block;
    opacity: 0.9;
    margin: 0 .6rem;
}
.concept-wa::after {
    content:"";
    position:absolute;
    left:-6px;
    right:-6px;
    bottom:-7px;
    height:12px;
    background: rgba(62,105,89,0.14);
    border-radius: 999px;
    z-index:-1;
}

/* ==============================
   blend（ブレンドよもぎ）
============================== */
#blend.section{
  background: #fbfaf7;
}

.blend-lead{
  color: rgba(0,0,0,0.72);
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
}

/* 横スクロール */
.blend-scroll{
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 10px 2px 16px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.blend-scroll::-webkit-scrollbar{
  height: 6px;
}
.blend-scroll::-webkit-scrollbar-thumb{
  background: rgba(62,105,89,0.18);
  border-radius: 999px;
}
.blend-scroll::-webkit-scrollbar-track{
  background: rgba(0,0,0,0.04);
  border-radius: 999px;
}

/* カード */
.blend-card{
  position: relative;
  flex: 0 0 82%;
  max-width: 360px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px;
  padding: 18px 16px 14px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.06);
  scroll-snap-align: start;
}

@media (min-width: 768px){
  /* PCでも幅430想定なので、見え方が美しくなるよう少しだけ縮める */
  .blend-card{ flex-basis: 70%; }
}

/* 見出し */
.blend-title{
  font-family: "Noto Serif JP", serif;
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: .12em;
  color: #2c4a3f;
}

/* 説明 */
.blend-copy{
  font-size: 1.4rem;
  line-height: 1.9;
  color: rgba(0,0,0,0.72);
  margin-bottom: 12px;
}

/* タグ */
.blend-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.blend-tags li{
  font-size: 1.15rem;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(62,105,89,0.08);
  border: 1px solid rgba(62,105,89,0.18);
  color: #2c4a3f;
}

/* バッジ（人気など） */
.blend-badge{
  position: absolute;
  top: -10px;
  left: 14px;
  font-size: 1.2rem;
  background: #3e6959;
  color: #fff;
  padding: .35rem .9rem;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* 3カードの雰囲気差（やりすぎない程度） */
.blend-detox{
  background: linear-gradient(
    180deg,
    rgba(76, 115, 66, 0.14),
    #fff 55%
  );
}
.blend-women{
  background: linear-gradient(
    180deg,
    rgba(205, 132, 86, 0.14),
    #fff 55%
  );
}
.blend-stress{
  background: linear-gradient(
    180deg,
    rgba(118, 108, 150, 0.14),
    #fff 55%
  );
}

.blend-card h3{
  position: relative;
  padding-bottom: 1rem;
}

.blend-card h3::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:60px;
  height:2px;
  border-radius:2px;
  background: currentColor; /* ←ここがポイント */
}

.blend-detox h3{
  color:#4c7342; /* 緑 */
}

.blend-women h3{
  color:#c97a3d; /* オレンジ */
}

.blend-stress h3{
  color:#7a5ea8; /* 紫 */
}
/* こんな方におすすめ */

.blend-rec-ttl{
  font-size: 1.2rem;
  letter-spacing: .06em;
  color: rgba(0,0,0,0.60);
  margin: 0 0 8px;
}

.blend-rec-list{
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.blend-rec-list li{
  position: relative;
  padding-left: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.6;
  color: rgba(0,0,0,0.72);
}

.blend-rec-list li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(62,105,89,0.75);
  font-weight: 700;
}
.blend_pic {
    width: 150px;
    margin: 0 auto;
}
.blend-note{
    font-size: 1.4rem;
    text-align: left;
    margin-top: .8rem;
    color: rgba(0,0,0,0.62);
    line-height: 1.4;
}
.blend-spacer{
    flex: 0 0 8px;
}


/* ============================== 
    FAQ よくある質問
============================== */
.faq-item {
    padding: 1.6rem 0 .8rem;
    border-top: 1px solid rgba(0,0,0,.08);
}
.faq-q {
    cursor: pointer;
}
.faq-label {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    font-weight: 700;
}
.faq-q,
.faq-a {
    display: flex;
    gap: 10px;
    line-height: 1.4;
}
.faq-q {
    font-size: 1.7rem;
    font-weight: 600;
    color: #2c4a3f;
}
.faq-a {
    font-size: 1.6rem;
    margin-top: 6px;
    color: rgba(0,0,0,.75);
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    margin-top: 0;
    transition: max-height .45s cubic-bezier(.4,0,.2,1), opacity .3s ease, margin .3s ease;
}
.faq-label-q {
    background: #3e6959;
    color: #fff;
    margin-top: -1px;
}
.faq-label-a {
    background: rgba(62,105,89,.15);
    color: #3e6959;
}
.faq-toggle{
    margin-left: auto;
    font-size: 1.8rem;
    color: #3e6959;
    transition: transform .3s ease;
}
.faq-item.is-open .faq-a {
    opacity: 1;
    margin-top: 8px;
}
.faq-item.is-open .faq-toggle {
    transform: rotate(45deg);
}
#faq .btn-center {
    margin: 2.4rem auto 0;
}
#faq .btn-primary {
    width: 100%;
}

/* =========================
   Privacy Policy (scoped)
   他ページに影響しない
========================= */
.pp {
    --ink: rgba(0,0,0,.86);
    --muted: rgba(0,0,0,.62);
    --line: rgba(0,0,0,.10);
    --bg: #fbfaf7;
    --accent: #3f6f5b;
    color: var(--ink);
    line-height: 1.9;
    font-size: 1.6rem;
    padding: 28px 18px 72px;
}
/* 見出し */
.pp__title {
    font-size: 2.4rem;
    letter-spacing: .08em;
    margin: 0 0 10px;
    text-align: center;
}
.pp__lead{
    margin: 0 auto 18px;
    color: var(--muted);
}
/* 目次 */
.pp__toc{
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 14px 14px 12px;
    margin: 18px 0 26px;
}
.pp__tocTitle{
    font-size: 1.6rem;
    letter-spacing: .06em;
    margin: 0 0 6px;
    color: var(--muted);
}
.pp__tocList{
    margin: 0;
    padding-left: 1.2em;
}
.pp__tocList li{ margin: .15em 0; }
.pp__toc a{
    color: var(--ink);
    text-decoration: none;
    border-bottom: 1px dashed rgba(63,111,91,.35);
}
.pp__toc a:hover{
    color: var(--accent);
    border-bottom-color: rgba(63,111,91,.7);
}
/* セクション */
.pp__sec{
    padding: 18px 0 0;
    margin: 0 0 18px;
    border-top: 1px solid var(--line);
}
.pp__sec:first-of-type{
    border-top: 0;
    padding-top: 0;
}
.pp__h2{
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 1.8rem;
    margin: 0 0 10px;
    letter-spacing: .04em;
}
.pp__num{
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: rgba(63,111,91,.10);
    color: var(--accent);
    font-weight: 700;
    line-height: 1;
}
/* リスト */
.pp__list{
    margin: 8px 0 0;
    padding-left: 1.15em;
}
.pp__list li{
    margin: .25em 0;
    list-style: circle;
}
/* DL */
.pp__dl{
    margin: 10px 0 0;
    padding: 12px 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
}
.pp__dlRow{
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 10px;
    padding: 8px 0;
}
.pp__dlRow + .pp__dlRow{
    border-top: 1px dashed var(--line);
}
.pp__dl dt{
    color: var(--muted);
}
.pp__dl dd{
    margin: 0;
}
.pp__mail{
    color: var(--accent);
    text-decoration: none;
    border-bottom: 1px solid rgba(63,111,91,.45);
}
.pp__hint{
    margin-top: 10px;
    color: var(--muted);
    font-size: .92em;
}
.pp__date{
    margin-top: 14px;
    color: var(--muted);
    font-size: .92em;
    text-align: right;
}

/* 戻る */
.pp__back{
  margin-top: 34px;
  text-align: center;
}
.pp__back a{
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px dashed rgba(63,111,91,.45);
}

/* =========================
   Terms (scoped)
   このページ内だけに効く
========================= */
.terms{
    --ink: rgba(0,0,0,.86);
    --muted: rgba(0,0,0,.62);
    --line: rgba(0,0,0,.10);
    --bg: #fbfaf7;
    --accent: #3f6f5b;

    color: var(--ink);
    line-height: 1.9;
    font-size: 16px;
    padding: 28px 18px 80px;
}
.terms__title{
    font-size: 2.4rem;
    letter-spacing: .08em;
    margin: 0 0 10px;
    text-align: center;
}
.terms__lead{
    margin: 0 auto 18px;
    color: var(--muted);
}
/* 目次 */
.terms__toc{
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 14px 14px 12px;
    margin: 18px 0 26px;
}
.terms__tocTitle{
    font-size: 1.6rem;
    letter-spacing: .06em;
    margin: 0 0 6px;
    color: var(--muted);
}
.terms__tocList{
    margin: 0;
    padding-left: 1.2em;
}
.terms__tocList li{ margin: .15em 0; }
.terms__toc a{
    color: var(--ink);
    text-decoration: none;
    border-bottom: 1px dashed rgba(63,111,91,.35);
}
.terms__toc a:hover{
    color: var(--accent);
    border-bottom-color: rgba(63,111,91,.7);
}
/* セクション */
.terms__sec{
    padding: 18px 0 0;
    margin: 0 0 18px;
    border-top: 1px solid var(--line);
}
.terms__sec:first-of-type{
    border-top: 0;
    padding-top: 0;
}
.terms__h2{
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 1.8rem;
    margin: 0 0 10px;
    letter-spacing: .04em;
}
.terms__num{
    display: inline-grid;
    place-items: center;
    min-width: 26px;
    height: 26px;
    padding: 0 6px;
    border-radius: 8px;
    background: rgba(63,111,91,.10);
    color: var(--accent);
    font-weight: 700;
    line-height: 1;
}
/* リスト */
.terms__list{
    margin: 8px 0 0;
    padding-left: 1.15em;
}
.terms__list li{
    margin: .25em 0;
    list-style: circle;
}
/* 注記 */
.terms__note{
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(63,111,91,.08);
  border: 1px solid rgba(63,111,91,.15);
  color: rgba(0,0,0,.72);
  font-size: .93em;
}

/* ボックス（重要項目の囲い） */
.terms__box{
  margin: 12px 0;
  padding: 12px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

/* リンク */
.terms__link,
.terms__mail{
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px dashed rgba(63,111,91,.45);
}

/* DL */
.terms__dl{
  margin: 12px 0 0;
  padding: 12px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.terms__dlRow{
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  padding: 8px 0;
}
.terms__dlRow + .terms__dlRow{
  border-top: 1px dashed var(--line);
}
.terms__dl dt{ color: var(--muted); }
.terms__dl dd{ margin: 0; }

.terms__date{
  margin-top: 10px;
  color: var(--muted);
  font-size: .92em;
  text-align: right;
}

/* 戻る */
.terms__back{
  margin-top: 34px;
  text-align: center;
}
.terms__back a{
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px dashed rgba(63,111,91,.45);
}

/* =========================
   特定商取引法に基づく表記
========================= */
.legal-page{
    --ink: rgba(0,0,0,.86);
    --muted: rgba(0,0,0,.62);
    --line: rgba(0,0,0,.10);
    --bg: #fbfaf7;
    --accent: #3f6f5b;

    color: var(--ink);
    line-height: 1.9;
    font-size: 16px;
    padding: 28px 18px 80px;
}

.legal-page__head{
    margin-bottom: 22px;
}

.legal-page__title{
    font-size: 2.4rem;
    letter-spacing: .08em;
    margin: 0 0 10px;
    text-align: center;
}

.legal-page__lead{
    margin: 0 auto 18px;
    color: var(--muted);
}

/* 本文 */
.legal-page__body{
    margin-top: 8px;
}

/* セクション */
.legal-page__sec{
    padding: 18px 0 0;
    margin: 0 0 18px;
    border-top: 1px solid var(--line);
}

.legal-page__sec:first-of-type{
    border-top: 0;
    padding-top: 0;
}

.legal-page__h2{
    font-size: 1.8rem;
    margin: 0 0 10px;
    letter-spacing: .04em;
    line-height: 1.6;
}

.legal-page__sec p{
    margin: 0 0 10px;
}

.legal-page__note{
    margin-top: 8px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(63,111,91,.08);
    border: 1px solid rgba(63,111,91,.15);
    color: rgba(0,0,0,.72);
    font-size: .93em;
}

/* ボックス */
.legal-page__box{
    margin: 12px 0;
    padding: 12px 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
}

/* リスト */
.legal-page__list{
    margin: 8px 0 0;
    padding-left: 1.15em;
}

.legal-page__list li{
    margin: .25em 0;
    list-style: circle;
}

/* リンク */
.legal-page__link{
    color: var(--accent);
    text-decoration: none;
    border-bottom: 1px dashed rgba(63,111,91,.45);
    transition: color .2s ease, border-color .2s ease;
}

.legal-page__link:hover{
    color: var(--ink);
    border-bottom-color: rgba(63,111,91,.75);
}

/* DL */
.legal-page__dl{
    margin: 12px 0 0;
    padding: 12px 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
}

.legal-page__dlRow{
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 10px;
    padding: 8px 0;
}

.legal-page__dlRow + .legal-page__dlRow{
    border-top: 1px dashed var(--line);
}

.legal-page__dl dt{
    color: var(--muted);
}

.legal-page__dl dd{
    margin: 0;
}

/* 日付 */
.legal-page__date{
    margin-top: 10px;
    color: var(--muted);
    font-size: .92em;
    text-align: right;
}

/* 戻る */
.legal-page__back{
    margin-top: 34px;
    text-align: center;
}

.legal-page__back a{
    color: var(--accent);
    text-decoration: none;
    border-bottom: 1px dashed rgba(63,111,91,.45);
}

.legal-page__back a:hover{
    color: var(--ink);
    border-bottom-color: rgba(63,111,91,.75);
}

/* Instagram */
.ig-icon{
  text-align: center;
  margin-top: 6px;
}

.ig-icon img{
  width: 28px;
  height: 28px;
  display: inline-block;
}

/* =========================
   FAQ
========================= */
#faq-page .pp__title span {
    font-size: 1.8rem;
}

#faq-page .section-title {
    margin-top: 4rem;
}


/* =========================
   記事本文 共通
========================= */
.blog-entry {
  padding: 1.6rem;
  font-size: 16px;
  color: #333;
  word-break: break-word;
}

.entry-header {
  margin: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #e5e0d8;
}

.entry-title {
    color: #3e6959;
    font-family: "Noto Serif JP", serif;
    margin: 0;
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.entry-thumbnail {
  margin: 16px 16px 0;
}

.entry-thumbnail img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.blog-entry p {
  margin: 0 0 1.4em;
}

.blog-entry a {
  color: #6b8f71;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.blog-entry a:hover {
  opacity: 0.75;
}

/* =========================
   見出し
========================= */
.blog-entry h2 {
  margin: 2.8em 0 1em;
  padding: 0.75em 1em;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #2f3b2f;
  background: #f7f4ef;
  border-left: 5px solid #8fae8a;
  border-radius: 8px;
}

.blog-entry h3 {
  margin: 2em 0 0.8em;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #2f3b2f;
  padding-bottom: 0.35em;
  border-bottom: 1px solid #d9d4cb;
}

/* =========================
   リスト
========================= */
.blog-entry ul,
.blog-entry ol {
  margin: 0 0 1.6em 1.2em;
  padding: 0;
}

.blog-entry li {
  margin-bottom: 0.6em;
  line-height: 1.9;
}

/* =========================
   強調
========================= */
.blog-entry strong {
  color: #2f3b2f;
  font-weight: 700;
  background: linear-gradient(transparent 60%, #f2eadf 60%);
}

/* =========================
   引用
========================= */
.blog-entry blockquote {
  margin: 1.8em 0;
  padding: 1em 1.2em;
  background: #faf8f4;
  border-left: 4px solid #c8b8a0;
  color: #555;
  border-radius: 8px;
}

.blog-entry blockquote p:last-child {
  margin-bottom: 0;
}

/* =========================
   区切り線
========================= */
.blog-entry hr {
  margin: 2.5em 0;
  border: 0;
  border-top: 1px solid #e5e0d8;
}

/* =========================
   画像
========================= */
.blog-entry img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.blog-entry figure {
  margin: 0 0 1.8em;
}

.blog-entry figcaption {
  margin-top: 0.6em;
  font-size: 0.9rem;
  color: #777;
  text-align: center;
}

/* =========================
   テーブル
========================= */
.blog-entry table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.8em 0;
  font-size: 0.95rem;
}

.blog-entry th,
.blog-entry td {
  padding: 0.9em;
  border: 1px solid #e3ddd3;
  text-align: left;
  vertical-align: top;
}

.blog-entry th {
  background: #f7f4ef;
  font-weight: 700;
}

/* =========================
   CTA風リンク（記事末）
========================= */
.blog-entry .blog-link-box {
  margin: 2.5em 0 0;
  padding: 1.2em;
  background: #f8f7f3;
  border: 1px solid #e3ddd3;
  border-radius: 14px;
}

.blog-entry .blog-link-box p:last-child {
  margin-bottom: 0;
}

.blog-entry .blog-link-box a {
  font-weight: 700;
}


/* =========================
   アーカイブページ
========================= */

.archive-main {
    max-width: 430px;
    margin: 0 auto;
    padding: 48px 16px 72px;
}

.archive-header {
  margin-bottom: 24px;
  text-align: center;
}

.archive-title {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.4;
  color: #2f3b2f;
}

.archive-lead {
    font-size: 1.4rem;
    color: #666;
}

.archive-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.archive-card {
  background: #fff;
  border: 1px solid #e8e2d8;
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.archive-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.archive-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.archive-card__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.archive-card__body {
  padding: 16px;
}

.archive-card__meta {
  margin: 0 0 8px;
  font-size: 0.85rem;
  color: #888;
}

.archive-card__title {
  margin: 0 0 12px;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #3e6959;;
}

.archive-card__excerpt {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #555;
}

.archive-card__excerpt p {
  margin: 0;
}

.archive-pagination {
  margin-top: 40px;
}

.archive-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #ddd5ca;
  border-radius: 999px;
  color: #444;
  text-decoration: none;
  background: #fff;
}

.archive-pagination .page-numbers.current {
  background: #8fae8a;
  border-color: #8fae8a;
  color: #fff;
}
