.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fv {
  padding: 0;
  overflow: hidden;
}

.fv__image {
  width: 100%;
  position: relative;
  z-index: -1;
  /* aspect-ratio: 375 / 211; */
}

.fv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.fv__image.pc {
  display: none;
}

.fv__image.sp {
  display: block;
}


.fv__image__container {
  position: relative;
}

.fv__image__text {
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.fv__image__text--main {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}

.fv__image__text--sub {
  font-size: 23px;
  font-weight: 500;
}

.news {
  padding: 50px 0;
}

.news__list {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.news__list-date {
  margin-right: 30px;
}

.news_box {
  max-width: 442px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 0;
  margin-top: 20px;
}

.news__list a {
  display: flex;
  color: #000;
}

.news__list-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 行数を指定 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.entry__list {
  position: relative;
  display: flex;
  margin-top: 35px;
  margin-bottom: 10px;
  justify-content: center;
}

.entry__list a {
  color: #4d4d4d;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}

.entry__list a::before {
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.entry__list__construction {
  margin-right: 50px;
}

.entry__list__construction a::before {
  background-image: url(../images/top/construction__icon.svg);
}

.entry__list__property a::before {
  background-image: url(../images/top/property__icon.svg);
}

@media (min-width: 768px) {
  .entry__list a {
    font-size: 15px;
  }

  .link-button--gold {
    padding: 10px 30px;
    line-height: 1;
  }

  .fv__image__container {
    height: 100vh;
    overflow: hidden;
  }

  .fv__image.pc {
    display: block;
  }

  .fv__image.sp {
    display: none;
  }

  .fv__image__text {
    /* top: 65px; */
    top: 17%;
  }

  .fv__image__text--main {
    font-size: 42px;
    font-weight: 500;
  }

  .fv__image__text--sub {
    font-size: 33px;
  }

  .news__list {
    margin-left: auto;
    margin-right: auto;
    /* text-align: center;
    justify-content: center; */
    /* max-width: 500px; */
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .news {
    padding: 90px 0;
  }
}

.fv__text {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 30px 47px;
  background: linear-gradient(to right,
      #000000 0%,
      #2c3540 48.96%,
      #000000 100%);
}

.fv__text-item {
  position: relative;
  display: block;
  font-size: 21px;
  line-height: 24px;
  text-align: center;
  /* color: #e2c982; */
  color: #fff;
}

.fv__text-item span {
  font-size: 12px;
  line-height: 16px;
}

.fv__text-item::after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 1px;
  /* background-color: #e2c982; */
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}

.fv__text-item:last-child:after {
  display: none;
}

.entries {
  background: linear-gradient(to right, #f3eadb 0%, #fff 48.96%, #f3eadb 100%);
  /* border-bottom: 4px solid #caa111; */
  padding: 60px 5% 50px;
}

.entries .link-button {
  margin: 45px auto;
}

.entrie--gold {
  background: linear-gradient(to right,
      #0c2f54 0%,
      #0c2f54 25%,
      #005395 50%,
      #0c2f54 75%,
      #0c2f54 100%);
}

.entrie--green {
  background: linear-gradient(to right,
      #0f3d1c 0%,
      #005395 50%,
      #0c2f54 100%);
}

.entries__title {
  font-size: 35px;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  color: #931f23;
  margin-bottom: 45px;
}

.entries__subtitle {
  /* font-size: 26px; */
  font-size: 7.5vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.entries__subtitle--small-text {
  font-size: 50%;
}

.entries__l-title {
  /* font-size: 21px; */
  font-size: 4.8vw;
  font-weight: 500;
  text-align: center;
  line-height: calc(35/23);
}

.entrie--gold .entries__title {
  color: #e2c982;
}

.movie {
  background: linear-gradient(to right, #0c2f54 0%, #0c2f54 25%, #005395 50%, #0c2f54 75%, #0c2f54 100%);
}

.movie__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: 300;
  padding: 0 20px;
}

.brand {
  padding: 0;
  background-color: #0c2f54;
  border-bottom: 4px solid #caa111;
}

.brand__image-wrapper {
  padding: 40px 20px 30px;
  background: radial-gradient(ellipse 150px 180px at center 100px,
      #005395 0%,
      #0c2f54 90px,
      #0c2f54 100%);
}

.brand__image {
  display: block;
  margin: 0 auto;
  width: 133px;
  height: 133px;
}

.brand__title {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.brand__subtitle {
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-top: 3px;
}

.brand__text {
  padding: 30px 20px 50px;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}

.concept {
  overflow: hidden;
  background: linear-gradient(to right, #f3eadb 0%, #fff 48.96%, #f3eadb 100%);
  border-bottom: 4px solid #caa111;
}

#concept>div:first-child {
  mix-blend-mode: multiply;
}

.concept__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  line-height: 32px;
  position: relative;
  font-weight: 300;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

.concept__title::before,
.concept__title::after {
  content: "";
  display: block;
  width: 107.5px;
  height: 0.5px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.concept__title::before {
  left: -127.5px;
}

.concept__title::after {
  right: -127.5px;
}

.concept__logo {
  display: block;
  width: 260px;
  height: 53.5px;
  object-fit: contain;
  object-position: center;
  margin: 20px auto 0;
}

.concept__subtitle {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}

.concept__text {
  text-align: center;
}

.concept__decor {
  position: relative;
  left: -20px;
  width: 100vw;
  aspect-ratio: 375 / 214;
  margin-top: 20px;
  /* margin-top: 50px; */
  /* box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.1); */
}

.concept__decor__note {
  position: absolute;
  bottom: 0;
  left: .5em;
  font-size: 13px;
  font-weight: 500;
}

.concept__decor img {
  width: 120%;
  max-width: 120%;
  height: auto;
  /* object-fit: cover; */
  margin-left: -7%;
}

.concept__video {
  display: block;
  width: 100%;
  /* aspect-ratio: 335 / 189; */
  aspect-ratio: 160 / 90;
  margin: 50px auto 0;
  background-color: #fff;
  max-width: 744px;
}

.design {
  position: relative;
  background-color: #fff;
  border-bottom: 4px solid #caa111;
  padding: 50px 0 0 0;
}

.design * {
  position: relative;
  z-index: 1;
}

.design__title {
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}

.design__text {
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}

.design__frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.design__frame::before,
.design__frame::after {
  content: "";
  width: 120px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/top/design-1-sp.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 0;
  mix-blend-mode: difference;
  pointer-events: none;
}

.design__frame::after {
  left: auto;
  right: 0;
}

.design__wrapper {
  position: relative;
  padding-bottom: 70vw;
  width: 100%;
  overflow: hidden;
}

.design__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 62.5px;
  background: linear-gradient(to right, #054879 0%, #0c2f54 100%);
  border-top: 8.5px solid #0c2f54;
  border-bottom: 8.5px solid #0c2f54;
  bottom: 6px;
  left: 0;
  z-index: 2;
}

.design__wrapper::after {
  content: "";
  display: block;
  position: absolute;
  width: 112vw;
  /* max-width: 281px; */
  height: auto;
  aspect-ratio: 375 / 260;
  background-image: url(../images/top/design-5-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom -10px;
  right: -10%;
  bottom: 0;
  z-index: 3;
}

.design__wrapper__note {
  font-size: 13px;
  text-align: right;
  margin-bottom: -20px;
  position: relative;
  z-index: 10;
  font-weight: 500;
  margin-right: 15px;

}

@media (min-width: 620px) {
  .design__wrapper::after {
    max-width: none;
    width: 90vw;
    right: 0;
  }
}

.design__button {
  background: linear-gradient(#fff 0%, #dfdfe0 100%);
  padding-top: 50px;
  padding-bottom: 50px;
}

.design__button .link-button {
  margin-top: 0;
}

.location {
  padding-left: 0px;
  padding-right: 0;
  overflow: hidden;
  background: linear-gradient(to right,
      #020910 0%,
      #054879 48.96%,
      #020910 100%);
}

.location__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: 300;
  padding: 0 20px;
}

.location__text {
  text-align: center;
}

.premiumplan {
  padding-left: 0px;
  padding-right: 0;
  overflow: hidden;
  background: linear-gradient(to right,
      #020910 0%,
      #054879 48.96%,
      #020910 100%);
}

.scroll-wrapper {
  margin: 50px auto 0;
  position: relative;
  border-top: 4px solid #caa111;
  border-bottom: 4px solid #caa111;
  height: calc(100vh - 160px);
  overflow-y: hidden;
}

.scroll-container {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  position: relative;
  width: 100vw;
  display: flex;
  align-items: center;
  height: calc(100vh - 152px);
}

.scroll-inner {
  display: inline-block;
}

.location__image {
  min-width: max-content;
  display: flex;
  align-items: center;
  width: 100%;
}

.location__image picture {
  width: 100%;
  display: block;
}

.location__image img {
  width: auto;
  /* min-width: 800px; */
  height: 82vh;
}

.scroll-hint {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 10;
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.location .link-button:not(.link-button--gold) {
  background: #dfdfe0;
  border: 2px solid #a9abad;
  color: #2b2b2b;
  margin-top: 50px;
}

.roomplan {
  background: linear-gradient(to right, #f3eadb 0%, #fff 48.96%, #f3eadb 100%);
  border-top: 4px solid #caa111;
  border-bottom: 4px solid #caa111;
}

.roomplan .link-button {
  background: #dfdfe0;
  border: 2px solid #a9abad;
  color: #2b2b2b;
}

.roomplan__title {
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}

.roomplan__image {
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
  border-bottom: 5px solid #caa111;
  border-top: 5px solid #caa111;
}

.premiumplan__image {
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
  border-bottom: 5px solid #caa111;
  border-top: 5px solid #caa111;
}

.access {
  background: linear-gradient(to right, #0f3d1c 0%, #32593d 48.96%, #0f3d1c 100%);
  border-top: 3px solid;
  border-bottom: 3px solid;
  color: #fff;
  border-image: linear-gradient(to right, #d4b77e 10%, #673824 35%, #d4b77e 50%, #673824 65%, #d4b77e 90%) 1;
}

.access .common-text {
  color: #fff;
}

.access__title {
  /* font-size: 24px; */
  /* font-size: 17px; */
  font-size: 4.9vw;
  white-space: nowrap;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.access__btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.google-map {
  margin: 20px auto 0;
  max-width: 744px;
  aspect-ratio: 335 / 250;
  background-color: #707070;
}

.google-map iframe {
  width: 100%;
  height: 1005;
}

.annotation {
  padding: 50px 20px;
  background-color: #faf7f4;
  margin-bottom: 20px;
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #d4b77e 10%, #673824 35%, #d4b77e 50%, #673824 65%, #d4b77e 90%) 1;
}

.annotation h2 {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  font-weight: 500;
}

.temp {
  display: none;
}

.annotation__caption {
  line-height: 1.5;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: calc(20 / 14);
}

.annotation__caption span {
  padding-left: 1em;
  text-indent: -1.5em;
  display: block;
}

.wrapper {
  width: 100%;
}


img {
  max-width: 100%;
  height: auto;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper {
  width: 100%;
}

.swiper-slide-active .swiper-slide__item,
.swiper-slide-duplicate-active .swiper-slide__item,
.swiper-slide-prev .swiper-slide__item {
  animation: zoomanime 5s linear 0s normal both;
}

.annotation__advertising {
  margin-bottom: 2em;
}

.annotation__advertising__icon {
  padding: .3em 1.5em;
  border: 1px solid #000;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
}

@keyframes zoomanime {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.access__contact {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.access__sub-title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
  white-space: nowrap;
  font-weight: 500;
}

.access-text {
  font-size: 12px;
}

.access__contact__tel {
  margin-bottom: 15px;
}

.access__contact__tel a {
  font-size: min(13vw, 50px);
  line-height: 32px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
}

.entries__subtitle--small-text {
  display: block;
  text-align: center;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .google-map {
    aspect-ratio: 335 / 189;
  }

  .access-text {
    font-size: 16px;
  }

  .annotation__advertising__note {
    margin-bottom: 20px;
  }

  .concept__decor img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin-left: 0;
  }

  .annotation__advertising {
    display: flex;
    margin-right: 15px;
    align-items: center;
  }

  .annotation__advertising__icon {
    padding: .3em 1.5em;
    display: inline-flex;
    white-space: nowrap;
    margin-left: -.5em;
    margin-right: 15px;
    align-items: center;
    justify-content: center;
    margin: 0 15px 0 0;
    max-height: 50px;
  }

  .fv__image {
    /* height: calc(100vh - 100px - 90px); */
  }

  .fv__text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: none;
  }

  .fv__text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* 元々指定していた背景色（例：濃いグレー） */
    background-color: #434040;

    /* 背景レイヤーだけを乗算にする */
    mix-blend-mode: multiply;

    /* テキスト（z-index: 1）よりも後ろに配置 */
    z-index: 0;
  }

  .fv__text-item {
    /* width: 328px; */
    width: 220px;
    /* border-right: 1px solid #e2c982; */

    padding: 0 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .fv__text-item {
    border-right: 1px solid #fff;
  }

  .fv__text-item:first-child {
    border-left: 1px solid #fff;
  }

  .fv__text-item:first-child {
    /* border-left: 1px solid #e2c982; */
  }

  .fv__text-item::after {
    display: none;
  }

  .entries__title {
    font-size: 42px;
    margin-bottom: 40px;
    line-height: 70px;
    font-weight: 500;
  }

  .entries .link-button {
    margin: 45px auto 0;
    font-size: 23px;
  }

  .entries__title.fon-size02 {
    font-size: 28px;
    line-height: 32px;
  }

  .entries {
    padding: 46px 20px;
  }

  .entries__subtitle {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .entries__subtitle--small-text {
    display: block;
    text-align: center;
    margin-top: 5px;
  }

  .entries__l-title {
    font-size: 22px;
  }

  .brand {
    padding-top: 0px;
    padding-bottom: 70px;
  }

  .brand__image-wrapper {
    background: radial-gradient(ellipse 300px 300px at center,
        #005395 0%,
        #005395 5%,
        #0c2f54 80%,
        #0c2f54 100%);
    padding: 83px 0 150px;
  }

  .brand__image {
    width: 266px;
    height: 266px;
  }

  .brand__title {
    font-size: 24px;
    line-height: 32px;
    margin-top: -90px;
  }

  .brand__subtitle {
    font-size: 40px;
    line-height: 58px;
    margin-top: 10px;
  }

  .brand__text {
    max-width: 744px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }

  .concept {
    padding-top: 90px;
    padding-bottom: 137px;
  }

  .concept__title {
    font-size: 32px;
  }

  .concept__title::before,
  .concept__title::after {
    width: 216px;
  }

  .concept__title::before {
    left: -249px;
  }

  .concept__title::after {
    right: -249px;
  }

  .concept__logo {
    width: 360px;
    height: 74px;
  }

  .concept__subtitle {
    font-size: 28px;
  }

  .concept__decor {
    aspect-ratio: 1366 / 780;
    /* margin-top: 120px; */
    /* box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.1); */
  }

  .concept__decor__note {
    bottom: 0;
    left: 50px;
    font-size: 18px;
    font-weight: 500;
  }

  .concept__video {
    aspect-ratio: 160 / 90;
    /* margin: 160px auto 0; */
    margin: 80px auto 40px;
  }

  .design {
    padding-top: 83px;
  }

  .design__title {
    font-size: 48px;
    line-height: 58px;
  }

  .news .news__title {
    font-size: 40px;
  }

  .design__text {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
  }

  .design__frame::before,
  .design__frame::after {
    width: min(315px, max(120px, calc(315px + 50vw - 600px)));
    height: 100%;
    background-image: url(../images/top/design-1-pc.png);
    background-repeat: repeat-y;
  }

  .design__wrapper {
    /* padding-bottom: min(650px, max(203px, calc(650px + (50vw - 600px) * 1.3))); */
    padding-bottom: 60vw;
  }

  .design__wrapper::before {
    height: 227px;
    background: linear-gradient(to right, #054879 0%, #0c2f54 100%);
    border-top: 30px solid #0c2f54;
    border-bottom: 30px solid #0c2f54;
  }

  .design__wrapper::after {
    min-width: 600px;
    width: 95vw;
    /* max-width: 1024px; */
    background-image: url(../images/top/design-5-pc.png);
    background-position: right bottom -30px;
    right: 0;
  }

  /* .design__wrapper__note {
    font-size: 16px;
    right: 50%;
    left: inherit;
    transform: translateX(-100%);
  } */

  .design__button {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .location {
    padding-top: 83px;
    padding-bottom: 80px;
  }

  .premiumplan {
    padding-top: 83px;
    padding-bottom: 80px;
  }

  .annotation__caption {
    font-size: 14px;
    line-height: 24px;
    max-width: 900px;

  }

  @media (max-width: 963px) {
    .temp {
      display: block;
    }
  }

  @media (max-width: 963px) {
    .fv__text-item {
      width: fit-content;
      padding: 0 20px;
      height: 72px;
    }

    .fv__text-item {
      display: flex;
      align-items: center;
    }
  }

  .location__title {
    font-size: 48px;
    line-height: 58px;
  }

  .movie {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .movie__title {
    font-size: 48px;
    line-height: 58px;
  }

  .scroll-wrapper {
    margin: 83px auto 0;
    height: calc(100vh - 100px);
    max-height: 780px;
    display: flex;
    justify-content: center;
    min-height: 700px;
  }

  .roomplan__title {
    font-size: 48px;
    line-height: 58px;
  }

  .roomplan {
    padding-left: 0;
    padding-right: 0;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .roomplan__image {
    /* max-height: 700px;
    overflow: hidden; */
    margin-left: 0;
    margin-right: 0;
  }

  .roomplan-wrapper {
    margin: 83px auto 0;
    /* height: calc(100vh - 100px); */
    height: auto;
    /* max-height: 780px; */
    max-height: inherit;
    display: flex;
    justify-content: center;
    min-height: 700px;
    height: auto;
    min-height: auto;
    max-height: max-content;
  }

  .scroll-container {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
  }

  .premiumplan__image {
    /* max-height: 700px;
    overflow: hidden; */
    margin-left: 0;
    margin-right: 0;
  }

  .location__image {
    height: 100%;
    justify-content: center;
    overflow: hidden;
  }

  .location__image img {
    /* width: 1920px; */
    width: 100%;
    min-width: 1200px;
    height: auto;
    /* object-position: center; */
  }

  .location .link-button:not(.link-button--gold) {
    margin-top: 80px;
  }

  @media (min-width: 1130px) {
    .scroll-container {
      overflow-x: hidden;
      overflow-y: hidden;
    }

    .scroll-hint {
      display: none;
    }
  }

  .access {
    padding: 83px 20px;
  }

  .access__title {
    font-size: 32px;
    line-height: 40px;
  }

  .google-map {
    margin: 40px auto 0;
    aspect-ratio: 744 / 419;
  }

  .access .link-button {
    margin-top: 40px;
  }

  .access__contact {
    font-size: 32px;
    margin-top: 60px;
    padding: 0;
  }

  .access__sub-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .access__contact__tel a {
    font-size: 70px;
    pointer-events: none;
  }

  .annotation {
    padding: 90px 20px 90px;
  }

  .location .link-button:not(.link-button--gold):hover {
    filter: brightness(1.1);
    box-shadow: 0 6px 12px rgba(255, 255, 255, 0.3);
  }

  .roomplan .link-button {
    margin-top: 80px;
  }

  .premiumplan .link-button {
    margin-top: 80px;
  }

  .roomplan .link-button:hover {
    filter: brightness(1.1);
    box-shadow: 0 6px 12px rgba(255, 255, 255, 0.3);
  }

  @media (min-width: 1550px) {
    /* .design__wrapper__note {
      transform: translateX(0);
    } */
  }
}

.container {
  /* max-width: 1400px; */
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  background: radial-gradient(circle, #ffffff, #DFDFE0);
}

.card {
  background: white;
  /* border: 3px solid #4fc3dc; */
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #CAA111;
  border-top: 4px solid #CAA111;
  transition: all 0.3s ease;
}

.card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  filter: brightness(1.1);
}

.image-container {
  position: relative;
  width: 100%;
  /* height: 400px; */
  /* overflow: hidden; */
}

.image-container img {
  /* width: 100%;
  height: 100%; */
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #1a4d6d 0%, #2869a3 100%);
  padding: 30px 50px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.overlay-title {
  color: white;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 4px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'Times New Roman', serif;
}

.overlay-subtitle {
  color: white;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 300;
}

.overlay {
  display: none;
}

.image-container {
  position: relative;
}

.card .design__button {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.card-wrap .card:first-child {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .overlay {
    display: block;
    max-width: 280px;
    width: 90%;
    background: linear-gradient(#054879 0%, #0c2f54 100%);
  }

  .card .design__button {
    display: none;
  }

  .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    display: flex;
    justify-content: center;
    padding: 80px 20px;
  }

  .card-wrap .card:first-child {
    margin-right: 60px;
    margin-bottom: 0;
  }

  .card-wrap {
    max-width: 940px;
    margin: 0 auto;
    display: flex
  }

  .image-container {
    /* height: 500px; */
  }

  .overlay {
    padding: 40px 0;
  }

  .overlay-title {
    font-size: 42px;
    letter-spacing: 8px;
  }

  .overlay-title img {
    height: 40px;
  }

  .overlay-subtitle {
    font-size: 16px;
    letter-spacing: 3px;
  }
}