@charset "UTF-8";
/* ============================================================
   kiratt-lp 店舗一覧セクション専用
   TOP (.kr-shop-map) + /shop/ (.chiho / .shop-list) 相当
   モバイルファースト：LP本体（style.css）と同じく、
   PCでも600pxカラムからはみ出さない1カラム構成で統一する。
   ※ LP本体 (style.css) との干渉を避けるため .kiratt-lp-shops 配下に限定
   ============================================================ */

.kiratt-lp-shops {
  --kr-text: #1a1a1a;
  --kr-blue-deep: #005fb9;
  --kr-cyan: #00cade;
  --kr-aqua: #0b9fb2;
  --kr-aqua-dark: #176d78;
  --kr-aqua-pale: #e8f9fa;
  --kr-water: #56dbe4;
  --kr-water-light: #f4feff;
  --kr-water-border: rgba(11, 159, 178, 0.28);
  --kr-shadow: 0 16px 36px rgba(0, 137, 157, 0.14);
  background: #fff;
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.kiratt-lp-shops *,
.kiratt-lp-shops *::before,
.kiratt-lp-shops *::after {
  box-sizing: border-box;
}

.kiratt-lp-shops a {
  color: inherit;
  text-decoration: none;
}

.kiratt-lp-shops img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.kiratt-lp-shops ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kiratt-lp-shops .en {
  font-family: "futura-pt", "Futura", "Century Gothic", sans-serif;
  font-weight: 400;
}

/* ---------- 共通レイアウト（TOP由来） ---------- */
.kiratt-lp-shops .kr-container {
  width: calc(100% - 24px);
  max-width: 576px;
  margin: 0 auto;
}

.kiratt-lp-shops .kr-section-heading {
  margin: 0 auto 30px;
  text-align: center;
}

.kiratt-lp-shops .kr-eyebrow {
  margin: 0 0 8px;
  color: #11a6b8;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.kiratt-lp-shops .kr-title {
  margin: 0;
  padding: 0;
  color: var(--kr-aqua-dark);
  background-color: transparent;
  font-family: inherit;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-shadow: 0 1px 0 #fff;
  text-align: center;
}

.kiratt-lp-shops .kr-title::before {
  display: none;
}

.kiratt-lp-shops .kr-section-action {
  margin-top: 32px;
  text-align: center;
}

.kiratt-lp-shops .kr-menu-scene__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-width: 0;
  width: min(100%, 280px);
  min-height: 56px;
  padding: 16px 24px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none !important;
  background: linear-gradient(90deg, #005fb9 0%, #00cade 100%);
  color: #fff !important;
}

.kiratt-lp-shops .kr-menu-scene__button::after {
  content: "";
  display: block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M5.75 9h6.5M9.75 5.75 13 9l-3.25 3.25' stroke='%23009ADB' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 18px 18px no-repeat;
}

.kiratt-lp-shops .kr-reveal {
  opacity: 0;
  transition: opacity 0.7s ease;
}

.kiratt-lp-shops .kr-reveal.is-visible {
  opacity: 1;
}

/* ---------- Shop map（TOP .kr-shop-map） ---------- */
.kiratt-lp-shops .kr-shop-map {
  padding: 52px 0 68px;
  background: linear-gradient(180deg, #fff 0%, #edfcfd 48%, #f8feff 100%);
  scroll-margin-top: 64px;
}

.kiratt-lp-shops .kr-shop-map .kr-title {
  font-size: 22px;
  text-align: center;
}

.kiratt-lp-shops .kr-map-japan {
  position: relative;
  width: min(100%, 360px);
  height: auto;
  aspect-ratio: 481 / 471;
  margin: 0 auto 48px;
}

.kiratt-lp-shops .kr-map-japan img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kiratt-lp-shops .kr-map-japan__btn {
  position: absolute;
}

.kiratt-lp-shops .kr-map-japan__btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 159, 178, 0.38);
  color: var(--kr-aqua-dark);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 5px 14px rgba(0, 137, 157, 0.14), inset 0 1px 0 #fff;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.kiratt-lp-shops .kr-map-japan__btn a:hover,
.kiratt-lp-shops .kr-map-japan__btn a:focus-visible {
  background: var(--kr-aqua);
  color: #fff;
  transform: translateY(-1px);
}

.kiratt-lp-shops .kr-map-japan__btn--1 { top: 21.4%; left: 52.1%; }
.kiratt-lp-shops .kr-map-japan__btn--2 { top: 57.8%; left: 69%; }
.kiratt-lp-shops .kr-map-japan__btn--3 { top: 47.7%; left: 26.6%; }
.kiratt-lp-shops .kr-map-japan__btn--4 { top: 67%; left: 55.3%; }
.kiratt-lp-shops .kr-map-japan__btn--5 { top: 58.9%; left: 25.3%; }
.kiratt-lp-shops .kr-map-japan__btn--6 { top: 65.3%; left: 3.6%; }
.kiratt-lp-shops .kr-map-japan__btn--7 { top: 78%; left: 2.7%; }

.kiratt-lp-shops .kr-nearest-store h3 {
  margin: 0 0 24px;
  text-align: center;
  background: linear-gradient(90deg, #087f96 0%, #20cbd7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}

.kiratt-lp-shops #kr-nearest-store-list {
  display: grid;
  grid-template-columns: minmax(0, 100%);
  justify-content: center;
  gap: 20px;
  color: var(--kr-aqua-dark);
  font-size: 14px;
  font-weight: 700;
}

.kiratt-lp-shops .kr-nearest-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 410px;
  padding: 12px 12px 16px;
  border: 1px solid var(--kr-water-border);
  border-radius: 28px 28px 28px 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(232, 249, 250, 0.88));
  box-shadow: var(--kr-shadow), inset 0 0 0 4px rgba(255, 255, 255, 0.7);
  overflow: hidden;
}

.kiratt-lp-shops .kr-nearest-card__media {
  position: relative;
  flex: 0 0 178px;
  width: 100%;
  height: 178px;
  border-radius: 21px 21px 21px 8px;
  overflow: hidden;
}

.kiratt-lp-shops .kr-nearest-card__slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.kiratt-lp-shops .kr-nearest-card__slide {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0s linear 0.8s;
}

.kiratt-lp-shops .kr-nearest-card__slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.kiratt-lp-shops .kr-nearest-card__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kiratt-lp-shops .kr-nearest-card__dots {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 0;
  z-index: 2;
}

.kiratt-lp-shops .kr-nearest-card__dot {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5rem;
  background: rgba(255, 255, 255, 1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.kiratt-lp-shops .kr-nearest-card__dot.is-active {
  width: 18px;
  background: #fff;
}

.kiratt-lp-shops .kr-nearest-card__prefecture {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(145deg, #4fd6df, #078fa4);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.kiratt-lp-shops .kr-nearest-card h4 {
  margin: 13px 4px 0;
  padding: 0;
  color: var(--kr-aqua-dark);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  border-left: 0;
}

.kiratt-lp-shops .kr-nearest-card__address,
.kiratt-lp-shops .kr-nearest-card__phone {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin: 9px 4px 0;
  color: #34545a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  word-break: keep-all;
}

.kiratt-lp-shops .kr-nearest-card__phone {
  align-items: center;
  margin-top: 3px;
}

.kiratt-lp-shops .kr-nearest-card__address strong {
  font-weight: 700;
}

.kiratt-lp-shops .kr-nearest-card__meta-icon {
  display: grid;
  place-items: center;
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
}

.kiratt-lp-shops .kr-nearest-card__meta-icon svg {
  display: block;
  width: 19px;
  height: 19px;
}

.kiratt-lp-shops .kr-nearest-card__actions {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: auto;
  padding: 16px 4px 0;
}

.kiratt-lp-shops .kr-nearest-card__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 8px;
  background: linear-gradient(90deg, #005fb9 0%, #00cade 100%);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
}

.kiratt-lp-shops .kr-nearest-card__actions a.is-line {
  background: #06b056;
  color: #fff !important;
}

.kiratt-lp-shops .kr-nearest-card__actions a.is-reserve {
  background: linear-gradient(180deg, #ff6c75 0%, #ffab7f 100%);
  color: #fff !important;
}

.kiratt-lp-shops .kr-nearest-card__detail {
  display: block;
  margin-top: 10px;
  color: var(--kr-aqua-dark);
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
}

/* ============================================================
   /shop/ 相当のエリア別一覧
   ============================================================ */
.kiratt-lp-shops__archive {
  padding: 54px 0 72px;
  background: linear-gradient(180deg, #f8feff 0%, #eafafb 46%, #fff 100%);
  border-top: 1px solid rgba(11, 159, 178, 0.16);
  scroll-margin-top: 72px;
}

.kiratt-lp-shops__archive-inner {
  width: calc(100% - 20px);
  max-width: 580px;
  margin: 0 auto;
}

.kiratt-lp-shops__archive-title {
  margin: 0 0 38px;
  text-align: center;
  font-family: inherit;
  font-size: 24px;
  font-weight: 700;
  color: var(--kr-aqua-dark);
  line-height: 1.4;
}

.kiratt-lp-shops__archive-title .en {
  display: block;
  margin-top: 8px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.24em;
  color: #11a6b8;
  text-transform: uppercase;
}

.kiratt-lp-shops .chiho {
  margin: 0 0 24px;
  padding: 24px 12px 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--kr-water-border);
  border-radius: 28px 28px 28px 12px;
  box-shadow: var(--kr-shadow), inset 0 0 0 4px rgba(255, 255, 255, 0.72);
  scroll-margin-top: 72px;
}

.kiratt-lp-shops .chiho > h2 {
  margin: 0 0 18px;
  padding: 0 4px 12px;
  border-bottom: 1px solid rgba(11, 159, 178, 0.22);
  font-size: 20px;
  font-weight: 700;
  color: var(--kr-aqua-dark);
}

.kiratt-lp-shops .chiho > h3 {
  margin: 28px 4px 12px;
  font-size: 16px;
  font-weight: 700;
  color: var(--kr-aqua-dark);
  scroll-margin-top: 76px;
}

.kiratt-lp-shops .prefs {
  display: inline-block;
  margin: 0 30px 8px 4px;
}

.kiratt-lp-shops .prefs a {
  color: var(--kr-aqua-dark);
  position: relative;
  font-size: 13px;
  font-weight: 600;
}

.kiratt-lp-shops .prefs a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: -17px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--kr-water);
  border-bottom: 2px solid var(--kr-water);
  transition: 0.3s;
}

.kiratt-lp-shops .prefs a:hover::before {
  right: -16px;
}

/* ---------- 店舗一覧アコーディオン（エリア別一覧） ---------- */
.kiratt-lp-shops .shop-acc {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kiratt-lp-shops .shop-acc__item {
  border: 1px solid rgba(12, 159, 175, 0.2);
  border-radius: 16px 16px 16px 7px;
  overflow: hidden;
  background: #fff;
}

.kiratt-lp-shops .shop-acc__question {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
  margin: 0;
  min-height: 66px;
  padding: 14px 38px 14px 16px;
  background: linear-gradient(105deg, rgba(230, 252, 253, 0.98), rgba(248, 254, 255, 0.98));
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}

.kiratt-lp-shops .shop-acc__question::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-top: -7px;
  border-right: 2px solid #129bb9;
  border-bottom: 2px solid #129bb9;
  transform: rotate(45deg);
  transition: transform 0.25s ease, margin-top 0.25s ease;
}

.kiratt-lp-shops .shop-acc__question[aria-expanded="true"]::after {
  margin-top: -3px;
  transform: rotate(-135deg);
}

.kiratt-lp-shops .shop-acc__name {
  font-size: 15px;
  font-weight: 700;
  color: var(--kr-aqua-dark);
}

.kiratt-lp-shops .shop-acc__addr-preview {
  font-size: 12px;
  color: #666;
}

.kiratt-lp-shops .shop-acc__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.kiratt-lp-shops .shop-acc__answer-inner {
  padding: 18px 16px 20px;
  border-top: 1px solid rgba(12, 159, 175, 0.14);
}

.kiratt-lp-shops .shop-acc__meta {
  margin: 0 0 14px;
}

.kiratt-lp-shops .shop-acc__meta-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.kiratt-lp-shops .shop-acc__meta-row:first-child {
  padding-top: 0;
}

.kiratt-lp-shops .shop-acc__meta-row:last-child {
  border-bottom: none;
}

.kiratt-lp-shops .shop-acc__meta-row dt {
  font-size: 12px;
  font-weight: 700;
  color: var(--kr-aqua);
}

.kiratt-lp-shops .shop-acc__meta-row dd {
  font-size: 14px;
  color: #333;
}

.kiratt-lp-shops .shop-acc__meta-row dd a {
  color: #129bb9;
  text-decoration: underline;
}

.kiratt-lp-shops .shop-acc__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kiratt-lp-shops .shop-acc__actions .btn {
  width: 100%;
  max-width: none;
  flex: none;
  min-height: 46px;
  padding: 12px 8px;
  border-radius: 8px;
  font-size: 14px;
  color: #fff !important;
}

.kiratt-lp-shops .shop-acc__detail-link {
  display: block;
  padding-top: 4px;
  color: var(--kr-aqua-dark);
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .kiratt-lp-shops .kr-container {
    width: calc(100% - 32px);
  }

  .kiratt-lp-shops .kr-shop-map {
    padding-top: 58px;
    padding-bottom: 76px;
    scroll-margin-top: 68px;
  }

  .kiratt-lp-shops .kr-shop-map .kr-title,
  .kiratt-lp-shops .kr-title {
    font-size: 26px;
  }

  .kiratt-lp-shops .kr-map-japan {
    width: min(100%, 390px);
    margin-bottom: 54px;
  }

  .kiratt-lp-shops .kr-map-japan__btn a {
    min-height: 32px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .kiratt-lp-shops #kr-nearest-store-list {
    grid-template-columns: minmax(0, 100%);
  }

  .kiratt-lp-shops .kr-nearest-store {
    width: calc(100% + 16px);
    margin-left: -8px;
  }

  .kiratt-lp-shops .kr-nearest-card {
    padding: 14px 14px 18px;
  }

  .kiratt-lp-shops .kr-nearest-card__media {
    flex-basis: 280px;
    height: 280px;
  }

  .kiratt-lp-shops__archive-inner {
    width: calc(100% - 32px);
  }

  .kiratt-lp-shops .chiho {
    padding: 28px 20px 24px;
  }

  .kiratt-lp-shops .shop-acc__question {
    padding-right: 44px;
    padding-left: 18px;
  }
}

.kiratt-lp-shops .shop-list--fallback .body {
  border-bottom: 1px solid #eee;
}

.kiratt-lp-shops .shop-list--fallback .body a {
  display: block;
  padding: 12px 12px 12px 28px;
  color: #129bb9;
  font-weight: 600;
}
