/* CSS Document */
/* ::::::::::::::::::::::::::::::::: bookingGadget ::::::::::::::::::::::::::::::::: */
@media screen and (min-width: 990px) {
  .bookingBlock .inner {
    width: 720px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 989px) {
  .bookingBlock .inner {
    padding-top: 20px;
  }
}

/* ::::::::::::::::::::::::::::::::: FOR STAY CATEGORY PAGE ::::::::::::::::::::::::::::::::: */
.section .table01 th,
.section .table01 td {
  line-height: 1.79;
}

/* New Parts CSS */
.checkinBlock {
  position: absolute;
  top: 15px;
  right: 15px;
}

@media screen and (max-width: 989px) {
  .checkinBlock {
    top: 15px;
    right: 0;
    left: 0;
  }
}

.checkinBlock p {
  background: #fdfbfc;
  font-size: 1.2rem;
  height: 28px;
  line-height: 28px;
  padding: 0 20px;
  border-radius: 14px;
}

@media screen and (max-width: 989px) {
  .checkinBlock p {
    display: inline-block;
    padding: 0 10px;
    white-space: nowrap;
  }
}

/* ::::::::::::::::::::::::::::::::: SP ::::::::::::::::::::::::::::::::: */
@media screen and (max-width: 989px) {
  .pageNaviList + .section {
    padding-top: 80px;
  }
  .section .table01 th,
  .section .table01 td {
    line-height: 1.5;
  }
}
