/* shop */
@media screen and (max-width: 1200px) {
  .shop__box {
    width: calc(100% - 60px);
  }
  .shop__list-box {
    width: calc(25% - 12px);
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .shop__wrap {
    padding-bottom: 0;
  }
  .shop__box {
    width: 100%;
    border-radius: unset;
    box-shadow: unset;
  }
  .shop__box-wrap {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 800px) {
  .shop {
    background-position: left 13px top 56px, right 8px top 2px;
  }
  .shop__form-flex {
    flex-direction: column;
    align-items: center;
  }
  .shop__form-select, .shop__form-input {
    width: 440px;
    box-sizing: border-box;
  }
  .shop__form-select {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .shop__list-box {
    width: calc(33.3333% - 12px);
  }
}
@media screen and (max-width: 600px) {
  .shop__wrap {
    padding-top: 100px;
  }
  .shop__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .shop__box-wrap {
    width: calc(100% - 30px);
    padding-bottom: 176px;
  }
  .shop__box-box {
    width: calc(50% - 12px);
  }
  .shop__select {
    width: 100%;
  }
  .shop__select-btn {
    font-size: 14px;
  }
  .shop__select-btn--shop, .shop__select-btn--product {
    width: 50%;
  }
  .shop__form-select, .shop__form-input {
    width: calc(100% - 0px);
    font-size: 14px;
  }
  .shop__search {
    margin-bottom: 30px;
  }
  .shop__search-btn {
    font-size: 14px;
  }
  .shop__search-btn--pc {
    display: none;
  }
  .shop__search-btn--sp {
    display: inline-block;
  }
  .shop__search-btn--clear {
    width: 36.7%;
  }
  .shop__search-btn--search {
    width: 60.4%;
  }
  .shop__search-submit {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
  }
  .shop__list-wrap {
    margin-bottom: 50px;
  }
  .shop__list-box {
    margin-bottom: 10px;
  }
  .shop__list-box img {
    height: 131px;
  }
  .shop__list-name {
    margin: 4px 0;
  }
  .shop__list-price {
    padding: 4px 0 8px;
  }
  .shop__list-text {
    font-size: 12px;
    min-height: 49px;
  }
  .shop__page {
    width: 90%;
    max-width: 300px;
  }
  .shop__page-list {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .shop__list-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .shop__list-box {
    width: calc(100% - 10px);
    justify-self: center;
  }
}/*# sourceMappingURL=shop_sp.css.map */