/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */*{box-sizing:border-box}:after,:before{box-sizing:inherit}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}address,blockquote,dl,figure,form,iframe,p,pre,table{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin:0}ol,ul{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border:0;border-top:1px solid;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}embed,iframe,object{border:0;vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;border:0;background:transparent;padding:0;margin:0;outline:0;border-radius:0;text-align:inherit}[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}[type=radio]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=button][disabled],[type=reset][disabled],[type=submit][disabled],button[disabled]{cursor:default}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}select::-ms-expand{display:none}fieldset,option{padding:0}fieldset{margin:0;border:0;min-width:0}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]{outline:none}table{border-collapse:collapse;border-spacing:0}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}[hidden],template{display:none}@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);body{font-family:Noto Sans JP,sans-serif;color:#333;line-height:120%}@media screen and (min-width:796px){body{background:#fff}}img{width:100%;vertical-align:bottom}.list__inner{max-width:980px;margin:0 auto}header.spHeader{width:100%;height:7vh;position:fixed;display:flex;justify-content:space-between;align-items:center;padding:4px 10px;background:#fff;box-shadow:0 0 4px #999;z-index:100000!important}@media screen and (min-width:796px){header.spHeader{display:none}}header.spHeader .logo{width:30%;min-width:120px;max-width:160px}header.spHeader .logo a{display:block;cursor:pointer}header.spHeader .logo img{width:100%;display:block}header.spHeader .menuBtn,header.spHeader .searchBtn{width:10%;min-width:32px;max-width:36px;padding:4px 0}header.spHeader .menuBtn img,header.spHeader .searchBtn img{width:100%}header.spHeader .headerSearch{display:flex;flex-direction:column;justify-content:center;width:100%;height:0;padding:24px 16px;background:#fff;position:fixed;top:6.9vh;left:0;z-index:100;box-shadow:0 2px 4px -2px #999;opacity:0;visibility:hidden}header.spHeader .headerSearch.is-open{height:130px;opacity:1;visibility:visible;transition:transform .3s ease-out,opacity .3s ease-out,visibility .3s ease-out 0,height .3s ease-out}header.spHeader .headerSearch__form{display:flex;justify-content:space-between;width:100%;height:40px;border-radius:8px;box-shadow:inset 3px 3px 6px rgba(0,0,0,.3);background:#fff;overflow:hidden}header.spHeader .headerSearch__form input{display:block;width:100%;height:40px;padding:8px 16px}header.spHeader .headerSearch__form button{display:block;width:30%;height:40px;text-align:center;color:#efefef;background:#111}header.spHeader .headerSearch__cancel{width:30%;height:48px;line-height:48px;text-align:center;font-size:.8rem}header.spHeader .headerMenu{width:100%;height:100dvh;background:rgba(0,0,0,.6);position:fixed;top:0;left:0;z-index:99999!important;box-shadow:0 0 4px #999}header.spHeader .headerMenu__inner{position:relative!important;transform:translateX(-100%);width:98%;height:100dvh;overflow-y:auto;background:#fff;z-index:100000!important;transition:transform .3s ease-out,opacity .3s ease-out,visibility .3s ease-out .3s;opacity:0;visibility:hidden}header.spHeader .headerMenu__inner.is-open{transform:translateX(0);opacity:1;visibility:visible;transition:transform .3s ease-out,opacity .3s ease-out,visibility .3s ease-out 0s}header.spHeader .headerMenu__inner .memberMenu{width:80%;margin:0 16px;display:flex;justify-content:space-between;padding-top:20px}header.spHeader .headerMenu__inner .memberMenu .login{width:48%;height:48px;border-radius:8px;border:2px solid #d96d3f;box-sizing:border-box;line-height:44px;color:#D96D3F;text-align:center}header.spHeader .headerMenu__inner .memberMenu .signup{width:48%;height:48px;border-radius:8px;line-height:48px;background:#D96D3F;color:#fff;text-align:center}header.spHeader .headerMenu__inner .contentsMenu{width:90%;margin:32px auto}header.spHeader .headerMenu__inner .contentsMenu .contsentList{list-style-type:none;font-size:1.2rem;padding:0;margin:0}header.spHeader .headerMenu__inner .contentsMenu .contsentList li{border-bottom:1px solid #efefef}header.spHeader .headerMenu__inner .contentsMenu .contsentList li a,header.spHeader .headerMenu__inner .contentsMenu .contsentList li span{display:block;padding:20px 0;color:#333;text-decoration:none;font-weight:700;cursor:pointer}header.spHeader .headerMenu__inner .menuClose{position:absolute;top:8px;right:0;padding:8px;color:#333;font-size:40px;font-weight:700}header.pcHeader{display:none}@media screen and (min-width:796px){header.pcHeader{display:flex;width:100%;background:#f0f0f0;justify-content:space-between;align-items:center;padding:20px}}header.pcHeader .headerSearch{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:8px;width:33.3333333333%;height:64px;padding:12px 16px}header.pcHeader .headerSearch__form{display:flex;flex:1 1;height:40px;border-radius:8px;box-shadow:inset 3px 3px 6px rgba(0,0,0,.3);background:#fff;overflow:hidden}header.pcHeader .headerSearch__form input{display:block;width:100%;height:40px;padding:8px 16px;font-size:.8rem}header.pcHeader .headerSearch__form button{display:block;width:30%;height:40px;text-align:center;color:#efefef;background:#111;font-size:.8rem;font-weight:700}header.pcHeader .headerSearch__nearBtn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:40px;margin:0;padding:0 14px;border-radius:8px;background:#D96D3F;border:none;color:#fff;font-size:.8rem;font-weight:700;text-decoration:none;white-space:nowrap;flex-shrink:0}header.pcHeader .headerSearch__nearBtn:hover{background:#c45e32}header.pcHeader .logo{width:33.3333333333%}header.pcHeader .logo a{width:200px;margin:0 auto;display:block;text-align:center}header.pcHeader .logo a img{width:100%}header.pcHeader .headerMenu{width:33.3333333333%;color:#333;font-weight:700}main{margin-bottom:0;position:relative!important;z-index:1!important}@media screen and (min-width:796px){main{margin-bottom:0;padding-bottom:0}}main.top .fv{position:relative;width:100%;aspect-ratio:4/6;background:url(/_next/static/media/top_bg_sp.1f0a539d.png) top;background-size:cover;display:flex;align-items:center;justify-content:center;animation:bgAnime 40s}@media screen and (min-width:796px){main.top .fv{aspect-ratio:7/3;background:url(/_next/static/media/top_bg.f05d4af7.png) top}}main.top .fv:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(20,60,60,.6);z-index:1}@keyframes bgAnime{0%{background-size:120%}to{background-size:100%}}main.top .fv__menu{display:flex;position:absolute;top:16px;left:16px;list-style-type:none;font-size:1.2rem;font-weight:700;color:#efefef;z-index:2}main.top .fv__menu li{margin-right:16px}main.top .fv__menu li:hover{opacity:.8}main.top .fv__content{z-index:2}main.top .fv__content__catch{margin-bottom:30px;font-size:1.2rem;font-weight:700;text-align:center;color:#F2B53A}@media screen and (min-width:796px){main.top .fv__content__catch{margin-bottom:40px;font-size:1.6rem}}main.top .fv__content__logo{width:70%;margin:0 auto 40px}main.top .fv__content__logo img{width:100%}main.top .fv__content__search{display:flex;justify-content:space-between;width:80%;margin:0 auto;border-radius:12px;box-shadow:inset 3px 3px 6px rgba(0,0,0,.3);background:#fff;overflow:hidden}main.top .fv__content__search input{display:block;width:80%;height:48px;padding:8px 16px}main.top .fv__content__search button{display:block;width:20%;height:48px;text-align:center;color:#efefef;background:#111}main.top .fv__content__nearBtn{display:flex;align-items:center;justify-content:center;gap:8px;width:80%;margin:12px auto 0;padding:12px;border-radius:12px;background:#D96D3F;border:none;color:#fff;font-size:1rem;font-weight:700;text-decoration:none;letter-spacing:.05em;white-space:nowrap}main.top .fv__content__nearBtn:hover{background:#c45e32}main.top .about{padding:60px 24px;background:#f7f9f9}@media screen and (min-width:796px){main.top .about{padding:80px 24px}}main.top .about__inner{max-width:720px;margin:0 auto;text-align:center}main.top .about__ttl{margin-bottom:24px}main.top .about__ttl img{max-width:400px;width:80%;height:auto}main.top .about__lead{font-size:1.2rem;color:#555;margin-bottom:48px;line-height:160%}main.top .about__features{display:flex;flex-direction:column;gap:24px;margin-bottom:40px;list-style:none;padding:0}@media screen and (min-width:796px){main.top .about__features{flex-direction:row;gap:32px}}main.top .about__feature{flex:1 1;background:#fff;border-radius:16px;padding:24px 20px;box-shadow:0 2px 8px rgba(0,0,0,.06)}main.top .about__feature-icon{width:120px;height:120px;margin:0 auto 16px}main.top .about__feature-icon img{width:100%;height:100%;object-fit:contain}main.top .about__feature-ttl{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:12px}main.top .about__feature-txt{font-size:.8rem;color:#777;line-height:1.6}main.top .about__link{display:inline-block;padding:10px 28px;border-radius:8px;border:1.5px solid #8dc3c0;color:#8DC3C0;font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s}main.top .about__link:hover{background:#8DC3C0;color:#fff}main.list{padding-top:7vh;background:#efefef}@media screen and (min-width:796px){main.list{padding-top:2vh}}main.list .searches{margin:16px 8px;display:inline-block;padding:4px 8px;border-bottom:1px solid #222;font-size:1rem}main.list .searches span{font-size:1.6rem;font-weight:700;padding:0 8px;color:#D96D3F}main.list .searches .searches__filter-badge{margin-left:8px;font-size:.8rem;background:#D96D3F;color:#fff;padding:2px 8px;border-radius:4px;font-weight:700}main.list .itemList{padding:16px}@media screen and (min-width:796px){main.list .itemList{max-width:980px;margin:0 auto}}main.list .itemList .item{border-bottom:1px solid #ccc;padding-bottom:24px;margin-bottom:32px}@media screen and (min-width:796px){main.list .itemList .item{padding:24px 48px;margin-bottom:16px;background:#fff;border-radius:8px;border:none}main.list .itemList .item a{display:flex;justify-content:left;flex-direction:row-reverse}}main.list .itemList .item:last-child{border:none}main.list .itemList .item__data{margin-bottom:12px}@media screen and (min-width:796px){main.list .itemList .item__data{padding:24px 0}}main.list .itemList .item__data__head{display:flex;margin-bottom:12px}main.list .itemList .item__data__head .type{display:inline-block;padding:4px 8px;margin-right:8px;background:#8DC3C0;font-size:.8rem;color:#fff}main.list .itemList .item__data__head .address{font-size:.8rem;color:#666;padding:4px 0}main.list .itemList .item__data__name{font-size:1.2rem;font-weight:700;margin-bottom:12px}main.list .itemList .item__data__info{font-size:.8rem;color:#111}main.list .itemList .item__data__info .parking{margin-bottom:4px}main.list .itemList .item__thmb{width:100%;aspect-ratio:2/1;overflow:hidden;border-radius:8px;display:flex;justify-content:center;align-items:center}@media screen and (min-width:796px){main.list .itemList .item__thmb{max-width:320px;aspect-ratio:2/1.2;margin-right:40px}}main.list .itemList .item__thmb img{width:100%}main.list .pagenation .pageList{display:flex;justify-content:center}main.list .pagenation .pageList__item{width:40px;aspect-ratio:1/1;text-align:center;line-height:40px;margin-right:4px}main.list .pagenation .pageList__item.current{background:#8DC3C0;border-radius:50%;color:#fff}main.item{padding-top:7vh}@media screen and (min-width:796px){main.item{background:#efefef}main.item .itemData{max-width:980px;padding:24px 64px 48px;margin:0 auto 48px;background:#fff;border-radius:8px}}main.item .itemData .itemInfo{padding:24px 16px 16px}main.item .itemData .itemInfo__address{font-size:1rem;color:#666;margin-bottom:16px}@media screen and (min-width:796px){main.item .itemData .itemInfo__address{font-size:1rem;margin-bottom:24px}}main.item .itemData .itemInfo__closedBadge{display:inline-block;background:#888;color:#fff;font-size:.8rem;padding:2px 10px;border-radius:4px;margin-bottom:8px}main.item .itemData .itemInfo__name{font-size:1.6rem;font-weight:700;margin-bottom:24px}@media screen and (min-width:796px){main.item .itemData .itemInfo__name{font-size:2rem;margin-bottom:32px}}main.item .itemData .itemInfo__parking{font-size:.8rem;margin-bottom:8px}@media screen and (min-width:796px){main.item .itemData .itemInfo__parking{font-size:1rem;margin-bottom:16px}}main.item .itemData .itemInfo__fee{font-size:.8rem;margin-bottom:16px}@media screen and (min-width:796px){main.item .itemData .itemInfo__fee{font-size:1rem;margin-bottom:24px}}main.item .itemData .itemInfo .icon,main.item .itemData .itemInfo .icon--f,main.item .itemData .itemInfo .icon--p{display:inline-block;width:24px;height:24px;margin-top:-2px;margin-right:12px;vertical-align:text-top}main.item .itemData .itemInfo .icon--p{background:url(/_next/static/media/icon_p_item.a42bcca0.png) no-repeat;background-size:cover}main.item .itemData .itemInfo .icon--f{background:url(/_next/static/media/icon_f_item.38156c92.png) no-repeat;background-size:cover}main.item .itemData .itemInfo__thmb{width:100%;border-radius:8px;aspect-ratio:16/9;margin-bottom:24px;overflow:hidden;display:flex;justify-content:center;align-items:center}@media screen and (min-width:796px){main.item .itemData .itemInfo__thmb{aspect-ratio:2/1}}main.item .itemData .itemInfo__thmb img{width:100%}main.item .itemData .checkinAction{padding:0 24px 32px;margin-bottom:24px}main.item .itemData .checkinAction__btn{width:100%;display:inline-flex;align-items:center;justify-content:center;background-color:#D96D3F;color:#fff;font-size:1rem;font-weight:700;padding:16px 40px;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease}@media screen and (min-width:796px){main.item .itemData .checkinAction__btn{width:auto;font-size:1.2rem}}main.item .itemData .checkinAction__btn:hover{background-color:rgb(212.452173913,92.947826087,42.047826087);transform:translateY(-2px)}main.item .itemData .checkinAction__btn:active{transform:translateY(0);box-shadow:0 2px 4px rgba(217,109,63,.3)}main.item .itemData .checkinAction__icon{width:32px;height:32px;margin-right:12px;filter:brightness(0) invert(1)}main.item .itemData .spotMenu{padding:0 24px 16px;margin-bottom:48px;position:relative;z-index:1!important}main.item .itemData .spotMenu__list{display:flex;position:relative}main.item .itemData .spotMenu__item{margin-right:24px}main.item .itemData .spotMenu__btn{font-size:1.2rem;font-weight:700;color:#999;transition:color .3s ease}main.item .itemData .spotMenu__btn.is-active{color:#111}main.item .itemData .spotMenu__indicator{position:absolute;bottom:-17px;height:3px;background-color:#8DC3C0;transition:all .3s ease;border-radius:3px}main.item .itemData .itemDetail{padding:0 24px}main.item .itemData .itemDetail__ttl{margin-bottom:16px;line-height:160%;font-size:1.2rem;font-weight:700;color:#D96D3F}main.item .itemData .itemDetail__description{margin-bottom:32px;font-size:.8rem;white-space:pre-wrap;line-height:180%}@media screen and (min-width:796px){main.item .itemData .itemDetail__description{font-size:1rem}}main.item .itemData .itemDetail__table{margin-bottom:32px;font-size:.8rem}@media screen and (min-width:796px){main.item .itemData .itemDetail__table{font-size:1rem}}main.item .itemData .itemDetail__table tr{border-bottom:1px solid #efefef;display:flex}main.item .itemData .itemDetail__table tr:last-child{border-bottom:none}main.item .itemData .itemDetail__table tr td,main.item .itemData .itemDetail__table tr th{padding:24px 8px;display:flex;align-items:center;flex-wrap:nowrap}main.item .itemData .itemDetail__table tr th{width:30%;font-weight:700;color:#333}main.item .itemData .itemDetail__table tr th .spotIcon{max-width:24px;margin-right:10px}@media screen and (min-width:796px){main.item .itemData .itemDetail__table tr th .spotIcon{max-width:32px;margin-right:48px}}main.item .itemData .itemDetail__table tr td{line-height:160%}main.item .itemData .itemDetail__table tr td:nth-child(2){width:16%}main.item .itemData .itemDetail__table tr td:nth-child(3){width:54%}main.item .itemData .itemDetail__flag{width:32px;height:32px;padding:4px;background:#efefef}main.item .itemData .checkinLogArea{padding:0 24px}@media screen and (min-width:796px){main.item .itemData .checkinLogArea{padding:0}}main.item .itemData .checkinLogArea__name{margin-bottom:8px;color:#111;font-size:1.2rem;font-weight:700}main.item .nearOnsen{padding:0 24px;margin-bottom:32px}@media screen and (min-width:796px){main.item .nearOnsen{max-width:980px;padding:48px 64px;margin:0 auto 48px;background:#fff;border-radius:8px}}main.item .nearOnsen__ttl{height:40px;line-height:40px;padding-left:54px;margin-bottom:24px;background:url(/img/icon_onsen.png) 0 100% no-repeat;background-size:40px;font-size:1.2rem;font-weight:700;color:#D96D3F}main.item .nearOnsen__item{border-bottom:1px solid #eee}main.item .nearOnsen__item:last-child{border-bottom:none}main.item .nearOnsen__mapLink{display:flex;align-items:center;gap:12px;padding:14px 12px;text-decoration:none;border-radius:8px;transition:background .2s}main.item .nearOnsen__mapLink:active,main.item .nearOnsen__mapLink:hover{background:#eef7f6}main.item .nearOnsen__pinArea{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:48px;gap:4px}main.item .nearOnsen__pinIcon{width:28px;height:28px;object-fit:contain}main.item .nearOnsen__distance{color:#8DC3C0;font-size:11px;font-weight:700;white-space:nowrap}main.item .nearOnsen__info{flex:1 1;min-width:0}main.item .nearOnsen__name{margin-bottom:2px;color:#111;font-size:1rem;font-weight:700}main.item .nearOnsen__address{margin-bottom:4px;color:#888;font-size:.8rem}main.item .nearOnsen__hours,main.item .nearOnsen__price{color:#888;font-size:.8rem}main.item .nearOnsen__arrow{color:#ccc;font-size:22px;line-height:1;flex-shrink:0}main.item .nearSpots{padding:0 24px}@media screen and (min-width:796px){main.item .nearSpots{max-width:980px;padding:48px 64px;margin:0 auto;background:#fff;border-radius:8px}}main.item .nearSpots__ttl{height:40px;line-height:40px;padding-left:54px;margin-bottom:24px;background:url(/img/icon_mappin.png) 0 100% no-repeat;background-size:40px;font-size:1.2rem;font-weight:700;color:#D96D3F}main.item .nearSpots__item{padding:16px 0;border-bottom:1px solid #ccc}main.item .nearSpots__item:last-child{border-bottom:none}main.item .nearSpots__item a{display:flex;justify-content:space-between}main.item .nearSpots__thumb{width:30%;height:80px;border-radius:8px;overflow:hidden;display:flex;justify-content:center;align-items:center;background:#efefef}@media screen and (min-width:796px){main.item .nearSpots__thumb{width:200px;height:120px}}main.item .nearSpots__thumb img{width:auto;height:150%}main.item .nearSpots__details{width:64%}@media screen and (min-width:796px){main.item .nearSpots__details{width:600px;padding:16px 0}}main.item .nearSpots__distance{margin-bottom:8px;color:#8DC3C0;font-size:1rem;font-weight:700}main.item .nearSpots__address{margin-bottom:4px;color:#111;font-size:.8rem}main.item .nearSpots__name{margin-bottom:8px;color:#111;font-size:1rem;font-weight:700}main.info{padding-top:9vh;color:#555}main.info strong{color:#D96D3F}@media screen and (min-width:796px){main.info{max-width:980px;margin:0 auto;padding-top:48px;font-size:1.2rem;line-height:200%}}main.info .info__top{margin-bottom:24px;padding:0 12px}@media screen and (min-width:796px){main.info .info__top{max-width:780px;margin:0 auto 48px}}main.info .info__top h1{max-width:640px;margin:0 auto 16px;font-weight:700;text-align:center}main.info .info__top h1 span{font-size:1rem;color:#d96d3f}@media screen and (min-width:796px){main.info .info__top h1 span{font-size:1.6rem}}main.info .info__top h1 img{width:100%}@media screen and (min-width:796px){main.info .info__top h1 img{max-width:800px;margin-bottom:16px}}main.info .info__role{margin-bottom:32px;padding:0 12px;line-height:160%}@media screen and (min-width:796px){main.info .info__role{max-width:780px;margin:0 auto 64px}}main.info .info__role h2{margin-bottom:32px;font-size:1.6rem;font-weight:700;text-align:center;color:#8DC3C0}@media screen and (min-width:796px){main.info .info__role h2{font-size:2rem;margin-bottom:48px}}main.info .info__role h3{margin-bottom:8px;font-size:1.2rem;font-weight:700;text-align:center;color:#333}@media screen and (min-width:796px){main.info .info__role h3{font-size:1.2rem;margin-bottom:24px}}main.info .info__role p{margin-bottom:24px}@media screen and (min-width:796px){main.info .info__role p{font-size:1.2rem;margin-bottom:48px}}main.info .info__merit{margin-bottom:32px;padding:0 12px;line-height:160%}@media screen and (min-width:796px){main.info .info__merit{max-width:780px;margin:0 auto 64px}}main.info .info__merit h2{margin-bottom:32px;font-size:1.6rem;font-weight:700;text-align:center;color:#8DC3C0}@media screen and (min-width:796px){main.info .info__merit h2{font-size:2rem;margin-bottom:48px}}main.info .info__merit p{margin-bottom:24px}@media screen and (min-width:796px){main.info .info__merit p{margin-bottom:32px}main.info .info__merit .meritList{display:flex;justify-content:space-between;padding:16px 0}}main.info .info__merit .meritList__item{display:flex;justify-content:space-between;align-items:center}@media screen and (min-width:796px){main.info .info__merit .meritList__item{width:29.3333333333%;display:block}}main.info .info__merit .meritList__item__icon{width:20%}@media screen and (min-width:796px){main.info .info__merit .meritList__item__icon{width:100%;max-width:120px;margin:0 auto 32px}}main.info .info__merit .meritList__item__txt{width:60%}@media screen and (min-width:796px){main.info .info__merit .meritList__item__txt{width:100%}}main.info .info__merit .meritList__item__txt h3{margin-bottom:8px;font-weight:700}@media screen and (min-width:796px){main.info .info__merit .meritList__item__txt h3{text-align:center;margin-bottom:16px}}main.info .info__merit .meritList__item__txt p{font-size:.8rem}@media screen and (min-width:796px){main.info .info__merit .meritList__item__txt p{font-size:1rem}}main.info .info__cta{margin-bottom:32px;padding:0 12px;line-height:160%}main.info .info__cta p{font-size:1rem;font-weight:700;color:#8DC3C0;margin-bottom:24px}@media screen and (min-width:796px){main.info .info__cta p{font-size:2rem;text-align:center;line-height:180%;max-width:780px;margin:0 auto 48px}}footer{background:#efefef;padding:90px 0 30px}@media screen and (min-width:796px){footer{padding:64px 0 0}}footer .areaSelect{margin-bottom:48px}@media screen and (min-width:796px){footer .areaSelect{max-width:980px;margin:0 auto 64px}}footer .areaSelect__ttl{width:340px;margin:0 auto 64px}footer .areaSelect__ttl img{width:100%}@media screen and (min-width:796px){footer .areaSelect__ttl{margin-bottom:54px}}footer .areaSelect__block{width:90%;margin:0 auto}footer .areaSelect__block .areaTtl{margin-bottom:16px;font-size:1rem;font-weight:700}@media screen and (min-width:796px){footer .areaSelect__block .areaTtl{margin-bottom:16px}}footer .areaSelect__block .areaList{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:24px}@media screen and (min-width:796px){footer .areaSelect__block .areaList{display:block}}footer .areaSelect__block .areaList:after,footer .areaSelect__block .areaList:before{content:"";display:block;width:32.3333333333%;height:0}footer .areaSelect__block .areaList:before{order:99999}footer .areaSelect__block .areaList__item{width:32.3333333333%;margin-bottom:8px;font-size:1rem}@media screen and (min-width:796px){footer .areaSelect__block .areaList__item{display:inline-block;width:auto;margin-bottom:16px;margin-right:20px}}footer .areaSelect__block .areaList__item a{text-decoration:underline}footer .footerLogo{padding:0 40px 40px}footer .footerLogo img{width:100%}@media screen and (min-width:796px){footer .footerLogo{max-width:320px;margin:0 auto;padding:8px 0 32px}}.pcHeader .headerMenu ul{display:flex;align-items:center;gap:24px}.pcHeader .headerMenu .pcLoginBtn,.pcHeader .headerMenu .pcLoginBtn--secondary{background:none;border:none;color:#333;font-weight:700;font-size:16px;cursor:pointer;transition:color .3s}.pcHeader .headerMenu .pcLoginBtn--secondary:hover,.pcHeader .headerMenu .pcLoginBtn:hover{color:#D96D3F}@keyframes ob-fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes ob-pop{0%{opacity:0;transform:scale(.88)}60%{opacity:1;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}.onboarding{position:fixed;inset:0;background:rgba(0,0,0,.55);justify-content:center;z-index:1000;padding:24px}.onboarding,.onboarding__card{display:flex;align-items:center}.onboarding__card{position:relative;background:#fff;border-radius:20px;width:100%;max-width:320px;height:560px;box-shadow:0 8px 32px rgba(0,0,0,.18);overflow:hidden;flex-direction:column;padding-bottom:28px}.onboarding__close{position:absolute;top:12px;right:16px;font-size:1.4rem;color:#bbb;background:none;border:none;cursor:pointer;z-index:1;line-height:1}.onboarding__close:hover{color:#888}.onboarding__img{width:calc(100% - 40px);height:180px;margin:12px 20px 16px;display:flex;align-items:center;justify-content:center;overflow:hidden;animation:ob-pop .4s cubic-bezier(.34,1.56,.64,1) both;animation-delay:.05s}.onboarding__img img{width:100%;height:100%;object-fit:contain;display:block}.onboarding__ttl-wrap{min-height:4.48rem;display:flex;align-items:center;justify-content:center;width:100%;margin:36px 0 8px;padding:0 24px;box-sizing:border-box;animation:ob-fade-up .35s ease both}.onboarding__ttl{font-size:1.6rem;font-weight:700;color:#8DC3C0;line-height:1.4;text-align:center}.onboarding__ttl span{color:#8DC3C0}.onboarding__desc{font-size:.9rem;color:#555;line-height:1.7;text-align:left;margin:12px 0 0;width:100%;box-sizing:border-box;padding:0 24px;flex:1 1;overflow:hidden;animation:ob-fade-up .35s ease both;animation-delay:.12s}.onboarding__dots{display:flex;gap:8px;margin:14px 0 18px}.onboarding__dot{width:10px;height:10px;border-radius:50%;background:#d0d0d0;border:none;padding:0;cursor:pointer;transition:background .2s}.onboarding__dot.is-active{background:#8DC3C0}.onboarding__next{display:block;background:none;border:none;color:#aaa;font-size:.95rem;cursor:pointer;padding:8px 16px;transition:color .2s,transform .2s}.onboarding__next:hover{color:#777;transform:translateX(3px)}.onboarding__next.is-last{color:#D96D3F;font-weight:700;font-size:1rem}.onboarding__next.is-last:hover{color:#c45e32;transform:translateX(3px)}.onboarding__bottom{height:80px;display:flex;align-items:center;justify-content:center;width:100%;flex-shrink:0}.onboarding__actions{display:flex;flex-direction:column;align-items:center;gap:10px;width:calc(100% - 48px)}.onboarding__reg{width:100%;padding:13px;border-radius:12px;background:#333;color:#fff;font-size:.95rem;font-weight:700;border:none;cursor:pointer;text-align:center;transition:background .2s,transform .2s,box-shadow .2s}.onboarding__reg:hover{background:#111;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.onboarding__reg:active{transform:translateY(0);box-shadow:none}.onboarding__skip{background:none;border:none;color:#aaa;font-size:.85rem;cursor:pointer;padding:4px 8px;text-align:center;transition:color .2s,transform .2s}.onboarding__skip:hover{color:#777;transform:translateY(-1px)}.amenity{padding:16px 24px 32px}.amenity__ttl{margin-bottom:24px;line-height:160%;font-size:1.2rem;font-weight:700;color:#D96D3F}.amenity__body{gap:10px;margin-bottom:20px}.amenity__body,.amenity__cat{display:flex;flex-direction:column}.amenity__cat{gap:6px;margin-bottom:4px}@media screen and (min-width:796px){.amenity__cat{flex-direction:row;flex-wrap:wrap;align-items:center}}.amenity__cat-label{font-size:11px;color:#333;font-weight:700;white-space:nowrap}@media screen and (min-width:796px){.amenity__cat-label{margin-right:8px}}.amenity__tags{display:flex;flex-wrap:wrap;gap:6px}.amenity__tag{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:8px;font-size:11px;border:1px solid #ddd;background:#f9f9f9;color:#888;cursor:default;transition:all .2s;white-space:nowrap}.amenity__tag:not(.amenity__tag--readonly){cursor:pointer}.amenity__tag:not(.amenity__tag--readonly):hover{border-color:#8DC3C0;color:#8DC3C0}.amenity__tag--checked{border-color:#8DC3C0;background:#8DC3C0;color:#fff;font-weight:700}.amenity__tag:disabled{opacity:.6}.amenity__tag-check{font-size:11px;font-style:normal;line-height:1}.amenity__hint{margin-top:8px;font-size:11px;color:#bbb}.amenityFilter{margin-bottom:16px}.amenityFilter__toggle{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;background:#fff;border:1px solid #ddd;border-radius:8px;font-size:1rem;font-weight:700;color:#333;cursor:pointer;text-align:left}.amenityFilter__toggle span:first-child{flex:1 1}.amenityFilter__count{background:#D96D3F;color:#fff;font-size:11px;padding:1px 7px;border-radius:10px}.amenityFilter__arrow{font-size:12px;color:#999}.amenityFilter__panel{max-height:0;overflow:hidden;transition:max-height .4s ease,opacity .3s ease;opacity:0}.amenityFilter__panel--open{max-height:1200px;padding:24px 16px;opacity:1}.amenityFilter__cat{padding:16px 0 8px}.amenityFilter__cat-label{font-size:.8rem;font-weight:700;color:#8DC3C0;margin-bottom:16px}.amenityFilter__items{display:flex;flex-wrap:wrap;gap:8px}.amenityFilter__item{display:flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #ddd;border-radius:8px;font-size:.8rem;cursor:pointer;background:#fff;color:#555;transition:all .2s}.amenityFilter__item input[type=checkbox]{display:none}.amenityFilter__item--active{background:#8DC3C0;border-color:#8DC3C0;color:#fff;font-weight:700}.amenityFilter__item:hover:not(.amenityFilter__item--active){border-color:#8DC3C0;color:#8DC3C0}.amenityFilter__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:32px;padding:16px 0 8px}.amenityFilter__clear{border:1px solid #ddd;border-radius:8px;background:#fff;color:#999}.amenityFilter__apply,.amenityFilter__clear{padding:10px 20px;font-size:1rem;cursor:pointer}.amenityFilter__apply{border:none;border-radius:8px;background:#D96D3F;font-weight:700;color:#fff;transition:background .2s}.amenityFilter__apply:hover{background:#c45e30}.loginModal{background:#fff;width:90%;max-width:400px;padding:32px 24px;border-radius:12px;position:relative;box-shadow:0 10px 25px rgba(0,0,0,.2)}.loginModal__close{position:absolute;top:16px;right:16px;font-size:24px;background:none;border:none;cursor:pointer;color:#999}.loginModal__close:hover{color:#333}.loginModal__context{margin-bottom:16px;font-size:1rem;font-weight:700;color:#D96D3F;text-align:center}.loginModal__title{font-size:20px;font-weight:700;text-align:center;margin-bottom:24px;color:#333}.loginModal__form{margin-bottom:0}.loginModal__field{margin-bottom:16px}.loginModal__field label{display:block;margin-bottom:8px;font-size:12px;color:#555;font-weight:700}.loginModal__field input{width:100%;padding:12px;border:1px solid #ccc;border-radius:8px;font-size:14px}.loginModal__btn{width:100%;padding:14px;background:#D96D3F;text-align:center;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;margin-top:8px;transition:background .3s}.loginModal__btn:hover{background:rgb(212.452173913,92.947826087,42.047826087)}.loginModal__msg{margin-top:12px;text-align:center;color:#D96D3F;font-size:12px}.loginModal__xAuth{margin-top:24px;text-align:center}.loginModal__xAuth p{font-size:12px;color:#999;margin-bottom:12px;position:relative;display:flex;align-items:center;justify-content:center}.loginModal__xAuth p:after,.loginModal__xAuth p:before{content:"";flex:1 1;height:1px;background:#eee;margin:0 10px}.loginModal__xBtn{display:flex;align-items:center;justify-content:center;width:100%;padding:14px;background:#000;color:#fff;border-radius:8px;font-size:14px;font-weight:700;text-decoration:none;transition:background .3s}.loginModal__xBtn:hover{background:#333}.loginModal__emailBtn{display:flex;align-items:center;justify-content:center;width:100%;padding:14px;background:#fff;color:#333;border:2px solid #ccc;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:border-color .3s,color .3s}.loginModal__emailBtn:hover{border-color:#8DC3C0;color:#8DC3C0}.loginModal__emailForm{max-height:0;overflow:hidden;transition:max-height .4s ease,opacity .3s ease;opacity:0}.loginModal__emailForm--open{max-height:700px;opacity:1}.loginModal__footer{margin-top:24px;text-align:center;font-size:12px;color:#666}.loginModal__footer a{color:#D96D3F;text-decoration:underline}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top-color:#d96d3f;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-text{font-size:1rem;font-weight:700;color:#333;letter-spacing:.05em}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-pulse{width:80px;margin-bottom:20px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{transform:scale(.95);opacity:.7}50%{transform:scale(1.05);opacity:1}to{transform:scale(.95);opacity:.7}}.mypage-page{padding-top:40px;padding-bottom:80px}.mypage-page .itemData{position:relative!important;z-index:1!important;background:#fff;padding:24px 16px;border-radius:8px;margin-bottom:24px}@media screen and (min-width:796px){.mypage-page .itemData{padding:40px 64px;margin-bottom:48px}}.mypage-bio,.mypage-history{margin-top:32px}.mypage-header{display:flex;align-items:center;margin-bottom:40px;gap:24px;flex-wrap:wrap}.mypage-header .mypage-edit__btn{margin-left:auto;align-self:flex-start}.mypage-icon{width:100px;height:100px;border-radius:50%;overflow:hidden;background:#efefef;box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center}.mypage-icon img{width:100%;height:100%;object-fit:cover}.mypage-icon span{font-size:40px}.mypage-icon__fallback{width:60px;height:60px;background-color:#8dc3c0;mask-image:url(/svg/profile.svg);mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-image:url(/svg/profile.svg);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.mypage-titles{flex:1 1;min-width:0}.mypage-titles h2{font-size:2rem;font-weight:700;margin-bottom:0}.mypage-checkins{margin-top:16px}.mypage-checkin-item{padding:16px 0;border-bottom:1px solid #efefef;display:flex;justify-content:space-between;align-items:flex-start}.mypage-checkin-item__content .title{font-weight:700;font-size:1rem;margin-bottom:4px}.mypage-checkin-item__content .title a{color:#333;text-decoration:none}.mypage-checkin-item__content .title a:hover{text-decoration:underline}.mypage-checkin-item__content .date{font-size:.8rem;color:#888}.mypage-checkin-item__content .body{font-size:.9rem;margin-top:8px;color:#555}.mypage-checkin-item__right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.mypage-checkin-item__status{font-size:.8rem;color:#2bc998;font-weight:700}.mypage-checkin-item__delete{background:none;border:1px solid #ccc;border-radius:4px;color:#999;font-size:.75rem;padding:2px 8px;cursor:pointer;transition:color .2s,border-color .2s}.mypage-checkin-item__delete:hover:not(:disabled){color:#D96D3F;border-color:#D96D3F}.mypage-checkin-item__delete:disabled{opacity:.5;cursor:not-allowed}.mypage-edit__actions{margin-top:20px;display:flex;gap:8px;align-items:center}.mypage-edit__btn{padding:6px 16px;border-radius:20px;border:1.5px solid #d96d3f;background:#fff;color:#D96D3F;font-size:.8rem;font-weight:700;cursor:pointer;white-space:nowrap}.mypage-edit__btn:hover{background:#fff5f0}.mypage-edit__save{padding:8px 24px;border-radius:20px;border:none;background:#D96D3F;color:#fff;font-size:.9rem;font-weight:700;cursor:pointer}.mypage-edit__save:disabled{opacity:.6;cursor:not-allowed}.mypage-edit__cancel{padding:8px 16px;border-radius:20px;border:1.5px solid #ccc;background:#fff;color:#666;font-size:.9rem;cursor:pointer}.mypage-edit__input{font-size:1.1rem;font-weight:700}.mypage-edit__input,.mypage-edit__textarea{width:100%;padding:8px 12px;border:1.5px solid #d96d3f;border-radius:8px;outline:none;box-sizing:border-box}.mypage-edit__textarea{font-size:.9rem;resize:vertical;line-height:1.6}.mypage-edit__error{width:100%;color:#e53e3e;font-size:.85rem;margin-bottom:4px}.mypage-footer{margin-top:64px;padding-top:32px;border-top:1px solid #efefef;display:flex;gap:16px}.mypage-footer .checkinAction__btn{background:#aaa;padding:12px 24px;font-size:1rem}.mypage-footer .checkinAction__btn:hover{background:#999}.mypage-error-box{padding:40px 20px;text-align:center}.mypage-error-box__msg{background:#ffebee;color:#c62828;padding:20px;border-radius:12px;margin-bottom:20px}.loading-inline{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 0}.u-fade-in{opacity:1;transition:opacity .3s ease-in-out}.u-hide{display:none!important}.u-show{display:block!important}.main-content--loading{opacity:0}.main-content--loaded{opacity:1;transition:opacity .3s ease-in-out}.mypage-back-link{margin-top:40px;text-align:center}.mypage-back-link a{color:#D96D3F;text-decoration:none;font-weight:700}.mypage-back-link a:hover{text-decoration:underline}.u-text-white{color:#fff!important}.u-no-underline{text-decoration:none!important}.u-cursor-pointer{cursor:pointer!important}.u-ml-10{margin-left:10px!important}.u-inline-block{display:inline-block!important}.u-flex-center{display:flex!important;align-items:center!important;justify-content:center!important}.u-icon-header{width:20px;height:20px;margin-right:6px;object-fit:contain}.u-icon-header--white{filter:brightness(0) invert(1)}.u-icon-header--primary{filter:invert(58%) sepia(21%) saturate(1067%) hue-rotate(130deg) brightness(92%) contrast(88%)}.u-icon-header--circle{border-radius:50%;object-fit:cover}.spHeader .memberMenu a,.spHeader .memberMenu div{cursor:pointer}.pcHeader .pcLoginBtn--secondary{margin-left:10px}.loginModal__scroll-box{max-height:90vh;overflow-y:auto}.loginModal__divider{margin-top:10px;font-size:.8rem;color:#666}.loginModal__success{text-align:center;padding:20px 0}.loginModal__success-title{font-size:1.1rem;margin-bottom:20px;color:#2bc998;font-weight:700}.loginModal__success-text{font-size:.9rem;margin-bottom:20px}.loginModal__field textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;font-family:inherit}.loginModal__field input[type=file]{font-size:.9rem}.loginModal__msg--error{color:#d9534f}.u-mb-20{margin-bottom:20px!important}.u-mt-10{margin-top:10px!important}.u-text-error{color:#d9534f!important}.u-text-success{color:#2bc998!important}.auth-landing{padding:60px 20px;text-align:center}.auth-landing__box{padding:40px;border-radius:12px;border:1px solid #efefef;background:#fff;max-width:600px;margin:0 auto}.auth-landing__box--error{background:#fff0f0;border-color:#ffcccc}.auth-landing__box--success{background:#f0fff0;border-color:#ccffcc}.auth-landing__title{margin-bottom:20px;font-weight:700}.auth-landing__title--error{color:#c62828}.auth-landing__title--success{color:#2bc998}.auth-landing__text{margin-bottom:25px;line-height:1.6;font-size:1.1rem}.u-max-w-600{max-width:600px!important;margin:0 auto!important}.u-p-40{padding:40px!important}.u-leading-1-6{line-height:1.6!important}.modalOverlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.6);z-index:10000;display:flex;justify-content:center;align-items:center}.checkinModal{max-width:500px}.checkinModal .checkinForm__label{display:block;margin-bottom:8px;font-weight:700;color:#555}.checkinModal .checkinForm__textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:.95rem;background:#f9f9f9}.checkinModal .checkinForm__textarea:focus{outline:none;border-color:#D96D3F;background:#fff}.checkinModal .checkinForm__file{font-size:.9rem;color:#777}.checkinModal .checkinForm__ratings{margin:20px 0 30px;border-top:1px solid #eee;padding-top:20px;display:flex;flex-direction:column;gap:16px}.checkinModal .checkinForm__rating{display:flex;justify-content:space-between;align-items:center}.checkinModal .checkinForm__rating .checkinForm__label{margin-bottom:0;font-size:.9rem}.checkinModal .checkinForm__x{margin:15px 0;padding:12px 16px;border-radius:12px;background:#f7f9fa;border:1px solid #cfd9de;transition:all .2s ease}.checkinModal .checkinForm__x:hover{background:#eff3f4;border-color:#bccad2}.checkinModal .checkinForm__xLabel{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:.95rem;font-weight:600;color:#0f1419;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkinModal .checkinForm__xLabel input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#000;margin:0}.checkinModal .star-rating{display:flex;gap:4px}.checkinModal .star-rating .star{font-size:28px;cursor:pointer;color:#ddd;transition:color .2s}.checkinModal .star-rating .star.active{color:#ffb800}.checkinModal .star-rating .star:hover{color:#ffcc4d}.checkinLogArea{padding:24px 0}.checkinLog__list{list-style:none;padding:0;display:flex;flex-direction:column;gap:32px}.checkinLog__item{background:#fff;border-bottom:1px solid #f0f0f0;padding-bottom:32px}.checkinLog__item:last-child{border-bottom:none}.checkinLog__user{display:flex;align-items:center;gap:12px;margin-bottom:16px}.checkinLog__delete{margin-left:auto;font-size:.75rem;color:#999;background:none;border:none;padding:0;cursor:pointer;flex-shrink:0}.checkinLog__delete:hover{color:#e00}.checkinLog__userIcon{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#efefef}.checkinLog__userIcon img{width:100%;height:100%;object-fit:cover}.checkinLog__title{font-weight:800;font-size:1.15rem;color:#333;line-height:1.4}.checkinLog__content{padding-left:56px}.checkinLog__ratings{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:12px}.checkinLog__rating{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#666;background:#f8f8f8;padding:4px 10px;border-radius:100px}.checkinLog__stars{display:flex;gap:1px;color:#ddd;font-size:14px}.checkinLog__stars .star.active{color:#ffb800}.checkinLog__body{font-size:1rem;line-height:1.6;color:#333;white-space:pre-wrap;margin-bottom:16px}.checkinLog__image{max-width:400px;border-radius:12px;overflow:hidden;margin-top:12px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.checkinLog__image img{display:block;width:100%;height:auto}.checkinLog__only{padding-left:56px;font-size:.95rem;color:#2bc998;font-weight:700}.checkinReply{margin-top:12px;padding-top:12px;padding-left:56px;border-top:1px solid #efefef}.checkinReply__list{list-style:none;margin-bottom:8px;display:flex;flex-direction:column;gap:10px}.checkinReply__item{display:flex;align-items:flex-start;gap:8px;font-size:.875rem;line-height:1.5}.checkinReply__icon{width:32px;height:32px;border-radius:50%;overflow:hidden;background:#efefef;flex-shrink:0}.checkinReply__icon img{width:100%;height:100%;object-fit:cover}.checkinReply__body{display:flex;flex-direction:column;gap:2px;flex:1 1;min-width:0}.checkinReply__username{font-weight:700;color:#8DC3C0;white-space:nowrap;font-size:.8rem}.checkinReply__content{color:#333}.checkinReply__toggleWrap{display:flex;justify-content:flex-end;margin-top:6px}.checkinReply__toggle{font-size:.8rem;color:#D96D3F;background:none;border:none;padding:0;cursor:pointer}.checkinReply__toggle:hover{text-decoration:underline}.checkinReply__delete{margin-left:auto;font-size:.75rem;color:#999;background:none;border:none;padding:0;cursor:pointer;flex-shrink:0}.checkinReply__delete:hover{color:#e00}.checkinReply__form{margin-top:8px}.checkinReply__input{width:100%;border:1px solid #ddd;border-radius:6px;padding:8px;font-size:.875rem;resize:vertical;box-sizing:border-box;font-size:max(16px,.875rem)}.checkinReply__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:6px}.checkinReply__cancel{background:none;border:1px solid #ddd;border-radius:6px}.checkinReply__cancel,.checkinReply__submit{font-size:.8rem;padding:4px 14px;cursor:pointer}.checkinReply__submit{background:#D96D3F;color:#fff;border:none;border-radius:6px}.checkinReply__submit:disabled{opacity:.5;cursor:not-allowed}.checkinForm__previewList{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.checkinForm__previewItem{position:relative;width:80px;height:80px;border-radius:8px;overflow:hidden;border:1px solid #ddd}.checkinForm__previewItem img{width:100%;height:100%;object-fit:cover}.checkinForm__removeImg{position:absolute;top:2px;right:2px;width:20px;height:20px;background:rgba(0,0,0,.6);color:#fff;border:none;border-radius:50%;font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.checkinForm__removeImg:hover{background:#000}.checkinForm__addImg{width:80px;height:80px;border:2px dashed #ddd;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#999;font-size:30px;transition:all .2s}.checkinForm__addImg:hover{border-color:#D96D3F;color:#D96D3F;background:#fff9f6}.checkinLog__images{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.checkinLog__thumb{width:120px;height:120px;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .2s}.checkinLog__thumb img{width:100%;height:100%;object-fit:cover}.checkinLog__thumb:hover{transform:scale(1.05)}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);z-index:9999;display:flex;align-items:center;justify-content:center;cursor:pointer}.lightbox__content{max-width:90%;max-height:90%}.lightbox__content img{display:block;width:auto;height:auto;max-width:100%;max-height:90vh;border-radius:4px;box-shadow:0 0 20px rgba(0,0,0,.5)}.lightbox__close{position:absolute;top:20px;right:30px;color:#fff;font-size:40px;font-weight:700}.headerSearch__nearBtn{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin-top:8px;padding:8px 14px;border-radius:8px;background:#D96D3F;border:none;color:#fff;font-size:.85rem;font-weight:700;text-align:center;text-decoration:none;white-space:nowrap}.headerSearch__nearBtn:hover{background:#c45e32}.nearBtn__icon{display:block;width:1.2em;height:1.2em;flex-shrink:0;background-color:#fff;-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20d='M265.394,179.642v-27.998h-18.788v27.998c-35.003,4.265-62.699,31.969-66.964,66.964h-27.997v18.787h27.997c4.265,34.995,31.961,62.7,66.964,66.964v27.989h18.788v-27.989c35.003-4.265,62.7-31.97,66.964-66.964h27.998v-18.787h-27.998C328.093,211.611,300.397,183.907,265.394,179.642z%20M246.606,308.635c-11.003-1.961-20.824-7.215-28.442-14.799c-7.6-7.618-12.846-17.44-14.799-28.442h43.241V308.635z%20M246.606,246.606h-43.241c1.953-11.004,7.198-20.833,14.799-28.442c7.618-7.593,17.439-12.855,28.442-14.799V246.606z%20M293.836,293.836c-7.617,7.584-17.431,12.838-28.442,14.799v-43.241h43.241C306.69,276.396,301.436,286.218,293.836,293.836z%20M265.394,246.606v-43.241c11.011,1.944,20.825,7.206,28.442,14.799c7.6,7.609,12.854,17.438,14.799,28.442H265.394z'/%3E%3Cpath%20d='M457.605,244.252C451.739,142.065,369.934,60.26,267.748,54.395V0h-23.489v54.395C142.066,60.26,60.261,142.058,54.395,244.252H0v23.497h54.395c5.866,102.178,87.671,183.991,189.864,189.857V512h23.489v-54.395c102.185-5.866,183.991-87.679,189.857-189.857H512v-23.497H457.605z%20M434.058,267.748c-2.9,44.616-22.115,84.705-51.856,114.454c-29.749,29.724-69.838,48.956-114.454,51.856v-23.053h-23.489v23.053c-44.624-2.9-84.721-22.132-114.462-51.856c-29.741-29.749-48.948-69.838-51.856-114.454h23.053v-23.497H77.942c2.908-44.623,22.114-84.705,51.856-114.462c29.74-29.733,69.822-48.948,114.462-51.847v23.053h23.489V77.942c44.616,2.899,84.713,22.123,114.462,51.847c29.732,29.758,48.947,69.839,51.847,114.462h-23.054v23.497H434.058z'/%3E%3C/svg%3E");-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;mask-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20d='M265.394,179.642v-27.998h-18.788v27.998c-35.003,4.265-62.699,31.969-66.964,66.964h-27.997v18.787h27.997c4.265,34.995,31.961,62.7,66.964,66.964v27.989h18.788v-27.989c35.003-4.265,62.7-31.97,66.964-66.964h27.998v-18.787h-27.998C328.093,211.611,300.397,183.907,265.394,179.642z%20M246.606,308.635c-11.003-1.961-20.824-7.215-28.442-14.799c-7.6-7.618-12.846-17.44-14.799-28.442h43.241V308.635z%20M246.606,246.606h-43.241c1.953-11.004,7.198-20.833,14.799-28.442c7.618-7.593,17.439-12.855,28.442-14.799V246.606z%20M293.836,293.836c-7.617,7.584-17.431,12.838-28.442,14.799v-43.241h43.241C306.69,276.396,301.436,286.218,293.836,293.836z%20M265.394,246.606v-43.241c11.011,1.944,20.825,7.206,28.442,14.799c7.6,7.609,12.854,17.438,14.799,28.442H265.394z'/%3E%3Cpath%20d='M457.605,244.252C451.739,142.065,369.934,60.26,267.748,54.395V0h-23.489v54.395C142.066,60.26,60.261,142.058,54.395,244.252H0v23.497h54.395c5.866,102.178,87.671,183.991,189.864,189.857V512h23.489v-54.395c102.185-5.866,183.991-87.679,189.857-189.857H512v-23.497H457.605z%20M434.058,267.748c-2.9,44.616-22.115,84.705-51.856,114.454c-29.749,29.724-69.838,48.956-114.454,51.856v-23.053h-23.489v23.053c-44.624-2.9-84.721-22.132-114.462-51.856c-29.741-29.749-48.948-69.838-51.856-114.454h23.053v-23.497H77.942c2.908-44.623,22.114-84.705,51.856-114.462c29.74-29.733,69.822-48.948,114.462-51.847v23.053h23.489V77.942c44.616,2.899,84.713,22.123,114.462,51.847c29.732,29.758,48.947,69.839,51.847,114.462h-23.054v23.497H434.058z'/%3E%3C/svg%3E");mask-size:contain;mask-repeat:no-repeat;mask-position:center;font-size:inherit}.near-distance{margin-top:6px;font-size:.8rem;color:#8DC3C0;font-weight:700}.near-error{padding:48px 16px;text-align:center}.near-error__msg{color:#888;margin-bottom:24px;font-size:.95rem}.near-error__back{color:#D96D3F;text-decoration:underline;font-size:.9rem}.near-empty{padding:48px 0;color:#888;text-align:center;font-size:.95rem}.spotMap{max-width:804px;margin:24px;border-radius:12px;overflow:hidden;border:1px solid #e0e0e0}.spotMap__gmapBtn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:10px;background:#fff;border-top:1px solid #e0e0e0;color:#8DC3C0;font-size:.9rem;font-weight:700;text-decoration:none}.spotMap__gmapBtn svg{fill:#8DC3C0}.spotMap__gmapBtn:hover{background:#f0f8f7}@media screen and (max-width:795px){input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=submit]):not([type=button]),select,textarea{font-size:max(16px,1em)!important}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-bottom,.leaflet-top{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078A8}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:black}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers.ef6db872.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers-2x.9859cd12.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(/_next/static/media/marker-icon.d577052a.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:rgba(255,255,255,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}