:root {
  --black: #000;
  --white: #fff;
  --transparent: transparent;
  --sakura-cross-gray: #595757;
  --gray-20: #ccc;
  --sakura-cross-pink: #f08494;
  --white-50: #ffffff80;
  --sakura-cross-beige-70: #f0ebdeb3;
  --sakura-cross-beige: #f0ebde;
  --red: #c00;
  --black-90: #000000e6;
}

body {
  color: var(--black);
  margin-bottom: 35px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 35px;
}

p {
  margin-bottom: 35px;
}

.section {
  background-color: var(--white);
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section.hero {
  height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: relative;
  overflow: hidden;
}

.section.three-points, .section.experience {
  align-items: center;
  min-height: 100vh;
  display: block;
}

.section.price {
  background-image: url('../images/price-background.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  min-height: 100vh;
  display: block;
}

.section.place {
  background-image: url('../images/place-background.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  min-height: 100vh;
  display: block;
}

.section.hotels {
  background-image: url('../images/hotels-background.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  min-height: 100vh;
  display: block;
}

.section.footer {
  background-color: var(--black);
}

.section.hotel-hero {
  padding-top: 70px;
  position: relative;
}

.section.room-hero {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.attention {
  background-color: var(--white);
  max-width: 1920px;
  padding-left: 0;
}

.section.attention-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.other-hotels {
  padding-bottom: 70px;
}

.section.three-points-main {
  padding-left: 70px;
  padding-right: 70px;
}

.section.statement {
  position: relative;
}

.hero-slider {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.top-nav {
  height: 70px;
  position: relative;
}

.navbar {
  z-index: 10;
  background-color: var(--transparent);
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
}

.navbar.in, .navbar.white {
  background-color: var(--white);
}

.navbar.hidden {
  display: none;
}

.sakura-cross-hotel-logo {
  width: 225px;
}

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.container.nav-bar {
  max-width: 1920px;
  padding-left: 20px;
  overflow: visible;
}

.container.nav-bar.white {
  background-color: var(--white);
}

.container.statement {
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  align-items: stretch;
  max-width: 1190px;
  padding: 84px 80px;
}

.container.hero {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container.location {
  flex-flow: column;
  justify-content: flex-start;
  max-width: 750px;
  min-height: 500px;
  padding-left: 40px;
  padding-right: 40px;
}

.container.three-points {
  flex-flow: column;
  justify-content: center;
  min-height: 100vh;
}

.container.experience-header {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  min-height: 100vh;
}

.container.experience-main {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1190px;
  height: 100%;
  padding: 70px 40px;
}

.container.experience-4 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  align-items: flex-start;
  padding-bottom: 50px;
  padding-left: 70px;
  padding-right: 70px;
}

.container.price-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 470px;
  min-height: 100vh;
}

.container.price {
  max-width: 1190px;
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

.container.place {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 510px;
  min-height: 100vh;
}

.container.place-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1150px;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.place-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1150px;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 70px;
}

.container.hotels {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.container.hotels-main {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.container.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container.experience-2 {
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
}

.container.overview {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1030px;
  padding: 70px 40px;
}

.container.map {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1030px;
}

.container.hotels-main-copy {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.container.other-hotels {
  flex-flow: column;
  align-items: center;
  max-width: 1140px;
}

.container.location-top {
  flex-flow: column;
  justify-content: flex-start;
  max-width: 830px;
  min-height: 500px;
  padding-left: 20px;
  padding-right: 20px;
}

.icon {
  color: var(--white);
}

.menu-icon {
  display: block;
}

.nav-menu {
  z-index: 10;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
}

.statement-column {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.statement-slider-elipse {
  width: 176px;
  height: 176px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.statement-slider {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  max-width: 1920px;
  display: flex;
  position: relative;
  top: 0;
}

.statement-slider-slide {
  aspect-ratio: 1;
  border-radius: 0%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.brand {
  line-height: 1;
}

.menu-button {
  z-index: 2;
  cursor: pointer;
  background-image: url('../images/menu-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.menu-button.w--open {
  background-color: var(--transparent);
  background-image: url('../images/menu-icon-close.png');
}

.menu-button.in {
  filter: invert();
}

.menu-button.black {
  background-image: url('../images/menu-icon-black.png');
}

.sakura-cross-hotel-logo-tagline {
  width: 520px;
}

.h1 {
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 62px;
}

.h1.statement {
  letter-spacing: 5px;
  white-space: nowrap;
  margin-top: 100px;
  font-size: 2vw;
  line-height: 2.25;
}

.h1.big {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 35px;
  font-family: "Nhaasgrotesktxpro 65 Md", Arial, sans-serif;
  font-size: 100px;
  line-height: 90px;
}

.h1.bigger {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: "Nhaasgrotesktxpro 65 Md", Arial, sans-serif;
  font-size: 150px;
  line-height: 150px;
}

.h1.price-header {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Nhaasgrotesktxpro 65 Md", Arial, sans-serif;
  font-size: 150px;
  line-height: 1;
}

.h1.place {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: "Nhaasgrotesktxpro 65 Md", Arial, sans-serif;
  font-size: 150px;
  line-height: 150px;
}

.h1.experience {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 35px;
  font-family: "Nhaasgrotesktxpro 65 Md", Arial, sans-serif;
  font-size: 100px;
  line-height: 90px;
}

.h1.hotels {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Nhaasgrotesktxpro 65 Md", Arial, sans-serif;
  font-size: 150px;
  line-height: 1;
}

.h1.overview {
  color: var(--sakura-cross-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 1.85;
}

.statement-slider-nav {
  background-color: var(--gray-20);
  width: 100%;
  max-width: 480px;
  height: 1px;
  margin-bottom: 60px;
  position: relative;
}

.statement-slider-nav-marker {
  background-color: var(--sakura-cross-pink);
  width: 30px;
  height: 1px;
  position: relative;
}

.body {
  margin-bottom: 0;
}

.paragraph {
  color: var(--sakura-cross-gray);
  line-height: 2;
}

.paragraph.statement {
  max-width: 44ch;
}

.paragraph.white {
  color: var(--white);
}

.paragraph.white.center {
  text-align: center;
}

.paragraph.white.center-mobile {
  text-align: left;
}

.paragraph.small {
  color: var(--sakura-cross-gray);
  margin-bottom: 10px;
  font-size: 14px;
}

.paragraph.smaller {
  color: var(--sakura-cross-gray);
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.7;
}

.paragraph.half-margin {
  margin-bottom: 12px;
}

.paragraph.flush {
  margin-bottom: 0;
}

.statement-award {
  width: 50%;
  position: relative;
}

.statement-awards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 90%;
  height: 120px;
  margin-top: 14px;
  display: flex;
}

.h2 {
  color: var(--sakura-cross-gray);
  text-transform: uppercase;
  font-family: "Nhaasgrotesktxpro 65 Md", Arial, sans-serif;
  font-size: 20px;
  line-height: 40px;
}

.subheader-line {
  background-color: var(--sakura-cross-pink);
  width: 30px;
  height: 4px;
  margin-bottom: 30px;
}

.location-flex-row {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  display: flex;
}

.location-column {
  flex-flow: column;
  flex: 16%;
  align-items: stretch;
  display: flex;
  position: relative;
}

.location-thumbnail {
  border-radius: 6px;
}

.h2-jp {
  color: var(--sakura-cross-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.location-link {
  border-bottom: 1px solid var(--gray-20);
  color: var(--sakura-cross-gray);
  background-image: url('../images/link-arrow-right.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 14px;
  text-decoration: none;
}

.location-link.statement {
  max-width: 44ch;
}

.location-links {
  border-top: 1px solid var(--gray-20);
  flex-flow: column;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  display: flex;
}

.location-title {
  color: var(--sakura-cross-gray);
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  font-size: 20px;
}

.background-overlay {
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.background-overlay.in {
  opacity: 1;
}

.background-overlay.no-blur {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.sakura-cross-hotel-logotype {
  width: 360px;
}

.three-points-subheader {
  color: var(--sakura-cross-pink);
  letter-spacing: 2px;
  margin-top: 10px;
  font-size: 18px;
}

.three-points-circles {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.three-points-circle {
  aspect-ratio: 1;
  border: 1px solid #ffffff80;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32vw;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.three-points-circle.experience {
  margin-right: -24px;
}

.three-points-circle.place {
  margin-left: -24px;
}

.three-points-circle-text {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: "Nhaasgrotesktxpro 65 Md", Arial, sans-serif;
  font-size: 30px;
}

.three-points-circle-button {
  background-color: var(--sakura-cross-pink);
  background-image: url('../images/arrow-down-small.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 30px;
}

.hr {
  background-color: var(--white-50);
  width: 100%;
  height: 1px;
  margin-bottom: 35px;
}

.hr.place {
  margin-bottom: 45px;
}

.hr.hotels {
  background-color: var(--gray-20);
  margin-bottom: 15px;
}

.experience-1-image {
  box-shadow: 40px 40px 0 0 var(--sakura-cross-beige-70);
  border-radius: 15px;
  width: 70%;
  max-width: 845px;
  margin-bottom: 40px;
  margin-right: 40px;
}

.experience-1-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 70px;
  display: flex;
}

.experience-1-1 {
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 5px;
  display: flex;
  position: relative;
}

.experience-1-heading {
  color: var(--sakura-cross-gray);
  letter-spacing: 2px;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}

.more-button {
  border-bottom: 1px solid var(--gray-20);
  color: var(--sakura-cross-gray);
  background-image: url('../images/link-arrow-right.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 120px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.more-button.statement {
  max-width: 44ch;
}

.more-button-text {
  font-family: "Nhaasgrotesktxpro 65 Md", Arial, sans-serif;
  font-size: 12px;
}

.experience-2-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 965px;
  margin-bottom: 140px;
  display: flex;
  position: relative;
}

.experience-1-tag {
  transform-origin: 0 0;
  font-family: "Nhaasgrotesktxpro 55 Rg", Arial, sans-serif;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(90deg);
}

.text-span {
  color: var(--sakura-cross-pink);
}

.experience-2-image-1 {
  border-radius: 15px;
  position: relative;
}

.experience-2-image-2 {
  border-radius: 15px;
}

.experience-2-block {
  background-color: var(--sakura-cross-beige-70);
  border-radius: 15px;
  width: 60%;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.experience-2-text-1 {
  position: absolute;
  top: 99px;
  left: 103px;
}

.experience-2-text-2 {
  position: absolute;
  bottom: 50px;
  right: 84px;
}

.experience-2-tag-1 {
  transform-origin: 100% 0;
  font-family: "Nhaasgrotesktxpro 55 Rg", Arial, sans-serif;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  top: 140px;
  bottom: auto;
  right: -12px;
  transform: rotate(90deg);
}

.experience-2-tag-2 {
  transform-origin: 0 0;
  font-family: "Nhaasgrotesktxpro 55 Rg", Arial, sans-serif;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: -3px;
  transform: rotate(90deg);
}

.experience-3-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-bottom: 140px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.experience-3-image {
  border-radius: 15px;
  margin-left: 3px;
}

.experience-2-block-copy {
  background-color: var(--sakura-cross-beige);
  border-radius: 15px;
  width: 60%;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.experience-3-block {
  background-color: var(--sakura-cross-beige-70);
  width: 100%;
  height: 260px;
  position: absolute;
  top: 46%;
  transform: translate(0%, -50%);
}

.experience-3-image-wrapper {
  width: 90%;
  position: relative;
}

.experience-3-text {
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  display: flex;
  position: absolute;
  bottom: -32px;
  right: 1px;
}

.experience-3-heading {
  color: var(--sakura-cross-gray);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 400;
}

.experience-4-block {
  background-color: var(--sakura-cross-beige-70);
  width: 100%;
  height: 260px;
  position: absolute;
  top: 38%;
  transform: translate(0%, -50%);
}

.experience-2-image-1-wrapper {
  width: 60%;
  margin-right: 12px;
  position: absolute;
  top: 0%;
  right: 0%;
}

.experience-2-image-2-wrapper {
  width: 60%;
  margin-left: 12px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.experience-4-column {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.experience-4-image {
  border-radius: 15px;
  margin-bottom: 30px;
}

.experience-4-heading {
  color: var(--sakura-cross-gray);
  letter-spacing: 2px;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}

.experience-4-column-2 {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 150px;
  display: flex;
  position: relative;
}

.experience-4-column-3 {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 300px;
  display: flex;
  position: relative;
}

.price-1-tag {
  transform-origin: 0 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Nhaasgrotesktxpro 55 Rg", Arial, sans-serif;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: -3px;
  transform: rotate(90deg);
}

.price-1-image {
  border-radius: 15px;
  margin-left: 3px;
}

.price-corner-2 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.price-corner-1 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.price-1-heading {
  color: var(--sakura-cross-gray);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}

.price-1-text {
  background-color: var(--white);
  border-radius: 15px;
  padding: 22px 10px 30px 35px;
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.price-1-image-wrapper {
  width: 96.5%;
  position: relative;
}

.price-1-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-bottom: 140px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.place-1-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.place-1-image-wrapper {
  position: relative;
}

.experience-3-text-copy {
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  display: flex;
  position: absolute;
  bottom: -32px;
  right: 1px;
}

.place-tag-1 {
  transform-origin: 0 0;
  font-family: "Nhaasgrotesktxpro 55 Rg", Arial, sans-serif;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: -2px;
  transform: rotate(90deg);
}

.place-1-image-1 {
  border-radius: 15px;
  width: 40.5%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.place-1-image-2 {
  border-radius: 10px;
  width: 28.5%;
  position: absolute;
  bottom: 0;
  left: 31%;
}

.place-1-image-3 {
  border-radius: 15px;
  width: 34.5%;
  margin-left: 3px;
  position: absolute;
  top: 29%;
  left: 52%;
}

.place-1-image-4 {
  border-radius: 10px;
  width: 19%;
  margin-left: 3px;
  position: absolute;
  top: 11%;
  right: 0;
}

.place-1-image-5 {
  border-radius: 15px;
  width: 16.2%;
  position: absolute;
  bottom: 6%;
  left: 77%;
}

.place-1-text {
  display: block;
  position: absolute;
  bottom: 11%;
  left: 55px;
}

.place-2-image {
  border-radius: 15px;
  max-width: 640px;
  margin-left: 2px;
  position: relative;
}

.place-2 {
  grid-column-gap: 77px;
  grid-row-gap: 77px;
  justify-content: space-between;
  align-items: center;
  padding-left: 5px;
  display: flex;
  position: relative;
}

.place-2-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 140px;
  display: flex;
}

.place-2-heading {
  color: var(--sakura-cross-gray);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}

.place-2-tag {
  transform-origin: 0 0;
  font-family: "Nhaasgrotesktxpro 55 Rg", Arial, sans-serif;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  left: -2px;
  transform: rotate(90deg);
}

.place-2-image-wrapper {
  margin-left: 48px;
  position: relative;
}

.place-1-image-6 {
  border-radius: 15px;
  width: 102px;
  position: absolute;
  bottom: -40px;
  right: -40px;
}

.place-1-image-7 {
  border-radius: 4px;
  width: 21px;
  position: absolute;
  bottom: -64px;
  right: -64px;
}

.google-maps-placeholder {
  background-color: #d9d9d9;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
}

.hotels-hotel {
  width: 49%;
  margin-bottom: 50px;
  text-decoration: none;
}

.hotel-thumbnail {
  border-radius: 15px;
}

.hotel-name {
  color: var(--sakura-cross-gray);
}

.list {
  color: var(--sakura-cross-gray);
  padding-left: 17px;
  font-size: 14px;
  line-height: 21px;
}

.sakura-cross-hotel-logo-tagline-footer {
  width: 350px;
}

.footer-links {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--white);
  margin-bottom: 0;
  padding-left: 0;
  font-size: 12px;
  line-height: 12px;
  list-style-type: none;
  display: flex;
}

.footer-link {
  border-right: 1px solid var(--sakura-cross-gray);
  color: var(--white);
  padding-right: 15px;
  text-decoration: none;
}

.footer-link.last-link {
  border-right-style: none;
  padding-right: 0;
}

.footer-copyright-notice {
  color: gray;
  font-size: 10px;
  line-height: 10px;
}

.statement-column-left {
  flex-flow: column;
  align-items: stretch;
  width: 46%;
}

.statement-column-right {
  flex-flow: column;
  align-items: flex-start;
  width: 46%;
  display: flex;
  position: relative;
}

.hero-slider-mobile {
  background-image: url('../images/hero-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 720px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.sakura-cross-hotel-logo-tagline-mobile {
  width: 520px;
  display: none;
}

.three-points-divider-mobile {
  display: none;
}

.experience-2-tag-3, .experience-2-tag-4, .experience-2-tag-5, .experience-2-tag-6 {
  transform-origin: 0 0;
  font-family: "Nhaasgrotesktxpro 55 Rg", Arial, sans-serif;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: -3px;
  transform: rotate(90deg);
}

.place-image-main-mobile {
  display: none;
}

.nav-menu-container {
  justify-content: space-between;
  align-items: stretch;
  width: 63%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.nav-menu-column {
  width: 45%;
}

.nav-menu-links {
  border-top: 1px solid var(--gray-20);
  flex-flow: column;
  align-items: stretch;
  list-style-type: none;
  display: flex;
}

.nav-menu-link {
  border-bottom: 1px solid var(--gray-20);
  color: var(--sakura-cross-gray);
  background-image: url('../images/link-arrow-right.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 14px;
  text-decoration: none;
}

.nav-menu-link.statement {
  max-width: 44ch;
}

.nav-menu-link-text {
  text-align: left;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 50px;
  display: flex;
}

.nav-menu-heading {
  color: var(--sakura-cross-gray);
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Nhaasgrotesktxpro 65 Md", Arial, sans-serif;
  font-size: 30px;
  line-height: 60px;
  text-decoration: none;
}

.nav-menu-heading-link {
  background-image: url('../images/link-arrow-right.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  text-decoration: none;
  display: block;
}

.nav-menu-close-button {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.ruler-vertical {
  background-color: var(--gray-20);
  width: 1px;
  position: relative;
}

.ruler-vertical-marker {
  background-color: var(--sakura-cross-pink);
  width: 1px;
  height: 30px;
  position: relative;
}

.google-maps-placeholder-2 {
  background-color: #d9d9d9;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.room-hero {
  position: relative;
}

.room-hero-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Nhaasgrotesktxpro 65 Md", Arial, sans-serif;
  font-size: 6.2vw;
  font-weight: 700;
  line-height: .9;
  position: absolute;
  inset: auto auto 20px 20px;
}

.room-hero-image {
  object-fit: cover;
  width: 100%;
  max-height: 100vh;
  display: block;
  position: relative;
}

.room-details {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  align-items: center;
  max-width: 1250px;
  margin: 70px auto 20px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
  position: relative;
}

.room-details.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.room-details.nav-bar {
  max-width: 1920px;
  padding-left: 20px;
}

.room-details.statement {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  align-items: stretch;
  padding-top: 84px;
  padding-bottom: 84px;
}

.room-details.hero {
  justify-content: center;
  align-items: center;
  height: 720px;
}

.room-details.location {
  flex-flow: column;
  justify-content: flex-start;
  max-width: 830px;
  min-height: 500px;
}

.room-details.three-points {
  flex-flow: column;
  justify-content: center;
  height: 100%;
  padding-top: 144px;
  padding-bottom: 144px;
}

.room-details.experience-header {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  height: 100%;
  padding-top: 210px;
  padding-bottom: 180px;
}

.room-details.experience-main {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1150px;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.room-details.experience-4 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  align-items: flex-start;
  margin-bottom: 50px;
}

.room-details.price-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 470px;
  height: 100%;
  padding-top: 210px;
  padding-bottom: 180px;
}

.room-details.price {
  margin-top: 50px;
}

.room-details.place {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 510px;
  height: 100%;
  padding-top: 210px;
  padding-bottom: 180px;
}

.room-details.place-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1150px;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.room-details.place-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1150px;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 70px;
}

.room-details.hotels {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 720px;
  padding-top: 210px;
  padding-bottom: 180px;
}

.room-details.hotels-main {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.room-details.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.room-details.overview {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 920px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.room-details.map {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1000px;
  padding-bottom: 50px;
}

.room-layout {
  width: 40%;
}

.ruler {
  background-color: var(--gray-20);
  width: 100%;
  max-width: 480px;
  height: 1px;
  margin-bottom: 20px;
  position: relative;
}

.ruler-marker {
  background-color: var(--sakura-cross-pink);
  width: 30px;
  height: 1px;
  position: relative;
}

.room-heading {
  color: var(--sakura-cross-gray);
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.room-icons {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  max-width: 75px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.room-icon {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.room-icon-icon {
  background-color: var(--sakura-cross-beige);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
}

.room-icon-label {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  height: 30px;
  font-size: 12px;
  line-height: 1;
  display: flex;
}

.room-icon-image {
  position: relative;
}

.room-slider {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
  position: relative;
}

.room-slide {
  width: 50%;
}

.attention {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--sakura-cross-beige-70);
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 60px;
  display: flex;
  position: relative;
}

.attention.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.attention.nav-bar {
  max-width: 1920px;
  padding-left: 20px;
}

.attention.statement {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  align-items: stretch;
  padding-top: 84px;
  padding-bottom: 84px;
}

.attention.hero {
  justify-content: center;
  align-items: center;
  height: 720px;
}

.attention.location {
  flex-flow: column;
  justify-content: flex-start;
  max-width: 830px;
  min-height: 500px;
}

.attention.three-points {
  flex-flow: column;
  justify-content: center;
  height: 100%;
  padding-top: 144px;
  padding-bottom: 144px;
}

.attention.experience-header {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  height: 100%;
  padding-top: 210px;
  padding-bottom: 180px;
}

.attention.experience-main {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1150px;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.attention.experience-4 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  align-items: flex-start;
  margin-bottom: 50px;
}

.attention.price-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 470px;
  height: 100%;
  padding-top: 210px;
  padding-bottom: 180px;
}

.attention.price {
  margin-top: 50px;
}

.attention.place {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 510px;
  height: 100%;
  padding-top: 210px;
  padding-bottom: 180px;
}

.attention.place-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1150px;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.attention.place-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1150px;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 70px;
}

.attention.hotels {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 720px;
  padding-top: 210px;
  padding-bottom: 180px;
}

.attention.hotels-main {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.attention.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.attention.overview {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 920px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.attention.map {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1000px;
  padding-bottom: 50px;
}

.attention-heading {
  color: var(--black);
  text-align: center;
  background-image: url('../images/icon-attention.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 20px;
  padding-left: 54px;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
}

.attention-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.attention-text {
  width: 48%;
}

.attention-subheading {
  color: var(--red);
  font-size: 22px;
  line-height: 1.5;
}

.attention-subheading.mobile {
  display: none;
}

.attention-subheading.desktop {
  display: block;
}

.attention-icon {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 110px;
  display: flex;
  position: relative;
}

.attentiion-icon-icon {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin-bottom: 4px;
  display: flex;
}

.attentiion-icon-label {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  height: 32px;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
}

.attention-icon-stripe {
  position: absolute;
}

.attention-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-end;
  width: 48%;
  display: flex;
}

.other-hotels {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.other-hotels.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.other-hotels.nav-bar {
  max-width: 1920px;
  padding-left: 20px;
}

.other-hotels.statement {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  align-items: stretch;
  padding-top: 84px;
  padding-bottom: 84px;
}

.other-hotels.hero {
  justify-content: center;
  align-items: center;
  height: 720px;
}

.other-hotels.location {
  flex-flow: column;
  justify-content: flex-start;
  max-width: 830px;
  min-height: 500px;
}

.other-hotels.three-points {
  flex-flow: column;
  justify-content: center;
  height: 100%;
  padding-top: 144px;
  padding-bottom: 144px;
}

.other-hotels.experience-header {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  height: 100%;
  padding-top: 210px;
  padding-bottom: 180px;
}

.other-hotels.experience-main {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1150px;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.other-hotels.experience-4 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  align-items: flex-start;
  margin-bottom: 50px;
}

.other-hotels.price-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 470px;
  height: 100%;
  padding-top: 210px;
  padding-bottom: 180px;
}

.other-hotels.price {
  margin-top: 50px;
}

.other-hotels.place {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 510px;
  height: 100%;
  padding-top: 210px;
  padding-bottom: 180px;
}

.other-hotels.place-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1150px;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.other-hotels.place-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1150px;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 70px;
}

.other-hotels.hotels {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 720px;
  padding-top: 210px;
  padding-bottom: 180px;
}

.other-hotels.hotels-main {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.other-hotels.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.other-hotels.overview {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 920px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.other-hotels.map {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1000px;
  padding-bottom: 50px;
}

.other-hotels.hotels-main-copy {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.other-hotels-heading {
  color: var(--black);
  text-align: center;
  font-family: "Nhaasgrotesktxpro 65 Md", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
}

.other-hotels-hotel {
  width: 24%;
  text-decoration: none;
}

.other-hotels-hotel.w--current, .other-hotels-hotel.hidden.w--current {
  display: none;
}

.other-hotels-thumbnail {
  border-radius: 5px;
  margin-bottom: 10px;
}

.other-hotels-name {
  color: var(--sakura-cross-gray);
  margin-top: 0;
  font-size: 14px;
  line-height: 1.3;
}

.room-hero-heading-mobile {
  color: var(--sakura-cross-gray);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Nhaasgrotesktxpro 65 Md", Arial, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.1;
  display: none;
}

.break-desktop {
  display: block;
}

.glide.statement {
  width: 500px;
}

.glide.room {
  height: 470px;
  position: relative;
}

.glide.popup {
  width: 100%;
  display: block;
  top: auto;
}

.glide__slide.statement {
  aspect-ratio: 1;
  object-fit: cover;
}

.glide__slide.room {
  cursor: zoom-in;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 8px;
  height: 416px;
}

.glide__slide.popup {
  width: 100%;
  top: auto;
}

.glide__slide.popup-slide {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  align-items: center;
  display: flex;
}

.glide__slide.popup-slide.hidden {
  display: none;
}

.glide__slide.room-popup {
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 8px;
  width: 100%;
  height: 70vh;
}

.glide__slide.room-popup.hidden {
  display: none;
}

.glide__track {
  overflow: hidden;
}

.glide__track.hero {
  border-radius: 0;
}

.glide__track.room_glide, .glide__slide-2 {
  height: 416px;
}

.glide__arrows {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
  position: absolute;
  inset: auto 0 0% auto;
}

.glide__arrows.popup-arrows {
  justify-content: flex-end;
  width: 158px;
  position: fixed;
  bottom: 70px;
  right: 30px;
}

.glide__arrow {
  background-color: var(--sakura-cross-gray);
  cursor: pointer;
  border-radius: 4px;
  width: 45px;
  height: 45px;
}

.glide__arrow.glide__arrow--left {
  background-image: url('../images/arrow-left-small-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.glide__arrow.glide__arrow--left.popup-arrow-left {
  background-color: var(--white);
  background-image: url('../images/arrow-left-small-gray.svg');
}

.glide__arrow.glide__arrow--right {
  background-color: var(--sakura-cross-gray);
  background-image: url('../images/arrow-right-small-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0 4px 4px 0;
}

.glide__arrow.glide__arrow--right.popup-arrow-right {
  background-color: var(--white);
  background-image: url('../images/arrow-right-small-gray.svg');
}

.popup-bak {
  z-index: 1000;
  background-color: var(--black-90);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup {
  z-index: 1000;
  background-color: var(--black-90);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup.popup-experience {
  z-index: 1000;
  background-color: var(--black-90);
  justify-content: center;
  align-items: center;
  width: 100%;
  position: fixed;
  inset: 0%;
}

.popup.in {
  display: flex;
}

.popup-close-button {
  background-color: var(--white);
  cursor: pointer;
  background-image: url('../images/icon-close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  position: fixed;
  inset: 30px 30px auto auto;
}

.popup-image {
  border-radius: 10px;
  width: 50%;
}

.popup-slider {
  width: 80%;
}

.popup-slide-text {
  flex-flow: column;
  justify-content: center;
  min-width: 300px;
  display: flex;
}

.popup-header {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.85;
}

.popup-header.statement {
  letter-spacing: 5px;
  margin-top: 100px;
}

.popup-header.big {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 35px;
  font-family: "Nhaasgrotesktxpro 65 Md", Arial, sans-serif;
  font-size: 100px;
  line-height: 90px;
}

.popup-header.bigger {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: "Nhaasgrotesktxpro 65 Md", Arial, sans-serif;
  font-size: 150px;
  line-height: 150px;
}

.popup-header.price-header {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 35px;
  font-family: "Nhaasgrotesktxpro 65 Md", Arial, sans-serif;
  font-size: 150px;
  line-height: 2;
}

.popup-header.place {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: "Nhaasgrotesktxpro 65 Md", Arial, sans-serif;
  font-size: 150px;
  line-height: 150px;
}

.popup-header.experience {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 35px;
  font-family: "Nhaasgrotesktxpro 65 Md", Arial, sans-serif;
  font-size: 100px;
  line-height: 90px;
}

.popup-header.hotels {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: "Nhaasgrotesktxpro 65 Md", Arial, sans-serif;
  font-size: 150px;
  line-height: 150px;
}

.popup-header.overview {
  color: var(--sakura-cross-gray);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.85;
}

.popup-tag {
  color: var(--white);
  margin-bottom: 20px;
  font-family: "Nhaasgrotesktxpro 55 Rg", Arial, sans-serif;
  font-size: 10px;
  line-height: 10px;
  position: static;
}

.sidenav {
  z-index: 1000;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  transform-origin: 0%;
  transition: left .2s;
  display: flex;
  position: fixed;
  top: 50%;
  left: -30px;
  transform: rotate(90deg);
}

.sidenav.in {
  left: 30px;
}

.sidenav-text {
  color: var(--white);
  text-transform: uppercase;
  font-family: "Nhaasgrotesktxpro 55 Rg", Arial, sans-serif;
  font-size: 10px;
  line-height: 10px;
  display: none;
}

.sidenav-text.active {
  color: var(--black);
  display: block;
}

.sidenav-item {
  border-bottom: 1px solid #d9d9d9;
  justify-content: center;
  min-width: 40px;
  height: 16px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
}

.sidenav-item.active {
  border-bottom-color: var(--sakura-cross-pink);
  min-width: 60px;
}

.reserve-button {
  background-color: var(--white);
  transform-origin: 100% 0;
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  font-family: "Nhaasgrotesktxpro 55 Rg", Arial, sans-serif;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 50vh;
  right: 0;
  transform: translate(0, -50%)rotate(90deg);
  box-shadow: 0 2px 10px #0000001a;
}

.reserve-button-label {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
}

.reserve-button-arrow {
  background-color: var(--sakura-cross-pink);
  background-image: url('../images/arrow-down-small.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 38px;
  height: 100%;
  transform: rotate(180deg);
}

.attention-divider {
  background-color: var(--sakura-cross-gray);
  width: 100%;
  height: 1px;
}

.hero-slide {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  transition: opacity 3s;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-slide.in {
  opacity: 1;
  transition: opacity 3s;
  transform: none;
}

.statement-slide {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.statement-slide.in {
  opacity: 1;
  border-radius: 0;
}

.hero-slider-moble {
  width: 100%;
  height: 100svh;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-slide-mobile {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100svh;
  transition: opacity 3s;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-slide-mobile.in {
  opacity: 1;
}

.scroll-prompt {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 20px;
  font-family: "Nhaasgrotesktxpro 55 Rg", Arial, sans-serif;
  font-size: 12px;
  line-height: 2;
  position: fixed;
  bottom: 0;
  right: 0;
}

.section-background {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: url('../images/section-4-background.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  transition: opacity 1s;
  position: absolute;
  top: 0;
}

.section-background.in {
  opacity: 1;
}

.section-background.three-points {
  background-image: url('../images/section-4-background.jpg');
}

.section-background.three-points.no-blur {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.section-background.experience {
  background-image: url('../images/experience-background.jpg');
}

.section-background.price {
  background-image: url('../images/price-background.jpg');
}

.section-background.place {
  background-image: url('../images/place-background.jpg');
}

.section-background.hotels {
  background-image: url('../images/hotels-background.jpg');
}

.statement-slider-wrapper {
  width: 100vw;
  max-width: 1920px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.responsive {
  width: 100%;
}

.award-text {
  color: var(--sakura-cross-gray);
  text-align: center;
  font-family: "Nhaasgrotesktxpro 75 Bd", Arial, sans-serif;
  font-size: 35px;
  display: inline-block;
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.google-maps {
  background-color: var(--white);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
}

.google-maps-wrapper {
  border-radius: 30px;
  width: 100%;
  height: 400px;
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.google-maps-custom {
  background-color: var(--white);
  width: 100%;
  height: 530px;
  position: absolute;
  bottom: -105px;
  left: 0;
  right: 0;
}

.loader {
  z-index: 1000;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading-text {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 35px;
  position: relative;
}

.hidden {
  display: none;
}

@media screen and (max-width: 991px) {
  .section.full-bleed {
    padding-left: 0;
    padding-right: 0;
  }

  .section.other-hotels {
    max-width: none;
  }

  .container {
    max-width: 768px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.nav-bar {
    padding-right: 0;
  }

  .container.statement {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container.location {
    padding-bottom: 30px;
    padding-left: 150px;
    padding-right: 150px;
  }

  .container.three-points {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .container.experience-header {
    max-width: 420px;
    padding: 105px 0 90px;
  }

  .container.experience-main {
    padding: 40px;
  }

  .container.experience-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .container.price-header {
    padding-top: 105px;
    padding-bottom: 90px;
  }

  .container.place {
    max-width: 430px;
    padding-top: 105px;
    padding-bottom: 90px;
  }

  .container.hotels {
    min-height: 420px;
    padding-top: 105px;
    padding-bottom: 90px;
  }

  .container.footer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .container.other-hotels {
    max-width: 768px;
  }

  .container.location-top {
    padding-bottom: 30px;
    padding-left: 150px;
    padding-right: 150px;
  }

  .statement-column {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 50%;
  }

  .statement-column.left {
    width: 40%;
  }

  .statement-slider-elipse {
    width: 25%;
    height: 25%;
  }

  .statement-slider {
    min-width: 0;
  }

  .h1.statement {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 2.2;
  }

  .h1.big {
    font-size: 64px;
    line-height: 1;
  }

  .h1.price-header {
    font-size: 110px;
    line-height: 1;
  }

  .h1.place {
    margin-bottom: 20px;
    font-size: 100px;
    line-height: 1;
  }

  .h1.experience {
    font-size: 64px;
    line-height: 1;
  }

  .h1.hotels {
    font-size: 100px;
    line-height: 1;
  }

  .h1.overview {
    font-size: 18px;
  }

  .statement-slider-nav {
    width: 90%;
    margin-bottom: 0;
  }

  .paragraph {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 2;
  }

  .paragraph.statement {
    margin-bottom: 0;
  }

  .paragraph.small, .paragraph.smaller {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .statement-award {
    width: 40%;
  }

  .statement-awards {
    width: 100%;
    height: 100px;
  }

  .location-flex-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .location-column {
    margin-bottom: 30px;
  }

  .three-points-circles {
    width: 90%;
  }

  .three-points-circle {
    flex: none;
    width: 240px;
    height: 240px;
  }

  .three-points-circle-text {
    font-size: 21px;
    line-height: 1.3;
  }

  .three-points-circle-button {
    width: 26px;
    height: 26px;
  }

  .hr.place {
    margin-bottom: 22.5px;
  }

  .hr.hotels {
    margin-bottom: 8px;
  }

  .experience-1-image {
    box-shadow: 20px 20px 0 0 var(--sakura-cross-beige-70);
    border-radius: 12px;
    max-width: 420px;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .experience-1-wrapper {
    margin-bottom: 0;
  }

  .experience-1-1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .experience-1-heading {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.85;
  }

  .more-button {
    width: 90px;
  }

  .experience-2-wrapper {
    min-height: 590px;
    margin-bottom: 30px;
  }

  .experience-1-tag {
    font-size: 9px;
  }

  .experience-2-block {
    height: 130px;
  }

  .experience-2-text-1 {
    top: 50px;
    left: 50px;
  }

  .experience-2-text-2 {
    right: 22px;
  }

  .experience-2-tag-1 {
    font-size: 9px;
    top: 126px;
  }

  .experience-2-tag-2 {
    font-size: 9px;
    left: -2px;
  }

  .experience-3-wrapper {
    margin-bottom: 70px;
  }

  .experience-3-block {
    margin-left: -40px;
    top: 38%;
  }

  .experience-3-text {
    width: 210px;
    height: 210px;
    padding-bottom: 0;
    bottom: -12px;
  }

  .experience-3-heading {
    font-size: 18px;
    line-height: 1.85;
  }

  .experience-4-image {
    margin-bottom: 16px;
  }

  .experience-4-heading {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.85;
  }

  .price-1-heading {
    font-size: 18px;
    line-height: 1.85;
  }

  .price-1-text {
    padding-top: 20px;
    padding-bottom: 26px;
    padding-left: 30px;
  }

  .price-1-wrapper {
    margin-bottom: 70px;
  }

  .place-1-image-wrapper {
    min-height: 333px;
  }

  .experience-3-text-copy {
    padding-bottom: 0;
  }

  .place-tag-1 {
    font-size: 9px;
    left: -1px;
  }

  .place-1-text {
    bottom: 5%;
    left: 28px;
  }

  .place-2-image {
    max-width: 420px;
  }

  .place-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-left: 5px;
  }

  .place-2-wrapper {
    margin-bottom: 70px;
  }

  .place-2-heading {
    font-size: 18px;
    line-height: 1.85;
  }

  .place-2-tag {
    font-size: 9px;
  }

  .place-1-image-6 {
    width: 60px;
    bottom: -25px;
    right: -25px;
  }

  .place-1-image-7 {
    width: 18px;
    bottom: -45px;
    right: -45px;
  }

  .google-maps-placeholder {
    border-radius: 15px;
    height: 260px;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .hotels-hotel {
    margin-bottom: 25px;
  }

  .hotel-name {
    font-size: 18px;
    line-height: 1.2;
  }

  .list {
    font-size: 12px;
    line-height: 2.2;
  }

  .sakura-cross-hotel-logo-tagline-footer {
    width: 256px;
  }

  .footer-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 10px;
  }

  .footer-link {
    padding-right: 10px;
  }

  .footer-copyright-notice {
    font-size: 9px;
  }

  .statement-column-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 40%;
  }

  .statement-column-left.left {
    width: 40%;
  }

  .statement-column-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 60%;
    padding-top: 7%;
  }

  .statement-column-right.left {
    width: 40%;
  }

  .experience-2-tag-3, .experience-2-tag-4, .experience-2-tag-5, .experience-2-tag-6 {
    font-size: 9px;
    left: -2px;
  }

  .nav-menu-container {
    width: 90%;
  }

  .nav-menu-column {
    width: 48%;
  }

  .nav-menu-link-text {
    font-size: 14px;
  }

  .column {
    min-width: 200px;
  }

  .ruler-vertical {
    width: 1px;
    margin-bottom: 0;
  }

  .google-maps-placeholder-2 {
    border-radius: 15px;
    height: 260px;
    margin-top: 35px;
  }

  .room-details {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 35px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .room-details.nav-bar {
    padding-right: 0;
  }

  .room-details.statement {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .room-details.location {
    margin-bottom: 30px;
    padding-left: 150px;
    padding-right: 150px;
  }

  .room-details.three-points {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .room-details.experience-header {
    max-width: 420px;
    padding: 105px 0 90px;
  }

  .room-details.experience-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .room-details.experience-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .room-details.price-header {
    padding-top: 105px;
    padding-bottom: 90px;
  }

  .room-details.place {
    max-width: 430px;
    padding-top: 105px;
    padding-bottom: 90px;
  }

  .room-details.hotels {
    min-height: 420px;
    padding-top: 105px;
    padding-bottom: 90px;
  }

  .room-details.footer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .room-layout {
    width: 43%;
  }

  .ruler {
    width: 90%;
    margin-bottom: 0;
  }

  .room-heading {
    margin-top: 0;
    font-size: 3.1vw;
  }

  .room-icons {
    flex-flow: wrap;
    width: 100%;
    max-width: none;
  }

  .room-icon-icon {
    width: 65px;
    height: 65px;
    padding: 16px;
  }

  .room-slider {
    margin-left: 20px;
    margin-right: 20px;
  }

  .attention {
    max-width: 570px;
    padding: 20px 40px;
  }

  .attention.nav-bar {
    padding-right: 0;
  }

  .attention.statement {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .attention.location {
    margin-bottom: 30px;
    padding-left: 150px;
    padding-right: 150px;
  }

  .attention.three-points {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .attention.experience-header {
    max-width: 420px;
    padding: 105px 0 90px;
  }

  .attention.experience-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .attention.experience-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .attention.price-header {
    padding-top: 105px;
    padding-bottom: 90px;
  }

  .attention.place {
    max-width: 430px;
    padding-top: 105px;
    padding-bottom: 90px;
  }

  .attention.hotels {
    min-height: 420px;
    padding-top: 105px;
    padding-bottom: 90px;
  }

  .attention.footer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .attention-heading {
    margin-bottom: 0;
  }

  .attention-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: flex-start;
  }

  .attention-text {
    width: auto;
  }

  .attention-subheading.mobile {
    display: block;
  }

  .attention-subheading.desktop {
    display: none;
  }

  .attention-icons {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .attention-icons.bottom {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .other-hotels {
    max-width: 768px;
  }

  .other-hotels.nav-bar {
    padding-right: 0;
  }

  .other-hotels.statement {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .other-hotels.location {
    margin-bottom: 30px;
    padding-left: 150px;
    padding-right: 150px;
  }

  .other-hotels.three-points {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .other-hotels.experience-header {
    max-width: 420px;
    padding: 105px 0 90px;
  }

  .other-hotels.experience-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .other-hotels.experience-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .other-hotels.price-header {
    padding-top: 105px;
    padding-bottom: 90px;
  }

  .other-hotels.place {
    max-width: 430px;
    padding-top: 105px;
    padding-bottom: 90px;
  }

  .other-hotels.hotels {
    min-height: 420px;
    padding-top: 105px;
    padding-bottom: 90px;
  }

  .other-hotels.footer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .other-hotels-hotel {
    margin-bottom: 25px;
  }

  .other-hotels-name {
    font-size: 14px;
    line-height: 1.2;
  }

  .glide__slide.popup-slide {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .popup-slider {
    width: 90%;
  }

  .popup-header.statement {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 2.2;
  }

  .popup-header.big {
    font-size: 64px;
    line-height: 1;
  }

  .popup-header.price-header {
    font-size: 110px;
    line-height: 1;
  }

  .popup-header.place {
    margin-bottom: 20px;
    font-size: 100px;
    line-height: 1;
  }

  .popup-header.experience {
    font-size: 64px;
    line-height: 1;
  }

  .popup-header.hotels {
    font-size: 100px;
    line-height: 1;
  }

  .popup-header.overview {
    font-size: 18px;
  }

  .popup-tag {
    font-size: 9px;
  }

  .sidenav.in {
    left: 20px;
  }

  .sidenav-text {
    font-size: 9px;
    left: -1px;
  }

  .award-text {
    font-size: 4vw;
    top: 7.6vw;
  }

  .google-maps {
    border-radius: 15px;
    height: 260px;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .google-maps-custom {
    border-radius: 15px;
    bottom: -105px;
  }
}

@media screen and (max-width: 767px) {
 
  .section-background.three-points {
    background-image: url('../images/section-4-background-mobile.jpg');
  }

  .section.room-hero {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .hero-slider {
    height: 320px;
    display: none;
    overflow: hidden;
  }

  .sakura-cross-hotel-logo {
    margin-top: 1px;
  }

  .container.nav-bar {
    height: 70px;
  }

  .container.nav-bar.white {
    padding-left: 10px;
  }

  .container.statement {
    flex-flow: column;
    justify-content: flex-start;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.hero {
    height: 100svh;
  }

  .container.location {
    padding-top: 40px;
  }

  .container.experience-header {
    align-items: center;
  }

  .container.experience-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .container.price-header {
    height: 90vh;
  }

  .container.price {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.place {
    height: 90vh;
  }

  .container.place-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.hotels {
    min-height: 90vh;
  }

  .container.footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container.experience-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .container.overview {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    padding: 30px 20px 20px;
  }

  .container.map {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.other-hotels {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.location-top {
    padding-top: 40px;
  }

  .nav-menu {
    overflow: auto;
  }

  .statement-slider-elipse {
    display: none;
  }

  .statement-slider {
    height: 320px;
    overflow: hidden;
  }

  .statement-slider-slide {
    border-radius: 0%;
  }

  .menu-button.w--open {
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .sakura-cross-hotel-logo-tagline {
    display: none;
  }

  .h1.statement {
    letter-spacing: 0;
    font-size: 4vw;
  }

  .h1.price-header {
    font-size: 25vw;
  }

  .h1.place {
    font-size: 18vw;
  }

  .h1.experience {
    text-align: center;
  }

  .h1.hotels {
    font-size: 18vw;
  }

  .h1.overview {
    font-family: Noto Sans JP, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
  }

  .statement-slider-nav {
    margin-top: 3.5vw;
    margin-bottom: 3.5vw;
  }

  .paragraph {
    font-size: 2.5vw;
  }

  .paragraph.white.center-mobile {
    text-align: center;
  }

  .statement-awards {
    justify-content: center;
  }

  .h2, .subheader-line {
    display: none;
  }

  .three-points-circles {
    border: 1px solid var(--white-50);
    flex-flow: column;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .three-points-circle {
    border-style: none;
    border-radius: 0%;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 90px;
    padding-left: 10px;
    position: relative;
  }

  .three-points-circle.experience {
    margin-right: 0;
  }

  .three-points-circle.place {
    margin-left: 0;
  }

  .three-points-circle-text {
    text-align: left;
    max-width: 10ch;
  }

  .three-points-circle-button {
    width: 36px;
    height: 36px;
    bottom: auto;
    right: 0;
  }

  .experience-1-image {
    border-radius: 11px;
    width: 97%;
    max-width: none;
  }

  .experience-1-1 {
    flex-flow: column;
    align-items: flex-start;
  }

  .experience-1-heading {
    margin-bottom: 0;
  }

  .more-button-text {
    font-size: 9px;
    line-height: 3;
  }

  .experience-2-wrapper {
    max-width: 520px;
    min-height: 810px;
    margin-left: auto;
    margin-right: auto;
  }

  .experience-2-image-1, .experience-2-image-2 {
    border-radius: 11px;
  }

  .experience-2-block {
    width: 312px;
    height: 250px;
    top: 191px;
    transform: translate(-50%);
  }

  .experience-2-text-1 {
    top: 245px;
    left: 200px;
  }

  .experience-2-text-2 {
    bottom: 50px;
    left: 21px;
    right: auto;
  }

  .experience-2-tag-1 {
    transform-origin: 0 0;
    top: 0;
    left: -2px;
    right: auto;
  }

  .experience-2-tag-2 {
    transform-origin: 100% 100%;
    top: 114px;
    left: auto;
    right: -2px;
  }

  .experience-3-wrapper {
    margin-bottom: 30px;
  }

  .experience-3-image {
    object-fit: cover;
    border-radius: 11px;
    width: 100%;
    height: 325px;
  }

  .experience-3-block {
    height: 180px;
    margin-left: 0;
    top: 40vw;
  }

  .experience-3-text {
    border-radius: 8px;
    width: 135px;
    height: 144px;
    right: 11px;
  }

  .experience-3-heading {
    margin-bottom: 10px;
    line-height: 1.5;
  }

  .experience-4-block {
    height: 180px;
    top: 40vw;
  }

  .experience-2-image-1-wrapper {
    width: 312px;
  }

  .experience-2-image-2-wrapper {
    width: 300px;
    bottom: 22.5%;
  }

  .experience-4-column {
    width: 60%;
  }

  .experience-4-image {
    border-radius: 11px;
  }

  .experience-4-heading {
    font-size: 18px;
    line-height: 1.5;
  }

  .experience-4-column-2 {
    width: 60%;
    margin-top: 0;
    margin-left: 20%;
  }

  .experience-4-column-3 {
    width: 60%;
    margin-top: 0;
    margin-left: 40%;
  }

  .price-1-image {
    object-fit: cover;
    border-radius: 11px;
    width: 98%;
    height: 325px;
  }

  .price-corner-1 {
    top: 204px;
    bottom: auto;
  }

  .price-1-text {
    background-color: var(--transparent);
    padding: 0;
    display: inline-block;
    position: relative;
    top: 20px;
    bottom: 0;
    left: 0;
  }

  .place-1-wrapper {
    display: block;
  }

  .place-1-image-wrapper {
    min-height: 0;
  }

  .place-1-image-1 {
    width: 60vw;
  }

  .place-1-text {
    display: inline-block;
    position: relative;
  }

  .place-2-image {
    max-width: 83vw;
  }

  .place-2 {
    padding-left: 0;
    display: block;
  }

  .place-2-wrapper {
    padding-left: 18px;
  }

  .place-2-image-wrapper {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .hotel-thumbnail {
    border-radius: 11px;
  }

  .hotel-name {
    margin-bottom: 8px;
    line-height: 1.5;
  }

  .list {
    line-height: 1.8;
  }

  .footer-links {
    grid-row-gap: 25px;
    flex-flow: wrap;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .statement-column-left {
    width: 100%;
    display: none;
  }

  .statement-column-right {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0%;
  }

  .hero-slider-mobile {
    background-image: url('../images/hero-2.jpg');
    height: 320px;
    display: none;
    top: 320px;
  }

  .sakura-cross-hotel-logo-tagline-mobile {
    z-index: 1;
    width: 80%;
    display: block;
    position: relative;
  }

  .three-points-divider-mobile {
    background-color: var(--white-50);
    width: 100%;
    height: 1px;
    padding: 0;
    display: block;
  }

  .place-image-main {
    display: none;
  }

  .place-image-main-mobile {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }

  .nav-menu-container {
    flex-flow: column;
    width: auto;
    height: auto;
    margin: 10vh 40px 140px;
    display: block;
    top: auto;
    transform: none;
  }

  .nav-menu-column {
    width: 100%;
    margin-bottom: 30px;
  }

  .hero-image {
    height: 280px;
  }

  .ruler-vertical {
    width: 100%;
    height: 1px;
  }

  .ruler-vertical-marker {
    width: 30px;
    height: 1px;
  }

  .google-maps-placeholder-2 {
    margin-top: 10px;
  }

  .room-hero-heading {
    display: none;
  }

  .room-details {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .room-details.statement {
    padding: 40px 30px;
  }

  .room-details.hero {
    height: 640px;
  }

  .room-details.experience-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .room-details.price-header {
    height: 90vh;
  }

  .room-details.price {
    padding-left: 20px;
    padding-right: 20px;
  }

  .room-details.place {
    height: 90vh;
  }

  .room-details.place-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .room-details.hotels {
    min-height: 90vh;
  }

  .room-details.footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .room-details.experience-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .room-layout {
    width: 100%;
    max-width: none;
  }

  .ruler {
    margin-bottom: 18px;
  }

  .room-heading {
    font-size: 2.8vw;
  }

  .room-icon-icon {
    padding: 12px;
  }

  .room-slider {
    margin-left: 20px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .attention {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .attention.statement {
    padding: 40px 30px;
  }

  .attention.hero {
    height: 640px;
  }

  .attention.experience-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .attention.price-header {
    height: 90vh;
  }

  .attention.price {
    padding-left: 20px;
    padding-right: 20px;
  }

  .attention.place {
    height: 90vh;
  }

  .attention.place-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .attention.hotels {
    min-height: 90vh;
  }

  .attention.footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .attention.experience-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .attention-row {
    align-items: flex-start;
  }

  .attention-subheading {
    font-size: 3.75vw;
  }

  .attention-icons {
    justify-content: flex-start;
  }

  .other-hotels {
    grid-row-gap: 10px;
  }

  .other-hotels.statement {
    padding: 40px 30px;
  }

  .other-hotels.hero {
    height: 640px;
  }

  .other-hotels.experience-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .other-hotels.price-header {
    height: 90vh;
  }

  .other-hotels.price {
    padding-left: 20px;
    padding-right: 20px;
  }

  .other-hotels.place {
    height: 90vh;
  }

  .other-hotels.place-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .other-hotels.hotels {
    min-height: 90vh;
  }

  .other-hotels.footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .other-hotels.experience-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .other-hotels-hotel {
    width: 31%;
    margin-bottom: 0;
  }

  .other-hotels-name {
    font-size: 12px;
  }

  .room-hero-heading-mobile {
    text-transform: none;
    margin-bottom: 10px;
    font-family: "Nhaasgrotesktxpro 55 Rg", Arial, sans-serif;
    font-size: 6vw;
    display: block;
  }

  .break-desktop {
    display: inline;
  }

  .break-mobile {
    display: block;
  }

  .glide__slides.hero {
    height: 320px;
  }

  .glide.statement {
    width: 100%;
    max-width: none;
  }

  .glide.hero {
    width: 100%;
    height: 320px;
  }

  .glide.room {
    height: 220px;
  }

  .glide.popup {
    height: 320px;
  }

  .glide__slide {
    object-fit: cover;
    width: 100vw;
    max-width: none;
    height: 320px;
  }

  .glide__slide.statement {
    aspect-ratio: auto;
    width: 100%;
    height: 320px;
  }

  .glide__slide.room {
    border-radius: 4px;
    width: 40%;
    height: auto;
  }

  .glide__slide.popup-slide {
    flex-flow: column;
    align-items: stretch;
    width: auto;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .glide__slide.room-popup {
    width: 100%;
    height: 90vh;
  }

  .glide__track {
    border-radius: 0;
  }

  .glide__track.room_glide {
    height: 180px;
  }

  .glide__slide-2 {
    object-fit: cover;
    width: 100vw;
    max-width: none;
    height: 320px;
  }

  .popup.in {
    align-items: flex-start;
    padding-top: 30px;
  }

  .popup-close-button {
    top: 10px;
    right: 10px;
  }

  .popup-image {
    width: 100%;
  }

  .popup-slider {
    width: 100%;
    height: 100%;
  }

  .popup-slide-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-header.statement {
    letter-spacing: 0;
    font-size: 4vw;
  }

  .popup-header.price-header {
    font-size: 25vw;
  }

  .popup-header.place {
    font-size: 18vw;
  }

  .popup-header.experience {
    text-align: center;
  }

  .popup-header.hotels {
    font-size: 18vw;
  }

  .hero-slider-moble {
    display: block;
    overflow: hidden;
  }

  .statement-slider-wrapper {
    display: none;
  }

  .award-text {
    top: 10vw;
  }

  .google-maps-wrapper {
    border-radius: 11px;
  }
}

@media screen and (max-width: 479px) {
  .section.other-hotels {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-slider {
    height: 320px;
  }

  .navbar {
    height: 70px;
  }

  .sakura-cross-hotel-logo {
    width: 200px;
    position: relative;
  }

  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container.nav-bar {
    align-items: center;
    padding-left: 10px;
    padding-right: 0;
  }

  .container.statement {
    padding-top: 40px;
  }

  .container.location {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .container.three-points {
    height: 90vh;
    padding-left: 28px;
    padding-right: 28px;
  }

  .container.experience-header {
    min-height: 90vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.experience-2, .container.experience-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.overview, .container.map {
    padding-bottom: 10px;
  }

  .container.location-top {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .menu-button {
    background-size: 40px;
    display: block;
  }

  .menu-button.w--open {
    background-size: 20px 20px;
    width: 70px;
    height: 70px;
  }

  .h1.statement {
    font-size: 5.9vw;
  }

  .h1.price-header {
    font-size: 25vw;
  }

  .h1.place {
    font-size: 24vw;
  }

  .h1.experience {
    max-width: 10ch;
    font-size: 11vw;
  }

  .h1.hotels {
    font-size: 20vw;
  }

  .h1.overview {
    font-weight: 700;
    line-height: 1.6;
  }

  .statement-slider-nav {
    width: 100%;
    margin-top: 7vw;
    margin-bottom: 7vw;
  }

  .paragraph {
    letter-spacing: .6px;
    font-size: 3.45vw;
  }

  .paragraph.smaller {
    letter-spacing: .2px;
    font-size: 11px;
  }

  .location-flex-row {
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .location-column {
    flex-basis: 33%;
    align-items: stretch;
    width: 47%;
    min-width: 0;
  }

  .location-link {
    line-height: 30px;
  }

  .location-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
  }

  .location-link-text {
    font-size: 12px;
  }

  .three-points-circles {
    padding-left: 8px;
    padding-right: 8px;
  }

  .three-points-circle {
    border-style: none;
    border-radius: 0%;
    align-items: flex-start;
    width: 96%;
    height: 90px;
    padding-left: 0;
    position: relative;
  }

  .three-points-circle.place {
    margin-left: 0;
  }

  .three-points-circle-text {
    max-width: 10ch;
  }

  .three-points-circle-button {
    width: 36px;
    height: 36px;
    bottom: auto;
    right: 0;
  }

  .hr {
    width: 72vw;
  }

  .hr.place, .hr.hotels {
    width: 100%;
  }

  .experience-2-wrapper {
    min-height: 730px;
  }

  .experience-2-block {
    width: 70%;
    top: 39.8vw;
  }

  .experience-2-text-1 {
    top: 50.2vw;
    left: 32%;
  }

  .experience-2-text-2 {
    top: 143.4vw;
    bottom: auto;
  }

  .experience-2-image-1-wrapper {
    width: 70%;
    margin-right: 0;
  }

  .experience-2-image-2-wrapper {
    width: 70%;
    top: 93.5vw;
    bottom: auto;
  }

  .experience-4-column-2 {
    margin-left: 15%;
  }

  .experience-4-column-3 {
    margin-left: 30%;
  }

  .place-2-image {
    max-width: 80vw;
  }

  .place-1-image-6 {
    border-radius: 8px;
    bottom: -16px;
    right: -13px;
  }

  .place-1-image-7 {
    width: 15px;
    bottom: -33px;
    right: -26px;
  }

  .hotels-hotel {
    width: 100%;
  }

  .hotel-name {
    margin-bottom: 0;
    font-size: 21px;
  }

  .footer-link {
    font-size: 13px;
    line-height: 21px;
  }

  .footer-link.no-border {
    border-right-style: none;
  }

  .statement-column-right {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    width: 100%;
    padding-top: 0%;
    padding-left: 28px;
    padding-right: 25px;
  }

  .sakura-cross-hotel-logo-tagline-mobile {
    width: 90%;
    position: relative;
    top: 0;
  }

  .three-points-divider-mobile {
    background-color: var(--white-50);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .google-maps-heading {
    font-size: 18px;
  }

  .nav-menu-container {
    height: auto;
  }

  .nav-menu-link {
    line-height: 30px;
  }

  .nav-menu-link-text {
    font-size: 12px;
  }

  .hero-image {
    height: 300px;
  }

  .room-hero-image {
    aspect-ratio: 1;
  }

  .room-details {
    padding-left: 25px;
    padding-right: 25px;
  }

  .room-details.nav-bar {
    align-items: center;
    padding-left: 10px;
    padding-right: 0;
  }

  .room-details.statement {
    padding-left: 27px;
    padding-right: 27px;
  }

  .room-details.location {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .room-details.three-points {
    height: 90vh;
  }

  .room-details.experience-header {
    min-height: 90vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .room-details.experience-2, .room-details.experience-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .room-layout {
    width: 91%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ruler {
    width: 100%;
  }

  .room-heading {
    font-size: 3.6vw;
  }

  .room-icon-icon {
    width: 70px;
    height: 70px;
  }

  .attention {
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .attention.nav-bar {
    align-items: center;
    padding-left: 10px;
    padding-right: 0;
  }

  .attention.statement {
    padding-left: 27px;
    padding-right: 27px;
  }

  .attention.location {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .attention.three-points {
    height: 90vh;
  }

  .attention.experience-header {
    min-height: 90vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .attention.experience-2, .attention.experience-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .attention-heading {
    background-size: 30px;
    padding-left: 40px;
    font-size: 5.2vw;
  }

  .attention-row {
    width: 100%;
  }

  .attention-text {
    align-self: flex-start;
  }

  .attention-subheading {
    font-size: 5.2vw;
  }

  .attention-subheading.mobile {
    margin-bottom: 1vw;
    font-size: 4.8vw;
  }

  .attention-icon {
    width: 47%;
    max-width: none;
  }

  .attention-icon.bottom {
    width: 100%;
  }

  .attentiion-icon-icon {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
  }

  .attention-icon-stripe {
    width: 81%;
  }

  .attention-icons {
    flex-flow: wrap;
  }

  .attention-icons.bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: .9fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

  .other-hotels {
    grid-column-gap: 2%;
    grid-row-gap: 20px;
    justify-content: flex-start;
  }

  .other-hotels.nav-bar {
    align-items: center;
    padding-left: 10px;
    padding-right: 0;
  }

  .other-hotels.statement {
    padding-left: 27px;
    padding-right: 27px;
  }

  .other-hotels.location {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .other-hotels.three-points {
    height: 90vh;
  }

  .other-hotels.experience-header {
    min-height: 90vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .other-hotels.experience-2, .other-hotels.experience-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .other-hotels-hotel {
    flex: 0 49%;
    width: auto;
  }

  .other-hotels-name {
    margin-bottom: 0;
  }

  .room-hero-heading-mobile {
    font-size: 9vw;
  }

  .break-desktop {
    letter-spacing: .5px;
  }

  .break-mobile {
    display: block;
  }

  .glide__slides {
    position: relative;
  }

  .glide__slides.hero {
    height: 320px;
  }

  .glide.popup-glide, .glide__track, .popup-slider {
    position: relative;
  }

  .popup-header.statement {
    font-size: 5vw;
  }

  .popup-header.price-header {
    font-size: 25vw;
  }

  .popup-header.place {
    font-size: 24vw;
  }

  .popup-header.experience {
    max-width: 10ch;
    font-size: 11vw;
  }

  .popup-header.hotels {
    font-size: 20vw;
  }

  .sidenav.in {
    left: 15px;
  }

  .award-text {
    font-size: 7vw;
    top: 12.8vw;
  }

  .google-maps {
    height: 320px;
    margin-top: 20px;
  }
}


@font-face {
  font-family: 'Nhaasgrotesktxpro 55 Rg';
  src: url('../fonts/NHaasGroteskTXPro-55Rg.ttf') format('truetype'), url('../fonts/NHaasGroteskTXPro-55Rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgrotesktxpro 75 Bd';
  src: url('../fonts/NHaasGroteskTXPro-75Bd.ttf') format('truetype'), url('../fonts/NHaasGroteskTXPro-75Bd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgrotesktxpro 65 Md';
  src: url('../fonts/NHaasGroteskTXPro-65Md.ttf') format('truetype'), url('../fonts/NHaasGroteskTXPro-65Md.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgroteskdspro 25th';
  src: url('../fonts/NHaasGroteskDSPro-25Th.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgroteskdspro 15 Ultth';
  src: url('../fonts/NHaasGroteskDSPro-15UltTh.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgroteskdspro 55 Rg';
  src: url('../fonts/NHaasGroteskDSPro-55Rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}