.main {
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .main {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .main {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.main .contactArea {
  max-width: 700px;
  margin: 0 auto;
}

.main .contactArea .labelContact {
  display: block;
  margin: 0 0 20px;
}

.main .contactArea .labelContact input[type="text"],
.main .contactArea .labelContact input[type="tel"],
.main .contactArea .labelContact input[type="email"],
.main .contactArea .labelContact textarea {
  width: 100%;
  margin: 5px 0 0 !important;
  padding: 10px !important;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff !important;
  color: #333;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.main .contactArea .notes {
  margin-bottom: 30px;
  font-size: 0.9em;
}

.main .contactArea .notes span {
  color: #f00;
  font-size: 0.9em;
}

.main .contactArea span.notes {
  color: #f00;
  font-size: 0.8em;
  padding-right: 5px;
}

.main .contactArea input[type="submit"] {
  cursor: pointer;
  border: 0;
  background-color: #231815;
  font-family: a-otf-ryumin-pr6n, serif;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 1em;
  letter-spacing: 3px;
  padding: 20px 80px;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (max-width: 960px) {
  .main .contactArea input[type="submit"] {
    padding: 20px;
    width: 80%;
  }
}

.main .contactArea input[type="submit"]:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0.8;
}
/*# sourceMappingURL=index.css.map */