<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*responsiv 3D gallery*/
.responsiveGallery-container {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.responsiveGallery-btn {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 60px;
  height: 60px;
}
.responsiveGallery-btn_prev {
  background: url("../images/arrow_L.png")center center no-repeat;
}
.responsiveGallery-btn_prev:hover, .responsiveGallery-btn_prev:focus-within {
  background: url("../images/arrow_L-active.png")center center no-repeat;
}
.responsiveGallery-btn_next {
  background: url("../images/arrow_R.png")center center no-repeat;
}
.responsiveGallery-btn_next:hover, .responsiveGallery-btn_next:focus-within {
  background: url("../images/arrow_R-active.png")center center no-repeat;
}
.responsiveGallery-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 30%; /*�鍂padding��穃�摰孵膥擃睃漲*/
  padding-bottom: calc(3 * 1.5rem + 2rem); /* 3 lines + 2rem padding x */
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.responsiveGallery-item {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block;
  width: 33.33%; /*暺䁅恕�遬蝷�5銝�*/
  opacity: 0;
  visibility: hidden;
}
/*jer*/
/*
@media (max-width: 1000px) {
  .responsiveGallery-item {
    width: 33.33%; 
  }
  .responsiveGallery-wrapper {
    padding-top: 35%; 
  }
}
*/
@media (max-width: 768px) {
  .responsiveGallery-wrapper {
    width: 100%;
  }
  .responsiveGallery-item {
    width: 100%; /*��蝏�遬蝷�1銝迎�䔶�銝𦠜辺�甅撘誩�喳�𡁜�嗅捐摨虫蛹蝒堒藁摰賢漲��60%*/
  }
  .responsiveGallery-wrapper {
    padding-top: 430px; /*�㮾摨磰��㟲摰孵膥擃睃漲*/
  }
}
.responsiveGallery-item a {
  display: flex;
  justify-content: center;
  max-height: 400px;
}
.responsiveGallery-item img {
  object-fit: contain;
}
@media (min-width: 769px) {
  .responsiveGallery-item a {
    display: flex;
    max-height: min(25vw, 400px);
  }
}
.responsiveGallery-wrapper .photo_caption { /*jer*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* number of lines to show */
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.responsivGallery-link {
  display: block;
  width: 100%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.responsivGallery-pic {
  width: 100%;
  height: auto;
}
.w-responsivGallery-info {
  width: 100%;
  margin: 0 auto;
  padding-top: 1%;
  text-align: center;
  color: #06C;
}
.responsivGallery-name {
  font-size: 1.25em;
}
.responsivGallery-position {
  padding-top: 4%;
  font-size: 0.875em;
  line-height: 1.3;
}
/*responsiv 3D gallery end*/</pre></body></html>