.page--kashiwa {
  overflow-x: hidden; }

.pos-r {
  position: relative;
  overflow: visible; }

@media screen and (max-width: 640px) {
  .headline__inner--calendar {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .headline__inner--calendar img {
      height: 80%; } }

.calendar {
  position: relative;
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  color: #5a5a5a; }
  @media screen and (max-width: 640px) {
    .calendar {
      margin: 20px 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .calendar__main {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 30px 30px;
    border: 1px solid #b3b3b3; }
    @media screen and (max-width: 640px) {
      .calendar__main {
        width: 100%;
        padding: 25px 15px 15px;
        margin-bottom: 20px; } }
  .calendar__deco {
    position: absolute;
    overflow: visible;
    top: 0;
    width: 100%;
    height: calc(100% - 70px); }
    .calendar__deco--left {
      position: absolute;
      height: 100%;
      width: 250px;
      top: 70px;
      left: -125px;
      background-image: url(../../img/kashiwa/calendar/deco_l.png);
      background-repeat: no-repeat;
      background-size: 100% ,250px; }
      @media screen and (max-width: 640px) {
        .calendar__deco--left {
          display: none; } }
    .calendar__deco--right {
      position: absolute;
      height: 100%;
      width: 250px;
      top: 70px;
      right: -125px;
      background-image: url(../../img/kashiwa/calendar/deco_r.png);
      background-repeat: no-repeat; }
      @media screen and (max-width: 640px) {
        .calendar__deco--right {
          display: none; } }
  .calendar .fc-content-skeleton {
    height: 100px; }
    @media screen and (max-width: 640px) {
      .calendar .fc-content-skeleton {
        height: auto; } }
