@charset "UTF-8";
* {
  box-sizing: border-box;
}

.store-filter-wrap {
  font-family: sans-serif;
  color: #333;
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 16px 48px;
}

/* --- フィルターエリア --- */
.store-filter-row {
  display: flex;
  flex-wrap: wrap;
}

.store-filter-btn {
  background: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

/* --- 店舗グリッド --- */
.store-grid {
  display: grid;
}

/* --- 店舗カード --- */
.store-card.is-hidden {
  display: none;
}

/* 0件メッセージ */
.store-no-result {
  display: none;
  font-size: 13px;
  color: #aaa;
  padding: 40px 0;
  text-align: center;
  grid-column: 1/-1;
}

/* ===== 260525_改修 ===== */
/* ----- 他ページと共通 ----- */
.breadcrumb {
  padding-top: 40px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .breadcrumb {
    padding: 12px 5%;
  }
}
/* ----- リセット ----- */
.store-filter-wrap {
  padding: 0;
}

/* ----- 改修 ----- */
.shop-info-wrapper {
  line-height: 1.6;
}
.shop-info-wrapper > * {
  max-inline-size: 1000px;
  inline-size: 100%;
  margin-inline: auto;
}

.shop-info-title {
  margin-block-start: min(30px, 8vmin);
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}

.shop-info-button {
  display: inline-flex;
  inline-size: 100%;
  min-block-size: min(48px, 12.8vmin);
  padding: min(3px, 0.8vmin);
  background: #662F46;
  color: #fff;
  font-weight: 700;
}
.shop-info-button span {
  display: flex;
  align-items: center;
  justify-content: center;
  inline-size: 100%;
  padding: min(8px, 2.1333333333vmin);
  border: 1px solid #fff;
}

/* -- store-filter-wrap -- */
.store-filter-wrap {
  padding-block-start: min(4px, 1.0666666667vmin);
  border-block-start: 1px solid rgba(183, 163, 128, 0.5);
}

.store-filter-inner {
  border-block-start: 1px solid rgba(183, 163, 128, 0.5);
}

.store-filter-label {
  margin-block-end: min(30px, 8vmin);
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}

.store-filter-row {
  justify-content: center;
}

.store-filter-btn {
  display: flex;
  gap: min(8px, 2.1333333333vmin);
  padding: min(4px, 1.0666666667vmin) min(14px, 3.7333333333vmin) min(4px, 1.0666666667vmin) min(4px, 1.0666666667vmin);
  color: #7D6728;
  font-weight: 500;
  border-color: #B7A380;
  border-radius: 999px;
}
.store-filter-btn::before {
  content: "";
  flex-shrink: 0;
  aspect-ratio: 1;
  inline-size: min(20px, 5.3333333333vmin);
  background-color: rgba(125, 103, 40, 0.1);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.store-filter-btn.is-active {
  background: #7D6728;
  color: #fff;
  border-color: #7D6728;
}
.store-filter-btn.is-active::before {
  background-image: url(https://gigaplus.makeshop.jp/laduree01/img/shop-list/icon_check.svg);
}

.store-card {
  display: grid;
  background: #F5F4EB;
}

.store-card__text {
  text-align: start;
}

.store-type-badge-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.store-type-badge {
  display: inline-flex;
  align-items: center;
  gap: min(8px, 2.1333333333vmin);
  padding: min(4px, 1.0666666667vmin) min(16px, 4.2666666667vmin);
  background: #fff;
  font-weight: 500;
  border-radius: 999px;
}
.store-type-badge::before {
  content: "";
  flex-shrink: 0;
  aspect-ratio: 1;
  inline-size: min(18px, 4.8vmin);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.store-type-badge.badge-salon::before {
  background-image: url(https://gigaplus.makeshop.jp/laduree01/img/shop-list/icon_salon.svg);
}
.store-type-badge.badge-boutique::before {
  background-image: url(https://gigaplus.makeshop.jp/laduree01/img/shop-list/icon_boutique.svg);
}
.store-type-badge.badge-cafe::before {
  background-image: url(https://gigaplus.makeshop.jp/laduree01/img/shop-list/icon_cafe.svg);
}

.store-name {
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}

.store-info__wrap {
  display: grid;
}
.store-info__wrap > * {
  min-inline-size: 0;
}

.shop-map {
  display: inline-block;
  padding-inline: min(6px, 1.6vmin);
  padding-block-end: min(2px, 0.5333333333vmin);
  color: #7D6728;
  font-weight: 700;
  border-block-end: 1px solid #7D6728;
}

@media screen and (width < 769px) {
  .shop-info-wrapper {
    padding-inline: 5%;
  }
  .shop-info-wrapper .breadcrumb {
    padding-inline: 0;
  }
  .shop-info-title {
    font-size: 1.706em;
  }
  .shop-info-button {
    margin-block-start: min(30px, 8vmin);
    font-size: 1.09em;
  }
  /* -- store-filter-wrap -- */
  .store-filter-wrap {
    margin-block-start: min(30px, 8vmin);
  }
  .store-filter-inner {
    padding-block-start: min(24px, 6.4vmin);
  }
  .store-filter-section + .store-filter-section {
    margin-block-start: min(30px, 8vmin);
  }
  .store-filter-label {
    margin-block-end: min(16px, 4.2666666667vmin);
    font-size: 1.241em;
  }
  .store-filter-row {
    gap: min(8px, 2.1333333333vmin);
  }
  .store-filter-btn {
    font-size: 0.93em;
  }
  .store-grid {
    gap: min(16px, 4.2666666667vmin);
    margin-block-start: min(30px, 8vmin);
  }
  .store-card {
    gap: min(24px, 6.4vmin);
    padding: min(24px, 6.4vmin);
  }
  .store-card__text > * + * {
    margin-block-start: min(16px, 4.2666666667vmin);
  }
  .store-type-badge-list {
    gap: min(8px, 2.1333333333vmin);
    margin-block-end: min(20px, 5.3333333333vmin);
  }
  .store-type-badge {
    min-block-size: 28px;
    font-size: 0.93em;
  }
  .store-name {
    font-size: 1.396em;
  }
  .store-info {
    font-size: 1em;
  }
  .store-info__wrap {
    grid-template-columns: 5.34em 1fr;
    gap: min(24px, 6.4vmin);
  }
  .store-info__wrap + .store-info__wrap {
    margin-block-start: min(16px, 4.2666666667vmin);
  }
  .shop-map {
    font-size: 1em;
  }
}
@media screen and (769px <= width) {
  .shop-info-title {
    font-size: 30px;
  }
  .shop-info-button {
    max-inline-size: 343px;
    margin-block-start: 48px;
    font-size: 0.875em;
  }
  /* -- store-filter-wrap -- */
  .store-filter-wrap {
    margin-block-start: 48px;
  }
  .store-filter-inner {
    padding-block-start: 48px;
  }
  .store-filter-section + .store-filter-section {
    margin-block-start: 48px;
  }
  .store-filter-label {
    margin-block-end: 24px;
    font-size: 1.125em;
  }
  .store-filter-row {
    gap: 16px;
  }
  .store-filter-btn {
    padding-inline-start: min(7px, 1.8666666667vmin);
    font-size: 0.875em;
  }
  .store-grid {
    gap: 30px;
    margin-block-start: 56px;
  }
  .store-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 40px;
  }
  .store-card__text > * + * {
    margin-block-start: 20px;
  }
  .store-type-badge-list {
    gap: 16px;
  }
  .store-type-badge {
    min-block-size: 32px;
    font-size: 0.875em;
  }
  .store-name {
    font-size: 1.125em;
  }
  .store-info {
    font-size: 0.875em;
  }
  .store-info__wrap {
    grid-template-columns: 5em 1fr;
    gap: 24px;
  }
  .store-info__wrap + .store-info__wrap {
    margin-block-start: 16px;
  }
  .shop-map {
    font-size: 0.8125em;
  }
}/*# sourceMappingURL=shoplist.css.map */