@charset "UTF-8";
/* CSS Information
===============================
File name:Contact.css
Description:Onna Village Resort Wedding
Date:2019
Contents:*Contact Page
Root EM:62.5%=10px
=============================== */
/* Element
===============================*/
.main {
  padding: 0 4rem;
}
.text-red {
  color: #e84091;
}
.contact_lead {
  color: #555;
  padding-bottom: 2rem;
  border-bottom: dashed 1px #ddd;
  margin-bottom: 2rem;
}
.contact_wrap {
  width: 100%;
}
.contact_wrap:nth-last-of-type(n + 2) {
  margin-bottom: 2.5rem;
}
.contact_item {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 2rem;
}
/* Step Parts */
.contact_step {
  width: 100%;
  margin: 3rem 0;
}
.contact_step__list {
  margin: 0;
  padding: 0;
  counter-reset: step;
  z-index: 0;
  position: relative;
  width: 100%;
}
.contact_step__point {
  width: 33.33333333%;
  list-style-type: none;
  float: left;
  font-size: 1.2rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #aaa;
}
.contact_step__point:before {
  width: 3rem;
  height: 3rem;
  content: counter(step);
  counter-increment: step;
  line-height: 3rem;
  display: block;
  text-align: center;
  margin: 0 auto 1rem;
  background-color: #eee;
}
.contact_step__point:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #eee;
  top: 1.5rem;
  left: -50%;
  z-index: -1;
}
.contact_step__point:first-child:after {
  content: none;
}
.contact_step__point.active {
  color: #af9c54;
}
.contact_step__point.active:before {
  background-color: #af9c54;
  color: #fff;
}
.contact_step__point.active + .contact_step__point:after {
  background-color: #af9c54;
}
/* Form Parts */
.contact_label {
  margin-bottom: 0.5rem;
  display: block;
}
.contact_label:before {
  content: "\f0c8";
  margin-right: 0.5rem;
  color: #333;
  font-size: 1rem;
  position: relative;
  top: -2px;
}
.clm1 .contact_data {
  width: 100%;
}
.clm2 .contact_data {
  width: calc(50% - 0.5rem);
}
.contact_data__label {
  display: block;
  margin-bottom: 1rem;
}
.input_wrap {
  position: relative;
  width: 100%;
  height: 4.5rem;
}
.input_cover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block;
  border: solid 1px #ddd !important;
  width: 100%;
  height: 4.5rem;
  line-height: 4.5rem;
  padding: 0 2rem 0 1rem !important;
  color: #333;
  background: #fff;
}
.input_value {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding: 1rem;
  color: #333;
  background: #eff;
}
/* Textarea */
.input_textarea {
  width: 100%;
  border: solid 1px #ddd;
  resize: vertical;
  height: 20rem;
  min-height: 10rem;
  max-height: 30rem;
  padding: 1.5rem;
}
/* Placeholder */
.input_cover::placeholder {
  color: #bbb;
}
.input_cover::-webkit-input-placeholder {
  color: #bbb;
}
.input_cover:-ms-input-placeholder {
  color: #bbb;
}
.input_cover:focus,
.input_textarea:focus {
  background: #eff;
}
/* Error */
.form-error .input_cover,
.form-error .input_textarea {
  background: #ffe4e1;
}
.contact_error {
  border: solid 1px #e84091;
  color: #e84091;
  width: 100%;
  padding: 1rem;
  margin-bottom: 2rem;
}
/* Button */
.contact_btn {
  width: 100%;
  max-width: 91rem;
  margin: 2.5rem auto 0;
}
.btn-clm1 .contact_btn__clm {
  width: 100%;
  max-width: 32rem;
  text-align: center;
}
.btn-clm2 .contact_btn__clm {
  width: 49%;
}
.contact_btn__link {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border: solid 1px #343c49;
  border-radius: 4rem;
  padding: 1rem;
  background: #fff;
  font-size: 1.8rem;
  cursor: pointer;
}
.contact_btn__link:hover {
  color: #fff !important;
}
.btn-gray {
  color: #fff !important;
  border-color: #bbb;
  background: #bbb;
}
.btn-blue {
  color: #fff !important;
  border-color: #5eafe4;
  background: #5eafe4;
}

/* Responsive
====================*/
/*[ MIN ]---------------------------*/
@media (min-width: 64.0625em) {
  /*1025*/
}
@media (min-width: 40.0625em) {
  /*641*/
}
@media (min-width: 30.0625em) {
  /*481*/
}
/*[ MAX ]---------------------------*/
@media (max-width: 40em) {
  /*640*/
}
@media (max-width: 30em) {
  /*480*/
  .main {
    padding: 0 2rem;
  }
}
@media (max-width: 23.75em) {
  /*380*/
  .contact_item {
    font-size: 2.2rem;
  }
}
@media (max-width: 22.5em) {
  /*360*/
}
@media (max-width: 21.25em) {
  /*340*/
  .main {
    padding: 0 1.5rem;
  }
}
