@charset "UTF-8";
/*--------------------------------------------------------------
>>>　CMS関連のスタイルシート（single & archive）
----------------------------------------------------------------*/
/*
  utility
-----------------------------------------------------*/
.u-font-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

/*
  CMS 共通パーツ
-----------------------------------------------------*/
.c-areacat__link {
  display: inline-block;
  font-size: calc(13 / 16 * 1rem);
  border-radius: 1rem;
  border: 1px solid;
  color: #01654D;
  padding: 0 0.75rem;
  line-height: 29px;
  margin-right: 0.25rem;
}
.c-areacat__link.off-season, .c-areacat__link.-off-season, .c-areacat__link.-limit, .c-areacat__link.limit, .c-areacat__link.holiday, .c-areacat__link.-holiday {
  background-color: #01654D;
  color: #fff;
}
.c-areacat__link.snack, .c-areacat__link.shop, .c-areacat__link.restaurant, .c-areacat__link.-snack, .c-areacat__link.-shop, .c-areacat__link.-restaurant {
  background-color: #E9F4C0;
  border-color: #E9F4C0;
}
.c-areacat__link.eat, .c-areacat__link.-eat {
  display: none;
}
.c-areacat__link.-pause, .c-areacat__link.pause {
  background-color: #1F2E1D;
  color: #fff;
  line-height: 1.6;
  padding: 0.25em 0.75em 0.25em 1em;
  letter-spacing: 0.2em;
  border-radius: 4px;
}

.modal__content {
  max-width: 580px;
}

.slick-slider {
  display: none;
}

.slick-slider.slick-initialized {
  display: block;
}

.slide-items {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slide-items.slick-initialized {
  opacity: 1;
}

/*
  single
-----------------------------------------------------*/
body #content.cms-single-content {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  body #content.cms-single-content {
    margin-top: 1.25rem;
  }
}
body #content.cms-single-content .mb100 {
  margin-bottom: calc(100 / 16 * 1rem);
}
@media (max-width: 767px) {
  body #content.cms-single-content .mb100 {
    margin-bottom: 3.5rem;
  }
}
body #content.cms-single-content .mb40 {
  margin-bottom: calc(40 / 16 * 1rem);
}
@media (max-width: 767px) {
  body #content.cms-single-content .mb40 {
    margin-bottom: 2rem;
  }
}
body #content.cms-single-content .c-table-general tr > td:first-child {
  width: 144px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  body #content.cms-single-content .c-table-general tr > td:first-child {
    min-width: 90px;
    width: 90px;
  }
}
body #content.cms-single-content .entry-cat {
  margin-top: 0;
}
body #content.cms-single-content .c-cmsbtn:not(.cms-sidebar-btn) {
  margin-top: 8.5rem;
}
@media (max-width: 767px) {
  body #content.cms-single-content .c-cmsbtn:not(.cms-sidebar-btn) {
    margin-top: 2.8rem;
  }
}
body #content.cms-single-content .cms-txt {
  line-height: 1.75;
}
body #content.cms-single-content .cms-txt:first-of-type {
  margin-top: 4em;
  margin-bottom: 4em;
}
body #content.cms-single-content .cms-txt .c-btn {
  margin-bottom: 3em;
}

.single-post .bread,
.blog .bread {
  margin-top: 1em;
  margin-bottom: 2.5em;
}

@media (min-width: 768px) {
  .single-flowergallery .bread {
    background-color: #F7F7EA;
  }
}

.single-attraction .bread {
  background-color: #fff;
}

.cms-single-content .entry-title {
  font-weight: normal;
  font-size: 2.625rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  color: #01654D;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cms-single-content .entry-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
}
.cms-single-content .entry-title span:not(.entry-cat__term) {
  font-size: 60%;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cms-single-content .entry-title span:not(.entry-cat__term) {
    font-size: 1rem;
  }
}
.cms-single-content .entry-title .c-flowertag.best-time {
  position: relative;
  top: -0.5rem;
  padding: 1em 0.75em 1em 0.875em;
}
.cms-single-content .entry-title .c-areacat__link.pause {
  position: relative;
  top: -0.75rem;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .cms-single-content .entry-title .c-areacat__link.pause {
    top: -0.25rem;
  }
}

.cms-block {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .cms-block {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.cms-block__title {
  padding-bottom: 1rem;
  margin-bottom: 2.5em;
  color: #0C6E00;
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .cms-block__title {
    margin-top: 2rem !important;
    padding-bottom: 0.75rem;
  }
}
.cms-block__title.-table {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cms-block__title.-table {
    font-size: 1rem;
  }
}
.cms-block__title.-map {
  letter-spacing: 0.2em;
}
.cms-block__subtitle {
  font-size: 0.75rem;
  letter-spacing: 0.075rem;
  display: inline-block;
  margin-left: 0.75rem;
}
.cms-block img {
  border-radius: 4px;
}
.cms-block p:not(.cms-map-desc, .cms-block__text) {
  margin-top: 0;
}

.cms-thumbnail {
  position: relative;
  width: 100%;
  background-size: cover;
  aspect-ratio: 1366/481;
  background-position: center;
}
@media (max-width: 767px) {
  .cms-thumbnail {
    aspect-ratio: 10/6;
  }
}

@media (max-width: 767px) {
  .cms-nothumbnail {
    margin-top: 1rem;
  }
}

.entry-cat__link {
  border-radius: 2px;
  padding: 5px 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: bold;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .entry-cat__link {
    padding: 6px 8px;
    margin-right: 0.5rem;
  }
}
.entry-cat__link.flowernews-tag {
  background-color: #E27567;
}
.entry-cat__link.lake {
  background-color: #6AAABF;
}
.entry-cat__link.park {
  background-color: #829B76;
}
.entry-cat__link.country {
  background-color: #C18B5E;
}
.entry-cat__link.market {
  background-color: #BEA642;
}
.entry-cat__link.pause {
  background-color: #7E7E7E;
}
.entry-cat__link.passport {
  background-color: #F2B554;
}
.entry-cat__link.coupon {
  background-color: #fff;
  border: 1px solid #0C6E00;
  color: #0C6E00;
}
.entry-cat__link.cash-only {
  background-color: #ccc;
}
.entry-cat__link.flowernews-tag, .entry-cat__link.parkguide {
  position: relative;
  padding: 7px 12px;
  display: inline-block;
  transform: rotate(-2deg);
}
@media (max-width: 767px) {
  .entry-cat__link.flowernews-tag, .entry-cat__link.parkguide {
    position: relative;
    padding: 8px;
  }
}
.entry-cat__term {
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .entry-cat__term {
    font-size: 0.75rem;
    letter-spacing: 0.01em;
  }
}

.cms-map__open {
  width: 100%;
  padding: 0;
}
.cms-map img {
  border-radius: 0.5rem;
}

.cms-related {
  margin-top: 4rem;
  color: #0C6E00;
}
.cms-related .cms-block__title {
  padding-bottom: 0.75em;
}
.cms-related .l-flex {
  justify-content: space-between;
  align-items: stretch;
}
.cms-related .post-list-link {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cms-related .entry-thumbnail {
  margin-top: 0;
  margin-bottom: 0.75rem;
  position: relative;
  width: 100%;
  padding-top: 56.3%;
  border-radius: 0.5rem;
  overflow: hidden;
  max-width: 320px;
}
.cms-related .entry-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.cms-related .area-common-cols__name {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
@media (max-width: 767px) {
  .cms-related .area-common-cols__name {
    font-size: 0.8rem;
  }
}
.cms-related__posttitle {
  position: relative;
  border-bottom: 1px solid #0C6E00;
  padding-bottom: 4px;
  font-weight: bold;
}
.cms-related__posttitle::after {
  position: absolute;
  bottom: 10px;
  right: 0.25rem;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #0C6E00;
  border-right: 1px solid #0C6E00;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}
.cms-related__ecxerpt {
  font-size: 0.68rem;
  margin-bottom: 4px !important;
}

.cms-pics {
  margin-bottom: 4.374rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cms-pics {
    margin-bottom: 2rem;
  }
}
.cms-pics .cms-slider__box {
  border: none;
  margin: 0 0.5rem;
}
.cms-pics .cms-slider__box img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 672/378;
  width: 100%;
  max-width: 672px;
}
.cms-pics .slick-dots {
  bottom: -2rem;
}
.cms-pics img {
  border-radius: 1rem;
}

.cms-pics-flex img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 672/378;
  width: 100%;
  max-width: 672px;
}

.cms-attention {
  background-color: #ECF8ED;
  padding: 1.5em 4em;
}
@media (max-width: 767px) {
  .cms-attention {
    padding: 1.5rem;
  }
}
.cms-attention .wanchan-title.-pad {
  margin-top: 0;
  margin-bottom: 1.25em;
  font-size: calc(18 / 16 * 1rem);
  line-height: 1.56;
}
.cms-attention ul {
  max-width: 736px;
}
.cms-attention li {
  position: relative;
  font-size: 14px;
  padding-left: 1.25em;
  margin-bottom: 0.86em;
  line-height: 1.423;
  letter-spacing: 0.01em;
}
.cms-attention li.-red {
  color: #ff0000;
}
.cms-attention li:last-child {
  margin-bottom: 0;
}
.cms-attention li::before {
  position: absolute;
  left: 0;
  content: "＊";
}

.cms-slider__box {
  margin: 0.5rem;
  text-align: center;
}
.cms-slider__img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.75rem;
}

.single-flowergallery .c-btn_back {
  margin-top: 6.5em;
}
@media (max-width: 767px) {
  .single-flowergallery .-table {
    margin-bottom: 2rem;
  }
}
.single-flowergallery .-table .cms-block__title {
  font-size: 1.125rem;
  border: none;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .single-flowergallery .-table .cms-block__title {
    font-size: 1rem;
    padding-bottom: 0.5rem;
  }
}
.single-flowergallery .cms-related .post-list-item:nth-child(2n) {
  margin-top: 2.5em;
}
.single-flowergallery .cms-related .area-common-cols__desc {
  color: #1F2E1D;
}

.single-attraction .cms-related .entry-thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.2%;
  border-radius: 5px;
  overflow: hidden;
  max-width: 320px;
}
.single-attraction .cms-related img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .single-restaurant-shopping .cms-pickup-slider {
    margin-bottom: 4rem;
  }
}
.single-restaurant-shopping .cms-pickup-slider .cms-slider__box {
  border-radius: 1rem;
  margin: 0;
  padding: 0.5rem;
  box-sizing: border-box;
}
.single-restaurant-shopping .cms-pickup-slider .cms-slider__price, .single-restaurant-shopping .cms-pickup-slider .cms-slider__title {
  margin-bottom: 0;
}
.single-restaurant-shopping .cms-pickup-slider .cms-slider__info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  padding: 1rem 0.5rem;
  border: 1px solid rgb(193, 204, 204);
  border-top: none;
  border-radius: 0 0 1rem 1rem;
}
@media (max-width: 390px) {
  .single-restaurant-shopping .cms-pickup-slider .cms-slider__info {
    font-size: 0.875rem;
  }
}
.single-restaurant-shopping .cms-pickup-slider .cms-slider__title {
  color: #0C6E00;
  font-weight: 500;
  line-height: 1.4;
}
.single-restaurant-shopping .cms-pickup-slider .cms-slider__price {
  gap: 0;
  justify-content: flex-start;
}
.single-restaurant-shopping .cms-pickup-slider .cms-slider__imgw {
  border-radius: 1rem 1rem 0 0;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 62%; /* 3:2 aspect ratio */
  overflow: hidden;
}
.single-restaurant-shopping .cms-pickup-slider .cms-slider__imgw img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}

/*
  archive
-----------------------------------------------------*/
.entry-thumbnail img {
  aspect-ratio: 320/180;
}

.area-common-cols.-shortcode .-pause,
.archive .-pause {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  margin: 0;
  border-radius: 0 0.5rem 0 0;
}

.archive-sec {
  padding-top: 3rem;
  margin-bottom: 3rem;
}
.archive-sec__title {
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
.archive-sec__subtitle {
  color: #01654D;
  background-color: #F5F4E9;
  border-radius: 0.25rem;
  line-height: 2.5rem;
  min-width: 105px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: inline-block;
  text-align: center;
  margin-top: 0 !important;
  margin-bottom: 1.75rem !important;
}
.archive-sec__subtitle.-shop {
  font-size: 0;
  line-height: 1.75rem;
}
.archive-sec__subtitle.-shop::before {
  content: "お買い物";
  font-size: 1.125rem;
  line-height: 2.5rem;
}

.-samesec {
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 6.5rem !important;
}
@media screen and (max-width: 520px) {
  .-samesec {
    margin-top: 3.5rem !important;
  }
}

.archive-posttitle {
  font-weight: bold;
}

.archive-postcat {
  position: static;
  text-align: left;
}
.archive-postcat__term {
  margin-bottom: 0.25rem;
}

.archive-postfield {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.cms-header__bg {
  padding: 0.5em;
  background: #D8FADC url(../img/overlay_paper.svg);
  background-blend-mode: multiply;
}
.cms-header__bg h1:not(.c-lv1heading__ribbon) {
  position: relative;
  box-sizing: border-box;
  color: var(--color-deep-green);
  font-weight: bold;
  letter-spacing: 0.075em;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  width: 100%;
  font-size: 2.625em;
  line-height: 1.5;
  margin-bottom: 4rem;
  padding-bottom: 0.5476em;
  padding-top: 1.25em;
  transform: none;
  top: auto;
  left: auto;
}
@media screen and (max-width: 520px) {
  .cms-header__bg h1:not(.c-lv1heading__ribbon) {
    font-size: 2em;
  }
}
.cms-header__bg h1:not(.c-lv1heading__ribbon)::before {
  background: url(../img/overlay-triangle_main.png) center/contain no-repeat;
  color: var(--color-white);
  content: "Park Guide";
  font-size: 0.4286em;
  font-weight: 600;
  left: calc(50% - 6.6667em);
  letter-spacing: 0.2em;
  line-height: 1.7777em;
  line-height: 2.3332;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 13.3333em;
}
.cms-header__bg h1:not(.c-lv1heading__ribbon)::after {
  left: calc(50% - 0.857em);
  width: 1.714em;
}
.cms-header__bg .c-lv1heading.c-lv1heading__ribbon::before {
  font-weight: 400;
  font-size: 0.375em;
  width: 15em;
  left: calc(50% - 7.5em);
  letter-spacing: 0.1em;
}
.cms-header__bg.-attraction {
  padding: 0.5em;
  background: #FAEB73 url(../img/overlay_paper.svg);
  background-blend-mode: multiply;
}
.cms-header__bg.-attraction .c-lv1heading.c-lv1heading__ribbon::before {
  content: "Attraction";
}
.cms-header__bg.-parkevent {
  padding: 0.5em;
  background: #D8FADC url(../img/overlay_paper.svg);
  background-blend-mode: multiply;
}
.cms-header__bg.-parkevent .c-lv1heading.c-lv1heading__ribbon::before {
  content: "Show&Live";
}
.cms-header__bg.-restaurant-shopping {
  padding: 0.5em;
  background: #E0EB88 url(../img/overlay_paper.svg);
  background-blend-mode: multiply;
}
.cms-header__bg.-restaurant-shopping .c-lv1heading.c-lv1heading__ribbon::before {
  content: "Restaurant";
}
.cms-header__bg.-experience {
  padding: 0.5em;
  background: #D8FAF1 url(../img/overlay_paper.svg);
  background-blend-mode: multiply;
}
@media screen and (max-width: 520px) {
  .cms-header__bg.-experience .c-lv1heading.c-lv1heading__ribbon {
    font-size: 2em;
  }
}
.cms-header__bg.-experience .c-lv1heading.c-lv1heading__ribbon::before {
  content: "Experience";
}
.cms-header__bg .bread {
  margin-bottom: 2.25em;
}
@media screen and (max-width: 520px) {
  .cms-header__bg .bread {
    margin-top: 1rem;
  }
}

.cms-headertxt {
  margin-bottom: 2.5em;
  text-align: center;
  letter-spacing: 0.05em;
}

.c-archive-nav {
  gap: 1rem;
  justify-content: center;
}
.c-archive-nav .wp-block-button:not(.is-style-outline).c-pagebtn {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.post-type-archive-attraction #content,
.post-type-archive-experience #content,
.post-type-archive-restaurant #content,
.post-type-archive-parkevent #content {
  margin-top: 3em;
}

.archive-attraction .c-lv2heading_index,
.archive-experience .c-lv2heading_index,
.archive-restshop .c-lv2heading_index,
.archive-parkevent .c-lv2heading_index {
  margin-top: 3em;
  margin-bottom: 1.25em;
}
.archive-attraction .c-lv3heading_hr,
.archive-experience .c-lv3heading_hr,
.archive-restshop .c-lv3heading_hr,
.archive-parkevent .c-lv3heading_hr {
  margin-top: 3em;
  margin-bottom: 1.25em;
}

.attarction-archive-btn {
  margin-top: 10rem;
  justify-content: center;
}
.attarction-archive-btn__wrapper {
  margin: 1rem;
}

.restshop-carryon {
  background-color: #F5F4E9;
  margin-top: 5em;
  margin-bottom: 6em;
  padding: 3rem;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .restshop-carryon {
    padding: 1.5rem;
  }
}
.restshop-carryon__title {
  color: #01654D;
  font-size: 1.375rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 1.8rem !important;
  margin-top: 1.5rem !important;
}
@media (max-width: 767px) {
  .restshop-carryon__title {
    font-size: 1rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }
}
.restshop-carryon__txt {
  line-height: 2 !important;
  margin-top: 0 !important;
  margin-bottom: 2rem !important;
}
.restshop-carryon__attention {
  font-size: 0.75rem;
}
.restshop-carryon__attention::before {
  content: "* ";
}
.restshop-carryon .l-flex {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .restshop-carryon .l-flex {
    flex-direction: column;
  }
}
.restshop-carryon .l-flex__itemr:first-child {
  width: 40%;
}
@media (max-width: 767px) {
  .restshop-carryon .l-flex__itemr:first-child {
    width: 100%;
  }
}
.restshop-carryon .l-flex__itemr:nth-child(2) {
  width: 57%;
}
@media (max-width: 767px) {
  .restshop-carryon .l-flex__itemr:nth-child(2) {
    width: 100%;
  }
}

.restshop-group .wp-block-heading {
  margin-bottom: 5.5rem;
}
@media (max-width: 767px) {
  .restshop-group .wp-block-heading {
    margin-bottom: 3rem;
  }
}
.restshop-group .c-btn a {
  margin-left: 0 !important;
}

.faq-sec {
  margin-bottom: 3rem;
}
.faq-sec__inner {
  margin-bottom: 2rem;
}
.faq-sec__q {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
/*
  sidebar
-----------------------------------------------------*/
.cms-sidebar {
  margin-top: 3rem;
}
.cms-sidebar__item {
  margin-bottom: 2rem;
  letter-spacing: 0.075em;
}
.cms-sidebar__title {
  letter-spacing: 0.075em;
  font-size: 1.125rem;
  padding-bottom: 11px;
  border-bottom: 1px solid #01654D;
  line-height: 1.83;
  font-weight: 500;
}
.cms-sidebar .cms-sidebar-term__item {
  font-size: 0.875rem;
  color: #1F2E1D;
  padding: 1rem 0;
  border-bottom: 1px dashed #C1C1C1;
  line-height: 1.375;
}
.cms-sidebar .cms-sidebar-term__item span {
  display: none;
}

/*
  area毎
-----------------------------------------------------*/
.-cms.area-common-cols.is-layout-flex {
  align-items: stretch;
}
.-cms.area-common-cols.is-layout-flex .col3-2-1 {
  align-items: stretch;
}
.-cms.area-common-cols.-col2 {
  justify-content: space-between;
}
.-cms.area-common-cols.-col2 .col3-2-1 {
  width: 48.4375%;
}
@media screen and (max-width: 520px) {
  .-cms.area-common-cols.-col2 .col3-2-1 {
    width: 100%;
  }
}
.-cms.area-common-cols.-col2 .col3-2-1:nth-child(n+2) {
  margin-top: unset;
}
@media screen and (max-width: 520px) {
  .-cms.area-common-cols.-col2 .col3-2-1:nth-child(n+2) {
    margin-top: 3em;
  }
}
.-cms.area-common-cols.-col2 .col3-2-1:nth-child(n+3) {
  margin-top: 3em;
}
.-cms.area-common-cols.-col2 .col3-2-1:nth-child(3n+2), .-cms.area-common-cols.-col2 .col3-2-1:nth-child(3n+3) {
  margin-left: unset;
}
.-cms.area-common-cols.-col2 .col3-2-1:nth-child(even) {
  margin-left: 3.125%;
}
@media screen and (max-width: 520px) {
  .-cms.area-common-cols.-col2 .col3-2-1:nth-child(even) {
    margin-left: 0;
  }
}
.-cms.area-common-cols .post-list-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.-cms.area-common-cols .post-list-link {
  display: flex;
  flex-direction: column;
}
.-cms.area-common-cols .area-common-cols__desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: calc(14 / 16 * 1rem);
  line-height: 1.28;
}
.-cms.area-common-cols .area-common-cols__name {
  margin-bottom: 1rem;
  margin-top: 0.75em;
  display: flex;
  align-items: center;
}
.-cms.area-common-cols .entry-thumbnail {
  margin: 0;
}
.-cms.area-common-cols .c-areacat {
  margin-bottom: calc(10 / 16 * 1rem);
}

/*
  アトラクション料金　のcms
-----------------------------------------------------*/
.l-common-6cols {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.l-common-6col {
  width: calc(16.6666666667% - 2rem);
  margin-right: 2rem;
  margin-bottom: calc(42 / 16 * 1rem);
}
@media (max-width: 767px) {
  .l-common-6col {
    width: calc(25% - 1rem);
    margin-right: 1rem;
  }
}
@media (max-width: 480px) {
  .l-common-6col {
    width: calc(33.3333333333% - 0.69rem);
    margin-bottom: calc(32 / 16 * 1rem);
  }
}
@media (min-width: 768px) {
  .l-common-6col:nth-child(6n) {
    margin-right: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .l-common-6col:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .l-common-6col:nth-child(3n) {
    margin-right: 0;
  }
}
.l-common-6col .entry-thumbnail {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.l-common-6col .entry-thumbnail img {
  border-radius: 4px;
}
.l-common-6col__name {
  margin-top: 0.025rem !important;
  margin-bottom: 0 !important;
  font-size: calc(15 / 16 * 1rem);
}

/*
  フラワーギャラリー
-----------------------------------------------------*/
#gallery .area-common-cols__name {
  margin-top: 0.025rem;
  line-height: 2.2;
}
@media (min-width: 768px) {
  #gallery .col3-2-1 {
    margin-top: 0;
    margin-bottom: calc(54 / 16 * 1rem);
  }
  #gallery .col3-2-1:nth-child(2), #gallery .col3-2-1:nth-child(5), #gallery .col3-2-1:nth-child(8), #gallery .col3-2-1:nth-child(11), #gallery .col3-2-1:nth-child(14), #gallery .col3-2-1:nth-child(17), #gallery .col3-2-1:nth-child(20), #gallery .col3-2-1:nth-child(23) {
    position: relative;
    top: 40px;
  }
  #gallery .col3-2-1:nth-child(1) {
    top: 0;
  }
}

/*
  見頃のお花たち
-----------------------------------------------------*/
.area-common-cols.-besttime .area-common-col {
  margin: 0 1rem;
}

/*
  わんちゃんランド
-----------------------------------------------------*/
/*
  トピックス　アーカイブ
-----------------------------------------------------*/
.single-post,
.blog {
  background-color: #F5F4E9;
}

.blog .c-topics .l-flex {
  gap: 0;
}

.news-nav {
  gap: 1rem;
}
.news-nav__item {
  background-color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
.news-nav__item:hover {
  cursor: pointer;
}
.news-nav__item.is-active {
  background-color: #00A070;
  color: #fff;
  transition: all 0.2s ease-out;
}
.news-nav__content:not(.-all) {
  display: none;
}
.news-nav__content.is-show {
  display: block;
}

.c-topics {
  padding-bottom: 6.5em;
  padding-top: 5em;
  box-sizing: border-box;
  margin: auto;
  max-width: 1088px;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (max-width: 520px) {
  .c-topics {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.c-topics .post__wrapper {
  margin-bottom: 2.5em;
}
.c-topics .content-width {
  width: 100%;
}
.c-topics .l-flex {
  align-items: stretch;
  gap: 2.6666666667%;
}
.c-topics .post-list-inner {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 520px) {
  .c-topics .post-list-item:nth-child(n+3) {
    margin-top: 2em;
  }
}
.c-topics .post-list-link {
  display: flex;
  height: 100%;
}
.c-topics .entry-thumbnail {
  margin-bottom: 0;
  margin-top: 0;
}
.c-topics img {
  border-radius: 16px 16px 0 0;
  vertical-align: bottom;
}
.c-topics .post-meta-wrap {
  background: var(--color-white);
  border-radius: 0 0 16px 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  padding: 1rem;
}
.c-topics .post-meta-wrap .l-flex {
  gap: 0;
  justify-content: flex-start;
}
.c-topics .archive-posttitle {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0 0 0.5rem;
}
.c-topics .archive-date {
  border-right: 1px solid currentColor;
  display: inline-block;
  margin: 0 0.375em 0 0;
  padding-right: 0.5em;
}
@media screen and (max-width: 960px) {
  .c-topics .archive-date {
    border-right: none;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 520px) {
  .c-topics .archive-date {
    border-right: 1px solid currentColor;
    margin-bottom: 0;
  }
}
.c-topics .archive-postcat {
  display: inline-block;
}
.c-topics .archive-postcat__term {
  background: none;
  color: var(--color-black);
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.pagination {
  margin-top: 6.5em;
}
.pagination a {
  font-weight: 500;
  min-width: 32px;
  border-radius: 4px;
  font-size: 1.125em;
}
.pagination li + li {
  margin-left: 1em;
}
.pagination li.current a {
  background: #00A070;
  color: var(--color-white);
  border-radius: 4px;
}
.pagination .inactive {
  background: var(--color-white);
}

/*
  トピックス　詳細
-----------------------------------------------------*/
.p-singlepost .entry-thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.1%;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.p-singlepost .entry-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-singlepost .entry-header {
  text-align: center;
}
.p-singlepost .entry-header__title {
  text-align: left;
  font-weight: 600;
  font-size: calc(30 / 16 * 1rem);
  margin-bottom: 1.34em;
  line-height: 1.4666666667;
}
@media (max-width: 767px) {
  .p-singlepost .entry-header__title {
    font-size: calc(20 / 16 * 1rem);
  }
}
.p-singlepost .entry-header__catspan {
  display: inline-block;
  background-color: #00A070;
  border-radius: 0.5rem;
  line-height: 2rem;
  color: #fff;
  min-width: 136px;
  font-weight: 500;
  font-size: calc(14 / 16 * 1rem);
  margin-top: calc(18 / 16 * 1rem);
}
@media (max-width: 767px) {
  .p-singlepost .entry-header__catspan {
    min-width: 116px;
    margin-top: 1em;
  }
}
.p-singlepost .entry-content {
  margin-top: calc(66 / 16 * 1rem);
  margin-bottom: calc(104 / 16 * 1rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  .p-singlepost .entry-content {
    margin-top: calc(32 / 16 * 1rem);
    margin-bottom: calc(52 / 16 * 1rem);
  }
}
.p-singlepost .entry-backlink__link {
  position: relative;
  padding-right: 0;
  padding-left: 1.25rem;
  display: inline-block;
  font-weight: 500;
}
.p-singlepost .entry-backlink__link::before {
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  height: 0.5rem;
  position: absolute;
  left: 0;
  top: calc(50% - 0.375rem);
  transform: rotate(225deg);
  width: 0.5rem;
}

.single-post .content-width__s {
  width: 100%;
  max-width: 848px;
}/*# sourceMappingURL=cms.css.map */