/*
プラグイン用のCSS
*/
/***********************************************************
                  Simple Booking Calendar
************************************************************/

.wpsbc-calendars-wrapper {
  color: #000;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar {
  margin: 0 auto;
  width: 100% !important;
  border-style: solid !important;
  border-width: 20px 20px 20px 20px !important;
  -moz-border-image: url(../image/flame-calendar-pc.svg) 20 20 20 20 !important;
  -webkit-border-image: url(../image/flame-calendar-pc.svg) 20 20 20 20 !important;
  -o-border-image: url(../image/flame-calendar-pc.svg) 20 20 20 20 !important; 
  border-image: url(../image/flame-calendar-pc.svg) 20 20 20 20 !important;
  background: transparent !important;
}

/* カレンダー本体のラッパー */
.wpcf7 form > div {
  margin-bottom: 25px;
}
.wpsbc-container[data-columns] .wpsbc-calendars {
  margin-left: unset !important;
  margin-right: unset !important;
}

.wpsbc-container[data-columns] .wpsbc-calendars .wpsbc-calendar {
  /*float: none !important;*/
  margin: 0 auto !important;
  border: 0 important;
  /*max-width: 460px !important;*/
  
}
.wpcf7 form > div > div.contact_column {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 8px;
}
.wpcf7 form > div > div.contact_value input {
  height: 30px;
  width: 100%;
  max-width: 250px;
  border: none;
}
.wpcf7 form .your_message {
  width: calc(100%);
  height: 200px;
  max-width: 600px;
  border: none;
}
.wpcf7 form > div > div.contact_value .your_email{
  max-width: 400px;
  width: 100%;
}
.wpcf7 form > div > div.contact_column > .contact_column_required{
  font-size: 10px;
  text-align: right;
  color: #FFF;
  border: solid 1px #fff;
  font-weight: 500;
  padding: 4px 8px;
  font-family: "游明朝",serif;
}
.wpcf7 form > div > div.contact_column > .contact_column_text{
	font-size: 14px;
    padding: 3px 7px;
    font-weight: 400;
    font-family: "游明朝",serif;
    color: #fff;
}
.wpcf7 form > div > div.contact_value > .wpcf7-submit {
	font-size: 14px;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    width: 100%;
    max-width: 250px;
    cursor: pointer;
    border: 0;
    font-family: "游明朝",serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    height: 50px;
    background-image: url(../image/btn-flame.svg);
	background-color: #464646;
}
.wpcf7 form > div > div.contact_value > .ajax-loader {
  display: none;
  margin: 5px auto;
}
/*.wpcf7 form #submit_button_block::before{
  content: url(../image/arrow-w.svg);
  right: 5px;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
}*/
.wpcf7 form > div > div.contact_value > .wpcf7-submit:hover {
  opacity: .6;
  transition: all 0.3s ease-out 0s;
}
.wpcf7 form #submit_button_row{
  display: flex;
  justify-content: center;
}
.wpcf7 form #submit_button_block {
  text-align: center;
  margin: 10px 0 0;
  position: relative;
  width: 100%;
  max-width: 250px;
}

/*.wpsbc-container .wpsbc-calendars .wpsbc-calendar {
  background-color: #fff !important;
}*/

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

.wpsbc-container .wpsbc-calendars .wpsbc-calendar table td {
  color: #2D5588 !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;
  transform: rotate(
    180deg
    );
}

.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("../image/arrow.svg");
}

.wpsbc-container
  .wpsbc-calendars
  .wpsbc-calendar
  .wpsbc-calendar-header
  .wpsbc-calendar-header-navigation
  .wpsbc-next::after {
  content: url("../image/arrow.svg");
}

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

.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-1 .wpsbc-legend-item-icon-1 div:first-of-type {
  background-color: transparent !important;
}

/* カレンダーの定休日の背景を変更 */
.wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-2 div:first-of-type {
  /*background-color: #2D5588 !important;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: relative;
  top: 5.5%;*/
	transform: rotate(-45deg);
	transform-origin: center;
	width: 30px;
	border: 0;
	border-top: 1px solid #fff;
	margin: 10px 20px 0;
	padding: 0;
	background-color: transparent !important;
}

@media screen and (max-width: 540px) {
.wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-2 div:first-of-type {
	transform: rotate(-45deg);
	transform-origin: center;
	width: 30px;
	border: 0;
	border-top: 1px solid #fff;
	margin: 6px 15px 0;
	padding: 0;
	background-color: transparent !important;
}
}

/* カレンダーの営業日でも定休日でもない時の背景色を変更 */
.wpsbc-container.wpsbc-calendar-1 .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: 14px !important;
  font-family: adobe-caslon-pro,serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
.wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td .wpsbc-legend-item-2  .wpsbc-date-inner .wpsbc-date-number{
  color: #FFF;
}
/* カレンダーのプルダウンの非表示 */
.wpsbc-calendars-wrapper .wpsbc-select-container select {
  display: none;
}

/* カレンダーのプルダウンの代わりに月の数字を表示する */
.wpsbc-container .wpsbc-select-container::before {
  font-size: 36px;
  color: #fff !important;
  display: block;
  position: relative;
  top: 10px;
  padding-bottom: 20px;
  font-family: adobe-caslon-pro,serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}

.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 #fff !important;
}

.wpsbc-calendar-wrapper th {
  font-size: 0 !important;
}

.wpsbc-calendar-wrapper th::after {
  font-size: 13px;
  font-family: adobe-caslon-pro,serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.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 {
  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-weight: 400;
  }

  .wpsbc-container
    .wpsbc-calendar-1
    .wpsbc-legend-item-icon-1
    div:first-of-type {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    left: 28.5%;
  }

  .wpsbc-container.wpsbc-calendar-1
    .wpsbc-legend-item-icon-2
    div:first-of-type {
    width: 22px;
    height: 22px;
  }

  .wpsbc-container
    .wpsbc-calendars
    .wpsbc-calendar
    .wpsbc-calendar-header::after {
    content: url("../image/close.svg");
  }

  .wpsbc-container[data-columns] .wpsbc-calendars {
    margin-left: initial !important;
    margin-right: initial !important;
  }

  .wpsbc-container[data-columns] .wpsbc-calendars .wpsbc-calendar {
    width: 100% !important;
	max-width: 350px !important;
	min-width: 280px !important;
  }

  .wpsbc-container
    .wpsbc-calendars
    .wpsbc-calendar
    .wpsbc-calendar-header::after {
    top: -44px;
  }
}
.wp-block-separator{
  border-bottom: unset;
}
.wp-block-button__link{
  border-radius: 0;
}
.wp-block-buttons>.wp-block-button:last-child{
  width: 100%;
  max-width: 220px;
}
@media screen and (max-width: 600px) {
  .wp-block-buttons {
    align-items: center;
    justify-content: center;
}
}

/*コンタクトフォーム送信済みメッセージ設定*/
.wpcf7-response-output{
	color: #fff;/*文字色*/
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;/*送信成功時のメッセージの枠の色*/
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #fff;/*送信失敗時のメッセージの枠の色*/
}
.wpcf7-not-valid-tip {
    color: #ff0000;/*「必須項目に入力してください。」の文字色*/
    font-size: 1em;
    font-weight: normal;
    display: block;
	margin: 5px 0 0;
}