@charset "utf-8";
@import url(common.css);
.page-schedule main h1 {
  font-weight: bold;
  padding-top: 30px;
}
.schedule {
  margin: 20px 30px;
}
small {
  opacity: 0.5;
}
#app .top,
.containar .top {
  width: 120px;
  margin: 10px 20px 10px auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 2;
}
#app .top a,
.containar .top a {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  width: 120px;
}
#app .top img,
.containar .top img {
  display: block;
  width: 120px;
  height: auto;
}
.top a:hover img[src*="IMG/TOP.png"] {
  transform: translateY(-2px) scale(1.06);
  opacity: 0.9;
}
ul .noneli {
  display: none;
}
.schedule-notice img {
  border-radius: 16px;
  border: 1px solid rgba(230, 232, 234, 0.12);
  box-shadow: var(--shadow);
}
