@charset "UTF-8";
/*お問い合わせページ共通*/
#page-contact {
  padding: 140px 0 150px;
}
@media screen and (max-width: 768px) {
  #page-contact {
    padding: 50px 0 80px;
  }
}

.contact-header {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contact-header {
    margin-bottom: 30px;
  }
}

.contact-header__step {
  max-width: 320px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d5d5d5;
  color: #aaaaaa;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .contact-header__step {
    margin-bottom: 30px;
  }
}
.contact-header__step > li {
  position: relative;
  flex: 0 0 2em;
  padding-top: 1em;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .contact-header__step > li {
    font-size: 1.6rem;
  }
}
.contact-header__step > li::before, .contact-header__step > li::after {
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
}
.contact-header__step > li::before {
  width: 40px;
  height: 10px;
}
.contact-header__step > li::after {
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  background-color: #bfaeae;
  width: 15px;
}

.contact-header__comment,
.contact-header__please,
.contact-thanks__title {
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .contact-header__comment,
  .contact-header__please,
  .contact-thanks__title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 480px) {
  .contact-header__comment,
  .contact-header__please,
  .contact-thanks__title {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 641px) {
  .contact-header__please br {
    display: none;
  }
}

@media screen and (min-width: 481px) {
  .contact-thanks__title br {
    display: none;
  }
}

.contact-form {
  max-width: 905px;
  margin: 0 auto 75px;
}
@media screen and (max-width: 768px) {
  .contact-form {
    margin-bottom: 40px;
  }
}

/*フォーム*/
@media screen and (max-width: 768px) {
  .contact-form__main dt {
    margin-bottom: .5em;
  }
  .contact-form__main dd:not(:last-child) {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 769px) {
  .contact-form__main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .contact-form__main > * {
    padding: 1.5em 0;
  }
  .contact-form__main > dt {
    width: 16em;
    padding-right: 1em;
    flex: 0 0 auto;
  }
  .contact-form__main > dt span {
    display: block;
  }
  .contact-form__main > dd {
    width: calc(100% - 17em);
    flex: 1 1 auto;
  }
}
.contact-form__main .contact-form__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.contact-form__main .contact-form__list label {
  flex: 0 0 12em;
}

/*ボタンエリア*/
.contact-form__btn {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact-form__btn {
    gap: 10px;
  }
}
.contact-form__btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #333333;
  color: #ffffff;
  border: none;
  transition: ease .5s;
  border-radius: 30px;
  width: 100%;
  height: 60px;
  cursor: pointer;
  max-width: 200px;
  letter-spacing: .3em;
  text-indent: .3em;
}
@media screen and (max-width: 768px) {
  .contact-form__btn button {
    height: 50px;
  }
}
.contact-form__btn button:hover {
  color: #ffffff;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .contact-form__btn button:hover {
    opacity: .8;
    background-color: #a46a69;
  }
}
.contact-form__btn .contact-form__btn-back {
  background-color: #ffffff;
  color: #333333;
  box-shadow: inset 0 0 0 1px #333333;
}
@media screen and (min-width: 769px) {
  .contact-form__btn .contact-form__btn-back:hover {
    box-shadow: inset 0 0 0 1px #a36a6a;
    background: rgba(163, 106, 106, 0.2);
    color: #8f4f4f;
  }
}

/*** 入力画面 ***/
.contact-header__note {
  max-width: max-content;
  margin: 0 auto;
}
.contact-header__note > li {
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.contact-header__note > li:not(:last-child) {
  margin-bottom: .3em;
}
.contact-header__note > li::before {
  content: "※";
  width: 1em;
  display: inline-block;
  text-align: center;
  text-indent: 0;
}

.contact-form__info {
  margin-bottom: 1em;
  text-align: right;
}
.contact-form__info::before {
  content: "*";
  font-size: 1.2em;
  color: #bfaeae;
  font-weight: 700;
}

.page-contact__input .contact-header__step > li:nth-child(1) {
  color: #333333;
  font-weight: 700;
}
.page-contact__input .contact-header__step > li:nth-child(1)::after {
  background-color: #a46a69;
}
.page-contact__input input[type="text"],
.page-contact__input input[type="password"],
.page-contact__input input[type="date"],
.page-contact__input input[type="datetime"],
.page-contact__input input[type="email"],
.page-contact__input input[type="number"],
.page-contact__input input[type="search"],
.page-contact__input input[type="tel"],
.page-contact__input input[type="time"],
.page-contact__input input[type="url"],
.page-contact__input textarea {
  border-radius: 0;
  border: none;
  padding: .8em 1.3em;
  width: 100%;
  background-color: #f7f6f5;
}
.page-contact__input select {
  border-radius: 0;
  border: none;
  padding: .8em 1.4em;
}
.page-contact__input input[type="radio"] {
  display: none;
}
.page-contact__input input[type="radio"] + span {
  position: relative;
  align-items: center;
  display: flex;
  align-items: center;
  gap: .5em;
}
.page-contact__input input[type="radio"] + span::before {
  content: "";
  display: block;
  width: 1em;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  background-color: #f7f6f5;
}
.page-contact__input input[type="radio"]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(1em / 2);
  width: calc(1em / 2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1 / 1;
  background-color: currentColor;
}
.page-contact__input input[type="checkbox"] {
  display: none;
}
.page-contact__input input[type="checkbox"] + span {
  display: flex;
  align-items: center;
  gap: .5em;
  position: relative;
  opacity: 1;
}
.page-contact__input input[type="checkbox"] + span::before {
  content: "";
  display: block;
  width: 2em;
  aspect-ratio: 1 / 1;
  background-color: #ffffff;
}
.page-contact__input input[type="checkbox"]:checked + span::before {
  background-color: currentColor;
  box-shadow: inset 0 0 0 .6em #ffffff;
}
.page-contact__input .msg-error {
  color: #a46a69;
  display: block;
  margin-top: .5em;
  width: 100%;
}
.page-contact__input .contact-form__main dt.form-align-top {
  align-self: flex-start;
}
.page-contact__input .contact-form__main dt.form-required::after {
  content: "*";
  font-size: 1.2em;
  color: #bfaeae;
  font-weight: 700;
}
.page-contact__input .contact-form__main .contact-form__zip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: .5em;
}
.page-contact__input .contact-form__main .contact-form__zip input[type="text"] {
  width: 8em;
}

/*** 確認画面 ***/
.page-contact__confirm .contact-header__step > li:nth-child(2) {
  color: #333333;
  font-weight: 700;
}
.page-contact__confirm .contact-header__step > li:nth-child(2)::after {
  background-color: #a46a69;
}

/*** 送信完了 ***/
.contact-thanks .contact-header__step > li:nth-child(3) {
  color: #333333;
  font-weight: 700;
}
.contact-thanks .contact-header__step > li:nth-child(3)::after {
  background-color: #a46a69;
}
.contact-thanks .contact-thanks__comment {
  text-align: center;
}
.contact-thanks .contact-thanks__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #333333;
  color: #ffffff;
  border: none;
  transition: ease .5s;
  border-radius: 30px;
  width: 100%;
  height: 60px;
  max-width: 250px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .contact-thanks .contact-thanks__btn {
    height: 50px;
  }
}
.contact-thanks .contact-thanks__btn:hover {
  color: #ffffff;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .contact-thanks .contact-thanks__btn:hover {
    opacity: .8;
    background-color: #a46a69;
  }
}
@media screen and (max-width: 768px) {
  .contact-thanks .contact-thanks__btn {
    margin-top: 50px;
  }
}

/*** 個人情報に関するお取扱いについて ***/
.contact-form__privacy {
  background-color: #f7f6f5;
  padding: 75px 5%;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .contact-form__privacy {
    padding: 40px 5%;
    margin-bottom: 40px;
  }
}
.contact-form__privacy label span {
  max-width: max-content;
  margin: 0 auto;
}
.contact-form__privacy .msg-error {
  text-align: center;
}

.contact-form__privacy-wrap {
  background-color: #ffffff;
  overflow: auto;
  height: 300px;
  max-width: 905px;
  margin: 0 auto;
  padding: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact-form__privacy-wrap {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .contact-form__privacy-wrap {
    padding: 30px 15px;
  }
}
.contact-form__privacy-wrap .privacy-title {
  text-align: center;
  margin-bottom: 1.5em;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  text-align: center;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .contact-form__privacy-wrap .privacy-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .contact-form__privacy-wrap .privacy-title {
    font-size: 1.9rem;
  }
}
.contact-form__privacy-wrap .privacy-txt:not(:last-child),
.contact-form__privacy-wrap .privacy-article > dd:not(:last-child) {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .contact-form__privacy-wrap .privacy-txt:not(:last-child),
  .contact-form__privacy-wrap .privacy-article > dd:not(:last-child) {
    margin-bottom: 20px;
  }
}
.contact-form__privacy-wrap .privacy-article {
  counter-reset: privacy;
}
.contact-form__privacy-wrap .privacy-article > dt {
  counter-increment: privacy;
  font-weight: 600;
  margin-bottom: 1em;
  padding-bottom: .5em;
  border-bottom: 1px solid #d5d5d5;
  font-family: 'Shippori Mincho', serif;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .contact-form__privacy-wrap .privacy-article > dt {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 480px) {
  .contact-form__privacy-wrap .privacy-article > dt {
    font-size: 1.7rem;
  }
}
.contact-form__privacy-wrap .privacy-article > dt::before {
  content: counter(privacy) ".";
}
.contact-form__privacy-wrap .privacy-article > dd {
  line-height: 1.75;
}
.contact-form__privacy-wrap .privacy-article > dd ul {
  margin-top: .35em;
}
.contact-form__privacy-wrap .privacy-article > dd ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
.contact-form__privacy-wrap .privacy-article > dd ul li:not(:last-child) {
  margin-bottom: .35em;
}
.contact-form__privacy-wrap .privacy-article > dd ul li::before {
  text-indent: 0;
  content: "";
  display: inline-block;
  width: .4em;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  background-color: #bfaeae;
  margin: 0 .3em;
  vertical-align: .1em;
}
.contact-form__privacy-wrap .privacy-article__data {
  display: flex;
  flex-wrap: wrap;
}
.contact-form__privacy-wrap .privacy-article__data dt {
  width: 4em;
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
}
.contact-form__privacy-wrap .privacy-article__data dt::after {
  content: ":";
  margin-right: .5em;
}
.contact-form__privacy-wrap .privacy-article__data dd {
  width: calc(100% - 5em);
  flex: 1 1 auto;
}

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