@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.margin-bottom-25 {
  margin-bottom: 25px;
}
.exhibit-list li {
  width: 166px;
  margin: 0 20px 20px 0;
  display: block;
  cursor: pointer;
  position: relative;
}
.exhibit-list li a {
  color: #414141 !important;
  display: block;
  position: relative;
  width: 100%;
  height: 72%;
}
.exhibit-list li a:hover {
  text-decoration: none !important;
}
.exhibit-list li a:hover span {
  text-decoration: none !important;
}
.exhibit-list li:first-child {
  margin-left: 0;
}
.exhibit-list li:nth-child(0), .exhibit-list li:nth-child(5n) {
  margin-right: 0;
}
.exhibit-list li span.imgOuter {
  position: relative;
  display: block;
  width: 166px;
  overflow: hidden;
  background: #f0f0f0;
  margin: 0;
  padding: 0;
}
.exhibit-list li span.imgOuter::before {
  content: "";
  display: block;
  padding-top: 72%;
  /* 高さを幅の72%に固定 */
}
.exhibit-list li span.imgOuter img {
  width: 100%;
  position: absolute;
  top: 0;
}
.exhibit-list li span.caption {
  position: absolute;
  opacity: 0;
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
  left: 0;
  top: 0;
  color: #fff;
  margin: 0;
  padding: 8px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 78.571428571429%;
  font-weight: bold;
  line-height: 1.4;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.exhibit-list li:hover {
  text-decoration: none !important;
}
.exhibit-list li:hover span.caption {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.prlists > ul {
  letter-spacing: -.40em;
}
.prlists > ul > li {
  letter-spacing: normal;
}
@media (max-width: 736px) {
  .exhibit-list {
    width: 100%;
    display: block;
  }
  .exhibit-list li {
    width: 33%;
    padding: 1.2%;
    font-size: 90%;
    margin: 0;
  }
  .exhibit-list li span {
    padding: 0;
    font-size: 90%;
  }
  .exhibit-list li span.chekedCount {
    right: 10px;
    top: -10px;
    width: 20px;
    height: 20px;
    background: #ff7495;
    border-radius: 10px;
  }
  .exhibit-list li span.imgOuter {
    width: 100%;
  }
  .exhibit-list li.active span {
    text-shadow: 0 0 4px #4cbce2;
  }
  .exhibit-list li.active::after {
    display: none;
  }
  .exhibit-list li:hover span {
    text-shadow: 0 0 4px #4cbce2;
  }
}
/*# sourceMappingURL=showroom_exhibit_add.css.map */
