@charset "UTF-8";
#homeSlider .slick-arrow {
  background: #ae9593;
  border: none;
  height: 75px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  z-index: 10;
}

#homeSlider:hover .slick-arrow {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #homeSlider .slick-arrow {
    display: none !important;
  }
}

#homeSlider .slick-arrow:hover {
  background: #e6291a;
}

#homeSlider .slick-arrow i {
  color: #fff;
  font-family: FontAwesome;
  font-size: 1.5rem;
  font-style: normal;
}

#homeSlider .slick-arrow.slick-prev {
  border-radius: 0 8px 8px 0;
  z-index: 100;
}

#homeSlider .slick-arrow.slick-next {
  border-radius: 8px 0 0 8px;
  right: 0;
  z-index: 100;
}

#homeSlider .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 15px 0 0;
  position: absolute;
  width: 100%;
}

#homeSlider .slick-dots li {
  border-radius: 50%;
  display: flex;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin: 0 4px;
}

#homeSlider .slick-dots li button {
  background: #ae9593;
  border: none;
  border-radius: 14px;
  display: block;
  height: 100%;
  text-indent: -9999px;
  width: 100%;
}

#homeSlider .slick-dots li.slick-active button {
  background: #e6291a;
}

@media screen and (min-width: 896px) {
  #homeSlider .slick-dots li button {
    height: 16px;
    width: 16px;
  }
}

.sb-slidebar {
  display: block;
  width: 290px;
  z-index: 0;
}

@media screen and (min-width: 896px) {
  .sb-slidebar {
    display: none;
  }

  .dropdown-toggle {
    cursor: pointer;
  }
}

.image {
  opacity: 0;
  position: relative;
  transition: opacity .4s ease;
}

.lazyloader-icon {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.image img.lazyload,
.image img.lazyloading {
  opacity: 0;
  visibility: hidden;
}

.image img.lazyloaded {
  opacity: 1;
  transition: opacity .4s ease;
  visibility: visible;
}

.program-html {
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .navbar-default .navbar-nav > li > a {
    padding: 28px 10px;
  }
}

@media screen and (max-width: 950px) {
  .navbar-default .navbar-nav > li > a,
  ul.dropdown-menu > li > a,
  .region-navigation .navbar-nav li ul.dropdown-menu > li > a {
    font-size: 14px;
  }
}

.modal-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
  color: #b22222;
  width: 200px;
  height: 50px;
  margin: 0 auto;
}

.modal-button:hover {
  cursor: pointer;
}

/* お知らせ画像のモーダル */
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}

.modal__contents {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 950px;
  width: 70%;
}

.modal__body {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}

.modal__close-button {
  position: absolute;
  top: -30px;
  right: -30px;
}

.modal__close-button:hover {
  cursor: pointer;
}

.modal span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 25px;
  height: 3px;
  background-color: #fff;
  position: relative;
  transform: rotate(45deg);
}

.modal span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: inherit;
  transform: rotate(90deg);
}

.modal-bg {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .modal__contents {
    width: 85%;
  }

  .modal__body {
    padding: 10px;
  }

  .modal__close-button {
    right: 0;
  }
}

.follow-link-x {
  display: flex;
  justify-content: center;
  padding: 25px 15px 60px;
}

.follow-link-x a {
  align-items: center;
  color: #350805;
  display: flex;
  justify-content: center;
  transition: all 0.3s;
}

.follow-link-x a:hover {
  opacity: 0.7;
}

.follow-link-x a img {
  border-radius: 8px;
  max-width: 55px;
}

.follow-link-x .text {
  display: inline-block;
  font-size: 13px;
  line-height: 1.6;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .follow-link-x a {
    display: block;
    text-align: center;
  }
  .follow-link-x a img {
    margin: 0 auto 15px;
  }
}
