:root {
  --base-black: #4f4f4f;
  --base-gray: #eef0f3;
  --base-lightGray: #fdfdfd;
  --base-grayBlue: #97a5b5;
  --base-white: #ffffff;
  --base-lightBlue: #81d8d0;
  --base-red: #f53662;
  --base-lightPink: #f53561;
  --base-peach: #ec73b2;
  --base-brown: #8c4239;
  --base-darkGray: #97a5b5;
  --base-darkBlueGray: #98a6b5;
  --base-inputGray: #cdd6dd;
  --text-black1: #4f4f4f;
  --text-white: #ffffff;
  --text-lightBlue: #81d8d0;
  --text-red: #f53662;
  --text-peach: #ec73b2;
  --text-brown: #8c4239;
  --text-lightPink: #f53561;
  --base-bgBeige: #faf8f5;
  --base-bgLinearTop: #fafcfb;
  --base-darkText: #333;
  --base-mediumText: #555;
  --base-borderGray: #ccc;
  --base-lightBg: #f5f5f5;
  --base-darkGreen: #003032;
  --base-greenAccent: #5eada5;
  --base-purple: #6c5ce7;
  --base-darkPurple: #5b4bc4;
  --base-navy: #1a1a2e;
  --base-borderLight: #e0e0e0;
  --base-borderLightGray: #eee;
  --base-successGreen: #4cc764;
  --intro-border: #e5e7eb;
  --intro-darkGreen: #4e6269;
  --intro-cyan: #5fced8;
  --intro-borderSage: #a6bdc2;
  --intro-lightBg: #f3f4f6;
  --intro-darkText: #314348;
  --intro-yellow: #ffff00;
  --intro-midGreen: #4d6369;
  --base-mintBorder: #e6eeee;
  --base-lightGrayBorder: #eaeaea;
  --base-nearWhiteBg: #f9fbfb;
  --base-paleTealBg: #eaf4f6;
  --base-tealBg: #eaeff0;
  --base-lightMintBorder: #c8ebe9;
  --base-mintBg: #e8f8f7;
  --base-paleMintBg: #e8f5f5;
  --base-borderCard: #e8ecf0;
  --base-lightBorder: #ddd;
  --base-cardBorder: #dbdbdb;
  --base-midGray: #aaa;
  --base-mutedText: #999;
  --base-darkCharcoal: #444;
  --base-midCharcoal: #666;
  --base-slateGray: #6b7280;
  --base-coolGray: #9ca3af;
  --base-paleGray: #f0f0f0;
  --base-hoverGray: #f0f1f3;
  --base-teal: #3bb8b8;
  --base-softTeal: #7ecfcf;
  --base-mediumTeal: #5cc4bb;
  --base-mediumTealDark: #4ab3aa;
  --base-lightTeal: #a8e8e2;
  --base-lightTealScrollTrack: #e8f7f6;
  --base-darkTeal: #1a6b6b;
  --base-lightCyan: #e6faf8;
  --base-googleBlue: #6186ec;
  --base-googleRed: #cd523f;
  --base-googleYellow: #eabe43;
  --base-googleGreen: #63a45d;
  --base-googleStar: #fbbc04;
  --base-googleBadge: #1a73e8;
  --base-googleBadgeHover: #1557b0;
  --base-alertRed: #ff4d5a;
  --base-pink: #e8527a;
  --base-nearBlack: #1a1a1a;
  --base-pureBlack: #000000;
  --fs-3xs: 0.6875rem;
  --fs-xs: 0.75rem;
  --fs-2xs: 0.8125rem;
  --fs-sm: 0.875rem;
  --fs-sm2: 0.9375rem;
  --fs-base: 1rem;
  --fs-md: 1.125rem;
  --fs-lg: 1.25rem;
  --fs-lg2: 1.375rem;
  --fs-xl: 1.5rem;
  --fs-xl2: 1.75rem;
  --fs-2xl: 1.875rem;
  --fs-2xl2: 2rem;
  --fs-3xl: 2.25rem;
  --fs-4xl: 2.5rem;
  --fs-4xl2: 2.625rem;
  --fs-5xl: 3rem;
  --fs-6xl: 3.75rem;
  --fs-7xl: 4rem;
  --fs-8xl: 4.5rem;
  --fs-9xl: 5rem;
  --fs-display: 6.25rem;
  --font-outfit: Outfit;
  --font-zen: Zen Kaku Gothic New;
}

html {
  scroll-behavior: smooth;
}

.p-storelist__nav {
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  position: relative;
}
@media (min-width: 1025px) {
  .p-storelist__nav {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    margin-bottom: 50px;
  }
}
.p-storelist__nav::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  border-bottom: 1px solid var(--base-gray);
}
@media (max-width: 1024px) {
  .p-storelist__nav {
    gap: 0.875rem;
    padding-top: 1.5rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-storelist__nav {
    margin-bottom: 2rem;
  }
}

.p-storelist__location-icon {
  width: 5.625rem;
  height: 5.625rem;
  background-color: var(--base-lightBlue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .p-storelist__location-icon {
    width: 3.5rem;
    height: 3.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-storelist__filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-storelist__filter-row {
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-storelist__filter-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 1rem;
  border-radius: 62.4375rem;
  border: 0.09375rem solid var(--base-grayBlue);
  background: white;
  color: var(--base-grayBlue);
  font-size: var(--fs-base);
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: background 0.15s, color 0.15s;
  transition: background 0.15s, color 0.15s;
}
.p-storelist__filter-btn:hover {
  background: var(--base-hoverGray);
}
.p-storelist__filter-btn--active, .p-storelist__filter-btn.is-active, .p-storelist__filter-btn.active {
  background: var(--base-darkBlueGray);
  background-color: var(--base-darkBlueGray);
  color: var(--text-white);
  border-color: var(--base-darkBlueGray);
}
@media screen and (max-width: 767px) {
  .p-storelist__filter-btn {
    gap: 10px;
    min-width: 100px;
    padding: 10px 7px;
    border-width: 1px;
    font-size: var(--fs-sm);
    line-height: normal;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-storelist__filter-btn--active, .p-storelist__filter-btn.is-active, .p-storelist__filter-btn.active {
    background: var(--base-darkBlueGray) !important;
    background-color: var(--base-darkBlueGray) !important;
    color: var(--text-white) !important;
    border: 1px solid var(--base-darkBlueGray) !important;
  }
}

.p-storelist__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  z-index: 2;
}
@media (max-width: 1024px) {
  .p-storelist__grid {
    grid-template-columns: 1fr;
  }
}

.p-storelist__card {
  background: white;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
}
@media (max-width: 1024px) {
  .p-storelist__card {
    padding: 1.25rem;
    gap: 1rem;
  }
}

.p-storelist__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.p-storelist__card-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 0.875rem;
  border-bottom: 0.0625rem solid var(--base-paleMintBg);
}

.p-storelist__prefecture-tag {
  background: var(--base-softTeal);
  color: white;
  font-size: var(--fs-sm);
  padding: 0.25rem 1rem;
  white-space: nowrap;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-storelist__store-name {
  font-size: var(--fs-base);
  color: var(--base-darkText);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
}

.p-storelist__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

.p-storelist__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: var(--text-black1);
  font-weight: 500;
  font-size: var(--fs-base);
}

.p-storelist__address-text {
  font-size: var(--fs-base);
  color: var(--base-darkCharcoal);
}

.p-storelist__map-link {
  color: var(--base-mediumText);
  font-size: var(--fs-base);
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-storelist__map-link:hover {
  color: var(--base-lightBlue);
}

.p-storelist__sns-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-storelist__sns-link:hover {
  opacity: 0.6;
}

.p-storelist__card-link {
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-storelist__card-link:hover {
  opacity: 0.8;
}

.p-storelist__phone-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.p-storelist__phone-number {
  font-size: var(--fs-base);
  color: var(--base-darkCharcoal);
}

.p-storelist__facilities-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-storelist__facilities-label {
  font-size: var(--fs-base);
  color: var(--text-lightBlue);
  font-weight: 700;
  white-space: nowrap;
  margin-right: 0.25rem;
}

.p-storelist__facility-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
}

.p-storelist__facility-tile {
  width: 2.5rem;
  height: 2.5rem;
  background: var(--base-grayBlue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-storelist__speak--01 {
  bottom: 0;
  left: -1rem;
}
.p-storelist__speak--01 .c-speak-person__bubble {
  top: -3rem;
  right: 10rem;
}
@media (max-width: 1024px) {
  .p-storelist__speak--01 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-storelist__speak--01 {
    display: block;
    bottom: -1.5rem;
    left: 4.5rem;
  }
  .p-storelist__speak--01 .c-speak-person__person {
    height: 15rem;
  }
  .p-storelist__speak--01 .c-speak-person__bubble {
    right: 6rem;
    top: -1rem;
    width: 5rem;
    height: auto;
  }
}

.p-storelist__speak--02 {
  bottom: 0;
  right: -1rem;
}
.p-storelist__speak--02 .c-speak-person__bubble {
  top: -4rem;
  right: -7rem;
}
@media (max-width: 1024px) {
  .p-storelist__speak--02 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-storelist__speak--02 {
    display: block;
    bottom: -1.5rem;
    right: 4.5rem;
  }
  .p-storelist__speak--02 .c-speak-person__person {
    height: 15rem;
  }
  .p-storelist__speak--02 .c-speak-person__bubble {
    right: -4rem;
    top: -1rem;
    width: 5rem;
    height: auto;
  }
}

.p-storelist__ribbon--01 {
  position: absolute;
  bottom: -2rem;
  right: -10rem;
  z-index: 0;
}
@media (max-width: 1024px) {
  .p-storelist__ribbon--01 {
    display: none;
  }
}

.p-storelist__ribbon--02 {
  position: absolute;
  bottom: 3rem;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .p-storelist__ribbon--02 {
    display: none;
  }
}

.p-storelist__content-top {
  padding-top: 5rem;
}
@media (min-width: 1025px) {
  .p-storelist__content-top {
    padding-top: 2.25rem;
  }
}

.p-storelist__section-header-row {
  gap: 30px;
}

.p-storelist__section-header-heading {
  font-size: var(--fs-xl);
  font-weight: 700;
}

@media (max-width: 1024px) {
  .p-storelist__region .u-max-width {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-storelist__announcement .c-announcement {
    padding-bottom: 15rem;
  }
}/*# sourceMappingURL=storelist.css.map */
