/*
プラグイン用のCSS
*/


/***********************************************************
                  Contact Form 7
************************************************************/
.wpcf7{
	text-align: center;
}
.wpcf7 form{
	display: inline-block;
	width: 90%;
	margin: 0 auto;
}
.wpcf7 form > div{
	display: flex;
	align-items: center;
	margin: 10px 0;
}
.wpcf7 form > div#contact_message_block{
	align-items: flex-start;
}
.wpcf7 form > div#contact_message_block > div.contact_column{
	padding-top: 5px;
}

.wpcf7 form > div > div.contact_column{
	display: flex;
	justify-content: left;
	width: 220px;
}
.wpcf7 form > div > div.contact_column p{
	display: none;
}
.wpcf7 form > div > div.contact_column > .contact_column_text{
	font-size: 14px;
	padding: 5px 10px;
	font-family: "Yu Gothic", YuGothic, serif;
}
.wpcf7 form > div > div.contact_column > .contact_column_required{
	font-size: 13px;
	text-align: right;
	padding: 10px;
	border: 1px solid #007740;
	background-color: #007740;
	color: #FFF;
	padding: 5px 10px;
	font-family: "Yu Gothic", YuGothic, serif;
}
.wpcf7 form > div > div.contact_value input{
	height: 26px;
}
.wpcf7 form > div > div.contact_value textarea{
	resize: vertical;
}
.wpcf7 form .your_name{
	width: 100%;
	max-width: 311px;
	ime-mode: active;
}
.wpcf7 form .your_tel{
	width: 100%;
	max-width: 311px;
	ime-mode: disabled;
}
.wpcf7 form .your_email{
	width: 100%;
	max-width: 416px;
	ime-mode: disabled;
}
.wpcf7 form .your_message{
	width: 100%;
	height: 200px;
	max-width: 600px;
	ime-mode: active;
}
.wpcf7 form .contact_value{
	width: 100%;
	max-width: 600px;
	text-align: left;
}
.wpcf7 form #submit_button_row{
	margin: 50px auto;
}
.wpcf7 form > div > div.contact_value > .wpcf7-submit{
	font-family: "Yu Gothic", YuGothic, serif;
	font-size: 14px;
	color: #007740;
	background-color: #FFF;
	border: 1px solid #007740;
	text-align: center;
	width: 270px;
	height: 37px;
	cursor: pointer;
	position: relative;
	left: 10px;
}
.wpcf7 form > div > div.contact_value > .ajax-loader{
	position: relative;
	left: 10px;
}

.wpcf7-not-valid-tip {
	text-align: left;
}

/* Contact Form 7のお問い合わせフォーム上のエラーがある時のメッセージ */
.wpcf7 div[role="alert"]{
	color: #F00;
	font-weight: bold;
}

/* Contact Form 7のお問い合わせフォーム上の各種エラー項目へのメッセージ(全てのフォームの上) */
.wpcf7 div[role="alert"] ul li{
	color: #F00;
	font-weight: normal;
}

/* Contact Form 7のお問い合わせフォーム上の各種エラー項目へのメッセージ(項目の横) */
.wpcf7 span[role="alert"]{
	color: #F00;
}


/* スマホ画面の時 */
@media screen and (max-width: 900px) {
	.wpcf7{
		display: flex;
		justify-content: center;
	}
	.wpcf7 form > div {
		width: 100%;
		margin: 0 0 20px;
		display: block;
	}
	.wpcf7 form > div > div.contact_column {
		margin: 0 0 10px;
	}
	.wpcf7 form > div > div.contact_value{
		text-align: left;
	}
	.wpcf7 form > div > div.contact_value input{
		width: 100%;
		box-sizing: border-box;
		height: 40px;
	}
	
	.wpcf7 form > div > div.contact_value textarea{
		width: 100%;
		box-sizing: border-box;
		height: auto;
	}
	.wpcf7 form > div > div.contact_column > .contact_column_text{
		padding: 5px 0;
	}
	.wpcf7 form > div > div#submit_button_block{
		text-align: center;
	}
	.wpcf7 form > div > div.contact_column > .contact_column_required {
		margin-right: 5px;
	}
}



/***********************************************************
                  Simple Booking Calendar
************************************************************/

body:not(.wp-admin) div.wpsbc-calendar ul {
	width: 100% !important;
}

body:not(.wp-admin) div.wpsbc-calendar ul.wpsbc-weekdays {
	width: 90% !important;
}