@charset "UTF-8";
/* ==========================================================================
 * contact.css — お問い合わせ（contact.php）固有スタイル
 * ※ フォームはデザイン準拠のネイティブフォーム
 * ========================================================================== */

/* ============ INTRO ============ */
.ct-intro{ background:#fefefe; padding:60px 24px 0; }
.ct-intro__inner{ max-width:820px; margin:0 auto; text-align:left; }
.ct-intro__text{ font-size:15px; line-height:2; color:#3a3f5a; margin:0; }

/* ============ TEL BOX ============ */
.ct-tel{ background:#fefefe; padding:44px 24px 0; }
.ct-tel__inner{ max-width:820px; margin:0 auto; }
.ct-tel__box{ background:linear-gradient(135deg,#003A97,#0a4aa8); border-radius:22px; padding:44px 40px; text-align:center; box-shadow:0 14px 36px rgba(19,26,134,.22); }
.ct-tel__label{ display:block; font-family:"Zen Kaku Gothic New",sans-serif; font-weight:700; font-size:16px; color:#F2DE8C; letter-spacing:.04em; margin:0; }
.ct-tel__num{ font-family:"Barlow",sans-serif; font-weight:800; font-size:48px; color:#fff; text-decoration:none; letter-spacing:.02em; display:inline-block; margin:6px 0 22px; text-shadow:0 2px 10px rgba(0,0,0,.2); }
.ct-tel__chips{ display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }
.ct-tel__chip{ background:rgba(255,255,255,.16); border:1px solid rgba(242,222,140,.55); border-radius:14px; padding:16px 24px; text-align:left; min-width:230px; }
.ct-tel__chip-title{ font-family:"Zen Kaku Gothic New",sans-serif; font-weight:700; font-size:14.5px; color:#fff; margin:0 0 5px; }
.ct-tel__chip-note{ font-family:"Barlow","Zen Kaku Gothic New",sans-serif; font-weight:700; font-size:13.5px; color:#F2DE8C; margin:0; }
@media(max-width:520px){ .ct-tel__num{ font-size:34px; } .ct-tel__chip{ min-width:0; width:100%; } }

/* ============ MAIL FORM ============ */
.ct-form-sec{ background:#fefefe; padding:60px 24px; scroll-margin-top:70px; }
.ct-form-sec__inner{ max-width:820px; margin:0 auto; }
.ct-block{ margin-bottom:32px; }
.ct-block__head{ display:flex; align-items:center; gap:12px; margin-bottom:16px; }
.ct-block__head--tight{ margin-bottom:8px; }
.ct-step{ background:linear-gradient(135deg,#CBAF4E,#B8952F); color:#fff; font-family:"Barlow",sans-serif; font-weight:800; font-size:13px; padding:5px 14px; border-radius:20px; flex:none; }
.ct-block__title{ font-family:"Zen Kaku Gothic New",sans-serif; font-weight:900; font-size:18px; color:var(--mtx-blue); margin:0; }
.ct-block__title span{ font-size:13px; color:var(--mtx-gold-text); }
.ct-block__note{ font-size:12.5px; color:#7a7f90; margin:0 0 16px; }
.ct-radio-grid{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.ct-choice{ display:flex; align-items:center; gap:12px; background:#f4f5f7; border:1.5px solid rgba(19,26,134,.1); border-radius:12px; padding:15px 18px; cursor:pointer; font-size:14px; color:var(--mtx-txt); transition:border-color .2s ease,background .2s ease; }
.ct-choice:hover{ border-color:var(--mtx-gold); }
.ct-choice input{ width:18px; height:18px; accent-color:var(--mtx-gold-text); flex:none; }
.ct-choice--sm{ gap:8px; border-radius:10px; padding:10px 14px; font-size:13px; }
.ct-choice--sm input{ width:16px; height:16px; }
.ct-grid{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.ct-grid__full{ grid-column:1/-1; }
.ct-label{ display:block; font-size:13px; font-weight:700; color:var(--mtx-blue); margin-bottom:7px; }
.ct-label span{ color:var(--mtx-gold-text); }
.ct-label__sub{ font-size:11px; color:#7a7f90; }
.ct-input{ width:100%; box-sizing:border-box; padding:13px 16px; border:1.5px solid rgba(19,26,134,.16); border-radius:11px; font-family:"Noto Sans JP",sans-serif; font-size:15px; color:#1e2233; background:#fff; }
.ct-input:focus{ outline:none; border-color:#DCBE3A; }
.ct-check-wrap{ display:flex; flex-wrap:wrap; gap:10px; }
.ct-privacy{ background:#f4f5f7; border-radius:14px; padding:22px 26px; margin-bottom:24px; }
.ct-privacy__title{ font-family:"Zen Kaku Gothic New",sans-serif; font-weight:700; font-size:14px; color:var(--mtx-blue); margin:0 0 10px; }
.ct-privacy__text{ font-size:12.5px; line-height:1.9; color:#4a4f66; margin:0 0 14px; }
.ct-privacy__agree{ display:flex; align-items:center; gap:10px; font-size:14px; font-weight:700; color:var(--mtx-blue); cursor:pointer; }
.ct-privacy__agree input{ width:18px; height:18px; accent-color:var(--mtx-gold-text); }
.ct-privacy__agree span{ color:var(--mtx-gold-text); font-size:12px; }
.ct-submit{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.ct-btn-confirm{ border:2px solid rgba(19,26,134,.2); cursor:pointer; background:#fff; color:var(--mtx-blue); font-family:"Zen Kaku Gothic New",sans-serif; font-weight:700; font-size:15px; padding:16px 34px; border-radius:14px; transition:border-color .2s ease; }
.ct-btn-confirm:hover{ border-color:var(--mtx-gold); }
@media(max-width:640px){
  .ct-radio-grid,.ct-grid{ grid-template-columns:1fr; }
}

/* ============ お約束 ============ */
.ct-promise{ background:transparent; padding:64px 24px; }
.ct-promise__inner{ max-width:900px; margin:0 auto; }
.ct-promise__box{ position:relative; background:#fff; border:2px solid var(--mtx-blue); border-radius:16px; padding:40px 40px 30px; margin-top:20px; }
.ct-promise__tab{ position:absolute; top:-20px; left:26px; display:inline-flex; align-items:center; gap:8px; background:var(--mtx-blue); color:#fff; font-family:"Zen Kaku Gothic New",sans-serif; font-weight:700; font-size:16px; padding:9px 24px; border-radius:10px; box-shadow:0 6px 14px rgba(19,26,134,.2); }
.ct-promise__tab img{ height:26px; width:auto; }
.ct-promise__list{ display:flex; flex-direction:column; }
.ct-promise__item{ display:flex; gap:16px; align-items:flex-start; padding:18px 0; border-bottom:1px dashed rgba(19,26,134,.16); }
.ct-promise__item:first-child{ padding-top:6px; }
.ct-promise__item:last-child{ border-bottom:none; padding-bottom:0; }
.ct-promise__check{ flex:none; display:inline-flex; align-items:center; justify-content:center; width:30px; height:30px; border-radius:50%; background:linear-gradient(140deg,#D9C05F,#C6A63C); color:#fff; font-size:14px; margin-top:2px; box-shadow:0 3px 8px rgba(160,128,40,.3); }
.ct-promise__ctitle{ font-family:"Zen Kaku Gothic New",sans-serif; font-weight:900; font-size:16px; color:var(--mtx-blue); margin:0 0 4px; }
.ct-promise__ctext{ font-size:13.5px; line-height:1.8; color:#4a4f66; margin:0; }
@media(max-width:640px){
  .ct-promise__box{ padding:34px 22px 26px; }
  .ct-promise__tab{ font-size:14px; padding:8px 18px; left:16px; }
  .ct-promise__ctitle{ font-size:15px; }
}

/* CMSフォーム（#cms-contact-2-1-area）は独自調整なし＝CMS標準表示 */
.ct-form-sec .mtx-sec-head{ margin-bottom:20px; }
.ct-form-cms{ background:#f4f5f7; border-radius:24px; padding:40px; }
@media(max-width:640px){ .ct-form-cms{ padding:26px 20px; } }
/* 選択肢（お問い合わせ種別など）は1カラム表示のみ調整 */
#cms-contact-2-1-area .form-contents dd label{ display:block; margin-bottom:8px; }

/* ============ スマホ文字サイズ調整 ============ */
@media(max-width:640px){
  .ct-intro__text{ font-size:14.5px; }
  .ct-tel__box{ padding:30px 25px; }
  .ct-tel__label{ font-size:13px; }
  .ct-tel__chip{ min-width:0; width:100%; }
  .ct-tel__chip-title{ font-size:14px; }
  .ct-block__title{ font-size:16px; }
  .ct-promise__title{ font-size:20px; }
  .ct-promise__ctitle{ font-size:14.5px; }
}
