/* add style 2021.04
 ==================================================== */
 :root {
  --main-color: #59a68c;
  --hover-color: #6ace97;
}
/* HomeBanner
 --------------------- */
 #HomeBanner {
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  #HomeBanner {
    margin-top: 10vw;
  }
}

#HomeBanner .bannerArea {
  margin: 0 25px;
}
/* slide */
.slick-track {
  display: flex;
  align-items: center;
}

.fadeSlideArrow4to2 {
  margin-bottom: 30px;
}

.fadeSlideArrow4to2 .slick-list li {
  padding: 12px;
}

.fadeSlideArrow4to2 .slick-prev,
.fadeSlideArrow4to2 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 18px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  outline: none;
  background: transparent;
}

.fadeSlideArrow4to2 .slick-prev:hover:before,
.fadeSlideArrow4to2 .slick-prev:focus:before,
.fadeSlideArrow4to2 .slick-next:hover:before,
.fadeSlideArrow4to2 .slick-next:focus:before {
  opacity: 1;
}

.fadeSlideArrow4to2 .slick-prev.slick-disabled:before,
.fadeSlideArrow4to2 .slick-next.slick-disabled:before {
  opacity: .25;
}

.fadeSlideArrow4to2 .slick-prev {
  left: -25px;
}

.fadeSlideArrow4to2 .slick-prev:before {
  content: "";
  display: block;
  width: 18px;
  height: 30px;
  background: url(../../_assets/images/common/arrow_prev.png);
  background-size: 18px auto;
}

.fadeSlideArrow4to2 .slick-next {
  right: -20px;
}

.fadeSlideArrow4to2 .slick-next:before {
  content: "";
  display: block;
  width: 18px;
  height: 30px;
  background: url(../../_assets/images/common/arrow_next.png);
  background-size: 18px auto;
}

.fadeSlideArrow4to2 .slick-dots {
  bottom: -25px;
  line-height: 1;
}

.fadeSlideArrow4to2 .slick-dots li button:before {
  border-radius: 6px;
  width: 12px;
  height: 12px;
}

.fadeSlideArrow4to2 .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 8px;
}

#HomeInfo ul li .label span {
  border: 1px solid transparent;
}

#HomeInfo ul li .label.NEWS span {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

#HomeInfo ul li .label.EVENT span {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

#HomeInfo ul li .label.HOTEL span {
  color: #fff;
  background-color: #9E9F9F;
  border-color: #9E9F9F;
}

#HomeInfo ul li .label.BBQ span {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

#HomeInfo ul li .label.WEDDING span {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

/* トップページ INFORMATION */
#HomeInfo ul li .title {white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#HomeInfo ul li .date{white-space:nowrap;}

/* INFORMATION一覧 */
@media screen and (max-width: 768px) {
  #News #Main {
    margin-top: calc(45/750*100vw);
  }
}

#News #HomeInfo {
  padding: 50px 0 55px;
}

@media screen and (max-width: 768px) {
  #News #HomeInfo {
    padding: calc(50/750*100vw) 0 calc(80/750*100vw);
  }
}

/* INFORMATION詳細 */
#News #Main .inner {
  max-width: 780px;
}
#News .news {
  margin-top: 10px;
}
#News .news__img {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #News .news__img {
    margin-bottom: 3.3vw;
  }
}
#News .news__img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#News .news__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #News .news__meta {
    font-size: 2.4vw;
    margin-bottom: 4vw;
  }
}
#News .news__label {
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: var(--main-color);
  min-width: 120px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  #News .news__label {
    font-size: 10px;
    min-width: 70px;
    height: 14px;
  }
}
#News .news__title {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #News .news__title {
   font-size: 4.6vw;
   margin-bottom: 4vw;
  }
}
#News .news__sns {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #News .news__sns {
    margin-bottom: 4vw;
  }
}
#News .news__sns .sns_tw,
#News .news__sns .sns_fb,
#News .news__sns .sns_b {
  width: 41px;
  margin-right: 22px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  #News .news__sns .sns_tw,
  #News .news__sns .sns_fb,
  #News .news__sns .sns_b {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
}
#News .news .cont-wrap {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #News .news .cont-wrap {
    font-size: 2.6vw;
  }
}
#News .news .cont-wrap h1,
#News .news .cont-wrap h2,
#News .news .cont-wrap h3,
#News .news .cont-wrap h4,
#News .news .cont-wrap h5,
#News .news .cont-wrap h6 {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.2;
  padding: 4px 0 4px 25px;
  margin-bottom: 30px;
  border-left: 7px solid var(--main-color);
}
@media screen and (max-width: 768px) {
  #News .news .cont-wrap h1,
  #News .news .cont-wrap h2,
  #News .news .cont-wrap h3,
  #News .news .cont-wrap h4,
  #News .news .cont-wrap h5,
  #News .news .cont-wrap h6 {
    font-size: 4.4vw;
    padding-left: 15px;
    margin-bottom: 3.5vw;
    border-left-width: 4px;
  }
}
#News .news .cont-wrap div,
#News .news .cont-wrap p,
#News .news .cont-wrap img {
  font-weight: 100;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #News .news .cont-wrap div,
  #News .news .cont-wrap p,
  #News .news .cont-wrap img {
    margin-bottom: 3.5vw;
  }
}
#News .news .cont-wrap img {
  display: block;
  margin: 0 auto;
}

#News #HomeInfo ul > li {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #News #HomeInfo ul li:nth-of-type(2) {
    border-top: none;
  }
}
@media screen and (min-width: 769px) {
  #News .inner {
   /* max-width: 780px;*/
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  #News .inner {
    max-width: initial;
    width: 100%;
    padding-left: calc(70/750*100vw);
    padding-right: calc(70/750*100vw);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* navigation */
.navigation .screen-reader-text {
  display: none;
}

.navigation {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 16vw;
  max-width: 65%;
}

@media screen and (min-width: 768px) {
  .navigation {
    margin-bottom: 100px;
    font-size: 20px;
    max-width: unset;
  }
}

.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .navigation .nav-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.navigation .nav-links a, .navigation .nav-links span {
  color: #9e9f9f;
}

.navigation .nav-links .page-numbers {
  margin: 0 15px;
}

.navigation .nav-links .current {
  color: #000;
  border-bottom: 1px solid #000;
}

/*outlink*/
.outlink {
  padding-left: calc(70/750*100vw);
  padding-right: calc(70/750*100vw);
}

@media screen and (min-width: 769px) {
  .outlink {
    padding: 0 15px;
  }
}

.outlink a {
  color: #fff;
  font-size: 4.6vw;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--main-color);
  max-width: 570px;
  height: 12.6vw;
  margin: calc(120/750*100vw) auto 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media screen and (min-width: 769px) {
  .outlink a {
    font-size: 16px;
    height: 54px;
    margin-top: 60px;
  }
}

.outlink a:hover {
  background-color: var(--hover-color);
}

.outlink a .svg {
  display: inline-block;
  width: 8px;
  margin-left: 8vw;
}

@media screen and (min-width: 769px) {
  .outlink a .svg {
    margin-left: 35px;
  }
}
