@charset "utf-8";

/* CSS Document */
/*-------------カレンダー--------------*/
.calendar {
  width: 100%;
  background: url("../images/bg_calendar.png")repeat center center;
  background-size: 50%;
  padding: 20px 0 30px;
  margin-bottom: 30px;
}

.calendar .inner {
  width: 98%;
  max-width: 950px;
  margin: 0 auto;
}

.calendar .inner h2 {
  text-align: center;
  position: relative;
  margin-top: 50px;
  padding: 50px 0 0;
}

.calendar img {
  max-width: 100%;
}

.calendarboard {
  width: 98%;
  margin: 5px auto;
  background: #fffbda;
  padding: 10px;
  color: #7b4e29;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
}

.calendar .month {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calendar .month li {
  width: 33.1%;
  font-size: 140%;
  text-align: center;
  background: linear-gradient(#e4efcb, #b8d773);
  border-radius: 10px;
}

.calendarboard .flower_fruit {
  width: 98%;
  margin: 5px auto;
  background: url("../images/bg_board3.svg")repeat-y top center;
  background-size: 100%;
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.calendar .flower {
  margin: 5px 0;
}

.calendar .flower li {
  /*background: rgba(250,220,233,0.8);*/
  padding: 2px 10px 2px 15px;
  border-radius: 15px;
  margin: 5px 0;
}

.calendar a,
.calendar a:hover {
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none;
}

.calendar li.bg_none,
.calendar li.bg_none:hover {
  background: none;
  padding: 0 10px;
  font-weight: normal;
  line-height: 1.4;
  font-size: 90%;
}

.calendar #sakura {
  width: 100%;
  position: relative;
}

/* .calendar #sakura::before {
  content: "";
  position: absolute;
  bottom: 90px;
  left: 7%;
  width: 80px;
  height: 80px;
  background: url("../images/icon_sakura.png")no-repeat center center;
  background-size: contain;
} */

.calendar #sakura li {
  background: #FEE9FA;
}

.calendar #sakura a:nth-child(1) li {
  margin-left: 11.3%;
  width: 33.3%;
}

.calendar #sakura a:nth-child(2) li {
  margin-left: 11.3%;
  width: 33.3%;
}

.calendar #sakura a:nth-child(3) li {
  margin-left: 44.5%;
  width: 22.3%;
}

.calendar #sakura a:nth-child(4) li {
  margin-left: 33.3%;
  width: 44.5%;
}

.calendar #sakura a:nth-child(5) li {
  margin-left: 66.8%;
  width: 22.3%;
}

.calendar #nanohana {
  width: 100%;
  position: relative;
}

/* .calendar #nanohana::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 2%;
  width: 80px;
  height: 80px;
  background: url("../images/icon_nanohana.png")no-repeat center center;
  background-size: contain;
} */

.calendar #nanohana li {
  background: #F8F483;
}

.calendar #nanohana a:nth-child(1) li {
  width: 100%;
  padding-left: 13%;
}

p.timing {
  width: 90%;
  text-align: right;
  margin: 5px auto 10px;
}

@media (max-width:767px) {
  .calendar .inner h2 {
    margin-top: 5px;
  }

  .calendar .month li {
    font-size: 110%;
  }

  .calendar .flower_fruit li span {
    display: none;
  }

  .calendar .flower li {
    padding: 2px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 70%;
    white-space: nowrap;
  }

  .calendar #sakura::before {
    bottom: 30px;
    left: 0%;
  }

  .calendar #suisen::before,
  .calendar #ume::before,
  .calendar #sakura::before,
  .calendar #nanohana::before,
  .calendar #aroe::before,
  .calendar #tanbo::before {
    width: 50px;
    height: 50px;
  }

  p.timing {
    text-align: left;
    margin: 10px 10px 10px 2em;
    font-size: 90%;
    text-indent: -1em;
  }
}