@charset "utf-8";
/* charset */
/* PC =========================== */
.btn_box input{
	background: #62c769;
	color: #ffffff;
	padding: 7px 3em 6px 3em;
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	font-size: 1.8rem;
	font-weight: bold;
	border: none;
	cursor: pointer;
}
.btn_box input:hover,
.btn_box input:active{
	background: #28a157;
}
.btn_l input{
	font-size: 2.2rem;
	width: 60%;
	padding: 14px 3em 13px 3em;
}
.radiosimple label{
	width: auto;
}
span.wpcf7-list-item{
	margin-left: 0 !important;
}
.wpcf7-radio span.wpcf7-list-item{
	width: 22%;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after{
	content: "" !important;
}
.table_form input[type="tel"],
.table_form input[type="email"]{
	font-size: 1.8rem;
	line-height: 24px;
	padding: 2px;
	width: 62%;
	border: 1px solid #cccccc;
}
span.wpcf7-not-valid-tip{
	margin-top: 10px;
	color: #ff6699 !important;
}
.wpcf7-form-control-wrap.booking01 span.wpcf7-not-valid-tip,
.wpcf7-form-control-wrap.booking02 span.wpcf7-not-valid-tip{
	margin-top: -10px;
	margin-bottom: 10px;
}
div.wpcf7 .ajax-loader{
	display: block !important;
	margin: 20px auto 0 auto !important;
}
div.wpcf7-response-output{
	margin: 0 !important;
	padding: 0.5em !important;
	text-align: center;
	border: 2px solid #ff6699 !important;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok{
	display: none !important;
}
input#booking01,
input#booking02{
	margin-bottom: 20px;
}
/* ios ボタン角丸初期化 */
.iphone input[type="submit"],
.iPad input[type="submit"],
.iPad input[type="text"],
.iPad input[type="tel"],
.iPad input[type="email"]{
	-webkit-appearance: none;
}

/* mobile =========================== */
.mobile .wpcf7-radio span.wpcf7-list-item,
.tablet.android .wpcf7-radio span.wpcf7-list-item{
	width: 100%;
}