.elementor-kit-6{--e-global-color-primary:#111111;--e-global-color-secondary:#777777;--e-global-color-text:#111111;--e-global-color-accent:#D66767;--e-global-color-background:#FFFFFF;--e-global-color-backgroundAccent:#F5F5F5;--e-global-color-transparent:#00000000;--e-global-color-9e3078f:#C73A2B;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading-xl-font-family:"Inter";--e-global-typography-heading-xl-font-size:56px;--e-global-typography-heading-xl-font-weight:600;--e-global-typography-heading-xl-line-height:1.2em;--e-global-typography-heading-l-font-family:"Inter";--e-global-typography-heading-l-font-size:48px;--e-global-typography-heading-l-font-weight:600;--e-global-typography-heading-l-line-height:1.2em;--e-global-typography-heading-m-font-family:"Inter";--e-global-typography-heading-m-font-size:40px;--e-global-typography-heading-m-font-weight:600;--e-global-typography-heading-m-line-height:1.2em;--e-global-typography-heading-s-font-family:"Inter";--e-global-typography-heading-s-font-size:18px;--e-global-typography-heading-s-font-weight:500;--e-global-typography-body-s-font-family:"Inter";--e-global-typography-body-s-font-size:14px;--e-global-typography-body-s-font-weight:400;--e-global-typography-body-s-line-height:1.5em;background-color:var( --e-global-color-background );color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-secondary );}.elementor-kit-6 a:hover{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header .header-inner{width:100%;max-width:100%;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:100%;max-width:100%;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading-xl-font-size:48px;--e-global-typography-heading-l-font-size:40px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:18px;font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading-xl-font-size:40px;--e-global-typography-heading-l-font-size:32px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:16px;font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ===== Itoshige style for Contact Form 7 ===== */

/* フォーム全体（必要ならショートコードを囲む親に class を付けて限定も可能） */
.wpcf7 {
  font-family: Helvetica, Arial, sans-serif;
}


/* 入力系を統一 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.wpcf7 select{
  width: 100%;
  height: 60px;                 /* 画像の背の高い入力 */
  border: 2px solid #b5b5b5;    /* 濃い枠 */
  border-radius: 20px;
  padding: 0 22px;
  font-size: 18px;
  line-height: 1;
  background: transparent;
  outline: none;
  box-shadow: none;
  font-family: Helvetica, Arial, sans-serif;
}

/* textareaだけは高さを別に */
.wpcf7 textarea{
  height: 180px;
  padding: 18px 22px;
  resize: vertical;
  line-height: 1.4;
}

/* selectの見た目を入力と合わせる（OS差は出ます） */
.wpcf7 select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 48px;
}

/* プレースホルダー（フォーム名を中に表示したいなら placeholder が必要） */
.wpcf7 ::placeholder{
  color: #b5b5b5;
  opacity: 1;
  font-family: Helvetica, Arial, sans-serif;
}

/* 各フィールドの余白 */
.wpcf7 .wpcf7-form-control-wrap{
  display: block;
  margin-bottom: 18px;
}

/* submitボタン */
.wpcf7 input[type="submit"]{
  width: 100%;
  height: 74px;
  border: none;
  border-radius: 12px;
  background: #c84b4b;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
}

.wpcf7 input[type="submit"]:hover{
  filter: brightness(0.95);
}

/* エラーメッセージの見た目が崩れないように */
.wpcf7 .wpcf7-not-valid-tip{
  margin-top: 8px;
  font-size: 14px;
}

/* 送信後メッセージ */
.wpcf7 .wpcf7-response-output{
  margin: 14px 0 0;
}

/* ===== CF7 acceptance (checkbox) fix ===== */
.wpcf7 .wpcf7-acceptance{
  display: block;
  margin: 10px 0 18px;
  font-size: 16px;
  line-height: 1.6;
}



/* checkbox */
.wpcf7 .wpcf7-acceptance input[type="checkbox"]{
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: middle;
}

/* Select placeholder-like style */
.itoshige-contact-form select {
  color: #b5b5b5;
  font-weight: 400;
}

/* 選択された後は通常色 */
.itoshige-contact-form select:focus,
.itoshige-contact-form select:not([value=""]) {
  color: #666;
}

/* Acceptance text weight fix */
.itoshige-contact-form .wpcf7-acceptance,
.itoshige-contact-form .wpcf7-acceptance span,
.itoshige-contact-form .wpcf7-acceptance label {
  font-weight: 400;
}/* End custom CSS */