@charset "UTF-8";
.store-info a {
  color: inherit;
  text-decoration: none;
}
.store-info img {
  max-width: 100%;
  display: block;
  border: none;
}
.store-info li {
  list-style: none;
}

.store-info .store-info__inner {
  margin-top: 16px;
}
@media screen and (min-width: 1025px) {
  .store-info .store-info__inner {
    margin-top: 24px;
  }
}
.store-info .store-info__inner .store-info_container {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.store-info .store-info__inner .store-info_container .store-title {
  font-family: "Times New Roman", Times, "FP-ヒラギノ明朝 StdN W2", "FP-ヒラギノ明朝 ProN W3", "ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.store-info .store-info__inner .store-info_container .store-title .store-name {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .store-info .store-info__inner .store-info_container .store-title .store-name {
    font-size: 20px;
  }
}
.store-info .store-info__inner .store-info_container .store-title .store-name .sml-txt {
  font-size: 10px;
}
.store-info .store-info__inner .store-info_container .store-detail {
  margin-top: 16px;
}
.store-info .store-info__inner .store-info_container .store-detail li {
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .store-info .store-info__inner .store-info_container .store-detail li {
    font-size: 15px;
  }
}
.store-info .store-info__inner .store-info_container .store-detail li:not(:last-child)::before {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  top: 4px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .store-info .store-info__inner .store-info_container .store-detail li:not(:last-child)::before {
    margin-right: 8px;
    width: 17px;
    height: 17px;
  }
}
.store-info .store-info__inner .store-info_container .store-detail li:not(:first-child) {
  margin-top: 8px;
}
.store-info .store-info__inner .store-info_container .store-detail li:last-of-type {
  margin-top: 16px;
}
.store-info .store-info__inner .store-info_container .store-detail .address::before {
  background-image: url(../img/common/store_icon_address.png);
}
.store-info .store-info__inner .store-info_container .store-detail .hour::before {
  background-image: url(../img/common/store_icon_hour.png);
}
.store-info .store-info__inner .store-info_container .store-detail .tel::before {
  background-image: url(../img/common/store_icon_tel.png);
}
.store-info .store-info__inner .store-info_container .store-detail .line-friend {
  width: 128px;
}
@media screen and (min-width: 1025px) {
  .store-info .store-info__inner .store-info_container .store-detail .line-friend {
    width: 133px;
  }
}
.store-info .store-info__inner .store-info_container .store-detail .line-friend a {
  width: 100%;
  display: block;
}/*# sourceMappingURL=P-store_exclusive_20240408.css.map */