.reservation {
  background: #F4EBDE;
  padding-bottom: 60px;
}

.reservation__title {
  padding: 60px 30px 40px 30px;
  text-align: center;
}
.reservation__title-en {
  color: #222;
  font-family: Futura, Jost;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
}

.reservation__title-jp {
  padding: 0 0 8px;
  color: #9D9D9D;
  font-family: "Yu Gothic", "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
}

.reservation-action {
  padding: 0 16px;
}

@media (min-width: 768px) {
  .reservation {
    margin-top: 70px;
  }

  .reservation__title-en {
    font-size: 22px;
  }

  .reservation__title-jp {
    font-size: 14px;
  }
}
