.is-display-price .calendar .stay-date.checkin-date .date-btn button .stay-price,
.is-display-price .calendar .stay-date.checkout-date .date-btn button .stay-price,
.is-display-price .calendar .stay-date .date-btn button .stay-price {
  display: flex;
  color: #fff;
}
.is-display-price .calendar table tr td .date-btn button .stay-price {
  margin-top: 4px;
  align-items: flex-start;
  line-height: 1.1;
}
.detail-page .common-modal.calendar-modal.is-display-price .calendar table tr td .date-btn button .stay-price-none {
  margin-top: 4px;
  font-size: calc((12 / 800) * 100vh);
  align-items: flex-start;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .calendar table tbody tr td .date-btn button .stay-price {
    display: flex;
    margin-top: 0;
  }
  .is-display-price .calendar table tbody tr td .date-btn button .stay-price {
    font-size: 10px !important;
  }
  .is-display-price .calendar table tbody tr td .date-btn button .stay-price-none {
    font-size: 10px !important;
  }
}