<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * hanamise.css V.0.1 (http://www.satoh-hanamise.co.jp/)
 * Copyright 1928-2024 SATOH-HANAMISE Authors
 */

.gentei{
    background-color: #F10C0F;
    color: #FFFFFF;
    text-align: center;
}
.carousel-control-prev-sh,
.carousel-control-next-sh {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev-sh,
  .carousel-control-next-sh {
    transition: none;
  }
}

.carousel-control-prev-sh:hover, .carousel-control-prev-sh:focus,
.carousel-control-next-sh:hover,
.carousel-control-next-sh:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev-sh {
  left: 0;
}

.carousel-control-next-sh {
  right: 0;
}

.carousel-control-prev-sh-icon,
.carousel-control-next-sh-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #848484;
    border-radius: 10px;
}

.carousel-control-prev-sh-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-sh-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
    background-color: #514F4F;
}
.carousel-sh-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
background-color: #333333;
  opacity: 0.8;
}</pre></body></html>