@charset "utf-8";

.top-block {
  border: 5px solid #598f26;
  border-radius: 1em;
  background-color: #fff;
  padding: 0.8em;
  margin-bottom: 0.8em;
}
.top-block-title {
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 2px solid #598f26;
  padding: 0 5px;
  margin-bottom: 0.5em;
}
/*----------------------------------------------------
  スライダー
----------------------------------------------------*/
.slider-wrap {
  background: url("../images/home/bg_slider.jpg") no-repeat center top;
  background-size: cover;
  padding: 1.5em 0;
  margin-bottom: 30px;

}
.slider-wrap .slider-pro-wrap {
  position: relative;
  max-width: 790px;
  margin: auto;
}
.photogallery {
  position: absolute;
  top: -1.5em;
  left: 0;
  z-index: 1;
}
.slider-pro {
  border: 5px solid #fff;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}
.sp-black {
  color: #222;
  background: rgba(255, 255, 255, 0.8)
}
/*サムネイルのポインターの色を変える*/
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before,
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  border-color: #598F26;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  border-right-color: #598F26;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  border-bottom-color: #598F26;
  border-bottom-width: 8px;
  margin-left: -8px;
  top: 5px;
}

/*縦スライド時の矢印の位置*/
.sp-vertical .sp-previous-arrow {
  top: -20px;
}
.sp-vertical .sp-next-arrow {
  bottom: 20px;
}
.sp-arrow {
  position: absolute;
  font-size: 4rem;
  color: #FFF;
  text-shadow: 1px 1px 1px #666;
  cursor: pointer;
  width: auto;
  height: auto;
}
.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
  content: '';
  background: none;
  width: auto;
  height: auto;
  position: static;
}
.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sp-arrow:before {
  left: auto;
  top: auto;
  transform: none;
}
.sp-next-arrow:before {
  font-family: FontAwesome !important;
  content: '\f105' !important;
}
.sp-previous-arrow:before {
  font-family: FontAwesome !important;
  content: '\f104' !important;
}
/*----------------------------------------------------
  新着情報
----------------------------------------------------*/
.news-area {
  margin: 0 auto 20px;
  font-size:1.4rem;
  background:#e5e5e5;
  padding-bottom:10px;
}
.newslist {
  list-style: none;
  padding-left: 0;
}
.newslist li {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #ccc;
}
.newslist li div {
  display: table-cell;
  vertical-align: top;
  padding: 0.4em 0.5em;
}
.newslist .newslist-left {
  width: 300px;
}
.newslist .newslist-left span {
  vertical-align: middle;
}
.newslist .newslist-left .date {
  line-height: 1;
}
.newslist .newslist-right a {
  color: #222;
}
/*----------------------------------------------------
  施設紹介
----------------------------------------------------*/
.shisetsu-intro {
  margin-bottom: 30px;
}
.shisetsu-intro a {
  color: #222;
  display: block;
  float: left;
  padding: 0 5px;
  text-align: center;
  font-size: 1.4rem;
  width: 11em;
}
.shisetsu-intro a img {
  margin-bottom: 5px;
}

.accessc {
  text-align: right;
  margin-bottom: 10px;
}
@media screen and (max-width: 991.98px) {
}
@media screen and (max-width: 767.98px) {
  .sp-slides-container {
    position: relative;
  }
  .newslist li {
    display: block;
    width: 100%;
    border-bottom: 1px dotted #ccc;
  }
  .newslist li div {
    display: block;
    width: 100%;
    padding: 5px 10px;
  }
  .newslist .newslist-left {
    padding-bottom: 0;
    width: 100%;
  }
  .newslist .newslist-right {
    padding-top: 2px;
  }
  .slider-wrap .slider-pro-wrap {
    padding: 0 15px;
  }
  .photogallery {
    width: 100px;
  }
}
@media screen and (max-width: 575.98px) {
  .slider-pro {
    margin-left: -5px;
  }
  .shisetsu-intro a {
    font-size: 1.2rem;
    width: 50%;
    margin-bottom: 10px;
  }
}