.shop__pref {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 898px) {
  .shop__pref {
    grid-template-columns: 1fr;
  }
}
.shop__pref-name {
  margin: 24px 0 4px;
  font-size: 18px !important;
}
.shop__pref .shop__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #e60012;
  border-radius: 4px;
  background-color: #FFF;
  text-align: center;
  font-size: clamp(14px, 3vw, 16px);
}
.shop__pref .shop__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  color: #e60012;
  margin: 0;
  padding: 8px;
}/*# sourceMappingURL=shoplist.css.map */