@charset "UTF-8";

/* Contact全体
-------------------------------------------- */
/* .contentsWrapのカスタマイズ */
.contentsWrap-c {
  border-bottom: 1px solid #ddd;
}


/* お問い合わせフォーム
-------------------------------------------- */
.cformWrap {
  padding-top: 3.125rem;
}

.cformWrap form {
  letter-spacing: 0.1rem;
}

.help-block_ex {
  color: #6da9b4;
  font-size: .8125rem;
}


/* 必須項目 */
.fo-red {
  display: inline-block;
  color: red;
  font-size: .875rem;
  vertical-align: text-top;
}

@media (min-width: 768px) {
  .cformWrap {
    padding: 3.125rem 3.125rem 0;
  }

  .mailform dt {
    text-align: right;
  }
}


/* フォーム placeholderの文字色 */
input.phColor::-webkit-input-placeholder,
textarea.phColor::-webkit-input-placeholder {
  color: #bbb;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

input.phColor:-ms-input-placeholder,
textarea.phColor:-ms-input-placeholder {
  color: #bbb;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

input.phColor::-moz-placeholder,
textarea.phColor::-moz-placeholder {
  color: #bbb;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

input.phColor::-placeholder,
textarea.phColor::-placeholder {
  color: #bbb;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}


/* フォームボタン */
.mfp_buttons_ex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.linkBtn-form {
  display: block;
}

.linkBtn-form .btnEx {
  /*padding: .75rem 1rem;*/
  margin-top: 0;
}

.btnForm {
  color: #6da9b4;
  letter-spacing: 0.1rem;
  border-color: #6da9b4;
  border-radius: .25rem;
}

.btnForm:hover {
  color: white;
  background: #6da9b4;
}

.btnForm:active {
  top: 1px;
}

.btnForm:hover::after {
  left: 0;
  width: 100%;
}

/*
.btnForm {
  border: 1px solid #6da9b4;
  color: #6da9b4;
  letter-spacing: 0.1rem;
  background: transparent;
  outline: none !important;
  transition: all 0.3s ease;
}

.btnForm::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #6da9b4;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: all 0.3s ease;
}

.btnForm:hover {
  color: white;
}

.btnForm:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
*/

@media (min-width: 576px) {
  .mfp_buttons_ex {
    flex-direction: row;
  }

  .linkBtn-form {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 0
  }
}

@media (min-width: 768px) {
  .linkBtn-form {
    margin-top: 1rem;
  }
}

@media (min-width: 992px) {
  .mfp_buttons_ex {
    justify-content: flex-start;
  }

  .linkBtn-form {
    margin-left: 0rem;
    margin-right: 3rem;
    padding: 0;
  }
}


/* お問い合わせフォーム　送信完了画面
-------------------------------------------- */
.cthanksWrap {
  max-width: 750px;
  padding: 3.125rem 0 2rem;
}

.cthanksWrap p {
  font-size: .875rem;
  line-height: 1.8;
  text-align: justify;
  padding-bottom: 2rem;
}

.cthanksWrap p small {
  line-height: 1.6;
  padding-bottom: 3.125rem;
}

.cthanksWrap .linkBtn-form .btnEx {
  margin-top: 2.5rem;
}

.btnThanks {
  letter-spacing: 0.1rem;
  padding: .75rem 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .cthanksWrap {
    padding-top: 5rem;
  }

  .cthanksWrap p {
    font-size: .9375rem;
  }
}


/* 電話からのお問い合わせ
-------------------------------------------- */
#_contact {
  padding-top: 0;
}

#_contact h2 {
  font-size: 1.3125rem;
  letter-spacing: .15rem;
  text-align: center;
  padding-top: 3.125rem;
  padding-bottom: 1.75rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #_contact h2 {
    padding-top: 5rem;
  }

  #_contact h2 small {
    display: block;
  }
}
