@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=SUSE+Mono:ital,wght@0,100..800;1,100..800&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=SUSE+Mono:ital,wght@0,100..800;1,100..800&display=swap";.header{position:absolute;top:0;width:100%;z-index:100}.header .header-inner{max-width:1360px;margin-inline:auto;padding:40px 40px 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px}@media screen and (max-width: 1080px){.header .header-inner{max-width:768px;padding:24px 16px 16px;gap:16px}}.header .header-inner .header-logo{max-width:310px}.header .header-inner .header-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}@media screen and (max-width: 1080px){.header .header-inner .header-menu{display:none}}.header .header-inner .header-nav{padding-inline:20px 0;border-radius:999px;border:2px solid var(--color-base-primary);background-color:var(--color-surface-default);-webkit-box-sizing:border-box;box-sizing:border-box}.header .header-inner .header-nav .header-nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:48px}.header .header-inner .header-nav .header-nav-list .menu-item{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:100%;line-height:1.2;font-size:1.4rem}.header .header-inner .header-nav .header-nav-list .menu-item.current-menu-item{color:var(--color-base-primary);font-weight:700}.header .header-inner .header-nav .header-nav-list .menu-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;padding-inline:20px}.header .header-inner .header-nav .header-nav-list .menu-item:nth-last-child(n+2){font-family:var(--font-family-latin);font-weight:700}.header .header-inner .header-nav .header-nav-list .menu-item:nth-last-child(1){background-color:var(--color-base-primary);color:var(--color-base-inverse);border-radius:999px;font-weight:500;margin-right:-1px}.header .header-inner .header-nav .header-nav-list .menu-item:nth-last-child(1) a{padding-inline:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.header .header-inner .header-nav .header-nav-list .menu-item:nth-last-child(1) a::before{content:"";display:block;width:20px;height:20px;background-image:url(/wp-content/themes/hoteller/icons/ico-calendar.svg);background-size:contain;background-repeat:no-repeat}.header .header-inner .header-language{position:relative;height:48px}@media screen and (max-width: 767px){.header .header-inner .header-language{height:40px}}.header .header-inner .header-language .header-language-current{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;height:100%;padding-inline:12px;border-radius:999px;border:2px solid var(--color-base-light);background-color:var(--color-surface-default);color:var(--color-base-light);font-size:1.2rem;cursor:pointer}.header .header-inner .header-language .header-language-current .header-language-current-icon{width:14px}.header .header-inner .header-language .bogo-language-switcher{position:absolute;padding:16px 24px;border-radius:16px;border:2px solid var(--color-base-light);background-color:var(--color-surface-default);z-index:10;right:0;bottom:-12px;translate:0 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease;pointer-events:none}.header .header-inner .header-language .bogo-language-switcher.active{opacity:1;visibility:visible;pointer-events:auto}.header .header-inner .header-language .bogo-language-switcher li{font-size:1.6rem}@media screen and (max-width: 767px){.header .header-inner .header-language .bogo-language-switcher li{font-size:1.4rem}}.header .header-inner .header-language .bogo-language-switcher li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.header .header-inner .header-language .bogo-language-switcher li a::before{content:"";display:block;width:0;height:0;border-style:solid;border-top:4px solid rgba(0,0,0,0);border-bottom:4px solid rgba(0,0,0,0);border-left:4px solid var(--color-base-light);border-right:0}.header .header-inner .header-language .bogo-language-switcher li.current a{pointer-events:none;color:var(--color-base-primary);font-weight:700}.header .header-inner .header-language .bogo-language-switcher li.current a::before{border-left:4px solid var(--color-base-primary)}.header .header-inner .header-toggle{display:none}@media screen and (max-width: 1080px){.header .header-inner .header-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.header .header-inner .header-toggle .header-toggle-open{width:48px;cursor:pointer}@media screen and (max-width: 767px){.header .header-inner .header-toggle .header-toggle-open{width:40px}}.header .header-inner .header-toggle .header-toggle-menu{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--color-surface-secondary);color:var(--color-base-default);z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px;opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease;pointer-events:none}.header .header-inner .header-toggle .header-toggle-menu.active{opacity:1;visibility:visible;pointer-events:auto}.header .header-inner .header-toggle .header-toggle-menu-inner{width:100%;max-width:768px;padding:24px 16px;margin-inline:auto}.header .header-inner .header-toggle .header-toggle-close{display:block;width:48px;margin-left:auto;cursor:pointer}@media screen and (max-width: 767px){.header .header-inner .header-toggle .header-toggle-close{width:40px}}.header .header-inner .header-toggle .header-toggle-nav .header-toggle-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px;margin-top:48px}.header .header-inner .header-toggle .header-toggle-nav .header-toggle-list .menu-item{text-align:center;font-size:1.8rem;font-weight:700;line-height:1.2}.header .header-inner .header-toggle .header-toggle-nav .header-toggle-list .menu-item.current-menu-item{pointer-events:none;color:var(--color-base-primary);font-weight:700}.header .header-inner .header-toggle .header-toggle-nav .header-toggle-list .menu-item:nth-last-child(1) a{display:block;max-width:240px;height:56px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;background-color:var(--color-base-primary);color:var(--color-base-inverse);border-radius:999px;font-weight:500;margin-inline:auto}.header .header-inner .header-toggle .header-toggle-nav .header-toggle-list .menu-item:nth-last-child(1) a::before{content:"";display:block;width:24px;height:24px;background-image:url(/wp-content/themes/hoteller/icons/ico-calendar.svg);background-size:contain;background-repeat:no-repeat}body:has(.header-toggle-menu.active){overflow:hidden}.footer{padding-block:56px;background-color:var(--color-surface-footer);color:var(--color-base-inverse);margin-top:120px}@media screen and (max-width: 1080px){.footer{margin-top:96px}}@media screen and (max-width: 767px){.footer{margin-top:80px}}.footer .footer-inner{padding-inline:24px}.footer .footer-logo{width:100%;max-width:320px}@media screen and (max-width: 767px){.footer .footer-logo{max-width:280px;margin-inline:auto}}.footer .footer-contents{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px 48px;margin-top:24px}@media screen and (max-width: 767px){.footer .footer-contents{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:32px}}.footer .footer-copyright{font-size:1rem;font-family:var(--font-family-latin);font-weight:500}@media screen and (max-width: 767px){.footer .footer-copyright{text-align:center}}.footer .footer-nav .footer-nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:32px}@media screen and (max-width: 767px){.footer .footer-nav .footer-nav-list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;gap:16px}}.footer .footer-nav .footer-nav-list .menu-item a{font-size:1.2rem;font-family:var(--font-family-latin);font-weight:500}.floating{position:fixed;bottom:0;right:0;z-index:30}@media screen and (max-width: 480px){.floating{width:100%}}.floating .floating-inner{display:grid;grid-template-columns:1fr;gap:1px;width:40px;border-top-left-radius:8px;overflow:hidden}@media screen and (max-width: 480px){.floating .floating-inner{grid-template-columns:1fr auto;width:100%;border-top-right-radius:8px}}.floating .floating-inner .floating-conversion .menu-item{width:100%;height:100%}.floating .floating-inner .floating-conversion .menu-item a{-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.4rem;font-weight:700;background-color:var(--color-surface-dark);width:100%;padding-inline:16px;text-align:center;color:var(--color-base-inverse);letter-spacing:.3em}@media screen and (max-width: 480px){.floating .floating-inner .floating-conversion .menu-item a{-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb;width:100%;padding:0 8px;height:100%;letter-spacing:0em}}.floating .floating-inner .floating-sns{width:100%;display:grid;grid-template-columns:1fr;gap:1px}@media screen and (max-width: 480px){.floating .floating-inner .floating-sns{grid-template-columns:repeat(4, 1fr)}}.floating .floating-inner .floating-sns .floating-sns-item a{width:100%;aspect-ratio:1/1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:4px;background-color:var(--color-surface-dark)}:root{--color-base-primary: #FFA600;--color-base-default: #484642;--color-base-secondary: #665A42;--color-base-light: #84817C;--color-base-accent: #DB854E;--color-base-inverse: #FFFFFF;--color-surface-default: #FFFFFF;--color-surface-secondary: #F4F1EC;--color-surface-dark: #906412;--color-surface-footer: #5C4213;--font-family-base: "Noto Sans JP", sans-serif;--font-family-latin: "SUSE Mono", "Noto Sans JP", sans-serif}html{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none;scroll-behavior:smooth;font-size:62.5%;margin:0 !important}body{font-family:var(--font-family-base);color:var(--color-base-default);font-weight:500;font-size:1.6rem;line-height:1.8}h1,h2,h3,h4,h5,h6{line-height:1.2}a{-webkit-transition:opacity .3s ease;transition:opacity .3s ease}a:hover{opacity:.7}picture{display:block}.container-lg{margin-inline:auto;width:calc(100% - 80px);max-width:1200px}@media screen and (max-width: 1080px){.container-lg{max-width:768px}}@media screen and (max-width: 767px){.container-lg{width:calc(100% - 32px);max-width:480px}}.container-md{margin-inline:auto;width:calc(100% - 80px);max-width:1080px}@media screen and (max-width: 1080px){.container-md{max-width:768px}}@media screen and (max-width: 767px){.container-md{width:calc(100% - 32px);max-width:480px}}.container-sm{margin-inline:auto;width:calc(100% - 80px);max-width:960px}@media screen and (max-width: 1080px){.container-sm{max-width:768px}}@media screen and (max-width: 767px){.container-sm{width:calc(100% - 32px);max-width:480px}}.container-full{margin-inline:auto;width:100%}.section-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;margin-bottom:56px}@media screen and (max-width: 1080px){.section-title{margin-bottom:48px}}@media screen and (max-width: 767px){.section-title{margin-bottom:24px}}.section-title .section-title-h2{font-size:5.6rem;font-family:var(--font-family-latin);font-weight:600;color:var(--color-base-secondary);text-transform:uppercase}@media screen and (max-width: 1080px){.section-title .section-title-h2{font-size:4rem}}@media screen and (max-width: 767px){.section-title .section-title-h2{font-size:3.2rem}}.section-title .section-title-sub{font-size:1.8rem;color:var(--color-base-secondary);font-weight:700}@media screen and (max-width: 767px){.section-title .section-title-sub{font-size:1.6rem}}.section-title.section-title-center{text-align:center}.section-title.section-title-left{text-align:left}.section-title.section-title-right{text-align:right}.btn-more{display:block;max-width:240px;width:100%;padding-block:16px;padding-inline:8px 24px;font-size:1.4rem;font-weight:700;text-align:left;border-bottom:none;text-decoration:none;position:relative;color:var(--color-base-default);background-image:-webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)),-webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));background-image:linear-gradient(currentColor, currentColor),linear-gradient(currentColor, currentColor);background-position:100% 100%,0% 100%;background-size:100% 2px,0% 2px;background-repeat:no-repeat;-webkit-transition:background-size .4s cubic-bezier(0.22, 1, 0.36, 1);transition:background-size .4s cubic-bezier(0.22, 1, 0.36, 1)}@media screen and (max-width: 767px){.btn-more{max-width:180px}}.btn-more:hover{background-size:0% 2px,100% 2px}.btn-more::after{content:"";display:block;width:8px;height:8px;background-color:var(--color-base-default);border-radius:999px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.btn-more:hover::after{-webkit-transform:translate(-5px, -50%);transform:translate(-5px, -50%)}/*# sourceMappingURL=common.min.css.map */