@charset "utf-8";
/* CSS Document */


/*画像拡大*/
.lum-lightbox{
  z-index: 5;
}
.lum-gallery-button {
  display: none ;
}
.lum-close-button {
  margin-top: 10rem;
  opacity: .8;
}
.lum-lightbox-inner img {
  margin:auto;
  max-width: 80%;
}
.img_expand {
  position: relative;
  margin-bottom: 2rem;
}
.img_expand a {
  text-decoration: none;
}
.txt_expand {
  position: absolute;
  bottom: -2rem;
  right: 0;
  font-size: 1.1rem;
  padding-right: 1.2rem;
  width: auto;
  display: block;
  color: #8a8a8a;
  cursor: pointer;
}
.txt_expand::before {
  font-family: 'Material Icons';
  content: "\e8ff";
  font-size: 3.8rem;
  color: #8a8a8a;
  position: absolute;
  right: 0;
  bottom: -0.5rem;
}

@media screen and (max-width: 1024px) {

  /*画像拡大*/
  .lum-close-button {
    margin-top: 0;
  }
  .lum-lightbox-inner img {
    max-height: 70vh;
    max-width: 100%;
  }
  .img_expand+.note {
    margin-top: 2rem;
  }
  
}