#wp_head p{background-image: url("../img/tit_other.webp");  }
#page{margin: 80px 40px; padding: 0;}
#page h1,#page h2{font-family: "Shippori Mincho B1", serif; font-weight: 400; font-style: normal; color:var(--green); margin-bottom: 40px;}
#page h2{margin-top: 80px;}
#page p{margin: 40px 0 20px 0;}
/* フォーム全体の幅 */ .wpcf7-form { max-width: 100%; margin: 2em auto; padding: 20px; border: 1px solid #eee; }
/* ラベル（項目名）の調整 */ .wpcf7-form label { display: block; margin-bottom: 1.5em; font-weight: bold; }
/* 入力欄（テキスト、メール、プルダウン） */
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form select, .wpcf7-form textarea { width: 100%; padding: 10px; margin-top: 5px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; /* 幅を100%に収める */ } /* 送信ボタン */ 
.wpcf7-submit { background-color: #333; color: #fff; padding: 12px 40px; border: none; border-radius: 4px; cursor: pointer; transition: 0.3s; margin: 0 auto!important; display: block;  } .wpcf7-submit:hover { background-color: #666; }


/*******tablet*******/
@media screen and (orientation: portrait){
#page{margin: 40px; padding: 0;}
}

/*******SP*******/
@media screen and (max-width:600px){
#page{margin: 40px 20px; padding: 0;}
h2{margin-top: 40px;}
}

/*******Wide*******/
@media screen and (min-width:1260px){
#page{width: 1260px; margin: 80px auto;}
 h2{margin-left:calc(50% - 630px); margin-right: calc(50% - 630px); }
.wpcf7-form { width: 70%;}
}