@charset "UTF-8";

/*****************************
詳細共用
*****************************/
.singlehead {
  margin-bottom: 3rem;
}
.singlehead .ttl {
  border-bottom: 2px solid #ccc;
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
}
.singlehead .ttl::before {
  background: #6EB92A;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 20%;
}
.singlecontent {
  margin: 4rem 0;
}
.gallerybox {
  margin: 0 auto 10rem;
  max-width: 1000px;
}
#main-carousel {
  margin-bottom: 1rem;
}
#main-carousel .splide__slide a {
  aspect-ratio: 2/1;
  display: block;
}
#main-carousel .splide__slide a:hover {
  opacity: 1;
}
#main-carousel .splide__slide a img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
#thumbnail-carousel .splide__slide {
  opacity: .3;
}
#thumbnail-carousel .splide__slide.is-active {
  opacity: 1;
}
#thumbnail-carousel .splide__slide {
  height: 100px;
}
#thumbnail-carousel .splide__slide img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#thumbnail-carousel .splide__slide,
#thumbnail-carousel .splide__slide.is-active {
  border: initial !important;
}
#thumbnail-carousel .splide__list {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #main-carousel .splide__slide a {
    aspect-ratio: 2/1.1;
  }
  #thumbnail-carousel .splide__slide {
    height: 60px;
  }
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .singlehead .ttl {
    font-size: 1.8rem;
  }
  .singlecontent {
    margin: 3rem 0;
  }
}