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

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: 600;
  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, .outer-park-toplink a.current {
  background-position: 0 100%;
  border-radius: 10px;
  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: 20px;
}

.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%;
  }

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

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

  .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;
  }
}
/* ↑ヘッダー */