@media screen and (min-width: 768px) {
  .historySect {
    padding: 12rem 0 14rem;
  }
}
@media screen and (max-width: 768px) {
  .historySect {
    padding: 8rem 0 10rem;
  }
}
@media screen and (min-width: 768px) {
  .historySect__head + .historySect__cont {
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .historySect__head + .historySect__cont {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .historySect__cont {
    margin: 0 auto;
    max-width: 81.4rem;
  }
}
@media screen and (max-width: 768px) {
  .historySect__cont {
    margin: 0 -2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .integratedCitySect {
    padding: 14rem 0;
  }
}
@media screen and (max-width: 768px) {
  .integratedCitySect {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 768px) {
  .integratedCitySect__head + .integratedCitySect__cont {
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .integratedCitySect__head + .integratedCitySect__cont {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .integratedCitySect__cont {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .integratedCitySect__cont {
    margin: 0 -2.4rem;
  }
}
.integratedCitySect__cont .photo + .caption {
  margin-top: 1rem;
}
.integratedCitySect__cont .photo__caption {
  left: 0;
  right: auto;
}
.integratedCitySect__gallery {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .integratedCitySect__gallery {
    gap: 0 7.7rem;
    margin: 8rem -10rem 0;
  }
}
@media screen and (max-width: 768px) {
  .integratedCitySect__gallery {
    gap: 2.4rem 5.5rem;
    margin: 4rem -2.4rem 0;
  }
}
.integratedCitySect__galleryItem {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .integratedCitySect__galleryItem:nth-child(1) {
    width: 64.3rem;
  }
}
@media screen and (max-width: 768px) {
  .integratedCitySect__galleryItem:nth-child(1) {
    margin-right: 14.1rem;
    width: 22.5rem;
  }
}
@media screen and (min-width: 768px) {
  .integratedCitySect__galleryItem:nth-child(2) {
    margin: 19.8rem 0 0 auto;
    width: 52.5rem;
  }
}
@media screen and (max-width: 768px) {
  .integratedCitySect__galleryItem:nth-child(2) {
    margin-left: auto;
    order: 2;
    width: 18.4rem;
  }
}
@media screen and (min-width: 768px) {
  .integratedCitySect__galleryItem:nth-child(3) {
    margin-top: -0.6rem;
    width: 19.5rem;
  }
}
@media screen and (max-width: 768px) {
  .integratedCitySect__galleryItem:nth-child(3) {
    margin: 6.4rem 0 0 5.8rem;
    width: 6.9rem;
  }
}
@media screen and (min-width: 768px) {
  .integratedCitySect__galleryItem:nth-child(4) {
    margin-top: 7.4rem;
    width: 31rem;
  }
}
@media screen and (max-width: 768px) {
  .integratedCitySect__galleryItem:nth-child(4) {
    order: 3;
    width: 10.8rem;
  }
}
@media screen and (min-width: 768px) {
  .integratedCitySect__bottom {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .integratedCitySect__bottom {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .lifestyleSect {
    padding: 14rem 0;
  }
}
@media screen and (max-width: 768px) {
  .lifestyleSect {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 768px) {
  .lifestyleSect__head + .lifestyleSect__cont {
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .lifestyleSect__head + .lifestyleSect__cont {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .lifestyleSect__cont {
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .lifestyleSect__cont {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .lifestyleSect__panels {
    margin: 4rem -8rem 0;
  }
}
@media screen and (max-width: 768px) {
  .lifestyleSect__panels {
    margin: 3rem -2.4rem 0;
  }
}
.lifestylePanel {
  display: none;
}
.lifestylePanel.is-active {
  display: block;
}
.lifestylePanel__inner {
  background: linear-gradient(161.545deg, rgb(23, 41, 58) 0%, rgb(25, 67, 106) 100%);
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lifestylePanel__inner {
    display: grid;
    grid-gap: 4.8rem;
    gap: 4.8rem;
    grid-template-columns: repeat(2, 1fr);
    padding: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .lifestylePanel__inner {
    padding: 4rem 2rem;
  }
}
.lifestylePanel__inner::before {
  background: url("../../common/imgs/bg-texture-01.png") repeat top center/auto;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
}
.lifestylePanel__inner .txt {
  color: #fff;
}
.lifestylePanel__head {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .lifestylePanel__head {
    gap: 4rem;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .lifestylePanel__head {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .lifestylePanel__head + .lifestylePanel__body {
    margin-top: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .lifestylePanel__head .heading {
    font-size: 1.5rem;
  }
}
.lifestylePanel__ttl {
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .lifestylePanel__ttl {
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .lifestylePanel__ttl {
    align-items: center;
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .lifestylePanel__ttl + .lifestylePanel__body {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .lifestylePanel__ttl + .lifestylePanel__body {
    margin-top: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .lifestylePanel__ttl .heading {
    font-size: 1.7rem;
  }
}
.lifestylePanel__num {
  align-items: center;
  border: 1px solid rgba(214, 196, 160, 0.4);
  border-radius: 50%;
  color: #d6c4a0;
  display: flex;
  font-family: "EB Garamond", serif;
  justify-content: center;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .lifestylePanel__num {
    font-size: 2.4rem;
    height: 8rem;
    width: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .lifestylePanel__num {
    font-size: 1.8rem;
    height: 6rem;
    width: 6rem;
  }
}
.lifestylePanel__body {
  display: grid;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .lifestylePanel__body {
    gap: 4rem;
    grid-template-columns: 58rem 1fr;
  }
}
@media screen and (max-width: 768px) {
  .lifestylePanel__body {
    gap: 4rem;
  }
}
.lifestylePanel__item--box {
  background-color: rgba(161, 170, 179, 0.1);
}
@media screen and (min-width: 768px) {
  .lifestylePanel__item--box {
    padding: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .lifestylePanel__item--box {
    padding: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .lifeFacilitySect {
    padding: 14rem 0;
  }
}
@media screen and (max-width: 768px) {
  .lifeFacilitySect {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 768px) {
  .lifeFacilitySect__head + .lifeFacilitySect__cont {
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeFacilitySect__head + .lifeFacilitySect__cont {
    margin-top: 4rem;
  }
}
.lifeFacilitySect__cont {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .lifeFacilitySect__cont {
    height: 56.8rem;
    margin: 0 -12rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeFacilitySect__cont {
    height: 28.4rem;
    margin: 0 -3.6rem;
  }
}
.lifeFacilitySect__cont .autoPlaySlider {
  height: 100%;
}
.lifeFacilitySect__cont .swiper-container {
  height: 100%;
}
.lifeFacilitySect__cont .swiper-wrapper {
  align-items: flex-start;
}
.lifeFacilitySect__cont .swiper-slide {
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .lifeFacilitySect__cont .swiper-slide[data-slide-index="0"] {
    width: 30.4rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeFacilitySect__cont .swiper-slide[data-slide-index="0"] {
    width: 15.2rem;
  }
}
@media screen and (min-width: 768px) {
  .lifeFacilitySect__cont .swiper-slide[data-slide-index="1"] {
    margin: 14.2rem 0 0 4rem;
    width: 27rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeFacilitySect__cont .swiper-slide[data-slide-index="1"] {
    margin: 7.1rem 0 0 2rem;
    width: 13.5rem;
  }
}
.lifeFacilitySect__cont .swiper-slide[data-slide-index="2"] {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .lifeFacilitySect__cont .swiper-slide[data-slide-index="2"] {
    margin: 39.8rem 0 0 -3.5rem;
    width: 21.3rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeFacilitySect__cont .swiper-slide[data-slide-index="2"] {
    margin: 19.9rem 0 0 -1.8rem;
    width: 10.6rem;
  }
}
@media screen and (min-width: 768px) {
  .lifeFacilitySect__cont .swiper-slide[data-slide-index="3"] {
    margin-left: -2.8rem;
    width: 37rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeFacilitySect__cont .swiper-slide[data-slide-index="3"] {
    margin-left: -1.3rem;
    width: 18.5rem;
  }
}
@media screen and (min-width: 768px) {
  .lifeFacilitySect__cont .swiper-slide[data-slide-index="4"] {
    margin: 14.2rem 4rem 0;
    width: 26.5rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeFacilitySect__cont .swiper-slide[data-slide-index="4"] {
    margin: 7.1rem 2rem 0;
    width: 13.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cruiseSect {
    align-items: center;
    display: flex;
    gap: 3.7rem;
    padding: 16rem 0;
  }
}
@media screen and (max-width: 768px) {
  .cruiseSect {
    padding: 8rem 0;
  }
}
.cruiseSect__head {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .cruiseSect__head {
    width: 54.3rem;
  }
}
@media screen and (max-width: 768px) {
  .cruiseSect__head + .cruiseSect__cont {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .cruiseSect__head .enTtl,
  .cruiseSect__head .heading {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .cruiseSect__cont {
    width: 62rem;
  }
}
@media screen and (min-width: 768px) {
  .lifeInfoSect {
    padding-top: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeInfoSect {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .lifeInfoSect__head + .lifeInfoSect__cont {
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeInfoSect__head + .lifeInfoSect__cont {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeInfoSect__cont .tabNav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .lifeInfoSect__cont .tabNav__btn:not(:has(.tabNav__num)) {
    width: 18rem;
  }
}
@media screen and (min-width: 768px) {
  .lifeInfoSect__body {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin: 4rem auto 0;
    width: 104.4rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeInfoSect__body {
    margin-top: 3rem;
  }
}
.lifeInfoSect__map {
  position: relative;
}
@media screen and (min-width: 768px) {
  .lifeInfoSect__map {
    aspect-ratio: 1044/822;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lifeInfoSect__map {
    aspect-ratio: 1/1;
    margin: 0 -2.4rem;
  }
}
.lifeInfoSect__mapItem {
  display: none;
  height: 100%;
}
.lifeInfoSect__mapItem.is-active {
  display: block;
}
.lifeInfoSect__mapItem .photo,
.lifeInfoSect__mapItem .photo__pic,
.lifeInfoSect__mapItem .photo__image {
  height: 100%;
  width: 100%;
}
.lifeInfoSect__mapItem .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .lifeInfoSect__list {
    margin-top: 2rem;
  }
}
.lifeInfoSect__listItem {
  display: none;
}
.lifeInfoSect__listItem.is-active {
  display: block;
}
.lifeInfoSect__listTtl {
  align-items: center;
  background-color: #dcd7cb;
  color: #17293a;
  display: flex;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .lifeInfoSect__listTtl {
    font-size: 2rem;
    margin-bottom: 4rem;
    min-height: 5.9rem;
    padding: 1.6rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeInfoSect__listTtl {
    display: none;
  }
}
.lifeInfoSect__listInner {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .lifeInfoSect__listInner {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeInfoSect__listInner {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
}
.lifeInfoSect__plot {
  align-items: flex-start;
  background-color: #efece5;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  display: flex;
  gap: 1rem;
  page-break-inside: avoid;
}
@media screen and (min-width: 768px) {
  .lifeInfoSect__plot {
    align-items: center;
    margin-bottom: 0.8rem;
    min-height: 6rem;
    padding: 1.6rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeInfoSect__plot {
    padding: 1.4rem 1.6rem;
  }
}
.lifeInfoSect__plotNum {
  align-items: center;
  background-color: #a1957d;
  border: 1px solid #dcd7cb;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-family: "EB Garamond", serif;
  font-feature-settings: "palt";
  justify-content: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .lifeInfoSect__plotNum {
    font-size: 1.7rem;
    height: 2.9rem;
    width: 2.9rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeInfoSect__plotNum {
    font-size: 1.5rem;
    height: 2.6rem;
    width: 2.6rem;
  }
}
.lifeInfoSect__plotInfo {
  display: flex;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .lifeInfoSect__plotInfo {
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .lifeInfoSect__plotInfo {
    flex-direction: column;
  }
}
.lifeInfoSect__plotName {
  color: #17293a;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .lifeInfoSect__plotName {
    flex: 1;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .lifeInfoSect__plotName {
    font-size: 1.2rem;
  }
}
.lifeInfoSect__plotDist {
  color: #17293a;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .lifeInfoSect__plotDist {
    flex-shrink: 0;
    font-size: 1.3rem;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .lifeInfoSect__plotDist {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=style.css.map */
