h1.park-toptitle {
  margin-bottom: 0;
}

/* ↓スライドショー */
.site-body {
  padding-top: 0;
}

.park-swiper {
  height: auto;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
  width: 100vw;
}

.park-swiper .swiper-wrapper {
  transition-timing-function: ease-in-out !important;
}

.park.swiper-slide::before {
  background: linear-gradient(180deg, transparent, #00000033 33%, #00000063 73%);
  bottom: 4px;
  content: "";
  height: 40%;
  position: absolute;
  width: 100%;
}

.swiper-text {
  bottom: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  left: 0;
  padding: 0 0 18px 26px;
  position: absolute;
  z-index: 1;
  text-shadow: 2px 2px 2px #333;
}

.swiper-pagination {
  bottom: -40px !important;
}

.park-swiper .swiper-pagination-bullet {
  border-radius: 0 !important;
  height: 3px;
  outline: none;
  width: 28px;
}

.park-swiper .swiper-pagination-bullet-active {
  background-color: #ffd903;
}
/* ↑スライドショー */

/* ↓スライドショー テキスト */
figure.wp-block-image.size-full.park-top-image.item-1::after {
  background: #00000061;
  border-radius: 2px;
  bottom: 1em;
  color: #fff;
  content: "月岡のお城と公園";
  font-size: 0.5em;
  padding: 1px 5px;
  position: absolute;
  right: 1em;
}

figure.wp-block-image.size-full.park-top-image.item-2::after {
  background: #00000061;
  border-radius: 2px;
  bottom: 1em;
  color: #fff;
  content: "市民公園がおまつりの村に！";
  font-size: 0.5em;
  padding: 1px 5px;
  position: absolute;
  right: 1em;
}

figure.wp-block-image.size-full.park-top-image.item-3::after {
  background: #00000061;
  border-radius: 2px;
  bottom: 1em;
  color: #fff;
  content: "市役所前にかかし現る";
  font-size: 0.5em;
  padding: 1px 5px;
  position: absolute;
  right: 1em;
}

figure.wp-block-image.size-full.park-top-image.item-4::after {
  background: #00000061;
  border-radius: 2px;
  bottom: 1em;
  color: #fff;
  content: "春は桜並木、秋は紅葉並木";
  font-size: 0.5em;
  padding: 1px 5px;
  position: absolute;
  right: 1em;
}

figure.wp-block-image.size-full.park-top-image.item-5::after {
  background: #00000061;
  border-radius: 2px;
  bottom: 1em;
  color: #fff;
  content: "かっぱの公園で彩る光";
  font-size: 0.5em;
  padding: 1px 5px;
  position: absolute;
  right: 1em;
}

figure.wp-block-image.size-full.park-top-image.item-6::after {
  background: #00000061;
  border-radius: 2px;
  bottom: 1em;
  color: #fff;
  content: "対岸までケンケンパ";
  font-size: 0.5em;
  padding: 1px 5px;
  position: absolute;
  right: 1em;
}

figure.wp-block-image.size-full.park-top-image.item-7::after {
  background: #00000061;
  border-radius: 2px;
  bottom: 1em;
  color: #fff;
  content: "河原で自然を感じて";
  font-size: 0.5em;
  padding: 1px 5px;
  position: absolute;
  right: 1em;
}
/* ↑スライドショー テキスト */

/* ↓インフォメーション */
.parkinfo-inner {
  background: #eff4f8;
  margin-left: -100vw;
  margin-right: -100vw;
}

.parkinfo-text span {
  background-color: #222;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.parkinfo-text {
  color: #286ed3;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 100vw;
  margin-right: 100vw;
  margin-top: 70px;
  padding-top: 20px;
}

.parkinfo-text.top {
  margin-top: 85px;
}

.parkinfo-boby {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-left: 100vw;
  margin-right: 100vw;
  padding-bottom: 20px;
}

.parkinfo-boby .boby-text {
  width: 70%;
}

.parkinfo-boby .boby-text p {
  font-size: 0.9rem;
}

.parkinfo-boby .boby-text p:last-child {
  margin-bottom: 0;
}

.parkinfo-boby img {
  padding-left: 50px;
  width: 30%;
}

.parkinfo-text-center span {
  background-color: #222;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-align: center;
}

.parkinfo-text-center {
  color: #286ed3;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 50px;
  text-align: center;
}

.parkinfo-boby-text-center p {
  font-size: 0.9rem;
  text-align: center;
}

.parkinfo-boby-text-center p:last-child {
  margin-bottom: 0;
}

.buttongroup {
  display: flex;
  justify-content: center;
  width: 30%;
}

a.button01 {
  border: 2px solid #286ed3;
  border-radius: 3px;
  color: #286ed3;
  padding: 10px 40px 10px 55px;
  transition: .2s;
}

a.button01::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  padding-left: 15px;
  transition: .2s;
}

a.button01:hover {
  background-color: #286ed3;
  color: #fff;
}

a.button01:hover::after {
  transform: translate(5px);
}

@media (min-width:576px) and (max-width:767px) {
  .parkinfo-boby .buttongroup a {
    padding: 15px;
  }
}

@media(max-width: 575px) {
  .parkinfo-boby {
    flex-direction: column-reverse;
    gap: 0;
  }

  .parkinfo-boby .boby-text {
    width: 100%;
  }

  .parkinfo-boby img {
    padding-left: 0;
    width: 100%;
  }

  .buttongroup {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }
}
/* ↑インフォメーション */

/* →記事情報 */
.top-articleinfotext {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 40px;
}

.top-articleinfotext i {
  color: #95233b;
  margin-left: 9px;
}

.top-articleinfotext a {
  color: #333;
  transition: 0.2s;
}

.top-articleinfotext a:hover {
  color: #333;
  opacity: .5;
  text-decoration: underline;
}
/* ←記事情報 */
/* →手動設定 記事情報 */
.top-articleinfo-image {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 50px;
}

.top-articleinfo-image .imagelist {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 10px #00000021;
  flex: 1;
  transition: 0.2s;
}

.top-articleinfo-image .imagelist a {
  display: flex;
  flex-direction: column;
}

.top-articleinfo-image .imagelist:hover {
  opacity: .5;
}

.top-articleinfo-image .imagelist img {
  aspect-ratio: 16 / 9;
  border-radius: 5px 5px 0 0;
  display: block;
  object-fit: cover;
  width: 100%;
}

.top-articleinfo-image .post-info {
  color: #333;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.55em;
  margin: 9px 13px;
}

@media(max-width: 991px) {
  .top-articleinfo-image .imagelist {
    flex: none;
    width: calc(50% - 7px);
  }
}
/* ←手動設定 記事情報 */