@charset "UTF-8";:root{--site-red:#e80707;--site-green:#20c997;--site-orange:#ff6800;--site-yellow:#efcb1b;--site-bg:#ccb5b0;--header-bg:#fff;--navHeight:50px;--navBgColor:rgba(249, 7, 7, 1);--navColor:#fff;--beforeColor:rgb(246, 242, 226)}*,:after,:before,dl,dt,li,span,ul{margin:0;padding:0;box-sizing:border-box}body{font-family:'Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;font-size:16px;overflow-x:hidden;transition:.5s ease}.mincho,h2{font-family:'游明朝',YuMincho,'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN',serif}ul{list-style-type:none}a{text-decoration:none}.nav-list{position:fixed;display:flex;flex-direction:column;justify-content:center;height:100vh;background:rgba(0,0,0,.8);width:100%;z-index:2;transform:translateX(100%);transition:.5s ease-in-out}.open .nav-list{transform:translateX(20%)}.nav-item{margin-left:2em;color:rgba(237,237,237,.9);line-height:3}.nav-item a{line-height:3;color:#fff;transition:.3s;display:block}.nav-item a:hover{color:rgba(200,200,200,.9)}.nav-item.hasChild>a:hover{color:#fff}.drawer{display:flex;justify-content:center;align-items:center;position:absolute;position:fixed;top:20px;right:20px;width:50px;height:50px;z-index:3;cursor:pointer;background:rgba(255,255,255,.8);border:1px solid var(--site-orange);transition:.5s}.open .drawer{background:var(--site-orange)}.bar,.bar:after,.bar:before{display:block;width:36px;height:1px;content:'';background:var(--site-orange);transition:.3s}.bar:before{transform:translateY(-10px)}.bar:after{transform:translateY(10px)}.open .bar{background:rgba(255,255,255,0)}.open .bar:after,.open .bar:before{background:#fff}.open .bar:before{transform:rotate(45deg)}.open .bar:after{transform:rotate(-45deg)}header{position:relative;width:100%;height:50vh;display:flex;justify-content:center;align-items:center}.hero{width:100%;height:0%;overflow:hidden}.hero img{display:block;width:100%;height:100%;object-fit:cover}.logo img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:250px;height:auto;opacity:0}.header-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--header-bg);z-index:-1}@media screen and (min-width:768px){.drawer{display:none}}.leading{position:relative;width:90%;margin:-20px auto 0 auto;padding:2em 2em;background:var(--site-yellow);color:#000;opacity:0;z-index:1}.leading-cover{position:absolute;top:0;right:0;width:0;height:100%;background:#fff;z-index:2}.leading p:not(:last-of-type){margin-bottom:1em}.news-list{display:flex;margin-top:60px}.news-list li{position:relative;padding:3em 1em;width:100%;opacity:0}.news-list li.show{opacity:1;transition:.3s}.news-list li:nth-of-type(odd){background:#eff3f3}.news-list li:nth-of-type(even){background:#ede5903d}.news-list li:last-of-type{display:none}.news-list li span{position:absolute;top:-20px;left:10%;display:block;width:80%;line-height:3em;margin:0 auto;background:#053225;color:#fff;text-align:center}.news-list li a{position:absolute;bottom:1em;right:1em;display:block;color:#cf1919;transition:.3s}.news-list li a:hover{color:var(--site-orange)}/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.container{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}@media (min-width:1400px){.container{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col-6{flex:0 0 auto;width:50%}.col-12{flex:0 0 auto;width:100%}.g-4{--bs-gutter-x:1.5rem}.g-4{--bs-gutter-y:1.5rem}@media (min-width:768px){.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-10{flex:0 0 auto;width:83.33333333%}.offset-md-1{margin-left:8.33333333%}}@media (min-width:992px){.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-8{flex:0 0 auto;width:66.66666667%}}.d-flex{display:flex!important}.justify-content-evenly{justify-content:space-evenly!important}.align-self-center{align-self:center!important}.mb-3{margin-bottom:1rem!important}@media (min-width:576px){.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}}@media (min-width:768px){.px-md-3{padding-right:1rem!important;padding-left:1rem!important}}@media (min-width:992px){.mb-lg-5{margin-bottom:3rem!important}}body.page{opacity:0}header{position:relative}.page .header-bg{position:fixed;bottom:0;right:0;width:100%;height:100vh;background:var(--site-orange);background:#eee;z-index:1000;transform-origin:bottom center}small{font-size:.6em}.f12{font-size:12px}.prepend{cursor:pointer}@media screen and (min-width:768px){:root{--headerHeight:70vh}nav{position:fixed;height:var(--navHeight);z-index:3}.nav-list{display:flex;flex-direction:row;justify-content:end;height:var(--navHeight);transform:none;background:0 0;border-bottom:thin dotted rgba(0,0,0,.05)}.nav-item{position:relative;width:120px;margin:0;transition:.3s}.nav-list>.nav-item.active{border-bottom:thin solid var(--site-orange)}.nav-item a{display:block;width:100%;text-align:center;color:#10100f;text-shadow:1px 1px 2px #fff,-1px -1px 2px #fff}.nav-item.hasChild>a:hover,.nav-item:hover>a{color:var(--site-orange)}.subMenu{position:absolute;top:var(--navHeight);left:-30px;opacity:0;visibility:hidden;transform:translateY(50px);transition:.3s;background:rgba(255,255,255,.5);padding:0 30px;border:thin solid #ccc;border-radius:5px}.subMenu .nav-item,.subMenu .nav-item a{line-height:1}.subMenu .nav-item a{padding-top:1em}.subMenu .nav-item.active a{color:var(--site-orange)}.subMenu .nav-item a:last-of-type{padding-bottom:1em}.nav-item:hover .subMenu{opacity:1;visibility:visible;transform:translateY(0)}}.page header{width:100%;height:50vh;border-top:thin solid rgba(255,0,0,.1);border-bottom:thin solid rgba(255,0,0,.1);box-shadow:0 2px 15px 0 rgba(112,72,1,.1)}.page header:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.5);z-index:0}.page .hero,.page .hero img{width:100%;height:100%}.page header h2{position:absolute;bottom:-1em;left:50%;transform:translateX(-50%);font-size:16px;margin:0;padding:.2em 1em;white-space:nowrap;background:rgba(255,255,255,.2);border:thin solid rgba(255,0,0,.2);z-index:1}.page header h2 a{display:block;color:var(--site-red)}.page h1{position:relative;font-family:'Noto Serif JP',serif;font-size:42px;margin-bottom:50px;white-space:nowrap}.page h1:after{content:'';position:absolute;bottom:-25px;left:1em;width:30px;height:1px;background:var(--site-red);z-index:1}@media screen and (min-width:768px){header{height:var(--headerHeight)}.logo img{transform:translate(-50%,calc(-50% + var(--navHeight)/ 2));width:350px}.page header{border-top:thin solid rgba(255,0,0,.2);border-bottom:thin solid rgba(255,0,0,.2);box-shadow:0 3px 15px 0 rgba(112,72,1,.15)}.page header:after{background:rgba(255,255,255,.3)}.page header h2{z-index:3}.page h1{font-size:48px}.page h1:after{content:'';left:50%;transform:translateX(-50%)}}@media screen and (min-width:992px){.page header h2{position:fixed;top:.25em;bottom:auto;left:.5em;transform:translateX(0)}}@media screen and (min-width:1200px){.page h1{font-size:60px;letter-spacing:3px}}footer{position:relative;background:var(--site-red);color:#fff;padding-top:60px}footer .sns{display:flex;justify-content:space-evenly;margin-bottom:60px}footer .sns img{width:40px;height:auto}footer address{display:flex;flex-flow:column;align-items:center}footer address li span{display:inline-block;width:90px;padding:.75em;margin-right:.75em;text-align:center;border-right:thin solid #ec5959}.copyright a,footer address a{color:#fff;text-decoration:none}.ending-wrapper{position:relative}.ending-panel{position:absolute;bottom:0;left:0;width:100%;height:100%;content:'';background:var(--site-red)}.ending{position:relative;margin-top:80px;background:linear-gradient(180deg,rgba(164,7,7,1) 0,rgba(185,7,7,1) 35%,rgba(199,7,7,1) 100%);text-align:center}.ending:after{content:'';position:absolute;bottom:1px;left:50%;transform:translateX(-50%);width:100px;height:1px;background:#ec5959}.ending p{display:inline-block;font-size:21px;font-weight:700;letter-spacing:2px;padding:60px 0}@keyframes endingAnime{from{background-position:150%}to{background-position:0}}.copyright{position:relative;height:70px;background:#c70707;color:#fff;display:flex;justify-content:center;align-items:center}@media screen and (min-width:576px){footer address li span{width:100px;padding:1em;margin-right:1em}}@media screen and (min-width:992px){footer{color:#fff;padding-top:100px}footer .sns{margin-bottom:80px}.ending p{font-size:42px;padding:80px 0}}section{margin-top:60px}section:not(:first-of-type){margin-top:80px}section:last-of-type{margin-bottom:80px}h2{text-align:center;font-size:30px;margin-bottom:40px;letter-spacing:1px}@media screen and (min-width:992px){section{margin-top:100px}section:last-of-type{margin-bottom:120px}section:not(:first-of-type){margin-top:120px}h2{text-align:center;font-size:48px;margin-bottom:60px}}.top section{position:relative}.top h3{position:relative;margin:2em 0 3em 2em}.top h3:before{position:absolute;left:20px;top:-12px;width:50px;height:calc(1em + 30px);content:'';background:var(--site-orange);z-index:-1}.top h3:after{position:absolute;left:90px;top:-4px;width:32px;height:calc(1em + 16px);content:'';background:var(--site-green);z-index:-1}.str{margin-bottom:2em}.top .pict{overflow:hidden}.top .pict img{width:100%;height:auto;object-fit:cover}.takeout:not(:first-of-type){margin-top:60px}.takeout img{width:100%;height:auto}.takeout .heading img{display:block;width:100px;height:auto;margin:2em auto 3em auto}.takeout .desc p{margin-bottom:2em}.takeout ul{width:100%}.takeout:first-of-type li img{width:100px;margin-top:10px}.takeout:not(:first-of-type) li img{background:var(--site-green)}.takeout li a{display:block;transition:.3s}.takeout li span{text-align:center;display:block;font-size:14px}.nabe li img,.take li img{clip-path:circle(50% at 50% 50%)}.menu-banner{position:relative;margin-top:60px}.menu-banner:before{position:absolute;content:'';top:120px;left:0;width:20%;height:100%;background:var(--beforeColor);clip-path:polygon(0 0,80% 0,100% 100%,0 100%);z-index:-1}.menu-banner figure{position:relative}.menu-banner figcaption{display:inline-block;position:absolute;width:100%;top:50%;left:0;padding:.25em;white-space:nowrap;color:#000;background:var(--site-yellow);text-align:center;transform-origin:left;transform:scaleX(0);transition:.5s;transition-delay:.5s}.menu-banner figcaption:before{position:absolute;top:0;left:0;width:100%;height:100%;content:'';background:var(--site-red);transform-origin:right;transition:.3s ease-in-out}.menu-banner figcaption.active{transform:scaleX(1);transition-delay:0s}.menu-banner a:hover figcaption{color:#fff;background:var(--site-orange)}.menu-banner figcaption.active:before{transform:scaleX(0);transition-delay:.35s}.menu-banner img{width:100%;height:auto;border:thin solid #ccc}@media screen and (min-width:768px){.leading{text-align:center}.news-list{width:90%;margin-left:auto;margin-right:auto}.news-list li{padding:4em 2em}.news-list li:last-of-type{display:block}.news-list li a{right:2em}.takeout .heading img{width:125px}.nabe li:not(:last-of-type),.take li:not(:last-of-type){margin-right:2em}}@media screen and (min-width:576px){.top .hero img{transform:scale(1.05)}}@media screen and (min-width:992px){.top section:nth-of-type(1):before{position:absolute;content:'';top:160px;left:0;width:30%;height:calc(100% - 160px);background:var(--beforeColor);clip-path:polygon(0 0,75% 0,100% 50%,75% 100%,0 100%);z-index:-1}.top section:nth-of-type(2):before{position:absolute;content:'';top:160px;right:0;width:40%;height:calc(100% - 160px);background:var(--beforeColor);clip-path:polygon(25% 0,100% 0,100% 100%,25% 100%,0 50%);z-index:-1}.top section:nth-of-type(1):before{top:220px;height:calc(100% - 220px)}.top section:nth-of-type(2):before{top:240px;height:calc(100% - 240px)}.top h3{margin-top:0}.str-wrap{align-self:center}.takeout:not(:first-of-type){margin-top:120px}.takeout .heading img{width:150px;margin:2em auto 0 2em}.nabe li:not(:last-of-type),.take li:not(:last-of-type){margin-right:3em}}@media screen and (min-width:1200px){.takeout:not(:first-of-type){margin-top:180px}.takeout .heading img{width:200px}.takeout:first-of-type li img{margin-top:40px}}.hiketsu section:not([class]){position:relative}@media screen and (min-width:992px){.hiketsu section:not([class]):after,.hiketsu section:not([class]):before{position:absolute;content:'';background:var(--beforeColor);z-index:-1}.hiketsu section:not([class]):before{top:-5%;left:0;width:20%;height:60%}.hiketsu section:not([class]):after{bottom:0;right:0;width:20%;height:60%}}.ramen section{position:relative}.ramen .pict{position:relative;display:flex;justify-content:center;align-items:center}.ramen .pict img{width:100%;height:auto}@media screen and (min-width:768px){.ramen section:before{position:absolute;content:'';top:20%;width:30%;height:85%;background:var(--beforeColor);z-index:-1}.ramen section:nth-of-type(odd):before{left:0;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.ramen section:nth-of-type(even):before{right:0;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}.set section{position:relative}@media screen and (min-width:992px){.set section:before{position:absolute;content:'';top:50%;width:20%;height:120%;background:var(--beforeColor);z-index:-1}.set section:nth-of-type(odd):before{left:0;clip-path:polygon(0 0,80% 0,100% 100%,0 100%)}.set section:nth-of-type(even):before{right:0;clip-path:polygon(20% 0,100% 0,100% 100%,0 100%)}}.drink h1{font-size:27px}.drink section{margin-bottom:calc(80px - 3em)}@media screen and (min-width:576px){.drink h1{font-size:36px}}@media screen and (min-width:992px){.drink section{position:relative}.drink section:after,.drink section:before{position:absolute;content:'';z-index:-1}.drink section:nth-of-type(1):before{top:15%;left:-25%;width:40%;height:75%;clip-path:ellipse(30% 50% at 50% 50%);background:var(--beforeColor)}.drink section:nth-of-type(1):after{top:15%;right:-25%;width:40%;height:75%;clip-path:ellipse(30% 50% at 50% 50%);background:var(--beforeColor)}.drink section:nth-of-type(2):before{top:10%;left:0;width:10%;height:80%;clip-path:polygon(0 0,0 100%,100% 50%);background:var(--beforeColor)}.drink section:nth-of-type(2):after{top:10%;right:0;width:10%;height:80%;clip-path:polygon(100% 0,0 50%,100% 100%);background:var(--beforeColor)}.drink h1{font-size:48px}.drink section{margin-bottom:calc(120px - 3em)}}span.name{padding-left:.75rem;padding-bottom:.75rem;display:inline-block}span.br:before{content:'\A';white-space:pre}.access section{position:relative}@media screen and (min-width:992px){.access section:before{position:absolute;content:'';background:var(--beforeColor);z-index:-1}}.scroll-top{position:fixed;right:20px;bottom:20px;z-index:3;background-color:var(--site-orange);opacity:.85;width:50px;height:50px;border:thin solid var(--site-orange);color:#000;font-size:14px;line-height:50px;text-align:center;transition:.3s}.scroll-top:hover{cursor:pointer;opacity:.75}