header.top {
  width: auto;
  display: block;
  margin: 0 auto;
  text-align: center;
  background: url(../contact/images/con-image2.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1440px) {
  header.top {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1112px) {
  header.top {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  header.top {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  header.top {
    width: 100%;
  }
}
header.top .top-inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  header.top .top-inner {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1112px) {
  header.top .top-inner {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  header.top .top-inner {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  header.top .top-inner {
    width: 100%;
  }
}
header.top .top-inner .logo-nav-area {
  padding: 5%;
  background: rgba(62, 43, 13, 0.58);
}
@media screen and (max-width: 1112px) {
  header.top .top-inner .logo-nav-area {
    padding: 7%;
  }
}
@media screen and (max-width: 480px) {
  header.top .top-inner .logo-nav-area {
    padding: 5%;
  }
}
header.top .top-inner .logo-nav-area .logo {
  width: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  header.top .top-inner .logo-nav-area .logo {
    padding-top: 16px;
  }
}
@media screen and (max-width: 480px) {
  header.top .top-inner .logo-nav-area .logo {
    width: 65px;
    padding-top: 0px;
  }
}
header.top .top-inner .logo-nav-area .title-border {
  width: 100%;
  margin: 0 auto;
  padding: 8px;
}
@media screen and (max-width: 1440px) {
  header.top .top-inner .logo-nav-area .title-border {
    width: 35%;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1112px) {
  header.top .top-inner .logo-nav-area .title-border {
    width: 50%;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 834px) {
  header.top .top-inner .logo-nav-area .title-border {
    width: 60%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  header.top .top-inner .logo-nav-area .title-border {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
}
header.top .top-inner .logo-nav-area .title-border h2 {
  font-size: 32px;
  color: #fff;
  padding: 8px;
}
@media screen and (max-width: 1440px) {
  header.top .top-inner .logo-nav-area .title-border h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1112px) {
  header.top .top-inner .logo-nav-area .title-border h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 834px) {
  header.top .top-inner .logo-nav-area .title-border h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  header.top .top-inner .logo-nav-area .title-border h2 {
    font-size: 32px;
  }
}
header.top .top-inner .logo-nav-area p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-bottom: 72px;
}
@media screen and (max-width: 1112px) {
  header.top .top-inner .logo-nav-area p {
    font-size: 18px;
  }
}
@media screen and (max-width: 834px) {
  header.top .top-inner .logo-nav-area p {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  header.top .top-inner .logo-nav-area p {
    margin-bottom: 0px;
    font-size: 14px;
  }
}
header.top .top-inner .logo-nav-area nav {
  width: 57%;
  margin: 0 auto;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 1440px) {
  header.top .top-inner .logo-nav-area nav {
    width: 76%;
  }
}
@media screen and (max-width: 1112px) {
  header.top .top-inner .logo-nav-area nav {
    width: 100%;
  }
}
header.top .top-inner .logo-nav-area nav ul {
  display: flex;
  justify-content: space-between;
}
header.top .top-inner .logo-nav-area nav ul li {
  text-align: center;
  width: 18%;
}
header.top .top-inner .logo-nav-area nav ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 12px 0;
}
@media screen and (max-width: 1280px) {
  header.top .top-inner .logo-nav-area nav ul li a {
    padding: 8px 0;
  }
}
@media screen and (max-width: 834px) {
  header.top .top-inner .logo-nav-area nav {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  header.top .top-inner .logo-nav-area nav {
    display: none;
  }
}

.contact {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.contact .title-border {
  width: 100%;
  margin: 0 auto;
  padding: 8px;
  margin-top: 64px;
}
@media screen and (max-width: 1440px) {
  .contact .title-border {
    width: 35%;
    margin-top: 64px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1112px) {
  .contact .title-border {
    width: 50%;
    margin-bottom: 0px;
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .contact .title-border {
    width: 60%;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .contact .title-border {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
}
.contact .title-border h2 {
  font-size: 32px;
  color: #4e4949;
  padding: 8px;
}
@media screen and (max-width: 1440px) {
  .contact .title-border h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1112px) {
  .contact .title-border h2 {
    font-size: 28px;
    margin-top: 48px;
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .contact .title-border h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .contact .title-border h2 {
    font-size: 24px;
  }
}
.contact p {
  font-size: 16px;
  color: #4e4949;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 1112px) {
  .contact p {
    font-size: 18px;
  }
}
@media screen and (max-width: 834px) {
  .contact p {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .contact p {
    margin-bottom: 0px;
    font-size: 14px;
  }
}
.contact .con-inner {
  width: 100%;
  margin: 0 auto;
  padding-top: 64px;
}
@media screen and (max-width: 1440px) {
  .contact .con-inner {
    width: 100%;
  }
}
@media screen and (max-width: 1112px) {
  .contact .con-inner {
    padding-top: 3%;
  }
}
@media screen and (max-width: 834px) {
  .contact .con-inner {
    width: 100%;
    padding-top: 5%;
  }
}
@media screen and (max-width: 480px) {
  .contact .con-inner {
    width: 90%;
    padding-top: 5%;
  }
}

.form {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .form {
    padding-top: 0px;
  }
}
@media screen and (max-width: 1112px) {
  .form {
    padding: 0;
  }
}
.form div {
  margin: 24px auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1112px) {
  .form div {
    width: 100%;
    display: flex;
    margin: 32px auto;
  }
}
@media screen and (max-width: 834px) {
  .form div {
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .form div {
    width: 90%;
    display: block;
  }
}
.form label {
  font-size: 1.125rem;
  margin-bottom: 10px;
  display: block;
  width: 11%;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1112px) {
  .form label {
    margin-bottom: 0;
    width: 20%;
  }
}
@media screen and (max-width: 834px) {
  .form label {
    margin-bottom: 0;
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .form label {
    margin-bottom: 0;
    width: 100%;
  }
}

label::after {
  position: absolute;
  top: 13px;
  left: -16px;
  transform: translateY(-50%);
  content: '';
  width: 3px;
  height: 25px;
  background-color: #4e4949;
}
@media screen and (max-width: 834px) {
  label::after {
    left: -8px;
  }
}
@media screen and (max-width: 480px) {
  label::after {
    top: 13px;
    left: -8px;
    width: 2px;
    height: 17px;
  }
}

input[type="text"], input[type="email"], input[type="tel"] {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  border: 1px #fff solid;
  border-radius: 5px;
  padding: 10px;
  font-size: 1rem;
  width: 100%;
  max-width: 464px;
  background-color: #f1f1f1;
}

textarea {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  border: 1px #fff solid;
  border-radius: 5px;
  padding: 10px;
  font-size: 1rem;
  background-color: #f1f1f1;
  width: 100%;
  max-width: 464px;
  height: 6rem;
}

@media screen and (max-width: 1112px) {
  padding: 64px 0;
}
@media screen and (max-width: 834px) {
  padding: 64px 0;
}
@media screen and (max-width: 415px) {
  label {
    font-size: 1.3em;
  }
}
#contact button[type="submit"],
#contact button[type="reset"] {
  width: 8%;
  border: none;
  cursor: pointer;
  line-height: 1;
  padding: 12px 40px;
  font-size: 1.6em;
}
@media screen and (max-width: 1440px) {
  #contact button[type="submit"],
  #contact button[type="reset"] {
    width: 11%;
  }
}
@media screen and (max-width: 1112px) {
  #contact button[type="submit"],
  #contact button[type="reset"] {
    width: 15%;
  }
}
@media screen and (max-width: 834px) {
  #contact button[type="submit"],
  #contact button[type="reset"] {
    width: 20%;
  }
}
@media screen and (max-width: 480px) {
  #contact button[type="submit"],
  #contact button[type="reset"] {
    width: 43%;
  }
}
#contact button[type="reset"] {
  margin-right: 16px;
  background: #fff;
  color: #4e4949;
  border: solid 1px;
}
#contact button[type="submit"] {
  background: #4e4949;
  color: #ffffff;
}
#contact .buttons {
  display: flex;
  margin: 0 auto;
  margin-top: 88px;
  padding-left: 88px;
  width: 100%;
  text-align: left;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  #contact .buttons {
    width: 100%;
    padding-left: 25px;
  }
}
@media screen and (max-width: 1112px) {
  #contact .buttons {
    margin-top: 48px;
    padding-left: 50px;
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 834px) {
  #contact .buttons {
    padding-left: 37px;
  }
}
@media screen and (max-width: 480px) {
  #contact .buttons {
    padding-left: 0;
  }
}
@media screen and (max-width: 415px) {
  #contact button[type="submit"],
  #contact button[type="reset"] {
    font-size: 1.4em;
  }
}

#global-footer {
  width: 100%;
  height: 15vh;
  margin: 0 auto;
  margin-top: 88px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #global-footer {
    height: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 1112px) {
  #global-footer {
    margin-top: 0;
    height: 300px;
  }
}
@media screen and (max-width: 834px) {
  #global-footer {
    margin-top: 100px;
    height: 120px;
  }
}
@media screen and (max-width: 480px) {
  #global-footer {
    margin-top: 100px;
    height: 100px;
  }
}
#global-footer .inner {
  width: 52%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 100%;
}
@media screen and (max-width: 1440px) {
  #global-footer .inner {
    width: 100%;
    padding: 7%;
  }
}
@media screen and (max-width: 1112px) {
  #global-footer .inner {
    width: 100%;
  }
}
#global-footer .inner .logo-box {
  width: 12%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  #global-footer .inner .logo-box {
    width: 10%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1112px) {
  #global-footer .inner .logo-box {
    width: 10%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  #global-footer .inner .logo-box {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  #global-footer .inner .logo-box {
    width: 25%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
  }
}
#global-footer .inner .logo-box .logo {
  width: 80px;
}
@media screen and (max-width: 1112px) {
  #global-footer .inner .logo-box .logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #global-footer .inner .logo-box .logo {
    width: 65px;
  }
}
#global-footer .inner nav {
  width: 88%;
  margin: 0 auto;
  align-items: center;
  border-top: solid 1px #4e4949;
  border-bottom: solid 1px #4e4949;
}
#global-footer .inner nav ul {
  display: flex;
  justify-content: space-between;
}
#global-footer .inner nav ul li {
  text-align: center;
  width: 18%;
}
#global-footer .inner nav ul li a {
  display: block;
  color: #4e4949;
  font-size: 16px;
  padding: 12px 0;
}
@media screen and (max-width: 1280px) {
  #global-footer .inner nav ul li a {
    padding: 8px 0;
  }
}
@media screen and (max-width: 1440px) {
  #global-footer .inner nav {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1112px) {
  #global-footer .inner nav {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  #global-footer .inner nav {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #global-footer .inner nav {
    display: none;
  }
}
#global-footer p.copy {
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
  color: #4e4949;
}

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