@charset "UTF-8";

/* スライダー START */

.keen-slider {
  overflow: hidden;
  font-size: 0;
}

@media screen and (max-width: 999px) {
  .keen-slider {
    margin-top: 0;
    border-radius: 0;
  }
}

.keen-slider__slide img {
  max-width: 100%;
  height: auto;
}

.dots {
  display: flex;
  padding: 10px 0;
  justify-content: center;
}

.dot {
  border: none;
  width: 10px;
  height: 10px;
  background: rgba(242, 141, 0, 0.2);
  border-radius: 50%;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
}

.dot:focus {
  outline: none;
}

.dot--active {
  background: #f28d00;
}

/* スライダー END */
