.onlineshop {
  margin: 145px auto 165px;
}

@media screen and (max-width: 767px) {
  .onlineshop {
    margin: 65px auto 65px;
  }
}

.onlineshopList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
  .onlineshopList {
    max-width: 750px;
  }
}

.onlineshopItem {
  display: block;
  width: calc((100% - 15px)/4);
}

@media screen and (max-width: 1199px) {
  .onlineshopItem {
    width: calc((100% - 15px)/2);
  }
  .onlineshopItem:nth-child(n + 3) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .onlineshopItem {
    width: 100%;
  }
  .onlineshopItem:nth-child(n + 2) {
    margin-top: 40px;
  }
}

.onlineshopItemImg {
  position: relative;
  z-index: 2;
}

.onlineshopItemInfo {
  padding: 0 15px;
}

@media screen and (max-width: 1390px) {
  .onlineshopItemInfo {
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .onlineshopItemInfo {
    padding: 0;
  }
}

.onlineshopItemTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 0 10px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .onlineshopItemTtl {
    margin: 10px 0 5px;
    font-size: 16px;
  }
}

.onlineshopItemTtl .c-btnTxt {
  margin-right: 8px;
}

.onlineshopItemTxt {
  line-height: calc(28 / 16);
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
/*# sourceMappingURL=onlineshop.css.map */