.approachSect {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .approachSect {
    width: 120rem;
  }
}
@media screen and (max-width: 767px) {
  .approachSect {
    padding: 0 3.2rem;
    width: 100%;
  }
}
.approachSect__cont {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .approachSect__cont {
    width: 68rem;
  }
}
.approachSect__head + .approachSect__cont {
  margin-top: 8rem;
}

.dailySect {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .dailySect {
    width: 87.2rem;
  }
}
@media screen and (max-width: 767px) {
  .dailySect {
    padding: 0 3.2rem;
  }
}
.dailySect__cont .headingUnit .caption {
  color: #fff;
  font-size: 1.2rem;
}
.dailySect__cont .headingUnit .heading + .caption {
  margin-top: 1.6rem;
}
.dailySect__cont .usableList__inner {
  display: grid;
}
@media screen and (min-width: 768px) {
  .dailySect__cont .usableList__inner {
    gap: 3.2rem;
    grid-template-columns: 57.6rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .dailySect__cont .usableList__inner {
    gap: 1.6rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .dailySect__cont .usableList__item:nth-child(1) {
    grid-row: auto/span 2;
  }
}
@media screen and (max-width: 767px) {
  .dailySect__cont .usableList__item:nth-child(1) {
    grid-column: auto/span 2;
  }
}
.dailySect__cont .usableList + .headingUnit {
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .dailySect__head + .dailySect__cont {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .dailySect__head + .dailySect__cont {
    margin-top: 6.4rem;
  }
}

.dailyAcd__head {
  align-items: center;
  background-color: #111;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .dailyAcd__head {
    min-height: 6rem;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .dailyAcd__head {
    min-height: 4.4rem;
    padding: 0.7rem 1rem;
  }
}
.dailyAcd__visual .photo {
  overflow: hidden;
}
.dailyAcd__visual .photo__image {
  transition: transform 3s cubic-bezier(0.16, 1, 0.3, 1);
}
.dailyAcd__ttl {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .dailyAcd__ttl {
    margin: 0 auto;
    width: 68rem;
  }
}
@media screen and (max-width: 767px) {
  .dailyAcd__ttl {
    width: 100%;
  }
}
.dailyAcd__ttl .cat {
  display: block;
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-box: trim-both cap alphabetic;
  transition: letter-spacing 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.dailyAcd__icon {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: rgba(100, 89, 83, 0.5);
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
}
@media screen and (min-width: 768px) {
  .dailyAcd__icon {
    display: none;
  }
}
.dailyAcd__icon .status {
  aspect-ratio: 1/1;
  display: block;
  position: relative;
  width: 1.6rem;
  z-index: 1;
}
.dailyAcd__icon .status:before, .dailyAcd__icon .status:after {
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.8s ease;
}
.dailyAcd__icon .status:before {
  height: 100%;
  width: 0.1rem;
}
.dailyAcd__icon .status:after {
  height: 0.1rem;
  width: 100%;
}
.dailyAcd__trigger {
  width: 100%;
}
.dailyAcd__trigger.is-active .dailyAcd__icon .status:before {
  transform: translate(-50%, -50%) scaleY(0);
}
@media (hover: hover) {
  .dailyAcd__trigger:hover .dailyAcd__visual .photo__image {
    transform: scale(1.08);
  }
  .dailyAcd__trigger:hover .dailyAcd__ttl .cat {
    letter-spacing: 0.2em;
  }
}
.dailyAcd__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.8s ease;
}
.dailyAcd__body.is-active {
  grid-template-rows: 1fr;
}
.dailyAcd__cont {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .spotSect {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 767px) {
  .spotSect {
    padding: 6rem 0;
  }
}
.spotSect__head {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .spotSect__head {
    width: 120rem;
  }
}
@media screen and (max-width: 767px) {
  .spotSect__head {
    padding: 0 3.2rem;
    width: 100%;
  }
}
.spotSect__cont .generalSlider .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
.spotSect__cont .generalSlider--disableMode .swiper-wrapper {
  gap: 2.4rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .spotSect__head + .spotSect__cont {
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .spotSect__head + .spotSect__cont {
    margin-top: 6rem;
  }
}

.lifeInfoSect {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lifeInfoSect {
    width: 120rem;
  }
}
@media screen and (max-width: 767px) {
  .lifeInfoSect {
    padding: 0 3.2rem;
    width: 100%;
  }
}
.lifeInfoSect__ttl {
  color: #C9BC9C;
  font-family: "EB Garamond", georgia, "Times New Roman", serif;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  text-box: trim-both cap alphabetic;
}
@media screen and (min-width: 768px) {
  .lifeInfoSect__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .lifeInfoSect__ttl {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .lifeInfoSect__head + .lifeInfoSect__cont {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .lifeInfoSect__head + .lifeInfoSect__cont {
    margin-top: 4rem;
  }
}

.spotCard {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .spotCard {
    width: 26.8rem;
  }
}
@media screen and (max-width: 767px) {
  .spotCard {
    width: 21rem;
  }
}
.spotCard__desc {
  background-color: #2e2e2b;
  flex: 1;
  padding: 2.4rem;
}
.spotCard__desc .headingUnit {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.spotCard__desc .headingUnit .caption {
  color: #fff;
  font-size: 1.2rem;
}
.spotCard__desc .headingUnit .heading,
.spotCard__desc .headingUnit .caption {
  text-align: center;
}

.lifeInfoDesc__map {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .lifeInfoDesc__map {
    width: 68rem;
  }
}
@media screen and (max-width: 767px) {
  .lifeInfoDesc__map {
    width: 100%;
  }
}
.lifeInfoDesc__map .lifeInfoDesc__item {
  height: 100%;
  width: 100%;
}
.lifeInfoDesc__select {
  display: grid;
  grid-gap: 0.3rem;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  .lifeInfoDesc__select {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .lifeInfoDesc__select {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .lifeInfoDesc__cont {
    display: flex;
    gap: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .lifeInfoDesc__head + .lifeInfoDesc__cont {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .lifeInfoDesc__head + .lifeInfoDesc__cont {
    margin-top: 4rem;
  }
}
.lifeInfoDesc__trigger {
  align-items: center;
  color: #C9BC9C;
  display: flex;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  height: 4rem;
  justify-content: center;
  overflow: hidden;
  padding: 3px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .lifeInfoDesc__trigger {
    background: url("../../common/imgs/pc/bg-texture-01@1.5x.jpg") top center no-repeat;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lifeInfoDesc__trigger {
    background: url("../../common/imgs/sp/bg-texture-01.jpg") top center no-repeat;
    padding: 2rem 0.8rem;
  }
}
.lifeInfoDesc__trigger:before {
  background-color: rgba(62, 56, 52, 0.9);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
  z-index: -1;
}
.lifeInfoDesc__trigger:after {
  background-color: #c9bc9c;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}
.lifeInfoDesc__trigger .inner {
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-box: trim-both text;
}
@media screen and (min-width: 768px) {
  .lifeInfoDesc__trigger .inner {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lifeInfoDesc__trigger .inner {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .lifeInfoDesc__trigger:hover {
    box-shadow: 0 0 1rem rgba(201, 188, 156, 0.8);
  }
  .lifeInfoDesc__trigger:hover:before {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .lifeInfoDesc__trigger:hover:after {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.lifeInfoDesc__trigger.is-active {
  pointer-events: none;
}
.lifeInfoDesc__trigger.is-active:before {
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768px) {
  .lifeInfoDesc__table {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .lifeInfoDesc__table {
    margin-top: 4rem;
  }
}
.lifeInfoDesc__plot .trigger {
  align-items: flex-start;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  gap: 1rem;
  padding-bottom: 3rem;
  text-align: left;
  width: 100%;
}
.lifeInfoDesc__plot .num {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #945F42;
  color: #fff;
  display: flex;
  font-size: 1.3rem;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  width: 2rem;
}
.lifeInfoDesc__plot .desc {
  display: flex;
  flex: 1;
  gap: 1.6rem;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .lifeInfoDesc__plot .desc {
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .lifeInfoDesc__plot .desc {
    align-items: flex-start;
  }
}
.lifeInfoDesc__plot .name {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.875;
  text-box: trim-both text;
}
.lifeInfoDesc__plot .time {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
}
.lifeInfoDesc__plot .time .min {
  display: inline-block;
  text-align: right;
  width: 1.5em;
}
.lifeInfoDesc__plot .dist {
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .lifeInfoDesc__plot .meter {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .lifeInfoDesc__plot .meter {
    display: block;
    margin-top: 0.8rem;
    text-align: right;
  }
}
.lifeInfoDesc__item {
  display: none;
}
.lifeInfoDesc__item.is-active {
  display: block;
}

.mapBlock {
  background-color: #ccc;
  color: #666;
  height: 100%;
  width: 100%;
}
.mapBlock .gm-style-iw-c,
.mapBlock .gm-style-iw-d,
.mapBlock .gm-style-iw-chr,
.mapBlock .gm-style-iw-ch {
  background-color: #3E3834 !important;
}
.mapBlock .gm-style-iw-c {
  box-shadow: none !important;
  padding-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .mapBlock .gm-style-iw-c {
    padding: 0.8rem 0 2.4rem 1.6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mapBlock .gm-style-iw-c {
    padding: 0 0 1.2rem 1.6rem !important;
  }
}
.mapBlock .gm-style-iw-d {
  max-height: none !important;
  overflow: visible !important;
}
.mapBlock .gm-style-iw-tc::after {
  background-color: #3E3834 !important;
}
.mapBlock .gm-ui-hover-effect {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .mapBlock .gm-ui-hover-effect {
    width: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mapBlock .gm-ui-hover-effect {
    width: 1.2rem;
  }
}
.mapBlock .gm-ui-hover-effect > span {
  background-color: #fff !important;
}
.mapBlock .map-window {
  padding-right: 2rem;
}
.mapBlock .map-window_name {
  color: #fff;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .location-approach {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  .location-approach {
    padding: 10rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .location-daily {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  .location-daily {
    padding: 8rem 0;
  }
}

@media screen and (min-width: 768px) {
  .location-park {
    padding: 0 0 14rem;
  }
}

@media screen and (min-width: 768px) {
  .location-lifeInfo {
    padding: 14rem 0;
  }
}
@media screen and (max-width: 767px) {
  .location-lifeInfo {
    padding: 8rem 0 10rem;
  }
}
/*# sourceMappingURL=style.css.map */
