@charset "UTF-8";

/* ================================================
   旬果堂 LP  (XDデザイン SPデザイン_v2 414×15295 基準)
   ================================================ */

:root {
  --color-teal: #299699;        /* ブランドティール(メニュー背景・UI) */
  --color-teal-dark: #00767b;   /* 濃ティール(装飾) */
  --color-teal-logo: #298887;   /* ロゴのティール */
  --color-text: #3b3b3b;        /* 基本テキスト */
  --color-gold: #c68e24;        /* 英字キャプション */
  --color-cream: #fce4b3;       /* こだわり背景 */
  --color-cream-light: #fff2d9; /* 魅力背景 */
  --color-white: #fff;
  --header-h: 70px;
  --font-jp: "YuGothic", "Yu Gothic Medium", "Yu Gothic", "Noto Sans JP", sans-serif;
  --font-yugo: "YuGothic", "Yu Gothic Medium", "Yu Gothic", "Noto Sans JP", sans-serif;
  --font-en: "Montserrat", sans-serif;
  --font-num: "Trebuchet MS", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* アンカー移動時に固定ヘッダーへ隠れないようにする */
section[id] {
  scroll-margin-top: var(--header-h);
}

body {
  font-family: var(--font-jp);
  color: var(--color-text);
  background: #fff;
  /* デザインのフォント(Pr6N/PMiGo)に合わせて文字詰めを有効化 */
  font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}

main {
  display: block;
}

.pc-side {
  display: none;
}

/* ================================
   ヘッダー
   ================================ */

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: var(--header-h);
  padding: 0 25px 0 20px;
  background: var(--color-white);
}

.header__logo {
  line-height: 1;
}

.header__logo img {
  width: 250px;
  height: auto;
}

/* ハンバーガーボタン (24×22) ロゴ中央配置のため右端に固定 */
.header__menu-btn {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 22px;
  padding: 2px 0;
}

.header__menu-btn span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: var(--color-teal);
}
/* ================================
   ファーストビュー
   ================================ */

.hero {
  margin-top: var(--header-h);
  height: calc(100svh - var(--header-h));
  min-height: 620px;
  max-height: 900px;
  background: url("../img/fv01.png") no-repeat center top / cover;
}

.hero__copy {
  padding: 47px 30px 0;
  color: var(--color-white);
}

.hero__en {
  margin-left: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 22px;
  text-shadow: 0 0 8px rgba(0, 0, 0, .18);
}

.hero__catch {
  margin-top: 27px;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: .090em;
  line-height: 1.6;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, .18);
}

.hero__sub {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .071em;
  line-height: 35px;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, .18);
}

/* ================================
   フルーツタルト帯
   ================================ */

.band {
  position: relative;
  z-index: 3;
}

.band > img:first-child {
  width: 100%;
  aspect-ratio: 1080 / 578;
  object-fit: cover;
}

/* 帯写真まわりのオレンジ水彩ドット */
.band__deco {
  position: absolute;
  pointer-events: none;
}

.band__deco--1   { width: 92px; top: 125px; left: 274px; }
.band__deco--2   { width: 92px; top: 134px; left: -46px; }
.band__deco--3   { width: 92px; top: 282px; left: 376px; }
.band__deco--dot1 { width: 40px; top: 125px; left: 20px; }
.band__deco--dot2 { width: 42px; top: 159px; left: 381px; }

/* ================================
   共通パーツ
   ================================ */

/* 金色の英字キャプション */
.en-caption {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .11em;
  line-height: 22px;
  color: var(--color-gold);
}

/* セクション見出し(飾りマーク+英字+和文) */
.section-head {
  text-align: center;
}

.section-head__mark {
  width: 64px;
}

.section-head__en {
  margin-top: 12px;
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .11em;
}

.section-head__title {
  margin-top: 3px;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

/* ================================
   私たちについて
   ================================ */

.about {
  position: relative;
  padding: 6px 0 0;
  background: var(--color-white);
  overflow: hidden;
}

.about > .en-caption,
.about__title,
.about__body {
  position: relative;
  z-index: 2;
  padding-inline: 44px;
}

.about__title {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 37px;
}

.about__body {
  margin-top: 28px;
  margin-bottom: 30px;
  font-family: var(--font-yugo);
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
}

/* 右にはみ出す丸皿写真(下端はこだわり背景の下に隠れる) */
.about__photo-wrap {
  position: relative;
  height: 286px;
  margin-top: 5px;
}

.about__photo {
  position: absolute;
  top: 0;
  right: 0px;
  width: 480px;
  max-width: none;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* オレンジ水彩ドット装飾 */
.about__deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.about__deco--4   { width: 64px;  top: 174px; left: -32px; }
.about__deco--5   { width: 107px; top: 193px; left: 142px; }
.about__deco--dot3 { width: 42px; top: 258px; left: 20px; }

/* ================================
   旬果堂のこだわり
   ================================ */

.kodawari {
  position: relative;
  z-index: 2;
  padding: 57px 20px 60px;
  background: #fdd000;
}

.kodawari .section-head {
  margin-bottom: 44px;
}

.kodawari-card {
  padding: 30px 23px 50px;
  background: var(--color-white);
  border-radius: 12px;
}

.kodawari-card + .kodawari-card {
  margin-top: 45px;
}

.kodawari-card__img-wrap {
  position: relative;
  width: 225px;
  margin-inline: auto;
}

.kodawari-card__img {
  width: 225px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
}

/* 番号バッジ(葉っぱ形) */
.kodawari-card__num {
  position: absolute;
  top: 2px;
  right: -14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50% 50% 50% 6px;
  transform: rotate(-8deg);
  background: var(--color-teal);
  color: var(--color-white);
  font-family: var(--font-num);
  font-size: 20px;
}

.kodawari-card__title {
  margin-top: 30px;
  font-size: 19px;
  font-weight: 700;
  color: var(--color-teal);
}

.kodawari-card__body {
  margin-top: 21px;
  font-family: var(--font-yugo);
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

/* ================================
   くだもの屋さんの本気スイーツ
   ================================ */

.sweets {
  padding: 80px 38px 80px;
  background: var(--color-white);
}

.sweets__title {
  margin-top: 27px;
  font-size: 22px;
  font-weight: 700;
  line-height: 37px;
}

.sweets__body {
  margin-top: 28px;
  font-family: var(--font-yugo);
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
}

/* ================================
   メニュー
   ================================ */

.menu {
  padding: 0 20px;
  background: var(--color-white);
}

/* ドーム型上端のティール柱 */
.menu__inner {
  padding: 51px 21px 60px;
  border-radius: 255px 255px 0 0;
  background: var(--color-teal);
}

.menu__head {
  text-align: center;
  color: var(--color-white);
}

.menu__mark {
  width: 73px;
}

.menu__title {
  font-family: var(--font-en);
  font-size: 35px;
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 1;
}

.menu__title-jp {
  margin-top: 14px;
  font-family: var(--font-yugo);
  font-size: 13px;
  font-weight: 500;
}

.menu__shop-label {
  margin-top: 26px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color-white);
  color: var(--color-white);
  padding-left: 44px;
}

.menu__shop-en {
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
}

.menu__shop-jp {
  margin-top: 2px;
  font-size: 20px;
  font-weight: 700;
}

.menu-category {
  margin: 25px 0 26px;
  font-family: var(--font-yugo);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--color-white);
}

.menu-card + .menu-category {
  margin-top: 51px;
}

.menu-card {
  background: var(--color-white);
  border-radius: 8px;
  overflow: hidden;
}

.menu-card + .menu-card {
  margin-top: 51px;
}

.menu-card__img {
  width: 100%;
  aspect-ratio: 350 / 350;
  object-fit: cover;
}

.menu-card__text {
  padding: 13px 18px 39px;
}

.menu-card__name {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--color-teal);
  font-size: 18px;
  font-weight: 700;
}

.menu-card__body {
  margin-top: 18px;
  font-family: var(--font-yugo);
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.1rem;
}

.menu-card__price {
  margin-top: 12px;
  font-family: var(--font-yugo);
  font-size: 16px;
  font-weight: 500;
  text-align: right;
}

/* ================================
   旬果堂の魅力
   ================================ */

.miryoku {
  position: relative;
  margin-top: 91px;
  padding: 60px 22px 22px;
  background: var(--color-cream-light);
  overflow: hidden;
}

.miryoku__deco {
  position: absolute;
  pointer-events: none;
}

.miryoku__deco--1  { width: 94px; top: -24px; left: 333px; }
.miryoku__deco--2  { width: 64px; top: -5px;  left: -12px; }
.miryoku__deco--dot { width: 43px; top: -16px; left: 61px; }

.miryoku .section-head {
  position: relative;
  margin-bottom: 37px;
}

/* 動画プレースホルダー */
.miryoku__video {
  position: relative;
  width: 100%;
  aspect-ratio: 370 / 205;
  background: #7a7a7a;
}

.miryoku__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-white);
  border: 1px solid #707070;
}

.miryoku__play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border: 7px solid transparent;
  border-left: 11px solid var(--color-text);
  border-right: 0;
}

.miryoku__caption {
  margin-top: 25px;
  padding-left: 30px;
  font-family: var(--font-yugo);
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

/* ================================
   フォトバナー
   ================================ */

.banner {
  position: relative;
  overflow: hidden;
}

.banner__img {
  width: 100%;
  aspect-ratio: 414 / 247;
  object-fit: cover;
}

/* 写真の中央帯を暗くして英字を重ねる */
.banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 39px;
  width: 100%;
  height: 168px;
}

.banner__text {
  position: absolute;
  left: 39px;
  top: 69px;
  color: var(--color-white);
  font-family: var(--font-num);
  font-size: 13px;
  letter-spacing: .11em;
  line-height: 22px;
}

/* 下から白いアーチがせり上がる */
.banner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -47px;
  transform: translateX(-50%);
  width: 550px;
  height: 94px;
  border-radius: 50%;
  background: var(--color-white);
}

.banner__deco {
  position: absolute;
  pointer-events: none;
}

.banner__deco--1  { width: 94px; bottom: -30px; left: -27px; }
.banner__deco--2  { width: 55px; top: 5px; right: -14px; }
.banner__deco--dot { width: 42px; top: -37px; right: -21px; }

/* ================================
   店舗情報
   ================================ */

.shop {
  position: relative;
  padding: 80px 20px 50px;
  background: var(--color-white);
}

.shop .section-head {
  margin-bottom: 27px;
}

.shop__photo {
  width: 100%;
  aspect-ratio: 374 / 229;
  object-fit: cover;
}

/* カルーセルインジケーター(静的) */
.shop__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 23px;
}

.shop__dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #bfbfbf;
}

.shop__dots span.is-active {
  background: var(--color-teal);
}

.shop__info {
  margin-top: 20px;
  font-family: var(--font-yugo);
  font-weight: 500;
}

.shop__info dt {
  margin-top: 31px;
  font-size: 18px;
  line-height: 28px;
}

.shop__info dd {
  font-size: 16px;
  line-height: 28px;
}

.shop__info dd a {
  color: inherit;
}

.shop__map {
  margin-top: 27px;
}

.shop__map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 374 / 229;
  border: 0;
}

/* ================================
   フッター
   ================================ */

.footer {
  padding: 15px 20px 10px;
  background: var(--color-teal);
  color: var(--color-white);
}

.footer__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer__logo {
  width: 140px;
}

.footer__sns {
  display: flex;
  gap: 15px;
  margin-top: 47px;
}

.footer__note {
  margin-top: 46px;
  font-family: var(--font-yugo);
  font-size: 9px;
  text-align: center;
}

.footer__copy {
  margin-top: 4px;
  font-family: var(--font-yugo);
  font-size: 10px;
  text-align: center;
}

/* ================================
   ドロワーメニュー
   ================================ */

.drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: transparent;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
  width: 270px;
  max-width: 80%;
  height: 100dvh;
  background: var(--color-teal);
  transform: translateX(100%);
  visibility: hidden;
  transition: transform .35s ease, visibility .35s;
}

.drawer.is-open {
  transform: translateX(0);
  visibility: visible;
}

/* 閉じるボタン (ハンバーガーと同位置) */
.drawer__close {
  position: absolute;
  top: 24px;
  right: 25px;
  width: 24px;
  height: 22px;
}

.drawer__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 1.5px;
  background: var(--color-white);
}

.drawer__close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(42deg);
}

.drawer__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-42deg);
}

/* ナビ:1項目目 top 86px / 項目ピッチ 45px / 左 43px */
.drawer__nav {
  margin-top: 86px;
  padding-left: 43px;
}

.drawer__nav li {
  line-height: 1;
}

.drawer__nav li + li {
  margin-top: 29px;
}

.drawer__nav a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1;
  color: var(--color-white);
}

/* SNSアイコン */
.drawer__sns {
  display: flex;
  gap: 19px;
  margin-top: 66px;
  padding-left: 41px;
}

.drawer__sns li {
  line-height: 1;
}

.drawer__sns a {
  display: block;
  color: var(--color-white);
}

/* ================================
   ページトップへ戻る
   ================================ */

.totop {
  position: fixed;
  right: 21px;
  bottom: 21px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid var(--color-white);
  background: rgba(41, 150, 153, .57);
  color: var(--color-white);
}

@media (min-width: 768px) {
  .totop {
    right: calc(50% - 240px + 21px);
  }
}

.totop__label {
  font-family: var(--font-num);
  font-size: 8px;
  letter-spacing: .2em;
  text-indent: .2em;
  line-height: 1;
  margin-bottom: 3px;
}

.totop__arrow {
  width: 12px;
  height: 22px;
}

/* ================================
   タブレット:中央にSPレイアウトを表示
   ================================ */

@media (min-width: 768px) {
  body {
    background: #f2f2f2;
  }

  .header,
  main,
  .footer {
    max-width: 480px;
    margin-inline: auto;
  }

  main {
    background: #fff;
  }

  .header {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ================================
   PC:左メニュー+中央コンテンツ+右イメージ
   ================================ */

@media (min-width: 1024px) {
  :root {
    /* コンテンツ(480px)以外の残り幅を イメージ65% : メニュー35% で分配 */
    --side-img: calc((100vw - 480px) * .65);
    --side-menu: calc((100vw - 480px) * .35);
  }

  body {
    background: #fff;
  }

  /* コンテンツ列は左イメージの右隣に配置 */
  .header,
  main,
  .footer {
    margin-left: var(--side-img);
    margin-right: var(--side-menu);
  }

  .header {
    left: var(--side-img);
    transform: none;
    margin-inline: 0;
  }

  /* 中央カラムの境界をうっすら見せる */
  main,
  .footer {
    box-shadow: 0 0 24px rgba(0, 0, 0, .08);
  }

  /* TOPボタンもコンテンツ列内に合わせる */
  .totop {
    right: calc(var(--side-menu) + 21px);
  }

  /* ハンバーガーは非表示(右メニューがあるため) */
  .header__menu-btn {
    display: none;
  }

  /* 右固定メニュー(残り幅の35%) */
  .pc-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: var(--side-menu);
    z-index: 50;
  }

  .pc-menu__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 44px 40px 36px 56px;
  }

  .pc-menu__logo img {
    width: 160px;
    height: auto;
  }

  .pc-menu__nav {
    margin-top: 70px;
  }

  .pc-menu__nav li + li {
    margin-top: 26px;
  }

  .pc-menu__nav a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .12em;
    color: var(--color-text);
    transition: color .25s;
	margin-left: 15px;
  }

  .pc-menu__nav a span {
    margin-left: 8px;
    color: var(--color-teal);
    font-size: 13px;
  }

  .pc-menu__nav a:hover {
    color: var(--color-teal);
  }

  .pc-menu__foot {
    margin-top: auto;
  }

  .pc-menu__sns-label {
    font-family: var(--font-en);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    color: #9a9a9a;
  }

  .pc-menu__sns {
    display: flex;
    gap: 16px;
    margin-top: 10px;
  }

  .pc-menu__sns a {
    color: var(--color-teal);
    transition: opacity .25s;
  }

  .pc-menu__sns a:hover {
    opacity: .6;
  }

  .pc-menu__copy {
    margin-top: 22px;
    font-family: var(--font-en);
    font-size: 10px;
    letter-spacing: .08em;
    color: #9a9a9a;
  }

  /* 左固定イメージ(残り幅の65%) */
  .pc-image {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: var(--side-img);
    background: url("../img/back.png") no-repeat center / cover;
    z-index: 50;
  }
}

/* 左メニューが狭い幅では余白を詰める */
@media (min-width: 1024px) and (max-width: 1180px) {
  .pc-menu__inner {
    padding: 36px 24px 30px 30px;
  }

  .pc-menu__logo img {
    width: 140px;
  }
}

/* ================================
   最新情報(ブログ)
   ================================ */

.news {
  padding: 57px 20px 60px;
  background: var(--color-white);
}

.news .section-head {
  margin-bottom: 36px;
}

.news-item {
  border-bottom: 1px solid #e5e5e5;
}

.news-item:first-child {
  border-top: 1px solid #e5e5e5;
}

.news-item a {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px 4px;
  transition: opacity .25s;
}

.news-item a:hover {
  opacity: .7;
}

.news-item__thumb {
  flex-shrink: 0;
  width: 92px;
  height: 92px;
  border-radius: 8px;
  object-fit: cover;
}

.news-item__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-item__meta time {
  font-family: var(--font-num);
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--color-gold);
}

.news-item__cat {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 20px;
  background: var(--color-teal);
  color: var(--color-white);
  font-size: 10px;
  letter-spacing: .05em;
}

.news-item__title {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news__more {
  margin-top: 28px;
  text-align: center;
}

.news__more a {
  display: inline-block;
  min-width: 200px;
  padding: 13px 30px;
  border: 1px solid var(--color-teal);
  border-radius: 30px;
  color: var(--color-teal);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1em;
  transition: background .25s, color .25s;
}

.news__more a:hover {
  background: var(--color-teal);
  color: var(--color-white);
}

/* 黒アイコンをティール背景用に白く反転 */
.sns-icon--white {
  filter: brightness(0) invert(1);
}

/* ================================
   WordPress:下層ページ共通
   ================================ */

.page-body {
  margin-top: var(--header-h);
  padding: 50px 20px 70px;
  background: var(--color-white);
  min-height: calc(100svh - var(--header-h));
}

.news--archive {
  padding: 0;
}

.news__pagination {
  margin-top: 30px;
  text-align: center;
}

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

.news__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border: 1px solid var(--color-teal);
  border-radius: 50%;
  color: var(--color-teal);
  font-size: 14px;
}

.news__pagination .page-numbers.current {
  background: var(--color-teal);
  color: var(--color-white);
}

.news__empty {
  text-align: center;
  font-size: 14px;
  color: #888;
}

/* 記事詳細 */
.post__header {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-teal);
}

.post__title {
  margin-top: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}

.post__thumb {
  margin-top: 24px;
}

.post__thumb img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.post__content {
  margin-top: 24px;
  font-family: var(--font-yugo);
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

.post__content > * + * {
  margin-top: 1.2em;
}

.post__content h2 {
  padding-left: 12px;
  border-left: 3px solid var(--color-teal);
  font-size: 18px;
  line-height: 1.6;
}

.post__content h3 {
  font-size: 16px;
  color: var(--color-teal);
}

.post__content a {
  color: var(--color-teal);
  text-decoration: underline;
}

.post__content img {
  border-radius: 8px;
}

.post__content ul,
.post__content ol {
  padding-left: 1.5em;
}

.post__content ul {
  list-style: disc;
}

.post__content blockquote {
  padding: 12px 16px;
  border-left: 3px solid #ddd;
  background: #f7f7f7;
  color: #666;
}

/* 前後記事ナビ */
.post__nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 40px;
  font-size: 13px;
}

.post__nav a {
  color: var(--color-teal);
}

.post__nav-next {
  margin-left: auto;
}

.post__nav + .news__more {
  margin-top: 36px;
}

.shop__photo-wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}