.section-contact {
  overflow: hidden;
  background: url(../img/common/background_footer_01.jpg) 50% 50%/cover no-repeat;
  color: #fff;
}
.section-contact .footer-wrapper {
  position: relative;
}
.section-contact .footer-inner {
  width: 100%;
}
.section-contact .title-common-primary {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #c1a880;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media print, (min-width: 768px) {
  .section-contact {
    padding: 0.9rem 0 0;
  }
  .section-contact .wrapper {
    display: block;
  }
  .section-contact .contact-footer {
    padding: 0.8rem 0 0.84rem;
  }
  .section-contact .footer-wrapper {
    padding: 0 0 0 0.5rem;
  }
  .section-contact .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.33rem;
    padding: 0.25rem 0.5rem 1.19rem 0;
  }
  .section-contact .contact-location {
    margin-top: 0.18rem;
  }
  .section-contact .credits-footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-contact .footer-wrapper {
    padding: 0 0 0 0.5rem;
  }
  .section-contact .location-wrapper {
    margin-right: -0.1rem;
  }
  .section-contact .logo-footer {
    margin: 0 auto 0.2rem;
  }
  .section-contact .location-title {
    font-size: 0.2rem;
  }
  .section-contact .footer-inner {
    margin-bottom: 0.3rem;
  }
}

.form-footer-contact {
  max-width: 100%;
  text-align: center;
}
@media print, (min-width: 768px) {
  .form-footer-contact {
    padding-left: 0.33rem;
  }
  .form-footer-contact .form-title {
    margin-bottom: 0.12rem;
  }
  .form-footer-contact .form-detail {
    max-width: 7.3rem;
    margin: 0 auto 0.36rem;
  }
  .form-footer-contact .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.17rem;
    margin-bottom: 0.15rem;
  }
  .form-footer-contact .form-controller {
    margin-top: 0.4rem;
  }
  .form-footer-contact .button-common-primary {
    padding: 0.08rem 0.4rem 0.07rem 0.27rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-footer-contact .form-group .input-common {
    margin-bottom: 0.05rem;
  }
  .form-footer-contact .form-group .input-common:last-child {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=contact.css.map */