@charset "UTF-8";

/*MV*/
.spHeader {
  background: #DAF4F8 url(/saqina/img/purchase/index_mv_sp.png) no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .spHeader {
    background: #DAF4F8 url(/saqina/img/purchase/index_mv_pc.png) no-repeat center top;
    background-size: cover;
  }
}

@media screen and (min-width: 769px) {
  body {
    background: #DAF4F8 url(/saqina/img/purchase/index_mv_pc.png) no-repeat center top;
    background-size: 1366px;
  }
}

.reservationBlock__select {
  margin: 0 0 50px;
}

@media screen and (max-width: 768px) {
  .reservationBlock__select {
    margin: 0 0 25px;
  }
}