.reservation-container {
  width: 100%;
  min-height: 100vh;
  background: url("https://1313174138.vod-qcloud.com/59a52442vodcq1313174138/41e44dd13270835010486401017/q7paYOfmLSkA.jpg")
    no-repeat center center;
  background-size: cover;
  position: relative;
  padding-top: 200px;
  text-align: center;
}
.reservation-container::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.85);
}
.reservation-container > div {
  position: relative;
  z-index: 10;
}
.title p:last-child {
  font-size: 14px;
  color: #333;
}
.subtitle {
  margin-top: 70px;
  margin-bottom: 30px;
}
.subtitle p {
  font-size: 13px;
}
.subtitle p:first-child {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
.content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .reservation-item:first-child {
  margin-right: 100px;
}
.content .reservation-item {
  width: 80px;
}
.content .reservation-item img {
  width: 100%;
  object-fit: contain;
  display: block;
}
.content .reservation-item p {
  margin-top: 10px;
}
