<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  gallery.css
// style info :  スタイル指定
=================================================================== */
.mapWrap h3 {
  font-size: 26px;
  color: #bfada1;
  font-weight: normal;
}
/* -----------------------------------------------------
  sliderWrap
----------------------------------------------------- */
.sliderWrap h3.ttl {
  font-family: 'Bellefair', serif !important;
  font-weight: normal;
  font-size: 36px;
}
.wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
	height: auto;
}
.garallySlider {
	width: 100%;
	margin: 0 auto 10px;
}
.garallySlider li p {
  position: absolute;
  bottom: 5px;
  right: 10px;
  text-align: center;
  color: #fff;
	font-family: 'Bellefair', serif !important;
  font-size: 28px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.garallySlider li p.left {
  position: absolute;
  bottom: 5px;
	right: auto;
  left: 10px;
}
.slide-item img {
  width: 100%;
}
.thumbnail-list {
	width: 100%;
  margin: 0 auto 30px;
  display: flex;
	justify-content: center;
  flex-wrap: wrap;
}
.thumbnail-item {
  flex: 0 0 120px;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
  margin: 0px 1px 3px;
	max-height: 70px
}
li.thumbnail-item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s opacity linear;
}
li.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .thumbnail-item {
    flex: 0 0 100px;
  }		
}	
@media screen and (max-width: 768px) {
	.thumbnail-item {
    flex: 0 0 80px;
  }
}		
@media screen and (max-width: 767px) {
  .sliderWrap h3.ttl {
    font-size: 30px;
  }
  /*.garallySlider li p {
    font-size: 18px;
  }	*/
  .thumbnail-item {
    flex: 0 0 80px;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
    margin: 1px 1px;
  }
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 420px) {
}</pre></body></html>