@charset "UTF-8";
/******************************************************************

トップページ

******************************************************************/
body#top_bg {
  background-image: url(../images/top_bg.png);
}

/* ---スライドショー ----*/
#top-img {
  width: 100%;
  overflow: hidden;
}

#top-img .top-img-inner {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}

#top-img .top1 {
  background: url(../images/top_bg1.jpg) no-repeat;
  background-size: cover;
}

#top-img .top2 {
  background: url(../images/top_bg2.jpg) no-repeat;
  background-size: cover;
}

#top-img .top3 {
  background: url(../images/top_bg3.jpg) no-repeat;
  background-size: cover;
}

#top-img .top4 {
  background: url(../images/top_bg4.jpg) no-repeat;
  background-size: cover;
}

#top-img .top5 {
  background: url(../images/top_bg5.jpg) no-repeat;
  background-size: cover;
}

#top-img .top6 {
  background: url(../images/top_bg6.jpg) no-repeat;
  background-size: cover;
}

.slick-dots li button:before {
  opacity: 0.5;
  color: #549972;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #549972;
}

.top-traning1 {
  max-width: 450px;
  margin: 30px auto;
}

.top-traning1 a {
  display: block;
  color: white;
  background: #efab93;
  padding: 15px;
}

.top-traning1 a:hover {
  background-color: #e88867;
}

.top-traning1 .right {
  padding-top: 10px;
}

.top-traning1 .bigttl {
  font-size: 25px;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 600;
  line-height: 1.4em;
}

.top-traning1 .bigttl span {
  border-bottom: solid 1px white;
}

.top-traning2 {
  width: 450px;
  margin: 15px 0;
  overflow: hidden;
  background: white;
  padding: 0;
}

.top-traning2 .ttl a {
  background: #efab93;
  padding: 8px;
  display: block;
  font-size: 18px;
  color: white;
  position: relative;
}

.top-traning2 .ttl a:hover {
  background-color: #e88867;
}

.top-traning2 .ttl a::before {
  content: " ";
  position: absolute;
  top: 12px;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px white;
  border-right: solid 2px white;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.top-traning2 .list li {
  position: relative;
  padding-left: 24px;
  line-height: 1.6em;
}

.top-traning2 .list li:before {
  font-family: "Material Icons";
  content: "check_circle_outline";
  color: #efab93;
  font-size: 1.3em;
  position: absolute;
  left: 0;
  top: 0;
}

.top-sahokai1 {
  width: 450px;
  margin: 15px 0;
}

.top-sahokai1 a {
  display: block;
  color: white;
  background: #7ebea5;
  padding: 15px;
}

.top-sahokai1 a:hover {
  background-color: #5cad8d;
}

.top-sahokai1 .bigttl {
  font-size: 25px;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 600;
  line-height: 1.4em;
}

.top-sahokai1 .bigttl span {
  border-bottom: solid 1px white;
}

.top-sahokai2 {
  width: 450px;
  margin: 15px 0;
  overflow: hidden;
  background: white;
  padding: 0;
}

.top-sahokai2 .ttl a {
  background: #7ebea5;
  padding: 8px;
  display: block;
  font-size: 18px;
  color: white;
  position: relative;
}

.top-sahokai2 .ttl a:hover {
  background-color: #5cad8d;
}

.top-sahokai2 .ttl a::before {
  content: " ";
  position: absolute;
  top: 12px;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px white;
  border-right: solid 2px white;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.top-sahokai2 .list li {
  position: relative;
  padding-left: 24px;
  line-height: 1.6em;
}

.top-sahokai2 .list li:before {
  font-family: "Material Icons";
  content: "check_circle_outline";
  color: #7ebea5;
  font-size: 1.3em;
  position: absolute;
  left: 0;
  top: 0;
}

.newsbtn {
  width: 48%;
  margin: 5px 1%;
}

.newsbtn a,
.newsbtn span {
  display: block;
  text-align: center;
  background: #eae5e3;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  padding: 8px;
}

.newsbtn a:hover,
.newsbtn span:hover {
  color: white;
  background: #a58f86;
}

.newsbtn.is_active span {
  color: white;
  background: #a58f86;
}

.newslist_box {
	display: none;
}
.newslist_box.is_active {
	display: block;
}
.newslist {
  width: 100%;
}


.newslist dt,
.newslist dd {
  margin: 0;
  padding: 0;
}

.newslist a {
  color: #000;
  display: block;
  border-bottom: 1px solid #a58f86;
  padding: 4px 0 0;
}

.newslist a:hover {
  background-color: rgba(165, 143, 134, 0.2);
}

.newslist dd {
  padding: 8px 0;
}

.newslist dt {
  font-weight: normal;
}

.newslist dt span {
  display: inline-block;
  background: #a58f86;
  color: #fff;
  margin: 0 30px;
  font-size: 0.8em;
  padding: 2px 16px;
  border-radius: 4px;
}

@media (min-width: 768px) {
  /* ---スライドショー ----*/
  #top-img .top-img-inner {
    width: 1280px;
  }
  #top-img .top1 {
    margin-bottom: 20px;
  }
  #top-img .top2 {
    margin-bottom: 20px;
  }
  #top-img .top3 {
    margin-bottom: 20px;
  }
  #top-img .top4 {
    margin-bottom: 20px;
  }
  #top-img .top5 {
    margin-bottom: 20px;
  }
  .slick-dots li {
    width: 160px;
    height: 20px;
    margin: 0 5px;
  }
  .slick-dots li button {
    width: 160px;
    height: 20px;
    padding: 5px;
  }
  .slick-dots li button:before {
    width: 160px;
    height: 10px;
    content: "";
    background: #549972;
    opacity: 0.5;
    color: #549972;
    border-radius: 5px;
  }
  .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #549972;
  }
  .top-traning1 {
    max-width: 100%;
    margin: 50px auto;
  }
  .top-traning1 a {
    padding: 30px;
  }
  .top-traning1 .left {
    float: left;
    width: 40%;
  }
  .top-traning1 .right {
    float: right;
    width: 60%;
    padding-left: 10px;
    padding-top: 50px;
  }
  .top-traning1 .bigttl {
    font-size: 50px;
  }
  .top-traning2 {
    width: 31%;
    margin: 30px 1.1666%;
  }
  .top-traning2 .ttl a {
    padding: 12px;
    font-size: 22px;
  }
  .top-traning2 .ttl a::before {
    top: 16px;
    right: 30px;
    width: 16px;
    height: 16px;
  }
  .top-sahokai1 {
    width: 47%;
    margin: 30px 1.5%;
  }
  .top-sahokai1 a {
    padding: 30px;
  }
  .top-sahokai1 .bigttl {
    font-size: 50px;
  }
  .top-sahokai2 {
    width: 47%;
    margin: 30px 1.5%;
  }
  .top-sahokai2 .ttl a {
    padding: 12px;
    font-size: 22px;
  }
  .top-sahokai2 .ttl a::before {
    top: 16px;
    right: 30px;
    width: 16px;
    height: 16px;
  }
  .newsbtn {
    width: 19%;
    margin: 5px 0.5%;
  }
  .newslist a {
    margin: 0;
  }
  .newslist dt {
    float: left;
    padding: 10px 0 10px 20px;
    width: 330px;
  }
  .newslist dd {
    padding: 10px 0 10px 330px;
  }
}
/*# sourceMappingURL=top.css.map */