/* CF7 form styling to match tokura design */
.p-contact .wpcf7 {
  max-width: 600px;
  margin: 0 auto;
}

.p-contact .wpcf7 .c-form {
  margin-bottom: 1.5rem;
}

.p-contact .wpcf7 .c-form span {
  display: block;
  font-size: 0.875rem;
  color: #37241c;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.p-contact .wpcf7 .c-form span.wpcf7-not-valid-tip {
  color: #c44d4d;
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 0.4rem;
  margin-bottom: 0;
}

.p-contact .wpcf7 input[type="text"],
.p-contact .wpcf7 input[type="email"],
.p-contact .wpcf7 input[type="tel"],
.p-contact .wpcf7 textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  font-size: 0.875rem;
  color: #37241c;
  background: #fff;
  font-family: inherit;
  transition: border-color 0.3s;
}

.p-contact .wpcf7 input:focus,
.p-contact .wpcf7 textarea:focus {
  outline: none;
  border-color: #529c9c;
}

.p-contact .wpcf7 textarea {
  min-height: 200px;
  resize: vertical;
}

.p-contact .wpcf7 input[type="submit"] {
  display: block;
  margin: 2rem auto 0;
  padding: 0.875rem 3rem;
  background: #529c9c;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-family: "Shippori Mincho", serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: background 0.3s;
}

.p-contact .wpcf7 input[type="submit"]:hover {
  background: #478888;
}

.p-contact .wpcf7 input[type="submit"].is-disabled,
.p-contact .wpcf7 input[type="submit"]:disabled {
  background: #d9d9d9;
  color: #999;
  cursor: not-allowed;
  pointer-events: none;
}

/* バリデーションエラー（各フィールド下） */
.p-contact .wpcf7-not-valid-tip {
  display: block;
  color: #c44d4d;
  font-size: 0.75rem;
  margin-top: 0.4rem;
  letter-spacing: 0.05em;
}

/* エラー時のinput枠線 */
.p-contact .wpcf7-not-valid {
  border-color: #c44d4d !important;
}

/* 送信結果メッセージ（フォーム下部） */
.p-contact .wpcf7-response-output {
  text-align: center;
  margin-top: 1.5rem;
  padding: 0.875rem 1rem;
  font-size: 0.8125rem;
  border-radius: 4px;
  letter-spacing: 0.05em;
}

/* バリデーション失敗 */
.p-contact .wpcf7 form.invalid .wpcf7-response-output,
.p-contact .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #c44d4d;
  background: #fdf2f2;
  border-color: #e8b4b4;
}

/* 送信失敗 */
.p-contact .wpcf7 form.failed .wpcf7-response-output,
.p-contact .wpcf7 form.aborted .wpcf7-response-output {
  color: #c44d4d;
  background: #fdf2f2;
  border-color: #e8b4b4;
}

/* 送信成功 */
.p-contact .wpcf7 form.sent .wpcf7-response-output {
  color: #529c9c;
  background: #f0f8f8;
  border-color: #a3d4d4;
}

/* スピナー */
.p-contact .wpcf7-spinner {
  display: block;
  margin: 1rem auto 0;
}
