@charset "ISO-2022-JP";
/* CSS Document */

/* PC$B!J4pK\@_Dj!K!'2#(B5$BJ,3d(B */
.nobori{
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* $B6QEy$K(B5$BJ,3d(B */
  gap: 15px;                             /* $BMWAGF1;N$N4V3V(B */
}

/* $B3FMWAG$N2hA|D4@0(B */
.nobori img {
  width: 90%;
  height: auto;
  object-fit: contain;
}

.nobori.hinban{
  font-size:0.8em;
}

/* $B%9%^%[BP1~!J2hLLI}(B 768px $B0J2<!K!'2#(B2$BJ,3d(B */
@media (max-width: 768px) {
  .nobori {
    grid-template-columns: repeat(2, 1fr); /* $B6QEy$K(B2$BJ,3d(B */
    gap: 10px;                             /* $B%9%^%[MQ$N4V3V(B */
  }
}
