/*
Theme Name: ICONIC Child
Theme URI: https://tcd-theme.com/tcd062
Template: iconic_tcd062
Author: TCD
Author URI: https://tcd-theme.com/
Description: "ICONIC" is a WordPress theme for online stores that is compatible with Welcart. It builds a minimalistic e-commerce site that highlights your products. And some banner contents promote your products from any angles.
Version: 2.0.1.1758701378
Updated: 2025-09-24 17:09:38

*/

/* === HikiShop お問い合わせフォーム === */
.wpcf7-form {
  max-width: 640px;
  margin: 0 auto;
  background: #f8f5e9;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  font-family: "Noto Sans JP", sans-serif;
  color: #3a2e1f;
}

/* 各項目 */
.hikishop-field label {
  font-weight: 600;
  display: block;
  margin-bottom: 0.5em;
  color: #3a2e1f;
}

.hikishop-field input[type="text"],
.hikishop-field input[type="email"],
.hikishop-field input[type="tel"],
.hikishop-field textarea {
  width: 100%;
  padding: 10px 14px;
  border: 2px solid #d4c89c;
  border-radius: 10px;
  font-size: 15px;
  background: #fff;
  transition: all 0.3s ease;
}

.hikishop-field input:focus,
.hikishop-field textarea:focus {
  border-color: #7bbf5b;
  box-shadow: 0 0 6px rgba(123,191,91,0.4);
  outline: none;
}

/* 必須マーク */
.required {
  color: #e60033;
  font-size: 14px;
  margin-left: 4px;
}

/* チェックボックス */
.privacy-check {
  font-size: 14px;
  color: #4b3d2d;
}

/* 送信ボタン */
.submit-btn input[type="submit"] {
  background-color: #0097cc;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 14px 50px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  display: block;
  margin: 20px auto 0;
  box-shadow: 0 4px 8px rgba(0,151,204,0.3);
}

.submit-btn input[type="submit"]:hover {
  background-color: #007ea8;
  transform: translateY(-2px);
}

/* スマホ対応 */
@media (max-width: 600px) {
  .wpcf7-form {
    padding: 25px 15px;
  }
}

