.p-reservation {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .p-reservation {
    padding: 0 0 6rem;
  }
}
.p-reservation-intro {
  margin: 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-reservation-intro {
    margin: 0 0 4rem;
  }
}
.p-reservation-intro__notes {
  font-size: 1.4rem;
  color: #7C7574;
  line-height: 1.5;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-reservation-intro__notes {
    font-size: 1.2rem;
  }
}
.p-reservation__ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__ttl {
    font-size: 1.8rem;
    margin: 0;
  }
}
.p-reservation__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 3.2rem 0 0;
}
.p-reservation__column + .p-reservation__column {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__column + .p-reservation__column {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reservation__column {
    flex-flow: column;
    gap: 2rem 0;
  }
}
.p-reservation-img {
  width: 25.6rem;
}
@media screen and (max-width: 767px) {
  .p-reservation-img {
    width: 100%;
  }
}
.p-reservation-img__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 12.8rem;
  border: 1px solid #E9E8E8;
}
.p-reservation-img__logo img {
  width: auto;
  height: 3.9rem;
}
.p-reservation-img__txt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-reservation-img__txt {
    font-size: 2rem;
    text-align: center;
    margin: 1rem 0 0;
  }
}
.p-reservation-img__txt span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-reservation-img__txt span {
    font-size: 1.2rem;
  }
}
.p-reservation-content {
  width: 83.2rem;
}
@media screen and (max-width: 767px) {
  .p-reservation-content {
    width: 100%;
  }
}
.p-reservation__bg {
  position: relative;
  background: #E9E8E8;
}
.p-reservation__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-reservation__bg::before {
    height: 6rem;
  }
}
.p-reservation__btn {
  margin: 4rem auto 0;
}