#click-count {
  display: none;
}

#open_calendar #open_calendar_con .calendar_table {
  width: 70%;
  margin: 0 auto 10px;
  border-collapse: collapse;
}
@media only screen and (max-width: 768px) {
  #open_calendar #open_calendar_con .calendar_table {
    width: 110%;
    margin: 0 -5% 1.5625vw;
  }
}
#open_calendar #open_calendar_con .calendar_table caption {
  font-size: 28px;
  font-weight: bold;
  color: #005DAC;
  line-height: 2;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #open_calendar #open_calendar_con .calendar_table caption {
    font-size: 28px;
    font-size: 4.375vw;
    margin-bottom: 2.34375vw;
  }
}
#open_calendar #open_calendar_con .calendar_table thead th {
  line-height: 2;
  background-color: #E5F4FF;
  border: 1px solid #e2e2e2;
}
#open_calendar #open_calendar_con .calendar_table tbody td {
  position: relative;
  width: 100px;
  height: 120px;
  line-height: 1.5;
  text-align: center;
  vertical-align: baseline;
  overflow: hidden;
  border: 1px solid #e2e2e2;
}
@media only screen and (max-width: 768px) {
  #open_calendar #open_calendar_con .calendar_table tbody td {
    width: 10.9375vw;
    height: 15.625vw;
  }
}
#open_calendar #open_calendar_con .calendar_table tbody td.today {
  background-color: #FDFFCC;
}
@media only screen and (max-width: 768px) {
  #open_calendar #open_calendar_con .calendar_table tbody td p.pc-data {
    display: none;
  }
}
#open_calendar #open_calendar_con .calendar_table tbody td p.sp-data {
  display: none;
}
@media only screen and (max-width: 768px) {
  #open_calendar #open_calendar_con .calendar_table tbody td p.sp-data {
    font-size: 20px;
    font-size: 3.125vw;
    display: inline;
    padding: 0 4.6875vw;
  }
}
#open_calendar #open_calendar_con .calendar_table tbody td span {
  display: block;
  margin-top: 30px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #open_calendar #open_calendar_con .calendar_table tbody td span {
    font-size: 16px;
    font-size: 2.5vw;
    margin-top: 1.25vw;
  }
}
#open_calendar #open_calendar_con .calendar_table tbody td a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 6%;
  display: block;
  transition: all 0.2s ease;
  color: #000;
}
#open_calendar #open_calendar_con .calendar_table tbody td a:hover {
  background-color: rgba(229, 244, 255, 0.6);
}
#open_calendar #open_calendar_con .calendar_table tbody td .open {
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #open_calendar #open_calendar_con .calendar_table tbody td .open {
    font-size: 14px;
    font-size: 2.1875vw;
    line-height: 1.2;
    margin-top: 1.25vw;
    bottom: 1.5625vw;
  }
}
#open_calendar #open_calendar_con .calendar_table tbody td.close {
  background-color: #ddd;
}
@media only screen and (max-width: 768px) {
  #open_calendar #open_calendar_con .calendar_table tbody td.close span {
    margin-top: 2.5em;
  }
}
#open_calendar #open_calendar_con .calendar_table tbody td.close a {
  pointer-events: none;
}
#open_calendar #open_calendar_con .calendar_table tbody td.event::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, 0);
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background-color: #ff7e7e;
}
@media only screen and (max-width: 768px) {
  #open_calendar #open_calendar_con .calendar_table tbody td.event::after {
    transform: translate(-60%, 0);
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
#open_calendar #open_calendar_con .calendar_table tbody td.none p {
  display: none;
}
#open_calendar #open_calendar_con .calendar_table tbody td.none a {
  pointer-events: none;
}
#open_calendar #open_calendar_con .open_calendar_btns {
  display: flex;
  width: 70%;
  justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #open_calendar #open_calendar_con .open_calendar_btns {
    width: 110%;
    margin: 0 -5%;
  }
}
#open_calendar #open_calendar_con .open_calendar_btns::after {
  display: none;
}