.page_contents_wrap {
  padding: 15vw 0 7rem;
  background: #FFFDE9;
  position: relative;
}
.page_contents_wrap::before {
  display: block;
  content: '';
  width: 100%;
  height: 8vw;
  background: url(/assets/img/common/wave_blue.png) no-repeat top / 100% 100%;
  position: absolute;
  top: 0;
}
.news_content a {
  position: relative;
}
.news_archive_list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted;
}
.news_archive_list .read_more {
  display: inline-block;
}
.news_content.single .wrapper {
  padding-top: 0;
}
.news_content .title {
  font-size: var(--fs-page-title);
  line-height: 1.6;
  margin-bottom: 1.5em;
}
.news_content.single h2 {
  font-size: clamp(1.6rem,calc(1.1714285714285715rem + 1.1904761904761905vw),2.6rem);
  margin: 2em 0 0.5em;
}
.news_content.single p {
  margin-bottom: 1em;
}
.news_content.single .mb-0 {
  margin-bottom: 0;
}
.news_content.single .mb-1 {
  margin-bottom: 1em;
}
.news_content.single .mb-2 {
  margin-bottom: 2em;
}
.news_content.single figure {
  margin-bottom: 2rem;
}
.news_content.single .wrapper ul,
.news_content.single .wrapper ol {
  margin-bottom: 1em;
}
.news_content.single .wrapper ul:not(.none) {
  list-style: disc;
  margin-left: 1em;
}
.news_content.single .wrapper ol:not(.none) {
  list-style: decimal;
  margin-left: 1em;
}
.news_content.single dl.colon {
  margin-bottom: 1em;
}
.news_content.single dl.colon div {
  display: flex;
}
.news_content.single dl.colon dt {
  flex-shrink: 0;
}
.news_content.single dl.colon dt::after {
  content: "：";
}
.news_content.single dl.numbering {
	counter-reset: count 0;
}
.news_content.single dl.numbering dt::before {
	display: inline-block;
	content: counter(count)".";
	counter-increment: count 1;
	margin-right: 0.5em;
}
.news_content.single dl.numbering dd {
	margin-bottom: 1em;
	padding-left: 1em;
}
.news_content.single a.map-button {
  display: inline-block;
  color:#FFF;
  font-size: 90%;
  line-height: 1.3;
  padding: 0 0.5em;
  background: #1586C9;
  border: 1px solid #1586C9;
  border-radius: 9999px;
}
.news_content.single a.map-button:hover {
  color: #1586C9;
  background: #FFF;
}
.news_content.single .wp-block-button {
  margin-bottom: 3rem;
}
.news_content.single .wp-block-button a {
  display: inline-block;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  padding: 0.5em 1.5em;
  background: var(--main-blue);
  border: 2px solid var(--main-blue);
  border-radius: 9999px;
}
.news_content.single .wp-block-button a:hover {
  color: var(--main-blue);
  background: #FFF;
}
.to_archive {
  display: block;
  margin-top: 4em;
}
.side_bar {
  padding-bottom: 30px;
}
.side_bar a {
  display: block;
  color: #4d4d4d;
  padding: 0.3em 0;
}
.side_bar .sidebar_item {
  margin-bottom: 2em;
  position: relative;
}
.side_bar .sidebar_item ul li {
  border-bottom: 1px dotted;
}
.side_bar li:hover::before {
  opacity: 0.1;
}
.sidebar_date {
  display: block;
}
.sidebar_title {
  display: block;
  line-height: 1;
  margin-bottom: .5em;
}
.wp-pagenavi {
  text-align: center;
  margin: 30px auto;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #754C24;
  font-size: calc(1.275rem + 0.3vw);
  padding: 5px 10px;
  margin: 2px;
  border: 1px solid #754C24;
  border-radius: 5px;
}
.wp-pagenavi a::after {
  display: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #EBDB01;
}

.wp-pagenavi span.current {
  font-weight: bold;
}
@media (min-width: 768px) {
  .news_content {
    display: flex;
    gap: 5%;
  }
  .news_content .wrapper {
    width: 75%;
  } 
  .news_content aside {
    width: 20%;
  }
  .news_content.single .flex {
    display: flex;
    justify-content: space-between;
  }
  .news_content.single .flex .item {
    width: 48%;
  }
}
@media (min-width: 782px) {
  .news_content .wp-block-columns {
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 2rem;
  }
}