/* 静的ヘッダー/フッター補完 */
body.dd-static-hf .dd-logo-img { width: 100%; height: auto; display: block; }

/* CF7フォーム（Contact・ダークテーマ） */
.dd-contact-form { max-width: 680px; margin: 0 auto; }
.dd-cf7 label { display: block; color: #d1d1d1; font-size: 14px; font-weight: 500; margin-bottom: 4px; }
.dd-cf7 .dd-req { color: #bd9769; font-size: 11px; border: 1px solid #bd9769; padding: 1px 6px; border-radius: 3px; margin-left: 6px; }
.dd-cf7 input[type="text"], .dd-cf7 input[type="tel"], .dd-cf7 input[type="email"], .dd-cf7 textarea {
  width: 100%; background: #141414; border: 1px solid rgba(189,151,105,.45); border-radius: 4px;
  color: #fff; padding: 12px 14px; font-size: 15px; margin-top: 6px; }
.dd-cf7 textarea { min-height: 160px; }
.dd-cf7 input:focus, .dd-cf7 textarea:focus { outline: none; border-color: #bd9769; }
.dd-cf7-submit { text-align: center; margin-top: 28px; }
.dd-cf7 input[type="submit"] { background: #bd9769; color: #fff; font-size: 17px; font-weight: 600;
  border: none; border-radius: 999px; padding: 14px 56px; cursor: pointer; transition: opacity .2s; }
.dd-cf7 input[type="submit"]:hover { opacity: .85; }
.dd-cf7 .wpcf7-not-valid-tip { color: #e05252; font-size: 12px; }
.dd-cf7 .wpcf7-response-output { color: #d1d1d1; border-color: #bd9769 !important; }
