@charset "UTF-8";
body {
  line-height: 1.8;
}

.bodoni {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-style: italic;
}

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

.bg-lb {
  background-color: #ECF6FB;
}

.bg-db {
  background: linear-gradient(to right, #344D6A 0%, #1B3758 90%, #1B3758 100%);
}

.c-button--main,
.c-floating-button,
.c-button--header {
  background-color: #29AAE1;
}
.c-button--main span,
.c-floating-button span,
.c-button--header span {
  color: #29AAE1;
}

.c-button--header span,
.c-floating-button span {
  border: 3px solid #29AAE1;
}

.p-cta-doc {
  background: url(../../img/3villas/cta-doc-bg.webp) no-repeat;
}
.p-cta-doc__catch {
  font-size: clamp(19px, 2vw + 8px, 19px);
}
.p-cta-doc__catch {
  letter-spacing: 0.1em;
}

.l-header {
  background-color: #fff;
  padding: 25px 0;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  max-width: 828px;
  margin: 0 auto;
}

@media (max-width: 828px) {
  .l-header {
    height: 15.7004830918vw;
    padding: 4.2270531401vw 0;
  }
}
.l-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-header__logo {
  width: 233px;
}

@media (max-width: 828px) {
  .l-header__logo {
    width: 28.0193236715vw;
  }
}
.l-header__logo img {
  width: 100%;
}

.l-header__nav-wrapper {
  display: none;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 110px;
  width: 100%;
  max-width: 828px;
  height: calc(100vh - 100px);
  background: #f3f6fa;
  overflow: auto;
}

@media (max-width: 828px) {
  .l-header__nav-wrapper {
    top: 15.7004830918vw;
    height: calc(100vh - 65px);
  }
}
.l-header__nav {
  display: flex;
  align-items: center;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  height: 100%;
  margin-top: 0;
}

@media (max-width: 828px) {
  .l-header__nav {
    gap: 12.077294686vw;
  }
}
.l-header__menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 32px;
  flex-flow: column;
  gap: 40px;
}

@media (max-width: 828px) {
  .l-header__menu {
    gap: 9.6618357488vw;
    font-size: 3.8647342995vw;
  }
}
.l-header__menu a {
  text-decoration: none;
  font-family: "Cormorant Garamond", "Shippori Mincho", sans-serif;
  font-weight: 400;
  color: #000;
}

.has-dropdown {
  position: relative;
}

.l-header__dropdown-toggle {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2222%22%20height%3D%2213%22%20viewBox%3D%220%200%2022%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L11%2011L21%201%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: top 5px right;
  padding-right: 15px;
}

.has-dropdown.is-open .l-header__dropdown-menu {
  display: block;
}

.l-header__dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background: white;
  z-index: 10;
  padding: 12px 22px;
  text-align: center;
  position: static;
  background: #f3f6fa;
}

@media (max-width: 828px) {
  .l-header__dropdown-menu {
    padding: 2.8985507246vw 5.3140096618vw;
  }
}
.l-header__dropdown-menu a {
  line-height: 2;
}

.c-button--header {
  display: block;
  background: linear-gradient(90deg, #907600 0%, #a89300 100%);
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.05em;
  border-radius: 500px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  line-height: 1;
  position: absolute;
  right: 70px;
  top: 0;
}

@media (max-width: 828px) {
  .c-button--header {
    font-size: 2.8985507246vw;
    padding: 2.4154589372vw 3.6231884058vw;
    right: 8.4541062802vw;
  }
}
.header-hamburger {
  display: block;
  width: 40px;
  height: 40px;
  z-index: 1000;
  position: relative;
}

@media (max-width: 828px) {
  .header-hamburger {
    width: 4.8309178744vw;
    height: 4.8309178744vw;
  }
}
.header-hamburger span {
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

@media (max-width: 828px) {
  .header-hamburger span {
    width: 4.8309178744vw;
  }
}
.header-hamburger span:nth-child(1) {
  top: calc(50% - 20px);
}

@media (max-width: 828px) {
  .header-hamburger span:nth-child(1) {
    top: calc(50% - 10px);
  }
}
.header-hamburger span:nth-child(3) {
  top: calc(50% + 20px);
}

@media (max-width: 828px) {
  .header-hamburger span:nth-child(3) {
    top: calc(50% + 10px);
  }
}
.header-hamburger.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(30deg);
}

.header-hamburger.active span:nth-child(2) {
  opacity: 0;
}

.header-hamburger.active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
}

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

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

.annotation {
  margin-top: 10px;
  color: #808080;
  text-align: right;
}

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

.p-mv__inner {
  text-align: center;
}
.p-mv__title {
  font-size: clamp(28px, 5vw - 0px, 50px);
  line-height: 130%;
  margin-bottom: 5px;
  letter-spacing: 0;
}
.p-mv__text {
  font-size: clamp(20px, 5vw - 10px, 30px);
  font-weight: bold;
  letter-spacing: 0.12em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.p-intro {
  padding-top: 70px;
  margin-bottom: 100px;
  background-color: #222222;
}
.p-intro__logo {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 20px;
}
.p-intro__image {
  margin-bottom: 30px;
}
.p-intro p {
  font-family: "Kozuka Gothic Pro", "小塚ゴシック Pro", "KozGoPro-Bold", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.1em;
  color: #fff;
}

.p-hotel {
  text-align: center;
}
.p-hotel__text {
  font-size: 35px;
  margin-bottom: 10px;
}
.p-hotel__title {
  font-size: 55px;
  border-bottom: 2px solid;
  margin-bottom: 60px;
  padding-bottom: 10px;
  letter-spacing: 0.12em;
}
.p-hotel__block {
  width: 100%;
}
.p-hotel__container {
  padding-bottom: 70px;
}
.p-hotel__container:last-of-type {
  padding-bottom: 0;
}
.p-hotel__slider {
  padding-bottom: 0;
}
.p-hotel__block-title {
  margin-bottom: 20px;
}
.p-hotel__block-img {
  margin-bottom: 10px;
}
.p-hotel__block-img + .p-hotel__block-img {
  margin-bottom: 0;
}

.p-hotel__slider-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  margin: 0;
  padding-inline: 95px;
}
@media (max-width: 828px) {
  .p-hotel__slider-nav {
    padding-inline: 13px;
  }
}

.p-hotel__slider .p-hotel__prev {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2219%22%20height%3D%2234%22%20viewBox%3D%220%200%2019%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17%202L2%2017L17%2032%22%20stroke%3D%22%23555%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
  background-position: center right 19px;
}

.p-hotel__slider .p-hotel__next {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2219%22%20height%3D%2234%22%20viewBox%3D%220%200%2019%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%202L17%2017L2%2032%22%20stroke%3D%22%23555%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
  background-position: center left 19px;
}

.p-hotel__slider .p-hotel__prev,
.p-hotel__slider .p-hotel__next {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #555;
  border-radius: 50%;
  opacity: 1;
  background-size: 10px;
  background-repeat: no-repeat;
}
@media (max-width: 828px) {
  .p-hotel__slider .p-hotel__prev,
  .p-hotel__slider .p-hotel__next {
    width: 43px;
    height: 43px;
    background-size: 5px;
  }
}

.p-room-list {
  padding: 0 0 120px;
}
@media (max-width: 828px) {
  .p-room-list {
    padding: 14.4927536232vw 0;
  }
}
.p-room-list__heading {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 2px solid;
  color: #000;
}
@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;
  min-height: 485px;
  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-room-list-atami {
  padding-top: 100px;
}
.p-room-list-atami .p-room-list__heading {
  margin-bottom: 10px;
  border: none;
  padding-bottom: 0;
}
.p-room-list-atami .p-room-list__text {
  text-align: center;
  margin-bottom: 40px;
}
.p-room-list-atami .p-room-list__card-plan {
  background-color: #1b3758;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 10px 2px;
  margin-bottom: 10px;
}
@media (max-width: 828px) {
  .p-room-list-atami .p-room-list__card-plan {
    font-size: 2.8985507246vw;
  }
}

.p-room-modal {
  position: fixed;
  top: 0;
  left: 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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
}
@media (max-width: 828px) {
  .p-room-modal__container {
    width: 89.3719806763vw;
    border-radius: 4.8309178744vw;
  }
}
.p-room-modal__container::-webkit-scrollbar {
  display: none;
}
.p-room-modal__closebar {
  position: sticky;
  top: 0;
  height: 0;
  z-index: 1000;
}
.p-room-modal__close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 20px;
  right: 20px;
  z-index: 10000;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
}
@media (max-width: 828px) {
  .p-room-modal__close {
    top: 3.6231884058vw;
    right: 3.6231884058vw;
    width: 7.2463768116vw;
    height: 7.2463768116vw;
  }
}
.p-room-modal__close span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #1b3758;
  transition: all 0.3s ease;
}
@media (max-width: 828px) {
  .p-room-modal__close span {
    width: 3.6231884058vw;
    height: 1px;
  }
}
.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;
}
@media (max-width: 828px) {
  .p-room-modal__hero {
    height: 72.4637681159vw;
  }
}
.p-room-modal__hero-plan {
  background-color: #1b3758;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 10px 2px;
  margin-bottom: 10px;
}
.p-room-modal__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-room-modal__hero-swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.p-room-modal__hero-swiper .p-room-modal__hero-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  margin: 0;
  padding-inline: 24px;
}
@media (max-width: 828px) {
  .p-room-modal__hero-swiper .p-room-modal__hero-nav {
    padding-inline: 2.8985507246vw;
    gap: 3.6231884058vw;
  }
}
.p-room-modal__hero-swiper .hero-next,
.p-room-modal__hero-swiper .hero-prev {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  background-size: 16px;
  background-repeat: no-repeat;
}
@media (max-width: 828px) {
  .p-room-modal__hero-swiper .hero-next,
  .p-room-modal__hero-swiper .hero-prev {
    width: 7.2463768116vw;
    height: 7.2463768116vw;
    background-size: 1.9323671498vw;
  }
}
.p-room-modal__hero-swiper .hero-prev {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2219%22%20height%3D%2234%22%20viewBox%3D%220%200%2019%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17%202L2%2017L17%2032%22%20stroke%3D%22%231B3758%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-position: center right 22px;
}
@media (max-width: 828px) {
  .p-room-modal__hero-swiper .hero-prev {
    background-position: center right 2.6570048309vw;
  }
}
.p-room-modal__hero-swiper .hero-next {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2219%22%20height%3D%2234%22%20viewBox%3D%220%200%2019%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%202L17%2017L2%2032%22%20stroke%3D%22%231B3758%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-position: center left 22px;
}
@media (max-width: 828px) {
  .p-room-modal__hero-swiper .hero-next {
    background-position: center left 2.6570048309vw;
  }
}
.p-room-modal__hero-content {
  position: relative;
  padding: 40px;
  z-index: 10;
  color: #fff;
}
@media (max-width: 828px) {
  .p-room-modal__hero-content {
    padding: 4.8309178744vw;
  }
}
.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;
}
@media (max-width: 828px) {
  .p-room-modal__hero-location {
    font-size: 2.4154589372vw;
    margin-bottom: 1.2077294686vw;
  }
}
.p-room-modal__hero-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media (max-width: 828px) {
  .p-room-modal__hero-title {
    font-size: 5.7971014493vw;
    margin-bottom: 1.2077294686vw;
  }
}
.p-room-modal__hero-description, .p-room-modal__hero-price {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 828px) {
  .p-room-modal__hero-description, .p-room-modal__hero-price {
    font-size: 2.4154589372vw;
  }
}
.p-room-modal__hero-description {
  margin-bottom: 10px;
}
@media (max-width: 828px) {
  .p-room-modal__hero-description {
    margin-bottom: 1.2077294686vw;
  }
}
.p-room-modal__concept {
  position: relative;
  padding: 60px 40px;
  background-color: #fff;
}
@media (max-width: 828px) {
  .p-room-modal__concept {
    padding: 7.2463768116vw 4.8309178744vw;
  }
}
.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);
}
@media (max-width: 828px) {
  .p-room-modal__concept.--border::before {
    width: calc(100% - 40px);
  }
}
.p-room-modal__concept-title {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 828px) {
  .p-room-modal__concept-title {
    font-size: 4.8309178744vw;
    margin-bottom: 7.2463768116vw;
    padding-bottom: 2.4154589372vw;
  }
}
.p-room-modal__concept-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #000;
}
@media (max-width: 828px) {
  .p-room-modal__concept-title::after {
    width: 12.077294686vw;
    height: 1px;
  }
}
.p-room-modal__concept-inner {
  margin-bottom: 50px;
}
@media (max-width: 828px) {
  .p-room-modal__concept-inner {
    margin-bottom: 9.66183575vw;
  }
}
.p-room-modal__concept-sub-title {
  font-size: 32px;
  margin-bottom: 20px;
}
@media (max-width: 828px) {
  .p-room-modal__concept-sub-title {
    margin-bottom: 2.4154589372vw;
    font-size: 3.8647342995vw;
  }
}
.p-room-modal__concept-text {
  font-size: 28px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 828px) {
  .p-room-modal__concept-text {
    font-size: 3.3816425121vw;
    margin-bottom: 3.62318841vw;
  }
}
.p-room-modal__concept-text:last-child {
  margin-bottom: 0;
}
.p-room-modal__concept-image {
  margin-bottom: 30px;
}
@media (max-width: 828px) {
  .p-room-modal__concept-image {
    margin-bottom: 3.62318841vw;
  }
}
.p-room-modal__concept-bottom {
  padding-bottom: 60px;
  font-size: 20px;
}
@media (max-width: 828px) {
  .p-room-modal__concept-bottom {
    padding-bottom: 7.2463768116vw;
  }
}
.p-room-modal__floorplan-number {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  color: #1b3758;
}
@media (max-width: 828px) {
  .p-room-modal__floorplan-number {
    font-size: 4.8309178744vw;
    margin-bottom: 4.8309178744vw;
  }
}
.p-room-modal__floorplan {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 828px) {
  .p-room-modal__floorplan {
    margin-bottom: 4.8309178744vw;
  }
}
.p-room-modal__floorplan img {
  width: 100%;
  height: auto;
  display: block;
}
.p-room-modal__specs {
  margin-bottom: 60px;
}
@media (max-width: 828px) {
  .p-room-modal__specs {
    margin-bottom: 7.2463768116vw;
  }
}
.p-room-modal__specs-item {
  font-size: 28px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}
@media (max-width: 828px) {
  .p-room-modal__specs-item {
    font-size: 3.3816425121vw;
  }
}
.p-room-modal .c-button--main {
  margin: auto;
}
.p-room-modal .p-room-modal__gallery {
  padding-bottom: 60px;
}
.p-room-modal .p-room-modal__gallery .p-room-modal__gallery-swiper {
  position: relative;
}
.p-room-modal .p-room-modal__gallery .p-room-modal__gallery-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  aspect-ratio: 740/480;
}
.p-room-modal .p-room-modal__gallery .p-room-modal__gallery-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.p-room-modal .p-room-modal__gallery .c-button-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 60px;
  padding-inline: 40px;
}
@media (max-width: 828px) {
  .p-room-modal .p-room-modal__gallery .c-button-navigation {
    margin-top: 7.2463768116vw;
    padding-inline: 4.8309178744vw;
  }
}
.p-room-modal .p-room-modal__gallery .c-pagination {
  width: auto;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 828px) {
  .p-room-modal .p-room-modal__gallery .c-pagination {
    gap: 3.6231884058vw;
  }
}
.p-room-modal .p-room-modal__gallery .c-pagination .swiper-pagination-bullet {
  background-color: #1b3758;
  margin: 0;
  width: 10px;
  height: 10px;
}
@media (max-width: 828px) {
  .p-room-modal .p-room-modal__gallery .c-pagination .swiper-pagination-bullet {
    width: 1.2077294686vw;
    height: 1.2077294686vw;
  }
}
.p-room-modal .p-room-modal__gallery .c-button-prev,
.p-room-modal .p-room-modal__gallery .c-button-next {
  width: 10px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 20px;
  cursor: pointer;
  flex-shrink: 0;
}
@media (max-width: 828px) {
  .p-room-modal .p-room-modal__gallery .c-button-prev,
  .p-room-modal .p-room-modal__gallery .c-button-next {
    width: 1.2077294686vw;
    height: 2.4154589372vw;
    background-size: 1.2077294686vw 2.4154589372vw;
  }
}
.p-room-modal .p-room-modal__gallery .c-button-prev.swiper-button-disabled,
.p-room-modal .p-room-modal__gallery .c-button-next.swiper-button-disabled {
  opacity: 0.3;
}
.p-room-modal .p-room-modal__gallery .c-button-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2222%22%20viewBox%3D%220%200%2012%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11%201L1%2011L11%2021%22%20stroke%3D%22%231B3758%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.p-room-modal .p-room-modal__gallery .c-button-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2222%22%20viewBox%3D%220%200%2012%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L11%2011L0.999999%2021%22%20stroke%3D%22%231B3758%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}

.c-button-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 20px;
}
@media (max-width: 828px) {
  .c-button-navigation {
    margin-top: 2.4154589372vw;
    gap: 3.6231884058vw;
  }
}

.p-feature {
  padding-top: 0;
}
@media (max-width: 828px) {
  .p-feature {
    padding: 60px 0;
  }
}
.p-feature__prev {
  left: 1%;
}
@media (max-width: 828px) {
  .p-feature__prev {
    left: 7%;
  }
}
.p-feature__next {
  right: 1%;
}
@media (max-width: 828px) {
  .p-feature__next {
    right: 7%;
  }
}

.p-location {
  background-color: transparent;
  padding: 0 0 100px;
  text-align: center;
}
.p-location__title {
  font-weight: 500;
}
.p-location__text {
  margin-bottom: 20px;
  line-height: 1.9;
}
.p-location .annotation {
  text-align: center;
}
.p-location__img {
  margin-bottom: 90px;
}
.p-location__map {
  margin-bottom: 70px;
}
.p-location__container {
  margin-bottom: 70px;
}
.p-location__block--title {
  font-size: clamp(20px, 2vw + 8px, 24px);
  font-weight: 500;
  margin-bottom: 20px;
}
.p-location__block--title span {
  display: block;
  font-size: 14px;
}
.p-location__item--inner span {
  font-size: calc(0.6875rem + (1vw - 0.234375rem) * 0);
  padding: 4px 8px;
  background: #EFEFEF;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
}
.p-location__item--img {
  margin-bottom: 10px;
}
.p-location__item--title {
  margin-bottom: 5px;
  font-weight: 500;
}
.p-location__btn a {
  margin: auto;
}

.p-umito-list {
  padding-top: 150px;
}
.p-umito-list__location {
  color: #333;
}

.p-umito-map__inner {
  display: block;
}
.p-umito-map__text {
  padding: 0;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  display: contents;
}
.p-umito-map__text h2 {
  line-height: 150%;
  font-size: 44px;
  text-align: center;
}
.p-umito-map__image {
  width: 100%;
}

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

@media (max-width: 828px) {
  .p-cta-doc {
    background: url(../../img/3villas/cta-doc-bg-sp.webp) no-repeat;
  }
  .annotation {
    font-size: calc(30 / 1125 * 100vw);
    margin-top: calc(20 / 1125 * 100vw);
  }
  .p-mv {
    color: #fff;
    height: 550px;
  }
  .p-mv__inner {
    position: absolute;
    top: 0;
    padding-top: 70px;
  }
  .p-mv__title {
    line-height: 150%;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .p-mv__subtitle {
    color: #fff;
    margin-bottom: 0;
  }
  .p-mv__btnwrapper {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .p-mv__annotation {
    bottom: 15px;
  }
  .p-intro {
    padding-top: calc(123 / 1125 * 100vw);
    padding-bottom: calc(140 / 1125 * 100vw);
    margin-bottom: calc(255 / 1125 * 100vw);
  }
  .p-intro__title {
    font-size: calc(48 / 1125 * 100vw);
    margin-bottom: calc(55 / 1125 * 100vw);
  }
  .p-intro__title span {
    font-size: calc(75 / 1125 * 100vw);
  }
  .p-intro__slider {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .p-intro__slider img {
    aspect-ratio: unset;
  }
  .p-intro__img {
    margin-bottom: calc(130 / 1125 * 100vw);
  }
  .p-hotel__title {
    font-size: calc(75 / 1125 * 100vw);
    margin-bottom: calc(90 / 1125 * 100vw);
    padding-bottom: calc(30 / 1125 * 100vw);
    border-bottom: calc(4 / 1125 * 100vw) solid;
  }
  .p-hotel__text {
    font-size: calc(48 / 1125 * 100vw);
    margin-bottom: calc(30 / 1125 * 100vw);
  }
  .p-hotel__container {
    padding-bottom: calc(150 / 1125 * 100vw);
  }
  .p-hotel__block {
    padding: 0;
  }
  .p-hotel__block-text {
    padding-right: 0;
    margin-bottom: calc(30 / 1125 * 100vw);
  }
  .p-room-list {
    padding: 0 0 calc(120 / 1125 * 100vw);
  }
  .p-room-list__heading {
    margin-bottom: calc(90 / 1125 * 100vw);
    padding-bottom: calc(30 / 1125 * 100vw);
    border-bottom: calc(4 / 1125 * 100vw) solid;
  }
  .p-room-modal__container {
    width: 89.3719806763vw;
    border-radius: 4.8309178744vw;
  }
  .p-room-modal__close {
    top: 3.6231884058vw;
    right: 3.6231884058vw;
    width: 7.2463768116vw;
    height: 7.2463768116vw;
  }
  .p-room-modal__close span {
    width: 3.6231884058vw;
    height: 1px;
  }
  .p-room-modal__hero {
    height: 72.4637681159vw;
  }
  .p-room-modal__hero-content {
    padding: 4.8309178744vw;
  }
  .p-room-modal__hero-location {
    font-size: 2.4154589372vw;
    margin-bottom: 1.2077294686vw;
  }
  .p-room-modal__hero-title {
    font-size: 5.7971014493vw;
    margin-bottom: 1.2077294686vw;
  }
  .p-room-modal__concept {
    padding: 7.2463768116vw 4.8309178744vw;
  }
  .p-room-modal__concept.--border::before {
    width: calc(100% - 40px);
  }
  .p-room-modal__concept-title {
    font-size: 4.8309178744vw;
    margin-bottom: 7.2463768116vw;
    padding-bottom: 2.4154589372vw;
  }
  .p-room-modal__concept-title::after {
    width: 12.077294686vw;
    height: 1px;
  }
  .p-room-modal__concept-text {
    font-size: 3.3816425121vw;
    margin-bottom: 4.8309178744vw;
  }
  .p-room-modal__spec-item {
    font-size: 3.3816425121vw;
  }
  .p-room-modal__specs {
    margin-bottom: 7.2463768116vw;
  }
  .p-room-modal {
    /* あなたが最初に出した部分もここに統合 */
  }
  .p-room-modal__hero-title {
    font-size: calc(70 / 1125 * 100vw);
  }
  .p-room-modal__hero-location {
    font-size: calc(50 / 1125 * 100vw);
  }
  .p-room-modal__btn {
    margin-bottom: calc(95 / 1125 * 100vw);
  }
  .p-room-modal__annotation {
    font-size: calc(26 / 1125 * 100vw);
  }
  .p-location {
    padding-top: calc(120 / 1125 * 100vw);
  }
  .p-location__text {
    margin-bottom: calc(80 / 1125 * 100vw);
  }
  .p-location__img {
    margin-bottom: calc(80 / 1125 * 100vw);
  }
  .p-location__map {
    margin-bottom: calc(150 / 1125 * 100vw);
  }
  .p-location__container {
    margin-bottom: calc(200 / 1125 * 100vw);
  }
  .p-location__block--title {
    margin-bottom: calc(50 / 1125 * 100vw);
  }
  .p-location__block--title span {
    font-size: calc(48 / 1125 * 100vw);
  }
  .p-location__item--inner span {
    margin-bottom: calc(20 / 1125 * 100vw);
  }
  .p-location__item--title {
    margin-bottom: calc(20 / 1125 * 100vw);
  }
  .p-umito-list {
    padding-top: calc(260 / 1125 * 100vw);
  }
  .p-umito-map__text h2 {
    font-size: calc(60 / 1125 * 100vw);
  }
}
.theme-bk {
  background-color: #1E1E1E;
  color: #fff;
}
.theme-bk .bg-lb,
.theme-bk .bg-db {
  background: #3C3C3C;
}
.theme-bk .c-button--main,
.theme-bk .c-floating-button,
.theme-bk .c-button--header {
  background-color: #73B9BA;
}
.theme-bk .c-button--main span,
.theme-bk .c-floating-button span,
.theme-bk .c-button--header span {
  color: #73B9BA;
  border-color: #73B9BA;
}
.theme-bk .p-cta-doc {
  background: url(../../img/3villas/cta-doc-bg-bk.webp) no-repeat;
  background-size: cover;
}
.theme-bk .p-cta-doc__catch {
  color: #fff;
  text-shadow: none;
}
@media (max-width: 828px) {
  .theme-bk .p-cta-doc {
    background: url(../../img/3villas/cta-doc-bg-bk-sp.webp) no-repeat;
    background-size: contain;
  }
}
.theme-bk .l-header {
  background-color: #1E1E1E;
}
.theme-bk .l-header__nav-wrapper {
  background: #1E1E1E;
}
.theme-bk .l-header__nav-wrapper a {
  color: #fff;
}
.theme-bk .header-hamburger span {
  background-color: #fff;
}
.theme-bk .p-intro__text {
  color: #fff;
}
.theme-bk .p-villas__list li a {
  color: #fff;
}
.theme-bk .p-villas__locations-number {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.theme-bk .p-villas__locations-contents {
  border: 1px solid #D0D0D0;
}
.theme-bk .p-share::after {
  background: #1E1E1E;
}
.theme-bk .p-share__list li h3 .num {
  background: #fff;
  color: #141414;
}
.theme-bk .p-share__list li h4::before {
  background: linear-gradient(to bottom, #808080 0%, #E6E6E6 100%);
}
.theme-bk .p-umito-list {
  background-color: #505050;
}
.theme-bk .p-voice {
  background-color: #505050;
  color: #000;
}
.theme-bk .l-footer {
  background-color: #1E1E1E;
}/*# sourceMappingURL=style.css.map */