@charset "utf-8";

/*--------------ギャラリー--------------*/

#photo-gallery {
  width: 740px;
  margin: 20px 0px;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
  background-color: #333;
}

.swiper-container {
  align-items: center;
  display: flex;
  height: 416.25px;
  aspect-ratio: 16/9;
  justify-content: space-between;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0!important;
}

.swiper-slide img,
.swiper-slide video {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index:10;
}

.swiper-thumbnail-wrapper .swiper-slide img,
.swiper-thumbnail-wrapper .swiper-slide video{
  object-fit: cover;
  position: relative;
}
.swiper-thumbnail-wrapper .swiper-slide.movie::after{
  content:url(/img/pc/shop_detail/icon-play.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  z-index: 11;
  transform: scale(0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-img-caption {
  background: rgba(0,0,0, 0.5);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 10px;
  position: absolute;
  width: 100%;
  z-index: 10;
  text-align: center;
}

.swiper-thumbnail-wrapper {
  clear: both;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
  background-color:initial;
  width: initial!important;
  height: initial!important;
}

.swiper-thumbnail-wrapper li {
  width: 73.1px!important;
  height: 73.1px;
  margin-bottom: initial;
  margin-right: 1px
}
.swiper-thumbnail-wrapper li:last-child {
  margin-right: 0;
}
.swiper-thumbnail-wrapper li:hover{
  cursor: pointer;
}
.swiper-thumbnail-wrapper li.swiper-slide-thumb-active{
  position: relative;
}
.swiper-thumbnail-wrapper li.swiper-slide-thumb-active::before{
  content: "";
  width: 73.1px;
  height: 73.1px;
  background-color: rgba(0,0,0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}


.bt_pano{
  position:absolute;
  top: 4px;
  right: 10px;
  z-index: 1001;
  background: rgba(0, 0, 0, .2);
  font-size: 14px;
  border-radius: 4px;
  transition: .2s
}