@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600&display=swap");
body{
	background: #3B3B3B;
}
/* イベントカレンダー */
#EventSchedule {
  padding: 0;
  margin: 20px auto 0 auto;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
#EventSchedule > p.info {
  font-size: 10px;
  margin: 0;
  padding: 2px 10px 2px;
  background-color: #fff;
  border-top: 1px #ddd solid;
  text-align: center;
}

#EventScheduleZone {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  color: #222222;
}
#EventScheduleZone::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.1);
  top: 10px;
}
#EventScheduleZone::-webkit-scrollbar-thumb {
  border-radius: 99px;
  background-clip: padding-box;
  border-style: solid;
  border-color: transparent;
  border-width: 3px;
  background-color: #0075C2;
  border: 1px solid #0075C2;
}

#EventScheduleBody {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

#EventScheduleDates {
  display: flex;
  vertical-align: top;
  white-space: nowrap;
  font-size: 0;
}
#EventScheduleDates .schedule-months {
  position: relative;
  vertical-align: top;
  white-space: nowrap;
  font-size: 0;
  padding-top: 85px;
}
#EventScheduleDates .schedule-months .esdMonthDays {
  margin-top: 10px;
  display: flex;
  border-top:1px #222222 solid;
}
#EventScheduleDates .schedule-months .esdMonthLabel {
  margin: 0;
  padding: 0 0 0 5px;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
#EventScheduleDates .schedule-months .esdMonthLabel .years {
  font-size: 14px;
  font-weight: bold;
}
#EventScheduleDates .schedule-months .esdMonthLabel .years .number {
  /*font-family: "EB Garamond", serif;*/
  font-size: 20px;
  letter-spacing: 0.12em;
  font-weight: 500;
}
#EventScheduleDates .schedule-months .esdMonthLabel .months {
  font-size: 2.2rem;
  font-weight: bold;
}
#EventScheduleDates .schedule-months .esdMonthLabel .months .number {
  /*font-family: "EB Garamond", serif;*/
  font-size: 6rem;
  letter-spacing: 0.12em;
  line-height: 1;
  font-weight: 500;
}
#EventScheduleDates .schedule-months:first-child .esdDay:first-child {
  border-left: none;
}
#EventScheduleDates .esdDay {
  vertical-align: top;
  white-space: nowrap;
  box-sizing: border-box;
  width: 32px;
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 10px 0 0;
  letter-spacing: normal;
}
#EventScheduleDates .esdDay > span {
  display: block;
  line-height: 1.25;
}
#EventScheduleDates .esdDay > span .info {
  font-size: 8px;
  line-height: 1;
}
#EventScheduleDates .esdDay > span .info > span {
  display: inline-block;
  border-radius: 1em;
  height: 1em;
  line-height: 1;
  color: #555;
  transform: scale(0.9, 1);
}
#EventScheduleDates .esdDay > span.date {
  font-size: 18px;
  /*font-family: "EB Garamond", serif;*/
}
#EventScheduleDates .esdDay > span.day {
  font-size: 10px;
}

#EventScheduleViewZone {
  position: absolute;
  top: 133px;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 550px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#EventScheduleViewZone::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  top: 10px;
}
#EventScheduleViewZone::-webkit-scrollbar-thumb {
  border-radius: 99px;
  background-clip: padding-box;
  border-style: solid;
  border-color: transparent;
  border-width: 3px;
  background-color: #666;
  border: 1px solid #ccc;
}
#EventScheduleViewZone #EventScheduleViewZoneBox {
  overflow: hidden;
}
#EventScheduleViewZone a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  letter-spacing: 0.08em;
  word-wrap: break-word;
  padding: 16px 0 0 12px;
  box-sizing: border-box;
  text-decoration: none;
  color:#222222;
  font-size: 12px;
  line-height: 1.25;
  background-color: transparent;
}
#EventScheduleViewZone a p {
  margin: 0;
  display: block;
}
#EventScheduleViewZone a p.title {
  font-weight: bold;
  min-width: 192px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  padding: 0 25px 0 8px;
  display: -webkit-box;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
#EventScheduleViewZone a p.places {
  min-width: 192px;
  margin-top: 5px;
  padding: 0 25px 0 8px;
  display: -webkit-box;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
#EventScheduleViewZone a p.places span {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  vertical-align: top;
  font-weight: normal;
}
#EventScheduleViewZone a p.bar1 {
  position: absolute;
  top: 8px;
  left: 12px;
  right: 0px;
  height: 1px;
  background-color: #222222;
}
#EventScheduleViewZone a p.bar2 {
  position: absolute;
  top: 10px;
  left: 12px;
  right: auto;
  width: 8px;
  height: 8px;
  background-color: #222222;
  border-radius: 999px;
  margin: -5px 0 -5px -5px;
}
#EventScheduleViewZone a p.bar3 {
  position: absolute;
  top: 10px;
  left: auto;
  right: 1px;
  width: 8px;
  height: 8px;
  background-color: #222222;
  border-radius: 999px;
  margin: -5px -6px -5px 0;
}
#EventScheduleViewZone a.prestarted p.bar1 {
  left: 0;
}
#EventScheduleViewZone a.prestarted p.bar2 {
  display: none;
}
#EventScheduleViewZone a:hover {
  opacity: 0.8;
}
#EventScheduleViewZone a:hover p {
  color: #0075C2;
}
#EventScheduleViewZone a:hover p.title {
  text-decoration: none;
}
#EventScheduleViewZone a:hover p.bar1, #EventScheduleViewZone a:hover p.bar2, #EventScheduleViewZone a:hover p.bar3 {
  background-color: #0075C2;
}

#EventScheduleViewMore {
  display: none;
}

@media (max-width: 768px) {
  #EventScheduleViewZone {
    max-height: 360px;
  }

  #EventScheduleViewMore {
    width: 100%;
    height: 60px;
    background: linear-gradient(rgba(38, 38, 38, 0) 0%, #262626 100%);
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
	 display: block;
  }
  #EventScheduleViewMore > p {
    position: relative;
    margin: 10px 0 0 calc(50vw - 24px - 48px);
    width: 96px;
    height: 32px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 7px 0 0 17px;
    letter-spacing: 0;
  }
  #EventScheduleViewMore > p:before {
    position: absolute;
    content: "";
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 7px;
    height: 7px;
    right: 14px;
    top: 9px;
    transform: rotate(135deg);
  }
  #EventScheduleViewMore > p.active:before {
    right: 14px;
    top: 14px;
    transform: rotate(-45deg);
  }
}
#EventScheduleScrollBack {
  position: absolute;
  left: 7px;
  top: 30px;
  margin: 0;
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
#EventScheduleScrollBack a {
  display: block;
  height: 44px;
  width: 44px;
  color: transparent;
  overflow: hidden;
  border-radius: 999px;
  transition: background-color 2s ease-out;
  background-color: #00a3af;
  background-size: contain;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
#EventScheduleScrollBack.hidden {
  opacity: 0;
  pointer-events: none;
}

.mouseUI #EventScheduleScrollBack a:active {
  filter: brightness(90%);
}

#EventScheduleScrollForward {
  position: absolute;
  right: 7px;
  top: 50%;
  margin: -22px 0 0;
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
#EventScheduleScrollForward a {
  display: block;
  height: 44px;
  width: 44px;
  color: transparent;
  overflow: hidden;
  border-radius: 999px;
  transition: background-color 2s ease-out;
  background-color: #00a3af;
  background-size: contain;
  background-image: url(homes/forward.svg);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
#EventScheduleScrollForward a:active {
  filter: brightness(90%);
}
#EventScheduleScrollForward.hidden {
  opacity: 0;
  pointer-events: none;
}
