@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#adtag {
  opacity: 0;
}

/************* バナースライド *************/
.top-banner {
  display: none;
  padding-top: 50px;
}

.banner-slide {
  margin: 27px -10px 0;
}

.banner-slide .slick-slide {
  margin: 0 10px;
  border: 1px solid #d1c7b6;
}

.banner-slide .slick-prev {
  left: -50px;
}

.banner-slide .slick-next {
  right: -50px;
}

@media screen and (max-width: 1400px) {
  .banner-slide {
    margin: 27px 25px 0;
  }
  .banner-slide .slick-prev {
    left: -25px;
  }
  .banner-slide .slick-next {
    right: -25px;
  }
}
@media screen and (max-width: 639px) {
  .banner-slide .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .banner-slide .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50%;
    background-color: #707070;
  }
  .banner-slide .slick-dots li.slick-active button {
    background-color: rgb(80, 50, 30);
  }
  .banner-slide .slick-dots li button:before {
    display: none;
  }
  .banner-slide .slick-slide {
    margin: 0;
  }
  .banner-slide .slick-prev {
    left: -30px;
  }
  .banner-slide .slick-next {
    right: -30px;
  }
}
/* #top .header-btn {
  border: #000;
} */
#top main img {
  max-width: 100%;
}
#top main {
  font-family: "RyuminPro", serif;
}
#top .page-annotation {
  font-family: "Noto Sans JP", sans-serif;
}
#top .main-visual {
  position: relative;
  line-height: 0;
  border: none;
}
#top .main-visual .page-lead {
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 535px;
  width: 33.4375%;
  z-index: 2;
}
#top .apeal {
  line-height: 0;
  background-color: #F1E9DC;
  padding: 0px 0 0px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
#top .apeal .wrap {
  max-width: 960px;
}
#top .points {
  background-color: #f1e9dc;
  padding: 20px 0 17px;
  text-align: center;
}
#top .points .wrap {
  max-width: 1300px;
}
#top .points .text01 {
  font-size: 25px;
  padding-bottom: 18px;
  border-bottom: 1px solid #cfc8b8;
  margin-bottom: 18px;
}
#top .points .text01 .big {
  font-size: 130%;
}
#top .points .text01 .number {
  font-size: 150%;
}
#top .points .lists {
  display: flex;
}
#top .points .lists li {
  position: relative;
}
#top .points .lists li::after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 1px;
  top: 0;
  right: -3%;
  background-color: #cfc8b8;
}
#top .message {
  padding: 40px 0 0;
  display: flex;
}
#top .message dt {
  padding: 10px 5px;
  font-size: 19px;
  color: #fff;
  background-color: #255643;
  width: 500px;
  text-align: center;
  height: fit-content;
}
#top .message dd {
  padding-left: 20px;
  font-size: 12px;
  line-height: 1.4;
}
#top .section-title {
  font-size: 35px;
  line-height: 1.5;
  padding-bottom: 38px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.2em;
}
#top .information {
  padding: 120px 0 140px;
}
#top .information .information-box {
  padding: 35px 0;
  border-top: 1px solid #d3c8b6;
  border-bottom: 1px solid #d3c8b6;
}
#top .site-contents {
  padding-bottom: 70px;
}
#top .site-contents .lists li {
  float: left;
  width: 49%;
  position: relative;
  margin-bottom: 25px;
}
#top .site-contents .lists li:nth-child(2n) {
  float: right;
}
#top .site-contents .lists li:nth-child(2n+1) {
  clear: both;
}
#top .site-contents .texts {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 75%;
  padding: 40px 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
#top .site-contents .text01 {
  font-size: 45px;
  color: #5e4e35;
}
#top .site-contents .text02 {
  font-size: 18px;
  padding-left: 30px;
  position: relative;
  display: inline-block;
}
#top .site-contents .text02:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid #000;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
#top main {
  padding-bottom: 140px;
}
@media screen and (max-width: 1024px) {
  #top .section-title {
    font-size: 29px;
    padding-bottom: 38px;
  }
  #top .site-contents .text01 {
    font-size: 28px;
  }
  #top .site-contents .text02 {
    font-size: 15px;
  }
  #top main {
    padding-bottom: 140px;
  }
  #top .message dt {
    padding: 28px 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #top .main-visual .page-lead {
    top: 14%;
    width: 68%;
    left: 50%;
  }
  #top .main-visual .page-lead img {
    width: 100%;
    display: block;
  }
  #top .main-visual .image img.sp {
    display: block;
    width: 100%;
  }
  #top .apeal {
    padding: 19px 0 16px;
    height: auto;
  }
  #top .apeal .wrap {
    position: static;
    transform: translate(0);
  }
  #top .points {
    padding: 25px 0 27px;
    text-align: center;
  }
  #top .points .wrap {
    margin: 0 auto;
    width: 70%;
  }
  #top .section-title {
    font-size: 25px;
    padding-bottom: 38px;
  }
  #top .information {
    padding: 90px 0 100px;
  }
  #top .site-contents {
    padding-bottom: 50px;
  }
  #top .site-contents .lists li {
    float: none;
    width: 90%;
    margin: 0 auto 35px;
  }
  #top .site-contents .lists li:nth-child(2n) {
    float: none;
  }
  #top .site-contents .lists li .annotation {
    bottom: 9px;
    right: 5px;
    font-size: 9px;
    line-height: 1.2;
  }
  #top .site-contents .texts {
    padding: 25px 12px;
  }
  #top .site-contents .text01 {
    font-size: 25px;
  }
  #top .site-contents .text02 {
    font-size: 14px;
    padding-left: 22px;
  }
  #top .site-contents .text02:after {
    border-left: 5px solid #000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
  #top main {
    padding-bottom: 110px;
  }
  #top .message {
    padding: 40px 0 0;
    display: block;
  }
  #top .message dt {
    padding: 5px 10px;
    font-size: 20px;
    width: auto;
    margin-bottom: 20px;
  }
  #top .message dd {
    padding-left: 0px;
    font-size: 12px;
  }
}/*# sourceMappingURL=top.css.map */