.u-wrapper4 {
  position: relative;
}

@media screen and (max-width: 1100px) {
.swiper-wrapper {
  width: 443px !important;
}
}
@media screen and (max-width: 768px) {
.swiper-wrapper {
  width: 345px !important;
}
}

.calendar__SliderButtons {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}

@media screen and (max-width: 920px) {
  .calendar__SliderButtons {
    top:18px;
  }
}

.calendar__SliderButton {
  font-size: 2.4rem;
		cursor:pointer;
}

@media screen and (max-width: 920px) {
  .calendar__SliderButton {
    font-size: 1.8rem;
  }
}

.c-calender {
  text-align: center;
  /* background-color: #ebe8e2; */
  padding: 3.8rem 0 3.5rem;
  font-weight: 400;
}
@media screen and (max-width: 920px) {
  .c-calender {
    padding: 1.6rem 0 2.4rem;
  }
}
.c-calender__title {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 920px) {
  .c-calender__title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.c-calender__cells {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 34px;
  row-gap:15px;
  font-family: "DIN2014";
}
@media screen and (max-width: 920px) {
  .c-calender__cells {
    gap: 29px;
    row-gap: 12px;
  }
}
.c-calender__cells a {
  text-decoration: underline;
}
.c-calender__cell {
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding-top: 6.5px;
  font-family: "din-2014-narrow", sans-serif;
  font-style: normal;
  font-weight: 600;
  border-radius: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 920px) {
  .c-calender__cell {
    width: 23px;
    height: 23px;
    font-size: 1.2rem;
    padding-top: 6.5px;
  }
}
.c-calender__cell.is-fair {
  background-color: #fff;
  cursor: pointer;
}
.c-calender__cell.is-fair:hover {
  color: #fff;
  background-color: #212121;
}
.c-calender__cell.is-fair.is-holiday:hover {
  color: #fff;
  background-color: #cd5064;
}
.c-calender__cell.is-fair.is-sun:hover {
  color: #fff;
  background-color: #cd5064;
}
.c-calender__cell.is-fair.is-sat:hover {
  color: #fff;
  background-color: #0987c9;
}

.c-calender__cell.is-gray {
  color: #212121;
}
.c-calender__cell.is-sat {
  color: #0987c9;
/*   background: #FFFFFF; */
}
.c-calender__cell.is-sun {
  color: #D80000;
/*   background: #FFFFFF; */
}
.c-calender__cell.is-holiday {
  color: #D80000;
/*     background: #FFFFFF; */
}
.c-calender__cell.is-current {
  color: #FFFFFF;
  background: #A79D70;
}
.c-calender__header {
  border-bottom: 2px solid;
  padding-bottom: 12.5px;
  transform: translateX(-2px);
  margin-bottom: 14px;
}

@media screen and (max-width: 920px) {
  .c-calender__header {
padding-bottom: 9.5px;
margin-bottom: 10px;
  }
}

.c-calender__header-cells {
  font-family: "DIN2014";
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(7, 1fr);
  font-size: 1.3rem;
  white-space: nowrap;
}
@media screen and (max-width: 920px) {
  .c-calender__header-cells {
    font-size: 1.2rem;
    gap: 28px;
  }
}
.c-calender__header-cell {
  font-family: "din-2014-narrow", sans-serif;
	font-style: normal;
	font-weight: 600;
font-size: 1.6rem;
}
@media screen and (max-width: 920px) {
  .c-calender__header-cell {
    font-size: 1.3rem;
  }
}
.c-calender__memo {
  text-align: left;
  margin-top: 33.5px;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 920px) {
  .c-calender__memo {
    font-size: 1.05rem;
    margin-top: 26px;
  }
}
.c-calender__memo span {
  background-color: #fff;
  margin-right: 6px;
  border: 1px solid #A79D70;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 920px) {
  .c-calender__memo span {
    width: 10px;
    height: 10px;
  }
}

.c-fairs {
  background-color: #fff;
  padding: 2.8rem 4.5rem 1.8rem;
  font-weight: 400;
}
.swiper-wrapper.slick-initialized .slick-slide {
  display: block;
  width: 443px !important;
}

@media (max-width: 767px) {
  .swiper-wrapper.slick-initialized .slick-slide {
    display: block;
    width: 345px !important;
  }
}