/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-shadow: none;
	background: none;
	border: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	text-decoration: none;
}

@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif+TC:wght@200..900&display=swap";*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:#fdf7ee;color:#333;font-family:"Noto Sans TC","Noto Sans JP",sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body.full{height:100%}img{display:block;width:100%}::selection{color:#222;background-color:rgba(238,195,84,.7)}a,button{-webkit-tap-highlight-color:rgba(0,0,0,0)}a:focus-visible,button:focus-visible{outline:2px solid #ea5a5a;outline-offset:4px}.property-title{margin:0;color:#222;font-family:"Noto Serif TC","Noto Serif JP","PMingLiU",serif;font-size:clamp(26px,2.2vw,34px);font-weight:700;line-height:1.5;letter-spacing:3px}@media(max-width: 767px){.property-title{font-size:clamp(20px,1.2vw,24px)}}.section-title{display:flex;align-items:center;color:#222;font-family:"Noto Serif TC","Noto Serif JP","PMingLiU",serif;font-size:clamp(26px,2.2vw,34px);font-weight:700;letter-spacing:clamp(3px,.4vw,6px);text-wrap:balance}.section-title::before{content:"";flex:0 0 3px;width:3px;height:1em;margin-right:15px;background-color:#ea5a5a}.section-title.list-title{margin-top:0;padding-top:0;border-top:0}.button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:48px;padding:11px 28px;color:#222;background-color:#eec354;border:1px solid rgba(34,34,34,.08);border-radius:2px;font-size:clamp(13px,12px + .2vw,15px);font-weight:600;line-height:1.95;letter-spacing:1.5px;cursor:pointer;transition:color .35s ease,background-color .35s ease,transform .35s cubic-bezier(0.22, 1, 0.36, 1)}.button::after{content:"→";margin-left:10px;font-family:Arial,sans-serif;transition:transform .3s ease}.button:hover{color:#fff;background-color:#222;transform:translateY(-2px)}.button:hover::after{transform:translateX(5px)}.button:active{transform:translateY(0) scale(0.98)}.breadcrumb{width:100%;padding:11px 16px;background-color:rgba(34,34,34,.035);border-radius:999px}.breadcrumb ul{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin:0;padding:0;list-style:none}.breadcrumb ul li{display:flex;align-items:center;color:#555;font-size:clamp(13px,12px + .2vw,15px);letter-spacing:1px}.breadcrumb ul li a{color:inherit;text-decoration:none;transition:color .3s ease}.breadcrumb ul li a:hover{color:#ea5a5a}.breadcrumb ul li:not(:last-child)::after{content:"/";margin-left:10px;color:#ccc;font-weight:300}.breadcrumb ul li.active{color:#222;font-weight:600}@media(max-width: 767px){.breadcrumb ul li{font-size:12px}}header:not(.home-header){position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:82px;padding:14px clamp(24px,5vw,72px);background-color:#222;border-bottom:1px solid rgba(238,195,84,.28);box-shadow:0 10px 30px rgba(34,34,34,.14);font-family:"Noto Serif TC","Noto Serif JP","PMingLiU",serif}header:not(.home-header) h1{z-index:101;width:clamp(150px,14vw,190px)}header:not(.home-header) h1 a,header:not(.home-header) h1 img{display:block}header:not(.home-header) h1 a{transition:opacity .3s ease}header:not(.home-header) h1 a:hover{opacity:.78}header:not(.home-header) .menu-toggle{z-index:101;display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;cursor:pointer}header:not(.home-header) .menu-toggle .bar{width:100%;height:2px;background-color:#fff;transition:transform .3s ease,opacity .3s ease}header:not(.home-header) .menu-toggle.is-active .bar:nth-child(1){transform:translateY(9px) rotate(45deg)}header:not(.home-header) .menu-toggle.is-active .bar:nth-child(2){opacity:0}header:not(.home-header) .menu-toggle.is-active .bar:nth-child(3){transform:translateY(-9px) rotate(-45deg)}header:not(.home-header) .nav-container ul{display:flex;gap:0}header:not(.home-header) .nav-container ul li{border-left:1px solid hsla(0,0%,100%,.16)}header:not(.home-header) .nav-container ul li:last-child{border-right:1px solid hsla(0,0%,100%,.16)}header:not(.home-header) .nav-container ul li a{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:54px;padding:8px clamp(20px,2.6vw,36px);color:#fff;font-size:clamp(13px,12px + .2vw,15px);font-weight:500;line-height:1.5;letter-spacing:3px;transition:color .3s ease,background-color .3s ease}header:not(.home-header) .nav-container ul li a:hover,header:not(.home-header) .nav-container ul li a:focus-visible{color:#eec354;background-color:hsla(0,0%,100%,.08)}header:not(.home-header) .nav-container ul li.yellow a{color:#222;background-color:#eec354}header:not(.home-header) .nav-container ul li.yellow a:hover,header:not(.home-header) .nav-container ul li.yellow a:focus-visible{color:#222;background-color:hsl(43.2467532468,81.914893617%,69.137254902%)}@media(max-width: 767px){header:not(.home-header){min-height:68px;padding:12px 20px}header:not(.home-header) h1{width:155px}header:not(.home-header) .menu-toggle{display:flex;width:44px;height:44px;padding:12px 8px;border:1px solid hsla(0,0%,100%,.2);border-radius:50%}header:not(.home-header) .nav-container{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;width:100%;height:100vh;background-color:#222;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}header:not(.home-header) .nav-container.is-active{opacity:1;visibility:visible}header:not(.home-header) .nav-container ul{flex-direction:column}header:not(.home-header) .nav-container ul li,header:not(.home-header) .nav-container ul li:last-child{width:min(78vw,280px);border:0;border-bottom:1px solid hsla(0,0%,100%,.16)}header:not(.home-header) .nav-container ul li a,header:not(.home-header) .nav-container ul li:last-child a{width:100%;min-width:0;min-height:60px}}footer{color:#fff;background-color:#222;border-top:2px solid #eec354}footer .bar{padding:15px clamp(20px,5vw,60px);color:hsla(0,0%,100%,.78);background-color:#222;border-bottom:1px solid hsla(0,0%,100%,.14);font-size:12px;line-height:1.5;letter-spacing:3px;text-align:center}footer main{display:flex;flex-direction:column;gap:46px;width:min(1200px,100% - 80px);margin:0 auto;padding:58px 0 24px}footer main>div{display:flex;flex-wrap:wrap;justify-content:space-between;gap:50px}footer main>div:first-child{align-items:center;padding-bottom:34px;border-bottom:1px solid hsla(0,0%,100%,.16)}footer main img{width:200px}footer main .sns-icon{display:flex;flex-direction:row;justify-content:flex-end;gap:15px;width:auto;min-width:0}footer main .sns-icon a{display:grid;place-items:center;width:30px;height:30px}footer main .sns-icon a img{width:100%}footer main>div:not(:first-child)>div{display:flex;flex-direction:column;gap:15px;width:30%;min-width:220px}footer main>div:not(:first-child)>div h3{color:#eec354;font-family:"Noto Serif TC","Noto Serif JP","PMingLiU",serif;font-size:clamp(15px,14px + .25vw,17px);font-weight:500;line-height:1.8;letter-spacing:3px}footer main>div:not(:first-child)>div p,footer main>div:not(:first-child)>div a{color:hsla(0,0%,100%,.68);font-size:clamp(13px,12px + .2vw,15px);line-height:1.8;letter-spacing:1.5px}footer main>div:not(:first-child)>div a{text-decoration:underline}footer main>div:not(:first-child)>div a:hover{color:#eec354}footer main>div:not(:first-child)>div.full{width:100%}footer main>div:not(:first-child)>div.full p{text-align:center}@media(max-width: 767px){footer main{gap:36px;width:calc(100% - 40px);padding:42px 0 20px}footer main>div{gap:36px}footer main>div:not(:first-child)>div{width:100%}}body.index-page{display:grid;grid-template-rows:auto minmax(0, 1fr);width:100%;height:100vh;height:100svh;min-height:0;background-color:#222;overflow:hidden}body.index-page .home-header{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:22px 0 0;background-color:#222}body.index-page .home-header .home-logo{width:auto}body.index-page .home-header .home-logo a,body.index-page .home-header .home-logo img{display:block}body.index-page .home-header .home-logo img{width:clamp(210px,16vw,250px)}body.index-page .home-header .home-logo a{transition:opacity .3s ease}body.index-page .home-header .home-logo a:hover,body.index-page .home-header .home-logo a:focus-visible{opacity:.72}body.index-page .home-header .home-logo a:focus-visible{outline:1px solid #eec354;outline-offset:7px}body.index-page .home-header .home-menu{width:100%;border-top:1px solid hsla(0,0%,100%,.18)}body.index-page .home-header .home-menu ul{display:flex;justify-content:center;width:min(100%,780px);margin:0 auto}body.index-page .home-header .home-menu ul li{flex:1;min-width:0;border-left:1px solid hsla(0,0%,100%,.18)}body.index-page .home-header .home-menu ul li:last-child{border-right:1px solid hsla(0,0%,100%,.18)}body.index-page .home-header .home-menu ul li a{display:flex;align-items:center;justify-content:center;position:relative;min-height:56px;padding:8px 30px;color:#fff;font-family:"Noto Serif TC","Noto Serif JP","PMingLiU",serif;font-size:clamp(13px,12px + .2vw,15px);font-weight:500;line-height:1.5;letter-spacing:3px;transition:color .3s ease,background-color .3s ease}body.index-page .home-header .home-menu ul li a::after{content:"";position:absolute;right:28px;bottom:0;left:28px;height:2px;background-color:#eec354;transform:scaleX(0);transform-origin:center;transition:transform .35s ease}body.index-page .home-header .home-menu ul li a:hover,body.index-page .home-header .home-menu ul li a:focus-visible{background-color:hsla(0,0%,100%,.1)}body.index-page .home-header .home-menu ul li a:hover::after,body.index-page .home-header .home-menu ul li a:focus-visible::after{transform:scaleX(1)}body.index-page .home-header .home-menu ul li a:focus-visible{outline:1px solid #eec354;outline-offset:-4px}body.index-page .home-header .home-menu ul li.yellow a{color:#222;background-color:#eec354}body.index-page .home-header .home-menu ul li.yellow a::after{background-color:#222}body.index-page .home-header .home-menu ul li.yellow a:hover,body.index-page .home-header .home-menu ul li.yellow a:focus-visible{background-color:hsl(43.2467532468,81.914893617%,72.137254902%)}@media(max-width: 767px){body.index-page .home-header{gap:15px;padding-top:17px}body.index-page .home-header .home-logo img{width:180px}body.index-page .home-header .home-menu ul li a{min-height:46px;padding:7px 4px;letter-spacing:2px}body.index-page .home-header .home-menu ul li a::after{right:14px;left:14px}}body.index-page .hero-section{height:100%;min-height:0}@media(max-width: 767px){body.index-page .hero-section{height:100%;min-height:0;padding:24px 22px}}@media(max-height: 600px){body.index-page .home-header{gap:7px;padding-top:9px}body.index-page .home-header .home-logo img{width:150px}body.index-page .home-header .home-menu ul li a{min-height:40px;padding-top:5px;padding-bottom:5px}body.index-page .hero-section .hero-content{gap:10px}}.hero-section{position:relative;isolation:isolate;display:grid;place-items:center;width:100%;min-height:0;padding:40px 24px;background-image:linear-gradient(90deg, rgba(10, 8, 6, 0.22), rgba(10, 8, 6, 0.08) 50%, rgba(10, 8, 6, 0.35)),linear-gradient(180deg, rgba(34, 34, 34, 0.08), rgba(34, 34, 34, 0.32)),url("../img/main.jpg");background-position:center;background-size:cover;background-repeat:no-repeat;font-family:"Noto Serif TC","Noto Serif JP","PMingLiU",serif;overflow:hidden}.hero-section .hero-content{display:flex;flex-direction:column;align-items:center;gap:20px;max-width:900px;color:#fff;text-align:center;animation:hero-content-reveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) both}.hero-section .hero-kicker{opacity:.88;font-family:"Noto Sans TC","Noto Sans JP",sans-serif;font-size:12px;font-weight:500;line-height:1;letter-spacing:6px}.hero-section h2{max-width:900px;color:#fff;font-size:clamp(26px,2.2vw,34px);font-weight:400;line-height:1.7;letter-spacing:7px;text-align:center;text-shadow:0 3px 24px rgba(34,34,34,.55);text-wrap:balance}@media(max-width: 1439px){.hero-section h2{font-size:clamp(20px,1.2vw,24px)}}@media(max-width: 767px){.hero-section h2{max-width:12em;font-size:clamp(20px,1.2vw,24px);line-height:1.9;letter-spacing:4px}}@media(max-width: 767px){.hero-section .hero-content{gap:15px}.hero-section .hero-kicker{letter-spacing:4px}}@keyframes hero-content-reveal{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}body>main:not(.room-detail-main):not(.rooms-main):not(.hero-section){background:linear-gradient(180deg, #222 0, #222 260px, transparent 260px),#fdf7ee}@media(max-width: 767px){body>main:not(.room-detail-main):not(.rooms-main):not(.hero-section){background:linear-gradient(180deg, #222 0, #222 170px, transparent 170px),#fdf7ee}}body>main:not(.room-detail-main):not(.rooms-main):not(.hero-section){display:grid;gap:clamp(80px,9vw,120px);width:100%;max-width:none;margin:0;padding:clamp(64px,8vw,108px) max(20px,(100% - 1200px)/2) clamp(100px,12vw,170px)}body>main:not(.room-detail-main):not(.rooms-main):not(.hero-section)>.content-wrapper{width:100%;max-width:1200px;margin:0 auto;padding:clamp(30px,4vw,58px);background-color:hsla(0,0%,100%,.97);border:1px solid rgba(34,34,34,.1);border-top:2px solid #eec354;border-radius:3px;box-shadow:none}body>main:not(.room-detail-main):not(.rooms-main):not(.hero-section)>.content-wrapper:not(:first-child){border-top-color:rgba(34,34,34,.22)}body>main:not(.room-detail-main):not(.rooms-main):not(.hero-section)>.content-wrapper:first-child{animation:content-reveal .85s cubic-bezier(0.22, 1, 0.36, 1) both}body>main:not(.room-detail-main):not(.rooms-main):not(.hero-section)>.content-wrapper:first-child>img:first-child{width:calc(100% + clamp(30px,4vw,58px)*2);max-width:none;max-height:620px;margin:calc(clamp(30px,4vw,58px)*-1) calc(clamp(30px,4vw,58px)*-1) 12px;object-fit:cover;border-radius:2px 2px 0 0}@media(max-width: 767px){body>main:not(.room-detail-main):not(.rooms-main):not(.hero-section){gap:72px;padding:38px 16px 80px}body>main:not(.room-detail-main):not(.rooms-main):not(.hero-section)>.content-wrapper{padding:26px 20px 34px;border-radius:2px}body>main:not(.room-detail-main):not(.rooms-main):not(.hero-section)>.content-wrapper:first-child>img:first-child{width:calc(100% + 40px);margin:-26px -20px 8px}}@keyframes content-reveal{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.content-wrapper{display:flex;flex-direction:column;justify-content:center;gap:clamp(26px,3vw,42px)}.content-wrapper>h2,.content-wrapper>.section-title{display:flex;align-items:center;width:100%;margin:0;color:#222;font-family:"Noto Serif TC","Noto Serif JP","PMingLiU",serif;font-size:clamp(26px,2.2vw,34px);font-weight:700;line-height:1.45;letter-spacing:clamp(3px,.45vw,7px);text-wrap:balance}.content-wrapper>h2::before,.content-wrapper>.section-title::before{content:"";flex:0 0 3px;width:3px;height:1em;margin-right:18px;background-color:#ea5a5a}.content-wrapper>p{max-width:980px;color:rgba(51,51,51,.88);font-size:clamp(15px,14px + .25vw,17px);line-height:2.15;letter-spacing:1.5px}.content-wrapper>ul{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between}.content-wrapper>ul>li{position:relative;display:flex;flex-direction:column;justify-content:flex-start;gap:24px;width:30%;margin-bottom:72px}.content-wrapper>ul>li:last-child{margin-bottom:0}.content-wrapper>ul>li.full{width:100%}.content-wrapper>ul>li:not(.full){align-self:stretch;padding-bottom:24px;background-color:#fff;border:1px solid rgba(34,34,34,.11);border-radius:2px;overflow:hidden}.content-wrapper>ul>li:not(.full) .img-box{aspect-ratio:4/3;overflow:hidden}.content-wrapper>ul>li:not(.full) .img-box img{height:100%;object-fit:cover}.content-wrapper>ul>li:not(.full) .txt-box{padding:0 24px}.content-wrapper>ul>li.full.column{flex-direction:row;align-items:stretch;gap:0;background-color:#fdf7ee;border:1px solid rgba(34,34,34,.1);border-left:3px solid #eec354;border-radius:4px;overflow:hidden}.content-wrapper>ul>li.full.column .img-box,.content-wrapper>ul>li.full.column .txt-box{width:50%}.content-wrapper>ul>li.full.column .img-box{overflow:hidden}.content-wrapper>ul>li.full.column .img-box img{height:100%;min-height:420px;object-fit:cover}.content-wrapper>ul>li.full.column .txt-box{justify-content:center;padding:clamp(30px,5vw,64px)}@media(max-width: 767px){.content-wrapper>ul>li.full.column{flex-direction:column}.content-wrapper>ul>li.full.column .img-box,.content-wrapper>ul>li.full.column .txt-box{width:100%}.content-wrapper>ul>li.full.column .img-box img{min-height:0;aspect-ratio:4/3}.content-wrapper>ul>li.full.column .txt-box{padding:26px 22px 30px}}@media(max-width: 767px){.content-wrapper>ul>li{width:100%}}.content-wrapper .txt-box{display:flex;flex-direction:column;gap:20px}.content-wrapper .txt-box h3{color:#222;font-family:"Noto Serif TC","Noto Serif JP","PMingLiU",serif;font-size:clamp(17px,15px + .35vw,19px);line-height:1.65;letter-spacing:2px}.content-wrapper .txt-box p{color:rgba(51,51,51,.82);font-size:clamp(15px,14px + .25vw,17px);line-height:1.9;letter-spacing:1.5px}.content-wrapper .booking-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;gap:20px;padding:28px clamp(18px,4vw,48px);background-color:#fff;border:1px solid rgba(34,34,34,.12);border-radius:2px;box-shadow:none}.content-wrapper .booking-logos li{width:120px;margin:0}@media(max-width: 767px){.content-wrapper .booking-logos{gap:30px 10px}.content-wrapper .booking-logos li{width:100px}}.content-wrapper .note_txt{padding:15px 18px;color:#ea5a5a;background-color:rgba(234,90,90,.045);border-left:2px solid #ea5a5a;font-family:"Noto Serif TC","Noto Serif JP","PMingLiU",serif;font-size:clamp(17px,15px + .35vw,19px);letter-spacing:2px;text-align:left}.content-wrapper .services-list{width:100%;border:1px solid rgba(34,34,34,.13);border-top:2px solid #222;border-radius:2px;box-shadow:none;overflow:hidden}.content-wrapper .services-list .service-item{display:grid;grid-template-columns:minmax(180px, 0.8fr) minmax(0, 2fr);align-items:start;gap:20px;padding:24px 26px;border-bottom:1px solid rgba(34,34,34,.08);border-left:2px solid rgba(0,0,0,0);transition:background-color .3s ease,border-color .3s ease}.content-wrapper .services-list .service-item:last-child{border-bottom:0}.content-wrapper .services-list .service-item:has(.service-index){grid-template-columns:54px minmax(160px, 0.85fr) minmax(140px, 0.7fr) minmax(260px, 2fr)}.content-wrapper .services-list .service-item:hover{background-color:rgba(253,247,238,.8);border-left-color:#ea5a5a}.content-wrapper .services-list .service-item .service-index{color:rgba(34,34,34,.3);font-family:"Noto Serif TC","Noto Serif JP","PMingLiU",serif;font-size:clamp(17px,15px + .35vw,19px);font-weight:700}.content-wrapper .services-list .service-item .service-title{color:#222;font-family:"Noto Serif TC","Noto Serif JP","PMingLiU",serif;font-size:clamp(13px,12px + .2vw,15px);font-weight:700;line-height:1.7;letter-spacing:1.5px}.content-wrapper .services-list .service-item .service-status{display:flex;align-items:center}.content-wrapper .services-list .service-item .service-status span{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 16px;border-radius:999px;font-size:clamp(13px,12px + .2vw,15px);font-weight:600;line-height:1;letter-spacing:1.5px}.content-wrapper .services-list .service-item .service-status.check span{color:#ea5a5a;background-color:rgba(234,90,90,.08);border:1px solid rgba(234,90,90,.2)}.content-wrapper .services-list .service-item .service-status.on-demand span{color:hsl(43.2467532468,81.914893617%,28.137254902%);background-color:rgba(238,195,84,.15);border:1px solid rgba(238,195,84,.6)}.content-wrapper .services-list .service-item .service-desc{color:rgba(51,51,51,.8);font-size:clamp(15px,14px + .25vw,17px);line-height:1.85;letter-spacing:1.5px}@media(max-width: 767px){.content-wrapper .services-list .service-item{display:flex;flex-direction:column;gap:10px;padding:22px 18px}}.content-wrapper .contact-list{display:flex;flex-direction:column;gap:20px;width:min(100%,620px)}.content-wrapper .contact-list>div{display:flex;align-items:center;gap:10px}.content-wrapper .contact-list>div i::before{content:"";display:block;width:20px;height:20px;background-position:center;background-repeat:no-repeat;background-size:contain}.content-wrapper .contact-list>div i.mail::before{background-image:url("../img/mail_icon.svg")}.content-wrapper .contact-list>div i.line_logo::before{background-image:url("../img/line_logo.svg")}.content-wrapper .contact-list>div img{width:400px;border-radius:2px}@media(max-width: 767px){.content-wrapper .contact-list>div img{width:100%}}.content-wrapper .contact-list>div a{color:#222;letter-spacing:2px}.content-wrapper .contact-list>div a:hover{color:#ea5a5a}.join-main .content-wrapper>ul>li:not(.full),.join-main .button,.join-main .service-item,.join-main .booking-logos,.join-main .services-list,.join-main .contact-list{box-shadow:none;transition:none}.join-main .content-wrapper>ul>li:not(.full):hover{border-color:rgba(34,34,34,.11);transform:none}.join-main .content-wrapper>ul>li:not(.full) .img-box img,.join-main .content-wrapper>ul>li:not(.full):hover .img-box img{transform:none;transition:none}.join-main .service-item:hover{background-color:rgba(0,0,0,0);border-left-color:rgba(0,0,0,0)}.join-main .button:hover{color:#222;background-color:#eec354;border-color:rgba(34,34,34,.08);transform:none}.join-main .button::after,.join-main .button:hover::after{transform:none;transition:none}.join-main .contact-list a:hover{color:inherit}body>main.legal-page-main{display:block}body>main.legal-page-main>.policy-content{max-width:920px;min-width:0;padding:clamp(30px,5vw,68px);overflow-wrap:anywhere}body>main.legal-page-main>.policy-content h2{display:flex;align-items:center;width:100%;margin:0;color:#222;font-family:"Noto Serif TC","Noto Serif JP","PMingLiU",serif;font-size:clamp(26px,2.2vw,34px);font-weight:700;line-height:1.45;letter-spacing:clamp(3px,.45vw,7px);text-wrap:balance}body>main.legal-page-main>.policy-content h2::before{content:"";flex:0 0 3px;width:3px;height:1em;margin-right:18px;background-color:#ea5a5a}body>main.legal-page-main>.policy-content h2{padding-bottom:26px;border-bottom:1px solid rgba(34,34,34,.12)}body>main.legal-page-main>.policy-content h3{padding:0 0 12px 18px;color:#222;border-bottom:1px solid rgba(34,34,34,.12);border-left:2px solid #ea5a5a;font-family:"Noto Serif TC","Noto Serif JP","PMingLiU",serif;font-size:clamp(20px,1.2vw,24px);font-weight:700;line-height:1.5;letter-spacing:2px}body>main.legal-page-main>.policy-content .policy-section{display:flex;flex-direction:column;gap:16px}body>main.legal-page-main>.policy-content p,body>main.legal-page-main>.policy-content li{color:rgba(51,51,51,.86);font-size:clamp(15px,14px + .25vw,17px);line-height:2;letter-spacing:1.5px}body>main.legal-page-main>.policy-content a{color:#ea5a5a;text-decoration:underline}body>main.legal-page-main>.policy-content ul{display:grid;gap:10px;margin:0;padding:0;list-style:none;box-shadow:none}body>main.legal-page-main>.policy-content ul>li{position:relative;display:block;width:100%;margin:0;padding:15px 18px 15px 34px;background-color:rgba(34,34,34,.025);border:1px solid rgba(34,34,34,.1);border-left:3px solid #ea5a5a;border-radius:2px;box-shadow:none}body>main.legal-page-main>.policy-content ul>li::before{content:"";position:absolute;top:28px;left:16px;width:5px;height:5px;background-color:#eec354;border-radius:50%}@media(max-width: 767px){body>main.legal-page-main>.policy-content ul{gap:8px}body>main.legal-page-main>.policy-content ul>li{padding:13px 14px 13px 30px}body>main.legal-page-main>.policy-content ul>li::before{top:25px;left:13px}}.rooms-main{background:linear-gradient(180deg, #222 0, #222 330px, transparent 330px),#fdf7ee}@media(max-width: 767px){.rooms-main{background:linear-gradient(180deg, #222 0, #222 205px, transparent 205px),#fdf7ee}}.rooms-main{display:flex;flex-direction:column;gap:80px;width:100%;max-width:none;margin:0;padding:clamp(64px,7vw,100px) 40px clamp(110px,12vw,170px)}.rooms-main .rooms-container{display:flex;align-items:flex-start;justify-content:space-between;gap:clamp(34px,5vw,70px);width:min(1440px,100%);margin:0 auto}.rooms-main .mobile-filter-btn{position:fixed;bottom:30px;left:50%;z-index:90;display:none;align-items:center;gap:8px;min-height:48px;padding:12px 24px;color:#fff;background-color:#222;border:1px solid rgba(238,195,84,.55);border-radius:2px;box-shadow:0 12px 30px rgba(34,34,34,.2);font-size:clamp(15px,14px + .25vw,17px);font-weight:500;line-height:1.95;letter-spacing:1.5px;cursor:pointer;transform:translateX(-50%)}@media(max-width: 1023px)and (min-width: 768px){.rooms-main .mobile-filter-btn{display:flex}}@media(max-width: 767px){.rooms-main .mobile-filter-btn{display:flex}}.rooms-main .content-left{position:sticky;top:110px;z-index:10;flex:0 0 180px;width:180px;border:1px solid hsla(0,0%,100%,.18);border-top:2px solid #eec354;border-radius:2px;box-shadow:0 22px 52px rgba(34,34,34,.16)}.rooms-main .content-left .mobile-filter-header{display:none}.rooms-main .content-left .area-menu{display:flex;flex-direction:column;gap:20px;padding:30px 20px;background-color:#222;font-family:"Noto Serif TC","Noto Serif JP","PMingLiU",serif}.rooms-main .content-left .area-menu .level-2{display:none;flex-direction:column;gap:10px;padding-left:0}.rooms-main .content-left .area-menu .level-2 a{display:flex;align-items:center;min-height:40px;padding:5px 14px;color:#fff;border-left:1px solid rgba(0,0,0,0);font-size:clamp(13px,12px + .2vw,15px);line-height:1.5;transition:color .3s ease,background-color .3s ease}.rooms-main .content-left .area-menu .level-2 a:hover,.rooms-main .content-left .area-menu .level-2 a.active{color:#eec354;background-color:rgba(238,195,84,.08);border-left-color:#eec354}.rooms-main .content-left .area-menu .level-1.active .level-2{display:flex}.rooms-main .content-right{display:grid;flex:1 1 auto;gap:clamp(54px,7vw,92px);min-width:0}.rooms-main .content-right .area-section{margin-bottom:0}.rooms-main .content-right .area-section:first-child .section-title{color:#fff}.rooms-main .content-right .area-section .section-title{margin-bottom:28px;scroll-margin-top:110px}.rooms-main .content-right .room-group-list{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:24px 20px}@media(max-width: 1023px)and (min-width: 768px){.rooms-main .content-right .room-group-list{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 767px){.rooms-main .content-right .room-group-list{grid-template-columns:1fr}}.rooms-main .content-right .room-card{display:flex;flex-direction:column;background-color:#fff;border:1px solid rgba(34,34,34,.12);border-radius:2px;box-shadow:0 16px 38px rgba(34,34,34,.08);overflow:hidden;animation:room-card-reveal .5s ease both;transition:border-color .4s ease,box-shadow .4s ease,transform .4s cubic-bezier(0.22, 1, 0.36, 1)}.rooms-main .content-right .room-card:hover{border-color:rgba(34,34,34,.25);box-shadow:0 24px 48px rgba(34,34,34,.13);transform:translateY(-6px)}.rooms-main .content-right .room-card:hover .img-box img{transform:scale(1.02)}.rooms-main .content-right .room-card .img-box{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden}.rooms-main .content-right .room-card .img-box img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(0.22, 1, 0.36, 1)}.rooms-main .content-right .room-card .txt-box{display:flex;flex:1;flex-direction:column;gap:18px;width:100%;padding:24px}.rooms-main .content-right .room-card .txt-box .tlt{color:#222;font-family:"Noto Serif TC","Noto Serif JP","PMingLiU",serif;font-size:clamp(17px,15px + .35vw,19px);font-weight:700;line-height:1.75;letter-spacing:1.5px}.rooms-main .content-right .room-card .txt-box .tag-box .tag{display:flex;align-items:center;gap:5px;width:fit-content;padding:6px 0;color:#222;border-radius:0;font-size:clamp(13px,12px + .2vw,15px);font-weight:500;letter-spacing:2px}.rooms-main .content-right .room-card .txt-box .tag-box .tag::before{content:"";flex:0 0 20px;width:20px;height:20px;background-image:url("../img/map_pin.svg");background-position:center;background-repeat:no-repeat}.rooms-main .content-right .room-card .txt-box .button{width:100%;margin-top:auto;text-align:center}@media(max-width: 1023px)and (min-width: 768px){.rooms-main .rooms-container{flex-direction:column;gap:60px}}@media(max-width: 767px){.rooms-main{padding:34px 16px 82px}.rooms-main .rooms-container{flex-direction:column;gap:30px}.rooms-main .content-right{width:100%}}@media(max-width: 1023px){.rooms-main .content-left{position:fixed;inset:0;z-index:100;width:100%;height:100vh;padding:0;background-color:#222;overflow-y:auto;transform:translateY(100%);transition:transform .4s cubic-bezier(0.22, 1, 0.36, 1)}.rooms-main .content-left.is-open{transform:translateY(0)}.rooms-main .content-left .mobile-filter-header{position:sticky;top:0;z-index:101;display:flex;align-items:center;justify-content:space-between;padding:20px 30px;background-color:#222;border-bottom:1px solid hsla(0,0%,100%,.1)}.rooms-main .content-left .mobile-filter-header h3{color:#fff;font-size:clamp(20px,1.2vw,24px);letter-spacing:2px}.rooms-main .content-left .mobile-filter-header .close-filter-btn{color:#fff;background:none;border:0;cursor:pointer}}@keyframes room-card-reveal{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.room-detail-main{display:flex;flex-direction:column;gap:0;width:100%;margin:0;padding:0 0 100px;background-color:#fdf7ee}@media(max-width: 767px){.room-detail-main{padding-bottom:72px}}.hero-cinematic-slider{position:relative;width:100%}.room-gallery-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:10px;width:100%;height:560px;margin-bottom:60px;padding:10px;background-color:#222}.room-gallery-grid .gallery-item{position:relative;width:100%;height:100%;border-radius:3px;overflow:hidden}.room-gallery-grid .gallery-item.main-img{grid-row:span 2}.room-gallery-grid .gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(0.22, 1, 0.36, 1),filter .4s ease}.room-gallery-grid .gallery-item:hover img{filter:brightness(0.92);transform:scale(1.02)}.room-gallery-grid[data-count="4"] .gallery-item:nth-child(2){grid-column:span 2}.room-gallery-grid[data-count="3"]{grid-template-columns:2fr 1fr}.room-gallery-grid[data-count="2"]{grid-template-columns:1fr 1fr;grid-template-rows:1fr}.room-gallery-grid[data-count="2"] .gallery-item.main-img{grid-row:span 1}.room-gallery-grid[data-count="1"]{grid-template-columns:1fr;grid-template-rows:1fr}.room-gallery-grid[data-count="1"] .gallery-item.main-img{grid-row:span 1}@media(max-width: 1439px){.room-gallery-grid{height:460px}}@media(max-width: 1023px)and (min-width: 768px){.room-gallery-grid{height:380px;gap:8px}}@media(max-width: 767px){.room-gallery-grid{-ms-overflow-style:none;scrollbar-width:none}.room-gallery-grid::-webkit-scrollbar{display:none}.room-gallery-grid{display:flex;gap:0;width:100%;height:auto;min-height:0;aspect-ratio:4/3;margin-bottom:0;padding:0;background-color:rgba(0,0,0,0);overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.room-gallery-grid .gallery-item{flex:0 0 100%;height:100%;aspect-ratio:auto;border-radius:0;scroll-snap-align:center}.room-gallery-grid .gallery-item img{width:100%;height:100%;object-fit:cover}.room-gallery-grid .gallery-item.sub-img{display:block}}.property-title-bar{position:relative;width:100%;min-height:var(--property-title-height, auto);background-color:rgba(0,0,0,0);border:0;box-shadow:none}.property-title-bar .property-title-inner{width:100%;padding:12px 0;background-color:rgba(0,0,0,0);border:0;box-shadow:none}.property-title-bar .property-title-content{display:flex;align-items:center;justify-content:space-between;gap:30px;width:100%}.property-title-bar .property-title{flex:1 1 auto;min-width:0;color:#222}.property-title-bar.is-fixed .property-title-inner{position:fixed;top:var(--site-header-height, 78px);left:0;z-index:95;width:100%;background-color:rgba(34,34,34,.97)}.property-title-bar.is-fixed .property-title-content{width:1200px;margin:0 auto}@media(max-width: 1439px){.property-title-bar.is-fixed .property-title-content{width:calc(100% - 100px)}}@media(max-width: 767px){.property-title-bar.is-fixed .property-title-content{width:calc(100% - 50px)}}.property-title-bar.is-fixed .property-title{color:#fff;font-size:clamp(20px,1.2vw,24px)}@media(max-width: 767px){.property-title-bar.is-fixed .property-title{display:-webkit-box;font-size:clamp(13px,12px + .2vw,15px);letter-spacing:1px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}}@media(max-width: 767px){.property-title-bar .property-title-inner{min-height:92px;padding:10px 0}.property-title-bar .property-title-content{gap:16px}}.property-booking-btn{display:grid;flex:0 0 76px;place-items:center;width:76px;height:76px;padding:0;color:#222;background-color:#eec354;border:1px solid rgba(238,195,84,.7);border-radius:50%;box-shadow:none;cursor:pointer;transition:transform .35s ease}.property-booking-btn span{width:3em;font-family:"Noto Sans TC","Noto Sans JP",sans-serif;font-size:clamp(13px,12px + .2vw,15px);font-weight:600;line-height:1.35;letter-spacing:1px;text-align:center}.property-booking-btn:hover{transform:translateY(-2px) scale(1.035)}@media(max-width: 767px){.property-booking-btn{flex-basis:62px;width:62px;height:62px}.property-booking-btn span{font-size:12px;letter-spacing:.5px}}.detail-container{display:flex;flex-direction:column;gap:clamp(66px,8vw,112px);overflow:hidden}.detail-container>.detail-intro{display:flex;flex-direction:column;gap:clamp(54px,7vw,96px);width:1200px;margin:0 auto}@media(max-width: 1439px){.detail-container>.detail-intro{width:calc(100% - 100px)}}@media(max-width: 767px){.detail-container>.detail-intro{width:calc(100% - 50px)}}.detail-container .info-tlt,.detail-container .txt-detail{display:grid;gap:30px}.detail-container .breadcrumb{padding:14px 0;background-color:rgba(0,0,0,0);border:0;border-radius:0}.detail-container .breadcrumb .detail-container{display:block;width:100%;overflow:visible}@media(max-width: 767px){.detail-container .breadcrumb{margin-top:30px;padding:0}}.detail-container .property-desc{color:#333;font-size:clamp(15px,14px + .25vw,17px);line-height:1.95;letter-spacing:1.5px}.detail-container .property-desc span{font-weight:600}.detail-container .property-desc.note{color:#ea5a5a}.detail-container .tag-box{display:flex;flex-wrap:wrap;gap:10px}.detail-container .tag-box .tag{padding:7px 15px;color:#ea5a5a;background-color:rgba(0,0,0,0);border:1px solid #ea5a5a;border-radius:0;font-size:clamp(13px,12px + .2vw,15px);font-weight:500;letter-spacing:2px}.detail-container .property-info-grid,.detail-container .txt-detail>ul{display:flex;flex-direction:column;gap:15px;margin:10px 0;padding:clamp(22px,3vw,34px);color:#222;background-color:#fff;border:1px solid rgba(34,34,34,.12);border-radius:2px;box-shadow:none;font-weight:600;font-size:clamp(15px,14px + .25vw,17px);line-height:1.95;letter-spacing:1.5px}@media(max-width: 767px){.detail-container .property-info-grid,.detail-container .txt-detail>ul{padding:20px}}.detail-container .txt-detail>ul.no-dot>li{padding-left:0}.detail-container .txt-detail>ul li{position:relative;color:#222;font-weight:400;list-style:none;font-size:clamp(15px,14px + .25vw,17px);line-height:1.95;letter-spacing:1.5px}.detail-container .txt-detail>ul li.red{color:#ea5a5a}.detail-container .txt-detail>ul li ul{display:flex;flex-direction:column;gap:12px;margin:0;padding:15px 0 0 24px;color:#333;background-color:rgba(0,0,0,0);border:0}@media(max-width: 767px){.detail-container .txt-detail>ul li ul{padding:12px 0 0 16px}}.detail-container .property-info-grid{margin:0;padding:20px}.detail-container .info-item,.detail-container .transport-list{color:#222;font-size:clamp(15px,14px + .25vw,17px);line-height:1.95;letter-spacing:1.5px}.detail-container .transport-list{margin:10px 0;padding:0;list-style:none}.detail-container .property-map-section .txt-detail{width:100%}.detail-container .map-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width: 767px){.detail-container .map-heading{align-items:stretch;flex-direction:column;gap:16px}}.detail-container .map-address-row{display:flex;align-items:center;gap:14px;min-width:0}.detail-container .map-pin-icon{display:grid;flex:0 0 42px;place-items:center;width:42px;height:42px;color:#ea5a5a;background-color:rgba(234,90,90,.1);border-radius:50%}.detail-container .map-pin-icon svg{width:20px;height:20px;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}@media(max-width: 767px){.detail-container .map-pin-icon{flex-basis:38px;width:38px;height:38px}}.detail-container .map-address{margin:0;color:#222;font-weight:500;overflow-wrap:anywhere}.detail-container .map-container{position:relative;width:100%;background-color:rgba(34,34,34,.035);border:1px solid rgba(34,34,34,.1);border-radius:4px;box-shadow:0 20px 48px rgba(34,34,34,.12);overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}.detail-container .map-container:hover,.detail-container .map-container:focus-within{border-color:rgba(34,34,34,.18);box-shadow:0 24px 54px rgba(34,34,34,.14)}.detail-container .map-container iframe{display:block;width:100%;height:480px;border:0}@media(max-width: 767px){.detail-container .map-container iframe{height:320px}}#render-room-types{display:grid;gap:1px;background-color:rgba(34,34,34,.16)}.room-type-cinematic{display:flex;gap:100px;width:100%;background-color:#222;border-left:3px solid #eec354;overflow:hidden}.room-type-cinematic .info-col{position:relative;z-index:2;display:flex;flex-shrink:0;align-items:center;padding-left:calc((100% - 1200px)/2);background-color:#222}@media(max-width: 1439px){.room-type-cinematic .info-col{padding-left:calc((100% - 1160px)/2)}}.room-type-cinematic .info-col .info-content{display:grid;gap:30px}.room-type-cinematic .info-col .info-content .section-title{color:#fff;white-space:nowrap}.room-type-cinematic .info-col .info-content .info-txt{color:#fff}.room-type-cinematic .info-col .info-content .info-txt .desc,.room-type-cinematic .info-col .info-content .info-txt ul,.room-type-cinematic .info-col .info-content .info-txt li{color:#fff;font-size:clamp(15px,14px + .25vw,17px);line-height:1.95;letter-spacing:1.5px}.room-type-cinematic .info-col .info-content .info-txt .button{color:#fff;background-color:#ea5a5a;border-color:#ea5a5a;box-shadow:none;transition:none}.room-type-cinematic .info-col .info-content .info-txt .button::after{transition:none}.room-type-cinematic .info-col .info-content .info-txt .button:hover{color:#fff;background-color:#ea5a5a;border-color:#ea5a5a;transform:none}.room-type-cinematic .info-col .info-content .info-txt .button:hover::after{transform:none}.room-type-cinematic .slider-wrapper{position:relative;display:flex;flex:1;align-items:center;min-width:0;padding:40px 0;overflow:hidden}.room-type-cinematic .slider-wrapper .gallery-col{-ms-overflow-style:none;scrollbar-width:none}.room-type-cinematic .slider-wrapper .gallery-col::-webkit-scrollbar{display:none}.room-type-cinematic .slider-wrapper .gallery-col{display:flex;gap:15px;width:100%;padding-right:60px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory}.room-type-cinematic .slider-wrapper .gallery-col .photo-item{flex:0 0 600px;height:450px;border-radius:1px;box-shadow:none;overflow:hidden;scroll-snap-align:start}.room-type-cinematic .slider-wrapper .gallery-col .photo-item img{width:100%;height:100%;object-fit:cover}.room-type-cinematic .slider-wrapper .slider-controls{position:absolute;right:40px;bottom:60px;z-index:10;display:flex;gap:12px}.room-type-cinematic .slide-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;color:#222;background-color:hsla(0,0%,100%,.8);border:1px solid rgba(34,34,34,.1);border-radius:50%;box-shadow:0 4px 15px rgba(34,34,34,.08);backdrop-filter:blur(12px);cursor:pointer;transition:color .3s ease,background-color .3s ease}.room-type-cinematic .slide-btn svg{width:24px;height:24px;stroke-width:1.5}.room-type-cinematic .slide-btn:hover{color:#fff;background-color:#222}.room-type-cinematic.reverse{flex-direction:row-reverse}.room-type-cinematic.reverse .info-col{padding-right:calc((100% - 1200px)/2);padding-left:0}@media(max-width: 1439px){.room-type-cinematic.reverse .info-col{padding-right:calc((100% - 1160px)/2)}}.room-type-cinematic.reverse .gallery-col{direction:rtl;padding-right:0;padding-left:60px}.room-type-cinematic.reverse .gallery-col .photo-item{direction:ltr}.room-type-cinematic.reverse .slider-controls{right:auto;left:40px}@media(max-width: 767px){.room-type-cinematic{flex-direction:column;gap:50px}.room-type-cinematic .info-col.txt-detail{order:2;align-items:flex-start;justify-content:flex-start;width:calc(100% - 50px);margin:0 auto;padding:0 0 100px;text-align:left}.room-type-cinematic .slider-wrapper{order:1;padding:0}.room-type-cinematic .slider-wrapper .gallery-col{gap:10px;padding-right:20px}.room-type-cinematic .slider-wrapper .gallery-col .photo-item{flex:0 0 85vw;height:300px}.room-type-cinematic .slider-wrapper .slider-controls{right:20px;bottom:20px}.room-type-cinematic.reverse{flex-direction:column}.room-type-cinematic.reverse .info-col{padding-right:0;padding-left:0}.room-type-cinematic.reverse .slider-wrapper .gallery-col{direction:ltr;padding-right:0;padding-left:0}.room-type-cinematic.reverse .slider-wrapper .slider-controls{right:auto;bottom:20px;left:20px}}.video-gallery-bleed{position:relative;display:flex;flex-direction:column;gap:40px;width:100vw;max-width:100vw;margin:40px 0 80px 50%;padding:72px 0 52px;background-color:#222;transform:translateX(-50%)}.video-gallery-bleed .video-info{display:flex;align-items:center;justify-content:space-between;width:1200px;margin:0 auto}.video-gallery-bleed .video-info .section-title{margin-bottom:0;color:#fff}@media(max-width: 1439px){.video-gallery-bleed .video-info{width:calc(100% - 100px)}}@media(max-width: 767px){.video-gallery-bleed .video-info{align-items:flex-start;flex-direction:column;gap:15px;width:calc(100% - 50px)}}.video-gallery-bleed .video-scroll-grid{display:flex;gap:30px;padding-right:0;padding-bottom:20px;padding-left:max(0px,(100vw - 1200px)/2);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.video-gallery-bleed .video-scroll-grid::-webkit-scrollbar{height:6px}.video-gallery-bleed .video-scroll-grid::-webkit-scrollbar-track{background:hsla(0,0%,100%,.08)}.video-gallery-bleed .video-scroll-grid::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.22)}@media(max-width: 1439px){.video-gallery-bleed .video-scroll-grid{padding-left:40px}}@media(max-width: 767px){.video-gallery-bleed .video-scroll-grid{gap:15px;padding-right:calc(50vw - 130px);padding-left:calc(50vw - 130px)}}.video-gallery-bleed .video-wrapper{position:relative;flex:0 0 320px;aspect-ratio:9/16;background-color:#222;border-radius:3px;box-shadow:0 20px 46px rgba(34,34,34,.34);overflow:hidden;scroll-snap-align:start}.video-gallery-bleed .video-wrapper iframe{position:absolute;inset:0;width:100%;height:100%;border:0}@media(max-width: 767px){.video-gallery-bleed .video-wrapper{flex-basis:260px;scroll-snap-align:center}}@media(max-width: 767px){.video-gallery-bleed{gap:20px;margin-top:20px;margin-bottom:40px;padding:50px 0 36px}}.surroundings-slider{position:relative}.surroundings-slider .gallery-col{-ms-overflow-style:none;scrollbar-width:none}.surroundings-slider .gallery-col::-webkit-scrollbar{display:none}.surroundings-slider .gallery-col{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth}.surroundings-slider .photo-item{flex:0 0 40%}.surroundings-slider .photo-item img{width:100%;height:320px;object-fit:cover;border-radius:4px}@media(max-width: 767px){.surroundings-slider .photo-item{flex-basis:85%}}.surroundings-slider .slider-controls{position:absolute;right:15px;bottom:15px;display:flex;gap:12px}.surroundings-slider .slide-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;color:#222;background-color:hsla(0,0%,100%,.8);border:1px solid rgba(34,34,34,.1);border-radius:50%;box-shadow:0 4px 10px rgba(34,34,34,.1);backdrop-filter:blur(12px);cursor:pointer;transition:color .3s ease,background-color .3s ease}.surroundings-slider .slide-btn svg{width:24px;height:24px}.surroundings-slider .slide-btn:hover{color:#fff;background-color:#222}@media(prefers-reduced-motion: reduce){html{scroll-behavior:auto}.hero-section::before,.hero-content,.content-wrapper,.room-card{animation:none}.button,.room-card,.room-card img,.gallery-item img,.property-booking-btn,.map-container,.slide-btn{transition:none}}
