@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.single-lp .c-gnav>.menu-item >a {
    padding: 0 20px !important;
}

/* サービス・フォーム全体 */
.cf7-young-form {
  max-width: 600px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
}

/* 各フィールド */
.cf7-field {
  margin-bottom: 20px;
}

.cf7-field label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

.cf7-field .required {
  color: #ff4d4f;
  margin-left: 4px;
}

/* input / textarea */
.cf7-young-form input[type="text"],
.cf7-young-form input[type="email"],
.cf7-young-form input[type="tel"],
.cf7-young-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 15px;
  background: #fafafa;
  transition: all 0.2s ease;
}

/* フォーカス時 */
.cf7-young-form input:focus,
.cf7-young-form textarea:focus {
  outline: none;
  border-color: #7b7bff;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(123, 123, 255, 0.15);
}

/* textarea */
.cf7-young-form textarea {
  min-height: 140px;
  resize: vertical;
}

/* 送信ボタン */
.cf7-submit input[type="submit"] {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  background: linear-gradient(100deg, #bd55ff 0%, #389bff 100%);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s;
}

/* hover */
.cf7-submit input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(56, 155, 255, 0.35);
  opacity: 0.95;
}

/* スマホ対応 */
@media (max-width: 480px) {
  .cf7-young-form {
    padding: 0 10px;
  }
}
