@charset "utf-8";
/* CSS Document */

html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  margin-top: 0;
  margin-bottom: 0;
}
footer#footer {
  border-top: 1px solid #F1EEE7;
  padding-top: 50px;
}


.news-hero {
  height: 300px;
  position: relative;
}
.news-hero-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news-hero-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;

  mask-image: linear-gradient(to top, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%);
  mask-repeat: no-repeat;
  mask-size: cover;
}
@media only screen and (max-width: 767px) {
  .news-hero {
    height: 160px;
  }
}


.news-area {
  margin-top: 60px;
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .news-area {
    margin-top: 0;
  }
}
.news-area .news-unit {
  display: flex;
  align-items: baseline;
  padding: 32px 0;
  border-bottom: 1px solid #F1EEE7;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .news-area .news-unit {
    flex-wrap: wrap;
    position: relative;
  }
}
.news-area .news-unit:after {
  font-family: FontAwesome;
  font-size: 21px;
  content: "";
  margin-left: auto;
  margin-right: 10px;
  color: #BEA567;
}
@media only screen and (max-width: 767px) {
  .news-area .news-unit:after {
    font-size: 15px;
    flex-wrap: wrap;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
  }
}
.news-area .news-unit .news-day {
  min-width: 90px;
  font-size: 16px;
  color: #4C4948;
}
.news-area .news-unit .news-title {
  font-size: 16px;
  color: #403736;
}
@media only screen and (max-width: 767px) {
  .news-area .news-unit .news-title {
    width: calc(100% - 50px);
  }
}
.news-area .news-unit .tag-area {
  min-width: 115px;
}
@media only screen and (max-width: 767px) {
  .news-area .news-unit .tag-area {
    width: auto;
  }
}
.news-area .news-unit .tag-area .news-tag {
  font-size: 14px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #BEA567;
  padding: 0 10px;
  border: 1px solid #BEA567;
}
@media only screen and (max-width: 767px) {
  .news-area .news-unit .tag-area .news-tag {
    font-size: 12px;
  }
}


/*.single-news {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.single-news .news-unit {
  display: flex;
  padding: 10px 0 25px;
  border-bottom: 1px solid #F1EEE7;
  gap: 15px;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .single-news .news-unit {
    padding: 10px 0 30px;
    margin-bottom: 35px;
  }
}
.single-news .news-unit .news-day {
  font-size: 14px;
  color: #4C4948;
}
.single-news .news-unit .news-title {
  font-size: 24px;
  color: #403736;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .single-news .news-unit .news-title {
    font-size: 18px;
  }
}
.single-news .news-unit .tag-area {
  min-width: 105px;
  width: auto;
}
.single-news .news-unit .news-tag {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #BEA567;
  padding: 0 10px;
  border: 1px solid #BEA567;
}
.single-news .content-area {
  color: #403736;
}
.single-news .content-area h2 {
  font-size: 22px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .single-news .content-area h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.single-news .content-area h3 {
  font-size: 18px;
  color: #4C4948;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .single-news .content-area h2 {
    margin-bottom: 25px;
  }
  .single-news .content-area h3 {
    margin-bottom: 25px;
  }
}
.single-news .content-area p {
  font-size: 14px;
}
.single-news .content-area ul, .single-news .content-area ol {
  font-size: 14px;
  margin-left: 1em;
}
.single-news .content-area ol {
  list-style: decimal;
}
.single-news .content-area ul {
  list-style: "―";
}
.single-news .content-area ul li::marker {
  color: #C7C4C4;
}*/
@media print, screen and (min-width: 768px) {
  .pager-wrap {
    padding-top: 60px;
    padding-bottom: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .pager-wrap {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0px !important;
  color: #AAA;
}
@media print, screen and (min-width: 768px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 37px;
    height: 37px;
  }
}
.wp-pagenavi span.current {
  color: #ffffff;
  background: #403736;
}
.wp-pagenavi a.nextpostslink {
  color: #403736;
  border: none;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 14px;
}
.wp-pagenavi a.nextpostslink:after {
  font-family: FontAwesome;
  content: "";
  margin-left: auto;
  color: #4C4948;
}
@media print, screen and (min-width: 768px) {
  .wp-pagenavi a.nextpostslink:after {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi a.nextpostslink:after {
    margin-right: -15px;
  }
}
@media print, screen and (min-width: 768px) {
  .wp-pagenavi a.nextpostslink {
    width: 80px;
    height: 24px;
    margin-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi a.nextpostslink {
    width: 50px;
    height: 17px;
    margin-left: 25px;
  }
}
.wp-pagenavi a.previouspostslink {
  color: #403736;
  border: none;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 14px;
}
.wp-pagenavi a.previouspostslink:before {
  font-family: FontAwesome;
  content: "";
  margin-right: auto;
  color: #4C4948;
}
@media print, screen and (min-width: 768px) {
  .wp-pagenavi a.previouspostslink:before {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi a.previouspostslink:before {
    margin-left: -15px;
  }
}
@media print, screen and (min-width: 768px) {
  .wp-pagenavi a.previouspostslink {
    width: 80px;
    height: 24px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi a.previouspostslink {
    width: 50px;
    height: 17px;
    margin-right: 25px;
  }
}



.page-next .next-head {
  font-size: 28px;
  margin-top: 70px;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: 3px;
}
.page-next .small_h1 {
  font-size: 18px;
  color: #BEA567;
  margin-bottom: 20px;
}
.area-pankuzu {
  padding-top: 25px;
}
.area-pankuzu ul {
  overflow: hidden;
  display: flex;
  justify-content: left;
}
.area-pankuzu ul li {
  float: right;
  font-size: 14px;
}
.area-pankuzu ul li a {
  text-decoration: underline;
}
.area-pankuzu ul li:not(:first-child):before {
  font-family: FontAwesome;
  content: "";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .page-next .next-head {
    font-size: 18px;
    margin-top: 43px;
  }
  .page-next .small_h1 {
    font-size: 11px;
  }
  .wrapper, .wrapper-single, .container {
    padding: 0 15px;
  }
}
.wp-pagenavi {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .news-area .news-unit {
    flex-wrap: wrap;
    position: relative;
    padding: 26px 0;
    gap: 10px 20px;
  }
}