@charset "UTF-8";
section {
  scroll-margin-top: 90px;
}
@media (max-width: 828px) {
  section {
    scroll-margin-top: 50px;
  }
}

.jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 400;
}

ul li {
  list-style: none;
}
ul li::marker {
  content: none;
}

.back-to-top {
  font-family: "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 24px 8px 20px;
  border: 2px solid #1B3758;
  border-radius: 9999px;
  color: #1B3758;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  background-color: #fff;
  cursor: pointer;
  transition: opacity 0.3s;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.back-to-top:hover {
  opacity: 0.7;
}

.c-floating-button-wrapper {
  background: #1B3758;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 16px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  z-index: 100;
}
@media (max-width: 828px) {
  .c-floating-button-wrapper {
    padding: 13px 0;
    gap: 10px;
  }
}
.c-floating-button-wrapper .c-floating-button {
  position: unset;
  background-color: transparent;
  border-radius: 2px;
  border: 2px solid #fff;
  font-size: 25px;
  background-image: none;
  padding: 15px;
  background-color: #FFF;
  color: #1B3758;
  display: flex;
  justify-content: center;
}
@media (max-width: 828px) {
  .c-floating-button-wrapper .c-floating-button {
    font-size: min(36 / 1080 * 100vw, 18px);
    padding: 7px 10px;
    border: 1px solid #fff;
    width: 46%;
    text-align: center;
  }
}
.c-floating-button-wrapper .c-floating-button span {
  background-color: transparent;
  border: none;
  width: auto;
  height: auto;
  border-right: 2px solid;
  border-radius: 0;
  padding-right: 10px;
  color: #1B3758;
}
@media (max-width: 828px) {
  .c-floating-button-wrapper .c-floating-button span {
    border-right: 1px solid;
  }
}
.c-floating-button-wrapper .c-floating-button + .c-floating-button {
  background: #1B3758;
  color: #FFF;
}

.l-header__btn-sp {
  display: block;
  max-width: 200px;
}

@media (max-width: 828px) {
  .l-header__btn-sp {
    right: 12%;
  }
}
.annotation {
  color: #808080;
  display: block;
}

.wrapper {
  width: 100%;
  max-width: 828px;
  margin: 0 auto;
}

.p-cta .c-floating-button-wrapper,
.p-cta .c-floating-button {
  position: relative;
  bottom: 0;
}

.section__title {
  font-size: min(48 / 1080 * 100vw, 24px);
  color: #236890;
  font-weight: 500;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 0.8em;
  font-style: italic;
}
@media (max-width: 828px) {
  .section__title {
    margin-bottom: 15px;
  }
}
.section__title::after {
  content: "";
  flex: 1;
  height: 4px;
  background: linear-gradient(to bottom, #236890 0px, #236890 1px, transparent 1px, transparent 3px, #236890 3px, #236890 4px);
}

.p-mv .annotation {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  font-size: min(28 / 1080 * 100vw, 14px);
}
.p-mv__inner .annotation {
  position: relative;
  display: contents;
}
.p-mv__swiper {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-intro {
  padding-top: 60px;
  padding-bottom: 103px;
  text-align: left;
  line-height: 1.6;
}
.p-intro h3 {
  font-size: min(64 / 1080 * 100vw, 32px);
  font-weight: 500;
  margin-bottom: 40px;
}
.p-intro h4 {
  font-size: min(44 / 1080 * 100vw, 22px);
  margin-bottom: 10px;
  font-weight: 400;
}
.p-intro p {
  font-size: min(41 / 1080 * 100vw, 21px);
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin-bottom: 35px;
}
.p-intro p span {
  font-size: min(26 / 1080 * 100vw, 13px);
}
.p-intro p:last-of-type {
  margin-bottom: 0;
}
.p-intro__slider {
  margin-bottom: 60px;
}
.p-intro .annotation {
  font-size: min(28 / 1080 * 100vw, 14px);
}
.p-intro__slider2 {
  position: relative;
  padding-bottom: 65px;
  margin-bottom: 50px;
}
.p-intro__slider2 .swiper-slide {
  position: relative;
  background-color: #fff;
  height: auto;
}
.p-intro__slider2-contents {
  padding: 20px;
}
.p-intro__slider2-contents h4 {
  font-size: min(44 / 1080 * 100vw, 22px);
  margin-bottom: 15px;
}
.p-intro__slider2-contents p {
  font-size: min(34 / 1080 * 100vw, 17px);
}
.p-intro__slider2 .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  bottom: 10px;
}
.p-intro__slider2 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #888;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 !important;
}
.p-intro__slider2 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #808080;
}
.p-intro__slider2 .swiper-button-prev,
.p-intro__slider2 .swiper-button-next {
  color: #808080;
  width: 30px;
  height: 30px;
  top: auto;
  bottom: 0;
}
.p-intro__slider2 .swiper-button-prev::after,
.p-intro__slider2 .swiper-button-next::after {
  font-size: 16px;
}
.p-intro__slider2 .swiper-button-prev {
  left: calc(50% - 80px);
}
.p-intro__slider2 .swiper-button-next {
  right: calc(50% - 80px);
}
.p-intro-movie {
  text-align: center;
}
.p-intro-movie h4 {
  font-size: min(56 / 1080 * 100vw, 28px);
  margin-bottom: 25px;
}
.p-intro-movie h4 .en {
  font-size: min(65 / 1080 * 100vw, 33px);
}
.p-intro-movie p {
  font-size: min(34 / 1080 * 100vw, 17px);
  color: #236890;
  text-decoration: underline;
  margin-bottom: 5px !important;
  text-underline-offset: 5px;
}
.p-intro-movie__card {
  position: relative;
}
.p-intro-movie__card svg {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0.8;
  transition: 0.3s;
}
.p-intro-movie__card iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
.p-intro-movie__card:hover svg {
  opacity: 1;
  transition: 0.3s;
}

.p-intro-movie-modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-intro-movie-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.p-intro-movie-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.p-intro-movie-modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 10px;
  background-color: #fff;
  overflow: visible;
}
.p-intro-movie-modal__container::-webkit-scrollbar {
  display: none;
}
.p-intro-movie-modal__close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 26px;
  height: 26px;
  z-index: 100;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
}
.p-intro-movie-modal__close span {
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #1b3758;
  transition: all 0.3s ease;
}
.p-intro-movie-modal__close span:nth-child(1) {
  transform: rotate(45deg);
}
.p-intro-movie-modal__close span:nth-child(2) {
  transform: rotate(-45deg);
}
@media (hover: hover) {
  .p-intro-movie-modal__close:hover span {
    opacity: 0.7;
  }
}
.p-intro-movie-modal__body {
  width: 700px;
}
@media (max-width: 828px) {
  .p-intro-movie-modal__body {
    width: 92vw;
  }
}
.p-intro-movie-modal__body iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

.p-hotel__slider .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  bottom: 10px;
}
.p-hotel__slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #888;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 !important;
}
.p-hotel__slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #808080;
}

.p-sale {
  padding-bottom: 100px;
}
@media (max-width: 828px) {
  .p-sale {
    padding-bottom: 50px;
  }
}
.p-sale h3 {
  font-size: min(64 / 1080 * 100vw, 32px);
  font-weight: 500;
  margin-bottom: 40px;
}
.p-sale p {
  font-size: min(41 / 1080 * 100vw, 21px);
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
}
@media (min-width: 829px) {
  .p-sale__slider {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: min(30 / 1080 * 100vw, 30px);
  }
  .p-sale__slider .swiper-wrapper {
    display: contents;
  }
  .p-sale__slider .swiper-slide {
    width: auto !important;
    margin: 0 !important;
  }
  .p-sale__slider .swiper-pagination,
  .p-sale__slider .swiper-button-prev,
  .p-sale__slider .swiper-button-next {
    display: none;
  }
}
@media (max-width: 828px) {
  .p-sale__slider {
    padding-bottom: 50px;
  }
  .p-sale__slider .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    bottom: 10px;
  }
  .p-sale__slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #888;
    opacity: 0.5;
    border-radius: 50%;
    margin: 0 !important;
  }
  .p-sale__slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #808080;
  }
  .p-sale__slider .swiper-button-prev,
  .p-sale__slider .swiper-button-next {
    color: #808080;
    width: 30px;
    height: 30px;
    top: auto;
    bottom: 0;
  }
  .p-sale__slider .swiper-button-prev::after,
  .p-sale__slider .swiper-button-next::after {
    font-size: 16px;
  }
  .p-sale__slider .swiper-button-prev {
    left: calc(50% - 130px);
  }
  .p-sale__slider .swiper-button-next {
    right: calc(50% - 130px);
  }
}

.p-owners-voice {
  padding: 70px 0 100px;
  background-color: #E0F0F9;
}
.p-owners-voice h3 {
  font-size: min(64 / 1080 * 100vw, 32px);
  font-weight: 500;
  margin-bottom: 20px;
}
.p-owners-voice p {
  font-size: min(41 / 1080 * 100vw, 21px);
  line-height: 1.8;
  margin-bottom: 20px;
}
.p-owners-voice__contents {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px 15px;
  max-height: 50vh;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.p-owners-voice__contents.is-open {
  max-height: 2000px;
}
.p-owners-voice__item {
  margin-bottom: 40px;
}
.p-owners-voice__item:last-of-type {
  margin-bottom: 0;
}
.p-owners-voice__more {
  width: 140px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  text-align: center;
}
.p-owners-voice__more img {
  width: 100%;
}
.p-owners-voice__more.is-hidden {
  display: none;
}
.p-owners-voice__item h4 {
  font-size: min(34 / 1080 * 100vw, 17px);
  border-bottom: 1px dotted #236890;
  color: #236890;
  margin-bottom: 10px;
}
.p-owners-voice__item p {
  font-size: min(34 / 1080 * 100vw, 17px);
  line-height: 1.8;
}
.p-owners-voice__item .annotation {
  font-size: min(20 / 1080 * 100vw, 10px);
  margin-top: 10px;
}
.p-owners-voice__item .c-button--main {
  margin: 0 auto;
}
.p-owners-voice__item .c-button--main p {
  margin-bottom: 0;
  line-height: 1;
}
.p-owners-voice__slider {
  position: relative;
  padding-bottom: 85px;
}
.p-owners-voice__slider .swiper-slide {
  position: relative;
}
.p-owners-voice__slider .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  bottom: 10px;
}
.p-owners-voice__slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #888;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 !important;
}
.p-owners-voice__slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #808080;
}
.p-owners-voice__slider .swiper-button-prev,
.p-owners-voice__slider .swiper-button-next {
  color: #808080;
  width: 30px;
  height: 30px;
  top: auto;
  bottom: 0;
}
.p-owners-voice__slider .swiper-button-prev::after,
.p-owners-voice__slider .swiper-button-next::after {
  font-size: 16px;
}
.p-owners-voice__slider .swiper-button-prev {
  left: calc(50% - 80px);
}
.p-owners-voice__slider .swiper-button-next {
  right: calc(50% - 80px);
}

.p-owners-voice-modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-owners-voice-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.p-owners-voice-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.p-owners-voice-modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 740px;
  height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 40px;
  background-color: #fff;
}
.p-owners-voice-modal__container::-webkit-scrollbar {
  display: none;
}
.p-owners-voice-modal .p-owners-voice {
  padding: 0;
  background-color: #fff;
}
.p-owners-voice-modal .p-owners-voice__contents {
  overflow: unset;
  padding: 60px 40px;
  max-height: unset;
}
@media (max-width: 828px) {
  .p-owners-voice-modal .p-owners-voice__contents {
    padding: 20px 15px;
  }
}
.p-owners-voice-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 100;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
}
.p-owners-voice-modal__close span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #1b3758;
  transition: all 0.3s ease;
}
.p-owners-voice-modal__close span:nth-child(1) {
  transform: rotate(45deg);
}
.p-owners-voice-modal__close span:nth-child(2) {
  transform: rotate(-45deg);
}
@media (hover: hover) {
  .p-owners-voice-modal__close:hover span {
    opacity: 0.7;
  }
}
.p-owners-voice-modal__btn {
  margin-bottom: 65px;
}
.p-owners-voice-modal__btn a {
  margin: 0 auto;
}

.p-comparison {
  background-color: #1b3758;
  padding: 70px 0;
  color: #fff;
}
.p-comparison__decoration {
  width: 90%;
  margin: 0 auto 20px;
}
.p-comparison h2 {
  font-size: min(64 / 1080 * 100vw, 32px);
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.p-comparison p {
  font-size: min(41 / 1080 * 100vw, 21px);
  line-height: 1.8;
  margin-bottom: 40px;
}
.p-comparison .p-umito-list__items {
  display: block;
}
.p-comparison .p-umito-list__tabs {
  gap: 3px;
}
.p-comparison .p-umito-list__tabs button {
  background-color: #CEE7F5;
  color: #141414;
}
@media (max-width: 828px) {
  .p-comparison .p-umito-list__tabs button {
    width: 33%;
  }
}
.p-comparison .p-umito-list__tabs .is-active {
  background-color: #fff;
}
.p-comparison .p-umito-list__contents {
  margin-bottom: 50px;
  padding: 0;
}

.p-umito-owner {
  padding: 50px 0 90px;
}
@media (max-width: 828px) {
  .p-umito-owner {
    padding: 50px 0;
  }
}
.p-umito-owner h3 {
  font-size: min(64 / 1080 * 100vw, 32px);
  font-weight: 500;
  margin-bottom: 20px;
}
.p-umito-owner p {
  font-size: min(41 / 1080 * 100vw, 21px);
  line-height: 1.8;
  margin-bottom: 60px;
  font-family: "Shippori Mincho", sans-serif;
}
@media (max-width: 828px) {
  .p-umito-owner p {
    margin-bottom: 40px;
  }
}
.p-umito-owner__contents {
  margin-bottom: 100px;
}
@media (max-width: 828px) {
  .p-umito-owner__contents {
    margin-bottom: 50px;
  }
}
.p-umito-owner__contents h4 {
  font-size: min(45 / 1080 * 100vw, 22px);
  background-color: #236890;
  text-align: center;
  padding: 5px 0 3px;
  color: #fff;
  border-radius: 45px;
  margin-bottom: 30px;
  font-family: "Shippori Mincho", sans-serif;
}
@media (max-width: 828px) {
  .p-umito-owner__contents h4 {
    margin-bottom: 25px;
  }
}
.p-umito-owner__contents p {
  font-size: min(41 / 1080 * 100vw, 21px);
  margin-bottom: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 828px) {
  .p-umito-owner__contents p {
    margin-bottom: 20px;
  }
}
.p-umito-owner__contents:last-of-type {
  margin-bottom: 0;
}
.p-umito-owner__img {
  margin-bottom: 30px;
}
@media (max-width: 828px) {
  .p-umito-owner__img {
    margin-bottom: 20px;
  }
}
.p-umito-owner .annotation {
  font-size: min(30 / 1080 * 100vw, 15px);
}

.p-global {
  padding: 50px 0 70px;
  background-color: #1b3758;
  color: #fff;
}
.p-global .section__title {
  color: #D7ECF7;
}
.p-global .section__title::after {
  background: linear-gradient(to bottom, #D7ECF7 0px, #D7ECF7 1px, transparent 1px, transparent 3px, #D7ECF7 3px, #D7ECF7 4px);
}
.p-global h3 {
  font-size: min(64 / 1080 * 100vw, 32px);
  font-weight: 500;
  margin-bottom: 20px;
}
.p-global p {
  font-size: min(41 / 1080 * 100vw, 21px);
  line-height: 1.8;
  margin-bottom: 60px;
}
@media (max-width: 828px) {
  .p-global p {
    margin-bottom: 30px;
  }
}
.p-global ul li {
  margin-bottom: 80px;
}
@media (max-width: 828px) {
  .p-global ul li {
    margin-bottom: 50px;
  }
}
.p-global ul li p {
  margin-bottom: 0;
}
.p-global ul li + li {
  margin-bottom: 0;
}
.p-room-list__heading {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 2px solid;
  color: #000;
  text-align: center !important;
}
@media (max-width: 828px) {
  .p-room-list__heading {
    margin-bottom: 2.2463768116vw;
  }
}
.p-room-list__heading-text {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 828px) {
  .p-room-list__heading-text {
    margin-bottom: 7.2463768116vw;
  }
}
.p-room-list__card {
  position: relative;
  margin-bottom: 60px;
  z-index: 2;
  display: block;
  text-decoration: none;
}
@media (max-width: 828px) {
  .p-room-list__card {
    min-height: 58.6956521739vw;
    margin-bottom: 7.2463768116vw;
  }
}
.p-room-list__card:last-of-type {
  margin-bottom: 0;
}
.p-room-list__card-image {
  overflow: hidden;
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 828px) {
  .p-room-list__card-image {
    border-radius: 4.8309178744vw;
  }
}
.p-room-list__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-room-list__card-content {
  position: relative;
  padding: 40px;
  z-index: 10;
  color: #fff;
}
@media (max-width: 828px) {
  .p-room-list__card-content {
    padding: 4.8309178744vw;
  }
}
.p-room-list__card-content > *:not(.p-room-list__card-button) {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.302);
}
.p-room-list__card-location {
  margin-bottom: 10px;
  font-size: 20px;
}
@media (max-width: 828px) {
  .p-room-list__card-location {
    font-size: 2.4154589372vw;
    margin-bottom: 1.2077294686vw;
  }
}
.p-room-list__card-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media (max-width: 828px) {
  .p-room-list__card-title {
    font-size: 5.7971014493vw;
    margin-bottom: 1.2077294686vw;
  }
}
.p-room-list__card-description, .p-room-list__card-price {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 828px) {
  .p-room-list__card-description, .p-room-list__card-price {
    font-size: 2.4154589372vw;
  }
}
.p-room-list__card-description {
  margin-bottom: 10px;
}
@media (max-width: 828px) {
  .p-room-list__card-description {
    margin-bottom: 1.2077294686vw;
  }
}
.p-room-list__card-button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #276EF0;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 10px 30px;
  border-radius: 50px;
  background-color: #fff;
  transition: all 0.3s ease;
  margin-top: 190px;
}
@media (max-width: 828px) {
  .p-room-list__card-button {
    font-size: 2.8985507246vw;
    padding: 1.2077294686vw 3.6231884058vw;
    border-radius: 6.038647343vw;
    margin-top: 22.9468599034vw;
  }
}
.p-room-list__card-button:hover {
  background-color: #276EF0;
  color: #fff;
}
.p-choice {
  margin-bottom: 20px;
}
@media (max-width: 828px) {
  .p-choice {
    margin-bottom: 10px;
  }
}
.p-choice__card-button {
  color: #000;
  margin-top: 0;
  font-size: unset;
  font-weight: unset;
  padding: 0;
}
.p-choice__card {
  position: relative;
}
.p-choice__card-image {
  position: relative;
  overflow: unset;
  border-radius: 0;
}
.p-choice__card-text {
  position: absolute;
  left: 25px;
  top: 25px;
  padding: 0;
}
.p-choice__card-text h4 {
  font-size: min(51 / 1080 * 100vw, 26px);
  line-height: 1;
}
.p-choice__card-text p {
  font-size: min(34 / 1080 * 100vw, 17px);
  margin-bottom: 0;
}
.p-choice__card-content {
  font-size: min(34 / 1080 * 100vw, 17px);
  position: absolute;
  right: 10px;
  bottom: 20px;
  background-color: #fff;
  border-radius: 150px;
  color: #000;
  padding: 0.5% 5%;
}
.p-choice__btn {
  color: #000;
  margin-top: 0;
  font-size: unset;
  font-weight: unset;
  padding: 0;
}
.p-choice__btn a {
  margin: 0 auto;
}

.p-cta-start {
  padding: 50px 0;
}
.p-cta-start__decoration {
  width: 90%;
  margin: 0 auto 20px;
}
.p-cta-start h2 {
  font-size: min(64 / 1080 * 100vw, 32px);
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.p-cta-start p {
  font-size: min(44 / 1080 * 100vw, 22px);
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: center;
}
.p-cta-start__contents {
  margin-bottom: 30px;
}
.p-cta-start__contents span {
  font-size: min(34 / 1080 * 100vw, 17px);
  text-align: center;
  color: #1B3758;
  display: block;
  margin-bottom: 5px;
}
.p-cta-start__btn {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
  display: block;
}

.p-cta-start__btn {
  background-color: #fff;
  border-radius: 2px;
  padding: 0;
  color: #1B3758;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  text-decoration: none;
  overflow: hidden;
}
.p-cta-start__btn span {
  background-color: transparent;
  border-right: 2px solid #1B3758;
  padding: 15px 20px;
  display: flex;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  white-space: nowrap;
  width: 30%;
}
@media (max-width: 828px) {
  .p-cta-start__btn span {
    border-right: 1px solid #1B3758;
    padding: 12px 10px;
    font-size: min(36 / 1080 * 100vw, 18px);
  }
}
.p-cta-start__btn-text {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 10px;
  letter-spacing: 0.05em;
  border: none !important;
}
@media (max-width: 828px) {
  .p-cta-start__btn-text {
    padding: 7px 10px;
  }
}
.p-cta-start__btn-text::after {
  content: "▶";
  font-size: 0.8em;
}

.p-cta-start__contents + .p-cta-start__contents .p-cta-start__btn {
  background-color: #1B3758;
  border: none;
}
.p-cta-start__contents + .p-cta-start__contents .p-cta-start__btn span {
  color: #fff;
  border-right: 1px solid #fff;
}

.p-faq {
  background-color: #1b3758;
  padding-top: 0;
}
.p-faq .c-section__title {
  color: #fff;
}

.sec10 {
  background-color: #F1F1F1;
  padding: min(11.1111111111vw, 120px) 0 min(7.4074074074vw, 80px);
}

@media screen and (max-width: 828px) {
  .sec10 {
    padding: 16vw 0 10.6666666667vw;
  }
}
.sec10__title {
  font-size: min(3.1481481481vw, 34px);
  font-weight: 400;
  line-height: 200%;
  margin-bottom: min(2.2222222222vw, 24px);
}

@media screen and (max-width: 828px) {
  .sec10__title {
    font-size: 5.8666666667vw;
    margin-bottom: 7.4666666667vw;
  }
}
.sec10 .adlp-accordion {
  border-top: min(0.1851851852vw, 2px) solid var(--base-ddd, #DDD);
}

.sec10 .adlp-accordion__wrapper {
  gap: max(0vw, 0px);
}

@media screen and (max-width: 828px) {
  .sec10 .adlp-accordion {
    border-top: 0.2666666667vw solid var(--base-ddd, #DDD);
  }
}
.sec10 .adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(3.3333333333vw, 36px) min(7.4074074074vw, 80px) min(3.3333333333vw, 36px) max(0vw, 0px);
}

@media screen and (max-width: 828px) {
  .sec10 .adlp-accordion__header__inner {
    padding: 5.3333333333vw 14.9333333333vw 5.3333333333vw 0vw;
  }
}
.sec10 .adlp-accordion__header__inner .text {
  font-size: min(2.037037037vw, 22px);
  font-weight: 500;
}

@media screen and (max-width: 828px) {
  .sec10 .adlp-accordion__header__inner .text {
    font-size: 4vw;
  }
}
.sec10 .adlp-accordion__header::after {
  width: min(3.1481481481vw, 34px);
  height: min(3.1481481481vw, 34px);
  right: max(0vw, 0px);
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='16.5' stroke='%23778492'/%3E%3Cpath d='M18 16.5H23.5V17.5H18V23H17V17.5H11.5V16.5H17V11H18V16.5Z' fill='%23778492'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}

@media screen and (max-width: 828px) {
  .sec10 .adlp-accordion__header::after {
    width: 7.2vw;
    height: 7.2vw;
  }
}
.sec10 .adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(0);
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='16.5' stroke='%23778492'/%3E%3Cpath d='M23.5 17.5H11.5V16.5H23.5V17.5Z' fill='%23778492'/%3E%3C/svg%3E%0A");
}

.sec10 .adlp-accordion__body__inner {
  display: block;
  padding: max(0vw, 0px) 0 min(3.3333333333vw, 36px);
}

@media screen and (max-width: 828px) {
  .sec10 .adlp-accordion__body__inner {
    padding: 0 0vw 5.3333333333vw;
  }
}
.sec10 .adlp-accordion__body__inner .text {
  font-size: min(1.4814814815vw, 16px);
  text-align: justify;
  font-weight: 400;
  line-height: 180%;
}

.sec10 .adlp-accordion__body__inner .text:has(+ .img) {
  margin-bottom: min(1.8518518519vw, 20px);
}

.sec10 .adlp-accordion__body__inner .img {
  margin-bottom: min(3.7037037037vw, 40px);
}

.sec10 .adlp-accordion__body__inner .annotation {
  font-size: min(1.1111111111vw, 12px);
  line-height: 1.5;
  margin-top: min(0.9259259259vw, 18px);
}

@media screen and (max-width: 828px) {
  .sec10 .adlp-accordion__body__inner .text {
    font-size: 3.2vw;
  }
  .sec10 .adlp-accordion__body__inner .annotation {
    font-size: 2.1333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.sec10 .adlp-accordion__body__inner .textlink {
  font-size: min(1.4814814815vw, 16px);
  font-weight: 400;
  line-height: 180%;
  display: inline-block;
  margin-top: min(1.6666666667vw, 18px);
  text-decoration: underline;
  padding: 0 min(1.8518518519vw, 20px) 0 0;
  position: relative;
  color: #236890;
  text-underline-offset: 5px;
}

@media screen and (max-width: 828px) {
  .sec10 .adlp-accordion__body__inner .textlink {
    margin-top: 2.4vw;
    font-size: 3.2vw;
    padding: 0 2.6666666667vw 0 0;
  }
}
.sec10 .adlp-accordion__body__inner .textlink::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(1.1111111111vw, 12px);
  height: min(1.1111111111vw, 12px);
  right: max(0vw, 0px);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='11' viewBox='0 0 9 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99902 5.19531L-0.000202668 10.3915L-0.000202214 -0.000840104L8.99902 5.19531Z' fill='%23236890'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}

@media screen and (max-width: 828px) {
  .sec10 .adlp-accordion__body__inner .textlink::after {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(2.7777777778vw, 30px);
}

@media screen and (max-width: 828px) {
  .adlp-accordion__wrapper {
    gap: 4vw;
  }
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
}

.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(1.8518518519vw, 20px) min(7.4074074074vw, 80px) min(1.8518518519vw, 20px) min(3.7037037037vw, 40px);
}

@media screen and (max-width: 828px) {
  .adlp-accordion__header__inner {
    padding: 5.3333333333vw 14.9333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.adlp-accordion__header__inner .lead {
  line-height: 1;
  font-size: min(3.7037037037vw, 40px);
  margin-right: min(1.8518518519vw, 20px);
}

@media screen and (max-width: 828px) {
  .adlp-accordion__header__inner .lead {
    font-size: 6.4vw;
    margin-right: 2.6666666667vw;
  }
}
.adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(1.8518518519vw, 20px);
  height: min(1.1111111111vw, 12px);
  right: min(4.1666666667vw, 45px);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 11.5L0.47372 0.25L19.5263 0.250002L10 11.5Z' fill='%23012F83'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}

@media screen and (max-width: 828px) {
  .adlp-accordion__header::after {
    width: 3.7333333333vw;
    height: 2.2666666667vw;
    right: 4.6666666667vw;
  }
}
.adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}

.adlp-accordion__header.--open::before {
  opacity: 0;
}

.adlp-accordion__header.--img::after {
  display: none;
}

.adlp-accordion__header.--img > span:last-child {
  display: none;
}

.adlp-accordion__header.--img.--open > span:first-child {
  display: none;
}

.adlp-accordion__header.--img.--open > span:last-child {
  display: block;
}

.adlp-accordion__header.--plus::before {
  content: "";
  display: block;
  background-image: none;
  background: #012F83;
  position: absolute;
  height: min(1.8518518519vw, 20px);
  width: min(0.1851851852vw, 2px);
  right: min(4.537037037vw, 49px);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

@media screen and (max-width: 828px) {
  .adlp-accordion__header.--plus::before {
    height: 2.6666666667vw;
    width: 0.2666666667vw;
    right: 6.5333333333vw;
  }
}
.adlp-accordion__header.--plus::after {
  width: min(1.8518518519vw, 20px);
  height: min(0.1851851852vw, 2px);
  right: min(3.7037037037vw, 40px);
  background-image: none;
  background: #012F83;
  transform: translate(0, -50%);
}

@media screen and (max-width: 828px) {
  .adlp-accordion__header.--plus::after {
    width: 2.6666666667vw;
    height: 0.2666666667vw;
    right: 5.3333333333vw;
  }
}
.adlp-accordion__body {
  display: none;
}

.adlp-accordion__body__inner {
  display: flex;
  align-items: flex-start;
  padding: min(1.8518518519vw, 20px) min(3.7037037037vw, 40px);
}

@media screen and (max-width: 828px) {
  .adlp-accordion__body__inner {
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
.adlp-accordion__body__inner .lead {
  font-size: min(3.7037037037vw, 40px);
  margin-right: min(1.8518518519vw, 20px);
}

@media screen and (max-width: 828px) {
  .adlp-accordion__body__inner .lead {
    margin-right: 2.6666666667vw;
  }
}
.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: min(3.7037037037vw, 40px);
}

.adlp-footer {
  position: relative;
  background-color: #1B3758;
  padding: min(7.4074074074vw, 80px) 0;
}

@media screen and (max-width: 828px) {
  .adlp-footer {
    padding: 16vw 0 10.6666666667vw;
  }
}
@media screen and (max-width: 828px) {
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 84vw;
    margin: 0 auto;
    gap: 3.2vw;
  }
}
.adlp-footer__menu a {
  color: #fff;
  font-size: min(1.4814814815vw, 16px);
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

@media screen and (max-width: 828px) {
  .adlp-footer__menu a {
    font-size: 2.9333333333vw;
  }
}
.adlp-footer__text {
  margin: min(5.5555555556vw, 60px) auto 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
  font-size: min(1.1111111111vw, 12px);
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}

@media screen and (max-width: 828px) {
  .adlp-footer__text {
    font-size: 2.6666666667vw;
    margin: 10.6666666667vw auto 0;
  }
}
.p-room-modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-room-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.p-room-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.p-room-modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 740px;
  height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 40px;
  background-color: #fff;
}
.p-room-modal__container::-webkit-scrollbar {
  display: none;
}
.p-room-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 100;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
}
.p-room-modal__close span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #1b3758;
  transition: all 0.3s ease;
}
.p-room-modal__close span:nth-child(1) {
  transform: rotate(45deg);
}
.p-room-modal__close span:nth-child(2) {
  transform: rotate(-45deg);
}
@media (hover: hover) {
  .p-room-modal__close:hover span {
    opacity: 0.7;
  }
}
.p-room-modal__hero {
  position: relative;
  width: 100%;
  height: 600px;
}
.p-room-modal__hero-image {
  position: absolute;
  inset: 0;
}
.p-room-modal__hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-room-modal__hero-content {
  position: relative;
  padding: 40px;
  z-index: 10;
  color: #fff;
}
.p-room-modal__hero-content > *:not(.p-room-list__card-button) {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.302);
}
.p-room-modal__hero-location {
  margin-bottom: 10px;
  font-size: 20px;
}
.p-room-modal__hero-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.p-room-modal__concept {
  position: relative;
  padding: 60px 40px;
  background-color: #fff;
}
.p-room-modal__concept.--border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.p-room-modal__concept-title {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}
.p-room-modal__concept-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #000;
}
.p-room-modal__concept-text {
  font-size: 28px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin-bottom: 40px;
}
.p-room-modal__specs {
  margin-bottom: 60px;
}
.p-room-modal__spec-item {
  font-size: 28px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}
.p-room-modal__btn {
  margin-bottom: 65px;
}
.p-room-modal__btn a {
  margin: 0 auto;
}
.p-room-modal__annotation {
  font-size: 18px;
}

.p-share {
  padding-top: 125px;
  padding-bottom: 59px;
  text-align: center;
  position: relative;
}
.p-share::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 99.99%;
  width: 100vw;
  max-width: 828px;
  /* サイズ調整OK */
  height: 153px;
  /* サイズ調整OK */
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  /* 下向き三角 */
}
.p-share__title {
  line-height: 1.5;
  font-size: 51.5px;
  margin-bottom: 73.6px;
}
.p-share__text {
  font-size: 34px;
  margin-bottom: 103px;
}
.p-share__text span {
  position: relative;
  width: 587px;
  margin: -22px auto 0;
  display: flex;
  z-index: -1;
}
.p-share__list {
  position: relative;
  text-align: left;
}
.p-share__list li {
  margin-bottom: 110px;
}
.p-share__list li h3 {
  display: flex;
  font-size: 37.5px;
  margin-bottom: 81px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.p-share__list li h3 .num {
  font-size: 40px;
  font-style: italic;
  background: linear-gradient(to right, #344D6A 0%, #1B3758 90%, #1B3758 100%);
  color: #fff;
  border-radius: 50%;
  margin-right: 23px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.p-share__list li h3 .num .num__text {
  display: inline-block;
  transform: translateX(-3px) translateY(-2.5px);
}
.p-share__list li h4 {
  position: relative;
  font-size: 35px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
}
.p-share__list li h4::before {
  content: "";
  position: absolute;
  /* 位置は必要に応じて調整 */
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -50px;
  width: 51px;
  /* サイズ調整OK */
  height: 20px;
  /* サイズ調整OK */
  background: linear-gradient(to bottom, #76879B 0%, #324B69 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  /* 下向き三角 */
}
.p-share__list li p {
  font-size: 28px;
}
.p-share__list li:last-child {
  margin-bottom: 0;
}
.p-share__item-img {
  margin-bottom: 30px;
}
.p-share__wrap {
  position: relative;
}
.p-share__prev, .p-share__next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  z-index: 10;
  transform: translateY(-50%);
}
.p-share__prev::before, .p-share__next::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-share__prev {
  left: -2%;
  transform: translate(-100%, -50%);
}
.p-share__prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.p-share__next {
  right: -2%;
  transform: translate(100%, -50%);
}
.p-share__next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-voice {
  padding-bottom: 80px;
}
.p-voice__btn a {
  margin: 60px auto 0;
}

.p-intro__slider .swiper-wrapper,
.p-hotel__infinite-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.p-lifestyle {
  padding: 80px 0;
  background-color: #fff;
}
.p-lifestyle .annotation {
  font-size: min(2.77778vw, 15px);
  display: contents;
  color: #000;
}
.p-lifestyle .swiper-pagination {
  position: static;
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-lifestyle .swiper-pagination .swiper-pagination-bullet {
  border-radius: 50% !important;
  margin: 0 !important;
}

@media (max-width: 828px) {
  .p-lifestyle {
    padding: 14.4927536232vw 0;
  }
}
.p-lifestyle__title {
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 828px) {
  .p-lifestyle__title {
    margin-bottom: 7.2463768116vw;
  }
}
.p-lifestyle__subtitle {
  text-align: center;
  margin-bottom: 20px;
  color: #999999;
}

.p-lifestyle__content {
  position: relative;
  margin-top: 60px;
}

@media (max-width: 828px) {
  .p-lifestyle__content {
    margin-top: 7.2463768116vw;
  }
}
.p-lifestyle__visual {
  width: 100%;
  margin-bottom: 60px;
}

@media (max-width: 828px) {
  .p-lifestyle__visual {
    margin-bottom: 7.2463768116vw;
  }
}
.p-lifestyle__video {
  margin-bottom: 20px;
}

@media (max-width: 828px) {
  .p-lifestyle__video {
    margin-bottom: 2.4154589372vw;
  }
}
.p-lifestyle__video video {
  width: 100%;
  vertical-align: bottom;
}

.p-lifestyle__timeline {
  margin-bottom: 60px;
}

@media (max-width: 828px) {
  .p-lifestyle__timeline {
    margin-bottom: 7.2463768116vw;
  }
}
.p-lifestyle__timeline:last-child {
  margin-bottom: 0;
}

.p-lifestyle__timeline-head {
  display: flex;
  align-items: center;
  gap: 40px;
  color: #1b3758;
  opacity: 0.6;
  margin-bottom: 40px;
}

@media (max-width: 828px) {
  .p-lifestyle__timeline-head {
    gap: 4.8309178744vw;
    margin-bottom: 4.8309178744vw;
  }
}
.p-lifestyle__timeline-icon {
  width: 40px;
}

@media (max-width: 828px) {
  .p-lifestyle__timeline-icon {
    width: 4.8309178744vw;
  }
}
.p-lifestyle__timeline-icon img {
  width: 100%;
}

.p-lifestyle__timeline-text {
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
}

@media (max-width: 828px) {
  .p-lifestyle__timeline-text {
    font-size: 3.8647342995vw;
  }
}
@media (max-width: 828px) {
  .p-lifestyle__text-thin {
    letter-spacing: 0;
  }
}
.p-lifestyle__timeline-body {
  padding-left: 80px;
  position: relative;
}

@media (max-width: 828px) {
  .p-lifestyle__timeline-body {
    padding-left: 9.6618357488vw;
  }
}
.p-lifestyle__timeline-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  display: block;
  width: 2px;
  background-image: repeating-linear-gradient(180deg, #1b3758, #1b3758 2px, transparent 2px, transparent 8px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 2px 100%;
}

@media (max-width: 828px) {
  .p-lifestyle__timeline-body::before {
    left: 2.4154589372vw;
    width: 0.2415458937vw;
  }
}
.p-lifestyle__timeline-block {
  margin-bottom: 20px;
}

@media (max-width: 828px) {
  .p-lifestyle__timeline-block {
    margin-bottom: 2.4154589372vw;
  }
}
.p-lifestyle__timeline-block:last-child {
  margin-bottom: 0;
}

.p-lifestyle__image .annotation {
  display: block;
  text-align: right;
  margin-top: 5px;
  color: #808080;
}

.p-lifestyle__image img {
  width: 100%;
  height: auto;
}

.p-lifestyle__title.c-section__title {
  text-align: center;
}

@media (max-width: 828px) {
  .p-intro {
    padding-top: calc(123 / 1080 * 100vw);
    padding-bottom: calc(140 / 1080 * 100vw);
  }
  .p-intro__title {
    font-size: calc(75 / 1080 * 100vw);
    margin-bottom: calc(60 / 1080 * 100vw);
  }
  .p-intro__text {
    font-size: calc(42 / 1080 * 100vw);
    margin-bottom: calc(80 / 1080 * 100vw);
  }
  .p-intro__text:last-of-type {
    margin-bottom: calc(150 / 1080 * 100vw);
  }
  .p-intro__sub-ttl {
    font-size: calc(56 / 1080 * 100vw);
    margin-bottom: calc(150 / 1080 * 100vw);
  }
  .p-intro__slider {
    margin-bottom: calc(154 / 1080 * 100vw);
  }
  .p-intro__slider img {
    aspect-ratio: unset;
  }
  .p-intro__points {
    margin-bottom: calc(140 / 1080 * 100vw);
  }
  .p-intro__points li {
    border-radius: calc(13 / 1080 * 100vw);
    margin-bottom: calc(46 / 1080 * 100vw);
  }
  .p-intro__points li p {
    font-size: calc(38 / 1080 * 100vw);
  }
  .p-intro__points li img {
    border-radius: calc(13 / 1080 * 100vw);
  }
  .p-room-modal__container,
  .p-owners-voice-modal__container {
    width: 89.3719806763vw;
    border-radius: 4.8309178744vw;
  }
  .p-room-modal__close,
  .p-owners-voice-modal__close {
    top: 3.6231884058vw;
    right: 3.6231884058vw;
    width: 7.2463768116vw;
    height: 7.2463768116vw;
  }
  .p-room-modal__close span,
  .p-owners-voice-modal__close span {
    width: 3.6231884058vw;
    height: 1px;
  }
  .p-room-modal__hero,
  .p-owners-voice-modal__hero {
    height: 72.4637681159vw;
  }
  .p-room-modal__hero-content,
  .p-owners-voice-modal__hero-content {
    padding: 4.8309178744vw;
  }
  .p-room-modal__hero-location,
  .p-owners-voice-modal__hero-location {
    font-size: 2.4154589372vw;
    margin-bottom: 1.2077294686vw;
  }
  .p-room-modal__hero-title,
  .p-owners-voice-modal__hero-title {
    font-size: 5.7971014493vw;
    margin-bottom: 1.2077294686vw;
  }
  .p-room-modal__concept,
  .p-owners-voice-modal__concept {
    padding: 7.2463768116vw 4.8309178744vw;
  }
  .p-room-modal__concept.--border::before,
  .p-owners-voice-modal__concept.--border::before {
    width: calc(100% - 40px);
  }
  .p-room-modal__concept-title,
  .p-owners-voice-modal__concept-title {
    font-size: 4.8309178744vw;
    margin-bottom: 7.2463768116vw;
    padding-bottom: 2.4154589372vw;
  }
  .p-room-modal__concept-title::after,
  .p-owners-voice-modal__concept-title::after {
    width: 12.077294686vw;
    height: 1px;
  }
  .p-room-modal__concept-text,
  .p-owners-voice-modal__concept-text {
    font-size: 3.3816425121vw;
    margin-bottom: 4.8309178744vw;
  }
  .p-room-modal__spec-item,
  .p-owners-voice-modal__spec-item {
    font-size: 3.3816425121vw;
  }
  .p-room-modal__specs,
  .p-owners-voice-modal__specs {
    margin-bottom: 7.2463768116vw;
  }
  .p-room-modal,
  .p-owners-voice-modal {
    /* あなたが最初に出した部分もここに統合 */
  }
  .p-room-modal__hero-title,
  .p-owners-voice-modal__hero-title {
    font-size: calc(70 / 1080 * 100vw);
  }
  .p-room-modal__hero-location,
  .p-owners-voice-modal__hero-location {
    font-size: calc(50 / 1080 * 100vw);
  }
  .p-room-modal__btn,
  .p-owners-voice-modal__btn {
    margin-bottom: calc(95 / 1080 * 100vw);
  }
  .p-room-modal__annotation,
  .p-owners-voice-modal__annotation {
    font-size: calc(26 / 1080 * 100vw);
  }
}/*# sourceMappingURL=style.css.map */