@charset "utf-8";

/* CSS Document */
/*slider*/
.flexslider {
  position: relative;
}

.flexslider::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000000, transparent);
}

.sh_on {
  display: none;
}

.flex-direction-nav {
  display: none;
}

@media (max-width: 500px) {
  .sh_non {
    display: none;
  }

  .sh_on {
    display: block;
  }

  .flexslider {
    margin: 0;
  }
}