:root{--color-dark: #000;--color-light: #e5e0cc;--font-family-r: "NotoSans-R", sans-serif;--font-family-b: "NotoSans-B", sans-serif;--speed: .5s;--easing: cubic-bezier(0.075, 0.82, 0.165, 1)}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{font-size:3.125vw;line-height:1.15;-webkit-text-size-adjust:100%;height:100%}@media(min-width: 640px){html{font-size:20px}}body{background-color:var(--color-light);background-image:url(images/bg_pattern.png);background-position:top center;background-repeat:repeat;color:var(--color-dark);font-family:var(--font-family-r);-webkit-font-feature-settings:"palt";font-feature-settings:"palt";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.4rem;height:100%;line-height:1.7;margin:0}h1,h2,h3,h4,h5,h6{font-weight:normal}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;color:var(--color-dark)}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-family:var(--font-family-b);font-weight:normal}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none;max-width:100%;vertical-align:middle}figure{margin:0}button,input,optgroup,select,textarea{font-family:var(--font-family-r);font-size:1.4rem;line-height:1.7;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}table{border-collapse:collapse;table-layout:fixed}th,td{padding:0}[hidden]{display:none}@font-face{font-family:"NotoSans-B";font-display:swap;src:url("fonts/NotoSans_Bold.woff2") format("woff2"),url("fonts/NotoSans_Bold.woff") format("woff")}@font-face{font-family:"NotoSans-R";font-display:swap;src:url("fonts/NotoSans_Regular.woff2") format("woff2"),url("fonts/NotoSans_Regular.woff") format("woff")}.l-root{overflow:hidden}@media(min-width: 640px){.l-root{margin:auto;width:640px}}.l-hero-header{position:relative;z-index:2}.l-main{position:relative;z-index:1}.l-footer{position:relative;z-index:0}.c-btn{background:none;border:none;cursor:pointer;display:inline-block;outline:none;padding:0;text-decoration:none;vertical-align:middle}.c-section{padding:4rem 0;position:relative}.c-section--news{background-color:rgba(188,167,141,.2)}.c-container{margin:auto;width:84.375%}.c-heading{font-family:var(--font-family-b);font-weight:normal;text-transform:uppercase}.c-heading--main{font-size:2rem;line-height:1;margin:0 0 3rem;text-align:center}.c-heading--sub{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.6rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:2rem 0}.c-heading--sub::before{content:"<";margin-right:.3em}.c-heading--sub::after{content:">";margin-left:.3em}.c-heading--menu{margin-bottom:1rem}.c-note{display:block;font-size:1rem;padding-left:1.3rem;position:relative}.c-note::before{content:"※";left:0;margin-right:.3em;position:absolute}@-webkit-keyframes heroHeaderScroller{from{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(50%);transform:translateY(50%)}}@keyframes heroHeaderScroller{from{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(50%);transform:translateY(50%)}}.p-hero-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--color-light);background-image:url(images/bg_pattern.png);background-position:top center;background-repeat:repeat;display:-webkit-box;display:-ms-flexbox;display:flex;height:100vh;position:relative}.p-hero-header__inner{background-color:rgba(0,0,0,.35);margin-top:-2.5rem;padding:1.2em 0 1.5em;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left;transform-origin:left;-webkit-transition:-webkit-transform var(--speed) var(--easing) var(--speed);transition:-webkit-transform var(--speed) var(--easing) var(--speed);transition:transform var(--speed) var(--easing) var(--speed);transition:transform var(--speed) var(--easing) var(--speed), -webkit-transform var(--speed) var(--easing) var(--speed);width:100%;z-index:1}.p-hero-header.is-active .p-hero-header__inner{-webkit-transform:scaleX(1);transform:scaleX(1)}.p-hero-header__picture{display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.p-hero-header__picture>img{height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;-webkit-transition:opacity var(--speed) var(--easing);transition:opacity var(--speed) var(--easing);width:100%}.p-hero-header.is-active .p-hero-header__picture>img{opacity:1}.p-hero-header__tagline{color:var(--color-light);font-family:var(--font-family-b);font-size:.8rem;letter-spacing:.3rem;line-height:1;margin:0 0 1.2rem;text-align:center}.p-hero-header__logo{font-size:1rem;margin:auto;width:70%}.p-hero-header__animation-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;opacity:0;-webkit-transform:translateY(1em);transform:translateY(1em);-webkit-transition:opacity 2s var(--easing) calc(var(--speed) * 2),-webkit-transform 2s var(--easing) calc(var(--speed) * 2);transition:opacity 2s var(--easing) calc(var(--speed) * 2),-webkit-transform 2s var(--easing) calc(var(--speed) * 2);transition:transform 2s var(--easing) calc(var(--speed) * 2),opacity 2s var(--easing) calc(var(--speed) * 2);transition:transform 2s var(--easing) calc(var(--speed) * 2),opacity 2s var(--easing) calc(var(--speed) * 2),-webkit-transform 2s var(--easing) calc(var(--speed) * 2)}.p-hero-header.is-active .p-hero-header__animation-group{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.p-hero-header__arrow{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:none;border:none;bottom:5%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;left:50%;opacity:0;position:absolute;text-decoration:none;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:opacity var(--speed) var(--easing) calc(var(--speed) * 2);transition:opacity var(--speed) var(--easing) calc(var(--speed) * 2);z-index:1}.p-hero-header.is-active .p-hero-header__arrow{opacity:1}.p-hero-header__arrow-text{color:#fff;font-family:var(--font-family-b);font-size:70%;line-height:1;margin-bottom:.75rem;text-transform:uppercase}.p-hero-header__arrow-icon{width:1.5rem}.p-hero-header.is-active .p-hero-header__arrow-icon{-webkit-animation:heroHeaderScroller .75s ease .8s infinite alternate;animation:heroHeaderScroller .75s ease .8s infinite alternate}.p-menu__header-note{font-size:1rem;line-height:1.5;margin:0;text-align:center}.p-menu__header-note::before{content:"※"}.p-menu__items{list-style:none;margin:0;padding:0}.p-menu__curry>li:nth-child(n+2){margin-top:2.5rem}.p-menu__options{margin-top:3rem}.p-menu__options>li:nth-child(n+2){margin-top:1.5rem}.p-menu__drink>li:nth-child(n+2){margin-top:1.5rem}.p-main{background-color:var(--color-light);background-image:url(images/bg_pattern.png);background-position:top center;background-repeat:repeat;-webkit-box-shadow:0 0 1rem rgba(0,0,0,.75);box-shadow:0 0 1rem rgba(0,0,0,.75)}.p-photo-menu{background-color:#f1eee3;border-radius:.5rem;overflow:hidden}.p-photo-menu__image>img{width:100%}.p-photo-menu__description{padding:1.4rem 1.5rem 1.8rem}.p-photo-menu__name-price{display:-webkit-box;display:-ms-flexbox;display:flex}.p-photo-menu__name{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.p-photo-menu__name-ja{font-size:1.5rem;line-height:1.3;margin:0}.p-photo-menu__name-en{font-size:1rem;line-height:1;margin:.4rem 0 0}.p-photo-menu__price{line-height:1.2857;margin:0}.p-photo-menu__note{margin:.5rem 0 1rem}.p-photo-menu__hot{font-size:1rem;line-height:1;margin:1.25rem 0 0;width:9rem}.p-photo-menu__text{font-size:1.2rem;line-height:1.333;margin-bottom:0}.p-text-menu{display:-webkit-box;display:-ms-flexbox;display:flex}.p-text-menu__name-ja{line-height:1.2857;margin:0}.p-text-menu__name-ja>small{font-size:1.1rem}.p-text-menu__name-en{font-size:1rem;line-height:1;margin:.2rem 0 0}.p-text-menu__line{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative}.p-text-menu__line::before{border-bottom:dotted 1px var(--color-dark);content:"";display:block;height:0;left:1rem;position:absolute;right:1rem;top:.9rem}.p-text-menu__price{line-height:1.2857;margin:0}.p-text-menu--no-line .p-text-menu__line{opacity:0}@-webkit-keyframes news-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes news-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.p-news__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.p-news__item:nth-child(n+2){margin-top:2rem}.p-news__title{font-size:1.4rem;line-height:1.6;margin:0}.p-news__title>a{display:block}.p-news__date{color:#666;font-size:1rem;line-height:1.4}.p-news__more{display:none;margin-top:4rem;text-align:center}.p-news__btn>span{background:url(images/icons/news_loader.svg) no-repeat;background-position:left;background-size:cover;display:block;height:3rem;width:3rem}.p-news__btn.is-loading>span{-webkit-animation:news-loading 2s linear infinite;animation:news-loading 2s linear infinite;background-position:right}.p-about__photo>img{border-radius:.5rem}.p-about__text{line-height:1.8;margin:3rem 0;text-align:justify;text-justify:inter-ideograph}.p-about__section{margin-top:4rem}.p-about__shopdata{line-height:1.4;margin:2rem 0 0}.p-about__shopdata-row{display:-webkit-box;display:-ms-flexbox;display:flex}.p-about__shopdata-row:nth-child(n+2){margin-top:1rem}.p-about__shopdata-row>dt{min-width:6.5rem;text-transform:uppercase;width:6.5rem}.p-about__shopdata-row>dt::after{content:"："}.p-about__shopdata-row>dd{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0}.p-about__map{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:4rem}.p-about__map-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-decoration:none}.p-about__map-button>img{width:1.87rem}.p-about__map-button>p{font-size:1rem;margin:.5rem 0 0}.p-page-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding:2.5rem 0;position:relative}.p-page-header__logo{margin:0 auto;position:relative;width:61.71875%;z-index:1}.p-page-header__logo>a{display:block}.p-page-header__bg{height:100%;left:0;opacity:.75;position:absolute;top:0;width:100%}.p-page-header__bg>img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.p-article{padding:2.5rem 0 5rem}.p-article__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.p-article__title{font-family:var(--font-family-b);font-size:2rem;line-height:1.4;margin:0}.p-article__date{margin-bottom:.5rem}.p-article__body{margin-top:2.5rem}.p-article__body img{height:auto !important}.p-article__body p{text-align:justify;text-justify:inter-ideograph}.p-article__back{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:4rem}.p-article__back-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--color-dark);border-radius:2rem;color:var(--color-light);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.2rem;padding:.5rem 1.5rem;text-decoration:none;text-transform:uppercase}.p-article__back-button::before{background:url(images/icons/back.svg) no-repeat center/cover;content:"";display:inline-block;height:1rem;margin-right:.5rem;width:.6172rem}.p-footer{background-color:#fff;color:var(--color-dark);padding:3rem 0 2.5rem}.p-footer__container{position:relative;z-index:1}.p-footer__image{margin:auto;width:60.9375%}.p-footer__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:2.65rem 0}.p-footer__link{display:block}.p-footer__link>img{height:3rem;width:3rem}.p-footer__link+.p-footer__link{margin-left:2.25rem}.p-footer__credit{display:block;font-family:var(--font-family-b);font-size:1rem;line-height:1.6;text-align:center}.p-footer__bg{height:100%;left:0;opacity:.75;position:absolute;top:0;width:100%;z-index:0}.p-footer__bg>img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;width:100%}.p-closest{display:grid;grid-template-columns:1fr auto;margin-bottom:0}.p-closest>dd{margin-left:1rem;text-align:right}.p-closest>dt{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:grid;grid-template-columns:auto 1fr;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.p-closest>dt::after{border:dotted #000;border-width:1px 0 0;content:"";display:block;-webkit-transform:translateX(1rem);transform:translateX(1rem);width:calc(100% - 1rem)}.u-d-n{display:none !important}.u-d-ib{display:inline-block !important}.u-d-b{display:block !important}.u-d-tb{display:table !important}.u-d-tbc{display:table-cell !important}.u-fw-n{font-weight:normal !important}.u-fw-b{font-weight:bold !important}.u-m-auto{margin:auto}.u-m-0{margin:0}.u-mt-5{margin-top:.5rem}.u-mt-10{margin-top:1rem}.u-mt-15{margin-top:1.5rem}.u-mt-20{margin-top:2rem}.u-mt-25{margin-top:2.5rem}.u-mt-30{margin-top:3rem}.u-mt-35{margin-top:3.5rem}.u-mt-40{margin-top:4rem}.u-mt-45{margin-top:4.5rem}.u-mt-50{margin-top:5rem}.u-mr-5{margin-right:.5rem}.u-mr-10{margin-right:1rem}.u-mr-15{margin-right:1.5rem}.u-mr-20{margin-right:2rem}.u-mr-25{margin-right:2.5rem}.u-mr-30{margin-right:3rem}.u-mr-35{margin-right:3.5rem}.u-mr-40{margin-right:4rem}.u-mr-45{margin-right:4.5rem}.u-mr-50{margin-right:5rem}.u-mb-5{margin-bottom:.5rem}.u-mb-10{margin-bottom:1rem}.u-mb-15{margin-bottom:1.5rem}.u-mb-20{margin-bottom:2rem}.u-mb-25{margin-bottom:2.5rem}.u-mb-30{margin-bottom:3rem}.u-mb-35{margin-bottom:3.5rem}.u-mb-40{margin-bottom:4rem}.u-mb-45{margin-bottom:4.5rem}.u-mb-50{margin-bottom:5rem}.u-ml-5{margin-left:.5rem}.u-ml-10{margin-left:1rem}.u-ml-15{margin-left:1.5rem}.u-ml-20{margin-left:2rem}.u-ml-25{margin-left:2.5rem}.u-ml-30{margin-left:3rem}.u-ml-35{margin-left:3.5rem}.u-ml-40{margin-left:4rem}.u-ml-45{margin-left:4.5rem}.u-ml-50{margin-left:5rem}.u-nmt-5{margin-top:-0.5rem}.u-nmt-10{margin-top:-1rem}.u-nmt-15{margin-top:-1.5rem}.u-nmt-20{margin-top:-2rem}.u-nmt-25{margin-top:-2.5rem}.u-nmt-30{margin-top:-3rem}.u-nmt-35{margin-top:-3.5rem}.u-nmt-40{margin-top:-4rem}.u-nmt-45{margin-top:-4.5rem}.u-nmt-50{margin-top:-5rem}.u-nmr-5{margin-right:-0.5rem}.u-nmr-10{margin-right:-1rem}.u-nmr-15{margin-right:-1.5rem}.u-nmr-20{margin-right:-2rem}.u-nmr-25{margin-right:-2.5rem}.u-nmr-30{margin-right:-3rem}.u-nmr-35{margin-right:-3.5rem}.u-nmr-40{margin-right:-4rem}.u-nmr-45{margin-right:-4.5rem}.u-nmr-50{margin-right:-5rem}.u-nmb-5{margin-bottom:-0.5rem}.u-nmb-10{margin-bottom:-1rem}.u-nmb-15{margin-bottom:-1.5rem}.u-nmb-20{margin-bottom:-2rem}.u-nmb-25{margin-bottom:-2.5rem}.u-nmb-30{margin-bottom:-3rem}.u-nmb-35{margin-bottom:-3.5rem}.u-nmb-40{margin-bottom:-4rem}.u-nmb-45{margin-bottom:-4.5rem}.u-nmb-50{margin-bottom:-5rem}.u-nml-5{margin-left:-0.5rem}.u-nml-10{margin-left:-1rem}.u-nml-15{margin-left:-1.5rem}.u-nml-20{margin-left:-2rem}.u-nml-25{margin-left:-2.5rem}.u-nml-30{margin-left:-3rem}.u-nml-35{margin-left:-3.5rem}.u-nml-40{margin-left:-4rem}.u-nml-45{margin-left:-4.5rem}.u-nml-50{margin-left:-5rem}.u-overflow-h{overflow:hidden !important}.u-overflow-v{overflow:visible !important}.u-ta-l{text-align:left !important}.u-ta-c{text-align:center !important}.u-ta-r{text-align:right !important}.u-visually-hidden{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute;width:1px}
