@charset "UTF-8";
/* ::::::::::  お問い合わせ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.titleArea .wrapper02 {
  padding-bottom: 0;
}
.titleArea a {
  color: #fff;
}
.titleArea a[href^="tel:"] {
  color: #fff;
}

.contact {
  /* IE 10+ */
}
.contact .wrapper02 {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .contact .wrapper02 {
    padding-top: 20px;
  }
}
.contact input[type=text],
.contact input[type=tel],
.contact input[type=number],
.contact input[type=email],
.contact input[type=submit],
.contact button,
.contact select,
.contact textarea {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid #C2B59B;
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0;
  color: #C2B59B;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .contact input[type=text],
  .contact input[type=tel],
  .contact input[type=number],
  .contact input[type=email],
  .contact input[type=submit],
  .contact button,
  .contact select,
  .contact textarea {
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
  }
}
.contact select {
  border: none;
  border-bottom: 1px solid #C2B59B;
  background: url("../img/common/icon_select.svg") no-repeat right 10px center;
  color: inherit;
}
.contact select:disabled {
  color: #666666;
}
.contact select.is_empty {
  color: rgba(255, 255, 255, 0.5);
}
.contact select::-ms-expand {
  display: none;
}
.contact textarea {
  border-bottom: none;
  background: #2E2E2E;
  height: 320px;
  line-height: 1.7;
  padding: 30px 40px;
  resize: vertical;
}
@media (max-width: 767px) {
  .contact textarea {
    height: 200px;
    padding: 10px 15px;
  }
}
.contact input[type=text]:focus,
.contact input[type=tel]:focus,
.contact input[type=number]:focus,
.contact input[type=email]:focus,
.contact select:focus,
.contact textarea:focus {
  outline-offset: 5px;
}
.contact.contact2 input[type=text]:focus,
.contact.contact2 input[type=tel]:focus,
.contact.contact2 input[type=number]:focus,
.contact.contact2 input[type=email]:focus,
.contact.contact2 select:focus,
.contact.contact2 textarea:focus {
  outline-offset: 10px;
}
.contact ::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact input[type=number]::-webkit-outer-spin-button,
.contact input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact input[type=number] {
  -moz-appearance: textfield;
}

.contact .caution {
  display: none;
  background: rgba(194, 181, 155, 0.25);
  padding: 25px 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact .caution {
    padding: 15px 20px;
    margin-bottom: 20px;
  }
}
.contact .caution.is_show {
  display: block;
}
@media (max-width: 767px) {
  .contact .caution p:has(.mark) {
    position: relative;
    padding-left: 25px;
  }
}
.contact .caution .mark {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(255, 0, 0, 0.4);
  width: 24px;
  height: 24px;
  margin-right: 15px;
  color: #fff;
}
@media (max-width: 767px) {
  .contact .caution .mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
  }
}
.contactFormList {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 150px;
}
@media (max-width: 767px) {
  .contactFormList {
    gap: 20px;
  }
}
.contactFormList .listItem {
  width: calc(50% - 150px);
}
@media (max-width: 767px) {
  .contactFormList .listItem {
    width: 100%;
  }
}
.contactFormList .listItem h3 {
  margin-bottom: 15px;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .contactFormList .listItem h3 {
    margin-bottom: 3px;
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  :lang(ja) .contactFormList .listItem h3 {
    font-size: 2rem;
  }
}
.contactFormList .listItem .en {
  text-transform: none;
  color: #fff;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .contactFormList .listItem .en {
    font-size: 1rem;
  }
}
.contactFormList .listItem .calendar {
  display: block;
  border: none;
  border-bottom: 1px solid #C2B59B;
  width: 100%;
  background: url(../img/common/icon_cal.svg) no-repeat right 10px center;
}
.contactFormList .listItem:last-child {
  position: relative;
  width: 100%;
}
.contactFormList .listItem:last-child .counter {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .contactFormList .listItem:last-child .counter {
    right: 15px;
    bottom: 15px;
    font-size: 1rem;
  }
}
.contactFormList .listItem.error h3 {
  color: #D0211D;
}
.contactFormList .listItem.error select,
.contactFormList .listItem.error input {
  border-bottom-color: #D0211D;
}
@media (max-width: 767px) {
  .contact .submitBtn {
    text-align: center;
  }
}
.contact .submitBtn .btnLink {
  width: auto;
}
.contact .btnList {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .contact .btnList {
    flex-direction: row;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .contact .btnList li {
    width: auto;
  }
  .contact .btnList li .btnLink {
    min-width: 148px;
  }
}
@media (max-width: 767px) {
  .contact .btnList .backBtn .btnLink {
    border: 1px solid #C2B59B;
    background: none;
    color: #C2B59B;
  }
}
.contact .btnList .sendBtn .btnLink {
  background: #C2B59B;
  color: #231F20;
}
@media (any-hover: hover) {
  .contact .btnList .sendBtn .btnLink:hover {
    border-color: #3E4732;
    background: #3E4732;
    color: #C2B59B;
  }
}
.contact span.error {
  display: block;
  margin: 7px 0 0;
  font-size: 1.4rem;
  color: #060605;
}
.contact input[type=text].error,
.contact input[type=tel].error,
.contact input[type=email].error,
.contact input[type=submit].error,
.contact button.error,
.contact select.error,
.contact textarea.error {
  background-color: #F6EAEA;
}

.thanks .secTitle03.en {
  text-transform: none;
}
.thanksList {
  margin-block: 60px 0;
}
@media (max-width: 767px) {
  .thanksList {
    margin-block: 30px 0;
  }
}
@media (max-width: 767px) {
  .thanksList .listItem + .listItem {
    margin-top: 20px;
  }
}
.thanksList .listItem > a {
  position: relative;
  display: block;
}
.thanksList .listItem > a .photo {
  overflow: hidden;
}
.thanksList .listItem > a .photo img {
  object-fit: cover;
  aspect-ratio: 410/418;
  width: 100%;
  height: auto;
  transition: scale 0.3s ease;
}
@media (max-width: 767px) {
  .thanksList .listItem > a .photo img {
    aspect-ratio: 307/319;
  }
}
.thanksList .listItem > a .textBlock {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0, rgba(35, 31, 32, 0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 25%;
  padding: 30px 30px;
}
@media (max-width: 767px) {
  .thanksList .listItem > a .textBlock {
    padding: 25px;
  }
}
.thanksList .listItem > a .textBlock .secTitle03 {
  color: #D2D3CE;
  font-size: 2.6rem;
}
@media (any-hover: hover) {
  .thanksList .listItem > a:hover {
    opacity: 1;
  }
  .thanksList .listItem > a:hover .photo img {
    scale: 1.3;
  }
}
/*# sourceMappingURL=map/contact.css.map */
