@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;
  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;
  /* スライドショー */
}
.p-front-mv-sp-block01__item {
  position: relative;
  width: 100%;
}
.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-bottom: 90px;
}
.p-front-mv-sp-block01__title {
  margin-bottom: 18px;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-mv-sp-block01__title {
    text-shadow: 0px 0px 5px rgba(61, 62, 68, 0.47);
  }
}
.p-front-mv-sp-block01__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-mv-sp-block01__name {
    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-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.56;
  color: #fff;
}
.p-front-mv-sp-block01__info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-front-mv-sp-block01__address {
  margin-bottom: 0px;
  padding: 1.5px 0 1px 12px;
  background: url("../img/icon-address.png") no-repeat 0% 5px;
  background-size: 7.4px auto;
  font-size: 10px;
  line-height: 1.85;
  letter-spacing: 0.1em;
  opacity: 0.72;
  color: #fff;
}
.p-front-mv-sp-block01__name-small {
  margin-bottom: 0px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  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: 26%;
  left: 20px;
  z-index: 3;
  width: 22px;
  height: 22px;
}
.p-front-mv-sp-block01 .slick-prev:before {
  font-size: 22px;
  opacity: 1;
}
.p-front-mv-sp-block01 .slick-next {
  top: auto;
  bottom: 26%;
  right: 20px;
  z-index: 3;
  width: 22px;
  height: 22px;
}
.p-front-mv-sp-block01 .slick-next:before {
  font-size: 22px;
  opacity: 1;
}
.p-front-mv-sp-block01 .slick-dots {
  bottom: 31%;
}
.p-front-mv-sp-block01 .slick-dots li {
  width: 15px;
  height: 15px;
}
.p-front-mv-sp-block01 .slick-dots li button:before {
  font-size: 10px;
  color: #fff;
  opacity: 1;
}
.p-front-mv-sp-block01 .slick-dots li.slick-active button:before {
  color: #eae209;
  opacity: 1;
}

/* 詳細条件で公園を探す */
.p-front-search {
  padding: 30px 0 100px 0;
  background-color: #effbee;
}
@media screen and (max-width: 767px) {
  .p-front-search {
    padding: 10px 0 35px 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-bottom: 10px;
    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;
  letter-spacing: -0.9px;
  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.63;
  letter-spacing: 0.1em;
  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: 35px;
  }
}
.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: 14px;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 0.1em;
  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-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;
  letter-spacing: -0.035em;
  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;
  letter-spacing: 0.3em;
  text-align: center;
  z-index: 2;
  font-size: 18px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-front-heading01__lead {
    left: -90px;
    width: 332px;
    height: 42px;
    padding: 15px 0 0 92px;
    background: url("../img/front/main-area-title-bg01-sp.png") no-repeat 50% 50%;
    background-size: cover;
    font-size: 13px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-front-heading01__lead--wellness {
    left: -70px;
    padding: 15px 0 0 71px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-heading01__lead--couple {
    left: -110px;
    padding: 15px 0 0 112px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-heading01__lead--pet {
    left: -130px;
    padding: 15px 0 0 132px;
  }
}

/* WELLNESS */
.p-front-wellness {
  padding: 107px 0 20px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-wellness {
    padding: 60px 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: 80px;
  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: 30px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-front-block01__btn {
    margin-top: 20px;
  }
}

/* FAMILY */
.p-front-family {
  padding: 72px 0 20px 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: 85px 0 20px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-friend {
    padding: 40px 0 20px 0;
    overflow: hidden;
  }
}

/* COUPLE */
.p-front-couple {
  padding: 57px 0 20px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-couple {
    padding: 40px 0 20px 0;
    overflow: hidden;
  }
}

/* PET */
.p-front-pet {
  padding: 55px 0 103px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-pet {
    padding: 40px 0 50px 0;
    overflow: hidden;
  }
}

/* SPECIAL FEATURE */
.p-front-feature {
  padding: 120px 0 96px 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: 40px 0 50px 0;
    background: url("../img/front/feature-bg01-sp.webp") no-repeat 50% 0%;
    background-size: cover;
    overflow: hidden;
  }
}
.p-front-feature__btn {
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-front-feature__btn {
    margin-top: 20px;
  }
}

.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: 30px;
  }
}
.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: 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: 80px;
  }
}
.p-front-heading02__title--feature {
  font-size: 138px;
}
@media screen and (max-width: 767px) {
  .p-front-heading02__title--feature {
    font-size: 80px;
  }
}
.p-front-heading02__title--feature > span {
  display: block;
  letter-spacing: -0.03em;
}
.p-front-heading02__lead {
  width: 607px;
  height: 57px;
  margin: 14px auto 75px;
  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;
  letter-spacing: 0.2em;
  text-align: center;
  color: #1a1311;
}
@media screen and (max-width: 767px) {
  .p-front-heading02__lead {
    width: 321px;
    max-width: 100%;
    height: 41px;
    margin: 14px auto 50px;
    padding: 10px 0 0 0;
    background: url("../img/front/heading02-illust02-sp.png") no-repeat 50% 50%;
    background-size: cover;
    font-size: 13px;
  }
}
.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: 219px;
    height: 41px;
    margin: 0 auto 0;
    padding: 10px 0 0 0;
    background: url("../img/front/heading02-illust02-short-sp.png") no-repeat 50% 50%;
    background-size: cover;
  }
}
.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: 280px;
    height: 41px;
    margin: 0 auto 0;
    padding: 10px 0 0 0;
    background: url("../img/front/heading02-illust02-medium-sp.png") no-repeat 50% 50%;
    background-size: cover;
  }
}

.p-front-event {
  padding: 73px 0 104px 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: 60px 0 50px 0;
    background: url("../img/front/event-bg01-sp.png") no-repeat 50% 0%;
    background-size: cover;
  }
}
.p-front-event__btn {
  padding-top: 45px;
  text-align: right;
}

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

/* PARK MOVIE */
.p-front-movie {
  padding: 90px 0 90px 0;
  background: url("../img/front/movie-bk01.png") no-repeat 50% 50%;
  background-size: 1600px auto;
  background-color: #EFFBEE;
}
@media screen and (max-width: 767px) {
  .p-front-movie {
    background: url("../img/front/movie-bk01-sp.png") no-repeat 100% 50%;
    background-size: cover;
  }
}

.p-front-movie-block01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 50px;
  margin-bottom: 35px;
}
@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;
  letter-spacing: 0.1em;
  color: #888888;
}

/* TOKYO DOCTORS */
.p-front-doctors {
  position: relative;
  padding: 90px 0 130px 0;
  background-color: #dbedf9;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-front-doctors {
    padding: 70px 0 100px 0;
  }
}
.p-front-doctors::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 485px;
  background-color: #1baae8;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-front-doctors::before {
    height: calc(100% - 400px);
  }
}
.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: 17px;
  }
}
.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: 65px 0px 40px;
}
@media screen and (max-width: 767px) {
  .l-common-searched-list__inner {
    padding: 5px 0;
  }
}
.l-common-searched-list__content {
  margin-bottom: 27px;
}
@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;
    font-size: 14px;
    padding: 23px 0 25px 24px;
    background-position: 0 24.5px;
    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 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .l-common-searched-list__list > li {
    font-size: 13px;
  }
}
.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;
    font-size: 13px;
  }
  .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: 15px;
  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__btn-area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 15px;
  margin-bottom: 28px;
}
.p-park-list-search__btn {
  width: 100%;
  max-width: 360px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-park-list-search__btn {
    max-width: 100%;
  }
}
.p-park-list-search__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  height: 50px;
  padding: 0 10px 3px 10px;
  color: #fff;
  background-color: #0B6805;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none !important;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .p-park-list-search__btn a {
    height: 45px;
    padding: 0 34px 0px 20px;
    justify-content: flex-start;
    font-size: 13px;
  }
}
.p-park-list-search__btn--on a {
  background-color: #f7ac2e;
}
.p-park-list-search__btn--coming-soon a {
  background-color: #23adff;
}
.p-park-list-search__btn--end a {
  background-color: #9ea4a0;
}
.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;
  border: 2px solid #6FBF6C;
  background-color: #EFFBEE;
}
@media screen and (max-width: 767px) {
  .p-park-list-search__free-search-text {
    top: 0;
    width: calc(100% - 10px - 60px);
    height: 45px;
    padding: 10px 15px;
  }
}
.p-park-list-search__free-search-text::placeholder {
  font-size: 18px;
  color: #A2CDA0;
}
@media screen and (max-width: 767px) {
  .p-park-list-search__free-search-text::placeholder {
    font-size: 13px;
  }
}
.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;
    height: 45px;
    margin-left: 6px;
    padding: 10px 10px 12px;
    font-size: 13px;
  }
}

.p-park-list-head {
  margin-bottom: 65px;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-park-list-head {
    margin-bottom: 55px;
    padding-top: 35px;
  }
}
.p-park-list-head__title {
  padding: 0 0 15px 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #24AA48;
}
@media screen and (max-width: 767px) {
  .p-park-list-head__title {
    padding: 0 0 7px 0;
    font-size: 25px;
  }
}
.p-park-list-head__record {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: #1a1311;
}
@media screen and (max-width: 767px) {
  .p-park-list-head__record {
    font-size: 13px;
  }
}

.p-park-list-block01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 25px;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .p-park-list-block01 {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 12px;
    margin-bottom: 70px;
  }
}
.p-park-list-block01__item .c-card-park01 {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}

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

.p-event-list-search {
  margin-bottom: 20px;
  background-color: #379536;
  padding: 40px 0 45px 0;
}
@media screen and (max-width: 767px) {
  .p-event-list-search {
    padding: 20px 10px;
  }
}
.p-event-list-search__btn-area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1px 15px;
  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;
  background-color: #0B6805;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  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 50px;
    border-radius: 0;
    justify-content: flex-start;
  }
}
.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__free-search {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-event-list-search__free-search {
    width: 100%;
    padding-top: 20px;
  }
}
.p-event-list-search__free-search-text {
  position: relative;
  width: 658px;
  height: 50px;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  border: 2px solid #6FBF6C;
  background-color: #EFFBEE;
}
@media screen and (max-width: 767px) {
  .p-event-list-search__free-search-text {
    top: 0.5px;
    width: calc(100% - 20px - 60px);
  }
}
.p-event-list-search__free-search-text::placeholder {
  font-size: 18px;
  color: #A2CDA0;
}
@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: 70px;
    margin-left: 6px;
    padding: 10px 10px 12px;
    border-radius: 3px;
  }
}

.p-event-list-head {
  margin-bottom: 65px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-event-list-head {
    margin-bottom: 50px;
    padding-top: 35px;
  }
}
.p-event-list-head__title {
  padding: 0px 0 15px 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: #24AA48;
}
@media screen and (max-width: 767px) {
  .p-event-list-head__title {
    padding: 0px 0 12px 0;
    font-size: 23px;
  }
}
.p-event-list-head__record {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: #1a1311;
}
@media screen and (max-width: 767px) {
  .p-event-list-head__record {
    font-size: 13px;
  }
}

.p-event-list-block01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 45px;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .p-event-list-block01 {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 45px;
    margin-bottom: 80px;
  }
}
.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-bottom: 70px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-park-detail-head {
    margin-bottom: 45px;
    padding-top: 35px;
  }
}
.p-park-detail-head__title {
  padding: 0px 0 10px 0;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-align: center;
  color: #24AA48;
}
@media screen and (max-width: 767px) {
  .p-park-detail-head__title {
    padding: 0px 0 3px 0;
    font-size: 23px;
  }
}
.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;
  letter-spacing: 0.1em;
  text-align: center;
  color: #1a1311;
}
@media screen and (max-width: 767px) {
  .p-park-detail-head__address {
    padding: 2px 0 2px 22px;
    background-size: 12px auto;
    font-size: 13px;
  }
}

.p-park-detail-mv__time {
  margin-bottom: 20px;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: right;
  color: #379536;
}

.p-park-detail-mv-slider {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-park-detail-mv-slider {
    overflow: hidden;
  }
}
.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 .slick-slide {
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-park-detail-mv-slider__imgs .slick-slide {
    padding: 0 0;
  }
}
.p-park-detail-mv-slider__imgs .slick-slide[tabindex="-1"] {
  position: relative;
}
.p-park-detail-mv-slider__imgs .slick-slide[tabindex="-1"]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 42.3px);
  background-color: #fff;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-park-detail-mv-slider__imgs .slick-slide[tabindex="-1"]::after {
    display: none;
  }
}
.p-park-detail-mv-slider__imgs .slick-slide[tabindex="-1"] img {
  position: relative;
  display: block;
}
.p-park-detail-mv-slider__imgs .slick-slide img {
  width: 100%;
  transition: 0.1s;
}
.p-park-detail-mv-slider__imgs .slick-prev {
  left: 20%;
  z-index: 666;
  width: 50px;
  height: 50px;
  background: url("../img/park-detail/icon-lt.png") no-repeat 50% 50%;
  background-size: cover;
  transition: 0.3s ease;
}
.p-park-detail-mv-slider__imgs .slick-prev:hover, .p-park-detail-mv-slider__imgs .slick-prev:focus {
  opacity: 0.7;
  background: url("../img/park-detail/icon-lt.png") no-repeat 50% 50%;
  background-size: cover;
}
.p-park-detail-mv-slider__imgs .slick-prev:before {
  display: none;
  font-size: 40px;
}
.p-park-detail-mv-slider__imgs .slick-next {
  right: 20%;
  z-index: 666;
  width: 50px;
  height: 50px;
  background: url("../img/park-detail/icon-gt.png") no-repeat 50% 50%;
  background-size: cover;
  transition: 0.3s ease;
}
.p-park-detail-mv-slider__imgs .slick-next:hover, .p-park-detail-mv-slider__imgs .slick-next:focus {
  opacity: 0.7;
  background: url("../img/park-detail/icon-gt.png") no-repeat 50% 50%;
  background-size: cover;
}
.p-park-detail-mv-slider__imgs .slick-next:before {
  display: none;
  font-size: 40px;
}
.p-park-detail-mv-slider__favorite-wrap {
  position: absolute;
  top: 15px;
  left: 28px;
  width: 40px;
  height: 40px;
  opacity: 0.85;
  background-color: #fff;
  border-radius: 100px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-park-detail-mv-slider__favorite-wrap {
    top: 12px;
    left: 10px;
    width: 40px;
    height: 40px;
  }
}
.p-park-detail-mv-slider__text {
  padding: 10px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #1a1311;
}
@media screen and (max-width: 767px) {
  .p-park-detail-mv-slider__text {
    padding: 13px 20px 10px;
    text-align: left;
    font-size: 13px;
    line-height: 1.54;
  }
}
.p-park-detail-mv-slider__favorite {
  all: unset;
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: url("../img/icon-favorite-off.png") no-repeat 50% 11.5px;
  background-size: 23px auto;
}
@media screen and (max-width: 767px) {
  .p-park-detail-mv-slider__favorite {
    width: 40px;
    height: 40px;
    background-position: 50% 11px;
    background-size: 22px auto;
  }
}
.p-park-detail-mv-slider__favorite.is-active {
  background: url("../img/icon-favorite-on.png") no-repeat 50% 11.5px;
  background-size: 23px auto;
}
@media screen and (max-width: 767px) {
  .p-park-detail-mv-slider__favorite.is-active {
    background-position: 50% 11px;
    background-size: 23px auto;
  }
}
.p-park-detail-mv-slider__thumbs-list {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-park-detail-mv-slider__thumbs-list {
    margin-inline: -6px;
  }
  .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-list .slick-prev,
  .p-park-detail-mv-slider__thumbs-list .slick-next {
    top: calc(50% - 7px);
    width: 58px;
    height: 58px;
    z-index: 3;
  }
  .p-park-detail-mv-slider__thumbs-list .slick-prev {
    left: -15px;
  }
  .p-park-detail-mv-slider__thumbs-list .slick-next {
    right: -15px;
  }
  .p-park-detail-mv-slider__thumbs-list .slick-prev:before,
  .p-park-detail-mv-slider__thumbs-list .slick-next:before {
    display: block;
    width: 58px;
    height: 58px;
    opacity: 1;
    color: transparent;
  }
  .p-park-detail-mv-slider__thumbs-list .slick-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-list .slick-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-list .slick-prev.slick-disabled:before,
  .p-park-detail-mv-slider__thumbs-list .slick-next.slick-disabled:before {
    opacity: 0;
  }
}
.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 {
    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-index {
  padding: 50px 0 85px 0;
}
@media screen and (max-width: 767px) {
  .p-park-detail-index {
    padding: 50px 0 20px 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;
  letter-spacing: 0.1em;
  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 0;
}
@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 0;
}
@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: calc(100% - 54px);
  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: 124px;
  padding-right: 15px;
  font-family: "din_l_c", sans-serif;
  font-size: 30px;
  font-stretch: condensed;
  line-height: 1.47;
  letter-spacing: -0.03em;
  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.29;
}
.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;
  letter-spacing: 0.1em;
  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.67;
  }
}

.p-park-detail-sec01 {
  padding: 150px 0 0 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-park-detail-sec01 {
    padding: 125px 0 0 0;
    overflow: hidden;
  }
}

.p-park-detail-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 80px;
  position: relative;
}
.p-park-detail-block01:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-park-detail-block01:nth-child(even) {
    flex-direction: row;
  }
}
.p-park-detail-block01__imgs {
  position: sticky;
  top: 80px;
  left: 0;
  width: 42%;
}
@media screen and (max-width: 767px) {
  .p-park-detail-block01__imgs {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 53px;
  }
}
.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: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-park-detail-block01__lead01 {
    padding-bottom: 14px;
    border-bottom: 4px dotted #000;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-park-detail-block01__lead01 > span {
    display: block;
    padding-top: 4px;
  }
}
.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;
  letter-spacing: -0.035em;
}
@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.88;
  letter-spacing: 0.1em;
}
@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.65;
  }
}
.p-park-detail-block01__text {
  line-height: 1.88;
  letter-spacing: 0.1em;
}

.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:has(> .p-park-detail-sec02__area01) {
  padding: 60px 0 150px 0;
  background: url("../img/park-detail/park-movie-bk01.png") no-repeat 50% 95px;
  background-size: 818px auto;
  background-color: #fff;
}
.p-park-detail-sec02__title {
  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;
  letter-spacing: -0.035em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-park-detail-sec02__title {
    font-size: 90px;
    line-height: 1;
    margin-bottom: 35px;
  }
}
.p-park-detail-sec02__lead {
  position: relative;
  width: fit-content;
  margin: 0px auto 80px auto;
  padding: 0 60px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-park-detail-sec02__lead {
    display: none;
  }
}
.p-park-detail-sec02__lead::before {
  content: "･･･";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 20px;
}
.p-park-detail-sec02__lead::after {
  content: "･･･";
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 20px;
  text-align: right;
}
.p-park-detail-sec02__movies {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 50px;
  margin-bottom: 35px;
}
@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: 5px;
  font-family: "din_ul_c", sans-serif;
  font-weight: 200;
  font-stretch: condensed;
  font-size: 45px;
  letter-spacing: -0.03em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-park-detail-sec02__movie-cat {
    font-size: 32px;
  }
}
.p-park-detail-sec02__movie-memo {
  margin-bottom: 130px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #888888;
}

.p-park-detail-banners__memo {
  margin-bottom: 5px;
  color: #888888;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-park-detail-banners__memo {
    font-size: 11px;
  }
}
.p-park-detail-banners__inner {
  padding: 40px 0;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .p-park-detail-banners__inner {
    padding: 60px 0;
  }
}

.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: 100px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .p-park-detail-park-info {
    padding: 80px 0 65px 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;
  letter-spacing: -0.035em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-park-detail-park-info__title {
    margin-bottom: 10px;
    font-size: 90px;
    line-height: 0.83;
  }
}
.p-park-detail-park-info__lead {
  position: relative;
  width: fit-content;
  margin: 0px auto 80px auto;
  padding: 0 60px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-park-detail-park-info__lead {
    margin: 0px auto 55px auto;
  }
}
.p-park-detail-park-info__lead::before {
  content: "･･･";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 20px;
}
.p-park-detail-park-info__lead::after {
  content: "･･･";
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 20px;
  text-align: right;
}
.p-park-detail-park-info__map {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-park-detail-park-info__map {
    margin-bottom: 80px;
  }
}
.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: 80px;
}
@media screen and (max-width: 767px) {
  .p-park-detail-park-info__info-area {
    margin-bottom: 55px;
  }
}

.p-park-detail-effect {
  padding: 100px 0 100px 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: 100px 0 120px 0;
    background: url("../img/park-detail/effect-bg01-sp.png") no-repeat 50% 0%;
    background-size: cover;
  }
}
.p-park-detail-effect__title {
  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;
  letter-spacing: -0.035em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-park-detail-effect__title {
    font-size: 90px;
    line-height: 1;
    margin-bottom: 35px;
  }
}
.p-park-detail-effect__lead {
  position: relative;
  width: fit-content;
  margin: 0px auto 45px auto;
  padding: 0 60px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-park-detail-effect__lead {
    font-size: 18px;
  }
}
.p-park-detail-effect__lead::before {
  content: "･･･";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .p-park-detail-effect__lead::before {
    top: 27%;
  }
}
.p-park-detail-effect__lead::after {
  content: "･･･";
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-park-detail-effect__lead::after {
    top: 27%;
  }
}
@media screen and (max-width: 767px) {
  .p-park-detail-effect__lead > span {
    display: block;
  }
}
.p-park-detail-effect__table {
  border: none;
  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: 1px solid #92C5DB;
  border-bottom: 1px 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: 1px 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;
  }
}
@media screen and (max-width: 767px) {
  .p-park-detail-effect__list li {
    background-color: #1caae8;
    color: #fff;
  }
}

.p-park-detail-recommend-park {
  padding: 70px 0 110px 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: 60px 0 70px 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;
  letter-spacing: 0.2em;
  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: 95px;
}
@media screen and (max-width: 767px) {
  .p-park-detail-recommend-park-block01 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }
}
.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;
  letter-spacing: 0.1em;
  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: 30px 0;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .p-park-detail-recommend-park-block02__list li {
    display: inline;
    line-height: 2.3;
  }
}
.p-park-detail-recommend-park-block02__list li::before {
  display: inline;
  content: "●";
  position: relative;
  top: 0;
  left: -6px;
  width: 0;
  height: 0;
  color: #70bf6c;
}

/* お気に入りリスト
--------------------------- */
.p-favorit-list {
  background-color: #f5fbf4;
}

.p-favorit-list-head {
  margin-bottom: 80px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-favorit-list-head {
    margin-bottom: 45px;
    padding-top: 45px;
  }
}
.p-favorit-list-head__title {
  margin-bottom: 45px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-align: center;
  color: #24aa48;
}
@media screen and (max-width: 767px) {
  .p-favorit-list-head__title {
    margin-bottom: 45px;
    font-size: 25px;
  }
}
.p-favorit-list-head__lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.94;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-favorit-list-head__lead {
    margin-bottom: 15px;
    font-size: 13px;
    text-align: left;
  }
}
.p-favorit-list-head__memo {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  color: #9c9c9c;
}
@media screen and (max-width: 767px) {
  .p-favorit-list-head__memo {
    line-height: 1.83;
    text-align: left;
  }
}

.p-favorit-list-block01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 25px;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .p-favorit-list-block01 {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 12px;
    margin-bottom: 80px;
  }
}
.p-favorit-list-block01__item .c-card-park01 {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}

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

.p-special-list-head {
  margin-bottom: 80px;
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-special-list-head {
    margin-bottom: 50px;
    padding-top: 35px;
  }
}
.p-special-list-head__title {
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-align: center;
  color: #24aa48;
}
@media screen and (max-width: 767px) {
  .p-special-list-head__title {
    margin-bottom: 4px;
    font-size: 23px;
  }
}
.p-special-list-head__record {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: #1a1311;
}
@media screen and (max-width: 767px) {
  .p-special-list-head__record {
    font-size: 13px;
  }
}

.p-special-list-block01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 45px;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .p-special-list-block01 {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 45px;
    margin-bottom: 70px;
  }
}
.p-special-list-block01__item .c-card-feature01__title {
  padding-inline: 5px;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0;
}

/* 公園特集 詳細ページ
--------------------------- */
.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: 45px 0 80px 0;
  background-color: #fff;
  padding: 50px 0 75px 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: 50px 0 80px 0;
    background-color: transparent;
    padding: 0px 0 30px 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: 60px;
}
@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;
  letter-spacing: 0.1em;
  color: #a2a2a2;
}
@media screen and (max-width: 767px) {
  .p-special-detail-head__time {
    font-size: 13px;
  }
}
.p-special-detail-head__title {
  margin-bottom: 60px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-special-detail-head__title {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 1.5;
  }
}

.p-special-detail-mv {
  margin-bottom: 60px;
}
@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.88;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-special-detail-lead {
    font-size: 14px;
    line-height: 2.14;
  }
}

.p-special-detail-heading01 {
  margin: 140px 0 90px 0;
  padding: 11px 20px 13px 40px;
  border-radius: 5px;
  border-left: 15px solid #70bf6c;
  background-color: #379536;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-special-detail-heading01 {
    margin: 90px 0 60px 0;
    padding: 11px 20px 13px 22px;
    border-left: 8px solid #70bf6c;
    font-size: 18px;
  }
}

.p-special-detail-heading02 {
  position: relative;
  margin: 90px 0 40px 0;
  padding: 3px 20px 5px 37px;
  border-bottom: 2px solid #1a1311;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-special-detail-heading02 {
    margin: 60px 0 35px 0;
    padding: 3px 20px 7px 20px;
    border-bottom: 2px solid #1a1311;
    font-size: 16px;
  }
}
.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: 40px 0 15px 0;
  padding: 0px 20px 0px 23px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-special-detail-heading03 {
    margin: 35px 0 15px 0;
    font-size: 15px;
  }
}
.p-special-detail-heading03::before {
  content: "";
  position: absolute;
  top: 8.5px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #70bf6c;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .p-special-detail-heading03::before {
    top: 6.5px;
  }
}

.p-special-detail-text {
  margin-bottom: 25px;
  line-height: 1.88;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-special-detail-text {
    margin-bottom: 35px;
  }
}

.p-special-detail-img {
  margin: 15px 0 25px 0;
}
.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: 70px 0 110px 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: 60px 0 70px 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;
  letter-spacing: 0.2em;
  text-align: center;
}
.p-special-detail-relation__btn {
  text-align: right;
}

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

.p-special-detail-pick-up {
  padding: 70px 0 110px 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: 60px 0 70px 0;
    background: url("../img/local-park-bg01-sp.webp") no-repeat 10% 0%;
    background-size: cover;
  }
}
.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-bottom: 55px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-special-detail-pick-up__lead {
    font-size: 20px;
  }
}
.p-special-detail-pick-up__btn {
  text-align: right;
}

.p-special-detail-pick-up-block01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 26px;
  margin-bottom: 25px;
}
@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;
}

.p-event-detail-content {
  margin: 65px 0 160px 0;
  background-color: #fff;
  padding: 50px 0 75px 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: 50px 0 160px 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: 75px;
}
@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.6;
  letter-spacing: 0.1em;
  color: #a2a2a2;
}
@media screen and (max-width: 767px) {
  .p-event-detail-head__time {
    margin-bottom: 6px;
    font-size: 13px;
  }
}
.p-event-detail-head__title {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-event-detail-head__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
}
.p-event-detail-head__term {
  margin-bottom: 10px;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  color: #339ecc;
}
@media screen and (max-width: 767px) {
  .p-event-detail-head__term {
    margin-bottom: 7px;
    font-size: 15px;
  }
}
.p-event-detail-head__place {
  margin-bottom: 5px;
  padding: 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.67;
  letter-spacing: 0.75px;
}
@media screen and (max-width: 767px) {
  .p-event-detail-head__place {
    margin-bottom: 7px;
  }
}
.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: 7px;
  }
}
.p-event-detail-head__area {
  padding: 0 0 0 22px;
  background: url("../img/icon-address.png") no-repeat 0% 4px;
  background-size: 13px auto;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.67;
  letter-spacing: 0.75px;
}
@media screen and (max-width: 767px) {
  .p-event-detail-head__area {
    width: 100%;
    padding: 0 0 0 16px;
    background-size: 9px auto;
    font-size: 12px;
    font-weight: 400;
  }
}
.p-event-detail-head__station {
  padding: 0 0 0 22px;
  background: url("../img/icon-train.png") no-repeat 0% 4px;
  background-size: 12px auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.67;
  letter-spacing: 0.75px;
}
@media screen and (max-width: 767px) {
  .p-event-detail-head__station {
    width: 100%;
    padding: 0 0 0 16px;
    background-size: 10px auto;
    font-size: 12px;
  }
}
.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;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-event-detail-head__status {
    font-size: 14px;
  }
}
.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: 60px;
}
@media screen and (max-width: 767px) {
  .p-event-detail-mv {
    margin-bottom: 35px;
  }
}
.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: 80px;
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-event-detail-lead {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 2.14;
  }
}

.p-event-detail-heading01 {
  position: relative;
  margin: 35px 0 10px 0;
  padding: 0px 20px 0px 23px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-event-detail-heading01 {
    margin: 35px 0 10px 0;
    padding: 0px 20px 0px 23px;
    font-size: 15px;
  }
}
.p-event-detail-heading01::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #379536;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .p-event-detail-heading01::before {
    top: 7px;
  }
}

.p-event-detail-heading02 {
  position: relative;
  margin: 80px 0 22px 0;
  padding: 0px 20px 0px 26px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@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.88;
  letter-spacing: 0.1em;
}

.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.88;
}
@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.88;
}
@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: 75px 0 100px 0;
  background-color: #effbee;
}
@media screen and (max-width: 767px) {
  .p-event-detail-relation {
    padding: 60px 0 70px 0;
  }
}
.p-event-detail-relation__btn {
  text-align: right;
}

.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: 40px;
    margin-bottom: 50px;
  }
}
.p-event-detail-relation-block01 .c-card-event01__row {
  justify-content: space-between;
  align-items: flex-end;
}
.p-event-detail-relation-block01 .c-card-event01__place {
  margin-bottom: 10px;
}
.p-event-detail-relation-block01 .c-card-event01__time {
  font-size: 11px;
}

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

.p-search-head {
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-search-head {
    padding-top: 30px;
  }
}
.p-search-head__title {
  margin-bottom: 80px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-align: center;
  color: #24aa48;
}
@media screen and (max-width: 767px) {
  .p-search-head__title {
    margin-bottom: 50px;
    font-size: 25px;
  }
}

.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: 20px 20px 20px 20px;
    border-radius: 10px;
  }
}

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

.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: 8px 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;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-search-list__item > label {
    padding: 7px 15px 8px;
    font-size: 14px;
  }
}
.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 {
  background-color: #24AA49;
  color: #fff;
  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;
  letter-spacing: 0.05em;
  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;
  letter-spacing: 0.05em;
  color: #1a1311;
}
@media screen and (max-width: 767px) {
  .p-search-heading02 {
    margin: 30px 0 -10px 0;
    font-size: 15px;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .p-search-freeword {
    margin-top: 22px;
  }
}
.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;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-search-freeword__input {
    margin-bottom: 20px;
    padding: 10px 15px;
    font-size: 13px;
  }
}
.p-search-freeword__input::placeholder {
  color: #A2CDA0;
}

.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;
  letter-spacing: 0.1em;
  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: 35px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-align: center;
  color: #24aa48;
}
@media screen and (max-width: 767px) {
  .p-kiyaku-head__title {
    font-size: 25px;
    margin-bottom: 50px;
  }
}

.p-kiyaku-heading01 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-kiyaku-heading01 {
    margin-bottom: 12px;
    font-size: 14px;
  }
}

.p-kiyaku-text {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-kiyaku-text {
    font-size: 12px;
    line-height: 1.67;
  }
}

.p-kiyaku-list {
  margin-bottom: 15px;
  padding-left: 40px;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-kiyaku-list {
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.67;
  }
}

/* プライバシーポリシー
--------------------------- */
.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: 35px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-align: center;
  color: #24aa48;
}
@media screen and (max-width: 767px) {
  .p-privacy-head__title {
    font-size: 25px;
    margin-bottom: 50px;
  }
}

.p-privacy-heading01 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.88;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-privacy-heading01 {
    margin-bottom: 12px;
    font-size: 14px;
  }
}

.p-privacy-heading02 {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.88;
  letter-spacing: 0.1em;
}

.p-privacy-text {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-privacy-text {
    font-size: 12px;
    line-height: 1.67;
  }
}

.p-privacy-list {
  margin-bottom: 15px;
  padding-left: 40px;
  font-size: 14px;
  line-height: 1.86;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-privacy-list {
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.67;
  }
}

/* お問合せ
--------------------------- */
.p-inquiry {
  position: relative;
  padding-bottom: 160px;
  background-color: #effbee;
}
@media screen and (max-width: 767px) {
  .p-inquiry {
    padding-bottom: 100px;
  }
}

.p-inquiry-head {
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-inquiry-head {
    padding-top: 45px;
  }
}
.p-inquiry-head__title {
  margin-bottom: 80px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-align: center;
  color: #24aa48;
}
@media screen and (max-width: 767px) {
  .p-inquiry-head__title {
    margin-bottom: 55px;
    font-size: 25px;
    line-height: 1.6;
  }
}

.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.88;
  letter-spacing: 0.1em;
  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 .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;
  letter-spacing: 0.6px;
  text-align: center;
  color: #fff;
}

.acceptance-text {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.acceptance-text > a {
  color: #24aa48;
  text-decoration: underline;
}
.acceptance-text > a:hover {
  text-decoration: none;
  opacity: 1;
}

.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;
  letter-spacing: 0.1em;
  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: 80px;
  }
}
.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.88;
  letter-spacing: 0.1em;
  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: 1fr 1fr;
  gap: 20px 30px;
}
@media screen and (max-width: 767px) {
  .p-confirm-form-submit-area {
    gap: 15px;
  }
}

/* 完了画面 */
.p-thanks-head {
  margin: 85px 0 130px 0;
}
@media screen and (max-width: 767px) {
  .p-thanks-head {
    margin: 5px 0 0px 0;
  }
}

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

.p-thanks-text {
  margin-bottom: 160px;
  font-size: 22px;
  font-weight: bold;
  line-height: 2.05;
  letter-spacing: 0.05em;
  text-align: center;
  color: #24aa48;
}
@media screen and (max-width: 767px) {
  .p-thanks-text {
    width: 315px;
    margin: 0 auto 45px;
    font-size: 13px;
    line-height: 1.92;
    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: 80px 0 170px 0;
    background: url("../img/about/kv-bg03-sp.png") no-repeat 50% 20px, url("../img/about/kv-bg02-sp.png") 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-family: "Zen Maru Gothic", sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: 0.1em;
  text-align: center;
  color: #24aa49;
}
@media screen and (max-width: 767px) {
  .p-about-kv__heading {
    margin-bottom: 45px;
    font-size: 20px;
  }
}
.p-about-kv__text-wrap {
  width: 100%;
  max-width: 893px;
  margin-inline: auto;
}
.p-about-kv__text {
  margin-bottom: 1.8em;
  font-weight: bold;
  line-height: 2.19;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-about-kv__text {
    font-size: 13px;
    line-height: 1.92;
  }
}

/* 利用シーンに合わせて楽しみ方を提案 */
.p-about-sec01 {
  padding: 100px 0 50px 0;
}
@media screen and (max-width: 767px) {
  .p-about-sec01 {
    padding: 100px 0 0px 0;
  }
}
.p-about-sec01__title {
  position: relative;
  width: fit-content;
  margin: 0 auto 110px;
  padding-top: 115px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: 0.1em;
  text-align: center;
  color: #138213;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-about-sec01__title {
    margin: 0 auto 65px;
    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-wrap: wrap;
    gap: 20px 50px;
    margin: 0 auto 50px;
  }
}
.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: row;
  }
}
.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;
  letter-spacing: -0.035em;
}
@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-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: 0.1em;
  color: #24aa49;
}
@media screen and (max-width: 767px) {
  .p-about-sec01-block01__title {
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.p-about-sec01-block01__title::before {
  content: "";
  position: absolute;
  top: 20px;
  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.88;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-about-sec01-block01__text {
    font-size: 13px;
    line-height: 1.92;
  }
}

.p-about-sec02 {
  padding: 50px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .p-about-sec02 {
    overflow: hidden;
    padding: 100px 0 0px 0;
  }
}
.p-about-sec02__title {
  position: relative;
  margin: 0 auto 65px;
  padding-top: 115px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: 0.1em;
  text-align: center;
  color: #138213;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-about-sec02__title {
    padding-top: 80px;
    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 {
  margin-bottom: 10px;
  padding: 0 0 2px 42px;
  background: url("../img/about/icon-search.png") no-repeat 0% 8px;
  background-size: 32px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-about-sec02-block01__list li {
    margin-bottom: 20px;
    padding: 0 0 2px 38px;
    background-position: 0 1px;
    background-size: 25px;
  }
}
.p-about-sec02-block01__list li > strong {
  padding: 2px 6px;
  font-size: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about-sec02-block01__list li > strong {
    font-size: 16px;
  }
}
.p-about-sec02-block01__list li > strong::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 2px;
  width: calc(100% - 4px);
  height: 50%;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  background-image: linear-gradient(to bottom, #ecff00, #ecff00);
}

.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: 150px 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-family: "Zen Maru Gothic", sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: 0.1em;
  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.88;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-about-sec03-block01__text p {
    font-size: 13px;
    line-height: 1.92;
  }
}
.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.88;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 375px) {
  .p-about-sec03-block01__sign {
    font-size: 13px;
  }
}
.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-family: "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.86;
  letter-spacing: 0.1em;
  text-align: center;
  color: #24aa49;
}
@media screen and (max-width: 767px) {
  .p-about-sec04-block01__title {
    font-size: 20px;
    line-height: 1.65;
  }
}
@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.88;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-about-sec04-block02__title {
    font-size: 15px;
  }
}
.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;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-about-sec04-block02__list li {
    margin-bottom: 20px;
    font-size: 13px;
  }
}
.p-about-sec04-block02__list li > a {
  color: #349ECC;
}
@media screen and (max-width: 767px) {
  .p-about-sec04-block02__list li > a {
    display: block;
  }
}
