@charset "utf-8";

/* reservatio
---------------------------------------------- */
.reservation {
  background-color: var(--light-beige);
}

.reservation .title {
  font-size: 24px;
  margin-bottom: 16px;
}

.reservation .desc {
  font-size: 17px;
  margin-bottom: 14px;
}

.reservation .btn {
  max-width: 320px;
  margin-left: 0;
}

.reservation .btn a {
  font-size: 20px;
  color: var(--white);
  background-color: var(--pinkbrown);
}

/* ご予約 */
.reservation .reservation-area {
  margin: 80px auto 48px;
}
.reservation .interview-sheet-area {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .reservation .reservation-area {
    margin: 40px auto 40px;
  }
  .reservation .title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .reservation .desc {
    font-size: 13px;
    line-height: 1.4em;
  }

  .reservation .interview-sheet-area {
    margin-bottom: 56px;
  }
}
