.shop__pref {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 898px) {
  .shop__pref {
    grid-template-columns: 1fr;
    gap: 0;
    margin: 4px 0;
  }
}
.shop__pref-name {
  font-size: clamp(22px, 6vw, 28px) !important;
}
@media screen and (max-width: 898px) {
  .shop__pref-name {
    position: relative;
    margin: 0 !important;
    padding: 16px;
    background-color: #e94d59;
    color: #fff;
  }
  .shop__pref-name::before {
    content: none !important;
  }
  .shop__pref-name::after {
    content: "\f0ab" !important;
    font-family: FontAwesome;
    position: absolute;
    right: 5%;
  }
}
.shop__pref .shop__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #e94d59;
  border-radius: 100px;
  background-color: #FFF;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 898px) {
  .shop__pref .shop__btn {
    margin: -2px 0;
    border-radius: 0;
  }
}
.shop__pref .shop__btn a {
  display: block;
  width: 100%;
  color: #e60012;
  margin: 0;
  padding: 16px;
}
@media screen and (max-width: 898px) {
  .shop__pref .shop__btn a {
    text-align: left;
  }
  .shop__pref .shop__btn a::before {
    content: "\f054";
    font-family: FontAwesome;
    padding-right: 0.3em;
    font-size: 81%;
  }
}/*# sourceMappingURL=shoplist.css.map */