/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 02 2025 | 05:43:27 */
/* Contact Form7スマホ・タブレット用カスタマイズ */
@media(max-width:767px){
/* テーブルの見出しとフォーム */
table.inquiry th,table.inquiry td {
   display:block;
   width:100%;
   border:0;
}

/* 送信ボタン */
input.wpcf7-submit{
   margin-bottom:30px;
   width:100%;
}
	table td{
padding:4px;	
}
	


	.haveto,.any{
   font-size:10px;
   padding:2px;
   border-radius:4px;
}
	
}

/* 日付タグ上のテキストをPCとスマホで変更 */
@media(max-width:900px){
.pcdate{
   display: none;
}
}
@media(min-width:1000px){
.spdate{
   display: none;
}
/* 日付タグの幅を調整 */
.wpcf7-date.dateform{
   width: 25%;
}
}

/* Contact Form7全体カスタマイズ */

/* 自動入力されるPタグを無効にする */
.inquiry p {
   display: inline;
}

/*テーブル下に余白.枠線・テキストの行間 */
table.inquiry {
   margin-bottom: 30px;
   border:solid 0px #d7d7d7;
   line-height:1.2;
   vertical-align:middle;
}

/* テーブルの行 */
.inquiry tr {
   border:0!important;
}

/* テーブルの見出し側 */
.inquiry th{
   text-align:left;
   font-size:14px;
   color:#303135;
   padding:1em 0.5em;
   width:0;
   background:#ffffff00!important;
   border:solid 0px #d7d7d7;
   white-space: nowrap;
	vertical-align:middle;
}


/* 必須と任意タグ */
.haveto{
   font-size:13px;
   padding:5px;
   background:#F25C05!important;
   color:#fff;
   border:solid 1px #FC34C8;
   margin-right:5px;
   font-weight:600;
}

.any{
   font-size:13px;
   padding:5px;
   background:gray!important;
   color:#fff;
   border:solid 1px #FC34C8;
   margin-right:5px;
   font-weight:600;
}


/* 任意タグの背景カラー */
.any{
    color:#fff;
	   border:solid 1px gray;
}

/* テーブルフォーム側 */
.inquiry td{
	   background:#ffffff00!important;
   font-size:13px;
   border:solid 0px #d7d7d7;	
}

/* 入力エリア幅最大 */
.wpcf7-form-control {
   width: 100%;
}

/* フォーム入力欄の余白・背景カラー・枠線消す指定 */
.inquiry input,.inquiry select,.inquiry textarea {
   margin: 5px 0;
   background:#fff;
   border: solid 1px gray;
   padding:0.7em;
	border-radius:4px;
	color:#303135;
	font-weight:bold;
	font-size:13px;
}
.inquiry textarea {
   padding-bottom:1rem;
}

input[type=number]{width:120px;}


input:focus {
    outline: #E296B3 1px solid;
}

.wpcf7-list-item-label{
   padding:0 5px 0 2px;
}
/*ラジオボタンを縦並び指定*/
.verticallist{
   display:inline-grid;
}



/* 送信ボタンのデザイン */
.wpcf7-submit{
   display: block;
   margin:2px auto;
   padding:1em 0;
   background:gray;
   color:#fff;
   font-size:14px;
   font-weight:bold;	 
   border-radius:0px;
   border:solid 1px #f9f9f9;
	width:80%!important;
}

/* 送信ボタンマウスホバー時 */
.wpcf7-submit:hover{
   opacity: 0.9;
   transition: 0.3s;
	background-color:#F25C05;
}

/* フォーム上部に表示されるエラーメッセージを非表示 */
.screen-reader-response {
    display: none;
}

/* フォーム内エラーメッセージを赤色に指定 */
.wpcf7-not-valid-tip {
    color: #F25C05;
}


.haikei{
  position: fixed;
  top: 0;
  left: 0;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #F25C05;
    color: #303135;
}
@media(max-width:767px){
	.inquiry th{
		padding:2em 0.5em 0.5em;
	}

}

.form-checkbox-wrapper {
  margin: 24px 0;
}

.form-checkbox-wrapper label {
  font-size: 16px;
  line-height: 1.8;
  display: inline-block;
}

/* タブレット以下 */
@media screen and (max-width: 768px) {
  .form-checkbox-wrapper label {
    font-size: 15px;
    line-height: 1.7;
  }
}

/* スマホ以下 */
@media screen and (max-width: 480px) {
  .form-checkbox-wrapper label {
    font-size: 12px;
    line-height: 1.6;
  }
}

#char-count {
  font-size: 13px;
  color: #666;
  margin-top: 4px;
}
.grecaptcha-badge { visibility: hidden; }
