@charset "UTF-8";
/* ::::::::::  お問い合わせ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (max-width: 1024px) {
  .contact .wrapper {
    max-width: 90%;
  }
}
@media (max-width: 1024px) {
  .contact .secTitle02 {
    font-size: 1.6rem;
  }
}
.contact form {
  background: #fff;
  padding-bottom: 144px;
}
@media (max-width: 1024px) {
  .contact form {
    padding-bottom: 72px;
  }
}
.contact .bg_white {
  margin-top: 64px;
  padding-inline: 44px;
}
@media (max-width: 1024px) {
  .contact .bg_white {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .contact .bg_white {
    padding-inline: 20px;
  }
}
.contact table tr:nth-of-type(1) th,
.contact table tr:nth-of-type(1) td {
  border-top-color: #b2b2b2;
}
.contact table tr:nth-of-type(1) th {
  border-top-color: #4d4d4d;
}
@media (max-width: 1024px) {
  .contact table tr:nth-of-type(1) td {
    border-top-color: #4d4d4d;
  }
}
.contact table tr th,
.contact table tr td {
  border-bottom-color: #b2b2b2;
}
.contact table tr th {
  color: #4d4d4d;
  border-top-color: #4d4d4d;
  border-bottom-color: #4d4d4d;
}
@media (max-width: 767px) {
  .contact table tr th {
    background-color: #e3ebf1;
  }
}
.contact table tr th + td {
  border-top-color: #4d4d4d;
}
.contact table tr td:only-child {
  border-top-color: #b2b2b2;
}
@media (max-width: 767px) {
  .contact table tr td.nameWrap .name02 {
    border-top-color: #b2b2b2;
  }
}
.contact table tr td.nameWrap input {
  border-bottom-color: #b2b2b2;
}
.contact select {
  background-image: url(/resort/maihama/img/common/bg_select.svg);
}
.contact select:disabled {
  background: none;
  opacity: 1;
  cursor: auto;
}
.contact span.r {
  color: #467ba1;
}
.contact .submitBtn {
  margin: 0 auto;
  max-width: calc(100% - 40px);
}
.contact .submitBtn button {
  background: #e3ebf1;
  border: 1px solid #e3ebf1;
  width: 316px;
  height: auto;
  min-height: 50px;
  line-height: 50px;
  color: #467ba1;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 30px;
  padding: 4px 1.5em 4px 1.5em;
  font-family: "Zen Kaku Gothic New";
}
@media (max-width: 1024px) {
  .contact .submitBtn button {
    min-height: 28px;
    line-height: 28px;
    font-size: 1.4rem;
    border-radius: 19px;
  }
}
@media (max-width: 767px) {
  .contact .submitBtn button {
    width: 100%;
  }
}
.contact .submitBtn button .mark {
  display: none;
}
.contact .submitBtn button.prevBtn {
  background-color: #fff;
  border-color: #467ba1;
  color: #467ba1;
}
.contact .note {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media (max-width: 1024px) {
  .contact .note {
    font-size: 1.2rem;
  }
}

.thanks .bg_white {
  background: #fff;
}/*# sourceMappingURL=resort_contact.css.map */