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

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


.wpsbc-container .wpsbc-calendars .wpsbc-calendar {
  margin: 0 auto;
  width: 100% !important;
  /* border: 1px solid #707070 !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 repeat repeat !important;
  -webkit-border-image: url(../image/flame-calendar-pc.svg) 20 20 20 20 repeat repeat !important;
  -o-border-image: url(../image/flame-calendar-pc.svg) 20 20 20 20 repeat repeat !important; 
  border-image: url(../image/flame-calendar-pc.svg) 20 20 20 20 repeat repeat !important;
}

/* カレンダー本体のラッパー */
.wpcf7 form > div {
  margin-bottom: 20px;
}
.wpsbc-container[data-columns] .wpsbc-calendars {
    /* margin-left: unset !important; */
    /* margin-right: unset !important; */
    display: inline-flex;
    padding: 2rem 0;
    margin: 0 calc(50% - 50vw);
    width: 100%;
    /* background: #ddd;*/
}

.wpsbc-container[data-columns] .wpsbc-calendars .wpsbc-calendar {
float: none !important; */
    /* margin: 0 auto !important; */
    border: 0 important;
    max-width: 460px !important;
    padding: 1px;
    background-color: #fff;
  
}
.wpcf7 form > div > div.contact_column {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 3px;
}
.wpcf7 form > div > div.contact_value input {
  height: 30px;
  width: 100%;
  max-width: 250px;
  border:1px solid #22222230;
}
.wpcf7 form .your_message {
  width: calc(100%);
  height: 200px;
  max-width: 600px;
  border: 1px solid #22222230;
}
.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;
  background-color: #004829;
  font-weight: 500;
  padding: 5px 5px;
  margin: 0;
  font-family: "游ゴシック", serif;
}
.wpcf7 form > div > div.contact_column > .contact_column_text{
  font-size: 15px;
  padding: 3px 10px;
  font-weight: 400;
  font-family: "游明朝",serif;
  color: #222222;
}
.wpcf7 form > div > div.contact_value > .wpcf7-submit {
    letter-spacing: 0.1em;
    font-family: "游明朝", serif;
    font-size: 12px;
    border: 1px solid #22222230;
    margin: 0;
    color: #222;
    font-weight: 500;
    font-style: normal;
    position: relative;
    display: inline-block;
    width: 260px;
    text-align: center;
    line-height: 60px;
    padding: 0;
    background: none;
    height: auto;
    max-width: 100%;
}
.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 #submit_button_block::before {
  content: url(../image/arrow-w.svg);
  right: 5px;
  position: absolute;
  top: 32%;
  transform: translate(-100%, -32%);
  z-index: 2;
}
.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: 220px;
}

.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:not(:first-of-type) .wpsbc-calendar-header .wpsbc-calendar-header-navigation {
  grid-template-columns: 1fr;
}



/* カレンダーの月移動の前ボタン */
.wpsbc-container
  .wpsbc-calendars
  .wpsbc-calendar
  .wpsbc-calendar-header
  .wpsbc-calendar-header-navigation
  .wpsbc-prev {
  background-color: transparent !important;
  position: static !important;
  margin-top: 0 !important;
  display: none;
  justify-content: center;
  align-items: center;
  line-height: 1 !important;
  grid-column: 1 / 2;
}

.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;
  position: static !important;
  margin-top: 0 !important;
  display: none;
  justify-content: center;
  align-items: center;
  line-height: 1 !important;
  grid-column: 3 / 4;
}

.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-next::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 14px;
  background-image: url("../images/svg/calendar/calendar_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.wpsbc-container
.wpsbc-calendars
.wpsbc-calendar
.wpsbc-calendar-header
.wpsbc-calendar-header-navigation
.wpsbc-prev::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 14px;
  background-image: url("../images/svg/calendar/calendar_left.svg");
  background-size: contain;
	background-repeat: no-repeat;
  vertical-align: middle;
}

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

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

/* カレンダーの凡例表示 */
.wpsbc-legend {
/*  display: grid;
    padding-right: 35%;
 */
    border-color: transparent !important;
    margin: 0;
    padding: 8px 0 5px 0;
    max-width: max-content;
    margin-inline: auto;
    float: left;
    white-space: nowrap;
}

.wpsbc-legend .wpsbc-legend-item {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 15px;
}

.wpsbc-calendars .wpsbc-legend-item-icon {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 9px;
    display: inline-block;
    width: 35px;
    height: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

/* カレンダーの該当なし日付の背景を変更 */
.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, .wpsbc-legend-item-icon-color {
  border-radius: 0%;
  width: 35px;
  height: 35px;
  position: relative;
  top: 2.5%;

  display: block;
  margin: 0 auto;
}

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

/* カレンダーのプルダウンの代わりに月の数字を表示する */
.wpsbc-container .wpsbc-select-container::before {
  font-size: 36px;
  color: #222222 !important;
  display: block;
 /* position: relative;
  top: 10px;*/
  font-family:  'Garamond', serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  grid-column: 2 / 3;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation {
  font-size: 36px;
  color: #222222 !important;
  display: block;
  position: static;
  top: 10px;
  font-family:  'Garamond', serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  grid-column: 2 / 3;
  padding: 0 0 12px 0;
}

.wpsbc-calendar-header-navigation{padding: 0 0 10px 0px;}

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

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

.wpsbc-calendar-wrapper th::after {
  font-size: 18px;
  font-family: 'Garamond', serif;
  font-weight: 400;
  font-style: normal;
  color: #222222;
}

.wpsbc-calendar-wrapper th:nth-child(1)::after {
  color: #f00;
  content: "sun";
}

.wpsbc-calendar-wrapper th:nth-child(2)::after {
  content: "mon";
}

.wpsbc-calendar-wrapper th:nth-child(3)::after {
  content: "tue";
}

.wpsbc-calendar-wrapper th:nth-child(4)::after {
  content: "wed";
}

.wpsbc-calendar-wrapper th:nth-child(5)::after {
  content: "thu";
}

.wpsbc-calendar-wrapper th:nth-child(6)::after {
  content: "fri";
}

.wpsbc-calendar-wrapper th:nth-child(7)::after {
  content: "sat";
}

@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;
    font-size: 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;
  }

  .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-calendars .wpsbc-legend-item-icon {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 11px;
    display: inline-block;
    width: 22px;
    height: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
  .wpsbc-container[data-columns] .wpsbc-calendars {
    margin-left: initial !important;
    margin-right: initial !important;
    display: block;
    padding: 0;
  }

  .wpsbc-container[data-columns] .wpsbc-calendars .wpsbc-calendar {
    width: 100%;
    max-width: 100% !important;
    margin: 5px auto;
    float: left !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;
}
}

#main_contents .wpsbc-container .wpsbc-calendars .wpsbc-calendar table tbody tbody:before
Specificity: (1,1,2)
 {
    content: "";
    height: 1px;
    width: 100%;
    padding: 5px 0;
    display: block;}
    
    

