@charset "UTF-8";
/* 区切り線 */
hr.vkp_line {
  width: 30px !important;
  height: 1px !important;
  margin-left: 0 !important;
}
hr.vkp_line.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

hr.vkp_line_bold {
  width: 50px !important;
  height: 7px !important;
}

/* =========================
   Contact Form 7
========================= */
/* フォーム全体 */
.wpcf7 .wpcf7-form {
  max-width: 700px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.wpcf7 .mb-3 {
  margin-bottom: 1.2rem;
}
.wpcf7 .form-label {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.45rem;
}
.wpcf7 .form-control {
  width: 100%;
  border-radius: 8px;
  padding: 0.65rem 0.8rem;
}
.wpcf7 textarea.form-control {
  min-height: 220px;
}
.wpcf7 {
  /* 送信ボタン */
}
.wpcf7 .wpcf7-submit {
  display: block;
  margin: 2rem auto 0;
  min-width: 220px;
  padding: 0.85rem 2.4rem;
  font-size: 1.125rem;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  background-color: #ccc;
  color: #fff;
  cursor: not-allowed;
}
.wpcf7 .wpcf7-submit:not(:disabled) {
  background-color: #e7d939 !important;
  color: #000 !important;
  cursor: pointer;
  border: none;
}
.wpcf7 {
  /* プライバシーポリシーリンク */
}
.wpcf7 .wpcf7-acceptance a,
.wpcf7 .wpcf7-form a[data-bs-toggle=modal] {
  color: #fff;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.wpcf7 .wpcf7-acceptance a:hover,
.wpcf7 .wpcf7-form a[data-bs-toggle=modal]:hover {
  color: #e7d939;
}

/* スマホ微調整 */
@media (max-width: 575.98px) {
  .wpcf7 .wpcf7-form {
    padding: 1.5rem 1rem;
  }
  .wpcf7 .wpcf7-submit {
    min-width: 200px;
  }
}
/* =========================
   Privacy Modal
========================= */
#privacyModal.modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  background: rgba(0, 0, 0, 0.55);
  padding: 24px 16px;
  overflow-y: auto;
}

#privacyModal.show {
  display: block;
}

#privacyModal .modal-dialog {
  max-width: 800px;
  margin: 40px auto;
}

#privacyModal .modal-content {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

#privacyModal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #e5e5e5;
}

#privacyModal .modal-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
}

#privacyModal .btn-close {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #222;
  padding: 0;
}

#privacyModal .modal-body {
  padding: 20px;
  max-height: 70vh;
  overflow-y: auto;
  color: #333;
  line-height: 1.8;
}

/* Bootstrap JS が生成する backdrop 用 */
.modal-backdrop {
  z-index: 1990;
}

/* 必須バッジ */
.wpcf7 .badge.bg-danger {
  display: inline-block;
  margin-left: 6px;
  padding: 0.25em 0.55em;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #dc3545;
  border-radius: 6px;
}

.page_top_btn {
  bottom: 10%;
}