@charset "UTF-8";
/* お問い合わせ
----------------------------------------------- */
/* line 6, contact.scss */
article.contact .page_cover {
  background: url("../images/contact/cover.jpg") no-repeat top center;
  background-size: cover;
  /* PC */
}
@media print, screen and (min-width: 768px) {
  /* line 6, contact.scss */
  article.contact .page_cover {
    background-attachment: fixed;
  }
}
/* line 16, contact.scss */
article.contact .contact_content .container {
  max-width: 720px;
  margin: 0 auto 100px;
}
/* line 20, contact.scss */
article.contact .contact_content .under_line {
  border-bottom: solid 1px #a5a5a5;
  padding-bottom: 100px;
}
/* line 25, contact.scss */
article.contact .contact_content .title_contact {
  position: relative;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  padding-top: 70px;
  margin-bottom: 100px;
}
@media print, screen and (min-width: 768px) {
  /* line 25, contact.scss */
  article.contact .contact_content .title_contact {
    transform: rotate(0.03deg);
  }
}
@media screen and (max-width: 767px) {
  /* line 25, contact.scss */
  article.contact .contact_content .title_contact {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    padding: 50px 15px 0 15px;
    margin-bottom: 30px;
  }
}
/* line 42, contact.scss */
article.contact .contact_content .title_contact img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* line 51, contact.scss */
article.contact .contact_content .tel {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  /* line 51, contact.scss */
  article.contact .contact_content .tel {
    margin-bottom: 30px;
  }
}
/* line 57, contact.scss */
article.contact .contact_content .tel a {
  font-size: 55px;
  font-family: Century, serif;
}
@media screen and (max-width: 767px) {
  /* line 57, contact.scss */
  article.contact .contact_content .tel a {
    font-size: 45px;
    font-family: Century, serif;
  }
}
/* line 67, contact.scss */
article.contact .contact_content .time {
  font-size: 12px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  /* line 67, contact.scss */
  article.contact .contact_content .time {
    transform: rotate(0.03deg);
  }
}
/* line 76, contact.scss */
article.contact .flow {
  max-width: 380px;
  width: 100%;
  margin: 0 auto 65px;
  font-size: 14px;
  color: #3c3c3c;
}
/* line 82, contact.scss */
article.contact .flow .item {
  width: 80px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  /* line 82, contact.scss */
  article.contact .flow .item {
    transform: rotate(0.03deg);
  }
}
/* line 89, contact.scss */
article.contact .flow .step_number {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
/* line 94, contact.scss */
article.contact .flow .step_number .item {
  color: white;
  font-size: 26px;
}
/* line 97, contact.scss */
article.contact .flow .step_number .item .black, article.contact .flow .step_number .item .gray {
  display: block;
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border-radius: 25px;
  padding-top: 12px;
}
/* line 105, contact.scss */
article.contact .flow .step_number .item .black {
  color: #ffffff;
  background: #f0c600;
}
/* line 109, contact.scss */
article.contact .flow .step_number .item .gray {
  color: #dadada;
  background: #ffffff;
  border: solid 1px #dadada;
}
/* line 114, contact.scss */
article.contact .flow .step_number .item .line {
  position: relative;
}
/* line 116, contact.scss */
article.contact .flow .step_number .item .line:after {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 102px;
  background: #dadada;
  padding-top: 1px;
}
/* line 132, contact.scss */
article.contact .flow .step_number .item:nth-child(3) .line:after {
  display: none;
}
/* line 138, contact.scss */
article.contact .flow .step_text {
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #191919;
  letter-spacing: 0.35em;
}
/* line 148, contact.scss */
article.contact p.center {
  font-size: 12px;
  text-align: center;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  /* line 148, contact.scss */
  article.contact p.center {
    transform: rotate(0.03deg);
  }
}
/* line 157, contact.scss */
article.contact .contact_form {
  /* ------ 送信ボタン ----- */
}
/* line 158, contact.scss */
article.contact .contact_form .inputs {
  display: table;
  margin-bottom: 2em;
  /* ------ 各フォームパーツ ----- */
}
@media screen and (max-width: 767px) {
  /* line 158, contact.scss */
  article.contact .contact_form .inputs {
    display: block;
  }
}
/* line 164, contact.scss */
article.contact .contact_form .inputs .group {
  display: table-row;
}
@media screen and (max-width: 767px) {
  /* line 164, contact.scss */
  article.contact .contact_form .inputs .group {
    display: block;
  }
}
/* line 169, contact.scss */
article.contact .contact_form .inputs .group .name, article.contact .contact_form .inputs .group .input {
  display: table-cell;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  /* line 169, contact.scss */
  article.contact .contact_form .inputs .group .name, article.contact .contact_form .inputs .group .input {
    display: block;
  }
}
/* line 176, contact.scss */
article.contact .contact_form .inputs .group .name {
  width: 22%;
  font-size: small;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  /* line 176, contact.scss */
  article.contact .contact_form .inputs .group .name {
    transform: rotate(0.03deg);
  }
}
@media screen and (max-width: 767px) {
  /* line 176, contact.scss */
  article.contact .contact_form .inputs .group .name {
    width: 100%;
    padding: 1em 0 0 0;
  }
}
/* line 190, contact.scss */
article.contact .contact_form .inputs .req:after {
  content: "※";
  font-size: x-small;
  font-weight: normal;
  color: #f4858d;
  vertical-align: middle;
  padding-left: 0.5em;
}
/* line 198, contact.scss */
article.contact .contact_form .inputs .error {
  font-size: 12px;
  color: red;
  padding-top: 5px;
}
@media print, screen and (min-width: 768px) {
  /* line 198, contact.scss */
  article.contact .contact_form .inputs .error {
    transform: rotate(0.03deg);
  }
}
/* line 208, contact.scss */
article.contact .contact_form .inputs input, article.contact .contact_form .inputs textarea, article.contact .contact_form .inputs select {
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc;
  background: #f9f9f9;
  box-sizing: border-box;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  /* line 208, contact.scss */
  article.contact .contact_form .inputs input, article.contact .contact_form .inputs textarea, article.contact .contact_form .inputs select {
    -webkit-appearance: none;
    border-radius: 3px;
  }
}
/* line 224, contact.scss */
article.contact .contact_form .btn-box {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
/* line 232, contact.scss */
article.contact .contact_form .btn-box .btn {
  display: inline-block;
  width: 260px;
  margin: 0 auto;
  font-size: 14px;
  box-sizing: border-box;
  color: #e61000;
  background-color: #ffffff;
  border: solid 3px #e61000;
  border-radius: 30px;
  background-image: url("../images/common/btn_arrow.png");
  background-repeat: no-repeat;
  background-position: center right 20px;
  padding: 15px 40px;
}
/* line 247, contact.scss */
article.contact .contact_form .btn-box .btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
/* line 254, contact.scss */
article.contact .contact_form .btn-box .btn.back {
  width: 200px;
  background-color: #ffffff;
  color: #e61000;
  background-image: url("../images/common/btn_arrow_back.png");
  background-repeat: no-repeat;
  background-position: center left 20px;
}
@media screen and (max-width: 767px) {
  /* line 254, contact.scss */
  article.contact .contact_form .btn-box .btn.back {
    margin-bottom: 20px;
  }
}
/* line 267, contact.scss */
article.contact .contact_form .btn-box .btn.submit {
  color: #e61000;
}
/* line 270, contact.scss */
article.contact .contact_form .btn-box br {
  display: none;
}

/*# sourceMappingURL=contact.css.map */
