.hotel-list-small .dp-agreement-modal-button-inner-box  {
  white-space: nowrap;
}
.hotel-list-small .dp-agreement-modal-button-text {
  font-size: 1.4rem;
}
/* タブレット表示 */
@media screen and (min-width: 768px) {
  .hotel-list-small .is-dp-hotel.result-hotel {
    -webkit-flex-basis: calc(100% / 2 - 1rem);
    -ms-flex-preferred-size: calc(100% / 2 - 1rem);
    flex-basis: calc(100% / 2 - 1rem);
  }
}
/* PC表示 */
@media screen and (min-width: 1024px) {
  .hotel-list-small .is-dp-hotel.result-hotel {
    -webkit-flex-basis: calc(100% / 3 - 1.6rem);
    -ms-flex-preferred-size: calc(100% / 3 - 1.6rem);
    flex-basis: calc(100% / 3 - 1.6rem);
  }
}
@media (min-width: 1120px) {
    .hotel-list-small .is-dp-hotel.result-hotel {
    -webkit-flex-basis: calc(100% / 4 - 1.6rem);
    -ms-flex-preferred-size: calc(100% / 4 - 1.6rem);
    flex-basis: calc(100% / 4 - 1.6rem);
  }
}