/* .text-variable {
  font-size: 4.3vw;
} */

.menu {
  background-image: url("../src/images/arrow.svg");
  background-size: 0.5rem;
}

.wrapper img {
  object-fit: cover;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#onPC_calender .xo-months {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 15px;
  row-gap: 5px;
}

#onSP_calender .xo-months {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 15px;
  row-gap: 5px;
}

#onPC_calender .other-month {
  display: none;
}

.xo-event-calendar table.xo-month .month-dayname td div {
  border: none;
}

#onPC_calender button {
  display: none;
}

.c-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  color: #6c6c6c;
  line-height: 3.2;
}

.c-breadcrumbs > li {
  display: inline-block;
  position: relative;
}
.c-breadcrumbs > li:not(:last-of-type)::after {
  content: ">";
  display: inline-block;
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.xo-event-calendar table .xo-month .month-event-title {
  text-align: center;
}
#onSP_calender .month-next {
  position: absolute;
  right: 0;
}
.wpcf7-spinner {
  margin: 0 !important;
}
