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


/***********************************************************
                  Contact Form 7
************************************************************/
.wpcf7{
	text-align: center;
}
.wpcf7 form{
	display: inline-block;
	width: 100%;
}
.wpcf7 form > div{
	display: flex;
    align-items: flex-start;
    margin: 10px 0;
    flex-direction: column;
    width: 100%;
}
.wpcf7 form > div#contact_message_block,
.wpcf7 form > div#recruit_message_block{
	align-items: flex-start;
}
.wpcf7 form > div#contact_message_block > div.contact_column,
.wpcf7 form > div#recruit_message_block > div.recruit_column{
	padding-top: 5px;
}
.wpcf7 form > div#contact_message_block > div.contact_value,
.wpcf7 form > div#recruit_message_block > div.recruit_value{
	width: 100%;
}
.wpcf7 form > div > div.contact_column,
.wpcf7 form > div > div.recruit_column{
	display: flex;
	justify-content: left;
	width: 190px;
	margin: 0 0 5px;
	align-items: center;
}
/* .wpcf7 form > div > div.contact_column p,
.wpcf7 form > div > div.recruit_column p{
	display: none;
} */

.wpcf7 form > div > div.contact_column p,
.wpcf7 form > div > div.recruit_column p{
	font-size: 14px;
}

.wpcf7 form > div > div.contact_column > .contact_column_required p {
	font-size: 11px;
	line-height: 1.8;
}

.wpcf7 form > div > div.contact_column > .contact_column_text,
.wpcf7 form > div > div.recruit_column > .recruit_column_text{
	font-size: 14px;
    padding: 5px 10px;
    font-family: "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, sans-serif;
    color: #702D00;
    font-weight: 400;
}
.wpcf7 form > div > div.contact_column > .contact_column_required,
.wpcf7 form > div > div.recruit_column > .recruit_column_required{
	font-size: 10px;
    background-color: #702D00;
    color: #FFF;
    /* padding: 5px 10px; */
	padding: 2px 10px 1px;
	font-family: "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, sans-serif;
	font-weight: 500;
}

.contact_txt {
    padding-bottom: 20px;
    font-size: 15px;
	color: #702D00;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 10px;
    width: 145px;
    min-width: 0;
    height: auto;
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	background-color: #702d00;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1rem;
    text-indent: 1rem;
	line-height: 1.5;
	transition: all 0.3s ease;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
	cursor: pointer;
	opacity: 0.8;
}

.wpcf7 form > div > div.contact_value input,
.wpcf7 form > div > div.recruit_value input{
	height: 26px;
	border: none;
}
.wpcf7 form > div > div.contact_value textarea,
.wpcf7 form > div > div.recruit_value textarea{
	resize: vertical;
	border: none;
}
.wpcf7 form .your_name{
	width: 100%;
	max-width: 250px;
	ime-mode: active;
}
.wpcf7 form .your_tel{
	width: 100%;
	max-width: 250px;
	ime-mode: disabled;
}
.wpcf7 form .your_email{
	width: 100%;
	max-width: 400px;
	ime-mode: disabled;
}
.wpcf7 form .your_message{
	width: 100%;
	height: 200px;
	max-width: 600px;
	ime-mode: active;
	box-sizing: border-box;
}
.wpcf7 form #submit_button_row{
	margin: 40px auto 50px;
}

.wpcf7 form.sent .wpcf7-response-output {
	text-align: center;
}

#contact_form .wpcf7 form {
    display: inline-block;
    width: 100%;
    padding-bottom: 80px;
}

.wpcf7 form > div > div.contact_value > .wpcf7-submit,
.wpcf7 form > div > div.recruit_value > .wpcf7-submit{
	display: inline-block;
    text-decoration: none;
    width: 240px;
    text-align: center;
    line-height: 45px;
    background-color: #702D00;
    color: #fff;
    font-family: "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, sans-serif;
    font-size: 14px;
    font-weight: 400;
	height: 45px;
}
.wpcf7 form > div > div.contact_value > .wpcf7-submit:hover,
.wpcf7 form > div > div.recruit_value > .wpcf7-submit:hover{
	transition-duration: 0.5s;
    opacity: 0.5;
    cursor: pointer;
}
#submit_button_block{
	width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.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 {
		display: block;
	}
	.wpcf7 form > div > div.contact_value,
	.wpcf7 form > div > div.recruit_value{
		text-align: left;
	}
	.wpcf7 form > div > div.contact_value input,
	.wpcf7 form > div > div.contact_value textarea,
	.wpcf7 form > div > div.recruit_value input,
	.wpcf7 form > div > div.recruit_value textarea{
		width: 100%;
	}
	.wpcf7 form > div > div.contact_column > .contact_column_text,
	.wpcf7 form > div > div.recruit_column > .recruit_column_text{
		padding: 5px 0;
	}
	.wpcf7 form > div > div#submit_button_block{
		text-align: center;
	}
	.wpcf7 form > div > div.contact_column > .contact_column_required,
	.wpcf7 form > div > div.recruit_column > .recruit_column_required {
		margin-right: 5px;
		font-size: 11px;
	}
}
/* スマホ画面の時 */
@media screen and (max-width: 700px) {
	.wpcf7 form #submit_button_row {
		margin: 30px auto 100px;
	}
}



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

.wpsbc-calendars-wrapper{
	color: #000;
	margin-top: 10px;
}

.wpsbc-calendar{
	margin: 0 auto;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

/* カレンダー本体のラッパー */
.wpsbc-container[data-columns] .wpsbc-calendars .wpsbc-calendar{
	float: none !important;
	margin: 0 auto !important;
	border: 0 important;
	max-width: 480px !important;
	padding: 30px;
}
.wpsbc-container .wpsbc-calendars .wpsbc-calendar{
	background-color: #FFF !important;
}

/* カレンダーの文字色を変更 */
.wpsbc-container .wpsbc-calendars .wpsbc-calendar table th{
	color: #333 !important;
	font-weight: bold;
	text-align: center;
}
.wpsbc-container .wpsbc-calendars .wpsbc-calendar table td{
	color: #333 !important;
	font-weight: bold;
	text-align: center;
}


/* カレンダーの月を表示しているヘッダ部分 */
.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header{
	background-color: transparent !important;
	padding: 0 !important;
}

/* カレンダーの月送りのヘッダ部分 */
.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation{
	line-height: 40px !important;
}

/* カレンダーの月移動の前ボタン */
.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation .wpsbc-prev{
	background-color: transparent !important;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation .wpsbc-prev .wpsbc-arrow{
	border-width: 0 !important;
}
.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation .wpsbc-next{
	background-color: transparent !important;
}
.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation .wpsbc-next .wpsbc-arrow{
	border-width: 0 !important;
}
.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation .wpsbc-prev::after{
	content: url("/wp-content/themes/annie/image/left.png");
}
.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation .wpsbc-next::after{
	content: url("/wp-content/themes/annie/image/right.png");
}

/* カレンダーの月を表示しているヘッダ部分の後ろに画像を追加 */
.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header::after{
	content: url("/wp-content/themes/annie/image/holiday.png");
	float: right;
	margin-right: 35px;
	position: relative;
	top: -45px;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar-wrapper{
	position: relative;
	top: -25px;
	margin-bottom: -40px;
}


/* カレンダーの該当なし日付の背景を変更 */
.wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td .wpsbc-date.wpsbc-gap{
	background-color: transparent !important;
}

/* カレンダーの通常の背景を変更 */
.wpsbc-container.wpsbc-calendar-2 .wpsbc-legend-item-icon-6 div:first-of-type{
	background-color: transparent !important;
}

/* カレンダーの定休日の背景を変更 */
.wpsbc-container.wpsbc-calendar-2 .wpsbc-legend-item-icon-7 div:first-of-type{
	background-color: #E8E8E8 !important;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	position: relative;
	top: 5.5%;

	display: block;
	margin: 0 auto;
}

/* カレンダーの営業日でも定休日でもない時の背景色を変更 */
.wpsbc-container .wpsbc-calendar-2 .wpsbc-legend-item-icon-3 div:first-of-type{
	background-color: transparent !important;
}

.wpsbc-date-inner{
	height: 35px !important;
	line-height: 35px !important;
}

/* カレンダーの日付のフォントサイズ */
.wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td .wpsbc-date-inner .wpsbc-date-number{
	font-size: 15px !important;
	font-family: "Yu Gothic", "Hiragino Sans", "Meiryo", "sans-serif"!important;
	font-weight: 400;
}

/* カレンダーのプルダウンの非表示 */
.wpsbc-calendars-wrapper .wpsbc-select-container select{
	display: none;
}

/* カレンダーのプルダウンの代わりに月の数字を表示する */
.wpsbc-container .wpsbc-select-container::before{
	font-size: 32px;
	font-family: "trajan-pro-3" !important;
	color: #333 !important;
	display: block;
	position: relative;
	top: 10px;
	padding-bottom: 20px;
}
.wpsbc-container .wpsbc-select-container::after{
	font-size: 18px;
	display: block;
	color: #6E594F !important;
}
.wpsbc-container[data-current_month="1"] .wpsbc-select-container::before{ content: "1"; }
.wpsbc-container[data-current_month="2"] .wpsbc-select-container::before{ content: "2"; }
.wpsbc-container[data-current_month="3"] .wpsbc-select-container::before{ content: "3"; }
.wpsbc-container[data-current_month="4"] .wpsbc-select-container::before{ content: "4"; }
.wpsbc-container[data-current_month="5"] .wpsbc-select-container::before{ content: "5"; }
.wpsbc-container[data-current_month="6"] .wpsbc-select-container::before{ content: "6"; }
.wpsbc-container[data-current_month="7"] .wpsbc-select-container::before{ content: "7"; }
.wpsbc-container[data-current_month="8"] .wpsbc-select-container::before{ content: "8"; }
.wpsbc-container[data-current_month="9"] .wpsbc-select-container::before{ content: "9"; }
.wpsbc-container[data-current_month="10"] .wpsbc-select-container::before{ content: "10"; }
.wpsbc-container[data-current_month="11"] .wpsbc-select-container::before{ content: "11"; }
.wpsbc-container[data-current_month="12"] .wpsbc-select-container::before{ content: "12"; }



/* デフォルトの曜日表記を非表示にして英語表記の曜日に変更 */
#main_contents .wpsbc-calendar-wrapper thead{
	border-bottom: 1px solid #777 !important;
}
.wpsbc-calendar-wrapper th{
	font-size: 0 !important;
	font-family: "trajan-pro-3" !important;
}
.wpsbc-calendar-wrapper th::after{
	font-size: 13px;
    font-family: "Yu Gothic", "Hiragino Sans", "Meiryo", "sans-serif";
    font-weight: 400;
}
.wpsbc-calendar-wrapper th:nth-child(1)::after{ content: "mon"; }
.wpsbc-calendar-wrapper th:nth-child(2)::after{ content: "tue"; }
.wpsbc-calendar-wrapper th:nth-child(3)::after{ content: "wed"; }
.wpsbc-calendar-wrapper th:nth-child(4)::after{ content: "thu"; }
.wpsbc-calendar-wrapper th:nth-child(5)::after{ content: "fri"; }
.wpsbc-calendar-wrapper th:nth-child(6)::after{ content: "sat"; }
.wpsbc-calendar-wrapper th:nth-child(7)::after{
	color: #F00;
	content: "sun";
}



@media screen and (max-width:540px) {
	.wpsbc-calendars-wrapper{
		padding-top: 0;
	}
	.wpsbc-date-inner {
		height: 25px !important;
		line-height: 25px !important;
	}
	.wpsbc-container .wpsbc-select-container::before{
		font-size: 28px;
		display: block;
		position: relative;
		top: 10px;
	}
	.wpsbc-container .wpsbc-select-container::after{
		font-size: 15px;
		display: block;
	}
	.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation{
		line-height: 28px !important;
		position: relative;
		top: -10px;
	}
	.wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td .wpsbc-date-inner .wpsbc-date-number{
		font-size: 13px !important;
		font-family: "Yu Gothic", "Hiragino Sans", "Meiryo", "sans-serif";
		font-weight: 400;
	}
	.wpsbc-container .wpsbc-calendar-2 .wpsbc-legend-item-icon-6 div:first-of-type{
		border-radius: 100%;
		width: 20px;
		height: 20px;
		left: 28.5%;
	}
	.wpsbc-container.wpsbc-calendar-2 .wpsbc-legend-item-icon-7 div:first-of-type {
		width: 22px;
		height: 22px;
	}
	.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header::after{
		content: url("/wp-content/themes/annie/image/holiday_s.png");
	}
	
	.wpsbc-container[data-columns] .wpsbc-calendars{
		margin-left: initial !important;
		margin-right: initial !important;
	}
	.wpsbc-container[data-columns] .wpsbc-calendars .wpsbc-calendar{
		width: 90%;
		padding: 15px;
	}
	.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header::after{
		top: -44px;
	}
	
}