.theaterSchedule___wrap {
  padding-bottom: 16px;
}
.theaterSchedule___wrap + .theaterSchedule___wrap {
  border-top: solid 1px #dfdfdf;
  padding-top: 16px;
}
.theaterSchedule___wrap .nodata {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  padding: 32px;
  text-align: center;
}
.theaterNote__sub {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #666;
  font-weight: normal;
  padding: 0 32px;
  margin-bottom: 16px;
}
.theaterNote__sub > img {
  width: 15px;
}
.theaterName {
  font-size: 16px;
  padding: 0 32px;
  margin-bottom: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.theaterSchedule__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 32px;
  gap: 12px 32px;
}
.theaterSchedule__list + .theaterSchedule__list {
  margin-top: 16px;
}
.theaterSchedule__list .screenFormat__wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-bottom: -2px;
}
.theaterSchedule__list .screenFormat__wrap .screenFormat {
  display: inline-block;
  background-color: #f2f2f2;
  color: #333;
  border-radius: 2px;
  font-size: 11px;
  line-height: 1.05;
  padding: 3px 6px;
}
.theaterSchedule__list .theaterSchedule__listItem {
  display: flex;
  align-items: center;
}
.theaterSchedule__list .theaterSchedule__listItem .time {
  display: inline-block;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: bold;
  line-height: 100%;
  color: #555;
  text-align: center;
}
.theaterSchedule__list .theaterSchedule__listItem .time > span {
  font-size: 11px;
}
.theaterSchedule__list .theaterSchedule__listItem.great .seatStatus {
  content: "";
  background-image: url(../../images/svg/ic_great.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  margin-left: 6px;
}
.theaterSchedule__list .theaterSchedule__listItem.available .seatStatus {
  content: "";
  background-image: url(../../images/svg/ic_available.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  margin-left: 4px;
}
.theaterSchedule__list .theaterSchedule__listItem.few .seatStatus {
  content: "";
  background-image: url(../../images/svg/ic_few.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  margin-left: 6px;
}
.theaterSchedule__list .theaterSchedule__listItem.full .time {
  color: #dbdbdb;
  font-weight: bold;
}
.theaterSchedule__list .theaterSchedule__listItem.full .seatStatus {
  content: "";
  background-image: url(../../images/svg/ic_full.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  margin-left: 6px;
}
.theaterSchedule__list .theaterSchedule__listItem.past .time {
  color: #dbdbdb;
  font-weight: bold;
}
.theaterSchedule__list .theaterSchedule__listItem.notYet .seatStatus {
  content: "";
  background-image: url(../../images/svg/ic_notYet.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 4px;
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .theaterSchedule___wrap .nodata {
    padding: 24px 12px 64px;
  }
  .theaterName {
    font-weight: bold;
    padding: 0 16px;
  }
  .theaterNote__sub {
    padding: 0 16px;
  }
  .theaterSchedule__list {
    padding: 0 16px;
    gap: 12px 24px;
  }
}
