body {
  background-color: #fffdfa;
}
.bg04 {
  padding-top: 80px;
}
.bg04 .bg_fit_top {
  display: none;
}
.bg04 .illust03 {
  display: none;
}
.page_header h1 {
  margin: 0;
  background-color: #fffdfa;
}
.page_header h1 a img {
  width: min(400px, 80%);
}
.page_header h2 {
  background-image: url(../images/bg03.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  font-size: 2.5rem;
  text-align: center;
  padding: 48px 16px;
  font-weight: 400;
  color: #634d40;
}
@media screen and (max-width: 768px) {
  .page_header h2 {
    padding: 16px;
    font-size: 1.85rem;
  }
}
.page_header .breadcrumb {
  margin: 0 auto;
  max-width: 1000px;
  margin-top: 16px;
  padding: 0 24px;
}
.page_header .breadcrumb ol {
  display: flex;
  gap: 32px;
}
.page_header .breadcrumb ol li {
  color: #634d40;
  position: relative;
}
.page_header .breadcrumb ol li::after {
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  background-image: url(../images/arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page_header .breadcrumb ol li:last-child::after {
  display: none;
}
.page_header .breadcrumb ol li a {
  text-decoration: underline;
}
.news_top {
  margin-top: 80px;
  margin-bottom: 100px;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .news_top {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
.news_top .newa_h3 {
  width: min(1000px, 100%);
  margin-bottom: 32px;
}
.news_top .news_list_area .newsList {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .news_top .news_list_area .newsList {
    float: none;
    max-width: 100%;
    width: 100%;
    margin-bottom: 24px;
  }
}
.news_top .news_list_area .newsList .news_item {
  padding-bottom: 18px;
  border-bottom: 1px solid #8a6c58;
  font-weight: 500;
}
.news_top .news_list_area .newsList .news_item .date {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 8px;
  color: #634d40;
}
/*ページャー周り*/
.pager {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  align-items: center;
}
.pager li {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  padding: 3px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 30px;
  text-align: center;
  background: #fffdfa;
  color: #634d40;
  font-weight: normal;
  border: 1px solid #634d40;
}
.pager li.prev {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  transform: rotateZ(180deg);
  background: #634d40 url(../images/arrow_right_w.svg) no-repeat center center;
}
.pager li.next {
  width: 50px;
  height: 50px;
  margin-left: 20px;
  background: #634d40 url(../images/arrow_right_w.svg) no-repeat center center;
}
.pager li.disable {
  cursor: auto;
  background-color: #a6acae;
  border: 1px solid #a6acae;
}
.pager li.current {
  color: #fffdfa;
  background: #634d40;
}
.pager li.ellipsis {
  border: none;
  pointer-events: none;
}
@media screen and (max-width: 909px) {
  .pager {
    justify-content: center;
  }
  .pager li.prev {
    margin-right: 10px;
  }
  .pager li.next {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pager li {
    width: 32px;
    height: 32px;
    font-size: 1rem;
    line-height: 24px;
  }
  .pager li.next,
  .pager li.prev {
    width: 40px;
    height: 40px;
  }
}
