@charset "UTF-8";
/*==============================
	pageTtl
==============================*/
.pageTtl {
  background: url("../img/contact/fv.jpg") no-repeat top center;
  background-size: cover;
}

/*==============================
	contactArea
==============================*/
.contactArea .comptxt {
  margin-bottom: 12%;
}
.contactArea .comptxt b {
  color: #ee8070;
  display: block;
  font-size: 1.6em;
  line-height: 1.4;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .contactArea .comptxt {
    margin-bottom: 6%;
    text-align: center;
  }
}
/*==============================
	form
==============================*/
.mustTxt {
  margin-bottom: 1em;
}
.mustTxt span {
  color: #da341c;
}

.contactForm {
  margin-bottom: 8%;
}
.contactForm.infoTable td {
  padding-top: 8%;
  padding-bottom: 8%;
}
.contactForm .must {
  display: inline-block;
  color: #da341c;
  font-weight: bold;
  margin-left: 5px;
}
.contactForm .note {
  font-size: 0.8em;
  display: block;
  text-align: left;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .contactForm {
    margin-bottom: 6%;
  }
  .contactForm.infoTable th, .contactForm.infoTable td {
    padding-top: 3%;
    padding-bottom: 3%;
  }
}
/*-------------------------------------
  Form
--------------------------------------*/
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /*フォームスタイル初期化css*/
  outline: none; /*フォームスタイル初期化css*/
  border-radius: 5px;
  border: solid 1px #dcdcdc;
  padding: 10px;
  box-sizing: border-box;
}

textarea {
  width: 100%;
  min-height: 150px;
  resize: vertical;
}

/*------------------
  radio
------------------*/
.radio input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.radio .wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}
.radio span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.radio span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.radio span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #ee8070;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.radio input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

/*------------------
  checkbox
------------------*/
.confirm .wpcf7-list-item {
  display: block;
  line-height: 1;
  margin: 0;
}
.confirm .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 8px;
}
.confirm input[type=checkbox] {
  display: none;
}
.confirm .wpcf7-list-item-label {
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 25px;
  display: inline-block;
}
.confirm .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #dcdcdc;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}
.confirm input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 8px;
  height: 6px;
  border-top: 2px solid #ee8070;
  border-right: 2px solid #ee8070;
  transform: rotate(135deg);
  position: absolute;
  left: 5px;
  top: 4px;
}

/*-------------------------------------
  送信ボタン
--------------------------------------*/
.submitBtn {
  width: 71.4%;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s;
}
.submitBtn:before, .submitBtn:after {
  content: "";
  display: block;
  position: absolute;
  background: #da341c;
}
.submitBtn:before {
  width: calc(100% + 5px);
  height: 1px;
  bottom: -5px;
  right: -5px;
}
.submitBtn:after {
  width: 1px;
  height: calc(100% + 5px);
  bottom: -5px;
  right: -5px;
}
.submitBtn:hover {
  transform: translate(3px, 3px);
  opacity: 0.8;
}

input[type=submit] {
  width: 100%;
  display: inline-block;
  padding: 15px 50px;
  box-sizing: border-box;
  border: none;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
  background: #da341c;
  display: block;
  text-align: center;
  margin: 0 auto;
  border-radius: 0;
}

.submitBtn + .submitBtn {
  margin-top: 2em;
}

.submitBtn.back:before, .submitBtn.back:after {
  background: #333;
}

.submitBtn.back input[type=submit] {
  background: #333;
}

.contactForm .submitBtn.back {
  display: none;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form-control {
  width: 100%;
  box-sizing: border-box;
}

.dateWrap, .confirm {
  margin-bottom: 1em;
}
.dateWrap .wpcf7-not-valid-tip, .confirm .wpcf7-not-valid-tip {
  display: none;
}
.dateWrap .error-message, .confirm .error-message {
  color: #da341c;
  display: none;
}
.dateWrap:has(.wpcf7-not-valid-tip) .error-message, .confirm:has(.wpcf7-not-valid-tip) .error-message {
  display: block;
}

.date, .time {
  display: inline-block;
  vertical-align: middle;
}

.date {
  width: 45%;
  min-height: 2.4em;
  margin-right: 1em;
}

@media screen and (min-width: 768px) {
  .date {
    min-height: auto;
  }
}
.time {
  width: auto;
}

.confirm {
  text-align: center;
  margin: 0 0 2em 0;
}
.confirm p {
  line-height: 100%;
}

@media screen and (min-width: 768px) {
  .submitBtn {
    width: 260px;
  }
}
.grecaptcha-badge {
  bottom: 22% !important;
  right: 0px;
}

@media screen and (min-width: 768px) {
  .grecaptcha-badge {
    bottom: 35% !important;
    right: 0px;
  }
}