/* =============== page-menu CSS =============== */
.sec-wrap.first {
  padding: 180px 0 90px;
}
.page-template .sec-title-wrap {
  position: relative;
  text-align: center;
}
.page-template .sec-title-wrap h2::before {
  content: none;
}
.page-template .sec-read-txt p {
  text-align: center;
}
.page-template .sec-title-wrap .script-img {
  position: absolute;
  top: -60px;
  right: -19%;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.page-template-page-menu .menu-main-img-wrap {
  position: relative;
  margin-bottom: 40px;
}
.page-template-page-menu .menu-main-img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(#1a1a1a));
  background-image: linear-gradient(180deg, transparent 0 60%, #1a1a1a 100%);
}
.rotate-img {
  width: 270px;
  position: fixed;
  top: auto;
  bottom: -120px;
  right: auto;
  left: -120px;
  z-index: 0;
}

/* ページネーション */
.sec-wrap .wp-pagenavi {
  clear: none;
  font-size: 1.4rem;
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 40px;
}
.sec-wrap .wp-pagenavi a,
.sec-wrap .wp-pagenavi span {
  text-decoration: none;
  border: 0;
  padding: 16px 21px;
  margin: 2px;
  border-radius: 50%;
}
.sec-wrap .wp-pagenavi span.current {
  font-weight: 400;
  border: 1px solid #1a1a1a;
}
.sec-wrap .wp-pagenavi a,
.sec-wrap .wp-pagenavi span {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.sec-wrap .wp-pagenavi a:hover,
.sec-wrap .wp-pagenavi span:hover {
  color: #962427;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

#news {
  padding-bottom: 120px;
}
.news-list-wrap {
  position: relative;
  width: 100%;
}
.news-list-wrap .more-btn {
  position: absolute;
  top: 130px;
  left: -224px;
}
.news-item {
  border-top: 1px solid #ccc;
}
.news-item:last-of-type {
  border-bottom: 1px solid #ccc;
}
.news-item a {
  display: block;
  -webkit-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}
.news-item a:hover {
  color: #962427;
  -webkit-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}

.news-item a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 32px 0;
}

.news-item .news-date {
  font-size: 1.4rem;
  margin-right: 80px;
}

.news-item .news-title {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .sec-wrap.first {
    padding: 130px 0 60px;
  }
  .page-template .sec-title-wrap .script-img {
    width: 120px;
    top: -40px;
    right: -4%;
  }
  #page-contact .rotate-img {
    width: 160px;
    bottom: -70px;
    left: -70px;
  }
  #news {
    padding-bottom: 50px;
  }
  .sec-title-flex {
    display: block;
  }
  .sec-title-flex .sec-title-wrap {
    width: 100%;
    padding-right: 0;
  }
  .news-list-wrap {
    width: 100%;
  }
  .news-list-wrap .more-btn-wrap {
    text-align: right;
    margin-top: 48px;
  }
  .news-list-wrap .more-btn {
    position: relative;
    top: auto;
    left: 0;
    right: auto;
  }
  .news-item a dl {
    padding: 16px 0;
  }
  .news-item .news-date {
    font-size: 1.2rem;
    margin-right: 30px;
  }
  .news-item .news-title {
    font-size: 1.2rem;
  }

  /* ページネーション */
  .pagenation-wrap {
    margin-top: 40px;
  }
  .page-numbers {
    font-size: 1.2rem;
    padding: 10px 14px;
  }
}
