/* ↓非表示設定 */
.page-id-1920 .main-section {
  background-color: unset;
  box-shadow: unset;
  padding-top: 0;
}

@media(max-width: 991px) {
  body.page-id-1920 {
    background-color: #f5f5f5 !important;
  }
}
/* ↑非表示設定 */

/* ↓ヘッダー */
.front-parkheader {
  align-items: center;
  background: linear-gradient(to right, #0087ff2b 0%, #46ff222b 100%);
  background-color: #fff;
  box-shadow: 0px 1px 6px #00000030;
  display: flex;
  position: relative;
  z-index: 1;
}

.front-parkheader .header-item-outer {
  display: flex;
  margin: 1.5em auto;
}

.outer-park-toplink {
  align-items: center;
  display: flex;
  font-size: 1.05rem;
  font-weight: 700;
  justify-content: center;
  width: 50%;
}

.outer-park-toplink a {
  background-image: linear-gradient(#00000000 50%, #2d8963 50%);
  background-position: 0 -1px;
  background-size: auto 200%;
  color: #333;
  padding: 6px;
  text-decoration: none;
  transition: .15s;
}

.outer-park-toplink a:hover {
  background-position: 0 100%;
  color: #fff;
}

.outer-park-toplink a.current {
  background-position: 0 100%;
  color: #fff;
}

.outer-park-toplink ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.outer-park-toplink ul li {
  margin: 0;
}

.outer-park-toplink ul li:nth-child(n+2) {
  margin-left: 35px;
}

.outer-park-toptitle {
  width: 50%;
}

.outer-park-toptitle a {
  display: flex;
  flex-direction: column;
  gap: 3px;
  transition: 0.2s;
}

.outer-park-toptitle a:hover {
  opacity: 0.5;
}

.park-toptitle {
  color: #333;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 800;
  text-shadow: 1px 2px 1px #ffdd61, 0 0 20px #00acff;
}

.park-toptitle-text {
  color: #333;
  font-size: 0.95rem;
  font-weight: 700;
}

@media(max-width:991px) {
  .outer-park-toplink {
    font-size: 0.95rem;
    margin-right: 0;
    margin-top: 25px;
    width: 100%;
  }

  .outer-park-toplink a {
    padding: 2px;
  }

  .front-parkheader .header-item-outer {
    flex-direction: column;
  }

  .outer-park-toplink ul li:nth-child(n+2) {
    margin-left: 22px;
  }

  .outer-park-toptitle {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }

  .park-toptitle {
    font-size: 1.6rem;
  }
}

@media(max-width:575px) {
  .outer-park-toptitle,
  .outer-park-toplink {
    width: unset !important;
  }
}

/* →スクロール後ヘッダー */
@media(min-width:992px) {
  .front-parkheader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }

  .page-id-157 .site-body , .breadcrumb {
    margin-top: 104px;
  }

  .set-position .front-parkheader {
    background-color: rgb(255 255 255 / 85%);
  }

  .set-position .front-parkheader .header-item-outer {
    margin: 0.5rem auto;
  }

  .set-position .front-parkheader .park-toptitle {
    font-size: 1.15rem;
  }

  .set-position .front-parkheader .park-toptitle-text {
    font-size: 0.8rem;
  }

  .front-parkheader,
  .front-parkheader .header-item-outer,
  .front-parkheader .park-toptitle,
  .front-parkheader .park-toptitle-text {
    transition: 0.2s;
  }
}
/* ↑ヘッダー */