/* Tel */
.tel-section { text-align: center; }
.tel-box { background: var(--navy); color: var(--white); border-radius: 16px; padding: 48px 32px; text-align: center; max-width: 640px; margin: 0 auto; }
.tel-box-label { font-size: 14px; opacity: .7; margin-bottom: 12px; letter-spacing: .06em; }
.tel-box-number { font-size: clamp(32px, 5vw, 48px); font-weight: 900; letter-spacing: .04em; margin-bottom: 8px; }
.tel-box-number a { color: var(--white); text-decoration: none; }
.tel-box-number a:hover { opacity: .85; }
.tel-box-driver { font-size: 16px; margin-bottom: 12px; opacity: .85; }
.tel-box-driver a { color: var(--white); text-decoration: none; }
.tel-box-hours { font-size: 14px; opacity: .6; }
.tel-box-note { font-size: 14px; color: rgba(255,255,255,.85); margin-top: 20px; line-height: 1.8; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); border-radius: 10px; padding: 16px 20px; text-align: left; }

/* LINE */
.line-section { text-align: center; }
.line-box { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 40px 32px; max-width: 760px; margin: 0 auto; box-shadow: 0 4px 20px rgba(0,0,0,.04); display: flex; gap: 40px; align-items: center; justify-content: center; }
.line-box-qr { flex-shrink: 0; text-align: center; }
.line-box-qr img { width: 200px; height: 200px; display: block; border: 1px solid var(--border); border-radius: 8px; padding: 6px; background: var(--white); }
.line-box-qr-label { font-size: 12px; color: var(--text-sub); margin-top: 8px; letter-spacing: .04em; }
.line-box-action { flex: 1; text-align: center; min-width: 0; }
.line-box-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: #06C755; color: var(--white); text-decoration: none; padding: 18px 36px; border-radius: 12px; font-size: 17px; font-weight: 700; box-shadow: 0 6px 18px rgba(6,199,85,.28); transition: background .2s ease, transform .2s ease; }
.line-box-btn:hover { background: #05a044; color: var(--white); transform: translateY(-1px); }
.line-box-btn svg { flex-shrink: 0; }
.line-box-note { font-size: 13px; color: var(--text-sub); margin-top: 16px; line-height: 1.7; }

@media (max-width: 700px) {
  .line-box { flex-direction: column; gap: 24px; padding: 28px 20px; }
  .line-box-qr img { width: 180px; height: 180px; }
  .line-box-btn { padding: 16px 24px; font-size: 15px; }
}

/* Form */
.contact-form { max-width: 720px; margin: 0 auto; }
.form-group { margin-bottom: 24px; }
.form-group label { display: block; font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.form-group label .required { color: var(--red); font-size: 12px; margin-left: 4px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 16px; border: 1px solid var(--border); border-radius: 8px;
  font-size: 15px; font-family: inherit; background: var(--white); transition: border-color .2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(4,52,90,.1);
}
.form-group textarea { resize: vertical; }
.form-note { font-size: 12px; color: var(--text-sub); margin-top: 6px; }
.form-submit { text-align: center; margin-top: 36px; }
.form-submit button {
  background: var(--red); color: var(--white); border: none; padding: 16px 48px;
  font-size: 16px; font-weight: 700; border-radius: 10px; cursor: pointer;
  transition: background .2s; letter-spacing: .06em;
}
.form-submit button:hover { background: #C41518; }
.form-disclaimer { text-align: center; font-size: 12px; color: var(--text-sub); margin-top: 16px; opacity: .6; }

/* Photo tips */
.photo-tips { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 720px; margin: 0 auto; }
.photo-tip { background: var(--white); border: 1px solid var(--border); padding: 24px 20px; border-radius: 12px; font-size: 15px; line-height: 1.7; color: var(--navy); }
.photo-tip-num { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: var(--red); color: var(--white); border-radius: 50%; font-size: 14px; font-weight: 900; margin-right: 12px; flex-shrink: 0; vertical-align: middle; }
.photo-tip-title { font-weight: 700; display: block; margin-bottom: 6px; }
.photo-tip-desc { font-size: 13px; color: var(--text-sub); display: block; padding-left: 44px; }

/* CF7 date */
.wpcf7 input[type="date"] { width: auto; min-width: 200px; max-width: 280px; height: 48px; max-height: 48px; padding: 0 16px; -webkit-appearance: none; }

@media (max-width: 900px) {
  .photo-tips { grid-template-columns: 1fr; }
}
