@charset "UTF-8";
/* ------------------------------
- index
------------------------------ */
.shop__item + .shop__item {
  margin-top: 13.33333%;
}
.shop__heading {
  font-size: 20px;
  text-align: center;
  margin-bottom: 8.95522%;
  font-weight: normal;
}
.shop__contentwrap {
  background: #fff;
}
.shop__img {
  width: 100%;
  padding-top: 61.805%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.shop__content {
  padding: 30px;
}
@media only screen and (min-width: 750px) {
  .shop__item + .shop__item {
    margin-top: 80px;
  }
  .shop__heading {
    margin-bottom: 50px;
    font-size: 24px;
  }
  .shop__img {
    max-width: 50%;
    min-width: 50%;
    min-height: 360px;
    padding: 0;
  }
  .shop__content {
    width: 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .shop__img {
    max-width: 360px;
    min-width: 360px;
  }
  .shop__content {
    padding: 30px 50px;
    width: 100%;
  }
}
