:root{
  --bg:#f4f4f2;
  --bg-soft:#efefee;
  --line:#deded9;
  --text:#2e2e2e;
  --muted:#696969;
  --accent:#9F9460;
  --accent-dark:#111315;
  --accent-soft:#9F9460;
  --dark:#111315;
  --dark-card:#1a1d20;
  --white:#fff;
  --radius:28px;
  --shadow:0 20px 50px rgba(0,0,0,.08);
  --header-h:80px;
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
  overflow-x:hidden;
}

body{
  margin:0;
  font-family:'Noto Sans JP',sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.8;
  overflow-x:hidden;
}

img{
  max-width:100%;
  display:block;
}

a{
  text-decoration:none;
  transition:.3s ease;
}

.section{
  padding:100px 0;
  position:relative;
}

.section-soft{
  background:var(--bg-soft);
}

.section-dark{
  background:#070809;
}

.container{
  position:relative;
  z-index:2;
}

.eyebrow{
  margin-bottom:14px;
  font-size:.85rem;
  letter-spacing:.16em;
  color:var(--muted);
  text-transform:uppercase;
	text-align:center;
}
.booking-box .eyebrow{
	color:#fff;
}

.section-title{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2rem,3vw,3.4rem);
  line-height:1.2;
  margin-bottom:20px;
  font-weight:600;
  text-align:center;
}

.section-lead{
  max-width:760px;
  margin:0 auto;
  color:var(--muted);
}

.text-light{
  color:#fff !important;
}

/* loader */
.site-loader{
  position:fixed;
  inset:0;
  background:#081018;
  z-index:9999;
  display:grid;
  place-items:center;
  transition:opacity .8s ease, visibility .8s ease;
}

.site-loader.hide{
  opacity:0;
  visibility:hidden;
}

.loader-mark{
  text-align:center;
  color:#9F9460;
  letter-spacing:.14em;
}

.loader-globe{
  font-size:2rem;
  display:block;
  margin-bottom:10px;
}

@keyframes spin{
  to{
    transform:rotate(360deg);
  }
}

/* header */
.site-header{
  transition:background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
  background:rgba(7,8,9,.08);
  backdrop-filter:blur(8px);
}

.site-header.scrolled{
  background:rgba(7,8,9,.75);
  box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.navbar{
  min-height:var(--header-h);
}

.navbar-brand,
.footer-brand{
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff;
}

.footer-brand{
  color:#fff;
}

.brand-icon{
  display:grid;
  place-items:center;
  font-size:1.2rem;
  flex:0 0 auto;
}

.brand-copy{
  display:flex;
  flex-direction:column;
  line-height:1.2;
}

.brand-copy small{
  font-size:.65rem;
  letter-spacing:.14em;
}

.brand-copy strong{
  font-size:.95rem;
  font-weight:600;
}

/* ローディング用ロゴ */
.loader-logo{
  width: 200px;
  height: auto;
  opacity: 0;
animation: fadeInLogo 1s ease forwards;
}

@keyframes fadeInLogo{
  to{
    opacity: 1;
  }
}

/* ヘッダーロゴ */
.header-logo{
  width: 80px;
  height: auto;
}

.nav-link{
  color:#fff;
  padding:.9rem 1rem !important;
  font-size:.95rem;
}

.nav-link:hover,
.nav-link:focus{
  color:#fff;
  opacity:.75;
}

.btn-booking,
.lang-toggle{
  border:1px solid rgba(255,255,255,.45);
  color:#fff;
  background:transparent;
  border-radius:999px;
  padding:.3rem 1rem;
 margin-left:0.5rem;	
}
@media (max-width: 767.98px){
  .lang-toggle{
    margin-left:0rem;
  }
}

.btn-booking:hover,
.lang-toggle:hover{
  background:#fff;
  color:var(--dark);
}

.navbar-toggler{
  filter:invert(1);
}

.header-actions{
  display:flex;
  align-items:center;
  gap:16px;
}

.navbar-toggler{
  margin:0;
  padding:.35rem .55rem .35rem 0;
  filter:invert(1);
}
@media (min-width: 992px){
  .navbar-toggler{
    display:none;
  }
}
.movie-section {
  background: #fff;
}

.movie-embed {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
}

.movie-embed video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 575.98px) {
  .movie-embed {
    border-radius: 12px;
  }
}

.movie-embed {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
}

.movie-embed video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.movie-play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 78px;
  height: 78px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: 0.3s;
}

.movie-play-btn span {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 23px solid #333;
}

.movie-play-btn:hover {
  transform: scale(1.06);
  background: #fff;
}

.movie-embed.is-playing .movie-play-btn {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .movie-play-btn {
    width: 60px;
    height: 60px;
  }

  .movie-play-btn span {
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 18px;
  }
}

/* hero */
.hero-section{
  min-height:100vh;
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
}

@media (max-width: 767px) {
  .hero-section {
    min-height: 80vh;   
  }

  .hero-media {
    height: 100%;  
  }
}
.hero-media,
.hero-overlay,
.hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

.hero-bg{
  object-fit:cover;
  transform:scale(1.06);
}


.hero-overlay{
  background:rgba(0,0,0,0.4);
  z-index:1;
}

.hero-content{
  position:relative;
  z-index:2;
  color:#fff;
  padding-top:var(--header-h);
  text-align:center;
}

.hero-badge{
  display:inline-flex;
  padding:.45rem .9rem;
  border:1px solid rgba(255,255,255,.35);
  border-radius:999px;
  font-size:.8rem;
  letter-spacing:.12em;
  margin-bottom:1rem;
}

.hero-script{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2.2rem,5vw,5rem);
  line-height:1.1;
  margin-bottom:1rem;
}

.hero-title{
  font-size:clamp(2rem,4vw,2rem);
  font-weight:500;
  letter-spacing:.02em;
  margin-bottom:1rem;
}

.hero-text{
  max-width:720px;
  margin:0 auto 2rem;
  color:rgba(255,255,255,.86);
}

.hero-buttons{
  display:flex;
  gap:1rem;
  justify-content:center;
  flex-wrap:wrap;
}

.scroll-indicator{
  position:absolute;
  left:50%;
  bottom:24px;
  transform:translateX(-50%);
  color:#fff;
  font-size:.72rem;
  letter-spacing:.25em;
  z-index:2;
}

.scroll-indicator::after{
  content:"";
  display:block;
  width:1px;
  height:45px;
  background:#fff;
  margin:8px auto 0;
  animation:scrollline 1.7s ease-in-out infinite;
}

@keyframes scrollline{
  0%{
    transform:scaleY(.2);
    transform-origin:top;
  }
  50%{
    transform:scaleY(1);
    transform-origin:top;
  }
  51%{
    transform:scaleY(1);
    transform-origin:bottom;
  }
  100%{
    transform:scaleY(.2);
    transform-origin:bottom;
  }
}

/* quick nav */
.quick-nav-section{
  background:#fff;
  border-bottom:1px solid var(--line);
}

.quick-nav-wrap{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:0;
}

.quick-nav-wrap a{
  padding:20px 18px;
  color:var(--text);
  font-size:.92rem;
  position:relative;
}

.quick-nav-wrap a:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:50%;
  width:1px;
  height:18px;
  background:var(--line);
  transform:translateY(-50%);
}

/* common cards */
.media-frame,
.map-card,
.access-panel,
.booking-box,
.activity-card,
.room-card,
.flow-card,
.message-card,
.feature-box{
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
}

.media-frame img,
.gallery-item,
.activity-media img,
.room-carousel img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.media-frame{
  background:#ddd;
  min-height:460px;
}

.feature-box{
  background:#fff;
  padding:24px;
  height:100%;
}

.feature-box i{
  font-size:1.5rem;
  color:var(--accent);
}

.feature-box h3{
  font-size:1.05rem;
  margin:14px 0 6px;
}

.feature-box p:last-child{
  margin-bottom:0;
}

.common-feature-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}

.feature-image {
  width: 180px;
  flex-shrink: 0;
}

.feature-image img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.feature-content {
  flex: 1;
}

.feature-content i {
  font-size: 1.5rem;
  margin-bottom: 10px;
  display: inline-block;
}

@media (max-width: 768px) {

  .common-feature-card {
    flex-direction: column;
    text-align: center;
  }

  .feature-content p {
    text-align: left;
  }

}

/* gallery */
.section-gallery{
  padding-top: 0;
  overflow: hidden;
}

.section-gallery .container-fluid{
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px){
  .section-gallery .container-fluid{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.gallery-swiper{
  overflow: hidden;
}

.gallery-card{
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 14px;
  overflow: hidden;
}

.gallery-image-wrap{
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3; /* 横4：縦3 */
  overflow: hidden;
  border-radius: 14px;
  background: #000;
}

.gallery-image-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-card:hover .gallery-image-wrap img{
  transform: scale(1.06);
}

.gallery-label{
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 999px;
}

.gallery-modal .modal-content{
  background: transparent;
  border: 0;
  box-shadow: none;
}

.gallery-modal .modal-body{
  padding: 0;
}

.gallery-modal-frame{
  width: 100%;
  aspect-ratio: 4 / 3; /* 横4：縦3 */
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}

.gallery-modal-frame img{
  width: 100%;
  height: 100%;
  object-fit: cover; /* 全体表示したいなら contain に変更 */
  display: block;
}

.gallery-modal-title{
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-top: 14px;
}

.gallery-modal-close{
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 10;
  filter: invert(1);
  opacity: 1;
}

@media (max-width: 767px){
  .gallery-label{
    font-size: 12px;
    padding: 5px 10px;
  }
}

/* narrative */
.narrative-section{
  padding:140px 0;
  overflow:hidden;
}

.narrative-bg{
  position:absolute;
  inset:0;
}

.narrative-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:brightness(.4);
}

.story-collage{
  display:grid;
  gap:28px;
}

.story-panel{
  display:grid;
  grid-template-columns:1fr 1.5fr;
  gap:24px;
  align-items:center;
}

.story-panel.story-right{
  grid-template-columns:1.4fr 1fr;
}



.story-copy h3{
  font-family:'Cormorant Garamond',serif;
  font-size:2rem;
  margin-bottom:12px;
}

.story-main{
  border-radius:26px;
  background:#ddd;
}
.story-main {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .story-panel {
    flex-direction: column;
    overflow: hidden;
	grid-template-columns: 1fr;  
  }
}
main .container{
  padding-left:16px;
  padding-right:16px;
}

.thumb-row{
  display:flex;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
 flex-wrap: wrap;	
}

.thumb-row img{
  border-radius:20px;
  min-height:180px;
  object-fit:cover;
  background:#ddd;
}


.thumb-title{
  font-size:18px;
  font-weight:700;
  margin-top:8px;
  margin-bottom:4px;
  text-align:center;	
}

.local-life-box{
  background:#fff;
  padding:40px 24px;
  border-radius:12px;
  box-shadow:0 8px 24px rgba(0,0,0,0.05);
  margin:0 auto;
}

.thumb-row{
  display:flex;
  gap:20px;
}

/* PCは横並び */
.thumb-item{
  flex:1;
}

/* スマホ時は縦並び */
@media (max-width: 767px){
  .thumb-row{
    flex-direction:column;
  }
}
.local-life-box h3{
  margin-bottom:12px;
}

.local-life-box p{
  margin-bottom:24px;
  color:#555;
  line-height:1.8;
}

.local-life-box img{
  border-radius:12px;
  object-fit:cover;
  height:100%;
}

/* activity */
.activity-card{
  background:#fff;
  height:100%;
  transform-style:preserve-3d;
}

.activity-media{
  aspect-ratio:16/10;
  background:#ddd;
  overflow:hidden;
}

.activity-body{
  padding:18px 18px 22px;
  display:flex;
  gap:14px;
  align-items:flex-start;
}

.activity-body .num{
  background:#111;
  color:#fff;
  padding:.3rem .55rem;
  border-radius:6px;
  font-size:.82rem;
  line-height:1;
  min-width:44px;
  text-align:center;
}

.activity-body h3{
  font-size:1rem;
  line-height:1.6;
  margin:0;
}

/* room */
.room-card{
  background:var(--dark-card);
  padding:18px;
  color:#fff;
  height:100%;
}

.room-carousel{
  border-radius:20px;
  overflow:hidden;
  background:#2d2f31;
}

.room-card-body{
  padding:24px 8px 8px;
}

.room-card h3{
  font-size:1.5rem;
  margin-bottom:18px;
}

.room-card p{
  color:#d7d7d7;
  margin-bottom:18px;
  line-height:1.8;
}

.spec-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-bottom:20px;
}

.spec-grid div{
  background:#25282c;
  border-radius:14px;
  padding:14px;
}

.spec-grid span{
  display:block;
  font-size:.8rem;
  color:#c8c8c8;
  margin-bottom:4px;
}

.spec-grid strong{
  font-size:1.05rem;
}

.amenity-list{
  list-style:none;
  padding:0;
  margin:0 0 8px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px 10px;
}

.amenity-list li{
  text-align:center;
  font-size:.86rem;
}

.amenity-list i{
  display:block;
  font-size:1.2rem;
  margin-bottom:8px;
  color:#fff;
}
.room-floorplan-btn {
  margin-top: 24px;
}

.floorplan-btn {
  width: 100%;
  border: none;
  background: #fff;
  color: #111;
  padding: 8px 20px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;

  transition: .3s;
}

.floorplan-btn:hover {
  background: #333;
  transform: translateY(-2px);
}

.floorplan-btn i {
  font-size: 18px;
}
.floorplan-dialog {
  max-width: 550px;
}
.btn-room,
.btn-booking-lg{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  border-radius:999px;
  padding:.85rem 1.6rem;
  font-weight:700;
}

.btn-room{
  background:#fff;
  color:var(--dark);
  min-width:210px;
}

.btn-booking-lg{
  background:#fff;
  color:var(--accent-dark);
  min-width:220px;
}

/* flow */
.flow-card{
  background:#fff;
  padding:26px 24px;
  position:relative;
  height:100%;
}

.flow-card .step{
  display:inline-flex;
  width:52px;
  height:52px;
  border-radius:50%;
  background:var(--accent);
  color:#fff;
  align-items:center;
  justify-content:center;
  font-weight:700;
  margin-bottom:18px;
}

.flow-card h3{
  font-size:1.15rem;
  margin-bottom:10px;
}

.flow-row .col-lg-3:not(:last-child) .flow-card::after{
  content:"";
  position:absolute;
  top:50%;
  right:-20px;
  width:40px;
  height:2px;
  background:linear-gradient(90deg,var(--accent),transparent);
}
.room-common-info{
  margin-top:64px;
}

.room-common-title{
  font-size:clamp(1.5rem,2.4vw,2.4rem);
  margin-bottom:0;
}

.common-feature-card,
.common-amenity-box{
  background:#1a1d20;
  border:1px solid rgba(255,255,255,.08);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  color:#fff;
}

.common-feature-card{
  height:100%;
  padding:32px;
}

.common-feature-card i{
  font-size:1.8rem;
  color:var(--accent);
  margin-bottom:14px;
  display:inline-block;
}

.common-feature-card h4{
  font-size:1.25rem;
  margin-bottom:12px;
}

.common-feature-card p,
.common-amenity-head p{
  color:#d7d7d7;
  margin-bottom:0;
}

.common-amenity-box{
  padding:36px;
}

.common-amenity-head{
  text-align:center;
  margin-bottom:28px;
}

.common-amenity-head h4{
  font-size:1.35rem;
  margin-bottom:8px;
}

.common-amenity-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.common-amenity-grid > div{
  background:#25282c;
  border-radius:18px;
  padding:20px;
}

.common-amenity-grid h5{
  font-size:1rem;
  margin-bottom:12px;
  display:flex;
  align-items:center;
  gap:8px;
}

.common-amenity-grid h5 i{
  color:var(--accent);
}

.common-amenity-grid ul{
  list-style:none;
  padding:0;
  margin:0;
}

.common-amenity-grid li{
  color:#d7d7d7;
  font-size:.9rem;
  line-height:1.8;
}

@media (max-width: 991.98px){
  .common-amenity-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width: 767.98px){
  .room-common-info{
    margin-top:44px;
  }

  .common-feature-card,
  .common-amenity-box{
    padding:24px;
  }

  .common-amenity-grid{
    grid-template-columns:1fr;
  }
}
/* access */
.access-panel{
  background:#fff;
  padding:40px;
}

.access-map{
  border-radius:22px;
  background:#d9edf6;
}

.access-copy h3{
  font-size:1.6rem;
  margin-bottom:14px;
}

.access-copy p{
  margin-bottom:12px;
}

.google-map{
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 22px;
  overflow: hidden;
margin-top: 20px;	
}

/* message */
.message-section{
  overflow:hidden;
}

.message-card{
  background:linear-gradient(135deg,#022e5e,#083f7c);
  color:#fff;
}

.message-copy{
  padding:40px 50px;
}

.message-copy h2{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2rem,3vw,3rem);
  margin-bottom:6px;
  margin-top:0;	
}

.message-name{
  font-size:1.25rem;
  font-weight:700;
  margin-bottom:26px;
}

.message-photo{
  height: 100%;
  overflow: hidden;
}

.message-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.manager-name-wrap{
  padding-bottom: 1.2rem;
  text-align: right;
}

.manager-name-ja{
  margin-bottom: .4rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .08em;
  color: #fff;
  line-height: 1.4;
}

.manager-name-ja span{
  font-size: .8rem;
  color: #fff;
  letter-spacing: .06em;
}

.manager-name-en{
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: .12em;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
}

@media (max-width: 991px){

  .manager-name-ja{
    font-size: 1.6rem;
  }

  .manager-name-en{
    font-size: .95rem;
  }

}

@media (max-width: 767px){

  .message-photo{
    height:320px;
  }

.message-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 10%;
  display:block;
}

}

/* faq */
.faq-accordion .accordion-item{
  border:none;
  border-bottom:1px solid var(--line);
  background:transparent;
}

.faq-accordion .accordion-button{
  background:transparent;
  padding:24px 0;
  font-weight:700;
  box-shadow:none;
}

.faq-accordion .accordion-button:not(.collapsed){
  color:var(--accent-dark);
}

.faq-accordion .accordion-body{
  padding:0 0 24px;
}

/* booking */
.booking-section{
  padding:0 0 100px;
}

.booking-box{
  background:linear-gradient(135deg,var(--accent),#333);
  padding:42px;
  color:#fff;
}

.booking-box h2{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2rem,3vw,3rem);
}

/* footer */
.site-footer{
  background:#333;
  padding:60px 0 110px;
  color:#fff;
}

.footer-links-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px 30px;
}

.footer-links-grid a,
.social-links a{
  color:#fff;
}

.social-links{
  display:flex;
  justify-content:flex-end;
  gap:14px;
  font-size:1.2rem;
  margin-bottom:12px;
}

.copyright{
  font-size:.82rem;
  margin:0;
  opacity:.85;
}

.floating-booking{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:60;
  background:#9F9460;
  color:#fff;
  width:110px;
  height:110px;
  border-radius:50%;
  display:grid;
  place-items:center;
  text-align:center;
  padding:16px;
  font-weight:700;
  box-shadow:0 10px 35px rgba(0,0,0,.18);
  box-sizing:border-box;
  overflow:hidden;
}

/* animation */
.reveal{
  opacity:0;
  transform:translateY(32px);
  transition:opacity .9s ease, transform .9s ease;
}

.reveal.is-visible{
  opacity:1;
  transform:none;
}

.tilt-card{
  transition:transform .25s ease, box-shadow .25s ease;
}

.tilt-card:hover{
  box-shadow:0 28px 60px rgba(0,0,0,.12);
}

.hero-section .reveal{
  transition-delay:.15s;
}

/* hero carousel */
.hero-media,
#heroCarousel,
#heroCarousel .carousel-inner,
#heroCarousel .carousel-item{
  height:100%;
}

#heroCarousel .carousel-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* responsive */
@media (max-width: 991.98px){
  :root{
    --header-h:72px;
  }

  .site-header{
    background:rgba(7,8,9,.72);
  }

  .navbar-collapse{
    background:rgba(7,8,9,.96);
    padding:18px;
    border-radius:20px;
    margin-top:12px;
  }

  .nav-link{
    padding:.8rem .4rem !important;
  }

  .quick-nav-wrap{
    justify-content:flex-start;
    overflow:auto;
    flex-wrap:nowrap;
    padding-bottom:6px;
  }

  .quick-nav-wrap a{
    white-space:nowrap;
  }

  .story-panel,
  .story-panel.story-right{
    grid-template-columns:1fr;
  }

  .flow-row .col-lg-3:not(:last-child) .flow-card::after{
    display:none;
  }

  .message-copy{
    padding:40px 28px;
  }

  .room-card{
    height:auto;
  }
}

@media (max-width: 767.98px){
	p{
		font-size:15px;
		line-height: 32px;
	}	
  .section{
    padding:72px 0;
  }

  .hero-content{
    text-align:left;
  }

  .hero-buttons{
    justify-content:flex-start;
	margin-bottom:1rem;  
  }

  .hero-text{
    margin-left:0;
  }
	
.hero-title{
  font-size:1.5rem;
}
  .scroll-indicator{
    display:none;
  }

  .media-frame{
    min-height:280px;
  }

  .thumb-row{
    grid-template-columns:1fr 1fr 1fr;
    gap:10px;
  }

  .thumb-row img{
    min-height:110px;
  }

  .gallery-item{
    min-height:200px;
  }

  .amenity-list{
    grid-template-columns:repeat(2,1fr);
  }

  .access-panel{
    padding:24px;
  }

  .social-links{
    justify-content:flex-start;
  }

  .footer-links-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .floating-booking{
    width:84px;
    height:84px;
    right:16px;
    bottom:16px;
    font-size:.82rem;
  }

  .message-copy{
    padding:34px 22px;
  }

  .booking-box{
    padding:30px 24px;
  }
}