@charset "UTF-8";
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contactForm {
  padding: 6.4rem 6.4rem 16rem;
  max-width: 92.8rem;
}
@media screen and (max-width: 749px) {
  .contactForm {
    padding: 5.6rem 1.6rem 9.6rem;
  }
}
.contactForm__intro {
  font-size: 1.4rem;
  border-bottom: 0.1rem solid #ebebeb;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
.contactForm__item {
  margin-bottom: 4.8rem;
}
.contactForm__label {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.contactForm__label.required::after {
  content: "必須";
  display: inline-block;
  padding: 0.1rem 0.6rem;
  background: #262626;
  color: #ffffff;
  font-size: 1.1rem;
  border-radius: 0.4rem;
  margin-left: 0.8rem;
}
.contactForm__body.select {
  position: relative;
}
.contactForm__body.select::after {
  content: "";
  position: absolute;
  top: 2.4rem;
  right: 1.6rem;
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: #262626;
  transform: rotate(45deg);
}
.contactForm__roomType {
  display: flex;
  flex-direction: column;
  gap: 1.2rem 0;
}
.contactForm__roomType input {
  display: none;
}
.contactForm select {
  position: relative;
  background: #f0f3f5;
  width: 100%;
  height: 6rem;
  padding: 0 3.2rem 0 1.6rem;
  cursor: pointer;
}
.contactForm textarea {
  background: #f0f3f5;
  width: 100%;
  padding: 1.6rem;
  resize: vertical;
}
.contactForm__name, .contactForm__tel, .contactForm__mail {
  background: #f0f3f5;
  width: 100%;
  height: 6rem;
  padding: 0 1.6rem;
}
.contactForm__viewing {
  height: 12rem;
}
.contactForm__main {
  height: 24rem;
}
.contactForm .wpcf7-list-item-label {
  font-size: 1.4rem;
  margin-left: -2.8rem;
  cursor: pointer;
}
.contactForm span.wpcf7-list-item {
  margin: 0 0 0 2.8rem;
  position: relative;
}
.contactForm .wpcf7-list-item-label:before {
  /*チェックボックスの枠*/
  content: "";
  border: 2px solid #262626;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  position: relative;
  top: -0.3rem;
  left: 0;
  margin-right: 1rem;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  border-radius: 0.2rem;
}
.contactForm input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  /*チェックアイコン*/
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  left: -2.8rem;
  width: 2rem;
  height: 2rem;
  background: url("../../assets/img/contact/check.svg") no-repeat center;
  background-size: contain;
}
.contactForm__privacy {
  margin-bottom: 4rem;
}
.contactForm__privacy-intro {
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}
.contactForm__submit {
  text-align: center;
  margin-bottom: 4rem;
}
.contactForm__submit-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 34rem;
}
.contactForm__submit-inner .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.contactForm__telAnnounce {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 749px) {
  .contactForm__telAnnounce {
    text-align: left;
  }
}
.contactForm .wpcf7 form.invalid .wpcf7-response-output, .contactForm .wpcf7 form.unaccepted .wpcf7-response-output, .contactForm .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #dc3232;
}
.contactForm .wpcf7 form .wpcf7-response-output {
  padding: 2.4rem 1.6rem;
  margin: 1.6rem 0 4rem;
  color: #dc3232;
}

.privacy {
  border: 0.1rem solid #999999;
  padding: 1.6rem;
  height: 24rem;
  overflow: hidden;
  overflow-y: scroll;
}
.privacy__title {
  font-weight: 700;
  margin-bottom: 3.2rem;
}
.privacy__item {
  margin-bottom: 3.2rem;
}
.privacy__item:last-child {
  margin-bottom: 0;
}
.privacy__item-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.privacy__item-body p {
  font-size: 1.2rem;
}
.privacy__item-body ul, .privacy__item-body ol {
  padding-left: 2rem;
  font-size: 1.2rem;
}
.privacy__item-body ol {
  list-style-type: decimal;
}
.privacy__item-body ul {
  list-style-type: disc;
}

.contactComplete {
  padding: 9.6rem 6.4rem 16rem;
}
.contactComplete__title {
  font-size: 3.2rem;
  margin-bottom: 4rem;
  font-weight: 700;
}
.contactComplete__text {
  font-size: 1.4rem;
}
@media screen and (max-width: 749px) {
  .contactComplete {
    padding: 5.6rem 1.6rem 9.6rem;
  }
}/*# sourceMappingURL=contact.css.map */