@charset "UTF-8";
.top-line {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .top-line {
    margin-bottom: 40px;
  }
}

.contact-list {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .contact-list {
    width: 100%;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.contact-list .row {
  margin-bottom: 30px;
}
.contact-list .row .top {
  letter-spacing: 0.03em;
  color: #9f8264;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-list .row .top span {
  font-size: 10px;
  letter-spacing: 0.03em;
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #bd4d4d;
}
.contact-list .row .bottom input[type=text],
.contact-list .row .bottom textarea,
.contact-list .row .bottom input[type=email],
.contact-list .row .bottom input[type=tel] {
  width: 100%;
}
.contact-list .row .bottom input,
.contact-list .row .bottom textarea,
.contact-list .row .bottom select {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f0f0f0;
  color: #919191;
}
.contact-list .row .bottom input[type=radio],
.contact-list .row .bottom input[type=checkbox] {
  accent-color: #a98c6e;
}
.contact-list .row .bottom .wpcf7-list-item-label {
  letter-spacing: 0.03em;
  line-height: calc(26 / 14);
}
.contact-list .row .bottom span.br {
  display: block;
  margin-top: 10px;
  font-size: 10px;
}
.contact-list .row .bottom .remarks {
  font-size: 14px;
  color: #919191;
}
.contact-list .row .bottom .remarks input {
  padding: 5px 20px;
  margin-left: 10px;
  width: auto;
}
.contact-list .row .bottom .area-button {
  margin-bottom: 10px;
}
.contact-list .please .title {
  font-size: 18px;
  margin-bottom: 30px;
  color: #9f8264;
}
.contact-list .please .text {
  font-size: 13px;
  margin-bottom: 50px;
  letter-spacing: 0.03em;
  line-height: calc(26 / 13);
}
.contact-list .submit-text {
  margin-bottom: 80px;
}
.contact-list .submit-text .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.contact-list .submit-text .wpcf7-form-control-wrap:last-child {
  margin-bottom: 0;
}
.contact-list .submit-text .wpcf7-form-control-wrap * {
  font-size: 17px;
  letter-spacing: 0.03em;
  line-height: calc(26 / 17);
}
.contact-list .submit-text .wpcf7-form-control-wrap a {
  display: inline-block;
  text-decoration: underline;
}
.contact-list .submit-btn {
  position: relative;
  width: 50%;
  max-width: 400px;
  margin: 0 auto 100px auto;
}
@media (max-width: 600px) {
  .contact-list .submit-btn {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 40px auto;
  }
}
.contact-list .submit-btn:after {
  content: "";
  display: block;
  background-image: url(/wp-content/uploads/2025/06/white-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 7px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.contact-list .submit-btn .wpcf7-submit {
  width: 100%;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #a98c6e;
  color: #fff;
  border-radius: 30px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.contact-list .submit-btn .wpcf7-spinner {
  display: none;
}

.contact-text {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: calc(26 / 13);
  letter-spacing: 0.03em;
  color: #a98c6e;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .contact-text {
    text-align: left;
  }
}

.choice {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.choice:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .choice {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.choice .left {
  margin-right: 20px;
}
@media (max-width: 600px) {
  .choice .left {
    letter-spacing: 0.03em;
    line-height: calc(26 / 14);
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .choice .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.choice .right .date {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 600px) {
  .choice .right .date {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.choice .right .date input {
  width: 100%;
}
.choice .right .date input[type=date]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0; /* 消したい */
  background: transparent;
  z-index: 2;
  cursor: pointer;
}
.choice .right .date::after {
  content: "";
  background-image: url(/wp-content/uploads/2025/06/calender.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.choice .right .time {
  width: 200px;
  position: relative;
  display: inline-block;
}
@media (max-width: 600px) {
  .choice .right .time {
    width: 100%;
  }
}
.choice .right .time select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2em; /* 擬似矢印の分だけ余白 */
}
.choice .right .time::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 25px;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  background-image: url(/wp-content/uploads/2025/06/gray-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* 住所ボタンのフォーム送信防止 */
button[type=button],
input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* 住所検索ボタン専用スタイル */
.zip-search-button,
button[id*=zip],
button[class*=zip] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

/* Contact Form 7のボタンで住所関連のものを特定 */
.wpcf7-form button:not([type=submit]) {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

/* 住所ボタンの送信を完全に防ぐ */
button[type=button]:focus,
input[type=button]:focus {
  outline: none !important;
}

/* フォーム内のボタンで送信ボタン以外は送信を防ぐ */
.wpcf7-form button:not([type=submit]):not(.wpcf7-submit) {
  pointer-events: auto !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}