@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
.secReservationContact {
  background-image: url(../images/common/main_bg_01.png);
  background-repeat: repeat;
  background-size: 67.5rem auto;
}
@media screen and (max-width: 750px) {
  .secReservationContact {
    background-size: 25rem auto;
  }
}

.secReservationContact__inner {
  max-width: 108rem;
  padding-top: 10.4rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .secReservationContact__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.secReservationContact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem 0;
}
@media screen and (max-width: 750px) {
  .secReservationContact__title {
    gap: 1rem 0;
  }
}

.secReservationContact__title--small {
  color: #000;
  font-family: "Playfair", serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1; /* 100% */
  letter-spacing: 0.03em;
}

.secReservationContact__title--large {
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 450;
  line-height: 1; /* 100% */
}
@media screen and (max-width: 750px) {
  .secReservationContact__title--large {
    font-size: 2.4rem;
  }
}

.secReservationContact__lead {
  margin-top: 7rem;
  padding-left: 18rem;
  color: #191919;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.2857142857; /* 228.571% */
}
@media screen and (max-width: 750px) {
  .secReservationContact__lead {
    margin-top: 3rem;
    padding-left: 0;
    font-size: 1.2rem;
  }
}

.secReservationContact__form {
  margin-top: 3rem;
}