@charset "UTF-8";
/* **************************************************
  イベント情報
************************************************** */
section.event_cal .event_wrap {
  padding: 0 0 20px;
}
section.event_cal .event_wrap table.eventCalendarHead {
  /* カレンダーヘッダー */
  width: 90%;
  margin: 0 auto;
}
section.event_cal .event_wrap table.eventCalendarHead td.prevYearMonth {
  width: 30%;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}
section.event_cal .event_wrap table.eventCalendarHead td.nowYearMonth {
  width: 40%;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
}
section.event_cal .event_wrap table.eventCalendarHead td.nextYearMonth {
  width: 30%;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}
section.event_cal .event_wrap table.eventCalendar {
  /* イベントカレンダー */
  margin: 15px auto 0;
  border-collapse: collapse;
  table-layout: fixed;
}
section.event_cal .event_wrap table.eventCalendar th {
  padding: 5px;
  border-top: solid 1px #9c9b9b;
  border-bottom: solid 1px #ccc;
  background-color: #f3f2f0;
  font-weight: bold;
  text-align: center;
  width: auto;
}
section.event_cal .event_wrap table.eventCalendar th + th {
  border-left: dotted 1px #ccc;
}
section.event_cal .event_wrap table.eventCalendar th.th_day {
  width: 5em;
}
section.event_cal .event_wrap table.eventCalendar td {
  padding: 0;
  border-bottom: solid 1px #ccc;
  font-size: 13px;
  font-size: 1.3rem;
  border-left: dotted 1px #ccc;
}
section.event_cal .event_wrap table.eventCalendar td.day {
  padding: 5px 0 5px 5px;
  text-align: right;
}
section.event_cal .event_wrap table.eventCalendar td.eventInfo {
  width: 85%;
}
section.event_cal .event_wrap table.eventCalendar td > * {
  padding: 5px;
}
section.event_cal .event_wrap table.eventCalendar tr.sunday {
  /* 日曜日 */
  background: #fae5e8;
}
section.event_cal .event_wrap table.eventCalendar tr.sunday > td.day {
  color: #c30;
}
section.event_cal .event_wrap table.eventCalendar tr.saturday {
  /* 土曜日 */
  background: #dff1f7;
}
section.event_cal .event_wrap table.eventCalendar tr.saturday > td.day {
  color: #03c;
}
section.event_cal .event_wrap table.eventCalendar .eventInfo {
  width: 100%;
  line-height: 1.5;
}
section.event_cal .event_wrap table.eventCalendar .eventInfo.js_click {
  cursor: pointer;
}
section.event_cal .event_wrap table.eventCalendar .eventInfo.js_click:hover {
  background: #ffa;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
section.event_cal .event_wrap table.eventCalendar .eventInfo a {
  color: #03c;
}
@media print, screen and (min-width: 768px) {
  section.event_cal {
    margin: 0 auto;
    padding: 0 0 58px 0;
  }
  section.event_cal .event_wrap {
    padding: 25px 0 10px;
  }
  section.event_cal .event_wrap table.eventCalendarHead {
    /* カレンダーヘッダー */
    width: 50%;
  }
  section.event_cal .event_wrap table.eventCalendarHead td.prevYearMonth {
    font-size: 14px;
    font-size: 1.4rem;
  }
  section.event_cal .event_wrap table.eventCalendarHead td.nowYearMonth {
    font-size: 20px;
    font-size: 2rem;
  }
  section.event_cal .event_wrap table.eventCalendarHead td.nextYearMonth {
    font-size: 14px;
    font-size: 1.4rem;
  }
  section.event_cal .event_wrap table.eventCalendar td {
    /* イベントカレンダー */
    font-size: 14px;
    font-size: 1.4rem;
  }
}
