@charset "UTF-8";
.bl-store__list, .bl-store__type, .bl-store__data {
  margin-block: calc((1em - 1lh) / 2 + var(--margin-top, 0px)) calc((1em - 1lh) / 2 + var(--margin-bottom, 0px));
}

.bl-store {
  margin-inline: auto;
}
@media print, screen and (min-width: 768.1px) {
  .bl-store {
    width: 1080px;
    max-width: calc(100% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .bl-store {
    width: 83.4666666667vw;
  }
}

.bl-store__title {
  margin-block: calc(97 * var(--pxvw-coefficient)) calc(17 * var(--pxvw-coefficient));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.bl-store__title-name {
  font-weight: 500;
  font-size: calc(37 * var(--pxvw-coefficient));
  line-height: 1;
  letter-spacing: 0;
}
.bl-store__title-prefecture {
  background: var(--area-color, #464646);
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: grid;
  place-items: center;
}
.bl-store__image {
  margin: 0;
}
.bl-store__image img {
  display: block;
  width: 100%;
}
.bl-store__google-maps {
  display: block;
  text-align: center;
  text-decoration: underline;
}
.bl-store__google-maps[href=""] {
  display: none;
}
.bl-store__list {
  letter-spacing: 0.05em;
}
.bl-store__type, .bl-store__data {
  margin-inline: 0;
  line-height: 1.55;
}
.bl-store__data a {
  text-decoration: underline;
}
.bl-store__data img {
  padding-inline: 16px;
  vertical-align: middle;
}
.bl-store__data img:first-child {
  padding-left: 0;
}
.bl-store__data .small {
  letter-spacing: 0.04em;
}
.bl-store__data:has(.icon) {
  display: flex;
  align-items: center;
}
.bl-store .mod_empty {
  display: none;
}
@media print, screen and (min-width: 768.1px) {
  .bl-store {
    width: 675px;
  }
  .bl-store__title-prefecture {
    font-size: 17px;
    min-width: 116px;
    height: 40px;
  }
  .bl-store__google-maps {
    margin-top: 16px;
    font-size: 14px;
  }
  .bl-store__list {
    margin-top: 82px;
    font-size: 17px;
    display: flex;
    flex-wrap: wrap;
  }
  .bl-store__type, .bl-store__data {
    --margin-top: 2em;
    --margin-block: 2em;
  }
  .bl-store__type {
    width: 200px;
  }
  .bl-store__data {
    width: calc(100% - 200px);
  }
  .bl-store__data .small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .bl-store {
    width: 81.0666666667vw;
  }
  .bl-store__title {
    gap: 3.0666666667vw;
  }
  .bl-store__title-prefecture {
    font-size: 2.9333333333vw;
    min-width: 15.4666666667vw;
    height: 5.3333333333vw;
  }
  .bl-store__google-maps {
    margin-top: 6.9333333333vw;
    font-size: 2.9333333333vw;
  }
  .bl-store__list {
    margin: 6.6666666667vw auto 0;
    width: 63.3333333333vw;
    font-size: 2.9333333333vw;
  }
  .bl-store__type {
    --margin-top: 6vw;
  }
  .bl-store__type::before {
    content: "◯";
  }
  .bl-store__data {
    --margin-top: 1.6vw;
  }
  .bl-store__data:has(.icon) {
    gap: 4vw;
  }
  .bl-store__data .small {
    font-size: 2.9333333333vw;
    line-height: 1.2;
  }
}
/*# sourceMappingURL=single-store.css.map */