@charset "UTF-8";
/* CSS Document */

/* 問い合せ */
/* Chrome, Safari */
input::-webkit-input-placeholder{font-size: 60%;}
/* Firefox */
input::-moz-placeholder{font-size: 60%;}
/* Firefox 18以前 */
input:-moz-placeholder{font-size: 60%;}
/* IE */
input:-ms-input-placeholder{font-size: 60%;}


div.wpcf7{
	font-size: 1.2em;;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
div.wpcf7 p {margin-bottom: 1%;}
div.wpcf7 input[type="text"],
div.wpcf7 .yubin input[type="text"],
div.wpcf7 input[type="email"],
div.wpcf7 input[type="tel"],
div.wpcf7 input[type="date"],
div.wpcf7 textarea {
	font-size: 1.2em;
	width: 98%;
	clear: both;
	padding: 1%;
	border: 1px solid #999;
}

div.wpcf7 input[type="date"]{width: 40%;}

div.wpcf7 select{
	width: 100%;
	  height: 40px;
	-webkit-appearance: none;/*ドロップダウン・メニューカスタマイズ*/
	-moz-appearance: none;/*ドロップダウン・メニューカスタマイズ*/
	appearance: none;/*ドロップダウン・メニューカスタマイズ*/
}
div.wpcf7 select.yoyaku_day_select {width: 10%;}
div.wpcf7 input[type="checkbox"]{
	width: 20px;
        height: 20px;
	display: inline-block;
}
div.wpcf7 input[type="radio"]{
        width: 20px;
        height: 20px;
}
div.wpcf7 input[type="submit"]{
		background: #FFF url(img/mailform/soshin.svg) no-repeat center center;
        background-size: 100%;
        width: 300px;
        height: 60px;
		display: block;
		clear: both;
        margin: 5% auto 0;/*送信ボタンのCSSを設定します。*/
		text-indent: -9999px;
		text-align: center;
		border: none;
}
span.wpcf7-list-item { display: block; }
.contact_red,
.txt_red {color: #C03;}
#contact_page table,
#contact_page th,
#contact_page td {border: none;}


/* エラーメッセージと成功メッセージのスタイル */
div.wpcf7-mail-sent-ok {
	border: 2px solid #C03 !important;
	font-size: 1.1em;
	text-align: center;
	font-weight:bold;
	margin-bottom: 5%;
}

/*送信後フォーム消去*/
form.sent p{
	display:none;
	margin-bottom: -10%;
}

.hissu,
.nini {
	background: #AE0002;
	color: #FFF;
	display: inline-block;
	font-size: 70%;
	padding: 0.5% 2%;
	margin-left: 1%;
	line-height: 1.2em;
}
.nini {
	background: #E5E5E5;
	color: #333;
}
.privacy_check {
	color: #c03;
	text-align: left;
}

.contact_page_txt {
	text-align: center;
	display: block;
	margin: 1% auto 3%;
}
.contact_page_txt p {
	text-align: left;
	display: inline-block;
}
.contact_page_txt p span {color: #C03;}




/*===============================================
SP
===============================================*/
@media screen and (max-width: 599px){

/* お問い合わせ */
.btn_line {
	font-size: 16px;
	width: 80%;
}

div.wpcf7{
	width: 100%;
	margin: 0 auto;
}
div.wpcf7 p {margin-bottom: 0;}
div.wpcf7 input[type="submit"]{
	background-image: url(img/mailform/soshin.svg);
        background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	 width: 260px;
    height: 50px;
　　　　　display: block;
	clear: both;
	text-indent: -9999px;
	text-align: center;
	border: none;
}
	
div.wpcf7 select{
	width: 25%;
	  height: 30px;
}
div.wpcf7 input[type="text"].berth{width: 15%;}
	
	

}

/*===============================================
画面の横幅が641px以上769px以下　タブレット
===============================================*/
@media only screen and (min-width:600px) and (max-width:1024px){

#contact_page th,
#reserve_page th {
	width: 32%;
	text-align: right;
	vertical-align: top;
}

    
}

/*===============================================
PC
===============================================*/
@media screen and (min-width: 1025px){

#contact_page th,
#reserve_page th {
	width: 30%;
	text-align: right;
	vertical-align: top;
}	

	

}