@charset "utf-8";




#wrapper{
  color: #333;
}

.inner p{
  line-height: 1.6;
}

.inner .sub_catch{
  font-size: 1.3rem;
}


 .title {
    display: block;
    text-align: center;
    align-items: baseline;
    border-bottom: 1px solid #d2bd9b;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #333;
}

.title .uppercase{
   text-transform: uppercase;
}

.title .f_small{
    font-size: 1.0rem;
    margin-left: 5px;
    letter-spacing: 2px;
}


.title h1{
  font-size: 3.5rem;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -3px;
}

@media screen and (max-width: 480px) {
    .title h1{
      font-size: 2.5rem;
    }
}

/* フォーム全体 */
.wpcf7 {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  font-family: "Helvetica Neue", sans-serif;
  box-sizing: border-box;
}

.wpcf7 label{
  display: block;
  color: #333;
  margin-top: 30px;
}


/* 入力フィールド全般（text, email, tel, textarea） */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid #ddd;  font-size: 1rem;
  background-color: #e8e6e4;
  margin-bottom: 1.5rem;
  transition: all 0.3s;
  box-sizing: border-box;
}

/* フォーカス時の演出 */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #00aaff;
  background-color: #745729 outline: none;
}

/* ラジオボタン（ラップ） */
.radio-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 20px 0;
}

/* ラジオボタンスタイル */
.wpcf7 .wpcf7-radio label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #eae4d9;
  padding: 0.6rem 1rem;
  border: 1px solid #ccc;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.95rem;
  transition: background 0.3s, border-color 0.3s;
  box-sizing: border-box;
}

.wpcf7 .wpcf7-radio input[type="radio"] {
  accent-color: #8a6b32;
}

.wpcf7 .wpcf7-radio label:hover {
  background: #eae4d9;
  border-color: #745729;
}

/* チェックボックス */
.wpcf7-form-control.wpcf7-checkbox {
  margin-bottom: 1.5rem;
}

/* 送信ボタン */
.wpcf7 input[type="submit"] {
  background-color: #745729;
  color: #fff;
  border: none;
  padding: 0.9rem 2rem;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
  box-sizing: border-box;
  width: 100%; /* ボタンも親幅にフィットさせたい場合 */
  margin-top: 5px;
}

/* 送信ボタン hover */
.wpcf7 input[type="submit"]:hover {
  background-color: #745729;
}

/* レスポンシブ：モバイル時にラジオを縦並び */
@media (max-width: 480px) {
  .radio-wrap {
    flex-direction: column;
  }

  /* フォーム全体 */
  .wpcf7 {
    padding:0;
  }
  #contact .radio-wrap .wpcf7-list-item {
    width: 50%;
  }
  #contact .wpcf7 .wpcf7-radio label {
    margin: 0;
    padding: 15px 10px;
  }
}

/* 応答メッセージ */
.wpcf7-response-output {
  margin-top: 1rem;
  padding: 1rem;
  background: #faf2e6;
  border-left: 4px solid #00aaff;  color: #333;
  font-size: 0.95rem;
}

#contact .wpcf7-list-item{
  margin: 0;
}

#contact .wpcf7 .wpcf7-radio label {
  margin:0 20px 0 0;
  color: #333;
}

@media screen and (max-width: 480px) {
    h1 img {
        width: 200px;
        padding: 3px 0 0;
    }
}