/*コメント*/
.bg_slick{position:relative;}

.clr-gry.slick-arrow {
    bottom: 0;font-size:3em;color:white;
    position: absolute;z-index:100;
}
.fa-angle-left.clr-gry {
    right: 40px;
}

.fa-angle-right.clr-gry {
    right: 10px;}




#sliders {background:transparent;
  width: 100%;height:100%;
  margin: 0 auto; }

.slide-text {
  position: absolute;
  top: 0%;
  /*margin-top: -18px;*/
  left: 50%;
  z-index: 9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /*padding: 10px;
  text-align: center;
  font-weight: bold;*/
   }

/*.slick-slider div { transition: none !important; }*/

.slide-bg-inner {
  width: 100%;height:0;
  padding-top:100%;
  /*position: relative;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%; 
  }
.slide-bg-inners {
  width: 100%;height:0;
  padding-top:calc(64000%/960);
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%; 
  }
.slide_item0 {
  background-image: url("../img/index32_ss.jpg"); }

.slide_item1 {
  background-image: url("../img/index33_ss.jpg"); }

.slide_item2 {
  background-image: url("../img/index34_ss.jpg"); }

.slide_item3 {
  background-image: url("../img/index35_ss.jpg"); }

.slide_item4 {
  background-image: url("../img/index06_ss.jpg"); }

.slide_item5 {
  background-image: url("../img/index07_ss.jpg"); }

.slide_item6 {
  background-image: url("../img/index09_ss.jpg"); }

.slide_item7 {
  background-image: url("../img/index24_M.jpg"); }


.item {
  position: relative;
  overflow: hidden;
}

.item img {
  /*vertical-align: middle;*/
}

.caption {font-weight:bold;
  margin: 0;
  padding: 1em;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
  transition: transform 0.5s;
  transform: translateY(100%);
  background: rgba(0, 0, 0, 0.7);
  color: rgb(255, 255, 255,1.0);
}

.item:hover .caption {
  transform: translateY(0%);
}

/*
  The rest is only styling for this example page
*/
.item p {
  text-align: center;
}
/*コメント*/
/*# sourceMappingURL=slickslider3.css.map */