.h3 {
  font-weight: bold !important;
}

.class-link-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 24px;
}
.class-link-wrap a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 140px;
  border-radius: 16px/50%;
  box-shadow: 1px 2px 3px 0px #c0c0c0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.class-link-wrap a::before {
  content: "";
  position: absolute;
  left: 16px;
  height: 16px;
  width: 16px;
  background-image: url("/images/icon-star.png");
  background-size: contain;
}
.class-link-wrap a.yume {
  background-color: #fccbcb;
}
.class-link-wrap a.sora {
  background-color: #30fdfe;
}
.class-link-wrap a.ohisama {
  background-color: #f89c4c;
}
.class-link-wrap a.niji {
  background-color: #f89c4c;
}
.class-link-wrap a.tuki {
  background-color: #e2e200;
}
.class-link-wrap a.hosi {
  background-color: #7e7ffd;
}

.class-title {
  margin-top: 40px !important;
  font-weight: bold !important;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  gap: 16px;
  margin-top: 16px;
}
.gallery-grid .gallery-box {
  border: 1px solid #fc9936;
  border-radius: 4px;
}
.gallery-grid .gallery-box .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
}
.gallery-grid .gallery-box .photo img {
  width: 120px;
  height: 120px;
  margin: 0 !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery-grid .gallery-box .name {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 100%;
  border-top: 1px solid #fc9936;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff3bd;
}/*# sourceMappingURL=gallery.css.map */