.eventList {
  padding: 15px 0 40px 0;
}

.resentListItem {
  box-shadow: 3px 3px 0 #e2e2e2;
  border: 1px solid #000;
  background-color: #fff;
  padding: 10px;
}
.resentListItem:not(:last-of-type) {
  margin: 0 0 20px;
}

.resentListBox {
  display: grid;
  grid-template-columns: 110px 1fr;
  grid-gap: 17px;
  gap: 17px;
}

.resentListPic {
  aspect-ratio: 1/1;
  position: relative;
}
.resentListPic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.resentListHead {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin: 0 0 5px;
}

.resentListHeadDate {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 5px;
}

.resentListHeadDateEnd, .resentListHeadDateStart {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.resentListHeadDateNumber {
  font-size: 1.2rem;
  font-weight: 700;
}

.resentListHeadDateWeek {
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
}
.resentListHeadDateWeek:before {
  content: "(";
}
.resentListHeadDateWeek:after {
  content: ")";
}

.resentListHeadDateNumber {
  font-size: 1.2rem;
  font-weight: 700;
}

.resentListHeadDateWeek6 {
  color: #2d42ff;
}

.resentListHeadDateWeek7 {
  color: #ff2d2d;
}

.resentListHeadPlace {
  width: 63px;
  height: 14px;
  font-weight: 700;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resentListHeadPlace1 {
  background-color: #fff824;
}

.resentListHeadPlace2 {
  background-color: #d6a7ff;
}

.resentListHeadPlace3 {
  background-color: #a5ffed;
}

.resentListHeadPlace4 {
  background-color: #ececec;
}

.resentListTitleLink {
  display: block;
  color: #ff51a2;
}

.resentListTitle {
  font-size: 1.5rem;
  color: inherit;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.4;
  margin: 0 0 10px;
}

.resentListInfo {
  display: grid;
  grid-template-columns: 55px 1fr;
  grid-gap: 4px 10px;
  gap: 4px 10px;
}

.resentListInfoTitle {
  border: 1px solid #000;
  line-height: 1.4;
  align-self: flex-start;
  font-size: 1.2rem;
  white-space: nowrap;
  text-align: center;
  align-self: center;
}

.resentListInfoWeather {
  display: flex;
  align-items: center;
  gap: 5px;
}

/*# sourceMappingURL=event.css.map*/