.lead-unit {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .lead-unit {
    grid-template-columns: 1fr 240px;
  }
}

@media screen and (max-width: 519px) {
  .lead-unit {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.howto .howto-contents:not(:last-child) {
  margin-bottom: calc(8px * 3);
  padding-bottom: calc(8px * 3);
  border-bottom: solid 1px #C5A25F;
}

@media screen and (max-width: 959px) {
  .howto .howto-contents:not(:last-child) {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .howto .howto-contents:not(:last-child) {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .howto .howto-contents:not(:last-child) {
    padding-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .howto .howto-contents:not(:last-child) {
    padding-bottom: calc((8px * 3) * 0.5);
  }
}

.howto .howto-contents:not(:first-child) {
  padding-top: 4px;
}

.howto .howto-contents .reserve-btn-list .reserve-btn:not(:last-child) {
  margin-bottom: 12px;
}

.howto .howto-contents .reserve-btn-list .reserve-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 56px 10px 24px;
  width: 100%;
  max-width: 320px;
  margin-inline: auto;
  background: #C5A25F;
  border-radius: 80px;
  border: 1px solid #C5A25F;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .howto .howto-contents .reserve-btn-list .reserve-btn a {
    padding: 14px 18px 14px 20px;
  }
}

@media screen and (max-width: 767px) {
  .howto .howto-contents .reserve-btn-list .reserve-btn a {
    font-size: 1.4rem;
    padding: 14px 10px 14px 18px;
  }
}

@media screen and (max-width: 519px) {
  .howto .howto-contents .reserve-btn-list .reserve-btn a {
    padding: 14px 10px 14px 16px;
  }
}

.howto .howto-contents .reserve-btn-list .reserve-btn a::before, .howto .howto-contents .reserve-btn-list .reserve-btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
}

.howto .howto-contents .reserve-btn-list .reserve-btn a::before {
  right: 16px;
  width: 36px;
  height: 24px;
  border-radius: 16px;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .howto .howto-contents .reserve-btn-list .reserve-btn a::before {
    width: 34px;
    height: 15px;
    right: 12px;
  }
}

@media screen and (max-width: 519px) {
  .howto .howto-contents .reserve-btn-list .reserve-btn a::before {
    width: 25px;
  }
}

.howto .howto-contents .reserve-btn-list .reserve-btn a::after {
  right: 25px;
  background: #C5A25F;
  width: 15px;
  height: 8px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #C5A25F;
}

@media screen and (max-width: 767px) {
  .howto .howto-contents .reserve-btn-list .reserve-btn a::after {
    right: 18px;
    width: 14px;
    height: 7px;
  }
}

.howto .howto-contents .reserve-btn-list .reserve-btn a:hover {
  background: #ffffff;
  color: #C5A25F;
}

.howto .howto-contents .reserve-btn-list .reserve-btn a:hover::before {
  background: #C5A25F;
}

.howto .howto-contents .reserve-btn-list .reserve-btn a:hover::after {
  background: #ffffff;
}

.howto .howto-contents .reserve-btn-list .reserve-btn.--btn-app a {
  background: #947240;
  border-color: #947240;
}

.howto .howto-contents .reserve-btn-list .reserve-btn.--btn-app a::after {
  background: #947240;
}

.howto .howto-contents .reserve-btn-list .reserve-btn.--btn-app a:hover {
  background: #ffffff;
  color: #947240;
}

.howto .howto-contents .reserve-btn-list .reserve-btn.--btn-app a:hover::before {
  background: #947240;
}

.howto .howto-contents .reserve-btn-list .reserve-btn.--btn-app a:hover::after {
  background: #ffffff;
}

.howto .howto-contents .howto-tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.howto .howto-contents .howto-tel a {
  display: block;
  margin-bottom: 10px;
}

.howto .howto-contents .howto-tel a span {
  position: relative;
  padding-left: 32px;
  font-size: 4rem;
  color: #947240;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .howto .howto-contents .howto-tel a span {
    padding-left: 28px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 519px) {
  .howto .howto-contents .howto-tel a span {
    padding-left: 24px;
    font-size: 3.0rem;
  }
}

.howto .howto-contents .howto-tel a span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 36px;
  height: 40px;
  background-color: #947240;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/tel.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

@media screen and (max-width: 959px) {
  .howto .howto-contents .howto-tel a span::before {
    width: 30px;
    height: 36px;
  }
}

@media screen and (max-width: 519px) {
  .howto .howto-contents .howto-tel a span::before {
    width: 27px;
    height: 32px;
  }
}

.howto .howto-contents .howto-tel-txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.howto .howto-contents .howto-tel-txt__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

@media screen and (max-width: 519px) {
  .howto .howto-contents .howto-tel-txt__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.howto .howto-contents .howto-tel-txt__item:not(:last-of-type) {
  margin-bottom: 5px;
}

.howto .howto-contents .howto-tel-txt__item dt {
  width: 78px;
  padding: 2px;
  text-align: center;
  font-size: 1.5rem;
  background: #947240;
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .howto .howto-contents .howto-tel-txt__item dt {
    width: 70px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .howto .howto-contents .howto-tel-txt__item dt {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .howto .howto-contents .howto-tel-txt__item dd {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 959px) {
  .howto .howto-contents .howto-tel-txt__item dd {
    letter-spacing: -.02em;
  }
}

.faq-list__item {
  padding: calc(8px * 4);
  background: #ffffff;
}

@media screen and (max-width: 959px) {
  .faq-list__item {
    padding: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .faq-list__item {
    padding: calc((8px * 4) * 0.5);
  }
}

.faq-list__item:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 959px) {
  .faq-list__item:not(:last-child) {
    margin-bottom: 8px;
  }
}

.faq-list__item dt,
.faq-list__item dd {
  position: relative;
  padding-left: 30px;
}

@media screen and (max-width: 959px) {
  .faq-list__item dt,
  .faq-list__item dd {
    padding-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  .faq-list__item dt,
  .faq-list__item dd {
    padding-left: 22px;
  }
}

.faq-list__item dt::before,
.faq-list__item dd::before {
  position: absolute;
  left: 0;
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .faq-list__item dt::before,
  .faq-list__item dd::before {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .faq-list__item dt::before,
  .faq-list__item dd::before {
    font-size: 1.8rem;
  }
}

.faq-list__item dt {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: solid 1px rgba(197, 162, 95, 0.32);
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .faq-list__item dt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .faq-list__item dt {
    font-size: 1.6rem;
  }
}

.faq-list__item dt::before {
  content: "Q.";
  top: 5px;
  color: #C5A25F;
}

@media screen and (max-width: 959px) {
  .faq-list__item dt::before {
    top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .faq-list__item dt::before {
    top: 3px;
  }
}

.faq-list__item dd::before {
  content: "A.";
  top: 0;
  color: #ce8118;
}

/*# sourceMappingURL=../../maps/pages/reserve.css.map */
