@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300&display=swap');

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

@font-face {
  font-family: 'myfont';
  src: url('../../assets/fonts/ShipporiMincho-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'myfont-klee';
  src: url('../../assets/fonts/KleeOne-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'myfont-cormo';
  src: url('../../assets/fonts/CormorantInfant-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'myfont-bold';
  src: url('../../assets/fonts/ZenMaruGothic-Bold.ttf') format('truetype');
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  font-family: 'myfont', 'Zen Kaku Gothic New', sans-serif;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  color: #1e4b65;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  background: #231303;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
  line-height: 30px;
  font-family: 'myfont-klee';
  letter-spacing: 0.5px;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
  font-family: 'myfont';
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'myfont-klee';
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
  font-family: 'myfont-klee';
  letter-spacing: 0.5px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.js-inview {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1s;
}

.inview {
  transform: translateY(0);
  transition: all 1s;
}

.kk-top__char {
  display: inline-block;
}

.common-loading {
  width: 100vw;
  height: 100vh;
  background: #F7B3A0;
  z-index: 999999;
  display: block;
  position: fixed;
  top: 0;
  opacity: 1;
  -webkit-transition: ease 1.3s;
  transition: ease 1.3s;
}

.common-loading.loaded {
  opacity: 0;
}

.common-loading__image {
  width: 200px;
  margin: 0 auto;
  margin-top: 45vh;
}

.common-loading__image img {
  width: 100%;
  max-width: 350px;
}

/*==================================================
じわっ
===================================*/

/* ぼかしから出現 */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 1;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }

  to {
    filter: blur(0);
    transform: scale(1);
  }
}


/*========= レイアウトのためのCSS ===============*/

@media print,
screen and (min-width:769px) {
  .hero {
    background: url(../../assets/images/img_heroback.jpg) center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    height: 100vh;
    width: 100vw;
  }

  .logo_box img {
    width: 200px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30vh;
  }

  .catch_copy {
    color: white;
    font-size: 35px;
    position: absolute;
    top: 45vh;
    line-height: 50px;
    width: 500px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .catch_copy img {
    width: 100%;
  }

  .catch_copy h2 span {
    font-size: 15px;
    display: block;
  }

  .reserved,
  .info,
  .map,
  .menu {
    background: #F7B3A0;
    color: white;
  }

  .info {
    padding: 150px 0;
  }

  .info h2 {
    text-align: center !important;
    font-size: 30px;
    line-height: 51px;
  }

  .info h2 img {
    display: block;
    margin: 0 auto;
    max-width: 390px;
    margin-bottom: 50px;
  }

  .lunch-menu-title {
    max-width: 100px;
    width: 100%;
    padding: 0 50px;
  }

  .lunch-menu-title img {
    width: calc(100% - 100px);
    position: absolute;
    max-width: 1000px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: -50px;
  }

  .lunch-menu-wrapper {
    position: relative;
    margin-top: 40px;
  }

  .lunch-menu-wrapper .left {
    width: 60%;
  }

  .lunch-menu-wrapper .left ul {
    margin-top: 30px;
  }

  .lunch-menu-wrapper .left li {
    position: relative;
    padding-left: 35px;
    color: #5F4838;
    text-align: left;
    line-height: 30px;
    margin-left: 5px;
    max-width: 380px;
  }

  .lunch-menu-wrapper .left li:before {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../assets/images/icon-batafry.png) center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .lunch-menu-wrapper .left h2 {
    font-size: 35px;
    line-height: 51px;
  }

  .lunch-menu-wrapper .left img {
    width: 100%;
  }

  .lunch-menu-wrapper .right {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    color: #5F4838;
    text-align: left;
  }

  .lunch-menu-wrapper .right h3 {
    font-size: 35px;
    line-height: 51px;
    padding-left: 26%;
    margin-bottom: 15px;
  }

  .lunch-menu-wrapper .right p {
    line-height: 30px;
    padding-left: 26%;
    margin-bottom: 50px;
  }

  .lunch-menu-wrapper .right img {
    width: 100%;
    box-shadow: 30px 30px 0 #C6554D;
  }

  .lunch-info {
    background: #F7B3A0;
  }

  .lunch-info img {
    width: 100%;
  }

  .lunch-info-wrapper {
    display: flex;
    background: white;
    max-width: 955px;
    margin: 0 auto;
    margin-top: -100px;
    position: relative;
    padding: 50px;
    justify-content: center;
    color: #5F4838;
    align-items: stretch;
  }

  .lunch-info-wrapper .left {
    padding-right: 50px;
    margin-right: 30px;
    background: url(../../assets/images/icon-big-batafry.png) center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .lunch-info-wrapper .left h2 {
    font-size: 30px;
    line-height: 51px;
  }

  .lunch-info-wrapper .right {
    line-height: 40px;
    border-left-width: 1px;
    border-style: solid;
    border-color: #5F4838;
    padding-left: 30px;

  }

  .lunch-span1 {
    display: inline-block;
    width: 300px;
  }

  .lunch-span2 {
    display: inline-block;
    width: 115px;
  }

  .lunch-price {
    display: flex;
    border-bottom-width: 1px;
    padding-bottom: 5px;
    border-color: #5F4838;
    border-style: solid;
    margin-left: 26%;
    margin-bottom: 40px;
  }

  .lunch-price b {
    font-size: 35px;
    line-height: 54px;
  }

  .reserved_inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
  }

  .reserved_calender {
    position: relative;
    padding: 0 20px;
  }

  .reserved_box_wrapper {
    position: absolute;
    top: 113px;
    right: 0;
    width: 155px;
    margin-top: 0;
    color: white;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
  }

  .box_color {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 5px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .reserved_box {
    padding-bottom: 8px;
  }

  .reserved_box:nth-child(1) .box_color {
    background: #ebd9d9;
  }

  .reserved_box:nth-child(2) .box_color {
    background: #f7a0a0;
  }

  .reserved_box:nth-child(3) .box_color {
    background: #F8EAA0;
  }

  .wpsbc-date-number {
    color: #a26a6a !important;
  }

  .reserved h2 {
    color: white;
    font-size: 30px;
    padding-bottom: 50px;
  }

  .reserved h2 span {
    display: block;
    font-size: 15px;
    padding-top: 15px;
    font-family: 'myfont-cormo';
  }

  .info_inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    padding-bottom: 150px;
    align-items: center;
  }

  .info_left {
    font-size: 25px;
    padding: 20px 70px;
    min-width: 400px;
  }

  .info_right {
    padding: 10px 30px;
    border-left-style: solid;
    border-width: 0 0 0 1px;
  }

  .info .tel_box {
    font-size: 50px;
    text-align: left;
  }

  .info .tel_box h4 {
    font-family: 'myfont-cormo';
  }

  .info .tel_box span {
    display: block;
    font-size: 15px;
    font-family: 'myfont';
  }

  .info .policy {
    text-align: left;
    padding-top: 45px;
    line-height: 25px;
  }

  .info .policy ul {
    padding-left: 20px;
  }

  .info .policy h5 {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .info .policy small {
    margin-top: 10px;
    display: block;
  }

  .map_inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .map iframe {
    width: 520px;
    height: 312px;
  }

  .map h2 {
    padding-top: 30px;
    margin-bottom: 20px;
    border-bottom-width: 1px;
    padding-bottom: 20px;
    border-color: #5F4838;
  }

  .map p {
    margin-bottom: 10px;
  }

  .map ul {
    line-height: 30px;
  }

  .access_info {
    display: flex;
    margin-top: 55px;
    justify-content: center;
  }

  .access_info_left {
    padding-top: 10px;
    flex-basis: 50%;
    text-align: left;
    color: #5F4838;
  }

  .access_info_left img {
    width: 150px;
  }

  .access_info_right {
    padding-left: 50px;
    text-align: left;
    padding-top: 25px;
    line-height: 25px;
    flex-basis: 50%;
  }

  .access_info_right p {
    padding-bottom: 20px;
  }

  .access_info_right ul {
    padding-left: 20px;
  }

  .access_info_right ul li {
    position: relative;
  }

  .access_info_right ul li:before {
    content: "□";
    position: absolute;
    width: 10px;
    height: 10px;
    left: -20px;
  }

  .menu_inner {
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
  }

  .menu {
    position: relative;
    width: 100vw;
    padding-bottom: 150px;
    background: white;
  }

  .menu h2 {
    font-size: 25px;
    padding-bottom: 50px;
  }

  .menu b {
    font-weight: normal;
    line-height: 2px;
    display: block;
    margin: 0 auto;
    margin-right: 5px;
  }

  .menu_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .menu_content {
    flex-basis: calc(50% - 80px);
    text-align: left;
    margin: 40px 40px 80px 40px;
    line-height: 25px;
    border-width: 0 0 1px 0;
    padding-bottom: 20px;
  }

  .menu_content h3 {
    font-size: 25px;
    padding-bottom: 30px;
    line-height: 51px;
  }

  .menu_content h3 span {
    font-size: 40px;
    margin-right: 15px;
    font-weight: bold;
  }

  .menu_content b {
    display: block;
    margin-top: 50px;
    font-size: 30px;
    font-weight: bold;
    font-family: 'myfont-cormo';
  }

  .menu_content b span {
    font-size: 17px;
    font-family: 'myfont';
  }

  .menu_content_inner {
    display: flex;
  }

  .menu_content_left {
    width: 270px;
  }

  .menu_content_left h3 span {
    font-size: 15px;
  }

  .menu_content_right h4 img {
    width: 110px;
    margin-left: 20px;
  }

  .policy-wrapper {
    background: #231303;
    color: white;
    text-align: center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 200px;
  }

  .policy {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .policy .policy-title {
    flex-basis: 50%;
    border-width: 0 1px 0 0;
    border-color: #5c4d3d;
    color: white;
    font-size: 16px;
    line-height: 30px;
    padding-top: 15px;
    padding-right: 30px;
    display: flex;
    justify-content: flex-end;
  }

  .policy h5 {
    text-align: left;
    flex-basis: 280px;
  }

  .policy ul {
    font-size: 15px;
    text-align: left;
    line-height: 26px;
    padding: 20px 30px;
    flex-basis: 50%;
    padding-bottom: 50px;
  }

  .map {
    padding: 0 30px;
  }

  .photo {
    height: 350px;
    overflow: hidden;
  }

  footer {
    position: relative;
    width: 100vw;
    background: #F9D0C4;
    height: 50px;
    color: #C6554D;
  }

  footer small {
    position: absolute;
    bottom: 16px;
    display: block;
    text-align: center;
    width: 100%;
  }

  .reserved .reserved_calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td .wpsbc-date.wpsbc-gap {
    background: #f7b3a0 !important;
  }

  .reserved .reserved_calender.wpsbc-container .wpsbc-calendars .wpsbc-calendar {
    border: 0px solid #F7B3A0 !important;
    background: #F7B3A0 !important;
  }

  .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header {
    background: #F7B3A0 !important;
    padding-bottom: 20px !important;
  }

  .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-select-container select {
    border: 1px solid #F7B3A0 !important;
  }

  .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation .wpsbc-prev {
    right: 100px;
    left: auto !important;
    background: #F7B3A0 !important;
  }

  .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation .wpsbc-next {
    background: #F7B3A0 !important;
  }

  .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-select-container select {
    height: 37px !important;
    font-size: 30px !important;
    text-align: left;
  }

  .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation {
    padding: 0 !important;
  }

  .wpsbc-calendars-wrapper.wpsbc-legend-position-side {
    padding-right: 165px;
    box-sizing: content-box !important;
    max-width: fit-content !important;
  }

  .wpsbc-container[data-columns] .wpsbc-calendars .wpsbc-calendar {
    max-width: fit-content !important;
  }

  .wpsbc-container .wpsbc-calendars .wpsbc-calendar {
    border: 0 !important;
  }

  .wpsbc-calendar-wrapper {
    background: #F7B3A0 !important;
  }

  .reserved_calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td,
  .wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr th {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    padding: 0 !important;
  }

  .reserved .reserved_calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td .wpsbc-date.wpsbc-gap {}

  .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-1 div:first-of-type {
    background-color: #ebd9d9 !important;
  }

  .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-2 div:first-of-type {
    background-color: #f7a0a0 !important;
  }

  .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-3 div:first-of-type {
    background-color: #F8EAA0 !important;
  }

  .wpsbc-legend {
    border: 1px solid #F7B3A0 !important;
    background: #F7B3A0 !important;
  }

  .reserved_calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td,
  .reserved_calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr th {
    padding: 0 !important;
  }

  .wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td .wpsbc-date {
    border-width: 1px !important;
  }

  .reserved_calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td,
  .reserved_calender .wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr th {
    padding-bottom: 0px !important;
    font-size: 18px;
    line-height: 40px;
  }

  .wpsbc-calendars-wrapper.wpsbc-legend-position-side .wpsbc-legend {
    top: 88px !important;
  }

  .wpsbc-legend .wpsbc-legend-item:nth-child(3) {
    display: none;
  }

  element.style {}

  .wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td .wpsbc-date-inner .wpsbc-date-number {
    font-size: 20px !important;
    font-family: emoji;
  }

  .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation .wpsbc-next .wpsbc-arrow {
    border-width: 15px 0 15px 15.7px !important;
  }

  .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header .wpsbc-calendar-header-navigation .wpsbc-prev .wpsbc-arrow {
    border-width: 15px 15.7px 15px 0 !important;
  }

  .wpsbc-legend {
    display: none;
  }

  .wpsbc-calendar-wrapper table tr td:nth-child(1) .wpsbc-legend-item-1 .wpsbc-legend-item-icon-1 .wpsbc-legend-item-icon-color {
    background-color: #F7B3A0 !important;
  }

  .wpsbc-calendar-wrapper table tr td:nth-child(1) .wpsbc-date-number {
    color: #c1816f;
  }

  .wpsbc-calendar-wrapper table tr td:nth-child(6) .wpsbc-legend-item-1 .wpsbc-legend-item-icon-1 .wpsbc-legend-item-icon-color {
    background-color: #F7B3A0 !important;
  }

  .wpsbc-calendar-wrapper table tr td:nth-child(6) .wpsbc-date-number {
    color: #c1816f;
  }

  .wpsbc-calendar-wrapper table tr td:nth-child(7) .wpsbc-legend-item-1 .wpsbc-legend-item-icon-1 .wpsbc-legend-item-icon-color {
    background-color: #F7B3A0 !important;
  }

  .wpsbc-calendar-wrapper table tr td:nth-child(7) .wpsbc-date-number {
    color: #c1816f;
  }
}