@charset "utf-8";
/* 2026 秋LP「世界の麺大集合」 — reset.css の後に読み込むこと */

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

  :root {
    --header-bg: #fff;
    --header-txt: #282828;
    --header-accent: #B14E12; /* CTA・ボタン */
    --footer-bg: #f4ebce; /* フッター背景 */
    --footer-thead: #B14E12;
    --footer-tbody: #D38E4C;
    --footer-link: #6B0F2B;
    --accent-primary: #A32619; /* 基準アクセント */
  }

  body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    background: #fff;
    line-height: 1.8;
    font-size: 14px;
    padding-top: 76px; /* 固定ヘッダー分 */
    overflow-x: hidden;
  }

  /* LAYOUT */
  .container { max-width: 1080px; margin: 0 auto; }
  .section { padding: 72px 40px; }
  .section--tight { padding: 56px 40px; }

  /* IMAGE PLACEHOLDER */
  .img-placeholder {
    background: #d5d5d5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 11px;
    text-align: center;
  }
  .img-placeholder.lg { background: #c8c8c8; }

  /* HEADER */
  .header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    height: 76px;
    background: var(--header-bg);
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  }
  .header-inner {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0 32px;
  }
  .header-logo {
    display: flex;
    align-items: center;
    flex: none;
    margin-right: auto;
    transition: opacity .2s;
  }
  .header-logo:hover { opacity: .7; }
  .header-logo img {
    height: 58px;
    width: auto;
    display: block;
  }
  .header-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    height: 46px;
    padding: 0 20px;
    white-space: nowrap;
    border-radius: 23px;
    background: var(--header-accent);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    flex: none;
    margin-right: 28px;
    transition: filter .2s, transform .2s;
  }
  .header-cta:hover { filter: brightness(.88); transform: scale(1.05); }
  .header-cta .icon { flex: none; width: 17px; height: 17px; fill: #fff; }
  .pagetop {
    position: fixed;
    right: 12px;
    bottom: 24px;
    z-index: 201;
  }
  .pagetop__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    background: var(--accent-primary);
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
  }

  /* FIRST VIEW（KV） */
  .fv {
    position: relative;
    aspect-ratio: 2800 / 1734;
    height: auto;
    overflow: hidden;
  }
  .fv .img-placeholder { position: absolute; inset: 0; font-size: 13px; }
  .fv-photo { width: 100%; height: 100%; object-fit: cover; display: block; }
  .fv-badge {
    position: absolute;
    right: 24px; bottom: 24px;
    z-index: 2;
    width: 280px; height: 280px;
    border-radius: 50%;
    background: var(--accent-primary);
    border: 6px solid #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }

  /* CMスペース */
  .cm-space { position: relative; padding: 70px 40px; overflow: hidden; }
  .cm-space .img-placeholder { height: 480px; }
  .cm-space .cm-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; z-index: 0; }
  .cm-space .cm-frame {
    position: relative;
    z-index: 1;
    max-width: 1080px;
    aspect-ratio: 2800 / 1734;
    height: auto;
    margin: 0 auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 13px;
    border-radius: 4px;
  }

  /* SECTION TITLE */
  .section-title { margin-bottom: 40px; }
  .section-title .en {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 400;
  }
  .section-title h1,
  .section-title h2 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 4px;
    color: var(--accent-primary);
  }
  .section-title .catch {
    display: inline-block;
    background: #fff;
    border: 1px solid currentColor;
    border-radius: 14px;
    padding: 3px 14px;
    font-size: 12px;
    font-weight: 700;
    color: var(--accent-primary);
    margin-bottom: 10px;
  }
  p.lead {
    margin-top: 12px;
    font-size: 16px;
    color: #555;
    line-height: 2;
  }
  .section-title--center { text-align: center; }

  /* 開催日／時間／場所 チップ */
  .dest { display: flex; flex-direction: column; gap: 6px; margin: 14px 0; }
  .dest-row { display: flex; align-items: flex-start; gap: 10px; font-size: 16px; }
  .dest-row .chip {
    flex: none;
    min-width: 64px;
    text-align: center;
    background: var(--accent-primary);
    color: #fff;
    border-radius: 3px;
    padding: 2px 8px;
    font-size: 16px;
  }
  .dest-row .val { color: #444; padding-top: 2px; }
  .note-text { font-size: 16px; color: #444; margin-top: 6px; }
  .dest-row--footer { font-size: 20px; }
  .chip--lg {
    min-width: 76px;
    padding: 6px 12px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.15em;
    border-radius: 4px;
  }

  .more-link {
    display: inline-block;
    align-self: flex-start;
    width: 100%;
    max-width: 340px;
    text-align: center;
    margin-top: 8px;
    padding: 13px 0;
    border-radius: 30px;
    background: var(--accent-primary);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: filter .2s, transform .2s;
  }
  .more-link:hover { filter: brightness(.88); transform: scale(1.04); }

  /* MENU GRID */
  .sec-menu { background: #FAE795; padding-top: 100px; padding-bottom: 40px; }
  .sec-menu .section-title { margin-bottom: 36px; }
  .sec-menu .section-title h1,
  .sec-menu .more-link { color: #B14E12; }
  .sec-menu .more-link { background: #B14E12; color: #fff; }
  .sec-menu .section-title h1 {
    font-size: 44px;
    /* 白縁: em 指定でレスポンシブ時も太さの比率を保つ */
    -webkit-text-stroke: 0.12em #fff;
    paint-order: stroke fill;
    text-shadow: 0 3px 10px rgba(0,0,0,.12);
  }
  .sec-menu .section-title .dest-row { margin-top: 14px; }
  .sec-menu .section-title .dest-row .chip { background: #B14E12; }

  .menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .menu-card { background: transparent; border: none; display: flex; flex-direction: column; }
  .menu-card .img-placeholder { height: 130px; }
  .menu-card .menu-photo {
    aspect-ratio: 4 / 3;
    width: 100%;
    background: transparent;
    object-fit: contain;
    display: block;
    padding: 8px;
    box-sizing: border-box;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,.12));
  }
  .menu-card .menu-photo--lg { transform: scale(1.1); }
  .menu-card__body { padding: 10px 8px 14px; display: flex; flex-direction: column; gap: 6px; }
  .menu-card__meta { display: flex; align-items: center; gap: 8px; }
  .flag-box { width: 26px; height: 18px; object-fit: cover; display: block; border: 1px solid #bbb; flex: none; }
  .menu-card__location {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #D38E4C;
    border-radius: 999px;
    padding: 2px 12px;
  }
  .menu-card__title { font-size: 18px; font-weight: 700; color: #333; }
  .menu-card__price { font-size: 18px; font-weight: 700; color: #B14E12; text-align: right; line-height: 1.4; margin: 0; padding-right: 6px; }
  .menu-card__desc { font-size: 14px; color: #666; line-height: 1.7; }

  /* RENEWAL BLOCK */
  .sec-yamagata { background: #C3D825; }
  .sec-yamagata .section-title h2, .sec-yamagata .catch { color: #5B7A24; }
  .sec-yamagata .dest-row .chip, .sec-yamagata .more-link { background: #5B7A24; }

  .sec-experience { background: #F5CA7C; }
  .sec-experience .section-title h2, .sec-experience .catch { color: #B14E12; }
  .sec-experience .dest-row .chip, .sec-experience .more-link { background: #B14E12; }

  .renewal-lead { margin-bottom: 32px; }
  .renewal-lead .img-placeholder.lg { width: 100%; height: 220px; }
  .renewal-lead .renewal-photo { width: 100%; height: 450px; object-fit: cover; display: block; border-radius: 8px; }
  .renewal-lead .renewal-photo--na { object-position: center 75%; }
  .event-logo { display: block; max-width: 100%; width: 100%; height: auto; margin: 0 auto 20px; }
  .event-logo--grandopen { max-width: 90%; }
  .event-logo--sm { max-width: 80%; }
  .section-title p.lead { text-align: center; }
  .section-title .lead--lg { font-size: 19px; }

  .sub-event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 8px; }
  .sub-event-card { background: #fff; padding: 18px; border: 1px solid rgba(0,0,0,0.08); }
  .sub-event-card .img-placeholder { height: 120px; margin-bottom: 12px; }
  .sub-event-card .sub-event-photo { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; display: block; margin-bottom: 12px; border-radius: 6px; }
  .sub-event-card h3 { font-size: 14px; font-weight: 700; margin-bottom: 6px; }
  .sub-event-card p { font-size: 12px; color: #666; }

  .activity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 24px; }
  .activity-card { text-align: center; }
  .activity-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; color: #B14E12; }
  .activity-card h3.activity-title {
    font-family: 'M PLUS Rounded 1c', 'Noto Sans JP', sans-serif;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0.02em;
    -webkit-text-stroke: 0.12em #fff;
    paint-order: stroke fill;
  }
  .activity-card h3.activity-title rt {
    font-family: 'M PLUS Rounded 1c', 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #B14E12;
    -webkit-text-stroke: 0.14em #fff;
    paint-order: stroke fill;
  }
  .speech-bubble {
    position: relative;
    display: inline-block;
    max-width: 90%;
    margin: 0 0 12px;
    padding: 8px 14px;
    background: #fff;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    color: #B14E12;
    box-shadow: 0 2px 10px rgba(0,0,0,.18);
  }
  .speech-bubble::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px 7px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
  }
  .activity-card .activity-photo {
    width: 100%; height: auto; aspect-ratio: 8 / 5; object-fit: cover;
    background: #fff; border: 2px solid #333; border-radius: 4px; margin-bottom: 10px;
  }
  .activity-price { font-size: 16px; font-weight: 700; color: #B14E12; margin-bottom: 10px; }
  .activity-desc { font-size: 13px; color: #444; line-height: 1.7; text-align: left; }
  .activity-card .note-text { font-size: 12px; text-align: left; margin-top: 4px; }

  .cta-wrap { text-align: center; margin-top: 16px; }

  /* 単発イベント（シルバーウィーク／オクトーバーフェスト／東北） */
  .sec-silverweek { background: #16305C; overflow: hidden; }
  .sec-silverweek .section-title h2 { color: #FFD966; }
  .sec-silverweek .section-title .catch { color: #FFD966; border-color: #FFD966; background: transparent; }
  .sec-silverweek p.lead { color: #cfd9ec; }
  .sec-silverweek .dest-row .val { color: #e4e9f3; }
  .sec-silverweek .dest-row .chip, .sec-silverweek .more-link { background: #FFD966; color: #16305C; font-weight: 700; }
  .sec-silverweek .event-photos-col { flex: 0 0 50%; }
  .sec-silverweek .event-logo--sm { max-width: 52.5%; margin: 0 auto; }
  /* margin だと .container と相殺しバッジまで動くため padding で下げる */
  .silverweek-title-wrap { padding-top: 40px; margin-bottom: 36px; position: relative; z-index: 2; }
  .silverweek-container { position: relative; }
  .silverweek-badge {
    position: absolute;
    top: -48px;
    right: -140px;
    width: 43.3%;
    height: auto;
    z-index: 1;
  }

  .sec-oktoberfest {
    background-color: #EAD3A0;
    background-image:
      linear-gradient(45deg, rgba(255,255,255,0.45) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.45) 75%, rgba(255,255,255,0.45)),
      linear-gradient(45deg, rgba(255,255,255,0.45) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.45) 75%, rgba(255,255,255,0.45));
    background-size: 44px 44px;
    background-position: 0 0, 22px 22px;
  }
  .sec-oktoberfest .section-title h2, .sec-oktoberfest .catch { color: #7A4E13; }
  .sec-oktoberfest .dest-row .chip, .sec-oktoberfest .more-link { background: #7A4E13; }
  .sec-oktoberfest .event-photos-col { flex: 0 0 50%; }

  .sec-tohoku { background: #F5DFDA; }
  .sec-tohoku .section-title h2, .sec-tohoku .catch { color: #A32619; }
  .sec-tohoku .dest-row .chip { background: #A32619; }
  .sec-tohoku .event-photos-col { flex: 0 0 50%; }

  .event-row { display: flex; gap: 40px; align-items: center; }
  .event-photos-col { flex: 0 0 42%; display: flex; flex-direction: column; gap: 16px; }
  .event-photos-col .img-placeholder { height: 150px; }
  .event-photos-col .event-photo { width: 100%; height: auto; display: block; border-radius: 8px; }
  .event-text-col { flex: 1; display: flex; flex-direction: column; justify-content: center; }
  .event-text-col p.lead { margin-top: 0; }

  /* カルーセル */
  .sec-carousel { background: #F3F1EA; }
  .carousel-wrap { position: relative; }
  .carousel-track {
    display: flex;
    gap: 13px;
    overflow-x: auto;
    padding-bottom: 20px;
    scroll-behavior: smooth;
    cursor: grab;
    user-select: none;
    scrollbar-width: thin;
    scrollbar-color: #b0aa9c transparent;
  }
  .carousel-track::-webkit-scrollbar { height: 6px; }
  .carousel-track::-webkit-scrollbar-track { background: transparent; }
  .carousel-track::-webkit-scrollbar-thumb { background: #b0aa9c; border-radius: 999px; }
  .carousel-track::-webkit-scrollbar-thumb:hover { background: #948d7d; }
  .carousel-track.is-dragging { cursor: grabbing; scroll-behavior: auto; }
  .carousel-card {
    flex: 0 0 330px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: none;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    text-decoration: none;
    color: inherit;
    transition: transform .2s, box-shadow .2s;
  }
  .carousel-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0,0,0,.16);
  }
  .carousel-card .img-placeholder { height: 220px; aspect-ratio: 3 / 2; }
  .carousel-card .carousel-photo { height: auto; aspect-ratio: 3 / 2; width: 100%; object-fit: cover; display: block; }
  .carousel-card .carousel-photo--contain { object-fit: contain; background: #fff; }
  .carousel-card__body { padding: 24px; flex-grow: 1; display: flex; flex-direction: column; }
  .carousel-card .cap { font-size: 24px; font-weight: 700; text-align: left; margin-bottom: 12px; line-height: 1.4; color: #333; }
  .carousel-card .desc { font-size: 16px; color: #666; text-align: left; line-height: 1.8; }
  .carousel-arrow {
    position: absolute;
    top: 45%;
    z-index: 2;
    transform: translateY(-50%);
    width: 50px; height: 50px;
    border-radius: 50%;
    background: var(--accent-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    transition: background-color .2s, transform .2s, box-shadow .2s;
  }
  .carousel-arrow:hover {
    background: #7e1c13;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(0,0,0,.3);
  }
  .carousel-arrow--prev { left: -25px; }
  .carousel-arrow--next { right: -25px; }
  .carousel-arrow::before {
    content: "";
    width: 0; height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  .carousel-arrow--prev::before { border-right: 8px solid #fff; margin-right: 2px; }
  .carousel-arrow--next::before { border-left: 8px solid #fff; margin-left: 2px; }

  .carousel-pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
  .carousel-pagination .dot {
    width: 12px; height: 12px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background-color .2s, transform .2s;
  }
  .carousel-pagination .dot:hover { background: #999; transform: scale(1.3); }
  .carousel-pagination .dot.is-active { background: #333; transform: scale(1.2); }
  .carousel-pagination .dot.is-active:hover { background: #111; transform: scale(1.4); }

  /* FOOTER */
  .footer { background: var(--footer-bg); padding: 56px 40px 0; }
  .info-heading { font-size: 36px; font-weight: 700; text-align: center; margin-bottom: 20px; color: #502901; }

  .price-inner { display: flex; flex-direction: column; align-items: stretch; gap: 40px; max-width: 708px; margin: 0 auto; padding-bottom: 40px; }
  .price-title {
    font-size: 36px; font-weight: 700; text-align: center; padding: 10px 0; margin-bottom: 14px;
    border-bottom: 2px solid #B14E12; color: #502901;
  }
  .info-table { width: 100%; border-collapse: separate; border-spacing: 3px; font-size: 18px; }
  .info-table.info-table--price { width: 100%; max-width: 708px; }
  .info-table.info-table--parking { width: 100%; max-width: 454px; margin: 0 auto; }
  .info-table th, .info-table td { text-align: center; padding: 6px 4px; }
  .info-table thead th { height: 40px; background: var(--footer-thead); color: #fff; font-weight: 400; }
  .info-table tbody th { height: 60px; background: var(--footer-tbody); color: #fff; font-weight: 400; }
  .info-table tbody td { height: 60px; background: #fff; }
  .info-link {
    display: block;
    width: fit-content;
    margin: 32px auto 0;
    padding: 14px 32px;
    border-radius: 20px;
    background: var(--footer-link);
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    transition: filter .2s, transform .2s;
  }
  .info-link:hover { filter: brightness(.88); transform: scale(1.04); }
  .access-links { display: flex; flex-direction: column; gap: 10px; align-items: center; }

  .footer-notice {
    text-align: center;
    max-width: 720px;
    margin: 40px auto 0;
    padding-top: 32px;
    border-top: 1px solid #e0c88a;
  }
  .footer-notice__heading { font-size: 16px; font-weight: 700; color: #7A1F3D; margin-bottom: 12px; }
  .footer-notice__list { list-style: none; font-size: 12px; color: #444; line-height: 1.9; }

  .footer-address {
    text-align: center;
    font-style: normal;
    font-size: 14px;
    color: #333;
    line-height: 2;
    margin-top: 28px;
  }
  .footer-copyright {
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-top: 20px;
    padding-bottom: 32px;
  }

  /* RESPONSIVE（SP: 768px） */
  @media (max-width: 767px) {
    body { font-size: 13px; padding-top: 60px; }

    .container { padding: 0 20px; }
    .section { padding: 48px 20px; }
    .section--tight { padding: 40px 20px; }

    /* KV（スマホ用画像は縦長比率） */
    .fv { aspect-ratio: 750 / 1206; }

    /* ヘッダー */
    .header { height: 60px; }
    .header-inner { padding: 0 16px; }
    .header-logo img { height: 36px; max-width: 140px; }
    .header-cta {
      height: 36px;
      padding: 0 12px;
      gap: 5px;
      font-size: 10px;
      margin-right: 0;
    }
    .header-cta .icon { width: 14px; height: 14px; }
    .pagetop { right: 10px; bottom: 16px; }
    .pagetop__link { width: 50px; height: 50px; font-size: 18px; }

    /* CMスペース（現在未使用） */
    .cm-space { padding: 32px 20px; }

    /* セクション見出し／共通パーツ */
    .section-title { margin-bottom: 28px; }
    .section-title h1,
    .section-title h2 { font-size: 21px; }
    p.lead { font-size: 14px; line-height: 1.8; }
    .dest-row { font-size: 14px; gap: 8px; }
    .dest-row .chip { font-size: 14px; min-width: 56px; }
    .chip--lg { font-size: 15px; min-width: 60px; padding: 5px 10px; }
    .dest-row--footer { font-size: 15px; }
    .note-text { font-size: 13px; }
    .more-link { max-width: 100%; font-size: 15px; padding: 12px 0; }

    /* 世界の麺大集合 */
    .sec-menu { padding-top: 48px; }
    .sec-menu .section-title h1 { font-size: 28px; }
    .menu-grid { grid-template-columns: 1fr; gap: 16px; }
    .menu-card__title { font-size: 17px; }
    .menu-card__price { font-size: 17px; }

    /* とうほく茶屋／体験エリア */
    .renewal-lead { margin-bottom: 20px; }
    .renewal-lead .renewal-photo { height: auto; aspect-ratio: 3 / 2; }
    .section-title .lead--lg { font-size: 16px; }
    .event-logo--grandopen { max-width: 100%; }
    .event-logo--sm { max-width: 95%; }
    .sub-event-grid { grid-template-columns: 1fr; gap: 16px; }
    .activity-grid { grid-template-columns: 1fr; gap: 20px; margin-bottom: 20px; }
    .activity-card h3.activity-title { font-size: 22px; }
    .activity-card h3.activity-title rt { font-size: 12px; }

    /* 単発イベント */
    .event-row { flex-direction: column; gap: 20px; }
    .sec-silverweek .event-photos-col,
    .sec-oktoberfest .event-photos-col,
    .sec-tohoku .event-photos-col,
    .event-photos-col { flex: none; width: 100%; }
    .event-text-col { width: 100%; }
    .sec-silverweek .event-logo--sm { max-width: 96%; margin: 0 auto; }
    .silverweek-container { display: flex; flex-direction: column; }
    .silverweek-title-wrap { order: 0; padding-top: 0; margin-bottom: 20px; }
    /* 幅131%のため margin:auto では中央にならない */
    .silverweek-badge { position: relative; top: auto; right: auto; order: 1; width: 823px; max-width: 131%; margin: 0 0 20px; left: 50%; transform: translateX(-50%); }
    .sec-silverweek .event-row { order: 2; }

    /* カルーセル */
    .carousel-card { flex: 0 0 76vw; }
    .carousel-card__body { padding: 16px; }
    .carousel-card .cap { font-size: 18px; margin-bottom: 8px; }
    .carousel-card .desc { font-size: 13px; }
    .carousel-arrow { display: none; }

    /* フッター */
    .footer { padding: 40px 20px 0; }
    .info-heading { font-size: 24px; }
    .price-inner { gap: 32px; }
    .price-title { font-size: 20px; }
    .info-table { font-size: 13px; }
    .info-link { font-size: 15px; padding: 12px 20px; }
  }
