@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-noSp {
    display: none;
  }
}

.page-contact {
  background-color: #F7F3EC;
  padding: 68px 23px 154px;
}
@media screen and (min-width: 768px) and (max-width: 1249px) {
  .page-contact {
    margin-top: 93px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact {
    padding: 40px 23px 129px;
    margin-top: 80px;
  }
}
.page-contact__information {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 300;
  text-align: center;
  color: #000;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .page-contact__information {
    margin-top: 30px;
    text-align: left;
    font-size: 1.6rem;
  }
}
.page-contact__guide {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
  row-gap: 20px;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 44px;
}
@media screen and (max-width: 1023px) {
  .page-contact__guide {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.page-contact__guide-block {
  display: block;
  background-color: #fff;
  padding: 24px 40px;
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-contact__guide-block {
    padding: 20px 25px;
  }
}
.page-contact__guide-title {
  display: block;
  padding: 8px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 300;
  color: #424242;
  border-bottom: 1px solid #D3B778;
}
@media screen and (max-width: 767px) {
  .page-contact__guide-information {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    margin-top: 8px;
    padding-top: 8px;
  }
}
.page-contact__guide-text {
  padding: 12px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .page-contact__guide-text {
    font-size: 1.4rem;
  }
}
.page-contact__guide-tel {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
  align-items: center;
  padding: 16px 8px;
}
.page-contact__guide-telIcon {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
.page-contact__guide-telLink {
  display: block;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .page-contact__guide-telLink {
    pointer-events: none;
    cursor: default;
  }
}
.page-contact__guide-link {
  width: fit-content;
  font-size: 1.4rem;
  padding: 16px;
  column-gap: 8px;
  border: 1px solid #D3B778;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .page-contact__guide-link {
    width: 100%;
  }
}
.page-contact__faq {
  display: block;
  max-width: 800px;
  width: 100%;
  margin-top: 76px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .page-contact__faq {
    margin-top: 40px;
  }
}
.page-contact__faq-title {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 350;
  font-size: 4.6rem;
  line-height: 1.674;
  letter-spacing: 0.04em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-contact__faq-title {
    font-size: 3.6rem;
    line-height: 1.611;
    letter-spacing: 0.06em;
  }
}
.page-contact__faq-subTitle {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.667;
  letter-spacing: 0.04em;
  color: #000;
  text-align: center;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .page-contact__faq-subTitle {
    font-size: 2.8rem;
    line-height: 1.65;
    letter-spacing: 0.04em;
    margin-top: 50px;
  }
}
.page-contact__faq-unite {
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .page-contact__faq-unite {
    margin-top: 40px;
  }
}

.faq-block {
  display: block;
  width: 100%;
  border-bottom: 1px solid #D3B778;
}
.faq-block__question {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 22px;
  padding: 8px 16px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .faq-block__question {
    padding: 8px 10px;
    column-gap: 12px;
  }
}
.faq-block__question-icon {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.667;
  letter-spacing: 0.04em;
  color: #B1934F;
}
@media screen and (max-width: 767px) {
  .faq-block__question-icon {
    font-size: 2.8rem;
    line-height: 1.786;
  }
}
.faq-block__question-text {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .faq-block__question-text {
    font-size: 1.6rem;
  }
}
.faq-block__answer {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 22px;
  padding: 8px 16px 16px;
}
@media screen and (max-width: 767px) {
  .faq-block__answer {
    padding: 8px 10px 16px;
    column-gap: 12px;
  }
}
.faq-block__answer-icon {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.667;
  letter-spacing: 0.04em;
  color: #B1934F;
}
@media screen and (max-width: 767px) {
  .faq-block__answer-icon {
    font-size: 2.8rem;
    line-height: 1.786;
  }
}
.faq-block__answer-content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.faq-block__answer-text {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .faq-block__answer-text {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=contact.css.map */
