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

.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;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 26px;
  flex-flow: column;
}

@media (max-width: 828px) {
  .l-header__menu {
    gap: 7vw;
    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;
}

@media (max-width: 828px) {
  .l-header__btn-sp {
    right: 12%;
  }
}
.wrapper {
  width: 100%;
  max-width: 828px;
  margin: 0 auto;
}

.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(32px, 5vw - 0px, 50px);
  line-height: 130%;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.p-mv__subtitle {
  font-size: clamp(20px, 5vw - 10px, 30px);
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.p-mv__annotation {
  position: absolute;
  bottom: 30px;
  font-size: clamp(10px, 1vw + 4px, 12px);
  left: 0;
  right: 0;
  text-align: center;
}

.p-intro {
  padding-top: 60px;
  padding-bottom: 103px;
}
.p-intro__title {
  font-size: 40px;
  width: 100%;
  font-weight: 500;
  margin-bottom: 10px;
}
.p-intro__text {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-bottom: 20px;
}
.p-intro__text:last-of-type {
  margin-bottom: 40px;
}
.p-intro__sub-ttl {
  font-size: 41px;
  margin-bottom: 70px;
}
.p-intro__swiper {
  margin-bottom: 113px;
}
.p-intro__slider {
  margin-bottom: 90px;
}
.p-intro__points {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 103px;
}
.p-intro__points li {
  width: 48%;
  margin-bottom: 34px;
}
.p-intro__points li p {
  color: #73B9BA;
  text-align: left;
  font-size: 28px;
}
.p-intro__points-img {
  box-shadow: rgba(0, 0, 0, 0.1) 3px 4px 6px;
  border-radius: 9.5px;
}
.p-intro__points-img img {
  border-radius: 9.5px;
}
.p-intro__points li:last-child {
  width: 100%;
  margin-bottom: 0;
}
.p-intro__btn a {
  margin: 0 auto;
}

.p-villas {
  text-align: center;
}
.p-villas__title {
  font-weight: 500;
  font-size: 64px;
  margin-bottom: 40px;
  line-height: 1.4;
}
.p-villas__text {
  font-size: 28px;
  margin-bottom: 45px;
}
.p-villas__list {
  display: flex;
  justify-content: space-between;
}
.p-villas__list li {
  width: 32.5%;
}
.p-villas__list li p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8%;
  font-size: 28px;
  width: 100%;
  /* 文字と矢印の間 */
}
.p-villas__list li p span {
  display: inline-block;
  position: relative;
}
.p-villas__list li p span::before {
  content: "";
  display: block;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  /* 下向きV */
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -60%;
  /* 位置調整 */
  width: 16px;
  height: 16px;
}
.p-villas__list li a {
  color: #000;
  opacity: 1;
  transition: 0.3s;
}
.p-villas__list li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.p-villas__locations li {
  padding-top: 110px;
  padding-bottom: 110px;
}
.p-villas__locations-number {
  font-size: 57px;
  margin-bottom: 59px;
  color: #236890;
  border-bottom: 1px solid #236890;
}
.p-villas__locations-number span {
  font-size: 40px;
}
.p-villas__locations-tag {
  background: linear-gradient(to right, #344D6A 0%, #1B3758 90%, #1B3758 100%);
  text-align: left;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 7px 25px;
  border-radius: 30px;
  letter-spacing: 0.07em;
}
.p-villas__locations h3 {
  text-align: left;
  font-weight: 500;
  font-size: 57.5px;
  margin-bottom: 37px;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.p-villas__locations-text {
  font-size: 36px;
  text-align: left;
  margin-bottom: 37px;
}
.p-villas__locations-contents {
  margin-bottom: 73.5px;
}
.p-villas__locations-contents-inner {
  border: 1px solid #434343;
  border-radius: 8px;
  padding: 22px 33px 30px;
  margin-bottom: 10px;
}
.p-villas__locations-contents-top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 5px;
  gap: 30px;
}
.p-villas__locations-contents-top span {
  font-size: 34px;
  margin-left: 30px;
}
.p-villas__locations-contents-top span span {
  font-size: 28px;
  margin-left: 0;
}
.p-villas__locations-contents-top p {
  font-size: 24px;
}
.p-villas__locations-contents-img {
  width: 15%;
}
.p-villas__locations-contents-bottom {
  text-align: left;
  display: flex;
  gap: 30px;
  align-items: baseline;
}
.p-villas__locations-contents-bottom span {
  font-size: 31px;
  font-style: italic;
}
.p-villas__locations-contents-bottom p {
  font-size: 24px;
}
.p-villas__locations-container {
  margin-bottom: 106px;
}
.p-villas__locations-block {
  text-align: left;
  font-size: 28px;
  margin-bottom: 55px;
}
.p-villas__locations-block-img {
  margin-bottom: 18.5px;
}
.p-villas__locations-recommend {
  border: 1px solid;
  padding: 40px 30px 50px;
  border-radius: 5px;
  margin-bottom: 100px;
}
.p-villas__locations-recommend p {
  font-size: 30px;
  margin-bottom: 22px;
}
.p-villas__locations-recommend h3 {
  font-size: 41px;
  text-align: center;
}
.p-villas__locations-recommend h3 span {
  position: relative;
  width: 430px;
  display: flex;
  margin: -15px auto 0;
  z-index: -1;
}
.p-villas__locations-recommend ul {
  text-align: left;
  width: 82%;
  margin: 0 auto;
}
.p-villas__locations-recommend ul li {
  position: relative;
  font-size: 28px;
  line-height: 1.4;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 14px;
}
.p-villas__locations-recommend ul li::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #73B9BA;
  left: -5%;
  top: 0.7em;
  transform: translateY(-50%);
}
.p-villas__locations-recommend ul li:nth-child(2) {
  background-color: transparent;
}
.p-villas__locations-recommend ul li:last-child {
  margin-bottom: 0;
}
.p-villas__locations-btn a {
  margin: 0 auto;
}

.p-choice {
  text-align: center;
  color: #fff;
  padding-top: 125px;
  padding-bottom: 125px;
}
.p-choice__title {
  line-height: 1.5;
  font-size: 44px;
  margin-bottom: 51px;
}
.p-choice__title span {
  position: relative;
  width: 508px;
  margin: -32px auto 0;
  display: flex;
  z-index: -1;
}
.p-choice__text {
  font-size: 30px;
  margin-bottom: 103px;
}
.p-choice__list {
  text-align: left;
  margin-bottom: calc(125 / 1125 * 100vw);
}
.p-choice__list li {
  margin-bottom: 92px;
}
.p-choice__list li h3 {
  display: flex;
  align-items: center;
  font-size: 37.5px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.p-choice__list li h3 .num {
  font-size: 40px;
  font-style: italic;
  background-color: #fff;
  color: #1B3758;
  border-radius: 50%;
  margin-right: 23px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-choice__list li h3 .num .num__text {
  display: inline-block;
  transform: translateX(-3px) translateY(-2.5px);
}
.p-choice__list li p {
  font-size: 28px;
}
.p-choice__item-img {
  margin-bottom: 30px;
}
.p-choice__wrap {
  position: relative;
}
.p-choice__prev, .p-choice__next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  z-index: 10;
  transform: translateY(-50%);
}
.p-choice__prev::before, .p-choice__next::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-choice__prev {
  left: -2%;
  transform: translate(-100%, -50%);
}
.p-choice__prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.p-choice__next {
  right: -2%;
  transform: translate(100%, -50%);
}
.p-choice__next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-choice li:last-child {
  margin-bottom: 0;
}
.p-choice li:last-child p {
  margin-bottom: 58px;
}
.p-choice li:last-child .p-choice__item-img {
  margin-bottom: 0;
}
.p-choice__room h3 {
  margin-bottom: 26px;
  font-size: 36px;
  font-weight: 500;
}
.p-choice__room-card {
  margin-bottom: 154px;
}
.p-choice__room p {
  margin-bottom: 48px;
  font-size: 37px;
}
.p-choice__card {
  position: relative;
}
.p-choice__card-content {
  font-size: 26.5px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #fff;
  border-radius: 150px;
  color: #000;
  padding: 0.5% 5%;
}
.p-choice__btn a {
  margin: 0 auto;
}

.p-location {
  background-color: transparent;
  padding: 0;
}

.p-umito-list {
  padding-top: 230px;
}
.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;
}

.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;
}
.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: -80%;
  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;
}

@media (max-width: 828px) {
  .p-cta-doc {
    background: url(../../img/3villas/cta-doc-bg-sp.webp) no-repeat;
  }
  .p-mv {
    color: #fff;
    height: 550px;
  }
  .p-mv__inner {
    position: absolute;
    top: 0;
    padding-top: 70px;
  }
  .p-mv__title {
    line-height: 150%;
  }
  .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);
  }
  .p-intro__title {
    font-size: calc(75 / 1125 * 100vw);
    margin-bottom: calc(60 / 1125 * 100vw);
  }
  .p-intro__text {
    font-size: calc(42 / 1125 * 100vw);
    margin-bottom: calc(80 / 1125 * 100vw);
  }
  .p-intro__text:last-of-type {
    margin-bottom: calc(150 / 1125 * 100vw);
  }
  .p-intro__sub-ttl {
    font-size: calc(56 / 1125 * 100vw);
    margin-bottom: calc(150 / 1125 * 100vw);
  }
  .p-intro__slider {
    margin-bottom: calc(154 / 1125 * 100vw);
  }
  .p-intro__slider img {
    aspect-ratio: unset;
  }
  .p-intro__points {
    margin-bottom: calc(140 / 1125 * 100vw);
  }
  .p-intro__points li {
    border-radius: calc(13 / 1125 * 100vw);
    margin-bottom: calc(46 / 1125 * 100vw);
  }
  .p-intro__points li p {
    font-size: calc(38 / 1125 * 100vw);
  }
  .p-intro__points li img {
    border-radius: calc(13 / 1125 * 100vw);
  }
  .p-villas__title {
    font-size: calc(87 / 1125 * 100vw);
    margin-bottom: calc(35 / 1125 * 100vw);
  }
  .p-villas__text {
    font-size: calc(38 / 1125 * 100vw);
    margin-bottom: calc(80 / 1125 * 100vw);
  }
  .p-villas__list li p {
    font-size: calc(38 / 1125 * 100vw);
  }
  .p-villas__list li p span {
    width: calc(25 / 1125 * 100vw);
    height: calc(25 / 1125 * 100vw);
  }
  .p-villas__list li p span::before {
    width: calc(23 / 1125 * 100vw);
    height: calc(23 / 1125 * 100vw);
  }
  .p-villas__locations li {
    padding-bottom: calc(150 / 1125 * 100vw);
    padding-top: calc(150 / 1125 * 100vw);
  }
  .p-villas__locations-number {
    font-size: calc(77 / 1125 * 100vw);
    margin-bottom: calc(80 / 1125 * 100vw);
  }
  .p-villas__locations-number span {
    font-size: calc(56 / 1125 * 100vw);
  }
  .p-villas__locations h3 {
    font-size: calc(78 / 1125 * 100vw);
    margin-bottom: calc(50 / 1125 * 100vw);
  }
  .p-villas__locations h3 span {
    font-size: calc(96 / 1125 * 100vw);
  }
  .p-villas__locations-tag {
    font-size: calc(36 / 1125 * 100vw);
    margin-bottom: calc(20 / 1125 * 100vw);
    padding: calc(18 / 1125 * 100vw) calc(50 / 1125 * 100vw);
  }
  .p-villas__locations-text {
    font-size: calc(48 / 1125 * 100vw);
    margin-bottom: calc(50 / 1125 * 100vw);
  }
  .p-villas__locations-contents {
    margin-bottom: calc(100 / 1125 * 100vw);
  }
  .p-villas__locations-contents-inner {
    padding: calc(40 / 1125 * 100vw) calc(45 / 1125 * 100vw) calc(40 / 1125 * 100vw);
  }
  .p-villas__locations-contents-top {
    gap: 3%;
  }
  .p-villas__locations-contents-top p {
    font-size: calc(33 / 1125 * 100vw);
  }
  .p-villas__locations-contents-top span {
    font-size: calc(59 / 1125 * 100vw);
    margin-left: calc(50 / 1125 * 100vw);
  }
  .p-villas__locations-contents-top span span {
    font-size: calc(42 / 1125 * 100vw);
  }
  .p-villas__locations-contents-img {
    width: calc(151 / 1125 * 100vw);
  }
  .p-villas__locations-contents-bottom p {
    font-size: calc(33 / 1125 * 100vw);
  }
  .p-villas__locations-contents-bottom span {
    font-size: calc(42 / 1125 * 100vw);
  }
  .p-villas__locations-contents-annotation {
    font-size: calc(32 / 1125 * 100vw);
  }
  .p-villas__locations-container {
    margin-bottom: calc(145 / 1125 * 100vw);
  }
  .p-villas__locations-block {
    font-size: calc(38 / 1125 * 100vw);
    margin-bottom: calc(75 / 1125 * 100vw);
  }
  .p-villas__locations-block-img {
    margin-bottom: calc(25 / 1125 * 100vw);
  }
  .p-villas__locations-recommend {
    padding: calc(75 / 1125 * 100vw) calc(10 / 1125 * 100vw) calc(85 / 1125 * 100vw);
    border-radius: 5px;
    margin-bottom: calc(160 / 1125 * 100vw);
  }
  .p-villas__locations-recommend p {
    font-size: calc(40 / 1125 * 100vw);
    margin-bottom: calc(30 / 1125 * 100vw);
  }
  .p-villas__locations-recommend h3 {
    font-size: calc(56 / 1125 * 100vw);
  }
  .p-villas__locations-recommend h3 span {
    width: calc(590 / 1125 * 100vw);
    margin-top: calc(-21 / 1125 * 100vw);
  }
  .p-villas__locations-recommend ul {
    margin: 0 auto;
  }
  .p-villas__locations-recommend ul li {
    font-size: calc(38 / 1125 * 100vw);
    margin-bottom: calc(20 / 1125 * 100vw);
  }
  .p-villas__locations-recommend ul li::after {
    width: calc(18 / 1125 * 100vw);
    height: calc(18 / 1125 * 100vw);
  }
  .p-choice {
    padding-top: calc(170 / 1125 * 100vw);
    padding-bottom: calc(170 / 1125 * 100vw);
  }
  .p-choice__title {
    font-size: calc(60 / 1125 * 100vw);
    margin-bottom: calc(70 / 1125 * 100vw);
  }
  .p-choice__title span {
    width: calc(690 / 1125 * 100vw);
    margin-top: calc(-50 / 1125 * 100vw);
  }
  .p-choice__text {
    font-size: calc(40 / 1125 * 100vw);
    margin-bottom: calc(140 / 1125 * 100vw);
  }
  .p-choice__list {
    margin-bottom: calc(125 / 1125 * 100vw);
  }
  .p-choice__list li {
    margin-bottom: calc(150 / 1125 * 100vw);
  }
  .p-choice__list li h3 {
    font-size: calc(51 / 1125 * 100vw);
    margin-bottom: calc(28 / 1125 * 100vw);
  }
  .p-choice__list li h3 .num {
    font-size: calc(54 / 1125 * 100vw);
    margin-right: calc(31 / 1125 * 100vw);
    width: calc(95 / 1125 * 100vw);
    height: calc(95 / 1125 * 100vw);
  }
  .p-choice__list li h3 .num .num__text {
    transform: translateX(-0.35vw) translateY(-0.2vw);
  }
  .p-choice__list li p {
    font-size: calc(38 / 1125 * 100vw);
  }
  .p-choice__item-img {
    margin-bottom: calc(40 / 1125 * 100vw);
  }
  .p-choice li:last-child p {
    margin-bottom: calc(80 / 1125 * 100vw);
  }
  .p-choice__room h3 {
    margin-bottom: calc(35 / 1125 * 100vw);
    font-size: calc(49.5 / 1125 * 100vw);
  }
  .p-choice__room-card {
    margin-bottom: calc(210 / 1125 * 100vw);
  }
  .p-choice__room p {
    margin-bottom: calc(65 / 1125 * 100vw);
    font-size: calc(50.5 / 1125 * 100vw);
  }
  .p-choice__card-content {
    font-size: calc(36 / 1125 * 100vw);
  }
  .p-room-modal .p-room-modal__container {
    width: 89.3719806763vw;
    border-radius: 4.8309178744vw;
  }
  .p-room-modal .p-room-modal__close {
    top: 3.6231884058vw;
    right: 3.6231884058vw;
    width: 7.2463768116vw;
    height: 7.2463768116vw;
  }
  .p-room-modal .p-room-modal__close span {
    width: 3.6231884058vw;
    height: 1px;
  }
  .p-room-modal .p-room-modal__hero {
    height: 72.4637681159vw;
  }
  .p-room-modal .p-room-modal__hero-content {
    padding: 4.8309178744vw;
  }
  .p-room-modal .p-room-modal__hero-location {
    font-size: 2.4154589372vw;
    margin-bottom: 1.2077294686vw;
  }
  .p-room-modal .p-room-modal__hero-title {
    font-size: 5.7971014493vw;
    margin-bottom: 1.2077294686vw;
  }
  .p-room-modal .p-room-modal__concept {
    padding: 7.2463768116vw 4.8309178744vw;
  }
  .p-room-modal .p-room-modal__concept.--border::before {
    width: calc(100% - 40px);
  }
  .p-room-modal .p-room-modal__concept-title {
    font-size: 4.8309178744vw;
    margin-bottom: 7.2463768116vw;
    padding-bottom: 2.4154589372vw;
  }
  .p-room-modal .p-room-modal__concept-title::after {
    width: 12.077294686vw;
    height: 1px;
  }
  .p-room-modal .p-room-modal__concept-text {
    font-size: 3.3816425121vw;
    margin-bottom: 4.8309178744vw;
  }
  .p-room-modal .p-room-modal__spec-item {
    font-size: 3.3816425121vw;
  }
  .p-room-modal .p-room-modal__specs {
    margin-bottom: 7.2463768116vw;
  }
  .p-room-modal .p-room-modal {
    /* あなたが最初に出した部分もここに統合 */
  }
  .p-room-modal .p-room-modal__hero-title {
    font-size: calc(70 / 1125 * 100vw);
  }
  .p-room-modal .p-room-modal__hero-location {
    font-size: calc(50 / 1125 * 100vw);
  }
  .p-room-modal .p-room-modal__btn {
    margin-bottom: calc(95 / 1125 * 100vw);
  }
  .p-room-modal .p-room-modal__annotation {
    font-size: calc(26 / 1125 * 100vw);
  }
  .p-share {
    padding-top: calc(170 / 1125 * 100vw);
    padding-bottom: calc(80 / 1125 * 100vw);
  }
  .p-share::after {
    height: calc(207 / 1125 * 100vw);
  }
  .p-share__title {
    font-size: calc(70 / 1125 * 100vw);
    margin-bottom: calc(100 / 1125 * 100vw);
  }
  .p-share__text {
    font-size: calc(46 / 1125 * 100vw);
    margin-bottom: calc(140 / 1125 * 100vw);
  }
  .p-share__text span {
    width: calc(797 / 1125 * 100vw);
    margin-top: calc(-30 / 1125 * 100vw);
  }
  .p-share__list li {
    margin-bottom: calc(150 / 1125 * 100vw);
  }
  .p-share__list li h3 {
    font-size: calc(51 / 1125 * 100vw);
    margin-bottom: calc(110 / 1125 * 100vw);
  }
  .p-share__list li h3 .num {
    font-size: calc(54 / 1125 * 100vw);
    margin-right: calc(31 / 1125 * 100vw);
    width: calc(95 / 1125 * 100vw);
    height: calc(95 / 1125 * 100vw);
  }
  .p-share__list li h3 .num .num__text {
    transform: translateX(-0.35vw) translateY(-0.2vw);
  }
  .p-share__list li h4 {
    font-size: calc(48 / 1125 * 100vw);
    margin-bottom: calc(20 / 1125 * 100vw);
  }
  .p-share__list li h4::before {
    width: calc(70 / 1125 * 100vw);
    /* サイズ調整OK */
    height: calc(27 / 1125 * 100vw);
    /* サイズ調整OK */
  }
  .p-share__list li p {
    font-size: calc(38 / 1125 * 100vw);
  }
  .p-share__item-img {
    margin-bottom: calc(40 / 1125 * 100vw);
  }
  .p-umito-list {
    padding-top: calc(260 / 1125 * 100vw);
  }
  .p-umito-map__text h2 {
    font-size: calc(60 / 1125 * 100vw);
  }
}/*# sourceMappingURL=style.css.map */