@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
/* ---------------------------------------------------
	contact
------------------------------------------------------ */
.contact {
  padding: 150px 0 150px;
}
.contact .container {
  max-width: 800px;
}
.contact p {
  margin: 0;
}
.contact .contact-lead {
  margin-bottom: 30px;
  text-align: center;
}
.contact input[type=text],
.contact input[type=date],
.contact input[type=tel],
.contact input[type=email],
.contact input[type=number] {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 12px 16px;
  min-height: 1.5em;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 15px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  text-align: left;
}
.contact input[type=date] {
  padding-top: 11px;
  padding-bottom: 11px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.contact input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}
.contact select {
  max-width: 100%;
  margin: 0;
  appearance: none;
  background: url(../img/top/contact_icon01.svg) no-repeat right 20px center, #fff;
  background-size: 11px;
  border: 1px solid #c1c1c1;
  border-radius: 0;
  padding: 12px 16px;
  font-size: 15px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}
.contact textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 180px;
  margin: 0;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 0;
  font-size: 15px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.contact textarea.address {
  height: 5em;
}
.contact input[type=submit],
.contact input[type=button] {
  position: relative;
  display: inline-block;
  width: 456px;
  max-width: 48%;
  margin: 0 0.6%;
  padding: 25px 0;
  background: #325c3b;
  border: none;
  border-radius: 0;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  transition: all 0.5s;
}
@media (any-hover: hover) {
  .contact input[type=submit]:hover,
  .contact input[type=button]:hover {
    opacity: 0.5;
  }
}
.contact input[type=button] {
  margin-bottom: 20px;
  background: #ccc;
}
.contact input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 2px;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #c1c1c1;
  border-radius: 0;
  vertical-align: middle;
}
.contact input[type=checkbox]::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #325c3b;
  visibility: hidden;
}
.contact input[type=checkbox]:checked::before {
  visibility: visible;
}
.contact label {
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.contact label span {
  font-weight: bold;
}
.contact .must {
  display: inline-block;
  margin-left: 5px;
  font-size: 0.75em;
}
.contact .form-row {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #c1c1c1;
}
.contact .form-row:last-of-type {
  border-bottom: none;
}
.contact .form-row .title {
  width: 200px;
  padding-top: 8px;
}
.contact .form-row .body {
  width: calc(100% - 200px);
}
.contact .privacy .wpcf7-list-item {
  margin-left: 0;
}
.contact .privacy label {
  margin-top: 20px;
}
.contact .form-btn {
  margin-top: 50px;
  text-align: center;
}

:placeholder-shown {
  color: #C1C1C1;
}

::-webkit-input-placeholder {
  color: #C1C1C1;
}

:-moz-placeholder {
  color: #C1C1C1;
  opacity: 1;
}

::-moz-placeholder {
  color: #C1C1C1;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #C1C1C1;
}

@media screen and (max-width: 810px) {
  .contact {
    padding: 100px 0 100px;
  }
  .contact .container {
    max-width: 800px;
  }
  .contact .contact-lead {
    text-align: left;
  }
  .contact input[type=submit],
  .contact input[type=button] {
    display: block;
    width: calc(100% - 20px);
    max-width: 100%;
    margin: 20px auto 0;
    padding: 15px 0;
    font-size: 17px;
    line-height: 1.5;
  }
  .contact input[type=checkbox]:checked::before {
    visibility: visible;
  }
  .contact .form-row {
    display: block;
    padding: 20px 10px;
  }
  .contact .form-row .title {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .contact .form-row .body {
    width: 100%;
  }
  .contact .privacy .wpcf7-list-item {
    margin-left: 0;
  }
  .contact .privacy label {
    margin-top: 20px;
  }
  .contact .form-btn {
    margin-top: 50px;
  }
}
/* ---------------------------------------------------
		contact-confirm
------------------------------------------------------ */
/* ---------------------------------------------------
		contact-thanks
------------------------------------------------------ */
.contact.thanks .thanks-btn {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 810px) {
  .contact-thanks .thanks-btn {
    margin-top: 30px;
  }
}