@charset "UTF-8";

.p-front {
  position: relative;
}

/* main visual */
.p-front-mv {
  position: relative;
  overflow: hidden;
}

.p-front-mv-slideArea {
  display: flex;
  height: 320px;
  position: relative;
  z-index: 1;
}

.p-front-mv-slideArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00260A;
  opacity: 0.3;
  z-index: 2;
}

.p-front-mv-slideArea::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/front/mv-img-decoration01.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: 3;
}

.p-front-mv-slideArea__column {
  flex: 1;
  height: 320px;
  overflow: hidden;
}

.p-front-mv-slideArea__column img {
  width: 100%;
  height: 320px;
  object-position: center;
  object-fit: cover;
}

.p-front-mv-content {
  position: absolute;
  inset: 0px 0 0;
  margin: auto;
  z-index: 4;
  text-align: center;
}

.p-front-mv-content__text01 {
  padding-top: 8px;
}

.p-front-mv-content__text02 {
  position: relative;
  top: -5px;
  left: 6px;
  font-family: "din_ul_c", sans-serif;
  font-size: 120px;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 1;
  text-align: center;
  color: #fff;
}

/* main visual sp */
.p-front-mv-sp-block01 {
  position: relative;
  opacity: 0;
  overflow: hidden;
  transition: 0.2s;
  /* スライドショー */
}

.p-front-mv-sp-block01.is-ready {
  opacity: 1;
}

.p-front-mv-sp-block01__item {
  position: relative;
  width: 100%;
}

.p-front-mv-sp-block01__link {
  display: block;
}

.p-front-mv-sp-block01__img {
  position: relative;
  width: 100%;
}

.p-front-mv-sp-block01__img>img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 40/35;
}

.p-front-mv-sp-block01__title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 35px 90px;
}

.p-front-mv-sp-block01__title {
  margin-bottom: 15px;
  padding-inline: 20px;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-shadow: 0px 0px 5px rgba(61, 62, 68, 0.47);
}

.p-front-mv-sp-block01__area {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

.p-front-mv-sp-block01__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px 20px 10px;
  background-color: rgba(3, 67, 0, 0.7);
}

.p-front-mv-sp-block01__lead {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
}

.p-front-mv-sp-block01__address {
  margin-bottom: 0px;
  padding: 1.5px 0 1px 12px;
  background: url("../img/icon-address.png") no-repeat 0% 7.5px;
  background-size: 7.4px auto;
  font-size: 13px;
  line-height: 1.6;
  opacity: 0.72;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.p-front-mv-sp-block01__area-small {
  margin-bottom: 0px;
  font-size: 10px;
  line-height: 1;
  opacity: 0.72;
  color: #fff;
}

.p-front-mv-sp-block01.slick-dotted.slick-slider {
  margin-bottom: 0;
}



.p-front-mv-sp-block01 .slick-prev {
  top: auto;
  bottom: 56%;
  left: 10px;
  z-index: 3;
  width: 30px;
  height: 30px;
}

.p-front-mv-sp-block01 .slick-prev:before {
  font-size: 30px;
  opacity: 1;
}

.p-front-mv-sp-block01__prev.swiper-button-prev {
  top: auto !important;
  bottom: 58% !important;
  right: 10px;
  z-index: 3;
  width: 40px;
  height: 40px;
}

.p-front-mv-sp-block01__next.swiper-button-next {
  top: auto !important;
  bottom: 58% !important;
  right: 10px;
  z-index: 3;
  width: 40px;
  height: 40px;
}

.p-front-mv-sp-block01 .slick-next {
  top: auto;
  bottom: 56%;
  right: 10px;
  z-index: 3;
  width: 30px;
  height: 30px;
}

.p-front-mv-sp-block01 .slick-next:before {
  font-size: 30px;
  opacity: 1;
}

.p-front-mv-sp-block01 .swiper-pagination {
  bottom: 31% !important;
}

.p-front-mv-sp-block01 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-inline: 8px !important;
}

.p-front-mv-sp-block01 .swiper-pagination .swiper-pagination-bullet {
  font-size: 10px;
  background-color: #fff;
  opacity: 1;
}

.p-front-mv-sp-block01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #eae209;
  opacity: 1;
}

/* 詳細条件で公園を探す */
.p-front-search {
  padding: 0px 0 60px 0;
  background-color: #effbee;
}

@media screen and (max-width: 767px) {
  .p-front-search {
    padding: 0px 0 30px 0;
    background: url("../img/front/search-bg01.png") no-repeat 50% 12%;
    background-size: cover;
  }
}

.p-front-search__title {
  margin-bottom: 33px;
}

@media screen and (max-width: 767px) {
  .p-front-search__title {
    margin-bottom: 0;
  }
}

.p-front-search-sp-content {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-front-search-sp-content {
    display: block;
    margin: 0;
    padding: 30px 0;
    text-align: center;
  }
}

.p-front-search-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 25px;
}

@media screen and (max-width: 767px) {
  .p-front-search-list {
    display: none;
  }
}

.p-front-search-list__item {
  position: relative;
  width: calc(20% - 20px);
  border-radius: 10px;
}

.p-front-search-list__link {
  transition: 0.3s ease;
}

.p-front-search-list__link:hover {
  opacity: 0.8;
}

.p-front-search-list__link:hover .p-front-search-list__img img {
  scale: 1.1;
}

.p-front-search-list__img {
  border-radius: 10px;
  overflow: hidden;
}

.p-front-search-list__img img {
  transition: 0.3s ease;
}

.p-front-search-list__content {
  position: absolute;
  inset: auto 0 19px 0;
  margin: auto;
}

.p-front-search-list__title {
  font-family: "din_ul_c", sans-serif;
  font-size: 60px;
  font-weight: 200;
  font-stretch: condensed;
  line-height: 0.73;
  text-align: center;
  color: #fff;
}

.p-front-search-list__lead {
  position: relative;
  top: 3px;
  width: 100%;
  max-width: 180px;
  margin: auto;
  padding: 10px 5px 13px;
  border: 2px dashed #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}

.p-front-search-list__btn {
  position: absolute;
  right: -9px;
  bottom: 14px;
  z-index: 2;
}

.p-front-search-list-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-front-search-list-sp {
    display: block;
    margin-bottom: 0px;
  }
}

.p-front-search-list-sp__item {
  margin-bottom: 10px;
}

.p-front-search-list-sp__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 55px;
  padding: 10px 12px 10px 12px;
  border-radius: 5px;
  background-color: #138213;
}

.p-front-search-list-sp__icon {
  width: 30px;
}

.p-front-search-list-sp__text {
  flex: 1;
  padding-bottom: 1px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.43;
  color: #fff;
}

.p-front-search-list-sp__btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 28px;
  padding-right: 5px;
}

.p-front-search-list-sp__btn::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 1px;
  height: 35px;
  background-color: #fff;
  opacity: 0.3;
}

.p-front-list-search {
  margin-bottom: 30px;
  padding: 30px 0;
  background-color: #379536;
}

@media screen and (max-width: 767px) {
  .p-front-list-search {
    padding: 0;
    background-color: transparent;
  }
}

.p-front-list-search__select-area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-front-list-search__select-area {
    gap: 10px;
    margin-bottom: 15px;
  }
}

.p-front-list-search__select-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  height: 50px;
  padding: 0 10px;
  background-color: #0B6805;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-front-list-search__select-link {
    display: block;
    height: 115px;
    padding-top: 18px;
    font-size: 14px;
    text-align: center;
    line-height: 1.42;
  }

  .p-front-list-search__select-link span {
    font-size: 16px;
  }
}

.p-front-list-search__select-icon {
  margin-right: 12px;
}

@media screen and (max-width: 767px) {
  .p-front-list-search__select-icon {
    display: block;
    width: auto;
    height: 36px;
    margin: 0 auto 6px;
  }
}

.p-front-list-search__free-search {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-list-search__free-search {
    width: 100%;
  }
}

.p-front-list-search__free-search-text {
  position: relative;
  width: 658px;
  height: 50px;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  background-color: #EFFBEE;
}

@media screen and (max-width: 767px) {
  .p-front-list-search__free-search-text {
    top: 0;
    width: calc(100% - 10px - 60px);
    height: 45px;
    padding: 10px 15px;
    background-color: #fff;
  }
}

.p-front-list-search__free-search-text::placeholder {
  font-size: 18px;
  color: #53a54f;
}

@media screen and (max-width: 767px) {
  .p-front-list-search__free-search-text::placeholder {
    font-size: 16px;
  }
}

.p-front-list-search__free-search-submit {
  display: inline-block;
  position: relative;
  top: -0.5px;
  width: 150px;
  height: 50px;
  margin-left: 10px;
  padding: 10px 10px 12px;
  color: #fff;
  background-color: #0B6805;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-front-list-search__free-search-submit {
    top: -1px;
    width: 60px;
    height: 45px;
    margin-left: 6px;
    padding: 10px 10px 12px;
  }
}

.p-front-heading01 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  left: -38px;
}

@media screen and (max-width: 767px) {
  .p-front-heading01 {
    left: 0;
  }
}

.p-front-heading01__title {
  position: relative;
  font-family: "din_ul_c", sans-serif;
  font-size: 180px;
  font-weight: 200;
  font-stretch: condensed;
  line-height: 1;
  color: #0a0a0a;
  margin-right: 30px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-front-heading01__title {
    width: 100%;
    margin-right: 0 !important;
    font-size: 70px;
  }
}

.p-front-heading01__title--wellness {
  margin-right: 42px;
}

.p-front-heading01__title--family {
  margin-right: 43px;
}

.p-front-heading01__title--friend {
  margin-right: 33px;
}

.p-front-heading01__title--couple {
  margin-right: 36px;
}

.p-front-heading01__title--pet {
  margin-right: 39px;
}

.p-front-heading01__lead {
  position: relative;
  top: -7px;
  width: 464px;
  height: 110px;
  padding: 69px 0 0 16px;
  background: url("../img/front/main-area-title-bg01.png") no-repeat 50% 50%;
  background-size: cover;
  line-height: 0.98;
  text-align: center;
  z-index: 2;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 767px) {
  .p-front-heading01__lead {
    left: -90px;
    width: 332px;
    height: 48px;
    padding: 14px 0 0 92px;
    background: url("../img/front/main-area-title-bg01-sp.png") no-repeat 100% 50%;
    background-size: cover;
    text-align: left;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-front-heading01__lead--wellness {
    left: -80px;
    padding: 14px 0 0 80px;
    font-size: 16px;
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-heading01__lead--couple {
    left: -110px;
    padding: 14px 0 0 112px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-heading01__lead--pet {
    left: -126px;
    padding: 14px 0 0 128px;
  }
}

/* WELLNESS */
.p-front-wellness {
  padding: 100px 0 40px 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-wellness {
    padding: 50px 0 20px 0;
    overflow: hidden;
  }
}

.p-front-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
  margin-top: -23px;
  z-index: 1;
  /* 偶数は色を変更 */
}

@media screen and (max-width: 767px) {
  .p-front-block01 {
    gap: 20px;
    margin-top: 10px;
  }
}

.p-front-block01::before {
  content: "";
  position: absolute;
  top: -29px;
  left: -85px;
  width: 171px;
  height: 154px;
  background: url("../img/front/main-area-common-bg01.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-front-block01::before {
    display: none;
  }
}

.p-front-block01--wellness::after {
  content: "";
  position: absolute;
  top: -205px;
  right: 6px;
  width: 462px;
  height: 501px;
  background: url("../img/front/wellness-bg01.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-front-block01--wellness::after {
    top: -183px;
    right: -116px;
    width: 462px;
    height: 464px;
    background: url("../img/front/wellness-bg01-sp.png") no-repeat 50% 50%;
    background-size: cover;
  }
}

.p-front-block01--family::after {
  content: "";
  position: absolute;
  top: -194px;
  right: 6px;
  width: 462px;
  height: 490px;
  background: url("../img/front/family-bg01.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-front-block01--family::after {
    top: -189px;
    right: -116px;
    width: 462px;
    height: 464px;
    background: url("../img/front/family-bg01-sp.png") no-repeat 50% 50%;
    background-size: cover;
  }
}

.p-front-block01--friend::after {
  content: "";
  position: absolute;
  top: -181px;
  right: 2px;
  width: 470px;
  height: 480px;
  background: url("../img/front/friend-bg01.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-front-block01--friend::after {
    top: -189px;
    right: -116px;
    width: 462px;
    height: 464px;
    background: url("../img/front/friend-bg01-sp.png") no-repeat 50% 50%;
    background-size: cover;
  }
}

.p-front-block01--couple::after {
  content: "";
  position: absolute;
  top: -168px;
  right: 8px;
  width: 462px;
  height: 464px;
  background: url("../img/front/couple-bg01.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-front-block01--couple::after {
    top: -189px;
    right: -118px;
    width: 462px;
    height: 464px;
    background: url("../img/front/couple-bg01-sp.png") no-repeat 50% 50%;
    background-size: cover;
  }
}

.p-front-block01--pet::after {
  content: "";
  position: absolute;
  top: -167px;
  right: 12px;
  width: 481px;
  height: 464px;
  background: url("../img/front/pet-bg01.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-front-block01--pet::after {
    top: -189px;
    right: -118px;
    width: 462px;
    height: 464px;
    background: url("../img/front/pet-bg01-sp.png") no-repeat 50% 50%;
    background-size: cover;
  }
}

.p-front-block01__left {
  position: sticky;
  top: 150px;
  width: calc(50% - 20px);
}

@media screen and (max-width: 767px) {
  .p-front-block01__left {
    position: relative;
    top: 0px;
    width: calc(100% + 40px);
    margin-inline: -20px;
  }
}

.p-front-block01__right {
  width: calc(50% - 20px);
}

@media screen and (max-width: 767px) {
  .p-front-block01__right {
    width: 100%;
  }
}

.p-front-block01__right-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.p-front-block01__right-item:nth-child(1) .c-card-park01__content,
.p-front-block01__right-item:nth-child(4) .c-card-park01__content,
.p-front-block01__right-item:nth-child(5) .c-card-park01__content {
  background-color: #70bf6c;
  color: #ffffff;
}

@media screen and (max-width: 767px) {

  .p-front-block01__right-item:nth-child(1) .c-card-park01__content,
  .p-front-block01__right-item:nth-child(4) .c-card-park01__content,
  .p-front-block01__right-item:nth-child(5) .c-card-park01__content {
    background-color: #53a54f;
  }
}

.p-front-block01__right-item:nth-child(1) .c-card-park01__list span,
.p-front-block01__right-item:nth-child(4) .c-card-park01__list span,
.p-front-block01__right-item:nth-child(5) .c-card-park01__list span {
  background-color: rgba(255, 255, 255, 0.26);
  color: #fff;
}

.p-front-block01__right-item:nth-child(2) .c-card-park01__content,
.p-front-block01__right-item:nth-child(3) .c-card-park01__content,
.p-front-block01__right-item:nth-child(6) .c-card-park01__content {
  background-color: #f5fbf4;
  color: #1b4201;
}

.p-front-block01__right-item:nth-child(2) .c-card-park01__list span,
.p-front-block01__right-item:nth-child(3) .c-card-park01__list span,
.p-front-block01__right-item:nth-child(6) .c-card-park01__list span {
  background-color: rgba(3, 67, 0, 0.09);
  color: #000;
}

.p-front-block01__btn {
  margin-top: 50px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-front-block01__btn {
    margin-top: 20px;
  }
}

/* FAMILY */
.p-front-family {
  padding: 100px 0 40px 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-family {
    padding: 30px 0 20px 0;
    overflow: hidden;
  }
}

/* FRIEND */
.p-front-friend {
  padding: 100px 0 40px 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-friend {
    padding: 30px 0 20px 0;
    overflow: hidden;
  }
}

/* COUPLE */
.p-front-couple {
  padding: 100px 0 40px 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-couple {
    padding: 30px 0 20px 0;
    overflow: hidden;
  }
}

/* PET */
.p-front-pet {
  padding: 100px 0 90px 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-pet {
    padding: 30px 0 60px 0;
    overflow: hidden;
  }
}

/* SPECIAL FEATURE */
.p-front-feature {
  padding: 90px 0 90px 0;
  background: url("../img/front/feature-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-front-feature {
    padding: 30px 0 60px 0;
    background: url("../img/front/feature-bg01-sp.webp") no-repeat 50% 0%;
    background-size: cover;
    overflow: hidden;
  }
}

.p-front-feature__btn {
  margin-top: 35px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-front-feature__btn {
    margin-top: 5px;
  }
}

.p-front-feature-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01 {
    margin-bottom: 35px;
  }
}

.p-front-feature-block01__left {
  width: 50%;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__left {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 0px;
  }
}

.p-front-feature-block01__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: calc(50% - 20px);
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__right {
    width: 100%;
  }
}

.p-front-feature-block01__right::before {
  content: "";
  position: absolute;
  bottom: 84px;
  left: -84px;
  width: 141px;
  height: 127px;
  background: url("../img/front/main-area-common-bg01.png") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block01__right::before {
    display: none;
  }
}

.p-front-feature-block02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 35px 36px;
  position: relative;
}

.p-front-feature-block02::before {
  content: "";
  position: absolute;
  top: -74px;
  left: -42px;
  width: 141px;
  height: 127px;
  background: url("../img/front/main-area-common-bg01.png") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02::before {
    display: none;
  }
}

.p-front-feature-block02__item {
  width: calc(33.3% - 24px);
}

@media screen and (max-width: 767px) {
  .p-front-feature-block02__item {
    width: 100%;
  }
}

.p-front-heading02 {
  padding-top: 60px;
  background: url("../img/front/heading02-illust01.png") no-repeat 50% 0%;
  background-size: 98px auto;
}

@media screen and (max-width: 767px) {
  .p-front-heading02 {
    padding-top: 40px;
    background-size: 65px auto;
  }
}

.p-front-heading02--feature {
  padding-top: 78px;
  background-size: 139px auto;
}

@media screen and (max-width: 767px) {
  .p-front-heading02--feature {
    padding-top: 38px;
    background-size: 69px auto;
  }
}

.p-front-heading02__title {
  font-family: "din_ul_c", sans-serif;
  font-size: 110px;
  font-weight: 200;
  font-stretch: condensed;
  line-height: 0.82;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 767px) {
  .p-front-heading02__title {
    font-size: 84px;
    padding-top: 15px;
    line-height: 0.6;
    margin-bottom: 20px;
  }
}

.p-front-heading02__title--feature {
  font-size: 138px;
}

@media screen and (max-width: 767px) {
  .p-front-heading02__title--feature {
    font-size: 84px;
  }
}

.p-front-heading02__title--feature>span {
  display: block;
}

.p-front-heading02__lead {
  width: 607px;
  height: 57px;
  margin: 14px auto 70px;
  padding: 11px 0 0 0;
  background: url("../img/front/heading02-illust02.png") no-repeat 50% 50%;
  background-size: cover;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  color: #1a1311;
}

@media screen and (max-width: 767px) {
  .p-front-heading02__lead {
    position: relative;
    width: fit-content;
    max-width: 100%;
    margin: 20px auto 50px;
    font-size: 16px;
    min-width: 200px;
    height: 48.5px;
    padding: 11px 20px 0 20px;
    background: url("../img/front/heading02-illust02-repeat-sp.png") repeat-x 0% 0%;
    background-size: 6px auto;
    padding-inline: 20px;
  }

  .p-front-heading02__lead::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 23px;
    height: 48.5px;
    background: url("../img/front/heading02-illust02-left-sp.png") repeat-x 0% 0%;
    background-size: 23px auto;
  }

  .p-front-heading02__lead::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 23px;
    height: 48.5px;
    background: url("../img/front/heading02-illust02-right-sp.png") repeat-x 0% 0%;
    background-size: 23px auto;
  }
}

.p-front-heading02__lead--small {
  width: 376px;
  height: 61px;
  margin: 5px auto 0;
  padding: 13px 0 0 0;
  background: url("../img/front/heading02-illust02-short.png") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-front-heading02__lead--small {
    width: fit-content;
    margin: 0 auto 0;
    min-width: 200px;
    height: 48.5px;
    padding: 11px 20px 0 20px;
    background: url("../img/front/heading02-illust02-repeat-sp.png") repeat-x 0% 0%;
    background-size: 6px auto;
  }

  .p-front-heading02__lead--small::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 23px;
    height: 48.5px;
    background: url("../img/front/heading02-illust02-left-sp.png") repeat-x 0% 0%;
    background-size: 23px auto;
  }

  .p-front-heading02__lead--small::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 23px;
    height: 48.5px;
    background: url("../img/front/heading02-illust02-right-sp.png") repeat-x 0% 0%;
    background-size: 23px auto;
  }
}

.p-front-heading02__lead--medium {
  width: 460px;
  height: 57px;
  margin: 5px auto 0;
  padding: 11px 0 0 0;
  background: url("../img/front/heading02-illust02-medium.png") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-front-heading02__lead--medium {
    width: fit-content;
    margin: 0 auto 0;
    min-width: 200px;
    height: 48.5px;
    padding: 11px 20px 0 20px;
    background: url("../img/front/heading02-illust02-repeat-sp.png") repeat-x 0% 0%;
    background-size: 6px auto;
    padding: 11px 30px 0 30px;
  }

  .p-front-heading02__lead--medium::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 23px;
    height: 48.5px;
    background: url("../img/front/heading02-illust02-left-sp.png") repeat-x 0% 0%;
    background-size: 23px auto;
  }

  .p-front-heading02__lead--medium::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 23px;
    height: 48.5px;
    background: url("../img/front/heading02-illust02-right-sp.png") repeat-x 0% 0%;
    background-size: 23px auto;
  }
}

.p-front-event {
  padding: 60px 0 90px 0;
  background: url("../img/front/event-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-front-event {
    padding: 30px 0 60px 0;
    background: url("../img/front/event-bg01-sp.png") no-repeat 50% 0%;
    background-size: cover;
  }
}

.p-front-event__btn {
  padding-top: 50px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-front-event__btn {
    padding-top: 20px;
  }
}

.p-front-event-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 45px;
}

@media screen and (max-width: 767px) {
  .p-front-event-block01 {
    gap: 40px;
  }
}

.p-front-event-block01__item {
  width: calc(33.3% - 30px);
}

@media screen and (max-width: 767px) {
  .p-front-event-block01__item {
    width: 100%;
  }
}

/* MOVIE */
.p-front-movie {
  padding: 60px 0 90px 0;
  background: url("../img/park-detail/park-movie-bk01.png") no-repeat 50% 80px;
  background-size: 818px auto;
  background-color: #EFFBEE;
}

@media screen and (max-width: 767px) {
  .p-front-movie {
    padding: 30px 0 60px 0;
    background-position: 50% 125px;
  }
}

.p-front-movie-block01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 50px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-front-movie-block01 {
    gap: 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-movie-block01__movie {
    width: calc(50% - 10px);
  }
}

.p-front-movie-block01__movie iframe {
  width: 200px;
  height: auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 458/814;
  border-radius: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-front-movie-block01__movie iframe {
    width: 100%;
    border-radius: 10px;
  }
}

.p-front-movie-block01__movie-memo {
  text-align: center;
  font-size: 12px;
  color: #888888;
}

/* TOKYO DOCTORS */
.p-front-doctors {
  position: relative;
  padding: 90px 0 90px 0;
  background-color: #dbedf9;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-front-doctors {
    padding: 50px 0 60px 0;
  }
}

.p-front-doctors::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 413px;
  background-color: #1baae8;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-front-doctors::before {
    height: calc(100% - 350px);
  }
}

.p-front-doctors__heading {
  padding-top: 0;
  background: none;
}

@media screen and (max-width: 767px) {
  .p-front-doctors__heading-title:first-of-type {
    text-align: center;
  }

  .p-front-doctors__heading-title:first-of-type img {
    width: 259px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-doctors__heading-title:last-of-type {
    text-align: center;
  }

  .p-front-doctors__heading-title:last-of-type img {
    width: 261px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-doctors__heading-title-connect {
    text-align: center;
  }

  .p-front-doctors__heading-title-connect img {
    width: 22px;
  }
}

.p-front-doctors__heading-title-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .p-front-doctors__heading-title-row {
    flex-direction: column;
    gap: 12px;
  }
}

.p-front-doctors__btn {
  text-align: center;
}

.p-front-doctors-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-front-doctors-block01 {
    gap: 26px;
    margin-bottom: 35px;
  }
}

.p-front-doctors-block01__item {
  width: calc(33.3% - 20px);
}

@media screen and (max-width: 767px) {
  .p-front-doctors-block01__item {
    width: 100%;
  }
}

/* よく検索される・・・ */
.l-common-searched-list {
  background-color: #53a54f;
  color: #fff;
}

.l-common-searched-list__inner {
  padding: 60px 0px 35px;
}

@media screen and (max-width: 767px) {
  .l-common-searched-list__inner {
    padding: 5px 0;
  }
}

.l-common-searched-list__content {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .l-common-searched-list__content {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    position: relative;
  }

  .l-common-searched-list__content:last-of-type {
    border-bottom: none;
  }
}

.l-common-searched-list__title {
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
  background: url("../img/icon-list01.png") no-repeat 0 3px;
  background-size: 20px auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
}

@media screen and (max-width: 767px) {
  .l-common-searched-list__title {
    margin-bottom: 0px;
    padding: 23px 0 25px 24px;
    background-position: 0 27px;
    background-size: 18px auto;
  }
}

.l-common-searched-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
  list-style: none;
  position: relative;
  margin: 0;
  padding-left: 24px;
}

@media screen and (max-width: 767px) {
  .l-common-searched-list__list {
    display: none;
    line-height: 1.6;
    padding-left: 0px;
  }
}

.l-common-searched-list__list>li {
  position: relative;
  font-size: 16px;
}

.l-common-searched-list__list>li::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-common-searched-list__list>li::before {
    display: inline-block;
    content: "・";
    position: absolute;
    top: 11px;
    left: 5px;
    width: 0;
    height: 0;
    background-color: #383838;
  }
}

.l-common-searched-list__list>li>a {
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .l-common-searched-list__list>li>a {
    display: block;
    padding: 10px 20px 10px 24px;
    border-top: 1px solid #fff;
    position: relative;
  }

  .l-common-searched-list__list>li>a::after {
    content: "";
    position: absolute;
    top: calc(50% - 4.5px);
    right: 21px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
}

.l-common-searched-list__more {
  display: inline;
}

/* 公園一覧
--------------------------- */
.p-park-list {
  background-color: #effbee;
}

.p-park-list-search {
  margin-bottom: 30px;
  background-color: #379536;
  padding: 20px 0 50px 0;
}

@media screen and (max-width: 767px) {
  .p-park-list-search {
    padding: 30px 0px;
  }
}

.p-park-list-search__select-area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-park-list-search__select-area {
    grid-template-columns: 1fr;
    gap: 6px 20px;
    margin-bottom: 20px;
  }
}

.p-park-list-search__select-item {
  border-radius: 6px;
  overflow: hidden;
}

.p-park-list-search__select-link {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-park-list-search__select-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
  }
}

.p-park-list-search__select-head {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 0 0 10px;
  background-color: #0B6805;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-park-list-search__select-head {
    justify-content: flex-start;
    width: 115px;
    font-size: 14px;
    background-color: #fff;
    color: #0B6805;
  }
}

.p-park-list-search__select-head-icon {
  margin-right: 12px;
}

@media screen and (max-width: 767px) {
  .p-park-list-search__select-head-icon {
    width: 24px;
    margin-right: 10px;
  }
}

.p-park-list-search__select-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  background-color: #fff;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-park-list-search__select-body {
    width: calc(100% - 115px);
    padding: 0px 15px 0 10px;
    font-size: 14px;
  }
}

.p-park-list-search__select-text {
  width: calc(100% - 80px);
  color: #999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
  .p-park-list-search__select-text {
    width: calc(100% - 54px);
  }
}

.p-park-list-search__select-text--active {
  color: #000;
}

.p-park-list-search__select-btn {
  width: 80px;
  display: block;
  position: relative;
  padding-right: 15px;
  color: var(--main-color);
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-park-list-search__select-btn {
    width: 54px;
  }
}

.p-park-list-search__select-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 3.5px);
  right: 0px;
  width: 9px;
  height: 9px;
  border-top: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-park-list-search__select-btn::after {
    width: 8px;
    height: 8px;
  }
}

.p-park-list-search__free-search {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-park-list-search__free-search {
    width: 100%;
  }
}

.p-park-list-search__free-search-text {
  position: relative;
  width: 658px;
  height: 50px;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  background-color: #EFFBEE;
}

@media screen and (max-width: 767px) {
  .p-park-list-search__free-search-text {
    top: 0;
    width: calc(100% - 10px - 60px);
    padding: 10px 15px;
  }
}

.p-park-list-search__free-search-text::placeholder {
  font-size: 18px;
  color: #53a54f;
}

@media screen and (max-width: 767px) {
  .p-park-list-search__free-search-text::placeholder {
    font-size: 16px;
  }
}

.p-park-list-search__free-search-submit {
  display: inline-block;
  position: relative;
  top: -0.5px;
  width: 150px;
  height: 50px;
  margin-left: 10px;
  padding: 10px 10px 12px;
  color: #fff;
  background-color: #0B6805;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-park-list-search__free-search-submit {
    top: -1px;
    width: 60px;
    margin-left: 6px;
    padding: 10px 10px 12px;
  }
}

.p-park-list-head {
  margin-bottom: 60px;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-park-list-head {
    margin-bottom: 40px;
    padding-top: 10px;
  }
}

.p-park-list-head__title {
  padding: 0 0 15px 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #24AA48;
}

@media screen and (max-width: 767px) {
  .p-park-list-head__title {
    padding: 0 0 7px 0;
    font-size: 22px;
  }
}

.p-park-list-head__record {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #1a1311;
}

.p-park-list-block01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 25px;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-park-list-block01 {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 12px;
    margin-bottom: 50px;
  }
}

.p-park-list-block01__item .c-card-park01 {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}

.p-park-list-block01__item .c-card-park01__name {
  color: #24AA48;
}

/* イベント一覧
--------------------------- */
.p-event-list {
  background-color: #effbee;
}

.p-event-list-search {
  margin-bottom: 30px;
  background-color: #379536;
  padding: 40px 0 45px 0;
}

@media screen and (max-width: 767px) {
  .p-event-list-search {
    padding: 30px 0px;
  }
}

.p-event-list-search__btn-area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-event-list-search__btn-area {
    margin-bottom: 20px;
  }
}

.p-event-list-search__btn {
  width: 100%;
  max-width: 360px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-event-list-search__btn {
    width: 100%;
  }
}

.p-event-list-search__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  height: 50px;
  padding: 0 40px 3px 35px;
  color: #fff;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .p-event-list-search__btn a {
    padding: 0 40px 3px 15px;
    justify-content: flex-start;
    font-size: 16px;
  }
}

.p-event-list-search__btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 4.5px);
  right: 15px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.p-event-list-search__btn--on a {
  background-color: #23adff;
}

.p-event-list-search__btn--coming-soon a {
  background-color: #f7ac2e;
}

.p-event-list-search__btn--end a {
  background-color: #9ea4a0;
}

.p-event-list-search__free-search {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-event-list-search__free-search {
    width: 100%;
  }
}

.p-event-list-search__free-search-text {
  position: relative;
  width: 658px;
  height: 50px;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  background-color: #EFFBEE;
}

@media screen and (max-width: 767px) {
  .p-event-list-search__free-search-text {
    top: 0.5px;
    width: calc(100% - 10px - 60px);
    padding: 10px 15px;
  }
}

.p-event-list-search__free-search-text::placeholder {
  font-size: 18px;
  color: #53a54f;
}

@media screen and (max-width: 767px) {
  .p-event-list-search__free-search-text::placeholder {
    font-size: 16px;
  }
}

.p-event-list-search__free-search-submit {
  display: inline-block;
  position: relative;
  top: -0.5px;
  width: 150px;
  height: 50px;
  margin-left: 10px;
  padding: 10px 10px 12px;
  color: #fff;
  background-color: #0B6805;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-event-list-search__free-search-submit {
    width: 60px;
    margin-left: 5.5px;
    padding: 10px 10px 12px;
  }
}

.p-event-list-head {
  margin-bottom: 60px;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-event-list-head {
    margin-bottom: 40px;
    padding-top: 10px;
  }
}

.p-event-list-head__title {
  padding: 0px 0 15px 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #24AA48;
}

@media screen and (max-width: 767px) {
  .p-event-list-head__title {
    padding: 0px 0 12px 0;
    font-size: 22px;
  }
}

.p-event-list-head__record {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #1a1311;
}

.p-event-list-block01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 45px;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-event-list-block01 {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 45px;
    margin-bottom: 50px;
  }
}

.p-event-list-block01__item .c-card-park01 {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}

/* 公園詳細
--------------------------- */
.p-park-detail {
  background-color: #effbee;
}

.p-park-detail-head {
  margin: 0 auto 70px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-park-detail-head {
    margin-bottom: 40px;
    padding-top: 40px;
  }
}

.p-park-detail-head__title {
  padding: 0px 0 10px 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #24AA48;
}

@media screen and (max-width: 767px) {
  .p-park-detail-head__title {
    padding: 0px 0 3px 0;
    font-size: 22px;
  }
}

.p-park-detail-head__address {
  width: fit-content;
  margin: 0 auto 0 auto;
  padding: 2px 0 2px 26px;
  background: url(../img/icon-address.png) no-repeat 0% 3px;
  background-size: 16px auto;
  font-size: 16px;
  text-align: center;
  color: #1a1311;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
  .p-park-detail-head__address {
    padding: 2px 0 2px 20px;
    background-position: 0 5px;
    background-size: 12px auto;
    text-align: left;
    font-size: 14px;
  }
}

.p-park-detail-mv__time {
  margin-bottom: 20px;
  font-size: 10px;
  padding-top: 10px;
  text-align: right;
  color: #379536;
}

.p-park-detail-mv-slider {
  position: relative;
  margin-bottom: 15px;
  opacity: 0;
  transition: opacity 0.1s;
  overflow-x: clip;
}

@media screen and (max-width: 767px) {
  .p-park-detail-mv-slider {
    margin-bottom: 0;
    overflow: hidden;
  }
}

.p-park-detail-mv-slider.is-ready {
  opacity: 1;
}

.p-park-detail-mv-slider__inner {
  position: relative;
}

#p-park-detail-mv-slider-imgs {
  margin-top: -60px;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  #p-park-detail-mv-slider-imgs {
    margin-top: 0px;
    padding-top: 0px;
  }
}

.p-park-detail-mv-slider__imgs {
  width: 100%;
  margin-bottom: 60px;
}


@media screen and (max-width: 767px) {
  .p-park-detail-mv-slider__imgs {
    margin-bottom: 0px;
  }
}

.p-park-detail-mv-slider__imgs .swiper-slide {
  position: relative;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .p-park-detail-mv-slider__imgs .swiper-slide {
    padding: 0 0;
  }
}

.p-park-detail-mv-slider__imgs .swiper-slide-prev[tabindex="-1"] {
  position: relative;
}

.p-park-detail-mv-slider__imgs .swiper-slide:not(.swiper-slide-active) {
  position: relative;
}

.p-park-detail-mv-slider__imgs .swiper-slide-prev[tabindex="-1"]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30.3px);
  background-color: #fff;
  opacity: 0.5;
}

.p-park-detail-mv-slider__imgs .swiper-slide:not(.swiper-slide-active)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30.3px);
  background-color: #fff;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .p-park-detail-mv-slider__imgs .swiper-slide-prev[tabindex="-1"]::after {
    display: none;
  }
}

.p-park-detail-mv-slider__imgs .swiper-slide-prev[tabindex="-1"] img {
  position: relative;
  display: block;
}

.p-park-detail-mv-slider__imgs .swiper-slide:not(.swiper-slide-active) img {
  position: relative;
  display: block;
}

.p-park-detail-mv-slider .swiper-button-prev,
.p-park-detail-mv-slider .swiper-button-next {
  z-index: 666;
  width: 50px;
  height: 50px;
  transition: 0.3s ease;
  top: calc(50% - 25px - 27.5px) !important;
  margin-top: 0 !important;
  transition: 0 !important;
}

.p-park-detail-mv-slider .swiper-button-prev {
  left: 20% !important;
  right: auto !important;
  background: url("../img/park-detail/icon-lt.png") no-repeat 50% 50%;
  background-size: cover;
}

.p-park-detail-mv-slider .swiper-button-next {
  right: 20% !important;
  left: auto !important;
  background: url("../img/park-detail/icon-gt.png") no-repeat 50% 50%;
  background-size: cover;
}

.p-park-detail-mv-slider .swiper-button-prev:hover,
.p-park-detail-mv-slider .swiper-button-prev:focus,
.p-park-detail-mv-slider .swiper-button-next:hover,
.p-park-detail-mv-slider .swiper-button-next:focus {
  opacity: 0.7;
}

.p-park-detail-mv-slider .swiper-button-prev::after,
.p-park-detail-mv-slider .swiper-button-next::after {
  display: none;
}

.swiper-navigation-icon {
  display: none;
}

@media screen and (max-width: 767px) {

  .p-park-detail-mv-slider .swiper-button-prev,
  .p-park-detail-mv-slider .swiper-button-next {
    display: none;
  }
}

.p-park-detail-mv-slider__img {
  position: relative;
}

.p-park-detail-mv-slider__img img {
  width: 100%;
  transition: 0.1s;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.p-park-detail-mv-slider__text {
  padding: 10px 0 0;
  font-size: 14px;
  text-align: center;
  color: #1a1311;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
  .p-park-detail-mv-slider__text {
    padding: 10px 20px 0px;
    text-align: left;
    line-height: 1.6;
  }
}



.p-park-detail-mv-slider__thumbs-wrap {
  position: relative;
}

.p-park-detail-mv-slider__thumbs-wrap.thumbs-sp-none {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-park-detail-mv-slider__thumbs-wrap.thumbs-sp-none {
    display: none;
  }
}

.p-park-detail-mv-slider__thumbs-wrap.thumbs-sp-show {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-park-detail-mv-slider__thumbs-wrap.thumbs-sp-show {
    display: block;
  }
}

.p-park-detail-mv-slider__thumbs-list {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  gap: 8px;
}

@media screen and (min-width: 768px) {
  .p-park-detail-mv-slider__thumbs-list .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(13, 1fr);
    gap: 8px;
    transform: none !important;
  }

  .p-park-detail-mv-slider__thumbs-list .swiper-slide {
    width: auto !important;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .p-park-detail-mv-slider__thumbs-list {
    margin-inline: -6px;
  }

  .p-park-detail-mv-slider__thumbs-list .swiper-wrapper {
    position: relative;
    left: 3px;
  }


  .p-park-detail-mv-slider__thumbs-list .swiper-slide {
    overflow: hidden;
    /* margin-right: 0 !important; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0px 0px;
  }

  .p-park-detail-mv-slider__thumbs-pagination {
    position: relative;
    margin-top: 8px;
    text-align: center;
  }

  .p-park-detail-mv-slider__thumbs-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 2px;
    opacity: 1;
    background: #d0d0d0;
  }

  .p-park-detail-mv-slider__thumbs-pagination .swiper-pagination-bullet-active {
    background: #f8d134;
  }

  .p-park-detail-mv-slider__thumbs-list .slick-dots {
    bottom: -30px;
  }

  .p-park-detail-mv-slider__thumbs-list .slick-dots li {
    margin: 0 1px;
  }

  .p-park-detail-mv-slider__thumbs-list .slick-dots li button:before {
    font-size: 8px;
  }

  .p-park-detail-mv-slider__thumbs-list .slick-dots li.slick-active button:before {
    color: #f8d134;
  }

  .p-park-detail-mv-slider__thumbs-prev,
  .p-park-detail-mv-slider__thumbs-next {
    position: absolute;
    top: calc(50% - 29px - 21px);
    width: 58px;
    height: 58px;
    z-index: 3;
  }

  .p-park-detail-mv-slider__thumbs-prev {
    left: -15px;
  }

  .p-park-detail-mv-slider__thumbs-next {
    right: -15px;
  }

  .p-park-detail-mv-slider__thumbs-prev:before,
  .p-park-detail-mv-slider__thumbs-next:before {
    content: "";
    position: absolute;
    display: block;
    width: 58px;
    height: 58px;
    opacity: 1;
    color: transparent;
  }

  .p-park-detail-mv-slider__thumbs-prev:before {
    background: url("../img/icon-arrow-slider.png") no-repeat 50% 50%;
    background-size: cover;
    font-family: initial;
    rotate: 180deg;
  }

  .p-park-detail-mv-slider__thumbs-next:before {
    background: url("../img/icon-arrow-slider.png") no-repeat 50% 50%;
    background-size: cover;
    font-family: initial;
  }

  .p-park-detail-mv-slider__thumbs-prev.slick-disabled:before,
  .p-park-detail-mv-slider__thumbs-next.slick-disabled:before {
    opacity: 0;
  }
}



@media screen and (max-width: 767px) {
  .p-park-detail-mv-slider__thumbs-pagination {
    display: block;
    top: auto;
    bottom: -5px !important;
  }
}

.p-park-detail-mv-slider__thumb {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-park-detail-mv-slider__thumb {
    padding: 0 6px 7px 6px;
  }

  .p-park-detail-mv-slider__thumb>img {
    width: 100%;
    border-radius: 5px;
  }
}

.p-park-detail-mv-slider__thumb.is-current {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-park-detail-mv-slider__thumb.is-current {
    opacity: 0.5;
  }
}

.p-park-detail-mv-slider__thumb.is-current::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 64px;
  background: url("../img/park-detail/img-current.png") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-park-detail-mv-slider__thumb.is-current::after {
    display: none;
  }
}

.p-park-detail-mv-slider-num-wrap {
  position: absolute;
  inset: auto 0 50px;
  width: 100%;
  max-width: 1000px;
  height: 40px;
  margin: auto;
  z-index: 4;
}

@media screen and (max-width: 767px) {
  .p-park-detail-mv-slider-num-wrap {
    bottom: 42px;
  }
}

.p-park-detail-mv-slider-num {
  position: absolute;
  right: 25px;
  width: 40px;
  height: 24px;
  color: #fff;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-park-detail-mv-slider-num {
    right: 11px;
    font-size: 15px;
  }
}

.p-park-detail-index {
  padding: 50px 0 85px 0;
}

@media screen and (max-width: 767px) {
  .p-park-detail-index {
    padding: 50px 0 26px 0;
    border-bottom: 5px solid #d9eed9;
  }
}

.p-park-detail-index-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.p-park-detail-index-block01__head {
  width: 228px;
}

@media screen and (max-width: 767px) {
  .p-park-detail-index-block01__head {
    width: calc(100% + 40px);
    height: 45px;
    margin: 0 -20px 20px;
    padding-left: 11px;
    background-color: #70bf6c;
    border-left: 15px solid #379536;
  }
}

.p-park-detail-index-block01__title {
  font-family: "din_ul_c", sans-serif;
  font-size: 110px;
  font-weight: 200;
  font-stretch: condensed;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-park-detail-index-block01__title {
    padding-top: 11px;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
  }
}

.p-park-detail-index-block01__time {
  padding-left: 7px;
  font-size: 14px;
  line-height: 1;
  color: #044300;
}

.p-park-detail-index-block01__body {
  width: calc(100% - 228px);
  border-left: 1px solid #304620;
}

@media screen and (max-width: 767px) {
  .p-park-detail-index-block01__body {
    width: 100%;
    border-left: none;
  }
}

.p-park-detail-index-list {
  list-style-type: none;
  padding: 0 0 20px 50px;
}

@media screen and (max-width: 767px) {
  .p-park-detail-index-list {
    padding: 0 0 0px 0;
  }
}

.p-park-detail-index-list__item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 0 8px 0px;
}

@media screen and (max-width: 767px) {
  .p-park-detail-index-list__item {
    flex-wrap: wrap;
    padding: 18px 0 18px 0;
  }
}

.p-park-detail-index-list__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  border-bottom: 2px dotted #000;
}

@media screen and (max-width: 767px) {
  .p-park-detail-index-list__item::after {
    width: 100%;
    opacity: 0.17;
  }
}

.p-park-detail-index-list__item:last-of-type::after {
  display: none;
}

.p-park-detail-index-list__category {
  position: relative;
  width: 113px;
  padding-right: 15px;
  font-family: "din_l_c", sans-serif;
  font-size: 30px;
  font-stretch: condensed;
  line-height: 1.47;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-park-detail-index-list__category {
    width: 100%;
    padding: 0 0 0 17px;
    font-size: 22px;
    font-weight: 300;
    text-align: left;
  }
}

.p-park-detail-index-list__category::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: -10px;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #383838;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-park-detail-index-list__category::after {
    left: 0;
    right: auto;
  }
}

.p-park-detail-index-list__category--wellness::after {
  opacity: 1;
  background-color: #3ccf1a;
}

.p-park-detail-index-list__category--family::after {
  opacity: 1;
  background-color: #eae209;
}

.p-park-detail-index-list__category--friend::after {
  opacity: 1;
  background-color: #23adff;
}

.p-park-detail-index-list__category--couple::after {
  opacity: 1;
  background-color: #f47985;
}

.p-park-detail-index-list__category--pet::after {
  opacity: 1;
  background-color: #fb9f17;
}

.p-park-detail-index-list__category-text {
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .p-park-detail-index-list__category-text {
    opacity: 0.5;
  }
}

.p-park-detail-index-list__title {
  flex: 1;
  position: relative;
  margin-bottom: 6px;
  padding: 0 0 0 25px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #19351b;
}

@media screen and (max-width: 767px) {
  .p-park-detail-index-list__title {
    flex: initial;
    overflow: initial;
    text-overflow: initial;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
    width: 100%;
    padding: 0 0 0 0;
    font-size: 16px;
    line-height: 1.6;
  }
}


/* pickup tag */
.c-pickup-tag {
  margin-top: 60px;
  padding: 0px 0 0px 0;
}

.c-pickup-tag__inner {
  border-radius: 8px;
  border: solid 2px #000;
}

@media screen and (max-width: 767px) {
  .c-pickup-tag__inner {
    border-radius: 0px;
    border: none;
    position: relative;
  }

  .c-pickup-tag__inner::before {
    content: "";
    position: absolute;
    top: -4px;
    right: 0px;
    width: calc(100% - 20px);
    border-top: 2px solid #000;
    z-index: 1;
  }

}

.c-pickup-tag__head {
  display: flex;
  align-items: center;
  gap: 67px;
  position: relative;
  top: -4px;
  padding-block: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .c-pickup-tag__head {
    gap: 54px;
  }
}

.c-pickup-tag__head>span {
  position: relative;
  top: 2px;
  left: 5px;
  font-family: "din_l_c", sans-serif;
  font-size: 33px;
  font-weight: 300;
  font-stretch: condensed;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .c-pickup-tag__head>span {
    top: 4px;
    left: 20px;
    font-size: 30px;
  }
}

.c-pickup-tag__head::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -30px;
  width: 193px;
  height: 44px;
  background: url("../img/writer-illust02.png") no-repeat 50% 50%;
  background-size: contain;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .c-pickup-tag__head::before {
    top: -4px;
    left: 0;
    width: 143px;
    height: 46px;
    background: url("../img/writer-illust02-sp.png") no-repeat 0% 0%;
    background-size: contain;
  }
}

.c-pickup-tag__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 20px;
  width: calc(100% - 185px);
  border-bottom: 2px solid #000;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .c-pickup-tag__head::after {
    width: calc(100% - 145px);
    bottom: -1px;
    right: 0px;
  }
}

.c-pickup-tag__body {
  padding: 28px 50px 34px 50px;
}

@media screen and (max-width: 767px) {
  .c-pickup-tag__body {
    padding: 28px 0px 30px 0px;
  }
}

.c-pickup-tag__list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .c-pickup-tag__list {
    gap: 6px 8px;
    transition: 0.2s linear;
    height: auto;
  }

  .c-pickup-tag__list.is-overflow {
    height: 105px;
    overflow: hidden;
  }
}

.c-pickup-tag__list li a {
  display: block;
  padding: 7px 20px;
  line-height: 1.2;
  font-size: 16px;
  color: #0B6805;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #24AA49;
}

@media screen and (max-width: 767px) {
  .c-pickup-tag__list li a {
    padding: 6px 15px 7px 15px;
    font-size: 13px;
  }
}

.c-pickup-tag__more {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-pickup-tag__more {
    display: none;
  }

  .c-pickup-tag__more.is-overflow {
    display: block;
    margin-top: 30px;
    padding-top: 10px;
    border-top: 2px solid #000;
    text-align: center;
    cursor: pointer;
  }

  .c-pickup-tag__more span {
    display: inline-block;
    position: relative;
    margin-inline: auto;
    padding-right: 10px;
    font-size: 12px;
    font-weight: bold;
    width: 80px;
  }

  .c-pickup-tag__more span::before {
    content: '';
    position: absolute;
    top: 6px;
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid #000000;
    border-bottom: 0;
    transition: 0.2s linear;
  }

  .c-pickup-tag__more.is-show {
    display: block;
  }

  .c-pickup-tag__more.is-slideUp span::before {
    transform: rotate(180deg);
  }
}



.p-park-detail-sec01 {
  padding: 150px 0 0 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-park-detail-sec01 {
    padding: 60px 0 0 0;
    overflow: hidden;
  }
}

.p-park-detail-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 160px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-park-detail-block01 {
    margin-bottom: 120px;
    flex-direction: column-reverse;
    gap: 40px;
  }
}

.p-park-detail-block01--rev {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .p-park-detail-block01--rev {
    flex-direction: column-reverse;
  }
}

.p-park-detail-block01:last-of-type {
  margin-bottom: 100px;
}

.p-park-detail-block01__imgs {
  position: sticky;
  top: 150px;
  left: 0;
  width: 42%;
}

@media screen and (max-width: 767px) {
  .p-park-detail-block01__imgs {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 0px;
  }
}

.p-park-detail-block01__img {
  position: relative;
  z-index: 2;
}

.p-park-detail-block01__img::before {
  z-index: -1;
}

.p-park-detail-block01__img img {
  border-radius: 20px;
}

.p-park-detail-block01__img--wellness::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -100px;
  width: 285px;
  height: 287px;
  background: url("../img/park-detail/wellness-illust01.png") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-park-detail-block01__img--wellness::before {
    top: -95px;
    right: -86px;
  }
}

.p-park-detail-block01__img--family::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -100px;
  width: 285px;
  height: 287px;
  background: url("../img/park-detail/family-illust01.png") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-park-detail-block01__img--family::before {
    top: -95px;
    left: -95px;
  }
}

.p-park-detail-block01__img--friend::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -100px;
  width: 285px;
  height: 287px;
  background: url("../img/park-detail/friend-illust01.png") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-park-detail-block01__img--friend::before {
    top: -95px;
    right: -86px;
  }
}

.p-park-detail-block01__img--couple::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -100px;
  width: 285px;
  height: 287px;
  background: url("../img/park-detail/couple-illust01.png") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-park-detail-block01__img--couple::before {
    top: -95px;
    left: -95px;
  }
}

.p-park-detail-block01__img--pet::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -100px;
  width: 285px;
  height: 287px;
  background: url("../img/park-detail/pet-illust01.png") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-park-detail-block01__img--pet::before {
    top: -95px;
    right: -86px;
  }
}

.p-park-detail-block01__content {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-park-detail-block01__content {
    width: 100%;
  }
}

.p-park-detail-block01__lead01 {
  margin-bottom: 40px;
  padding-bottom: 12px;
  border-bottom: 5px dotted #000;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .p-park-detail-block01__lead01 {
    padding-bottom: 14px;
    border-bottom: 4px dotted #000;
  }
}

@media screen and (max-width: 767px) {
  .p-park-detail-block01__lead01>span {
    display: block;
  }
}

.p-park-detail-block01__title {
  font-family: "din_ul_c", sans-serif;
  font-size: 120px;
  font-weight: 200;
  font-stretch: condensed;
  line-height: 0.6;
}

@media screen and (max-width: 767px) {
  .p-park-detail-block01__title {
    margin-bottom: 9px;
    font-size: 100px;
  }
}

.p-park-detail-block01__lead02 {
  margin: 45px 0 35px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 767px) {
  .p-park-detail-block01__lead02 {
    margin: 40px 0 35px 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.6;
  }
}

.p-park-detail-block01__text {
  line-height: 1.8;
  letter-spacing: 0.8px;
}

.p-park-detail-ai-navi-btn {
  position: relative;
  text-align: center;
  width: 300px;
  margin: 0 auto 90px;
}

.p-park-detail-ai-navi-btn__icon-top {
  display: block;
  margin: auto;
  animation: 3s fuwa infinite;
}

@media screen and (max-width: 767px) {
  .p-park-detail-ai-navi-btn__icon-top {
    width: 200px;
  }
}

.p-park-detail-ai-navi-btn__icon-bottom {
  display: block;
  margin: 15px auto 0;
}

@media screen and (max-width: 767px) {
  .p-park-detail-ai-navi-btn__icon-bottom {
    width: 35px;
  }
}

.p-park-detail-sec02 {
  padding: 120px 0 150px 0;
}

@media screen and (max-width: 767px) {
  .p-park-detail-sec02 {
    padding: 60px 0 0px 0;
    background-position: 37% 47px;
  }
}

.p-park-detail-sec02__area01 {
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-park-detail-sec02__area01 {
    padding-bottom: 20px;
  }
}

.p-park-detail-sec02:has(> .p-park-detail-sec02__area01) {
  padding: 90px 0 0px 0;
  background: url("../img/park-detail/park-movie-bk01.png") no-repeat 50% 95px;
  background-size: 818px auto;
  background-color: #EFFBEE;
}

@media screen and (max-width: 767px) {
  .p-park-detail-sec02:has(> .p-park-detail-sec02__area01) {
    padding: 50px 0 0px 0;
  }
}

.p-park-detail-sec02__title {
  margin: 0px 0 20px 0;
  padding-top: 20px;
  font-family: "din_ul_c", sans-serif;
  font-size: 120px;
  font-weight: 200;
  font-stretch: condensed;
  line-height: 0.6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-park-detail-sec02__title {
    font-size: 84px;
  }
}

.p-park-detail-sec02__lead {
  position: relative;
  width: fit-content;
  margin: 0px auto 80px auto;
  padding: 0 60px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-park-detail-sec02__lead {
    margin: 0px auto 50px auto;
    padding: 0 40px;
    line-height: 1;
  }
}

.p-park-detail-sec02__lead::before {
  content: "･･･";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 20px;
  text-align: center;
}

.p-park-detail-sec02__lead::after {
  content: "･･･";
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 20px;
  text-align: center;
}

.p-park-detail-sec02__movies {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 50px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-park-detail-sec02__movies {
    gap: 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-park-detail-sec02__movie {
    width: calc(50% - 10px);
  }
}

.p-park-detail-sec02__movie iframe {
  width: 200px;
  height: auto;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 458/814;
  border-radius: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-park-detail-sec02__movie iframe {
    width: 100%;
    border-radius: 10px;
  }
}

.p-park-detail-sec02__movie-cat {
  margin-bottom: 10px;
  font-family: "din_ul_c", sans-serif;
  font-weight: 200;
  font-stretch: condensed;
  font-size: 45px;
  text-align: center;
  line-height: 0.6;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-park-detail-sec02__movie-cat {
    font-size: 32px;
  }
}

.p-park-detail-sec02__movie-memo {
  text-align: center;
  font-size: 12px;
  color: #888888;
}

@media screen and (max-width: 767px) {
  .p-park-detail-sec02__movie-memo {
    margin-bottom: 30px;
  }
}

.p-park-detail-banners {
  background-color: #f6f6f6;
}

.p-park-detail-banners__memo {
  height: 30px;
  padding-top: 10px;
  color: #888888;
  font-size: 12px;
  text-align: right;
}

.p-park-detail-banners__inner {
  padding: 10px 0 40px;
}

@media screen and (max-width: 767px) {
  .p-park-detail-banners__inner {
    padding: 20px 0 50px;
  }
}

.p-park-detail-banners-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}

@media screen and (max-width: 767px) {
  .p-park-detail-banners-block01 {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}

.p-park-detail-banners-block01__item {
  text-align: center;
}

.p-park-detail-park-info {
  padding: 90px 0 30px 0;
}

@media screen and (max-width: 767px) {
  .p-park-detail-park-info {
    padding: 50px 0 20px 0;
    background-color: #effbee;
  }
}

.p-park-detail-park-info__title {
  margin-bottom: 20px;
  font-family: "din_ul_c", sans-serif;
  font-size: 100px;
  font-weight: 200;
  font-stretch: condensed;
  line-height: 0.6;
  text-align: center;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-park-detail-park-info__title {
    margin-bottom: 20px;
    font-size: 84px;
    padding-top: 15px;
  }
}

.p-park-detail-park-info__lead {
  position: relative;
  width: fit-content;
  margin: 0px auto 70px auto;
  padding: 0 60px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-park-detail-park-info__lead {
    margin: 0px auto 50px auto;
    padding: 0 40px;
    line-height: 1;
  }
}

.p-park-detail-park-info__lead::before {
  content: "･･･";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 20px;
  text-align: center;
}

.p-park-detail-park-info__lead::after {
  content: "･･･";
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 20px;
  text-align: center;
}

.p-park-detail-park-info__map {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-park-detail-park-info__map {
    margin-bottom: 30px;
  }
}

.p-park-detail-park-info__map iframe {
  width: 100%;
  height: 412px;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .p-park-detail-park-info__map iframe {
    border-radius: 10px;
  }
}

.p-park-detail-park-info__info-area {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-park-detail-park-info__info-area {
    margin-bottom: 30px;
  }
}

.p-park-detail-park-info__info-area-title {
  position: relative;
  margin-bottom: 20px;
  padding: 3px 0 2px 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  color: #1a1311;
}

@media screen and (max-width: 767px) {
  .p-park-detail-park-info__info-area-title {
    margin-bottom: 15px;
    padding: 5px 0 5px 21px;
    font-size: 16px;
  }
}

.p-park-detail-park-info__info-area-title::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 1.5px;
  width: 10px;
  height: 30px;
  border-radius: 50px;
  background-color: #379536;
}

@media screen and (max-width: 767px) {
  .p-park-detail-park-info__info-area-title::before {
    top: 4px;
    width: 8.3px;
    height: 25px;
  }
}

.p-park-detail-effect {
  padding: 90px 0 90px 0;
  background: url("../img/park-detail/effect-bg01.png") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-park-detail-effect {
    padding: 50px 0 50px 0;
    background: url("../img/park-detail/effect-bg01-sp.png") no-repeat 50% 0%;
    background-size: cover;
  }
}

.p-park-detail-effect__title {
  position: relative;
  margin: 0px 0 20px 0;
  font-family: "din_ul_c", sans-serif;
  font-size: 120px;
  font-weight: 200;
  font-stretch: condensed;
  line-height: 0.6;
  padding-top: 20px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-park-detail-effect__title {
    font-size: 84px;
    line-height: 0.6;
    margin-bottom: 20px;
    padding-top: 15px;
  }
}

.p-park-detail-effect__lead {
  position: relative;
  width: fit-content;
  margin: 0px auto 70px auto;
  padding: 0 60px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-park-detail-effect__lead {
    margin: 0px auto 50px auto;
    padding: 0 40px;
  }
}

.p-park-detail-effect__lead::before {
  content: "･･･";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 20px;
  text-align: center;
}

.p-park-detail-effect__lead::after {
  content: "･･･";
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-park-detail-effect__lead>span {
    display: block;
  }
}

.p-park-detail-effect__table {
  border: 1px solid transparent;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .p-park-detail-effect__table {
    border-radius: 5px;
  }
}

.p-park-detail-effect__table th {
  border: none;
  border-right: 1.5px solid #92C5DB;
  border-bottom: 1.5px solid #92C5DB;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-park-detail-effect__table th {
    border: none;
    padding-bottom: 15px;
  }

  .p-park-detail-effect__table th::before {
    background-color: #1caae8;
  }
}

.p-park-detail-effect__table td {
  border: none;
  border-bottom: 1.5px solid #92C5DB;
}

@media screen and (max-width: 767px) {
  .p-park-detail-effect__table td {
    border: none;
  }

  .p-park-detail-effect__table td::after {
    background-color: #1CAAE8;
  }
}

.p-park-detail-effect__table tr:last-child th,
.p-park-detail-effect__table tr:last-child td {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .p-park-detail-effect__list li {
    background-color: #1caae8;
    color: #fff;
  }
}

.p-park-detail-writer {
  padding: 90px 0;
  background-color: #fafafa;
}

@media screen and (max-width: 767px) {
  .p-park-detail-writer {
    padding: 50px 0;
  }
}

.p-park-detail-writer__ai {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-park-detail-writer__ai {
    margin-bottom: 20px;
  }
}

.p-park-detail-writer__ai-btn {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  padding: 15px 20px 17px 20px;
  border-radius: 6px;
  background-color: #24aa49;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-park-detail-writer__ai-btn {
    width: 100%;
    height: 50px;
    padding: 12px 10px 12px 10px;
    font-size: 16px;
  }
}

.p-park-detail-writer__favorite {
  margin-bottom: 40px;
  padding-inline: 20px;
  text-align: center;
}

.p-park-detail-writer__favorite-btn {
  display: inline-block;
  width: 100%;
  max-width: 440px;
  padding: 15px 20px 17px 31px;
  border-radius: 100px;
  background: url("../img/icon-favorite-set-off.png") no-repeat 30px 22px;
  background-size: 22px auto;
  background-color: #096805;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-park-detail-writer__favorite-btn {
    max-width: 340px;
    height: 50px;
    padding: 14px 10px 13px 15px;
    background-position: 25px 16px;
    font-size: 14px;
  }
}

.p-park-detail-writer__favorite-btn.is-checked {
  background: url("../img/icon-favorite-set-on.png") no-repeat 30px 21px;
  background-size: 22px auto;
  background-color: #096805;
}

@media screen and (max-width: 767px) {
  .p-park-detail-writer__favorite-btn.is-checked {
    background-position: 25px 16px;
  }
}

.p-park-detail-writer__share {
  margin-bottom: 50px;
}

.p-park-detail-writer__share .c-share-btn__title {
  background-color: #fafafa;
}

.p-park-detail-recommend-park {
  padding: 60px 0 90px 0;
  background: url("../img/local-park-bg01.webp") no-repeat 50% 100%;
  background-size: cover;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-park-detail-recommend-park {
    padding: 50px 0 20px 0;
    background: url("../img/local-park-bg02-sp.webp") no-repeat 50% 0%;
    background-size: 100%;
  }
}

.p-park-detail-recommend-park__lead {
  margin-bottom: 55px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-park-detail-recommend-park__lead {
    font-size: 20px;
  }
}

.p-park-detail-recommend-park-block01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 26px;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-park-detail-recommend-park-block01 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
    margin-bottom: 50px;
  }
}

.p-park-detail-recommend-park-block01__item:nth-child(odd) .c-card-park01__content {
  background-color: #70bf6c;
  color: #fff;
}

.p-park-detail-recommend-park-block01__item:nth-child(odd) .c-card-park01__list>span {
  background-color: rgba(255, 255, 255, 0.26);
}

.p-park-detail-recommend-park-block02 {
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-park-detail-recommend-park-block02 {
    border-radius: 0;
  }
}

.p-park-detail-recommend-park-block02__head {
  position: relative;
  padding: 15px 20px 15px 40px;
  background-color: #53a54f;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-park-detail-recommend-park-block02__head {
    font-size: 16px;
    border-radius: 5px;
  }
}

.p-park-detail-recommend-park-block02__head::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 18px;
  width: 10px;
  height: 30px;
  border-radius: 50px;
  opacity: 0.46;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-park-detail-recommend-park-block02__head::before {
    left: 13px;
    height: 28px;
  }
}

.p-park-detail-recommend-park-block02__body {
  padding: 35px 45px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-park-detail-recommend-park-block02__body {
    padding: 10px 20px 30px;
  }
}

.p-park-detail-recommend-park-block02__list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-park-detail-recommend-park-block02__list {
    display: block;
  }
}

.p-park-detail-recommend-park-block02__list li {
  position: relative;
  padding-left: 6px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-park-detail-recommend-park-block02__list li {
    display: inline;
    line-height: 2.3;
    padding: 0 10px 0 3px;
  }
}

.p-park-detail-recommend-park-block02__list li::before {
  display: inline;
  content: "●";
  position: relative;
  top: 0;
  left: -6px;
  width: 0;
  height: 0;
  color: #70bf6c;
}

@media screen and (max-width: 767px) {
  .p-park-detail-recommend-park-block02__list li::before {
    left: -2px;
  }
}

/* 公園おでかけ特集一覧
--------------------------- */
.p-special-list {
  background-color: #effbee;
}

.p-special-list-head {
  margin-bottom: 60px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-special-list-head {
    margin-bottom: 40px;
    padding-top: 40px;
  }
}

.p-special-list-head__title {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #24aa48;
}

@media screen and (max-width: 767px) {
  .p-special-list-head__title {
    margin-bottom: 4px;
    font-size: 22px;
  }
}

.p-special-list-head__record {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #1a1311;
}

.p-special-list-block01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 45px;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-special-list-block01 {
    grid-template-columns: repeat(1, 1fr);
    gap: 45px 45px;
    margin-bottom: 35px;
  }
}

/* 公園おでかけ特集 詳細ページ
--------------------------- */
.p-special-detail {
  position: relative;
  background-color: #fff;
  z-index: 2;
}

.p-special-detail::before {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65vh;
  background: url("../img/special-detail/bg01.png") no-repeat 50% 100%;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-special-detail::before {
    top: 0px;
    bottom: auto;
    width: 100%;
    height: 200px;
    background: url("../img/special-detail/bg01-sp.png") no-repeat 50% -30px;
    background-size: cover;
  }
}

.p-special-detail.is-none::before {
  background: none;
}

.p-special-detail-content {
  margin: 60px 0 120px 0;
  background-color: #fff;
  padding: 50px 0 60px 0;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .p-special-detail-content {
    margin: 30px 0 60px 0;
    background-color: transparent;
    padding: 0px 0 0px 0;
    border-radius: 0px;
    box-shadow: none;
  }
}

.p-special-detail-content__inner {
  width: 100%;
  max-width: 880px;
  margin-inline: auto;
}

.p-special-detail-head {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-special-detail-head {
    margin-bottom: 25px;
  }
}

.p-special-detail-head__time {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.6;
  color: #a2a2a2;
}

.p-special-detail-head__title {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-special-detail-head__title {
    font-size: 20px;
  }
}

.p-special-detail-mv {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-special-detail-mv {
    margin-bottom: 20px;
  }
}

.p-special-detail-mv img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

@media screen and (max-width: 767px) {
  .p-special-detail-mv img {
    border-radius: 15px;
  }
}

.p-special-detail-lead {
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-special-detail-lead {
    line-height: 1.6;
  }
}

.p-special-detail-heading01 {
  margin: 90px 0 50px 0;
  padding: 11px 20px 13px 20px;
  border-radius: 5px;
  border-left: 15px solid #70bf6c;
  background-color: #379536;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-special-detail-heading01 {
    margin: 50px 0 30px 0;
    padding: 11px 20px 13px 10px;
    border-left: 8px solid #70bf6c;
    font-size: 18px;
  }
}

.p-special-detail-heading02 {
  position: relative;
  margin: 50px 0 30px 0;
  padding: 3px 20px 5px 37px;
  border-bottom: 2px solid #1a1311;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-special-detail-heading02 {
    margin: 50px 0 30px 0;
    padding: 3px 20px 7px 20px;
    border-bottom: 2px solid #1a1311;
    font-size: 18px;
  }
}

.p-special-detail-heading02::before {
  content: "";
  position: absolute;
  inset: -2px auto 0 0;
  width: 15px;
  height: 70%;
  margin: auto;
  background-color: #eae209;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .p-special-detail-heading02::before {
    inset: -4px auto 0 0;
    width: 10px;
    height: 75%;
  }
}

.p-special-detail-heading03 {
  position: relative;
  margin: 30px 0 10px 0;
  padding: 0px 20px 0px 23px;
  font-size: 17.5px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-special-detail-heading03 {
    margin: 35px 0 15px 0;
    font-size: 17px;
  }
}

.p-special-detail-heading03::before {
  content: "";
  position: absolute;
  top: 6.5px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #138213;
  border-radius: 2px;
}

.p-special-detail-text {
  margin-bottom: 25px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-special-detail-text {
    margin-bottom: 25px;
    line-height: 1.6;
  }
}

.p-special-detail-ol {
  list-style-type: none;
  margin-bottom: 25px;
  padding: 20px 20px;
  border: 2px solid #70bf6c;
  border-radius: 10px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-special-detail-ol {
    padding: 12px 20px 20px 15px;
    /* margin-bottom: 60px; */
  }
}

.p-special-detail-ol li {
  position: relative;
  counter-increment: order;
  margin-bottom: 12px;
  padding: 2.5px 0 3px 36px;
  font-size: 15px;
}

.p-special-detail-ol li:last-child {
  margin-bottom: 0;
}

.p-special-detail-ol li::before {
  content: counter(order);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 3px;
  left: 0;
  width: 26px;
  height: 26px;
  color: #fff;
  background: #70bf6c;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 2px;
  letter-spacing: 0;
  font-size: 14px;
}


.p-special-detail-ul {
  margin-bottom: 25px;
  padding: 20px 20px 20px 40px;
  border: 2px solid #70bf6c;
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .p-special-detail-ul {
    padding: 12px 20px 20px 35px;
  }

  .p-special-detail-ol li {
    margin-bottom: 6px;
    font-size: 15.5px;
  }
}

.p-special-detail-ul li {
  margin-bottom: 8px;
  font-size: 15.5px;
}

.p-special-detail-ul li:last-child {
  margin-bottom: 0;
}

.p-special-detail-ul li::marker {
  color: #70bf6c;
}

.p-special-detail-img {
  margin: 15px 0 40px 0;
}

@media screen and (max-width: 767px) {
  .p-special-detail-img {
    margin: 0px 0 20px 0;
  }

  .p-special-detail-ul li {
    margin-bottom: 6px;
  }
}

.p-special-detail-img img {
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .p-special-detail-img img {
    border-radius: 5px;
  }
}

.p-special-detail-btn {
  margin: 25px 0;
  text-align: center;
}

.p-special-detail-relation {
  padding: 60px 0 90px 0;
  background: url("../img/feature-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-special-detail-relation {
    padding: 50px 0 50px 0;
  }
}

.p-special-detail-relation__inner {
  position: relative;
  z-index: 2;
}

.p-special-detail-relation__inner::before {
  content: "";
  position: absolute;
  top: 208px;
  left: -39px;
  width: 141px;
  height: 127px;
  background: url(../img/front/main-area-common-bg01.png) no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-special-detail-relation__inner::before {
    display: none;
  }
}

.p-special-detail-relation__inner::after {
  content: "";
  position: absolute;
  top: 126px;
  right: -44px;
  width: 141px;
  height: 127px;
  background: url(../img/front/main-area-common-bg01.png) no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-special-detail-relation__inner::after {
    display: none;
  }
}

.p-special-detail-relation__lead {
  margin-bottom: 65px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.p-special-detail-relation__btn {
  margin-top: 35px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-special-detail-relation__btn {
    margin-top: 5px;
  }
}

.p-special-detail-relation-block01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 60px;
}

@media screen and (max-width: 767px) {
  .p-special-detail-relation-block01 {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 60px;
  }
}

.p-special-detail-pick-up {
  padding: 60px 0 90px 0;
  background: url("../img/local-park-bg01.webp") no-repeat 50% 100%;
  background-size: cover;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-special-detail-pick-up {
    padding: 50px 0 50px 0;
    background: url("../img/local-park-bg01-sp.webp") no-repeat 10% 0%;
    background-size: cover;
    background-color: #fff;
  }
}

.p-special-detail-pick-up__inner {
  position: relative;
  z-index: 2;
}

.p-special-detail-pick-up__inner::before {
  content: "";
  position: absolute;
  bottom: 87px;
  left: -79px;
  width: 141px;
  height: 127px;
  background: url(../img/front/main-area-common-bg01.png) no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-special-detail-pick-up__inner::before {
    display: none;
  }
}

.p-special-detail-pick-up__inner::after {
  content: "";
  position: absolute;
  top: 333px;
  right: -63px;
  width: 141px;
  height: 127px;
  background: url(../img/front/main-area-common-bg01.png) no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-special-detail-pick-up__inner::after {
    display: none;
  }
}

.p-special-detail-pick-up__lead {
  margin: 45px 0 50px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-special-detail-pick-up__lead {
    font-size: 20px;
  }
}

.p-special-detail-pick-up__btn {
  margin-top: 50px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-special-detail-pick-up__btn {
    margin-top: 20px;
  }
}

.p-special-detail-pick-up-block01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 26px;
}

@media screen and (max-width: 767px) {
  .p-special-detail-pick-up-block01 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }
}

.p-special-detail-pick-up-block01__item:nth-child(odd) .c-card-park01__content {
  background-color: #70bf6c;
  color: #fff;
}

.p-special-detail-pick-up-block01__item:nth-child(odd) .c-card-park01__list>span {
  background-color: rgba(255, 255, 255, 0.26);
}

/* イベント 詳細ページ
--------------------------- */
.p-event-detail {
  position: relative;
  background: url("../img/event-detail/bg01.png") repeat 0% -1%;
  background-size: 843px auto;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-event-detail {
    background: none;
  }

  .p-event-detail::before {
    display: none;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-event-detail::before {
    display: block;
    content: "";
    position: fixed;
    top: 60px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 60px);
    background: url("../img/event-detail/bg01.png") repeat 0% -1%;
    background-size: 843px auto;
    z-index: -1;
    background-color: #fff;
  }
}

.p-event-detail-content {
  margin: 60px 0 120px 0;
  background-color: #fff;
  padding: 50px 0 60px 0;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .p-event-detail-content {
    margin: 30px 0 60px 0;
    background-color: transparent;
    padding: 0;
    border-radius: 0px;
    box-shadow: none;
  }
}

.p-event-detail-content__inner {
  width: 100%;
  max-width: 880px;
  margin-inline: auto;
}

.p-event-detail-head {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-event-detail-head {
    margin-bottom: 40px;
  }
}

.p-event-detail-head__time {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #a2a2a2;
}

@media screen and (max-width: 767px) {
  .p-event-detail-head__time {
    margin-bottom: 6px;
  }
}

.p-event-detail-head__title {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-event-detail-head__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  }
}

.p-event-detail-head__term {
  margin-bottom: 2px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #0098c8;
}

@media screen and (max-width: 767px) {
  .p-event-detail-head__term {
    font-size: 15px;
  }
}

.p-event-detail-head__place {
  margin-bottom: 2px;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  color: var(--main-text);
}

.p-event-detail-head__row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-event-detail-head__row {
    gap: 4px;
    margin-bottom: 20px;
  }
}

.p-event-detail-head__area {
  padding-left: 16px;
  background: url("../img/icon-address.png") no-repeat 0 5px;
  background-size: 10px auto;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-event-detail-head__area {
    background-position: 0 6px;
  }
}

.p-event-detail-head__station {
  padding: 0 0 0 15px;
  background: url("../img/icon-train.png") no-repeat 0% 5px;
  background-size: 9px auto;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-event-detail-head__station {
    width: 100%;
    background-position: 0 5px;
  }
}

.p-event-detail-head__status {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 35px;
  padding: 0;
  border-radius: 4.2px;
  color: #fff;
}

.p-event-detail-head__status--coming-soon {
  background-color: #23adff;
}

.p-event-detail-head__status--on {
  background-color: #24aa48;
}

.p-event-detail-head__status--end {
  background-color: #9ea4a0;
}

.p-event-detail-mv {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-event-detail-mv {
    margin-bottom: 20px;
  }
}

.p-event-detail-mv img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

@media screen and (max-width: 767px) {
  .p-event-detail-mv img {
    border-radius: 15px;
  }
}

.p-event-detail-lead {
  margin-bottom: 90px;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-event-detail-lead {
    margin-bottom: 50px;
  }
}

.p-event-detail-heading01 {
  position: relative;
  margin: 50px 0 10px 0;
  padding: 0px 20px 0px 23px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-event-detail-heading01 {
    margin: 35px 0 10px 0;
    padding: 0px 20px 0px 23px;
  }
}

.p-event-detail-heading01::before {
  content: "";
  position: absolute;
  top: 5.5px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #379536;
  border-radius: 2px;
}

.p-event-detail-heading02 {
  position: relative;
  margin: 60px 0 22px 0;
  padding: 0px 20px 0px 26px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-event-detail-heading02 {
    margin: 60px 0 18px 0;
    padding: 0px 20px 0px 22px;
    font-size: 16px;
  }
}

.p-event-detail-heading02::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 30px;
  background-color: #379536;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .p-event-detail-heading02::before {
    top: 0px;
    width: 8.3px;
    height: 25px;
    border-radius: 4.2px;
  }
}

.p-event-detail-text {
  margin-bottom: 25px;
  line-height: 1.6;
}

.p-event-detail-img {
  margin: 15px 0 25px 0;
}

.p-event-detail-img img {
  border-radius: 20px;
}

.p-event-detail-list01 {
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-event-detail-list01 {
    line-height: 1.43;
  }

  .p-event-detail-list01 li {
    margin-bottom: 10px;
  }
}

.p-event-detail-list02 {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-event-detail-list02 {
    line-height: 1.43;
  }

  .p-event-detail-list02 li {
    margin-bottom: 10px;
  }
}

.p-event-detail-btn {
  margin: 25px 0;
  text-align: center;
}

.p-event-detail-relation {
  padding: 60px 0 90px 0;
  background-color: #effbee;
}

@media screen and (max-width: 767px) {
  .p-event-detail-relation {
    padding: 50px 0 50px 0;
  }
}

.p-event-detail-relation__btn {
  margin-top: 50px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-event-detail-relation__btn {
    margin-top: 20px;
  }
}

.p-event-detail-relation-block01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .p-event-detail-relation-block01 {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    margin-bottom: 50px;
  }
}

.p-event-detail-relation-block01:last-of-type {
  margin-bottom: 0;
}


/* 検索一覧ページ
--------------------------- */
.p-search {
  position: relative;
  min-height: calc(100vh - 84px);
  padding-bottom: 160px;
  background-color: #effbee;
}

@media screen and (max-width: 767px) {
  .p-search {
    background-color: #fff;
  }
}

.p-search-head {
  padding-top: 25px;
}

.p-search-head__title {
  margin-bottom: 80px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #24aa48;
}

@media screen and (max-width: 767px) {
  .p-search-head__title {
    margin-bottom: 30px;
    font-size: 22px;
  }
}

.p-search-area {
  margin: 60px 0 0 0;
}

@media screen and (max-width: 767px) {
  .p-search-area {
    margin: 20px 0 0 0;
  }
}

.p-search-block01 {
  margin: 0 0 50px 0;
  background-color: #fff;
  padding: 40px 50px 50px 50px;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .p-search-block01 {
    margin: 0 0 15px 0;
    padding: 0px;
    border-radius: 10px;
  }
}

.p-search-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-search-list {
    margin-top: 20px;
  }
}

.p-search-list__item {
  position: relative;
}

.p-search-list__item>label {
  display: block;
  padding: 7px 20px 9px;
  background-color: #fff;
  border: 1px solid #24AA49;
  border-radius: 100px;
  text-align: center;
  color: #0B6805;
  cursor: pointer;
  line-height: 1;
  font-size: 16px;
  transition: 0;
}

@media screen and (max-width: 767px) {
  .p-search-list__item>label {
    padding: 7px 15px 8px;
  }
}

.p-search-list__item>label>input {
  position: absolute;
  opacity: 0;
}

.p-search-list__item>label:has(input:checked) {
  background-color: #24AA49;
  color: #fff;
}

.p-search-list__item>label:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .p-search-list__item>label:hover {
    opacity: 1;
  }
}

.p-search-list+.p-search-list {
  margin-top: 6px;
}

.p-search-heading01 {
  position: relative;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  color: #24aa49;
}

@media screen and (max-width: 767px) {
  .p-search-heading01 {
    margin-bottom: 0px;
    font-size: 18px;
  }
}

.p-search-heading02 {
  position: relative;
  margin: 40px 0 14px 0;
  padding: 0px 0px 0px 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #1a1311;
}

@media screen and (max-width: 767px) {
  .p-search-heading02 {
    margin: 30px 0 -10px 0;
  }
}

.p-search-heading02::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 20px;
  background-color: #eae209;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .p-search-heading02::before {
    width: 13px;
    height: 17px;
  }
}

.p-search-freeword {
  display: block;
}

.p-search-freeword__input {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  border: 2px solid #6FBF6C;
  background-color: #EFFBEE;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .p-search-freeword__input {
    padding: 10px 15px;
  }
}

.p-search-freeword__input::placeholder {
  color: #53a54f;
  font-size: 16px;
}

.p-search-submit {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 18px 20px;
  box-shadow: 0 0 10px 0 rgba(29, 69, 27, 0.16);
}

@media screen and (max-width: 767px) {
  .p-search-submit {
    border-top: none;
    padding: 17px 20px 17px;
  }
}

.p-search-submit__input {
  display: block;
  width: 350px;
  transition: 0.3s;
  position: relative;
  height: 50px;
  margin-inline: auto;
  padding: 10px 20px 12px;
  color: #fff;
  border-radius: 6px;
  background-color: #0b6805;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-search-submit__input {
    width: 100%;
  }
}

/* 利用規約
--------------------------- */
.p-kiyaku {
  position: relative;
  padding-bottom: 160px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-kiyaku {
    padding-bottom: 100px;
  }
}

.p-kiyaku-head {
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .p-kiyaku-head {
    padding-top: 50px;
  }
}

.p-kiyaku-head__title {
  margin-bottom: 80px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #24aa48;
}

@media screen and (max-width: 767px) {
  .p-kiyaku-head__title {
    font-size: 22px;
    margin-bottom: 50px;
  }
}

.p-kiyaku-heading01 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-kiyaku-heading01 {
    margin-bottom: 12px;
  }
}

.p-kiyaku-text {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
}

.p-kiyaku-list {
  margin-bottom: 15px;
  padding-left: 40px;
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-kiyaku-list {
    padding-left: 20px;
  }
}

/* プライバシーポリシー
--------------------------- */
.p-privacy {
  position: relative;
  padding-bottom: 160px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-privacy {
    padding-bottom: 100px;
  }
}

.p-privacy-head {
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .p-privacy-head {
    padding-top: 50px;
  }
}

.p-privacy-head__title {
  margin-bottom: 80px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #24aa48;
}

@media screen and (max-width: 767px) {
  .p-privacy-head__title {
    font-size: 22px;
    margin-bottom: 50px;
  }
}

.p-privacy-heading01 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-privacy-heading01 {
    margin-bottom: 12px;
  }
}

.p-privacy-heading02 {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}

.p-privacy-text {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
}

.p-privacy-list {
  margin-bottom: 15px;
  padding-left: 40px;
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-privacy-list {
    padding-left: 20px;
  }
}

/* お問合せ
--------------------------- */
.p-inquiry {
  position: relative;
  padding-bottom: 90px;
  background-color: #effbee;
}

@media screen and (max-width: 767px) {
  .p-inquiry {
    padding-bottom: 50px;
  }
}

.p-inquiry-head {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-inquiry-head {
    padding-top: 40px;
  }
}

.p-inquiry-head__title {
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #24aa48;
}

@media screen and (max-width: 767px) {
  .p-inquiry-head__title {
    margin-bottom: 40px;
    font-size: 22px;
  }
}

.p-inquiry-head__title--confirm {
  margin-bottom: 40px;
}

.p-inquiry-table {
  width: 100%;
}

.p-inquiry-table th {
  width: 250px;
  padding: 9px 0 40px 0;
  text-align: left;
  font-weight: bold;
  line-height: 1.6;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .p-inquiry-table th {
    display: block;
    width: 100%;
    padding: 0px 0 8px 0;
  }
}

.p-inquiry-table td {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-inquiry-table td {
    display: block;
    width: 100%;
    padding-bottom: 30px;
  }
}

.p-inquiry-table tr:last-of-type td {
  padding-bottom: 10px;
}

.p-inquiry-table .required {
  position: relative;
  top: -1px;
  left: 10px;
  padding: 0 7px 2px;
  border-radius: 3px;
  background-color: #24aa49;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.acceptance-text {
  font-weight: 500;
}

.acceptance-text>a {
  color: #24aa48;
  text-decoration: underline;
}

.acceptance-text>a:hover {
  text-decoration: none;
  opacity: 1;
}

.recaptcha-message {
  margin-bottom: 40px;
}

.g-recaptcha {
  margin: 20px auto;
  text-align: center;
  width: 300px;
}

.p-inquiry-form-submit {
  text-align: center;
}

.error-msg {
  margin: 0 10px 6px 0;
  font-size: 13px;
  font-weight: bold;
  color: #E10808;
}

@media screen and (max-width: 767px) {
  .error-msg {
    display: block;
  }
}

.acceptance-area .error-msg {
  display: block;
}

/* 確認画面 */
.p-confirm-table {
  width: 100%;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-confirm-table {
    margin-bottom: 30px;
  }
}

.p-confirm-table tr {
  border-bottom: 1px solid #6fbf6c;
}

.p-confirm-table tr:last-of-type {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .p-confirm-table tr {
    display: block;
    width: 100%;
  }
}

.p-confirm-table th {
  width: 250px;
  padding: 25px 20px 25px 0;
  text-align: left;
  font-weight: bold;
  line-height: 1.6;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .p-confirm-table th {
    display: block;
    width: 100%;
    padding: 0px 20px 5px 0;
  }
}

.p-confirm-table td {
  padding: 25px 20px 25px 0;
}

@media screen and (max-width: 767px) {
  .p-confirm-table td {
    display: block;
    width: 100%;
    padding: 0px 20px 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-confirm-table tr {
    margin-bottom: 35px;
  }

  .p-confirm-table tr:last-of-type {
    margin-bottom: 0;
  }
}

.p-confirm-form-submit-area {
  display: grid;
  grid-template-columns: 230px 630px;
  gap: 20px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-confirm-form-submit-area {
    grid-template-columns: 38% 59%;
    gap: 0;
  }
}

.p-confirm-form-submit-area .btn-submit,
.p-confirm-form-submit-area .btn-previous {
  width: 100%;
}

/* 完了画面 */
.p-thanks-head {
  margin: 10px 0 20px 0;
}

@media screen and (max-width: 767px) {
  .p-thanks-head {
    margin: 5px 0 0px 0;
  }
}

.p-thanks-head__title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #24aa48;
}

@media screen and (max-width: 767px) {
  .p-thanks-head__title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

.p-thanks-content {
  text-align: center;
}

.p-thanks-text {
  margin-bottom: 80px;
  font-size: 18px;
  text-align: center;
  color: #24aa48;
}

@media screen and (max-width: 767px) {
  .p-thanks-text {
    width: 315px;
    margin: 0 auto 40px;
    font-size: 16px;
    text-align: left;
  }
}

.p-thanks-btn {
  text-align: center;
}

/* 東京公園物語とは
--------------------------- */
.p-about {
  position: relative;
  background-color: #F5FBF4;
}

.p-about .c-breadcrumbs {
  position: absolute;
  z-index: 3;
}

.p-about-kv {
  position: relative;
  padding: 90px 0 320px 0;
  background: url("../img/about/kv-bg03.png") no-repeat 50% -2px, url("../img/about/kv-bg01.webp") no-repeat 50% 0%;
  background-size: 1299px auto, cover;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-about-kv {
    padding: 110px 0 170px 0;
    background: url("../img/about/kv-bg03-sp.png") no-repeat 50% 20px, url("../img/about/kv-bg02-sp.webp") no-repeat 50% 0%;
    background-size: 100% auto, cover;
  }
}

.p-about-kv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 495px;
  margin: auto;
  background: url("../img/about/kv-bg02.webp") no-repeat 50% 50%;
  background-size: cover;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-about-kv::after {
    display: none;
  }
}

.p-about-kv__inner {
  position: relative;
  z-index: 3;
}

.p-about-kv__heading {
  margin-bottom: 55px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #24aa49;
}

@media screen and (max-width: 767px) {
  .p-about-kv__heading {
    margin-bottom: 45px;
    font-size: 22px;
  }
}

.p-about-kv__text-wrap {
  width: 100%;
  max-width: 893px;
  margin-inline: auto;
}

.p-about-kv__text {
  margin-bottom: 1.8em;
  line-height: 2.19;
}

@media screen and (max-width: 767px) {
  .p-about-kv__text {
    line-height: 1.6;
  }
}

/* 利用シーンに合わせて楽しみ方を提案 */
.p-about-sec01 {
  padding: 100px 0 50px 0;
}

@media screen and (max-width: 767px) {
  .p-about-sec01 {
    padding: 70px 0 0px 0;
  }
}

.p-about-sec01__title {
  position: relative;
  width: fit-content;
  margin: 0 auto 110px;
  padding-top: 115px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #138213;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-about-sec01__title {
    margin: 0 auto 80px;
    padding-top: 70px;
    font-size: 20px;
  }
}

.p-about-sec01__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 101px;
  margin: auto;
  background: url("../img/about/heading-bg01.png") no-repeat 0% 0%;
  background-size: cover;
  z-index: -1;
  translate: -5px 0px;
}

@media screen and (max-width: 767px) {
  .p-about-sec01__title::before {
    width: 60px;
    height: 61px;
    translate: 0px;
  }
}

.p-about-sec01-block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px 50px;
  width: 100%;
  max-width: 1026px;
  margin: 0 auto 65px;
}

@media screen and (max-width: 767px) {
  .p-about-sec01-block01 {
    flex-direction: column-reverse;
    gap: 20px 50px;
    margin: 0 auto 60px;
  }
}

.p-about-sec01-block01:nth-child(odd) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .p-about-sec01-block01:nth-child(odd) {
    flex-direction: column-reverse;
  }
}

.p-about-sec01-block01__img {
  width: 314px;
}

@media screen and (max-width: 767px) {
  .p-about-sec01-block01__img {
    width: 260px;
    margin: auto;
    text-align: center;
  }
}

.p-about-sec01-block01__content {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .p-about-sec01-block01__content {
    flex: none;
    width: 100%;
  }
}

.p-about-sec01-block01__cat {
  margin-bottom: 10px;
  border-bottom: 5px dotted #000;
  font-family: "din_ul_c", sans-serif;
  font-size: 100px;
  font-weight: 200;
  font-stretch: condensed;
  line-height: 0.9;
}

@media screen and (max-width: 767px) {
  .p-about-sec01-block01__cat {
    margin-bottom: 20px;
    font-size: 80px;
  }
}

.p-about-sec01-block01__title {
  position: relative;
  margin-bottom: 22px;
  padding-left: 25px;
  font-size: 22px;
  font-weight: bold;
  line-height: 2.5;
  color: #24aa49;
}

@media screen and (max-width: 767px) {
  .p-about-sec01-block01__title {
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 1.6;
  }
}

.p-about-sec01-block01__title::before {
  content: "";
  position: absolute;
  top: 21.5px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #F0FC56;
  border-radius: 100px;
}

@media screen and (max-width: 767px) {
  .p-about-sec01-block01__title::before {
    top: 6px;
  }
}

.p-about-sec01-block01__text {
  line-height: 1.6;
}

.p-about-sec02 {
  padding: 50px 0 120px 0;
}

@media screen and (max-width: 767px) {
  .p-about-sec02 {
    overflow: hidden;
    padding: 30px 0 0px 0;
  }
}

.p-about-sec02__title {
  position: relative;
  margin: 0 auto 65px;
  padding-top: 115px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #138213;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .p-about-sec02__title {
    padding-top: 70px;
    font-size: 20px;
    text-align: center;
  }
}

.p-about-sec02__title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100px;
  height: 101px;
  margin: auto;
  background: url("../img/about/heading-bg01.png") no-repeat 0% 0%;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-about-sec02__title::before {
    width: 60px;
    height: 61px;
  }
}

.p-about-sec02-block01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-about-sec02-block01 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.p-about-sec02-block01::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 830px;
  height: 599px;
  margin: auto;
  background: url("../img/about/free-bg01.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-about-sec02-block01::before {
    top: -125px;
    bottom: auto;
    left: -211px;
    width: 813px;
    height: 615px;
  }
}

.p-about-sec02-block01__img {
  position: relative;
  width: 420px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-about-sec02-block01__img {
    width: 286px;
    margin: auto;
  }
}

.p-about-sec02-block01__content {
  width: 600px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-about-sec02-block01__content {
    max-width: 100%;
  }
}

.p-about-sec02-block01__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.p-about-sec02-block01__list li {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 2px 33px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-about-sec02-block01__list li {
    margin-bottom: 20px;
    padding: 0 0 2px 38px;
  }
}

.p-about-sec02-block01__list li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background-color: #3DCF1A;
}

@media screen and (max-width: 767px) {
  .p-about-sec02-block01__list li::before {
    top: 6px;
  }
}

.p-about-sec02-block01__list li>strong {
  padding: 2px 6px;
  font-size: 25px;
  position: relative;
  background: linear-gradient(transparent 60%, #ecff00 0%);
  display: inline;
  padding: 0 1px 0px;
}

@media screen and (max-width: 767px) {
  .p-about-sec02-block01__list li>strong {
    font-size: 16px;
  }
}

.p-about-sec02-block01__list li:last-of-type {
  padding-top: 10px;
}

.p-about-sec02-block01__list li:last-of-type::before {
  top: 16px;
}

.p-about-sec03 {
  position: relative;
  padding: 100px 0 0px 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-about-sec03 {
    overflow: hidden;
    padding: 100px 0 100px 0;
  }
}

.p-about-sec03::before {
  content: "";
  position: absolute;
  inset: auto 0 -241px 0;
  width: 100%;
  height: 311px;
  margin: auto;
  background: url("../img/about/illusr-daen.webp") no-repeat 50% 100%;
  background-size: 3500px auto;
  z-index: -1;
}

.p-about-sec03-block01 {
  position: relative;
  width: 100%;
  max-width: 724px;
  margin: auto;
  z-index: 1;
}

.p-about-sec03-block01::before {
  content: "";
  position: absolute;
  inset: 90px auto auto -138px;
  width: 988px;
  height: 847px;
  margin: auto;
  background: url("../img/about/wish-bg01.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-about-sec03-block01::before {
    inset: 90px -296px auto auto;
  }
}

.p-about-sec03-block01__title {
  position: relative;
  width: fit-content;
  margin: 0 auto 75px;
  padding-top: 115px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #138213;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-about-sec03-block01__title {
    margin: 0 auto 75px;
    padding-top: 70px;
    font-size: 20px;
  }
}

.p-about-sec03-block01__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 101px;
  margin: auto;
  background: url("../img/about/heading-bg01.png") no-repeat 0% 0%;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-about-sec03-block01__title::before {
    width: 60px;
    height: 61px;
  }
}

.p-about-sec03-block01__text {
  margin-bottom: 40px;
}

.p-about-sec03-block01__text p {
  margin-bottom: 1.8em;
  line-height: 1.6;
}

.p-about-sec03-block01__row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 28px;
}

@media screen and (max-width: 767px) {
  .p-about-sec03-block01__row {
    gap: 0 20px;
  }
}

.p-about-sec03-block01__sign {
  text-align: right;
  font-weight: bold;
  line-height: 1.6;
}

.p-about-sec03-block01__sign-img {
  width: 120px;
}

@media screen and (max-width: 767px) {
  .p-about-sec03-block01__sign-img {
    width: 100px;
  }
}

.p-about-sec04 {
  background-color: #fff;
}

.p-about-sec04-area01 {
  position: relative;
  margin-bottom: 80px;
  padding: 360px 0 210px 0;
  background: url("../img/about/kv-bg04.webp") no-repeat 50% 0%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-about-sec04-area01 {
    margin-bottom: 40px;
    padding: 70px 0 130px 0;
  }
}

.p-about-sec04-area01::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 0%;
  width: 100%;
  height: 792px;
  margin: auto;
  background: url("../img/about/kv-bg05.webp") no-repeat 57% 50%;
  background-size: cover;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-about-sec04-area01::after {
    bottom: -40px;
    height: 265px;
  }
}

.p-about-sec04-block01 {
  position: relative;
  z-index: 3;
}

.p-about-sec04-block01__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: #24aa49;
}

@media screen and (max-width: 767px) {
  .p-about-sec04-block01__title {
    font-size: 20px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 375px) {
  .p-about-sec04-block01__title {
    font-size: 17.5px;
  }
}

.p-about-sec04-block01__title-sytle01 {
  margin-inline: 3px;
  padding: 3px 20px 7px 20px;
  border-radius: 25px;
  background-color: #3dcf1a;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-about-sec04-block01__title-sytle01 {
    display: inline-block;
    margin-block: 10px 0;
  }
}

.p-about-sec04-block01__title-sytle02 {
  margin-inline: 3px;
  padding: 3px 20px 7px 20px;
  border-radius: 25px;
  background-color: #23adff;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-about-sec04-block01__title-sytle02 {
    display: inline-block;
    margin-block: 10px;
  }
}

.p-about-sec04-block01__img {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-about-sec04-block01__img {
    margin-top: 50px;
  }
}

.p-about-sec04-area02 {
  padding: 50px 0 90px 0;
}

@media screen and (max-width: 767px) {
  .p-about-sec04-area02 {
    padding: 50px 0 40px 0;
  }
}

.p-about-sec04-block02 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-about-sec04-block02 {
    gap: 30px;
  }
}

.p-about-sec04-block02__col {
  width: 500px;
  max-width: 100%;
}

.p-about-sec04-block02__title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 21px;
  font-weight: bold;
  line-height: 1.6;
}

.p-about-sec04-block02__title::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50px;
}

.p-about-sec04-block02__title--sytle01::before {
  background-color: #3ccf1a;
}

.p-about-sec04-block02__title--sytle02::before {
  background-color: #23adff;
}

.p-about-sec04-block02__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.p-about-sec04-block02__list li {
  margin-bottom: 5px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-about-sec04-block02__list li {
    margin-bottom: 20px;
  }
}

.p-about-sec04-block02__list li>a {
  color: #349ECC;
}

@media screen and (max-width: 767px) {
  .p-about-sec04-block02__list li>a {
    display: block;
  }
}

/* お気に入り公園リスト
--------------------------- */
.p-favorit-list {
  background-color: #f5fbf4;
}

.p-favorit-list-head {
  margin-bottom: 60px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-favorit-list-head {
    margin-bottom: 40px;
    padding-top: 40px;
  }
}

.p-favorit-list-head__title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #24aa48;
}

@media screen and (max-width: 767px) {
  .p-favorit-list-head__title {
    margin-bottom: 40px;
    font-size: 22px;
  }
}

.p-favorit-list-head__num {
  margin-left: 10px;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .p-favorit-list-head__num {
    font-size: 16px;
  }
}

.p-favorit-list-head__lead {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-favorit-list-head__lead {
    margin-bottom: 15px;
  }
}

.p-favorit-list-head__memo {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  color: #9c9c9c;
}

.p-favorite-list-block01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 25px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-favorite-list-block01 {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 12px;
    padding-bottom: 50px;
  }
}

.p-favorite-list-block01__item .c-card-park01 {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}

.p-favorite-list-block01__item .c-card-park01__name {
  color: #24AA48;
}

.p-favorite-list-block02 {
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-favorite-list-block02 {
    padding-bottom: 50px;
  }
}

.p-favorite-list-block02__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px;
  padding: 30px 50px 40px;
  border: 3px solid #24aa48;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .p-favorite-list-block02__inner {
    gap: 40px;
    padding: 30px 20px 40px;
  }
}

.p-favorite-list-block02__item {
  width: calc(50% - 10px);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-favorite-list-block02__item {
    width: 100%;
  }
}

.p-favorite-list-block02__title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #24aa48;
}

@media screen and (max-width: 767px) {
  .p-favorite-list-block02__title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.p-favorite-list-block02__title>b {
  font-weight: 700;
}

.p-favorite-list-block02__card {
  position: relative;
  width: 360px;
  max-width: 100%;
  margin: auto;
}

.p-favorite-list-block02__favorite-wrap {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 36px;
  height: 36px;
  opacity: 0.85;
  background-color: #fff;
  border-radius: 100px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .p-favorite-list-block02__favorite-wrap {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 375px) {
  .p-favorite-list-block02__favorite-wrap {
    top: 6px;
    left: 6px;
  }
}

/* AI診断 */
.p-favoriteList-ai-arrow {
  width: 100%;
  margin: -1px auto 35px;
  text-align: center;
  z-index: 5;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-favoriteList-ai-arrow {
    margin: -1px auto 10px;
  }

  .p-favoriteList-ai-arrow>img {
    width: 30px;
  }
}

.p-favoriteList-ai {
  position: relative;
}

.p-favoriteList-ai__icon {
  position: relative;
  top: 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-favoriteList-ai__icon {
    margin: -40px 0 0px;
    top: 49px;
  }
}

.p-favoriteList-ai__icon-top {
  display: block;
  margin: auto;
  animation: 3s fuwa infinite;
}

@media screen and (max-width: 767px) {
  .p-favoriteList-ai__icon-top {
    width: 90px;
  }
}

.p-favoriteList-ai__icon-bottom {
  display: block;
  margin: 15px auto 0;
}

@media screen and (max-width: 767px) {
  .p-favoriteList-ai__icon-bottom {
    width: 30px;
  }
}

@keyframes fuwa {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

.p-favoriteList-ai-block01 {
  margin-bottom: 30px;
  padding: 90px 0 40px;
  background: url("../img/favorite/ai-bg01.png") no-repeat 0% 0%, url("../img/favorite/ai-bg02.png") no-repeat 100% 100%;
  background-size: 456px auto, 648px auto;
  background-color: #70BF6C;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .p-favoriteList-ai-block01 {
    padding: 75px 0 30px;
    border-radius: 0px;
    background-size: 73% auto, 100% auto;
  }
}

.p-favoriteList-ai-block01__inner {
  width: 100%;
  max-width: 1050px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-favoriteList-ai-block01__inner {
    padding-inline: 10px;
  }
}

.p-favoriteList-ai-block01__title {
  position: relative;
  width: fit-content;
  margin: 0 auto 10px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-favoriteList-ai-block01__title {
    margin-bottom: 10px;
    font-size: 22px;
  }
}

.p-favoriteList-ai-block01__lead {
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-favoriteList-ai-block01__lead {
    margin-bottom: 30px;
    font-size: 14px;
  }
}

.p-favoriteList-ai-block01__input-area01 {
  display: grid;
  grid-template-columns: 185px 185px 185px 450px;
  gap: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-favoriteList-ai-block01__input-area01 {
    grid-template-columns: 1fr;
    gap: 10px 10px;
    margin-bottom: 10px;
  }
}

.p-favoriteList-ai-block01__age {
  position: relative;
  width: 100%;
  height: 50px;
}

.p-favoriteList-ai-block01__age::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  pointer-events: none;
}

.p-favoriteList-ai-block01__age select {
  width: 100%;
  max-width: 100%;
  height: 50px;
  padding: 10px 22px 10px 15px;
  border: none;
  border-radius: 5px;
  background-color: #096805;
  outline: none;
  appearance: none;
  font-size: 16px;
  text-align: left;
  color: #fff;
}

.p-favoriteList-ai-block01__age select option {
  color: #000;
  background-color: #fff;
}

.p-favoriteList-ai-block01__gender {
  position: relative;
  width: 100%;
  height: 50px;
}

.p-favoriteList-ai-block01__gender::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  pointer-events: none;
}

.p-favoriteList-ai-block01__gender select {
  width: 100%;
  max-width: 100%;
  height: 50px;
  padding: 10px 22px 10px 15px;
  border: none;
  border-radius: 5px;
  background-color: #096805;
  outline: none;
  appearance: none;
  font-size: 16px;
  text-align: left;
  color: #fff;
}

.p-favoriteList-ai-block01__gender select option {
  color: #000;
  background-color: #fff;
}

.p-favoriteList-ai-block01__occupation {
  position: relative;
  width: 100%;
  height: 50px;
}

.p-favoriteList-ai-block01__occupation::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  pointer-events: none;
}

.p-favoriteList-ai-block01__occupation select {
  width: 100%;
  max-width: 100%;
  height: 50px;
  padding: 10px 22px 10px 15px;
  border: none;
  border-radius: 5px;
  background-color: #096805;
  outline: none;
  appearance: none;
  font-size: 16px;
  text-align: left;
  color: #fff;
}

.p-favoriteList-ai-block01__occupation select option {
  color: #000;
  background-color: #fff;
}

.p-favoriteList-ai-block01__area input[type=text] {
  width: 100%;
  max-width: 100%;
  height: 50px;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  outline: none;
  appearance: none;
  font-size: 16px;
}

.p-favoriteList-ai-block01__input-area02-item textarea {
  width: 100%;
  min-height: 120px;
  padding: 13px;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  outline: none;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-favoriteList-ai-block01__input-area02-item textarea {
    padding: 10px;
  }
}

.p-favoriteList-ai-block01__input-area02 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-favoriteList-ai-block01__input-area02 {
    margin-bottom: 30px;
  }
}

.p-favoriteList-ai-block01__output-area01 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-favoriteList-ai-block01__output-area01 {
    margin-bottom: 30px;
  }
}

.p-favoriteList-ai-block01__output-head {
  margin-bottom: 24px;
}

.p-favoriteList-ai-block01__output-title {
  position: relative;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-favoriteList-ai-block01__output-title {
    font-size: 20px;
  }
}

.p-favoriteList-ai-block01__output-arrow {
  position: relative;
  display: block;
  width: 45px;
  height: 20px;
  margin: auto;
}

.p-favoriteList-ai-block01__output-arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.5px);
  width: 3px;
  height: 28px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 50% calc(100% - 1.5px);
  transform: rotate(55deg);
}

.p-favoriteList-ai-block01__output-arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.5px);
  width: 3px;
  height: 28px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 50% calc(100% - 1.5px);
  transform: rotate(-55deg);
}

.p-favoriteList-ai-block01__output-body {
  padding: 30px 30px 0;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-favoriteList-ai-block01__output-body {
    padding: 30px 20px 0;
  }
}

.p-favoriteList-ai-block01__output-heading {
  margin: 0px 0 20px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-favoriteList-ai-block01__output-heading {
    font-size: 18px;
  }
}

.p-favoriteList-ai-block01__output-contents {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gray-light);
}

.p-favoriteList-ai-block01__output-contents:last-of-type {
  border-bottom: none;
}

.p-favoriteList-ai-block01__output-contents :where(p) {
  margin-bottom: 2em;
  font-size: 14px;
  line-height: 1.6;
}

.p-favoriteList-ai-block01__output-contents a {
  color: #096805;
}

.p-favoriteList-ai-block01__memo {
  margin: -32px 0 30px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-favoriteList-ai-block01__memo {
    margin: -15px 0 17px;
  }
}

.p-favoriteList-ai-block01__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  transition: 0.3s;
  position: relative;
  height: 50px;
  margin-inline: auto;
  padding: 10px 20px 12px;
  color: #fff;
  background-color: #096805;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-favoriteList-ai-block01__btn a {
    width: 100%;
    font-size: 16px;
  }
}

.p-favoriteList-ai-block01__btn--limit a {
  background-color: red;
}

.p-favoriteList-ai-block01__btn--disable a {
  background-color: var(--gray-dark);
  cursor: not-allowed;
}

.p-favoriteList-ai-block01__btn--disable a:hover {
  opacity: 1;
}

/* 表示位置を少しずらす */
#favoriteList-ai {
  margin-top: -100px;
  padding-top: 100px;
}

/* この部分は実際は使っていない */
.p-favoriteList-ai-block02__memo {
  margin-bottom: 50px;
  text-align: center;
  color: #044300;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-favoriteList-ai-block02__memo {
    margin-bottom: 50px;
    text-align: left;
  }
}

.p-favoriteList-ai-block02__share {
  padding-bottom: 20px;
}

.p-favoriteList-ai-block02__share .c-share-btn__title {
  background-color: #f5fbf4;
}

.p-favorite-share {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-favorite-share {
    padding-bottom: 30px;
  }
}

.p-favorite-share .c-share-btn__title {
  background-color: #f5fbf4;
}

/* 楽しみ方 AIナビ
--------------------------- */
.p-ai-navi {
  padding-bottom: 50px;
  background-color: #f5fbf4;
}

@media screen and (max-width: 767px) {
  .p-ai-navi {
    padding-bottom: 10px;
  }
}

.p-ai-navi-head {
  margin-bottom: 30px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-head {
    margin-bottom: 40px;
    padding-top: 40px;
  }
}

.p-ai-navi-head__title {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #24aa48;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-head__title {
    margin-bottom: 40px;
    font-size: 22px;
  }
}

.p-ai-navi-block01 {
  position: relative;
  margin: 100px 0 0px;
  padding: 0px 0 50px;
  background: url("../img/favorite/ai-bg01.png") no-repeat 0% 0%, url("../img/favorite/ai-bg02.png") no-repeat 100% 100%;
  background-size: 456px auto, 648px auto;
  background-color: #70BF6C;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-block01 {
    margin: 35px 0 0px;
    padding: 65px 0 15px;
    background-size: 73% auto, 100% auto;
  }
}

.p-ai-navi-block01--pt2 {
  padding-top: 70px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-block01--pt2 {
    margin: 40px 0 30px;
    padding-top: 40px;
  }
}

.p-ai-navi-block01__inner {
  width: 100%;
  max-width: 1050px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-block01__inner {
    padding-inline: 12px;
  }
}

.p-ai-navi-block01__icon {
  position: relative;
  top: -50px;
  left: 0px;
  margin-bottom: -20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-block01__icon {
    position: absolute;
    inset: -35px 0 0;
    height: 80px;
    margin: 0px auto;
  }
}

.p-ai-navi-block01__icon-top {
  display: block;
  margin: auto;
  animation: 3s fuwa infinite;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-block01__icon-top {
    width: 70px;
  }
}

.p-ai-navi-block01__icon-bottom {
  display: block;
  margin: 15px auto 0;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-block01__icon-bottom {
    width: 24px;
  }
}

.p-ai-navi-block01__step {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 2px;
  font-family: "din_b_c", sans-serif;
  color: #0B6805;
  font-size: 26px;
  padding: 6px 18px 0 18px;
  background-color: #fff;
  border-radius: 50px;
  height: 40px;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-block01__step {
    font-size: 16px;
    height: 22px;
    padding: 4px 8px 0 10px;
    top: 1px;
  }
}
}

.p-ai-navi-block01__step--pt2 {
  background-color: #379536;
  color: #fff;
  padding: 5px 15px 0 15px;
}

.p-ai-navi-block01__title {
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
  margin: 0 auto 50px;
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-block01__title {
    /* flex-direction: column; */
    margin-bottom: 28px;
    font-size: 18px;
    gap: 10px;
    letter-spacing: 0.5px;
  }
}

.p-ai-navi-tab-head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 9px;
  list-style-type: none;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-tab-head {
    grid-template-columns: 1fr 1fr;
  }
}

.p-ai-navi-tab-head__item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 10px;
  background-color: #096805;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}

.p-ai-navi-tab-head__item:hover {
  opacity: 0.8;
}

.p-ai-navi-tab-head__item.is-active {
  background-color: #21AA48;
}

.p-ai-navi-btn {
  margin-top: 30px;
}

.p-ai-navi-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 720px;
  height: 80px;
  transition: 0.3s;
  position: relative;
  margin-inline: auto;
  padding: 10px 20px 12px;
  color: #fff;
  background-color: #096805;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-btn a {
    width: 100%;
    height: 60px;
    font-size: 18px;
  }

  .p-ai-navi-tab-head__item {
    height: 55px;
    border-radius: 8px;
    font-size: 15px;
  }
}

.p-ai-navi-btn a.is-disabled {
  /* background-color: #cecece; */
  /* cursor: not-allowed; */
  display: none;
}

.p-ai-navi-tab-body {
  width: 100%;
}

.p-ai-navi-tab-body__memo {
  margin-bottom: 18px;
  font-size: 14px;
  color: #fff;
  line-height: 0;
  text-align: right;
  letter-spacing: 1px;
}

.p-ai-navi-tab-body__table {
  width: 100%;
}

.p-ai-navi-tab-body__table tr {
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-tab-body__table tr {
    flex-direction: column;
  }

  .p-ai-navi-tab-body__memo {
    margin-bottom: 14px;
    font-size: 12px;
  }
}

.p-ai-navi-tab-body__table th {
  width: 240px;
  background-color: #21AA48;
  color: #fff;
  text-align: left;
  font-weight: 500;
  padding: 20px 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-tab-body__table th {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    font-size: 15px;
    padding: 14px 20px;
  }
}

.p-ai-navi-tab-body__table td {
  width: calc(100% - 240px);
  padding: 20px 20px;
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #064300;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-tab-body__table td {
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    line-height: 2.5;
    font-size: 16px;
    padding: 10px 20px 15px;
  }
}

.p-ai-navi-tab-body__table td label {
  margin-right: 22px;
}

.p-ai-navi-tab-body__table td label input[type=radio] {
  position: absolute;
  top: 1px;
  margin-right: 0;
}

.p-ai-navi-tab-body__textarea {
  margin-bottom: 20px;
}

.p-ai-navi-tab-body__textarea textarea {
  width: 100%;
  border-radius: 10px;
}

.p-ai-navi-tab-body__textarea textarea:focus-visible {
  outline: none;
}

.p-ai-navi-tab-body .error-msg {
  margin: 10px 0 0 0;
}

@keyframes fuwa {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

.p-ai-navi-contents {
  background-color: #fff;
  padding: 40px 30px 30px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-contents {
    padding: 30px 20px 30px;
  }

  .p-ai-navi-tab-body__table td label {
    margin-right: 15px;
  }

  .p-ai-navi-tab-body__textarea textarea {
    padding: 9px 12px 9px 12px;
  }

  @keyframes fuwa {

    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-10px);
    }
  }
}

.p-ai-navi-contents__block {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.p-ai-navi-contents__block:last-of-type {
  margin-bottom: 0px;
  border-bottom: none;
}

.p-ai-navi-contents__heading {
  margin: 0px 0 20px;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-contents__heading {
    font-size: 18px;
  }
}

.p-ai-navi-contents__text {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-num-row .p-ai-navi-num {
    justify-content: space-between;
    width: 200px;
  }
}

.p-ai-navi-num {
  display: inline flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  color: #064300;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-num {
    width: 100%;
  }
}

.p-ai-navi-num+.p-ai-navi-num {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-num+.p-ai-navi-num {
    margin: 5px 0 0;
  }
}

.p-ai-navi-num__text {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-num__text {
    width: 64px;
    margin-right: 15px;
  }
}

.p-ai-navi-num__minus {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #064300;
  font-size: 20px;
  padding-bottom: 4px;
  border-radius: 5px;
  cursor: pointer;
}

.p-ai-navi-num__value {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 28px;
  padding-inline: 10px;
  text-align: center;
}

.p-ai-navi-num__plus {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #064300;
  font-size: 20px;
  padding-bottom: 1px;
  border-radius: 5px;
  cursor: pointer;
}

.p-ai-navi-required {
  position: relative;
  top: -2px;
  margin-left: 4px;
  font-size: 14px;
}

.p-ai-navi-sec02 {
  display: none;
}

.p-ai-navi-sec03 {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-sec03 {
    margin-top: 50px;
  }

  .p-ai-navi-required {
    position: relative;
    top: 0px;
    margin-left: 1px;
    font-size: 12px;
  }
}

.p-ai-navi-sec03.is-show {
  display: block !important;
}

.p-ai-navi-btn-reset {
  margin-bottom: 30px;
  margin-top: 30px;
}

.p-ai-navi-btn-reset a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 720px;
  height: 80px;
  transition: 0.3s;
  position: relative;
  margin-inline: auto;
  padding: 10px 20px 12px;
  color: #fff;
  background-color: #096805;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-btn-reset a {
    width: 100%;
    font-size: 18px;
    height: 60px;
  }
}

.p-ai-navi-btn-back {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.p-ai-navi-btn-back a {
  text-decoration: underline;
}

.p-ai-navi-block03 {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-block03 {
    margin-top: 40px;
  }
}

.p-ai-navi-block03 .c-share-btn__title {
  background-color: #f5fbf4;
}

.p-ai-navi-sec03-outer {
  position: relative;
}

.p-ai-navi-loading {
  display: none;
}

.p-ai-navi-loading.is-show {
  display: block;
  position: absolute;
  inset: 0;
  margin: 20px auto;
  text-align: center;
}

.p-ai-navi-messege {
  margin-top: 30px;
}

.p-ai-navi-messege__inner {
  text-align: center;
}

.p-ai-navi-messege__text {
  padding: 20px 40px;
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  letter-spacing: 2px;
  color: #53a54f;
}

.p-ai-navi-messege__text.limit {
  color: #f6798e;
}

.p-ai-navi-sec01.is-disabled,
.p-ai-navi-sec02.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-ai-navi-messege {
    margin-bottom: 60px;
  }

  .p-ai-navi-messege__text {
    font-size: 15px;
  }
}


.p-ai-error-message {
  display: none;
  /* display: block; */
}

.p-ai-error-message.is-show {
  display: block;
}

.p-ai-error-message__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

.p-ai-error-message__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
}

.p-ai-error-message__text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 30px 50px;
  width: fit-content;
  background-color: #fff;
  color: #000000;
  border-radius: 50px;
  z-index: 2;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-ai-error-message__text {
    margin: 20px;
    padding: 20px 20px;
    font-size: 14px;
  }
}

.c-card-park01__btn-navi-link {
  margin-top: 20px;
}

.c-card-park01__btn-navi-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: 0.3s;
  position: relative;
  margin-inline: auto;
  padding: 12px 20px 14px;
  color: #fff;
  background-color: #096805;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .c-card-park01__btn-navi-link {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .c-card-park01__btn-navi-link a {
    padding: 10px 20px 12px;
    font-size: 15px;
    border-radius: 5px;
  }
}

.logo-area {
  text-align: center;
  margin-bottom: 4rem;
}

.logo-area img {
  width: 450px;
}

.logo-area p {
  font-size: 26px;
  margin-top: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .logo-area {
    margin-bottom: 2.5rem;
  }

  .logo-area img {
    width: 350px;
  }

  .logo-area p {
    font-size: 22px;
  }
}