@charset "UTF-8";
/*-------------------------------
ソフトドリンク飲み放題付
-------------------------------*/
.drinkfreeBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 30px 0;
}
@media screen and (max-width: 580px) {
  .drinkfreeBox {
    margin: 20px 0 30px;
  }
}

.drinkfreeBox_cnt {
  width: 48%;
}
@media screen and (max-width: 580px) {
  .drinkfreeBox_cnt:first-child {
    width: 100%;
  }
}
.drinkfreeBox_cnt:last-child {
  width: 51%;
}
@media screen and (max-width: 580px) {
  .drinkfreeBox_cnt:last-child {
    width: 100%;
    margin-top: 20px;
  }
}
.drinkfreeBox_cnt img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */