@charset "UTF-8";
/**
 * アニメーション用スタイル v1.1
 */
.fade-in-element {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

.fade-in {
  opacity: 1;
  transform: translate(0) !important;
}

.fade-from-top {
  transform: translateY(-30px);
}

.fade-from-right {
  transform: translateX(30px);
}

.fade-from-bottom {
  transform: translateY(30px);
}

.fade-from-left {
  transform: translateX(-30px);
}

/* 古いcharクラスのスタイルを無効化 */
.char {
  display: inline !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.animate-heading .line {
  display: block;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.animate-heading.animate .line {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 100ms !important;
}

.delay-2 {
  transition-delay: 200ms !important;
}

.delay-3 {
  transition-delay: 300ms !important;
}

.delay-4 {
  transition-delay: 400ms !important;
}

.delay-5 {
  transition-delay: 500ms !important;
}

.delay-6 {
  transition-delay: 600ms !important;
}

.delay-7 {
  transition-delay: 700ms !important;
}

.delay-8 {
  transition-delay: 800ms !important;
}

.delay-9 {
  transition-delay: 900ms !important;
}

.delay-10 {
  transition-delay: 1000ms !important;
}

.delay-random-short {
  transition-delay: 133.4817895079ms !important;
}

.delay-random-medium {
  transition-delay: 446.9537318719ms !important;
}

.delay-random-long {
  transition-delay: 34.7793656529ms !important;
}

.ja-page *:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not([class^=fa-]) {
  font-family: "Source Han Sans JP", sans-serif !important;
  line-height: 1.5 !important;
}

.zh-page * {
  line-height: 1.5 !important;
}

.hero-pre-title-container {
  padding: 200px 20px 20px;
  text-align: center;
}

.hero-pre-title {
  color: #000000;
  text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(32px, 7.5vw, 48px);
  font-weight: 400;
  line-height: 1.1;
}

@media (max-width: 1024px) {
  .hero-pre-title-container {
    padding: 150px 20px 15px;
  }
}
@media (max-width: 769px) {
  .hero-pre-title-container {
    padding: 100px 15px 10px;
  }
  .hero-pre-title {
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .hero-pre-title-container {
    padding: 80px 12px 8px;
  }
  .hero-pre-title {
    line-height: 1.15;
  }
}
.book-button {
  position: sticky;
  top: 0;
  right: 0;
  margin-top: -77px;
  z-index: 9999;
  background-color: #f3b344;
  float: right;
  display: flex;
  align-items: center;
}

.book-button__modal-toggle {
  display: block;
  border: none;
  background: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  flex: 1;
  padding: 26px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .book-button__modal-toggle {
    font-size: 16px;
  }
}
@media (max-width: 769px) {
  .book-button__modal-toggle {
    font-size: 14px;
  }
}
.book-button__modal-toggle span {
  display: block;
  height: 26px;
  border-bottom: 2px solid #000000;
  padding: 0 13px 3px 13px;
  color: #000000;
}
.book-button__modal-toggle:hover {
  background-color: rgb(241.1246231156, 167.1226130653, 38.7753768844);
}
.book-button__modal-toggle:active {
  background-color: rgb(233.7969849246, 153.7809045226, 15.0030150754);
}

.book-button__menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 26px;
}
.book-button__menu-toggle:hover {
  background-color: rgb(241.1246231156, 167.1226130653, 38.7753768844);
}
.book-button__menu-toggle:hover .book-button__menu-toggle__icon {
  transform: scale(1.1);
}
.book-button__menu-toggle:active {
  background-color: rgb(233.7969849246, 153.7809045226, 15.0030150754);
}

.book-button__menu-toggle__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 28px;
  gap: 10px;
  transition: transform 0.2s ease;
}
.book-button__menu-toggle__icon span {
  display: block;
  height: 2px;
  background: #000000;
  width: 100%;
}

@media (max-width: 1024px) {
  .book-button {
    position: fixed;
    margin: 0;
  }
  .book-button__modal-toggle,
  .book-button__menu-toggle {
    padding: 14px;
  }
  .book-button__modal-toggle span {
    height: 26px;
  }
  .book-button__menu-toggle__icon {
    gap: 8px;
  }
}
.admin-bar .book-button {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .book-button {
    top: 46px;
  }
}

/* Navigationスタイル */
/* 変数はvariables.scssから継承 */
.header {
  position: absolute;
  top: 83px;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .header {
    font-size: 14px;
  }
}
@media (max-width: 769px) {
  .header {
    font-size: 12px;
  }
}
.header,
.header a {
  color: #ffffff;
}

.header__container {
  max-width: 1350px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .header {
    position: fixed;
    background-color: #ffffff;
    padding: 14px;
    top: 0;
  }
}
@media (max-width: 769px) {
  .header {
    padding: 14px 0;
  }
}
@media (max-width: 1024px) {
  .admin-bar .header {
    top: 32px;
  }
}
@media (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}

.error404 .navigation__menu a {
  color: #000000 !important;
}
.error404 .navigation__logo img {
  filter: none !important;
}

/* Navigationスタイル */
/* 変数はvariables.scssから継承 */
.navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8%;
}

.navigation__logo {
  display: block;
}
.navigation__logo img {
  display: block;
  height: 100%;
  width: auto;
}

.navigation__menu {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8%;
}
.navigation__menu ul, .navigation__menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation__menu .navigation__menu-list, .navigation__menu > ul {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 2%;
  justify-content: flex-end;
}
.navigation__menu a {
  display: block;
  padding: 16px;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}
.navigation__menu a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.navigation__menu a:active {
  transition: none;
  background-color: rgba(0, 0, 0, 0.2);
}

.navigation__language-selector {
  position: relative;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation__language-selector:hover .navigation__language-selector__dropdown {
  visibility: visible;
  transform: translateY(0) translateX(-50%);
  opacity: 1;
}

.navigation__language-selector__toggle {
  background-color: #172441;
  color: #ffffff;
  padding: 8px 16px;
  border: 0;
  border-bottom-left-radius: 8px;
  cursor: pointer;
  margin: 0;
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .navigation__language-selector__toggle {
    font-size: 14px;
  }
}
@media (max-width: 769px) {
  .navigation__language-selector__toggle {
    font-size: 13px;
  }
}

.navigation__language-selector__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px) translateX(-50%);
  transition: transform 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
  padding: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.navigation__language-selector__dropdown a {
  color: #172441;
  text-align: center;
}
.navigation__language-selector__dropdown a:hover {
  background-color: #172441;
  color: #ffffff;
}
.navigation__language-selector__dropdown.active {
  visibility: visible;
  transform: translateY(0) translateX(-50%);
  opacity: 1;
}

@media (min-width: 1025px) {
  .navigation__logo img {
    filter: brightness(0) invert(1);
  }
}
@media (max-width: 1024px) {
  .navigation__logo {
    height: 26px;
  }
  .navigation__menu {
    display: none;
  }
}
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
}

.hero-video,
.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-id-5 .hero-video::before,
.page-id-5 .hero-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.hero-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-fallback-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  z-index: 2;
}

.video-controls {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 5;
}
@media (max-width: 1024px) {
  .video-controls {
    display: none !important;
  }
}

.audio-toggle {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  cursor: pointer;
  padding: 12px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
}
.audio-toggle:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}
.audio-toggle i {
  font-size: 14px;
}

.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 3;
}

.hero-title {
  color: #ffffff;
  margin-bottom: 15px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(32px, 7.5vw, 48px);
  font-weight: 400;
  line-height: 1.1;
}

.hero-subtitle {
  color: #ffffff;
  margin-top: 10px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .hero-section {
    margin-top: 54px !important;
    height: 0;
    padding-bottom: 64.84375%;
  }
  .desktop-video {
    display: none !important;
  }
  .mobile-fallback-image {
    display: block !important;
  }
}
@media (max-width: 769px) {
  .hero-title-container {
    padding: 18px 25px;
    max-width: 85%;
  }
  .hero-title {
    margin-bottom: 8px;
  }
  .hero-subtitle {
    line-height: 1.4;
  }
  .audio-toggle {
    width: 36px;
    height: 36px;
    padding: 8px;
    bottom: 20px;
    right: 20px;
  }
  .audio-toggle.audio-off::after {
    width: 22px;
    height: 1.5px;
  }
}
@media (max-width: 480px) {
  .hero-title-container {
    padding: 12px 16px;
    max-width: 90%;
  }
  .hero-title {
    margin-bottom: 6px;
  }
  .hero-subtitle {
    line-height: 1.3;
  }
  .video-controls {
    bottom: 12px;
    left: 12px;
  }
  .audio-toggle {
    width: 32px;
    height: 32px;
    padding: 7px;
    bottom: 15px;
    right: 15px;
  }
  .audio-toggle.audio-off::after {
    width: 18px;
    height: 1.2px;
  }
}
.book-now-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease 0.3s, opacity 0.3s ease;
  pointer-events: none;
}

.book-now-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.book-now-modal__container {
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 640px;
  height: 100%;
  max-height: 80%;
  border-radius: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-out;
  transform: translate(-50%, -50%) scale(0.9);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.book-now-modal__head {
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.book-now-modal__close {
  grid-row: 1;
  grid-column: 2;
  background-color: #172441;
  color: #ffffff;
  padding: 8px 16px;
  border: 0;
  border-bottom-left-radius: 16px;
  cursor: pointer;
  margin: 0;
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .book-now-modal__close {
    font-size: 14px;
  }
}
@media (max-width: 769px) {
  .book-now-modal__close {
    font-size: 13px;
  }
}
.book-now-modal__close:hover {
  background-color: rgb(36.3295454545, 56.8636363636, 102.6704545455);
}
.book-now-modal__close:focus {
  outline: 0;
}
.book-now-modal__close:active {
  background-color: rgb(9.6704545455, 15.1363636364, 27.3295454545);
}

.book-now-modal__title {
  grid-row: 1;
  grid-column: 1;
  margin: 16px 16px 0;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .book-now-modal__title {
    font-size: clamp(16px, 3vw, 24px);
  }
}

.book-now-modal__subtitle {
  grid-row: 2;
  grid-column: 1;
  margin: 0 16px 16px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

.book-now-modal__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: auto;
  padding: 16px;
  height: 100%;
  width: 100%;
}

.book-now-modal.active {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.book-now-modal.active .book-now-modal__overlay {
  opacity: 1;
}
.book-now-modal.active .book-now-modal__container {
  transform: translate(-50%, -50%) scale(1);
}

.book-now-modal {
  /* Contact Form 7のp要素を調整 */
  /* フォームスタイル - ReusableForm.scssを参考 */
}
.book-now-modal .form-field br {
  display: none;
}
.book-now-modal .wpcf7 {
  width: 100%;
}
.book-now-modal .wpcf7 .wpcf7-form {
  margin: 0;
}
.book-now-modal .wpcf7 .wpcf7-not-valid-tip {
  color: #dc3232;
  margin-top: 5px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.book-now-modal .wpcf7 .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 12px;
  border-radius: 4px;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.book-now-modal .wpcf7 p {
  margin: 0 0 20px;
}
.book-now-modal .wpcf7 p:last-of-type {
  margin-bottom: 0;
}
.book-now-modal .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* 行レイアウト */
  /* フィールドスタイル */
  /* 入力フィールド */
  /* ドロップダウン */
  /* テキストエリア */
  /* CAPTCHA */
}
@media (max-width: 769px) {
  .book-now-modal .wpcf7-form {
    gap: 18px;
  }
}
@media (max-width: 480px) {
  .book-now-modal .wpcf7-form {
    gap: 15px;
  }
}
.book-now-modal .wpcf7-form .form-row,
.book-now-modal .wpcf7-form .wpcf7-form-control-wrap.first-name + .wpcf7-form-control-wrap.last-name,
.book-now-modal .wpcf7-form .wpcf7-form-control-wrap.country + .wpcf7-form-control-wrap.phone {
  display: flex;
  gap: 20px;
}
@media (max-width: 769px) {
  .book-now-modal .wpcf7-form .form-row,
  .book-now-modal .wpcf7-form .wpcf7-form-control-wrap.first-name + .wpcf7-form-control-wrap.last-name,
  .book-now-modal .wpcf7-form .wpcf7-form-control-wrap.country + .wpcf7-form-control-wrap.phone {
    flex-direction: column;
    gap: 15px;
  }
}
.book-now-modal .wpcf7-form .form-field,
.book-now-modal .wpcf7-form .wpcf7-form-control-wrap {
  flex: 1;
  position: relative;
  display: block;
}
.book-now-modal .wpcf7-form .form-field label,
.book-now-modal .wpcf7-form .form-field .wpcf7-form label,
.book-now-modal .wpcf7-form .wpcf7-form-control-wrap label,
.book-now-modal .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form label {
  display: block;
  margin-bottom: 8px;
  color: #000000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.book-now-modal .wpcf7-form .form-field label .required,
.book-now-modal .wpcf7-form .form-field label .wpcf7-required,
.book-now-modal .wpcf7-form .form-field .wpcf7-form label .required,
.book-now-modal .wpcf7-form .form-field .wpcf7-form label .wpcf7-required,
.book-now-modal .wpcf7-form .wpcf7-form-control-wrap label .required,
.book-now-modal .wpcf7-form .wpcf7-form-control-wrap label .wpcf7-required,
.book-now-modal .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form label .required,
.book-now-modal .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form label .wpcf7-required {
  color: #dc3232;
  margin-left: 4px;
}
.book-now-modal .wpcf7-form input[type=text],
.book-now-modal .wpcf7-form input[type=email],
.book-now-modal .wpcf7-form input[type=tel],
.book-now-modal .wpcf7-form input[type=number],
.book-now-modal .wpcf7-form select,
.book-now-modal .wpcf7-form textarea,
.book-now-modal .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-radio) {
  width: 100%;
  padding: 16px 20px;
  color: #7c7c7c;
  background-color: #ebebeb;
  border: none;
  border-radius: 5px;
  box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.book-now-modal .wpcf7-form input[type=text]:focus,
.book-now-modal .wpcf7-form input[type=email]:focus,
.book-now-modal .wpcf7-form input[type=tel]:focus,
.book-now-modal .wpcf7-form input[type=number]:focus,
.book-now-modal .wpcf7-form select:focus,
.book-now-modal .wpcf7-form textarea:focus,
.book-now-modal .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-radio):focus {
  outline: none;
  box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0 0 0 2px rgba(206, 198, 226, 0.5);
}
.book-now-modal .wpcf7-form input[type=text]::placeholder,
.book-now-modal .wpcf7-form input[type=email]::placeholder,
.book-now-modal .wpcf7-form input[type=tel]::placeholder,
.book-now-modal .wpcf7-form input[type=number]::placeholder,
.book-now-modal .wpcf7-form select::placeholder,
.book-now-modal .wpcf7-form textarea::placeholder,
.book-now-modal .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-radio)::placeholder {
  color: #adadad;
}
@media (max-width: 769px) {
  .book-now-modal .wpcf7-form input[type=text],
  .book-now-modal .wpcf7-form input[type=email],
  .book-now-modal .wpcf7-form input[type=tel],
  .book-now-modal .wpcf7-form input[type=number],
  .book-now-modal .wpcf7-form select,
  .book-now-modal .wpcf7-form textarea,
  .book-now-modal .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-radio) {
    padding: 14px 18px;
  }
}
@media (max-width: 480px) {
  .book-now-modal .wpcf7-form input[type=text],
  .book-now-modal .wpcf7-form input[type=email],
  .book-now-modal .wpcf7-form input[type=tel],
  .book-now-modal .wpcf7-form input[type=number],
  .book-now-modal .wpcf7-form select,
  .book-now-modal .wpcf7-form textarea,
  .book-now-modal .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox):not(.wpcf7-radio) {
    padding: 12px 15px;
  }
}
.book-now-modal .wpcf7-form select,
.book-now-modal .wpcf7-form .wpcf7-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%237C7C7C' d='M6 9L0 3h12L6 9z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  padding-right: 40px;
}
@media (max-width: 769px) {
  .book-now-modal .wpcf7-form select,
  .book-now-modal .wpcf7-form .wpcf7-select {
    background-position: calc(100% - 12px) center;
  }
}
.book-now-modal .wpcf7-form textarea,
.book-now-modal .wpcf7-form .wpcf7-textarea {
  min-height: 120px;
  resize: vertical;
}
.book-now-modal .wpcf7-form .captcha-field,
.book-now-modal .wpcf7-form .wpcf7-form-control-wrap.captcha {
  margin-top: 10px;
}
.book-now-modal .wpcf7-form .captcha-field .captcha-placeholder,
.book-now-modal .wpcf7-form .captcha-field .wpcf7-captcha,
.book-now-modal .wpcf7-form .wpcf7-form-control-wrap.captcha .captcha-placeholder,
.book-now-modal .wpcf7-form .wpcf7-form-control-wrap.captcha .wpcf7-captcha {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ebebeb;
  border-radius: 5px;
  padding: 15px;
  min-height: 80px;
  text-align: center;
  color: #7c7c7c;
}
.book-now-modal .wpcf7-form .contact-submit-button,
.book-now-modal .wpcf7-form .wpcf7-submit {
  background-color: #f3b344;
  color: #000000;
  padding: 18px 35px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  box-shadow: 3px 4px 4px 0px rgba(135, 135, 135, 0.25);
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.book-now-modal .wpcf7-form .contact-submit-button:hover,
.book-now-modal .wpcf7-form .wpcf7-submit:hover {
  background-color: rgb(239.9246231156, 159.5226130653, 20.0753768844);
}
@media (max-width: 769px) {
  .book-now-modal .wpcf7-form .contact-submit-button,
  .book-now-modal .wpcf7-form .wpcf7-submit {
    padding: 16px 0;
  }
}
@media (max-width: 480px) {
  .book-now-modal .wpcf7-form .contact-submit-button,
  .book-now-modal .wpcf7-form .wpcf7-submit {
    padding: 14px 0;
  }
}
.book-now-modal .whatsapp-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.book-now-modal .whatsapp-container .whatsapp-text {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.book-now-modal .whatsapp-container .whatsapp-icon {
  width: 100px;
  height: 100px;
}

@media (max-width: 480px) {
  .book-now-modal__container {
    max-height: 100%;
    max-width: 100%;
    border-radius: 0;
  }
}
.whatsapp-link {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  font-weight: 600;
  color: #172441;
  transition: color 0.3s ease;
  text-align: center;
}
.whatsapp-link:hover {
  color: #f3b344;
}

/* イントロセクション */
.intro-section {
  padding-top: clamp(16px, 7vw, 64px);
  padding-bottom: clamp(16px, 7vw, 64px);
  background-color: #ffffff;
  text-align: center;
}

.intro-container {
  max-width: 1350px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.intro-title {
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 12px;
  text-align: center;
  max-width: 90%;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(32px, 7.5vw, 48px);
  font-weight: 400;
  line-height: 1.1;
}

.intro-divider {
  width: clamp(64px, 20vw, 125px);
  height: clamp(4px, 2vw, 16px);
  background-color: #000000;
  margin-top: clamp(16px, 7vw, 64px);
}

.intro-description {
  color: #000000;
  width: 100%;
  max-width: 640px;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .intro-description br {
    display: none;
  }
}
@media (max-width: 769px) {
  .intro-description {
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  .intro-description {
    max-width: 100%;
  }
}

/* Walkthrough Section スタイル */
.walkthrough-section {
  display: flex;
  flex-direction: row;
  gap: 32px;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: clamp(16px, 7vw, 64px);
  min-height: 750px;
}

.walkthrough-section__image-container {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.walkthrough-section__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.walkthrough-section__content {
  flex: 0 0 27%;
  padding-right: 16px;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 24px);
  justify-content: center;
  background-color: #ffffff;
}

.walkthrough-section__content-logo {
  max-width: clamp(100px, 16vw, 246px);
}
.walkthrough-section__content-logo img {
  width: 100%;
  height: auto;
}

.walkthrough-section__content-title {
  color: #000000;
  text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .walkthrough-section__content-title {
    font-size: clamp(16px, 3vw, 24px);
  }
}

.walkthrough-section__content-description {
  color: #000000;
  width: 100%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.walkthrough-section__map-container {
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
  max-width: 428px;
  overflow: hidden;
}
.walkthrough-section__map-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.walkthrough-section__map-container:hover img {
  transform: scale(1.02);
}

@media (max-width: 1024px) {
  .walkthrough-section {
    flex-direction: column;
  }
  .walkthrough-section__content {
    flex: 0 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
  }
  .walkthrough-section__content-description {
    padding: 0 16px;
    text-align: center;
  }
  .walkthrough-section__content-title {
    margin-bottom: 0;
  }
  .walkthrough-section__content-logo {
    margin-bottom: 0;
  }
  .walkthrough-section__map-container {
    margin-top: 50px;
  }
}
@media (max-width: 769px) {
  .walkthrough-section {
    flex-direction: column;
    min-height: auto;
  }
  .walkthrough-section__content-description {
    text-align: center;
  }
  .walkthrough-section__map-container {
    margin-top: 40px;
  }
  .access-map-modal__close {
    top: 12px;
    right: 12px;
  }
}
@media (max-width: 480px) {
  .access-map-modal__close {
    top: 10px;
    right: 10px;
  }
  .access-map-modal__image {
    max-height: calc(85vh - 30px);
  }
}
/* アクセスマップモーダルのスタイル */
.walkthrough-section__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.walkthrough-section__modal.active {
  opacity: 1;
  visibility: visible;
}

.walkthrough-section__modal__content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  max-height: 90vh;
  padding: 20px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  overflow: auto;
}

.walkthrough-section__modal__close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #000000;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  line-height: 1;
  z-index: 10;
  transition: transform 0.2s ease;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.walkthrough-section__modal__close:hover {
  transform: scale(1.2);
}

.walkthrough-section__modal__image {
  width: 100%;
  height: auto;
  max-height: calc(90vh - 40px);
  object-fit: contain;
}

/* スクロール無効化 */
body.no-scroll {
  overflow: hidden;
}

.splendor-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.splendor-container {
  margin: 0 auto;
  display: flex;
  gap: 32px;
}
@media (max-width: 1024px) {
  .splendor-container {
    flex-direction: column;
  }
}

.splendor-content {
  flex: 0 0 35%;
  padding: 0 0 0 5.4%;
}
@media (max-width: 1024px) {
  .splendor-content {
    flex: 1 1 auto;
  }
}

.splendor-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000000;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(24px, 7vw, 32px);
  font-weight: 400;
  line-height: 1.1;
}

.splendor-description {
  color: #000000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.splendor-gallery {
  flex: 1;
  position: relative;
}

.splendor-main-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.splendor-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 769px) {
  .splendor-main-image {
    min-height: 806px;
  }
}

.splendor-main-video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 769px) {
  .splendor-main-video {
    min-height: 806px;
  }
}

.splendor-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.splendor-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}
.splendor-video-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.splendor-play-button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.3s ease;
}
.splendor-play-button:hover {
  transform: scale(1.1);
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 769px) {
  .splendor-play-button {
    width: 60px;
    height: 60px;
  }
}

.play-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 30px;
  border-color: transparent transparent transparent white;
  margin-left: 5px;
}
@media (max-width: 769px) {
  .play-icon {
    border-width: 12px 0 12px 20px;
  }
}

.splendor-mute-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 2;
}
.splendor-mute-button.visible {
  opacity: 1;
}
.splendor-mute-button:hover {
  background: rgba(0, 0, 0, 0.7);
}
.splendor-mute-button::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='white' d='M301.1 34.8C312.6 40 320 51.4 320 64v384c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64h67.8L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3zM425 167l55 55 55-55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-55 55 55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-55-55-55 55c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l55-55-55-55c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.splendor-mute-button.muted::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='white' d='M301.1 34.8C312.6 40 320 51.4 320 64v384c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64h67.8L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3zM412.6 181.5C434.1 199.1 448 225.9 448 256s-13.9 56.9-35.4 74.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C393.1 284.4 400 271 400 256s-6.9-28.4-17.7-37.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zM512 256c0 75.1-44.9 139.1-109.1 168.6-11.4 5.2-24.8 .2-30-11.2s-.2-24.8 11.2-30C439.8 360.7 464 311.4 464 256s-24.2-104.7-80-127.4c-11.4-5.2-16.5-18.6-11.2-30s18.6-16.5 30-11.2C467.1 116.9 512 180.9 512 256z'/%3E%3C/svg%3E");
}
@media (max-width: 769px) {
  .splendor-mute-button {
    width: 30px;
    height: 30px;
    bottom: 15px;
    right: 15px;
  }
  .splendor-mute-button::before {
    width: 15px;
    height: 15px;
  }
}

.splendor-caption {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  color: #ffffff;
  z-index: 1;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(32px, 7.5vw, 48px);
  font-weight: 400;
  line-height: 1.1;
}
@media (max-width: 769px) {
  .splendor-caption {
    left: 0;
    width: 100%;
    bottom: 20px;
  }
}

.brochure-section {
  padding: 75px 0 75px 4.6%;
  background-color: #ffffff;
}
.brochure-section .reusable-form {
  width: 100%;
}
@media (max-width: 1024px) {
  .brochure-section {
    padding: 0;
  }
  .brochure-section .reusable-form {
    max-width: 100% !important;
  }
}

.brochure-container {
  margin: 0 auto;
  display: flex;
}
@media (max-width: 1024px) {
  .brochure-container {
    flex-direction: column;
  }
}

.brochure-form-wrapper {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  background-color: #f4f4f4;
}
@media (max-width: 1024px) {
  .brochure-form-wrapper {
    display: flex;
    flex-direction: column;
  }
}

.brochure-image {
  width: 49.32vw;
  height: auto;
}
.brochure-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 947/583;
  display: block;
}
@media (max-width: 1024px) {
  .brochure-image {
    width: 100%;
    height: auto;
    order: -1;
  }
}
.brochure-content {
  padding: 0 8% 0 10%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .brochure-content {
    padding: 30px;
    width: 100%;
  }
}
@media (max-width: 769px) {
  .brochure-content {
    padding: 25px 20px;
  }
}

.brochure-title {
  color: #000000;
  margin-bottom: 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  hyphens: auto;
  display: block;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(24px, 7vw, 32px);
  font-weight: 400;
  line-height: 1.1;
}
@media (max-width: 1500px) and (min-width: 1025px) {
  .brochure-title {
    font-size: 2.9vw;
  }
}
@media (max-width: 1024px) {
  .brochure-title {
    max-width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 769px) {
  .brochure-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .brochure-title {
    margin-bottom: 10px;
  }
}

.brochure-form {
  background-color: #cec6e2;
  padding: 24px 30px;
  position: relative;
  width: 100%;
}
@media (max-width: 769px) {
  .brochure-form {
    padding: 20px 25px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .brochure-form {
    padding: 18px 20px;
  }
}

/* CSS Gridレイアウトを使用したフォーム */
.brochure-form-grid {
  display: grid;
  grid-template-columns: 1fr minmax(250px, auto);
  grid-template-rows: auto auto;
  grid-template-areas: "email button" "extra extra";
  grid-gap: 20px;
}
@media (max-width: 1024px) {
  .brochure-form-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "email" "extra" "button";
  }
}

.email-area {
  grid-area: email;
}

.button-area {
  grid-area: button;
}

.extra-fields-area {
  grid-area: extra;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 18px;
}
@media (max-width: 1024px) {
  .extra-fields-area {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 769px) {
  .extra-fields-area {
    grid-gap: 12px;
  }
}

.form-field {
  position: relative;
  width: 100%;
}

.form-input {
  width: 100%;
  padding: 16px 20px;
  letter-spacing: -1.9%;
  color: #7c7c7c;
  background-color: #ebebeb;
  border: none;
  border-radius: 5px;
  box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 100%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 769px) {
  .form-input {
    padding: 14px 18px;
  }
}
@media (max-width: 480px) {
  .form-input {
    padding: 12px 15px;
    border-radius: 4px;
  }
}

.dropdown-field {
  position: relative;
}
.dropdown-field::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #7c7c7c;
  border-bottom: 2px solid #7c7c7c;
  transform: translateY(-75%) rotate(45deg);
  pointer-events: none;
}

.dropdown-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  padding-right: 40px;
}
@media (max-width: 769px) {
  .dropdown-select {
    padding-right: 35px;
  }
}

.tablet-country-phone-row .country-phone-wrapper {
  width: 100%;
  display: block;
}
@media (max-width: 1024px) and (min-width: 770px) {
  .tablet-country-phone-row .country-phone-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 769px) {
  .tablet-country-phone-row .country-phone-wrapper {
    display: block;
  }
}
.tablet-country-phone-row .full-width-field {
  width: 100%;
}
@media (max-width: 1024px) and (min-width: 770px) {
  .tablet-country-phone-row .country-field {
    width: 48%;
  }
}
@media (max-width: 769px) {
  .tablet-country-phone-row .country-field {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) and (min-width: 770px) {
  .tablet-country-phone-row .phone-field {
    width: 48%;
  }
}
@media (max-width: 769px) {
  .tablet-country-phone-row .phone-field {
    width: 100%;
  }
}

.form-row {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 769px) {
  .form-row {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .form-row {
    gap: 12px;
  }
}

.brochure-submit {
  background-color: #f3b344;
  color: #000000;
  padding: 18px 28px;
  letter-spacing: 10%;
  text-transform: uppercase;
  border: none;
  box-shadow: 3px 4px 4px 0px rgba(135, 135, 135, 0.25);
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  height: 100%;
  min-height: 60px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.brochure-submit:hover {
  background-color: rgb(239.9246231156, 159.5226130653, 20.0753768844);
}
@media (max-width: 769px) {
  .brochure-submit {
    padding: 16px 25px;
    min-height: 55px;
  }
}
@media (max-width: 480px) {
  .brochure-submit {
    padding: 14px 20px;
    box-shadow: 2px 3px 3px 0px rgba(135, 135, 135, 0.25);
    min-height: 50px;
  }
}

.carousel-section {
  background-color: #ffffff;
  overflow: hidden;
}

.carousel-container {
  max-width: 1634px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* Swiperコンテナのスタイル */
.swiper-container {
  width: 100%;
}

.carousel-slide {
  position: relative;
  overflow: hidden;
  height: 993px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .carousel-slide {
    height: 400px;
  }
}
@media (max-width: 769px) {
  .carousel-slide {
    height: 300px;
  }
}

/* スライドのサイズ設定 */
.swiper-slide {
  transition: width 0.3s ease;
}
.swiper-slide .carousel-fpo {
  position: absolute;
  top: 60px;
  right: 240px;
  color: #ffffff;
  opacity: 0.55;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(32px, 7.5vw, 48px);
  font-weight: 400;
  line-height: 1.1;
}
.swiper-slide.left-side .carousel-fpo {
  right: 60px;
}
.swiper-slide.right-side .carousel-fpo {
  right: 240px;
}

.carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-navigation {
  position: absolute;
  bottom: 20px;
  left: 100px;
  transform: translateX(-50%);
  display: flex;
  gap: 35px;
  z-index: 10;
}

.carousel-button {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #172441;
  border: none;
  border-radius: 33px;
  cursor: pointer;
}
.carousel-button img {
  width: 34px;
  height: auto;
}
.carousel-button:hover {
  background-color: rgb(9.6704545455, 15.1363636364, 27.3295454545);
}

/* SwiperのCSSを上書き */
.swiper-wrapper {
  display: flex;
  align-items: center;
}

/* 非表示スライドのスタイル */
/* 最も高い優先度でスタイルを適用するため */
#carousel-section-override .carousel-slide.left-side {
  width: 70% !important;
  flex: 0 0 70% !important;
}

#carousel-section-override .carousel-slide.right-side {
  width: 30% !important;
  flex: 0 0 30% !important;
}

/**
 * ExteriorCarouselSection Component
 * 外観カルーセルのスタイリング
 */
.exterior-carousel-section {
  position: relative;
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
}
.exterior-carousel-section .exterior-carousel-container {
  width: 100%;
  position: relative;
}
.exterior-carousel-section .swiper-container {
  overflow: visible;
  padding: 0;
}
@media (max-width: 769px) {
  .exterior-carousel-section .swiper-container {
    overflow: hidden;
  }
}
.exterior-carousel-section .swiper-slide {
  transition: all 0.3s ease;
  opacity: 0.7;
  transform: scale(0.9);
}
.exterior-carousel-section .swiper-slide.left-slide {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
.exterior-carousel-section .swiper-slide .exterior-carousel-slide {
  position: relative;
  overflow: hidden;
  height: 1272px;
}
.exterior-carousel-section .swiper-slide .exterior-carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exterior-carousel-section .swiper-slide .exterior-carousel-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.exterior-carousel-section .swiper-slide .exterior-carousel-caption .star-icon {
  width: 25px;
  height: 25px;
}
.exterior-carousel-section .swiper-slide .exterior-carousel-caption .location-text {
  color: #fff;
  font-weight: 400;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .exterior-carousel-section .swiper-slide .exterior-carousel-caption .location-text {
    font-size: clamp(16px, 3vw, 24px);
  }
}
.exterior-carousel-section .exterior-pagination {
  position: absolute;
  bottom: 40px;
  left: 56%;
  z-index: 10;
  display: flex;
  gap: 40px;
}
.exterior-carousel-section .exterior-pagination .exterior-button {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #172441;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.exterior-carousel-section .exterior-pagination .exterior-button:hover {
  background-color: rgb(9.6704545455, 15.1363636364, 27.3295454545);
}
.exterior-carousel-section .exterior-pagination .exterior-button img {
  width: 34px;
  height: 34px;
}
@media (min-width: 1920px) {
  .exterior-carousel-section .exterior-pagination {
    left: 60%;
  }
}
@media (max-width: 1024px) {
  .exterior-carousel-section .exterior-pagination {
    left: 50%;
  }
}
@media (max-width: 769px) {
  .exterior-carousel-section .exterior-pagination {
    left: inherit !important;
    right: 4% !important;
    bottom: -50px !important;
  }
}
@media (max-width: 1024px) {
  .exterior-carousel-section .swiper-slide .exterior-carousel-slide {
    height: 800px;
  }
  .exterior-carousel-section .exterior-pagination .exterior-button {
    width: 56px;
    height: 56px;
  }
  .exterior-carousel-section .exterior-pagination .exterior-button img {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 769px) {
  .exterior-carousel-section {
    padding: 30px 0;
    overflow: visible;
  }
  .exterior-carousel-section .swiper-container {
    padding: 0 20px;
  }
  .exterior-carousel-section .swiper-slide .exterior-carousel-slide {
    height: 450px;
  }
  .exterior-carousel-section .swiper-slide .exterior-carousel-caption {
    bottom: 15px;
    left: 15px;
    gap: 8px;
  }
  .exterior-carousel-section .swiper-slide .exterior-carousel-caption .star-icon {
    width: 20px;
    height: 20px;
  }
  .exterior-carousel-section .exterior-pagination {
    bottom: 20px;
    left: 20px;
    gap: 20px;
  }
  .exterior-carousel-section .exterior-pagination .exterior-button {
    width: 45px;
    height: 45px;
  }
  .exterior-carousel-section .exterior-pagination .exterior-button img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .exterior-carousel-section {
    padding: 20px 0;
  }
  .exterior-carousel-section .swiper-container {
    padding: 0 15px;
  }
  .exterior-carousel-section .swiper-slide .exterior-carousel-slide {
    height: 300px;
  }
  .exterior-carousel-section .swiper-slide .exterior-carousel-caption {
    bottom: 10px;
    left: 10px;
    gap: 6px;
  }
  .exterior-carousel-section .swiper-slide .exterior-carousel-caption .star-icon {
    width: 16px;
    height: 16px;
  }
  .exterior-carousel-section .exterior-pagination {
    bottom: 15px;
    left: 15px;
    gap: 15px;
  }
  .exterior-carousel-section .exterior-pagination .exterior-button {
    width: 36px;
    height: 36px;
  }
  .exterior-carousel-section .exterior-pagination .exterior-button img {
    width: 16px;
    height: 16px;
  }
}

/**
 * RetailSection Component
 * 小売りセクションのスタイリング
 */
.retail-section {
  width: 100%;
  padding-top: clamp(16px, 7vw, 64px);
  background-color: #ffffff;
  overflow: hidden;
}
.retail-section .retail-container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 7vw, 64px);
}
.retail-section .retail-content {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 2vw, 16px);
  text-align: center;
  margin: 0 auto;
  padding: 0 16px;
}
.retail-section .retail-title {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 4vw, 32px);
  color: #000000;
  text-transform: uppercase;
  position: relative;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(24px, 7vw, 32px);
  font-weight: 400;
  line-height: 1.1;
}
.retail-section .retail-title::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: clamp(64px, 20vw, 90px);
  height: clamp(8px, 2vw, 12px);
  background-color: #000000;
}
.retail-section .retail-description {
  color: #000000;
  max-width: 1380px;
  margin: 0 auto;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}
.retail-section .retail-image {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 770px) {
  .retail-section .retail-images {
    display: flex;
    width: 100%;
  }
  .retail-section .retail-images .retail-image-container {
    position: relative;
    width: 100%;
  }
  .retail-section .retail-images .retail-image-aspect-ratio {
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
  }
  .retail-section .retail-images .retail-image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
}

/**
 * RetailCommunitySection Component
 * リテールコミュニティセクションのスタイリング
 */
.retail-community-section {
  width: 100%;
  overflow: hidden;
  padding: clamp(16px, 7vw, 64px) 16px;
  background-color: #846c64;
}

.retail-community-section__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 7vw, 64px);
}

/* リテールコミュニティブロック */
.retail-community-section__block {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 4vw, 32px);
  color: #000000;
}
.retail-community-section__block::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: clamp(64px, 20vw, 90px);
  height: clamp(8px, 2vw, 12px);
  background-color: #ffffff;
}

.retail-community-section__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .retail-community-section__content {
    padding-right: 0;
  }
}

.retail-community-section__title {
  text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(24px, 7vw, 32px);
  font-weight: 400;
  line-height: 1.1;
}

.retail-community-section__button {
  display: inline-block;
  background-color: #172441;
  color: #ffffff;
  padding: 21px 40px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  margin-top: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .retail-community-section__button {
    font-size: 14px;
  }
}
@media (max-width: 769px) {
  .retail-community-section__button {
    font-size: 13px;
  }
}
.retail-community-section__button:hover {
  background-color: rgb(9.6704545455, 15.1363636364, 27.3295454545);
}

.retail-community-section__image-container {
  width: 55%;
  height: 300px;
  overflow: hidden;
}
.retail-community-section__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* アコモデーションブロック */
.retail-community-section__accommodation-block {
  background-color: #846c64;
  color: #ffffff;
  position: relative;
  margin: 0 auto;
}

.retail-community-section__accommodation-block__content {
  margin: 0 auto;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.retail-community-section__accommodation-block__left {
  flex: 1;
  justify-self: flex-end;
}
@media (max-width: 769px) {
  .retail-community-section__accommodation-block__left {
    padding-right: 0;
  }
}

.retail-community-section__accommodation-block__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
}

.retail-community-section__accommodation-block__title {
  color: #172441;
  text-transform: uppercase;
  text-align: left;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .retail-community-section__accommodation-block__title {
    font-size: clamp(16px, 3vw, 24px);
  }
}
@media (max-width: 769px) {
  .retail-community-section__accommodation-block__title {
    text-align: center;
    margin-bottom: 15px;
  }
}

.retail-community-section__accommodation-block__subtitle-text {
  color: #172441;
  text-transform: none;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .retail-community-section__accommodation-block__subtitle-text {
    font-size: clamp(16px, 3vw, 24px);
  }
}
.retail-community-section__accommodation-block__subtitle-text span {
  display: block;
  font-weight: 300;
}

.retail-community-section__accommodation-block__text {
  max-width: 500px;
  color: #ffffff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

.retail-community-section__accommodation-block__button {
  display: inline-block;
  background-color: #f3b344;
  color: #000000;
  padding: 14px 26px;
  text-decoration: none;
  transition: background-color 0.25s ease;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .retail-community-section__accommodation-block__button {
    font-size: 14px;
  }
}
@media (max-width: 769px) {
  .retail-community-section__accommodation-block__button {
    font-size: 13px;
  }
}
.retail-community-section__accommodation-block__button:hover {
  background-color: rgb(246.0753768844, 198.4773869347, 115.9246231156);
}
.retail-community-section__accommodation-block__button:active {
  background-color: rgb(239.9246231156, 159.5226130653, 20.0753768844);
  transition: none;
}
@media (max-width: 769px) {
  .retail-community-section__accommodation-block__button {
    padding: 13px 19px;
  }
}

@media (max-width: 769px) {
  .retail-community-section__accommodation-block__content {
    flex-direction: column;
    align-items: center;
  }
}
/**
 * ContactSection Component
 * お問い合わせセクションのスタイリング
 */
.contact-section {
  width: 100%;
  padding: clamp(16px, 7vw, 64px) 16px;
  /* 発見と問い合わせブロック */
  /* レスポンシブデザイン */
}
.contact-section .discover-block {
  background-color: #e8e8e8;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  max-width: 1157px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  border-radius: 8px;
}
.contact-section .discover-block .discover-text {
  color: #000000;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .contact-section .discover-block .discover-text {
    font-size: clamp(16px, 3vw, 24px);
  }
}
.contact-section .discover-block .contact-button {
  display: inline-block;
  background-color: #cec6e2;
  border: none;
  color: #040404;
  padding: 12px 6px;
  width: 150px;
  height: 46px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.08), 5px 10px 11px 0px rgba(0, 0, 0, 0.07), 11px 22px 15px 0px rgba(0, 0, 0, 0.04), 20px 39px 18px 0px rgba(0, 0, 0, 0.01), 31px 61px 19px 0px rgba(0, 0, 0, 0);
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .contact-section .discover-block .contact-button {
    font-size: 14px;
  }
}
@media (max-width: 769px) {
  .contact-section .discover-block .contact-button {
    font-size: 13px;
  }
}
.contact-section .discover-block .contact-button:hover {
  background-color: rgb(176.9418604651, 164.1976744186, 208.8023255814);
}
@media (max-width: 1024px) {
  .contact-section .discover-block {
    padding: 25px 20px;
    width: 90%;
    gap: 20px;
  }
  .contact-section .discover-block .discover-text {
    line-height: 1.8;
  }
  .contact-section .discover-block .contact-button {
    width: 128px;
    height: 35px;
    padding: 4px 5px;
  }
}
@media (max-width: 480px) {
  .contact-section .discover-block {
    padding: 20px 15px;
    width: 92%;
    gap: 15px;
    border-radius: 6px;
  }
  .contact-section .discover-block .discover-text {
    line-height: 1.6;
  }
  .contact-section .discover-block .contact-button {
    width: 115px;
    height: 30px;
    padding: 3px 4px;
  }
}

/**
 * RoomTypesCarousel Component
 * 部屋タイプのカルーセル表示のスタイリング
 */
.room-types-carousel-section {
  width: 100%;
  padding-top: clamp(16px, 7vw, 64px);
  padding-bottom: clamp(16px, 7vw, 64px);
  background-color: #ffffff;
  overflow: hidden;
  /* ヘッダー部分 */
  /* カルーセル部分 */
  /* スライド */
  /* モーダル部分 */
  /* フロアプランモーダル部分 */
  /* バーチャルツアーモーダル部分 */
}
.room-types-carousel-section .room-types-container {
  margin: 0 auto;
  padding: 0 40px;
}
.room-types-carousel-section .room-types-header {
  text-align: center;
  margin-bottom: 64px;
}
.room-types-carousel-section .room-types-header .room-types-title {
  text-transform: uppercase;
  color: #000000;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(24px, 7vw, 32px);
  font-weight: 400;
  line-height: 1.1;
}
.room-types-carousel-section .room-types-header .room-types-description {
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #000000;
  margin-top: 16px;
}
.room-types-carousel-section .room-types-carousel-wrapper {
  position: relative;
  /* カード部分 */
  /* ページネーション */
}
.room-types-carousel-section .room-types-carousel-wrapper .swiper {
  overflow: visible;
  position: relative;
}
.room-types-carousel-section .room-types-carousel-wrapper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.room-types-carousel-section .room-types-carousel-wrapper .room-type-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-image-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 178.7234042553%; /* アスペクト比 w470:h840 */
  /* ホバー時のスタイル */
  /* ボタンコンテナ */
}
.room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-image-container .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://lyra.hogo.jp/wp-content/uploads/2025/07/overlay-scaled.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  z-index: 2;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.6s ease;
}
@media (max-width: 769px) {
  .room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-image-container div {
    flex-direction: column !important;
  }
  .room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-image-container div button {
    width: 100% !important;
  }
}
.room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-image-container .room-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-image-container:hover .room-image {
  transform: scale(1.05);
}
.room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-image-container:hover .image-overlay {
  opacity: 0;
}
.room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-image-container .room-buttons-container {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  padding: 0 16px;
  z-index: 5;
  /* 1つのボタンの場合は中央配置 */
  /* 2つのボタンの場合は横並び */
  /* ボタンスタイル */
}
.room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-image-container .room-buttons-container.single-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-image-container .room-buttons-container.dual-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-image-container .room-buttons-container.dual-buttons .room-action-button {
  flex: 0 0 48%;
}
@media (max-width: 769px) {
  .room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-image-container .room-buttons-container.dual-buttons {
    flex-direction: column;
    gap: 8px;
  }
}
.room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-image-container .room-buttons-container .room-action-button {
  padding: 10px 12px;
  background-color: #172441;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 80px;
  min-width: 96px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  font-size: 16px !important;
}
.room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-image-container .room-buttons-container .room-action-button:hover {
  background-color: rgb(36.3295454545, 56.8636363636, 102.6704545455);
}
@media (max-width: 769px) {
  .room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-image-container .room-buttons-container .room-action-button {
    padding: 8px 10px;
    min-width: 80px;
  }
}
.room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-image-container .room-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 4px;
  z-index: 2;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(24px, 7vw, 32px);
  font-weight: 400;
  line-height: 1.1;
}
.room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-info {
  padding: 20px 0;
}
.room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-info .room-type {
  margin-bottom: 10px;
  color: #ffffff;
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-info .room-description {
  color: #000000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-info .room-description {
    font-size: clamp(16px, 3vw, 24px);
  }
}
.room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-info .room-bedrooms {
  color: #000000;
  margin-top: 5px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.room-types-carousel-section .room-types-carousel-wrapper .room-pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
  gap: 40px;
}
.room-types-carousel-section .room-types-carousel-wrapper .room-pagination .room-button {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #172441;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.room-types-carousel-section .room-types-carousel-wrapper .room-pagination .room-button:hover {
  background-color: rgb(9.6704545455, 15.1363636364, 27.3295454545);
}
.room-types-carousel-section .room-types-carousel-wrapper .room-pagination .room-button img {
  width: 34px;
  height: 34px;
}
.room-types-carousel-section .room-types-carousel-wrapper .room-types-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  max-width: 70%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .room-types-carousel-section .room-types-carousel-wrapper .room-types-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
@media (max-width: 1440px) {
  .room-types-carousel-section .room-types-carousel-wrapper .room-types-grid {
    max-width: 100%;
  }
}
.room-types-carousel-section .room-types-carousel-wrapper .room-types-grid .room-type-card .room-image-container {
  position: relative;
  height: auto;
  padding-bottom: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.room-types-carousel-section .room-types-carousel-wrapper .room-types-grid .room-type-card .room-image-container:hover .room-image {
  transform: scale(1.05);
}
.room-types-carousel-section .room-types-carousel-wrapper .room-types-grid .room-type-card .room-image-container:hover .image-overlay {
  opacity: 0;
}
.room-types-carousel-section .room-types-carousel-wrapper .room-types-grid .room-type-card .room-image-container .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://lyra.hogo.jp/wp-content/uploads/2025/07/overlay-scaled.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  z-index: 2;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.6s ease;
}
.room-types-carousel-section .swiper-slide {
  height: auto;
  width: 470px;
  /* フェードイン効果 */
  opacity: 1;
  transition: opacity 0.3s ease;
}
.room-types-carousel-section .swiper-slide-active {
  opacity: 1;
}
.room-types-carousel-section .room-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}
.room-types-carousel-section .room-modal.active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.room-types-carousel-section .room-modal .room-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
}
.room-types-carousel-section .room-modal .room-modal-container {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  z-index: 2;
  overflow: hidden;
}
.room-types-carousel-section .room-modal .room-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #000000;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 3;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .room-types-carousel-section .room-modal .room-modal-close {
    font-size: clamp(16px, 3vw, 24px);
  }
}
.room-types-carousel-section .room-modal .room-modal-close:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.room-types-carousel-section .room-modal .room-modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.room-types-carousel-section .room-modal .room-modal-image {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
}
.room-types-carousel-section .room-modal .room-modal-title {
  color: #ffffff;
  margin-top: 20px;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .room-types-carousel-section .room-modal .room-modal-title {
    font-size: clamp(16px, 3vw, 24px);
  }
}
.room-types-carousel-section .floor-plan-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}
.room-types-carousel-section .floor-plan-modal.active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.room-types-carousel-section .floor-plan-modal .floor-plan-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
}
.room-types-carousel-section .floor-plan-modal .floor-plan-modal-container {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  z-index: 2;
  overflow: hidden;
}
.room-types-carousel-section .floor-plan-modal .floor-plan-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #000000;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 3;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .room-types-carousel-section .floor-plan-modal .floor-plan-modal-close {
    font-size: clamp(16px, 3vw, 24px);
  }
}
.room-types-carousel-section .floor-plan-modal .floor-plan-modal-close:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.room-types-carousel-section .floor-plan-modal .floor-plan-modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.room-types-carousel-section .floor-plan-modal .floor-plan-image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.room-types-carousel-section .floor-plan-modal .floor-plan-modal-image {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
}
.room-types-carousel-section .floor-plan-modal .floor-plan-modal-title {
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .room-types-carousel-section .floor-plan-modal .floor-plan-modal-title {
    font-size: clamp(16px, 3vw, 24px);
  }
}
.room-types-carousel-section .tour-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}
.room-types-carousel-section .tour-modal.active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.room-types-carousel-section .tour-modal .tour-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
}
.room-types-carousel-section .tour-modal .tour-modal-container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  height: 90%;
  max-height: 800px;
  z-index: 2;
  background-color: #000;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.room-types-carousel-section .tour-modal .tour-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  cursor: pointer;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .room-types-carousel-section .tour-modal .tour-modal-close {
    font-size: clamp(16px, 3vw, 24px);
  }
}
.room-types-carousel-section .tour-modal .tour-modal-close:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.4);
}
.room-types-carousel-section .tour-modal .tour-modal-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.room-types-carousel-section .tour-modal .tour-modal-title {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .room-types-carousel-section .tour-modal .tour-modal-title {
    font-size: clamp(16px, 3vw, 24px);
  }
}
.room-types-carousel-section .tour-modal .tour-iframe-wrapper {
  flex: 1;
  width: 100%;
  height: 100%;
}
.room-types-carousel-section .tour-modal .tour-iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.room-type-content {
  position: relative;
  z-index: 3;
}

.room-type-title {
  text-transform: uppercase;
  color: #000000;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(24px, 7vw, 32px);
  font-weight: 400;
  line-height: 1.1;
}

/* レスポンシブデザイン */
@media (max-width: 1024px) {
  .room-types-carousel-section .swiper-slide {
    width: 400px;
  }
  .room-types-carousel-section .room-modal .room-modal-close,
  .room-types-carousel-section .room-modal .floor-plan-modal-close,
  .room-types-carousel-section .floor-plan-modal .room-modal-close,
  .room-types-carousel-section .floor-plan-modal .floor-plan-modal-close {
    top: 15px;
    right: 15px;
  }
  .room-types-carousel-section .tour-modal .tour-modal-container {
    width: 95%;
    height: 95%;
  }
  .room-types-carousel-section .room-type-card .room-image-container .room-buttons-container {
    bottom: 20px;
    padding: 0 15px;
  }
}
@media (max-width: 769px) {
  .room-types-carousel-section {
    padding: 60px 0;
  }
  .room-types-carousel-section .room-types-container {
    padding: 0 20px;
  }
  .room-types-carousel-section .room-types-header {
    margin-bottom: 60px;
  }
  .room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-image-container .room-buttons-container {
    bottom: 15px;
  }
  .room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-image-container .room-buttons-container .room-action-button {
    padding: 10px 20px;
  }
  .room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-image-container .room-buttons-container.dual-buttons .room-action-button {
    padding: 10px 15px;
  }
  .room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-info {
    padding: 15px 0;
  }
  .room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-info .room-type {
    top: 15px;
    left: 15px;
  }
  .room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-info .room-description {
    line-height: 1.4;
  }
  .room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-info .room-bedrooms {
    margin-top: 3px;
  }
  .room-types-carousel-section .room-types-carousel-wrapper .room-pagination {
    gap: 16px;
  }
  .room-types-carousel-section .room-types-carousel-wrapper .room-pagination .room-button {
    width: 45px;
    height: 45px;
  }
  .room-types-carousel-section .room-types-carousel-wrapper .room-pagination .room-button img {
    width: 20px;
    height: 20px;
  }
  .room-types-carousel-section .swiper-slide {
    width: 320px;
  }
  .room-types-carousel-section .room-modal .room-modal-close,
  .room-types-carousel-section .room-modal .floor-plan-modal-close,
  .room-types-carousel-section .floor-plan-modal .room-modal-close,
  .room-types-carousel-section .floor-plan-modal .floor-plan-modal-close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .room-types-carousel-section .tour-modal .tour-modal-title {
    margin-bottom: 15px;
  }
  .room-types-carousel-section .tour-modal .tour-modal-content {
    padding: 15px;
  }
  .room-types-carousel-section .tour-modal .tour-modal-close {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 480px) {
  .room-types-carousel-section {
    padding: 40px 0;
  }
  .room-types-carousel-section .room-types-container {
    padding: 0 15px;
  }
  .room-types-carousel-section .room-types-header {
    margin-bottom: 40px;
  }
  .room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-image-container .room-buttons-container {
    bottom: 10px;
    padding: 0 10px;
  }
  .room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-image-container .room-buttons-container .room-action-button {
    padding: 8px 15px;
    min-width: 90px;
  }
  .room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-image-container .room-buttons-container.dual-buttons .room-action-button {
    padding: 8px 10px;
    min-width: 80px;
  }
  .room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-info {
    padding: 12px 0;
  }
  .room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-info .room-type {
    top: 12px;
    left: 12px;
  }
  .room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-info .room-description {
    line-height: 1.3;
  }
  .room-types-carousel-section .room-types-carousel-wrapper .room-type-card .room-info .room-bedrooms {
    margin-top: 2px;
  }
  .room-types-carousel-section .swiper-slide {
    width: 260px;
  }
  .room-types-carousel-section .room-modal .room-modal-title,
  .room-types-carousel-section .room-modal .floor-plan-modal-title,
  .room-types-carousel-section .floor-plan-modal .room-modal-title,
  .room-types-carousel-section .floor-plan-modal .floor-plan-modal-title {
    margin-top: 10px;
  }
  .room-types-carousel-section .tour-modal .tour-modal-title {
    margin-bottom: 10px;
  }
  .room-types-carousel-section .tour-modal .tour-modal-container {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .room-types-carousel-section .tour-modal .tour-modal-content {
    padding: 10px;
  }
}
/**
 * FooterSection Component
 * フッターセクションのスタイリング - 画像構造に完全に合わせて修正
 */
.copyright {
  color: #b7b7b7;
  text-align: center;
  margin: 0 0 30px 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.footer-section {
  width: 100%;
  background-color: #2a2a2a;
  color: #ffffff;
  overflow: hidden;
  padding-top: clamp(16px, 7vw, 64px);
  padding-bottom: clamp(16px, 7vw, 64px);
}

/* メインフッター部分 */
.footer-main .footer-container {
  margin: 0 8%;
  display: flex;
  gap: 7vw;
  align-items: center;
}

.company-info {
  text-align: left;
}
.company-info .contact-heading {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.company-info .contact-heading a {
  color: #ffffff;
  text-decoration: none;
}
.company-info .contact-description {
  margin: 0 0 15px;
  max-width: 300px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.company-info .company-name {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.company-info .company-address {
  margin: 0 0 5px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.company-info .company-address a {
  color: #ffffff;
}
.company-info .company-email {
  margin: 10px 0 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.company-info .company-email a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.company-info .company-email a:hover {
  color: #f3b344;
}

/* 左側：ロゴエリア */
.footer-logo-area {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer-logo-area .logo-block {
  max-width: 200px;
  text-align: center;
  margin-left: uaot;
}
.footer-logo-area .logo-block img.lyra-logo {
  max-width: 100%;
  height: auto;
}

/* パートナーロゴ */
.footer-partners {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 64px;
}
.footer-partners .partner-logo {
  height: 78px;
  width: 236px;
}
.footer-partners .partner-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 右側：コンテンツエリア */
.footer-content-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  /* タグライン */
}
.footer-content-area .footer-tagline {
  width: 85%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .footer-content-area .footer-tagline {
    font-size: clamp(16px, 3vw, 24px);
  }
}
.footer-content-area .footer-tagline b {
  font-weight: 500;
}

/* メニュー行 */
.footer-menu-row {
  display: flex;
  margin-bottom: 30px;
  gap: 48px;
  /* メニューカラム */
}
.footer-menu-row:last-child {
  margin-bottom: 0;
}
.footer-menu-row .footer-menu-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-menu-row .footer-menu-column .footer-menu-title {
  text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.footer-menu-row .footer-menu-column .footer-menu-title a {
  color: #ffffff;
}
.footer-menu-row .footer-menu-column .footer-menu-title a:hover {
  color: #f3b344;
}
.footer-menu-row .footer-menu-column .footer-menu-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu-row .footer-menu-column .footer-menu-list li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.footer-menu-row .footer-menu-column .footer-menu-list li a:hover {
  color: #f3b344;
}

/* 区切り線 */
.footer-top-divider,
.footer-bottom-divider {
  height: 1px;
  background-color: #ffffff;
  margin: 64px 4%;
}

/* フッター下部 */
.footer-bottom {
  /* 企業情報 */
}
.footer-bottom .footer-container {
  max-width: 1785px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-bottom .footer-company {
  display: flex;
  align-items: center;
}
.footer-bottom .footer-company .company-logo {
  margin-right: 20px;
}
.footer-bottom .footer-company .company-logo img {
  height: 75px;
  width: 236px;
  object-fit: contain;
}

/* レスポンシブデザイン */
@media (max-width: 1024px) {
  .copyright {
    margin: 0 0 20px 0;
    padding: 0 4%;
  }
  .footer-main .footer-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .footer-partners {
    gap: 4vw;
  }
}
@media (max-width: 769px) {
  .footer-partners .partner-logo {
    width: 165px;
    height: 55px;
  }
  .footer-bottom-content {
    flex-direction: row;
    align-items: center;
  }
  .footer-company {
    flex-direction: row;
    text-align: left;
  }
  .footer-company .company-logo {
    margin: 0;
  }
  .footer-company .company-logo img {
    height: 60px;
    width: 180px;
  }
  .footer-company .company-info {
    text-align: center;
    margin: 40px 0;
  }
  .footer-company .company-info .contact-heading {
    margin-bottom: 8px;
  }
  .footer-company .company-info .contact-description {
    margin-bottom: 12px;
    max-width: 280px;
  }
  .footer-company .company-info .company-name {
    margin-bottom: 4px;
  }
  .footer-company .company-info .company-email {
    margin-top: 8px;
  }
  .footer-top-divider,
  .footer-bottom-divider {
    margin: 32px 4%;
  }
}
@media (max-width: 480px) {
  .footer-partners {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .footer-bottom-content {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-company .company-info {
    max-width: 100%;
  }
  .footer-company .company-info .contact-description {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .footer-main {
    padding: 40px 0;
  }
  .footer-main .footer-container {
    padding: 0 15px;
  }
  .footer-menu-row {
    flex-direction: column;
    gap: 32px;
  }
  .footer-menu-column {
    gap: 8px;
  }
  .footer-bottom {
    padding: 20px 0;
  }
  .footer-bottom .footer-container {
    padding: 0 15px;
  }
  .footer-bottom .footer-company {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .footer-bottom .footer-company .company-logo {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer-bottom .footer-company .company-logo img {
    height: 50px;
    width: 150px;
  }
  .footer-bottom .footer-company .company-info .contact-heading {
    margin-bottom: 6px;
  }
  .footer-bottom .footer-company .company-info .contact-description {
    margin-bottom: 10px;
  }
  .footer-bottom .footer-company .company-info .company-address {
    text-align: center;
  }
  .footer-bottom .footer-company .company-info .company-email {
    margin-top: 6px;
  }
}
/**
 * InteriorRoomsCarousel Component
 * インテリアルームカルーセルのスタイリング
 */
.interior-rooms-carousel-section {
  position: relative;
  width: 100%;
  height: 120vh;
  overflow: hidden;
}
@media (min-width: 769px) {
  .interior-rooms-carousel-section {
    margin-top: 100px;
  }
}
.interior-rooms-carousel-section .interior-rooms-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.interior-rooms-carousel-section .swiper {
  width: 100%;
  height: 100%;
}
.interior-rooms-carousel-section .swiper-slide {
  width: 100%;
  height: 100%;
}
.interior-rooms-carousel-section .interior-room-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.interior-rooms-carousel-section .interior-room-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.interior-rooms-carousel-section .interior-room-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interior-rooms-carousel-section .fpo-badge {
  position: absolute;
  top: 50px;
  left: 50px;
  color: #ffffff;
  z-index: 10;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(32px, 7.5vw, 48px);
  font-weight: 400;
  line-height: 1.1;
}
.interior-rooms-carousel-section .interior-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  max-width: 1400px;
  opacity: 1;
  transition: opacity 0.5s ease;
  z-index: 2;
}
.interior-rooms-carousel-section .interior-content.fade-out {
  opacity: 0;
  pointer-events: none;
}
.interior-rooms-carousel-section .interior-title {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 80px;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(32px, 7.5vw, 48px);
  font-weight: 400;
  line-height: 1.1;
}
.interior-rooms-carousel-section .interior-subtitle-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}
.interior-rooms-carousel-section .amenities-label {
  color: #ffffff;
  text-align: left;
  margin: 0 auto;
  display: block;
  max-width: 931px;
  width: 100%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.interior-rooms-carousel-section .interior-subtitle {
  color: #ffffff;
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 40px;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(24px, 7vw, 32px);
  font-weight: 400;
  line-height: 1.1;
}
.interior-rooms-carousel-section .interior-subtitle b {
  font-weight: 400;
}
.interior-rooms-carousel-section .interior-cta-button {
  display: inline-block;
  padding: 15px 40px;
  background-color: #f3b344;
  color: #172441;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 20px;
  transition: all 0.3s ease;
  max-width: 295px;
  width: 100%;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.interior-rooms-carousel-section .interior-cta-button:hover {
  background-color: rgb(239.9246231156, 159.5226130653, 20.0753768844);
}
.interior-rooms-carousel-section .interior-caption {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
}
.interior-rooms-carousel-section .interior-caption .star-icon {
  width: 25px;
  height: 25px;
}
.interior-rooms-carousel-section .interior-caption .caption-text {
  color: #ffffff;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .interior-rooms-carousel-section .interior-caption .caption-text {
    font-size: clamp(16px, 3vw, 24px);
  }
}
.interior-rooms-carousel-section .interior-pagination {
  position: absolute;
  bottom: 40px;
  right: 140px;
  z-index: 10;
  display: flex;
  gap: 40px;
}
.interior-rooms-carousel-section .interior-pagination .interior-button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #172441;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.interior-rooms-carousel-section .interior-pagination .interior-button:hover {
  background-color: rgb(9.6704545455, 15.1363636364, 27.3295454545);
}
.interior-rooms-carousel-section .interior-pagination .interior-button img {
  width: 34px;
  height: 34px;
}
@media (max-width: 1024px) {
  .interior-rooms-carousel-section {
    height: 80vh;
    min-height: 700px;
  }
  .interior-rooms-carousel-section .interior-subtitle {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .interior-rooms-carousel-section {
    height: 580px;
  }
}
@media (max-width: 769px) {
  .interior-rooms-carousel-section .interior-title {
    margin-bottom: 30px;
  }
  .interior-rooms-carousel-section .interior-subtitle {
    margin-bottom: 25px;
  }
  .interior-rooms-carousel-section .interior-pagination {
    bottom: 20px;
    right: 20px;
    gap: 15px;
  }
  .interior-rooms-carousel-section .interior-pagination .interior-button {
    width: 40px;
    height: 40px;
  }
  .interior-rooms-carousel-section .interior-pagination .interior-button img {
    width: 18px;
    height: 18px;
  }
  .interior-rooms-carousel-section .interior-cta-button {
    padding: 12px 25px;
    margin-top: 15px;
  }
  .interior-rooms-carousel-section .interior-caption {
    bottom: 25px;
    left: 25px;
    gap: 8px;
  }
  .interior-rooms-carousel-section .interior-caption .star-icon {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 480px) {
  .interior-rooms-carousel-section .fpo-badge {
    top: 15px;
    left: 15px;
  }
  .interior-rooms-carousel-section .interior-pagination {
    bottom: 15px;
    right: 15px;
    gap: 10px;
  }
  .interior-rooms-carousel-section .interior-pagination .interior-button {
    width: 32px;
    height: 32px;
  }
  .interior-rooms-carousel-section .interior-pagination .interior-button img {
    width: 14px;
    height: 14px;
  }
  .interior-rooms-carousel-section .interior-cta-button {
    padding: 10px 20px;
    margin-top: 12px;
  }
  .interior-rooms-carousel-section .interior-caption {
    bottom: 20px;
    left: 20px;
    gap: 6px;
  }
  .interior-rooms-carousel-section .interior-caption .star-icon {
    width: 16px;
    height: 16px;
  }
}

.curated-amenities-section {
  position: relative;
  width: 100%;
  background-color: #172441;
  color: #ffffff;
  overflow: hidden;
  padding: 5vh 0;
}
.curated-amenities-section .cas-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #172441;
  z-index: 0;
}
.curated-amenities-section .cas-container {
  width: 100vw;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.curated-amenities-section .cas-title {
  font-family: "Montserrat", "Source Hans Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2.2vw, 35px);
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  text-align: right;
  position: absolute;
  width: 25.4%;
  top: 13.56%;
  left: 10.9%;
  z-index: 20;
  max-width: 502px;
}
.curated-amenities-section .cas-gallery-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1000/1250;
  margin: 0 auto;
}
.curated-amenities-section .cas-horizontal-scroll-area {
  position: relative;
  width: 100%;
  height: 100%;
}
.curated-amenities-section .cas-main-text-area,
.curated-amenities-section .cas-secondary-text-area {
  position: absolute;
  text-align: left;
  z-index: 15;
}
.curated-amenities-section .cas-main-text-area {
  position: absolute;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 300;
  font-size: clamp(24px, 3.2vw, 63px);
  line-height: 1.1;
  color: #acacd4;
  text-align: left;
  width: auto;
  max-width: 40.35%;
  top: 49.52%;
  left: 27.65%;
  z-index: 15;
}
.curated-amenities-section .cas-main-text-area b {
  font-weight: 300;
}
.curated-amenities-section .cas-main-text-area .star-accent {
  width: clamp(15px, 2vw, 30px);
  height: clamp(15px, 2vw, 30px);
  margin-left: 0.5em;
  vertical-align: baseline;
}
.curated-amenities-section .cas-amenity-item {
  position: absolute;
  opacity: 0;
  transform: scale(0.3);
  cursor: pointer;
}
.curated-amenities-section .cas-amenity-item .cas-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.curated-amenities-section .cas-amenity-item .cas-image-wrapper img.cas-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.curated-amenities-section .cas-amenity-item .sec-cas-image-label {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.curated-amenities-section .cas-amenity-item .sec-cas-image-label.right {
  top: 83.36%;
  left: 102.3%;
  max-width: 155px;
}
.curated-amenities-section .cas-amenity-item .sec-cas-image-label.topright {
  top: 0;
  left: 112%;
  max-width: 347px;
}
.curated-amenities-section .cas-amenity-item.amenity-item-desk {
  width: 35.05%;
  height: 21.16%;
  top: 18.68%;
  left: 0;
}
.curated-amenities-section .cas-amenity-item.amenity-item-sofa {
  width: 41.5%;
  height: 31.72%;
  top: 12.4%;
  left: 49%;
}
.curated-amenities-section .cas-amenity-item.amenity-item-sofa .sec-cas-image-label.bottom {
  max-width: 60%;
  top: 102.4%;
  left: 0;
}
.curated-amenities-section .cas-amenity-item.amenity-item-tv {
  width: 52.25%;
  height: 30.84%;
  top: 58.68%;
  left: 14.25%;
}
.curated-amenities-section .cas-amenity-item.amenity-item-tv .sec-cas-image-label.bottom {
  max-width: 60%;
  top: 102.88%;
  right: 39.2%;
}
.curated-amenities-section .cas-amenity-item.amenity-item-closet {
  width: 19.75%;
  height: 26.8%;
  top: 64.56%;
  left: 9.25%;
}
.curated-amenities-section .cas-amenity-item.amenity-item-bed {
  width: 58.4%;
  height: 30.64%;
  top: 68.12%;
  left: 70.55%;
}
.curated-amenities-section .cas-secondary-text-area {
  font-family: "Source Sans 3", sans-serif;
  color: #846c64;
  top: 82.48%;
  left: 66.8%;
}
.curated-amenities-section .cas-secondary-text-area .cas-secondary-heading-1 {
  font-size: clamp(20px, 2.8vw, 63px);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.2em;
}
.curated-amenities-section .cas-secondary-text-area .cas-secondary-heading-2 {
  font-size: clamp(22px, 3vw, 73px);
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}
.curated-amenities-section .cas-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
}
.curated-amenities-section .cas-modal .cas-modal-image {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
}
.curated-amenities-section .cas-modal .cas-modal-caption {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  text-align: center;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.curated-amenities-section .cas-modal .cas-modal-close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(24px, 7vw, 32px);
  font-weight: 400;
  line-height: 1.1;
}
.curated-amenities-section .cas-modal .cas-modal-close:hover, .curated-amenities-section .cas-modal .cas-modal-close:focus {
  color: #b7b7b7;
  text-decoration: none;
}

@media (max-width: 769px) {
  .curated-amenities-section {
    padding: 60px 0;
    min-height: 110vh;
  }
  .curated-amenities-section .cas-container {
    max-width: 90%;
  }
  .curated-amenities-section .cas-title {
    font-size: clamp(20px, 4vw, 26px);
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    max-width: 100%;
    text-align: center;
    top: auto;
    left: auto;
    margin-bottom: 40px;
  }
  .curated-amenities-section .cas-gallery-wrapper {
    height: auto;
    min-height: 60vh;
    aspect-ratio: auto;
  }
  .curated-amenities-section .cas-horizontal-scroll-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .curated-amenities-section .cas-main-text-area {
    position: relative;
    width: 100%;
    max-width: 100%;
    font-size: clamp(24px, 5vw, 42px);
    margin-bottom: 40px;
    top: auto;
    left: auto;
    text-align: center;
  }
  .curated-amenities-section .cas-main-text-area .star-accent {
    width: clamp(15px, 3vw, 22px);
    height: clamp(15px, 3vw, 22px);
  }
  .curated-amenities-section .cas-amenity-item {
    position: relative;
    width: calc(50% - 20px);
    height: auto;
    min-height: 200px;
    margin: 10px;
    top: auto;
    left: auto;
    transform: none;
    opacity: 1;
    aspect-ratio: 4/3;
  }
  .curated-amenities-section .cas-amenity-item.amenity-item-desk, .curated-amenities-section .cas-amenity-item.amenity-item-sofa, .curated-amenities-section .cas-amenity-item.amenity-item-tv, .curated-amenities-section .cas-amenity-item.amenity-item-closet, .curated-amenities-section .cas-amenity-item.amenity-item-bed {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    position: relative;
    top: auto;
    left: auto;
  }
  .curated-amenities-section .cas-amenity-item .sec-cas-image-label.right, .curated-amenities-section .cas-amenity-item .sec-cas-image-label.topright, .curated-amenities-section .cas-amenity-item .sec-cas-image-label.bottom {
    position: absolute;
    bottom: -30px;
    top: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .curated-amenities-section .cas-secondary-text-area {
    position: relative;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 60px;
    top: auto;
    left: auto;
  }
  .curated-amenities-section .cas-secondary-text-area .cas-secondary-heading-1 {
    font-size: clamp(28px, 5vw, 42px);
  }
  .curated-amenities-section .cas-secondary-text-area .cas-secondary-heading-2 {
    font-size: clamp(32px, 5.5vw, 52px);
  }
  .curated-amenities-section .cas-modal .cas-modal-caption {
    padding: 8px 15px;
  }
  .curated-amenities-section .cas-modal .cas-modal-close {
    top: 20px;
    right: 30px;
  }
}
@media (max-width: 480px) {
  .curated-amenities-section {
    padding: 40px 0;
    min-height: auto;
  }
  .curated-amenities-section .cas-container {
    padding: 0 20px;
    max-width: 100%;
  }
  .curated-amenities-section .cas-title {
    margin-bottom: 25px;
  }
  .curated-amenities-section .cas-gallery-wrapper {
    min-height: 45vh;
  }
  .curated-amenities-section .cas-main-text-area {
    font-size: clamp(20px, 6vw, 32px);
    margin-bottom: 30px;
  }
  .curated-amenities-section .cas-main-text-area .star-accent {
    width: 16px;
    height: 16px;
  }
  .curated-amenities-section .cas-amenity-item {
    width: 100%;
    margin: 10px 0;
    min-height: 180px;
  }
  .curated-amenities-section .cas-amenity-item.amenity-item-desk, .curated-amenities-section .cas-amenity-item.amenity-item-sofa, .curated-amenities-section .cas-amenity-item.amenity-item-tv, .curated-amenities-section .cas-amenity-item.amenity-item-closet, .curated-amenities-section .cas-amenity-item.amenity-item-bed {
    width: 100%;
  }
  .curated-amenities-section .cas-secondary-text-area {
    margin-top: 40px;
  }
  .curated-amenities-section .cas-modal .cas-modal-caption {
    padding: 6px 12px;
    bottom: 20px;
  }
  .curated-amenities-section .cas-modal .cas-modal-close {
    top: 15px;
    right: 20px;
  }
}
.reusable-form {
  background-color: #cec6e2;
  padding: 24px 30px;
  max-width: 800px;
  position: relative;
  width: 45%;
}
.reusable-form .wpcf7-spinner {
  display: none !important;
}
@media (max-width: 1024px) {
  .reusable-form {
    padding: 20px 25px;
    width: 100%;
  }
}
@media (max-width: 769px) {
  .reusable-form {
    padding: 18px 20px;
  }
}

.reusable-form-grid {
  display: grid;
  grid-template-columns: 1fr minmax(200px, auto);
  grid-template-rows: auto auto;
  grid-template-areas: "email button" "extra extra";
  grid-gap: 20px;
  align-items: center;
}
@media (max-width: 1024px) {
  .reusable-form-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "email" "extra" "button";
  }
}

.email-field {
  grid-area: email;
}

.button-wrapper {
  grid-area: button;
}

.extra-fields-wrapper {
  grid-area: extra;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 18px;
}
@media (max-width: 1024px) {
  .extra-fields-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 769px) {
  .extra-fields-wrapper {
    grid-gap: 12px;
  }
}

.reusable-form-field {
  position: relative;
  width: 100%;
}

.required-field-text {
  display: block;
  color: #ff0000;
  font-size: 12px;
  margin-top: 4px;
  text-align: left;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 769px) {
  .required-field-text {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .required-field-text {
    margin-top: 3px;
  }
}

.reusable-form-input {
  width: 100%;
  padding: 16px 20px;
  color: #7c7c7c;
  background-color: #ebebeb;
  border: none;
  border-radius: 5px;
  box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 769px) {
  .reusable-form-input {
    padding: 14px 18px;
  }
}
@media (max-width: 480px) {
  .reusable-form-input {
    padding: 12px 15px;
    border-radius: 4px;
  }
}

.reusable-dropdown-field {
  position: relative;
}
.reusable-dropdown-field::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #7c7c7c;
  border-bottom: 2px solid #7c7c7c;
  transform: translateY(-75%) rotate(45deg);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .reusable-dropdown-field::after {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 769px) {
  .reusable-dropdown-field::after {
    right: 15px;
    width: 8px;
    height: 8px;
  }
}

.country-field {
  position: relative;
}
.country-field::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #7c7c7c;
  border-bottom: 2px solid #7c7c7c;
  transform: translateY(-75%) rotate(45deg);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .country-field::after {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}

.reusable-dropdown-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .reusable-dropdown-select {
    padding-right: 40px;
  }
}
@media (max-width: 769px) {
  .reusable-dropdown-select {
    padding-right: 35px;
  }
}

.desktop-submit-wrapper {
  position: absolute;
  top: 25px;
  right: 30px;
  width: 37%;
  max-width: 293px;
}
@media (max-width: 1024px) {
  .desktop-submit-wrapper {
    display: none;
  }
}

.mobile-submit-wrapper {
  display: none;
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .mobile-submit-wrapper {
    display: block;
  }
}

.reusable-form-submit {
  background-color: #f3b344;
  color: #000000;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  box-shadow: 3px 4px 4px 0px rgba(135, 135, 135, 0.25);
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  height: 100%;
  min-height: 38px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .reusable-form-submit {
    font-size: 14px;
  }
}
@media (max-width: 769px) {
  .reusable-form-submit {
    font-size: 13px;
  }
}
.reusable-form-submit:hover {
  background-color: rgb(239.9246231156, 159.5226130653, 20.0753768844);
}
@media (max-width: 1024px) {
  .reusable-form-submit {
    padding: 10px 0;
    min-height: 35px;
  }
}
@media (max-width: 769px) {
  .reusable-form-submit {
    padding: 9px 0;
    box-shadow: 2px 3px 3px 0px rgba(135, 135, 135, 0.25);
    min-height: 32px;
  }
}

.location-form {
  margin-bottom: 60px !important;
}
@media (max-width: 1024px) {
  .location-form {
    width: 92% !important;
    margin: 0 auto;
    margin-bottom: 30px !important;
  }
}

.location-and-steps-section {
  background-color: #b7b7b7;
  padding-top: clamp(16px, 7vw, 64px);
  padding-bottom: clamp(16px, 7vw, 64px);
}
.location-and-steps-section .container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1350px;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 4vw, 32px);
}
.location-and-steps-section .container::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: clamp(64px, 20vw, 90px);
  height: clamp(8px, 2vw, 12px);
  background-color: #ffffff;
}
.location-and-steps-section .container .section-title {
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(24px, 7vw, 32px);
  font-weight: 400;
  line-height: 1.1;
}
@media (max-width: 769px) {
  .location-and-steps-section .container .section-title {
    text-align: left;
  }
}
.location-and-steps-section .container .section-subtitle {
  max-width: 100%;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .location-and-steps-section .container .section-subtitle {
    text-align: left;
  }
}

.location-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.location-content {
  display: flex;
  gap: 32px;
}

.location-text-content {
  flex: 1;
}

.location-image-content {
  position: sticky;
  top: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.amenities-image-wrapper {
  min-width: 0;
  width: 100%;
}
.amenities-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.amenities-list-container .main-amenities-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .amenities-list-container .main-amenities-title {
    font-size: clamp(16px, 3vw, 24px);
  }
}
.amenities-list-container .main-amenities-title:not(:first-child) {
  margin-top: 40px;
}
.amenities-list-container .amenity-item {
  margin-bottom: 16px;
}
.amenities-list-container .amenity-title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600 !important;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.amenities-list-container .amenity-description {
  text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.amenities-list-container .floor-title {
  text-transform: uppercase;
  margin: 20px 0 5px;
  font-weight: 600 !important;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .amenities-list-container .floor-title {
    margin: 15px 0 5px;
  }
}
.amenities-list-container .floor-list {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
}
@media (max-width: 769px) {
  .amenities-list-container .floor-list {
    margin-bottom: 8px !important;
  }
}
.amenities-list-container .floor-list li {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

.reusable-form {
  margin: 0 auto;
}

@media (max-width: 769px) {
  .location-content {
    flex-direction: column;
  }
  .location-text-content,
  .location-image-content {
    flex: none;
    width: 100%;
  }
  .location-image-content {
    position: relative;
    top: auto;
  }
}
.journeys-around-furano-section {
  background-color: #ffffff;
  padding: 60px 0 90px;
  overflow: hidden;
  background-image: url("../../assets/images/hokkaido.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.journeys-around-furano-section .journeys-container {
  margin: 0 auto;
  padding: 0 20px;
}
.journeys-around-furano-section .journeys-main-title {
  text-align: center;
  color: #000000;
  margin-bottom: 55px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(24px, 7vw, 32px);
  font-weight: 400;
  line-height: 1.1;
}
.journeys-around-furano-section .journeys-grid {
  display: grid;
  gap: 50px 30px;
  grid-template-columns: 1fr;
}
@media (max-width: 1024px) {
  .journeys-around-furano-section .journeys-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-large {
    grid-template-columns: 1fr;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-large .journey-image-wrapper {
    grid-column: 1/-1;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-large .journey-content {
    grid-column: 1/-1;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-large .journey-description {
    font-weight: 400;
  }
}
@media (min-width: 769px) {
  .journeys-around-furano-section .journeys-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-large {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: start;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-large .journey-image-wrapper {
    grid-column: 4/span 6;
    width: 100%;
    padding-top: 66.7039%;
    position: relative;
    overflow: hidden;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-large .journey-content {
    grid-column: 10/span 3;
    padding: 0 0 0 20px;
    text-align: left;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-large .journey-content .journey-item-title {
    margin-bottom: 15px;
    color: #000000;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-large .journey-content .journey-description {
    color: #505050;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-small.journey-item-small-1 {
    width: 62.6%;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-small.journey-item-small-1 .journey-image-wrapper {
    padding-top: 63.5579%;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-small.journey-item-small-2 {
    width: 79.6%;
    margin-top: 40px;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-small.journey-item-small-2 .journey-image-wrapper {
    padding-top: 66.712%;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-small.journey-item-small-3 {
    width: 67.6%;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-small.journey-item-small-3 .journey-image-wrapper {
    padding-top: 67.52%;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-small.journey-item-small-4 {
    width: 80%;
    margin-top: 25px;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-small.journey-item-small-4 .journey-image-wrapper {
    padding-top: 66.6216%;
  }
}
.journeys-around-furano-section .journey-item {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.journeys-around-furano-section .journey-item .journey-content .journey-item-title {
  margin-bottom: 10px;
  color: #000000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .journeys-around-furano-section .journey-item .journey-content .journey-item-title {
    font-size: clamp(16px, 3vw, 24px);
  }
}
.journeys-around-furano-section .journey-item .journey-content .journey-description {
  color: #505050;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.journeys-around-furano-section .journey-item.journey-item-small .journey-image-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.journeys-around-furano-section .journey-item.journey-item-small .journey-content {
  padding: 0;
  text-align: left;
}
.journeys-around-furano-section .journey-item.journey-item-small .journey-content .journey-item-title {
  margin-bottom: 10px;
  color: #000000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .journeys-around-furano-section .journey-item.journey-item-small .journey-content .journey-item-title {
    font-size: clamp(16px, 3vw, 24px);
  }
}
.journeys-around-furano-section .journey-item.journey-item-small .journey-content .journey-description {
  color: #505050;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.journeys-around-furano-section .journey-item .journey-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.journeys-around-furano-section .journey-item .journey-image-wrapper .journey-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .journeys-around-furano-section .journeys-main-title {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .journeys-around-furano-section {
    padding: 40px 0 60px;
    background: none;
  }
  .journeys-around-furano-section .journeys-main-title {
    margin-bottom: 35px;
  }
  .journeys-around-furano-section .journeys-grid {
    grid-template-columns: 1fr !important;
    gap: 40px;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-large {
    display: flex;
    flex-direction: column;
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-large .journey-image-wrapper {
    grid-column: auto;
    padding-top: 57%;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-large .journey-content {
    grid-column: auto;
    padding: 0;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-large .journey-content .journey-item-title {
    margin-bottom: 12px;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-large .journey-content .journey-description {
    color: #505050;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-small {
    margin-top: 0 !important;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-small.journey-item-small-1 .journey-image-wrapper {
    padding-top: 63.5578%;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-small.journey-item-small-2 .journey-image-wrapper {
    padding-top: 66.7119%;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-small.journey-item-small-3 .journey-image-wrapper {
    padding-top: 67.52%;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-small.journey-item-small-4 .journey-image-wrapper {
    padding-top: 66.6216%;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-small .journey-image-wrapper {
    margin-bottom: 15px;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-small .journey-content .journey-item-title {
    margin-bottom: 10px;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-small .journey-content .journey-description {
    color: #505050;
  }
}
@media (max-width: 479px) {
  .journeys-around-furano-section {
    padding: 30px 0 45px;
  }
  .journeys-around-furano-section .journeys-main-title {
    margin-bottom: 30px;
  }
  .journeys-around-furano-section .journeys-grid {
    gap: 30px;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-large {
    gap: 15px;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-large .journey-content .journey-item-title {
    margin-bottom: 10px;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-large .journey-content .journey-description {
    color: #505050;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-small .journey-image-wrapper {
    margin-bottom: 12px;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-small .journey-content .journey-item-title {
    margin-bottom: 8px;
  }
  .journeys-around-furano-section .journeys-grid .journey-item-small .journey-content .journey-description {
    color: #505050;
  }
}
.four-seasons-section {
  background-color: #ffffff;
  padding-top: 60px;
}
.four-seasons-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.four-seasons-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.four-seasons-section .section-header .accent-line {
  width: 127px;
  height: 18px;
  background-color: #000000;
  margin: 0 auto 25px;
}
.four-seasons-section .section-header .section-title {
  text-transform: uppercase;
  margin-bottom: 80px;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(24px, 7vw, 32px);
  font-weight: 400;
  line-height: 1.1;
}
.four-seasons-section .four-seasons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.four-seasons-section .four-seasons-grid .season-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 251.5593%;
}
.four-seasons-section .four-seasons-grid .season-item .season-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.83;
}
.four-seasons-section .four-seasons-grid .season-item .season-text-overlay {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 90%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .four-seasons-section .four-seasons-grid .season-item .season-text-overlay {
    font-size: clamp(16px, 3vw, 24px);
  }
}
.four-seasons-section .four-seasons-grid .season-item .season-text-overlay.text-white {
  color: #ffffff;
}
.four-seasons-section .four-seasons-grid .season-item .season-text-overlay.text-black {
  color: #000000;
}
.four-seasons-section .four-seasons-grid .season-item .season-text-overlay.position-top-center {
  top: 30%;
}
.four-seasons-section .four-seasons-grid .season-item .season-text-overlay.position-center-center {
  top: 50%;
  transform: translate(-50%, -50%);
}
.four-seasons-section .four-seasons-grid .season-item .season-text-overlay.position-bottom-center {
  bottom: 30%;
}

@media (max-width: 1024px) {
  .four-seasons-section .section-header .accent-line {
    width: 100px;
    height: 15px;
  }
  .four-seasons-section .section-header .section-title {
    padding: 80px 0;
  }
  .four-seasons-section .four-seasons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .four-seasons-section .four-seasons-grid .season-item {
    padding-top: 120%;
  }
  .four-seasons-section .four-seasons-grid .season-item .season-text-overlay.position-top-center {
    top: 15%;
  }
  .four-seasons-section .four-seasons-grid .season-item .season-text-overlay.position-center-center {
    top: 50%;
  }
  .four-seasons-section .four-seasons-grid .season-item .season-text-overlay.position-bottom-center {
    bottom: 15%;
  }
}
@media (max-width: 769px) {
  .four-seasons-section {
    padding-top: 45px;
  }
  .four-seasons-section .container {
    padding: 0 15px;
  }
  .four-seasons-section .section-header {
    margin-bottom: 35px;
  }
  .four-seasons-section .section-header .accent-line {
    width: 80px;
    height: 12px;
    margin-bottom: 20px;
  }
  .four-seasons-section .section-header .section-title {
    padding: 60px 0;
    line-height: 1.3;
    letter-spacing: 0.5px;
  }
  .four-seasons-section .four-seasons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .four-seasons-section .four-seasons-grid .season-item {
    padding-top: 130%;
  }
  .four-seasons-section .four-seasons-grid .season-item .season-text-overlay {
    line-height: 1.2;
    width: 85%;
  }
  .four-seasons-section .four-seasons-grid .season-item .season-text-overlay.position-top-center {
    top: 10%;
  }
  .four-seasons-section .four-seasons-grid .season-item .season-text-overlay.position-center-center {
    top: 50%;
  }
  .four-seasons-section .four-seasons-grid .season-item .season-text-overlay.position-bottom-center {
    bottom: 10%;
  }
}
@media (max-width: 480px) {
  .four-seasons-section {
    padding-top: 35px;
  }
  .four-seasons-section .container {
    padding: 0 12px;
  }
  .four-seasons-section .section-header {
    margin-bottom: 25px;
  }
  .four-seasons-section .section-header .accent-line {
    width: 60px;
    height: 10px;
    margin-bottom: 15px;
  }
  .four-seasons-section .section-header .section-title {
    padding: 40px 0;
    line-height: 1.25;
    letter-spacing: 0.3px;
  }
  .four-seasons-section .four-seasons-grid {
    grid-template-columns: 1fr;
  }
  .four-seasons-section .four-seasons-grid .season-item {
    padding-top: 100%;
  }
  .four-seasons-section .four-seasons-grid .season-item .season-text-overlay {
    line-height: 1.2;
    width: 80%;
  }
  .four-seasons-section .four-seasons-grid .season-item .season-text-overlay.position-top-center {
    top: 8%;
  }
  .four-seasons-section .four-seasons-grid .season-item .season-text-overlay.position-center-center {
    top: 50%;
  }
  .four-seasons-section .four-seasons-grid .season-item .season-text-overlay.position-bottom-center {
    bottom: 8%;
  }
}
.journey-to-lyra-section {
  padding: 80px 0;
  background-color: #ffffff;
  overflow: hidden;
}
.journey-to-lyra-section .container {
  max-width: 1156px;
  margin: 0 auto;
  padding: 0 20px;
}
.journey-to-lyra-section .section-title {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 80px;
  color: #ffffff;
  text-align: center;
  line-height: 1.1;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(24px, 7vw, 32px);
  font-weight: 400;
  line-height: 1.1;
}
.journey-to-lyra-section .journey-content-wrapper {
  display: flex;
  gap: 40px;
}
.journey-to-lyra-section .left-column {
  flex: 1;
  min-width: 0;
}
.journey-to-lyra-section .right-column {
  flex: 1.5;
  min-width: 0;
}
.journey-to-lyra-section .lyra-logo-container {
  margin-bottom: 40px;
  text-align: left;
}
.journey-to-lyra-section .lyra-logo-container img {
  width: 273px;
  height: auto;
}
.journey-to-lyra-section .transport-accordion .accordion-item .accordion-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 20px 0;
  background-color: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  font-family: "Montserrat", "Source Hans Sans", sans-serif;
}
.journey-to-lyra-section .transport-accordion .accordion-item .accordion-header .accordion-icon-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  background-color: #f0f0f0;
  border-radius: 50%;
  margin-right: 20px;
}
.journey-to-lyra-section .transport-accordion .accordion-item .accordion-header .accordion-icon-wrapper img.accordion-icon {
  width: 49px;
  height: auto;
}
.journey-to-lyra-section .transport-accordion .accordion-item .accordion-header .accordion-title {
  flex-grow: 1;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.journey-to-lyra-section .transport-accordion .accordion-item .accordion-header .accordion-chevron img {
  width: 16px;
  transition: transform 0.3s ease;
}
.journey-to-lyra-section .transport-accordion .accordion-item .accordion-content {
  padding: 0px 0 25px 0;
  color: #5f6069;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.journey-to-lyra-section .transport-accordion .accordion-item .accordion-content p {
  margin-bottom: 10px;
  font-weight: 400;
}
.journey-to-lyra-section .transport-accordion .accordion-item .accordion-content p:last-child {
  margin-bottom: 0;
}
.journey-to-lyra-section .transport-accordion .accordion-item .accordion-content p b {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  margin-top: 10px;
}
.journey-to-lyra-section .transport-accordion .accordion-item .accordion-content p b:first-child {
  margin-top: 0;
}
.journey-to-lyra-section .transport-accordion .accordion-item .accordion-content p .time_required {
  color: #000000;
}
.journey-to-lyra-section .transport-accordion .accordion-item.open .accordion-header .accordion-chevron img {
  transform: rotate(180deg);
}
.journey-to-lyra-section .map-embed-container {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
.journey-to-lyra-section .map-embed-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.journey-to-lyra-section .map-info {
  color: #b7b7b7;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.journey-to-lyra-section .map-info p {
  margin-bottom: 10px;
}
.journey-to-lyra-section .map-info .address b {
  font-weight: 400;
  color: #000000;
}
.journey-to-lyra-section .map-info .navi-code {
  margin-bottom: 20px;
}
.journey-to-lyra-section .map-info .get-directions-link {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
}
.journey-to-lyra-section .map-info .get-directions-link .arrow {
  margin-left: 8px;
  transition: transform 0.3s ease;
}
.journey-to-lyra-section .map-info .get-directions-link:hover .arrow {
  transform: translateX(5px);
}

@media (max-width: 1024px) {
  .journey-to-lyra-section {
    padding: 70px 0;
  }
  .journey-to-lyra-section .section-title {
    margin: 60px 0 90px 0;
  }
  .journey-to-lyra-section .journey-content-wrapper {
    gap: 30px;
  }
  .journey-to-lyra-section .lyra-logo-container {
    margin-bottom: 35px;
  }
  .journey-to-lyra-section .lyra-logo-container img {
    max-width: 180px;
  }
}
@media (max-width: 769px) {
  .journey-to-lyra-section {
    padding: 50px 0;
  }
  .journey-to-lyra-section .container {
    padding: 0 15px;
  }
  .journey-to-lyra-section .section-title {
    margin: 40px 0 60px 0;
  }
  .journey-to-lyra-section .journey-content-wrapper {
    gap: 35px;
  }
  .journey-to-lyra-section .left-column,
  .journey-to-lyra-section .right-column {
    flex-basis: auto;
  }
  .journey-to-lyra-section .lyra-logo-container {
    margin-bottom: 30px;
  }
  .journey-to-lyra-section .lyra-logo-container img {
    max-width: 160px;
  }
  .journey-to-lyra-section .transport-accordion .accordion-item .accordion-header {
    padding: 16px 0;
  }
  .journey-to-lyra-section .transport-accordion .accordion-item .accordion-header .accordion-icon-wrapper {
    width: 35px;
    height: 35px;
    margin-right: 15px;
  }
  .journey-to-lyra-section .transport-accordion .accordion-item .accordion-header .accordion-icon-wrapper img.accordion-icon {
    width: 18px;
  }
  .journey-to-lyra-section .transport-accordion .accordion-item .accordion-header .accordion-chevron img {
    width: 14px;
  }
  .journey-to-lyra-section .transport-accordion .accordion-item .accordion-content {
    padding: 0 0 20px 0;
    line-height: 1.6;
  }
  .journey-to-lyra-section .transport-accordion .accordion-item .accordion-content p b {
    margin-bottom: 4px;
    margin-top: 8px;
  }
  .journey-to-lyra-section .map-embed-container {
    margin-bottom: 15px;
  }
  .journey-to-lyra-section .map-info {
    line-height: 1.6;
  }
  .journey-to-lyra-section .map-info .navi-code {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .journey-to-lyra-section {
    padding: 40px 0;
  }
  .journey-to-lyra-section .container {
    padding: 0 12px;
  }
  .journey-to-lyra-section .section-title {
    margin: 30px 0 45px 0;
  }
  .journey-to-lyra-section .journey-content-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .journey-to-lyra-section .lyra-logo-container {
    margin-bottom: 25px;
    text-align: center;
  }
  .journey-to-lyra-section .lyra-logo-container img {
    max-width: 140px;
  }
  .journey-to-lyra-section .transport-accordion .accordion-item .accordion-header {
    padding: 14px 0;
  }
  .journey-to-lyra-section .transport-accordion .accordion-item .accordion-header .accordion-icon-wrapper {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
  .journey-to-lyra-section .transport-accordion .accordion-item .accordion-header .accordion-icon-wrapper img.accordion-icon {
    width: 16px;
  }
  .journey-to-lyra-section .transport-accordion .accordion-item .accordion-header .accordion-chevron img {
    width: 12px;
  }
  .journey-to-lyra-section .transport-accordion .accordion-item .accordion-content {
    padding: 0 0 16px 0;
    line-height: 1.5;
  }
  .journey-to-lyra-section .transport-accordion .accordion-item .accordion-content p b {
    margin-bottom: 3px;
    margin-top: 6px;
  }
  .journey-to-lyra-section .map-embed-container {
    height: 280px;
    margin-bottom: 12px;
  }
  .journey-to-lyra-section .map-info {
    line-height: 1.5;
  }
  .journey-to-lyra-section .map-info .navi-code {
    margin-bottom: 12px;
  }
  .journey-to-lyra-section .map-info .get-directions-link .arrow {
    margin-left: 6px;
  }
}
.buying-guide-section {
  background-color: #ffffff;
  padding: 80px 20px;
}
.buying-guide-section .container {
  max-width: 1563px;
  margin: 0 auto;
  padding: 0;
}
.buying-guide-section .section-title {
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 58px;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(24px, 7vw, 32px);
  font-weight: 400;
  line-height: 1.1;
}
.buying-guide-section .text-content {
  max-width: 1100px;
  margin: 0 auto 58px;
  color: #000000;
  text-align: justify;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.buying-guide-section .text-content p {
  margin-bottom: 1.5em;
}
.buying-guide-section .text-content p:last-child {
  margin-bottom: 0;
}
.buying-guide-section .image-section {
  position: relative;
  width: 100%;
  max-width: 1563px;
  padding-top: 35.9564939219%;
  margin: 0 auto;
  line-height: 0;
}
.buying-guide-section .image-section .guide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.buying-guide-section .image-section .fpo-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  color: #ffffff;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(32px, 7.5vw, 48px);
  font-weight: 400;
  line-height: 1.1;
}

@media (max-width: 1024px) {
  .buying-guide-section {
    padding: 60px 20px;
  }
  .buying-guide-section .section-title {
    margin-bottom: 40px;
  }
  .buying-guide-section .text-content {
    margin-bottom: 40px;
  }
}
@media (max-width: 769px) {
  .buying-guide-section {
    padding: 40px 15px;
  }
  .buying-guide-section .section-title {
    margin-bottom: 30px;
  }
  .buying-guide-section .text-content {
    line-height: 1.6;
    text-align: left;
    margin-bottom: 30px;
  }
  .buying-guide-section .image-section {
    padding-top: 50%;
  }
}
@media (max-width: 480px) {
  .buying-guide-section {
    padding: 30px 12px;
  }
  .buying-guide-section .section-title {
    margin-bottom: 25px;
  }
  .buying-guide-section .text-content {
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .buying-guide-section .image-section {
    padding-top: 60%;
  }
}
.real-estate-steps-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 20px;
  color: #ffffff;
}
.real-estate-steps-section .container {
  position: relative;
  max-width: 1563px;
  margin: 0 auto;
  z-index: 2;
}
.real-estate-steps-section .section-title {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(24px, 7vw, 32px);
  font-weight: 400;
  line-height: 1.1;
}
.real-estate-steps-section .accent-line {
  width: 127px;
  height: 18px;
  background-color: #f3b344;
  margin: 60px auto 60px;
}
@media (max-width: 769px) {
  .real-estate-steps-section .accent-line {
    margin: 40px auto 40px;
    width: 100px;
    height: 12px;
  }
}
.real-estate-steps-section .steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}
.real-estate-steps-section .step-card {
  background-color: #ffffff;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.real-estate-steps-section .step-card-top {
  background-color: #172441;
  padding: 60px 20px 10px 20px;
  text-align: center;
  color: #ffffff;
  flex-shrink: 0;
}
.real-estate-steps-section .step-card .step-icon {
  height: 137px;
  width: 140;
  margin-bottom: 20px;
  object-fit: contain;
}
.real-estate-steps-section .step-card .step-number {
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .real-estate-steps-section .step-card .step-number {
    font-size: clamp(16px, 3vw, 24px);
  }
}
.real-estate-steps-section .step-card-bottom {
  padding: 30px;
  color: #000000;
  flex-grow: 1;
}
.real-estate-steps-section .step-card .step-subtitle {
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.real-estate-steps-section .step-card .step-details {
  list-style: disc;
  padding-left: 20px;
  color: #000000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.real-estate-steps-section .step-card .step-details li {
  margin-bottom: 8px;
}
.real-estate-steps-section .form-container-wrapper {
  margin: 0 auto;
  width: 100%;
}
.real-estate-steps-section .form-container-wrapper .reusable-form {
  margin: 0 auto;
}
.real-estate-steps-section .fpo-text-res {
  color: #ffffff;
  text-align: right;
  width: 100%;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(32px, 7.5vw, 48px);
  font-weight: 400;
  line-height: 1.1;
}

@media (max-width: 1024px) {
  .real-estate-steps-section {
    padding: 80px 20px;
  }
  .real-estate-steps-section .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 60px;
  }
  .real-estate-steps-section .form-container-wrapper {
    padding: 30px;
  }
}
@media (max-width: 769px) {
  .real-estate-steps-section {
    padding: 40px 15px 20px 15px !important;
  }
  .real-estate-steps-section .section-title {
    margin-bottom: 15px;
  }
  .real-estate-steps-section .accent-line {
    margin-bottom: 40px;
  }
  .real-estate-steps-section .steps-grid {
    gap: 20px;
    margin-bottom: 40px;
  }
  .real-estate-steps-section .step-card-top {
    padding: 30px 15px 20px;
  }
  .real-estate-steps-section .step-card .step-icon {
    height: 50px;
    margin-bottom: 15px;
  }
  .real-estate-steps-section .step-card-bottom {
    padding: 20px;
  }
  .real-estate-steps-section .form-container-wrapper {
    padding: 20px;
    margin-bottom: 40px;
  }
  .real-estate-steps-section .fpo-text-res {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .real-estate-steps-section .steps-grid {
    grid-template-columns: 1fr;
  }
}
.documents-required-section {
  background-color: #846c64;
  padding: 80px 20px;
}
.documents-required-section .container {
  max-width: 1440px;
  margin: 0 auto;
}
.documents-required-section .section-title {
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 40px;
  text-align: left;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .documents-required-section .section-title {
    font-size: clamp(16px, 3vw, 24px);
  }
}
.documents-required-section .documents-content-box {
  background-color: #000000;
  padding: 30px 51px 34px;
  color: #ffffff;
  box-shadow: 0px 4.58px 15.03px 3.66px rgba(0, 0, 0, 0.1);
  max-width: 1440px;
  margin: 0 auto;
}
.documents-required-section .document-group {
  margin-bottom: 30px;
}
.documents-required-section .document-group:last-child {
  margin-bottom: 0;
}
.documents-required-section .document-group-heading {
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.documents-required-section .document-items {
  list-style-type: none;
  padding-left: 0;
}
.documents-required-section .document-items li {
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.documents-required-section .document-items li br + span,
.documents-required-section .document-items li br + em,
.documents-required-section .document-items li br + strong {
  display: inline-block;
  margin-left: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.documents-required-section .document-group-inline {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 15px;
}
.documents-required-section .document-group-heading-inline {
  margin-bottom: 0;
  white-space: nowrap;
}
.documents-required-section .document-inline-item {
  color: #ffffff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .documents-required-section {
    padding: 60px 20px;
  }
  .documents-required-section .section-title {
    margin-bottom: 30px;
  }
  .documents-required-section .documents-content-box {
    padding: 25px 40px 30px;
  }
}
@media (max-width: 769px) {
  .documents-required-section {
    padding: 40px 15px;
  }
  .documents-required-section .section-title {
    margin-bottom: 20px;
  }
  .documents-required-section .documents-content-box {
    padding: 20px;
  }
  .documents-required-section .document-group-heading {
    margin-bottom: 10px;
  }
  .documents-required-section .document-items li {
    margin-bottom: 8px;
  }
}
.seamless-ownership-section {
  background-color: #000000;
  padding: 100px 20px;
  color: #ffffff;
}
.seamless-ownership-section .container {
  max-width: 1563px;
  margin: 0 auto;
  text-align: center;
}
.seamless-ownership-section .section-title {
  text-transform: uppercase;
  margin-bottom: 32px;
  color: #ffffff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .seamless-ownership-section .section-title {
    font-size: clamp(16px, 3vw, 24px);
  }
}
.seamless-ownership-section .accent-line {
  width: 60px;
  height: 6px;
  background-color: #ffffff;
  margin: 0 auto 80px;
}
.seamless-ownership-section .main-content-so {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  text-align: left;
  margin-bottom: 80px;
}
.seamless-ownership-section .text-column-so .main-text-so {
  margin-bottom: 30px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .seamless-ownership-section .text-column-so .main-text-so {
    font-size: clamp(16px, 3vw, 24px);
  }
}
.seamless-ownership-section .text-column-so .sub-text-so {
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.seamless-ownership-section .image-column-so {
  position: relative;
  width: 100%;
  padding-top: 72.2972972973%;
}
.seamless-ownership-section .image-column-so img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.seamless-ownership-section .features-grid-so {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: left;
}
.seamless-ownership-section .feature-item-so .feature-title-so {
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.seamless-ownership-section .feature-item-so .feature-description-so {
  color: #ffffff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .seamless-ownership-section {
    padding: 80px 20px;
  }
  .seamless-ownership-section .accent-line {
    margin-bottom: 60px;
  }
  .seamless-ownership-section .main-content-so {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 60px;
  }
  .seamless-ownership-section .text-column-so {
    text-align: center;
  }
  .seamless-ownership-section .features-grid-so {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .seamless-ownership-section .feature-item-so {
    text-align: center;
    margin-bottom: 20px;
  }
  .seamless-ownership-section .feature-item-so:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 769px) {
  .seamless-ownership-section {
    padding: 50px 15px;
  }
  .seamless-ownership-section .section-title {
    margin-bottom: 18px;
  }
  .seamless-ownership-section .accent-line {
    margin-bottom: 35px;
  }
  .seamless-ownership-section .main-content-so {
    gap: 25px;
    margin-bottom: 35px;
  }
  .seamless-ownership-section .text-column-so .main-text-so {
    margin-bottom: 12px;
  }
  .seamless-ownership-section .feature-item-so .feature-title-so {
    margin-bottom: 10px;
  }
  .seamless-ownership-section .feature-item-so .feature-description-so {
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .seamless-ownership-section {
    padding: 40px 12px;
  }
  .seamless-ownership-section .section-title {
    margin-bottom: 15px;
  }
  .seamless-ownership-section .accent-line {
    width: 50px;
    margin-bottom: 25px;
  }
  .seamless-ownership-section .main-content-so {
    gap: 20px;
    margin-bottom: 30px;
  }
  .seamless-ownership-section .text-column-so .main-text-so {
    margin-bottom: 10px;
  }
  .seamless-ownership-section .features-grid-so {
    gap: 20px;
  }
  .seamless-ownership-section .feature-item-so {
    margin-bottom: 15px;
  }
  .seamless-ownership-section .feature-item-so .feature-title-so {
    margin-bottom: 8px;
  }
  .seamless-ownership-section .feature-item-so .feature-description-so {
    line-height: 1.4;
  }
}
.documents-required-section {
  background-color: #846c64;
  padding: 80px 20px;
  font-weight: 400;
}
.documents-required-section .container {
  max-width: 1440px;
  margin: 0 auto;
}
.documents-required-section .section-title {
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 40px;
  text-align: left;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(24px, 7vw, 32px);
  font-weight: 400;
  line-height: 1.1;
}
.documents-required-section .documents-subtitle {
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.documents-required-section .documents-content-box {
  background-color: #000000;
  padding: 30px 51px 34px;
  color: #ffffff;
  box-shadow: 0px 4.58px 15.03px 3.66px rgba(0, 0, 0, 0.1);
  max-width: 1440px;
  margin: 0 auto;
}
.documents-required-section .document-group {
  margin-bottom: 30px;
}
.documents-required-section .document-group:last-child {
  margin-bottom: 0;
}
.documents-required-section .document-group-heading {
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .documents-required-section .document-group-heading {
    font-size: clamp(16px, 3vw, 24px);
  }
}
.documents-required-section .document-items {
  list-style-type: none;
  padding-left: 0;
}
.documents-required-section .document-items li {
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
.documents-required-section .document-items li br + span,
.documents-required-section .document-items li br + em,
.documents-required-section .document-items li br + strong {
  display: inline-block;
  margin-left: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .documents-required-section {
    padding: 60px 20px;
  }
  .documents-required-section .section-title {
    margin-bottom: 30px;
  }
  .documents-required-section .documents-content-box {
    padding: 25px 40px 30px;
  }
}
@media (max-width: 769px) {
  .documents-required-section {
    padding: 45px 15px;
  }
  .documents-required-section .section-title {
    margin-bottom: 25px;
  }
  .documents-required-section .documents-content-box {
    padding: 22px 25px;
  }
  .documents-required-section .document-group {
    margin-bottom: 25px;
  }
  .documents-required-section .document-group-heading {
    margin-bottom: 12px;
  }
  .documents-required-section .document-items li {
    margin-bottom: 8px;
  }
  .documents-required-section .document-items li br + span,
  .documents-required-section .document-items li br + em,
  .documents-required-section .document-items li br + strong {
    margin-left: 15px;
  }
}
@media (max-width: 480px) {
  .documents-required-section {
    padding: 35px 12px;
  }
  .documents-required-section .section-title {
    margin-bottom: 20px;
  }
  .documents-required-section .documents-content-box {
    padding: 18px 20px;
  }
  .documents-required-section .document-group {
    margin-bottom: 20px;
  }
  .documents-required-section .document-group-heading {
    margin-bottom: 10px;
  }
  .documents-required-section .document-items li {
    margin-bottom: 7px;
  }
  .documents-required-section .document-items li br + span,
  .documents-required-section .document-items li br + em,
  .documents-required-section .document-items li br + strong {
    margin-left: 12px;
  }
}
.seamless-ownership-section {
  background-color: #383535;
  padding: 100px 20px;
  color: #ffffff;
}
.seamless-ownership-section .container {
  max-width: 1563px;
  margin: 0 auto;
  text-align: center;
}
.seamless-ownership-section .section-title {
  text-transform: uppercase;
  margin-bottom: 80px;
  color: #ffffff;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(24px, 7vw, 32px);
  font-weight: 400;
  line-height: 1.1;
}
.seamless-ownership-section .accent-line {
  width: 60px;
  height: 6px;
  background-color: #ffffff;
  margin: 0 auto 80px;
}
.seamless-ownership-section .main-content-so {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 60px;
  text-align: left;
  margin-bottom: 80px;
}
.seamless-ownership-section .text-column-so {
  text-align: right;
}
.seamless-ownership-section .text-column-so .main-text-so {
  margin-bottom: 30px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .seamless-ownership-section .text-column-so .main-text-so {
    font-size: clamp(16px, 3vw, 24px);
  }
}
.seamless-ownership-section .image-column-so {
  position: relative;
  width: 100%;
  padding-top: 72.2972972973%;
}
.seamless-ownership-section .image-column-so img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.seamless-ownership-section .features-grid-so {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: left;
}
.seamless-ownership-section .feature-item-so .feature-title-so {
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.seamless-ownership-section .feature-item-so .feature-description-so {
  color: #ffffff;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.seamless-ownership-section .seamless-description {
  color: #ffffff;
  text-align: center;
  margin-bottom: 60px;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .seamless-ownership-section .seamless-description {
    font-size: clamp(16px, 3vw, 24px);
  }
}

@media (max-width: 1024px) {
  .seamless-ownership-section {
    padding: 80px 20px;
  }
  .seamless-ownership-section .accent-line {
    margin-bottom: 60px;
  }
  .seamless-ownership-section .main-content-so {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 60px;
  }
  .seamless-ownership-section .text-column-so {
    text-align: center;
  }
  .seamless-ownership-section .features-grid-so {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .seamless-ownership-section .feature-item-so {
    text-align: center;
    margin-bottom: 20px;
  }
  .seamless-ownership-section .feature-item-so:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 769px) {
  .seamless-ownership-section {
    padding: 50px 15px;
  }
  .seamless-ownership-section .section-title {
    margin-bottom: 18px;
  }
  .seamless-ownership-section .accent-line {
    width: 50px;
    height: 5px;
    margin-bottom: 35px;
  }
  .seamless-ownership-section .main-content-so {
    gap: 25px;
    margin-bottom: 35px;
  }
  .seamless-ownership-section .text-column-so .main-text-so {
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .seamless-ownership-section .text-column-so .sub-text-so {
    line-height: 1.5;
  }
  .seamless-ownership-section .feature-item-so {
    margin-bottom: 18px;
  }
  .seamless-ownership-section .feature-item-so .feature-title-so {
    margin-bottom: 12px;
  }
  .seamless-ownership-section .feature-item-so .feature-description-so {
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .seamless-ownership-section {
    padding: 40px 12px;
  }
  .seamless-ownership-section .section-title {
    margin-bottom: 15px;
  }
  .seamless-ownership-section .accent-line {
    width: 40px;
    height: 4px;
    margin-bottom: 30px;
  }
  .seamless-ownership-section .main-content-so {
    gap: 20px;
    margin-bottom: 30px;
  }
  .seamless-ownership-section .text-column-so .main-text-so {
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .seamless-ownership-section .text-column-so .sub-text-so {
    line-height: 1.4;
  }
  .seamless-ownership-section .features-grid-so {
    gap: 25px;
  }
  .seamless-ownership-section .feature-item-so {
    margin-bottom: 15px;
  }
  .seamless-ownership-section .feature-item-so .feature-title-so {
    margin-bottom: 10px;
  }
  .seamless-ownership-section .feature-item-so .feature-description-so {
    line-height: 1.4;
  }
}
.text-and-keypoints-section {
  background-color: #ffffff;
  padding: 0 0 80px 0;
}
@media (max-width: 769px) {
  .text-and-keypoints-section {
    padding: 0 0 60px 0;
  }
}
@media (max-width: 480px) {
  .text-and-keypoints-section {
    padding: 0 0 45px 0;
  }
}
.text-and-keypoints-section .container {
  max-width: 1627px;
  margin: 0 auto;
  padding: 0 20px;
}
.text-and-keypoints-section .section-content {
  display: flex;
  gap: 60px;
  justify-content: space-around;
}
@media (max-width: 769px) {
  .text-and-keypoints-section .section-content {
    flex-direction: column;
    gap: 35px;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .text-and-keypoints-section .section-content {
    gap: 25px;
    padding: 0 12px;
  }
}
.text-and-keypoints-section .left-column {
  flex: 0 0 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.text-and-keypoints-section .left-column .poetic-text {
  color: #000000;
  text-align: left;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 769px) {
  .text-and-keypoints-section .left-column .poetic-text {
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  .text-and-keypoints-section .left-column .poetic-text {
    line-height: 1.5;
  }
}
.text-and-keypoints-section .right-column {
  flex: 0 0 35%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 769px) {
  .text-and-keypoints-section .right-column {
    gap: 25px;
  }
}
@media (max-width: 480px) {
  .text-and-keypoints-section .right-column {
    gap: 20px;
  }
}
.text-and-keypoints-section .right-column .keypoint-item .keypoint-divider {
  border: none;
  border-top: 1px solid #000000;
  margin-bottom: 15px;
  width: 100%;
}
@media (max-width: 769px) {
  .text-and-keypoints-section .right-column .keypoint-item .keypoint-divider {
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .text-and-keypoints-section .right-column .keypoint-item .keypoint-divider {
    margin-bottom: 10px;
  }
}
.text-and-keypoints-section .right-column .keypoint-item .keypoint-title {
  color: #000000;
  text-transform: uppercase;
  text-align: left;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 769px) {
  .text-and-keypoints-section .right-column .keypoint-item .keypoint-title {
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  .text-and-keypoints-section .right-column .keypoint-item .keypoint-title {
    line-height: 1.25;
  }
}

.furano-area-carousel-section {
  background-color: #ffffff;
  padding: 60px 0 120px 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}
@media (max-width: 769px) {
  .furano-area-carousel-section {
    padding: 45px 0 90px 0;
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .furano-area-carousel-section {
    padding: 35px 0 70px 0;
    margin-bottom: 60px;
  }
}
.furano-area-carousel-section .swiper-container.furano-area-swiper {
  width: 100%;
  overflow: visible;
}
.furano-area-carousel-section .swiper-container.furano-area-swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: flex-end;
  position: relative;
  background-color: #b7b7b7;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.furano-area-carousel-section .swiper-container.furano-area-swiper .swiper-slide .swiper-slide-image {
  width: 100%;
  height: auto;
  aspect-ratio: 848/638;
  object-fit: cover;
  display: block;
}
.furano-area-carousel-section .swiper-container.furano-area-swiper .swiper-slide .swiper-slide-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .furano-area-carousel-section .swiper-container.furano-area-swiper .swiper-slide .swiper-slide-label {
    font-size: clamp(16px, 3vw, 24px);
  }
}
.furano-area-carousel-section .swiper-container.furano-area-swiper .swiper-slide .swiper-slide-label .star-icon-svg {
  width: 25px;
  height: 23px;
  vertical-align: text-bottom;
}
@media (max-width: 769px) {
  .furano-area-carousel-section .swiper-container.furano-area-swiper .swiper-slide .swiper-slide-label {
    bottom: 15px;
    left: 15px;
    padding: 7px 12px;
    gap: 8px;
  }
  .furano-area-carousel-section .swiper-container.furano-area-swiper .swiper-slide .swiper-slide-label .star-icon-svg {
    width: 20px;
    height: 18px;
  }
}
@media (max-width: 480px) {
  .furano-area-carousel-section .swiper-container.furano-area-swiper .swiper-slide .swiper-slide-label {
    bottom: 12px;
    left: 12px;
    padding: 6px 10px;
    gap: 6px;
  }
  .furano-area-carousel-section .swiper-container.furano-area-swiper .swiper-slide .swiper-slide-label .star-icon-svg {
    width: 16px;
    height: 14px;
  }
}
.furano-area-carousel-section .furano-carousel-navigation {
  position: absolute;
  bottom: 0;
  right: 30.3%;
  display: flex;
  gap: 10px;
  z-index: 20;
}
.furano-area-carousel-section .furano-carousel-navigation .furano-carousel-button {
  width: 64px;
  height: 64px;
  background-color: #846c64 !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}
.furano-area-carousel-section .furano-carousel-navigation .furano-carousel-button img {
  width: 34px;
  height: auto;
}
.furano-area-carousel-section .furano-carousel-navigation .furano-carousel-button:hover {
  background-color: rgb(102.9827586207, 84.2586206897, 78.0172413793) !important;
}
@media (max-width: 769px) {
  .furano-area-carousel-section .furano-carousel-navigation {
    bottom: 15px;
    right: 15px;
    gap: 8px;
  }
  .furano-area-carousel-section .furano-carousel-navigation .furano-carousel-button {
    width: 50px;
    height: 50px;
  }
  .furano-area-carousel-section .furano-carousel-navigation .furano-carousel-button img {
    width: 24px;
  }
}
@media (max-width: 480px) {
  .furano-area-carousel-section .furano-carousel-navigation {
    bottom: 12px;
    right: 12px;
    gap: 6px;
  }
  .furano-area-carousel-section .furano-carousel-navigation .furano-carousel-button {
    width: 40px;
    height: 40px;
  }
  .furano-area-carousel-section .furano-carousel-navigation .furano-carousel-button img {
    width: 18px;
  }
}

.visionary-collaboration-section {
  background-color: #ffffff;
  padding: 100px 0;
}
@media (max-width: 769px) {
  .visionary-collaboration-section {
    padding: 70px 0;
  }
}
@media (max-width: 480px) {
  .visionary-collaboration-section {
    padding: 50px 0;
  }
}
.visionary-collaboration-section .container {
  max-width: 1563px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 769px) {
  .visionary-collaboration-section .container {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .visionary-collaboration-section .container {
    padding: 0 15px;
  }
}
.visionary-collaboration-section .section-content {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1024px) {
  .visionary-collaboration-section .section-content {
    gap: 40px;
  }
}
@media (max-width: 769px) {
  .visionary-collaboration-section .section-content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .visionary-collaboration-section .section-content {
    gap: 25px;
  }
}
.visionary-collaboration-section .left-column {
  flex: 1 1 55%;
  max-width: 55%;
}
.visionary-collaboration-section .left-column .building-image {
  width: 100%;
  height: auto;
  aspect-ratio: 792/548;
  display: block;
  object-fit: cover;
}
@media (max-width: 769px) {
  .visionary-collaboration-section .left-column {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.visionary-collaboration-section .right-column {
  flex: 1 1 45%;
  max-width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
@media (max-width: 769px) {
  .visionary-collaboration-section .right-column {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
}
.visionary-collaboration-section .right-column .section-title {
  color: #000000;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .visionary-collaboration-section .right-column .section-title {
    font-size: clamp(16px, 3vw, 24px);
  }
}
.visionary-collaboration-section .right-column .section-title .bold-title {
  font-weight: 600;
}
@media (max-width: 1024px) {
  .visionary-collaboration-section .right-column .section-title {
    margin-bottom: 25px;
  }
}
@media (max-width: 769px) {
  .visionary-collaboration-section .right-column .section-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .visionary-collaboration-section .right-column .section-title {
    margin-bottom: 18px;
    line-height: 1.15;
  }
}
.visionary-collaboration-section .right-column .text-content {
  color: #000000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .visionary-collaboration-section .right-column .text-content {
    margin-bottom: 30px;
  }
}
@media (max-width: 769px) {
  .visionary-collaboration-section .right-column .text-content {
    line-height: 1.6;
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .visionary-collaboration-section .right-column .text-content {
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.visionary-collaboration-section .right-column .logo-container {
  margin-top: 20px;
}
@media (max-width: 769px) {
  .visionary-collaboration-section .right-column .logo-container {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .visionary-collaboration-section .right-column .logo-container {
    margin-top: 12px;
  }
}
.visionary-collaboration-section .right-column .logo-container .parkwood-logo {
  max-width: 250px;
  height: auto;
  display: block;
}
@media (max-width: 769px) {
  .visionary-collaboration-section .right-column .logo-container .parkwood-logo {
    margin: 0 auto;
    max-width: 220px;
  }
}
@media (max-width: 480px) {
  .visionary-collaboration-section .right-column .logo-container .parkwood-logo {
    max-width: 180px;
  }
}

/**
 * Partners Section Component
 * パートナーセクションのスタイリング
 */
.partners-section {
  width: 100%;
  background-color: #999999;
  padding: 100px 50px;
}
@media (max-width: 1024px) {
  .partners-section {
    padding: 80px 40px;
  }
}
@media (max-width: 769px) {
  .partners-section {
    padding: 60px 30px;
  }
}
@media (max-width: 480px) {
  .partners-section {
    padding: 40px 20px;
  }
}

.partners-container {
  max-width: 1563px;
  margin: 0 auto;
  width: 100%;
}

.partners-header {
  margin-bottom: 60px;
}
@media (max-width: 769px) {
  .partners-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .partners-header {
    margin-bottom: 30px;
  }
}

.partners-title {
  letter-spacing: 5%;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .partners-title {
    font-size: clamp(16px, 3vw, 24px);
  }
}
@media (max-width: 769px) {
  .partners-title {
    text-align: center;
  }
}

.partners-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  max-width: 1335px;
  margin: 0 auto;
}

.partner-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  flex: 1 1 25%; /* Flex-grow, flex-shrink, and flex-basis */
  max-width: 25%;
  min-width: 250px;
}

.partner-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.partner-name {
  color: #ffffff;
  text-align: center;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: clamp(24px, 7vw, 32px);
  font-weight: 400;
  line-height: 1.1;
}
.partner-name .partner-name-main b {
  font-weight: 700;
}
.partner-name .partner-name-role {
  font-weight: 300;
  margin-top: 10px;
}
@media (max-width: 769px) {
  .partner-name {
    margin-bottom: 15px;
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .partner-name {
    text-align: center;
  }
}

.partner-role {
  font-weight: 400;
  display: inline-block;
}

.partner-description {
  color: #ffffff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 769px) {
  .partner-description {
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .partner-description {
    text-align: center;
  }
}

.partner-logo-box {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100%;
  margin-top: auto;
  background-color: #ffffff;
}
@media (max-width: 769px) {
  .partner-logo-box {
    height: 110px;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .partner-logo-box {
    height: 100px;
    padding: 12px;
  }
}

.partner-logo {
  width: 100%;
  max-width: 220px;
  max-height: 60px;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .partner-logo {
    width: 200px;
    height: auto;
  }
}
@media (max-width: 769px) {
  .partner-logo {
    width: 180px;
  }
}
@media (max-width: 480px) {
  .partner-logo {
    width: 160px;
  }
}

.sidenav {
  position: fixed;
  inset: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease 0.3s, opacity 0.3s ease;
  pointer-events: none;
}

.sidenav__overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.sidenav__container {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  background-color: #ffffff;
  width: 80%;
  max-width: 340px;
  height: 100vh;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 32px;
  overflow-y: auto;
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
}
.sidenav__container .book-button {
  position: static;
}
.sidenav__container .navigation {
  flex-direction: column;
}
.sidenav__container .navigation__logo {
  display: none;
}
.sidenav__container .navigation__menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sidenav__container .navigation__menu > ul {
  flex-direction: column;
  gap: 16px;
}
.sidenav__container .navigation__language-selector {
  margin-left: 0;
}
.sidenav__book-button .book-button {
  top: 0;
  margin: 0;
  width: 100%;
}

.sidenav.active {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.sidenav.active .sidenav__container {
  transform: translateX(0);
}

.admin-bar .sidenav {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .sidenav {
    top: 46px;
  }
}
/* 
 * Main Stylesheet for Lyra Theme
 * Based on Figma design
 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", "Source Hans Sans", sans-serif;
  font-weight: 300;
  font-size: 100%;
  font-size: 16px;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}
body.menu-open, body.modal-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
}

#page {
  position: relative;
}

.site-content {
  position: relative;
  z-index: 1;
}

/*# sourceMappingURL=main.css.map */
