@import url(../fonts/fonts.css);:root{--rintaro-red:#fd3935;--rintaro-blue:#172950;--rintaro-yellow:#ffef87;--rintaro-turquoise:#39f4d7;--rintaro-gray:#f7f7f7;--rintaro-black:#242321}::selection{background:var(--rintaro-yellow)}html{scroll-behavior:smooth}body{font-family:"gotham htf",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif;margin:0;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}section{min-height:100vh;width:100vw}ul,ol{list-style-type:none;padding:0}li{font-family:"gotham_htfbook";line-height:22px;font-size:16px;font-weight:400}p{font-family:"gotham_htfbook";max-width:420px;font-size:16px;font-weight:400;line-height:20.8px}strong{font-family:"gotham_htfbold"}a{text-decoration:none;color:#000}p a,ul a{color:#000;background-image:linear-gradient(0deg,var(--rintaro-yellow) 48%,transparent 48%)}p a:hover,ul a:hover{background:var(--rintaro-yellow)}.red-link{font-family:"gotham_htfbold";font-weight:700;color:var(--rintaro-red);font-size:18px}.red-link:hover{opacity:.8}h2{font-size:36px;margin:10px 0;font-family:"gotham_htfblack"}h3{text-transform:uppercase;font-size:16px;margin:30px 0 -10px 0}h4{font-family:"gotham_htfblack";font-size:24px;font-weight:900;margin:40px 0 0 0;text-transform:uppercase}.column{padding:20px 40px 0 40px;max-width:100%}.b-lazy{-webkit-transition:opacity 500ms ease-in-out;-moz-transition:opacity 500ms ease-in-out;-o-transition:opacity 500ms ease-in-out;transition:opacity 500ms ease-in-out;max-width:100%;opacity:0}.b-lazy.b-loaded{opacity:1}.two-column{grid-column-start:1;grid-column-end:span 2;display:flex;flex-wrap:wrap;align-content:center;justify-content:center}.two-column .column:nth-of-type(2){margin-top:220px}#notification-bar{background:var(--rintaro-yellow);width:100%;height:auto;position:fixed;bottom:0;z-index:6000;display:none}#notification-bar div{width:100%;display:flex;justify-content:center;align-items:center;position:relative}.close-notification{width:24px;height:24px;background:url(../img/close-notification.jpg);background-size:contain;mix-blend-mode:multiply;position:fixed;cursor:pointer;right:30px}.error{display:flex;justify-content:center;align-items:center;background:var(--rintaro-black);color:#fff;padding:20px}.error a{color:#fff;background-image:linear-gradient(0deg,var(--rintaro-red) 40%,transparent 40%)}.error a:hover{background:var(--rintaro-red)}#hero{display:grid;grid-template-columns:60vw 40vw;grid-template-rows:50vh 50vh;position:relative;z-index:3}#events-hero{background-image:url(../img/events-hero-2.jpg);background-size:cover;background-position:center top}#hero-img{background-size:cover;background-position:center top}#events-hero-img{grid-column-start:2;grid-row-start:1;grid-row-end:span 2}.main-hero{background-color:var(--rintaro-gray);background-image:url(../img/hero.jpg)}.event-button{color:#000;font-weight:700;border:2px solid #000;padding:10px 20px;border-radius:2px}.event-button:hover{background:#000;color:#fff}#intro{background:var(--rintaro-gray);padding:60px 0 0 60px}#intro img{width:420px;mix-blend-mode:multiply}#intro p{margin-bottom:30px}.panel{color:#fff;font-size:36px;font-weight:700;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:0.5s;text-align:left}.panel a{cursor:pointer}.panel span{cursor:pointer}.panel img{height:50px;mix-blend-mode:screen;cursor:pointer}.subheading{display:block;font-size:18px;opacity:0;transition:0.5s}.panel:hover .subheading{opacity:1}#reservations{background:var(--rintaro-red);background-image:url(../img/reservation-panel.jpg);background-size:cover;background-position:left bottom;background-repeat:no-repeat;margin-bottom:-1px;margin-right:-1px}#location-and-hours{background:var(--rintaro-blue);background-image:url(../img/location-panel.jpg);background-size:cover}.events-panel{background:var(--rintaro-black);display:flex;align-items:center;justify-content:flex-start;padding:0 60px}.events-panel h2,.events-panel p{color:#fff;max-width:420px}#subhero{background:url(../img/rintaro-interior.jpg);background-size:cover;background-position:center center}.closed-burger{width:48px;height:48px;background:url(../img/closed-burger.jpg);background-size:contain;mix-blend-mode:multiply;position:fixed;cursor:pointer;top:30px;right:30px;z-index:5000;display:none}.open-burger{width:48px;height:48px;background:url(../img/open-burger.jpg);background-size:contain;mix-blend-mode:screen;position:fixed;cursor:pointer;top:30px;right:30px;z-index:5000}.sidenav{color:#fff;position:fixed;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;top:0;right:0;width:0vw;height:100vh;background:var(--rintaro-black);z-index:4000;overflow-x:hidden;transition:0.5s ease-in-out;white-space:nowrap}.open-sidenav{width:33vw}.sidenav a{color:#fff;background:none;font-weight:bolder;transition:color 0.5s}.sidenav a:hover{color:var(--rintaro-yellow);background:#fff0}.sidenav ul{padding:0 30px}.sidenav li{padding:24px 0;position:relative;font-family:gotham_htfblack;font-size:24px;font-weight:900;text-transform:uppercase}.sidenav-highlight{background:var(--rintaro-yellow);position:absolute;width:6px;height:30px;left:-30px;top:20px;opacity:0;transition:0.5s opacity}.sidenav a:hover+.sidenav-highlight{opacity:1}.sidenav img{width:80px}.main{transition:margin-left .5s ease-in-out;overflow:hidden}.open-main{margin-left:-33vw}.nav-bottom{position:absolute;bottom:20px;opacity:0;transition:opacity 0.3s}.nav-bottom-open{opacity:1;transition:opacity 1.5s}#location{display:grid;grid-template-columns:60vw 40vw;grid-template-rows:100vh;position:relative}#location-heading{position:absolute;top:-7%;left:5%}#location-heading img{mix-blend-mode:multiply;width:400px}.address{grid-column-start:1;grid-column-end:span 1;grid-row-start:1;text-transform:uppercase}#location-info{display:flex;flex-direction:column;justify-content:center;align-items:center}#location-map{background:url(../img/map.jpg);background-size:cover;background-repeat:no-repeat;background-position:left bottom;height:100vh;grid-column-start:2;grid-row-start:1;grid-row-end:span 2}.hours{width:320px}.time{float:right}.ends11{margin-right:2px}.ends10{margin-right:-4px}#gallery{background-size:cover;background-position:center center}#gallery button{border:none!important}.photo1{background:url(../img/gallery-sample.jpg)}.photo2{background:url(../img/gallery-sample-2.jpg)}.photo3{background:url(../img/gallery-sample-3.jpg)}.gallery-nav{display:flex;width:100vw;height:100vh;justify-content:space-between;align-items:center}.gallery-nav a{opacity:.5}.gallery-nav a:hover{opacity:1;cursor:pointer}.gallery-left{transform:rotate(180deg);margin-left:4vw}.gallery-right{margin-right:4vw}#menu{background:var(--rintaro-gray);display:grid;grid-template-columns:33vw 33vw 34vw;grid-template-rows:340px auto 200px}.prix-fixe{grid-template-rows:420px auto 200px!important}#menu img{mix-blend-mode:multiply}#menu-heading{margin-top:-110px;padding:0 20px 0 40px;grid-column-start:1;grid-column-end:span 3;grid-row-start:1}#menu-heading p{max-width:370px}#menu-heading img{margin-left:-12px;width:340px}.menu-item{max-width:320px}.yakitori-container{width:100%;max-width:420px;white-space:nowrap;display:flex;flex-wrap:wrap}.yakitori-container .menu-item{min-width:180px;margin-bottom:10px}.menu-hanko{width:84px;position:absolute;margin-left:-52px}#home-event-cta{display:grid;grid-template-columns:50vw 50vw;grid-template-rows:100vh;position:relative}#event-info{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:90px 0}#home-event-hero{background:url(../img/dusk.jpg);background-size:cover;background-repeat:no-repeat;background-position:left top;height:100vh;grid-column-start:2;grid-row-start:1;grid-row-end:span 2}#home-event-heading{width:320px}#lobster-hanko{mix-blend-mode:multiply;width:84px;display:block;margin-top:20px}#story{background:#fff;display:grid;grid-template-columns:50vw 50vw;grid-template-rows:580px auto 400px}#story-heading{mix-blend-mode:multiply}#story .two-column{margin-top:-180px}#story-heading img{height:220px}#childhood-food{background:#f7f7f7;background-size:cover;background-position:center center;grid-column-start:1;grid-row-start:1}#childhood-home{background:#f7f7f7;background-size:cover;background-position:center center;grid-column-start:2;grid-row-start:1}#yuzu{background:#fff;background-size:cover;background-repeat:no-repeat;background-position:center top;grid-column-start:1;grid-column-end:span 2;grid-row-start:3}#press{background:var(--rintaro-yellow);display:grid;grid-template-columns:50vw 50vw;grid-template-rows:0 auto;position:relative}#press-heading img{position:absolute;mix-blend-mode:multiply;margin-left:-12px;width:350px}#press-heading{margin-top:-52px;margin-left:10vw;grid-column-start:1;grid-column-end:span 2;grid-row-start:1}#quote-container{display:flex;justify-content:center;align-items:center;padding:0 0 0 10vw}.quote{max-width:680px}#press-logos{display:flex;justify-content:center;align-content:center;align-items:center;flex-wrap:wrap;padding:0 10vw 0 60px}#press-logos img{width:160px;height:auto;padding:20px}.logo{opacity:0.2!important;mix-blend-mode:multiply}.active-logo{opacity:1!important}.active-quote{display:block}.inactive-quote{display:none}#instagram-gallery{background:var(--rintaro-gray);display:flex;flex-direction:row;justify-content:flex-end;align-items:center;position:relative;padding-top:10vw}#instagram-heading-container{position:absolute;margin-top:-15vw;left:6vw}#instagram-heading{mix-blend-mode:multiply;width:500px}#instagram-gallery-label{width:21vw;padding:2vw}#instagram-gallery-label h2{font-size:24px}#instafeed img{width:25vw;height:auto}footer{padding:60px 0;width:100vw;display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center}#social-icons img{padding:30px}#plan-your-event{background:var(--rintaro-blue)}#event-details{background:var(--rintaro-red)}#event-types{display:grid;grid-template-columns:50vw 50vw;position:relative}#event-type-hanko{mix-blend-mode:multiply;width:84px;position:absolute;bottom:30px;right:30px}.event-type h4{white-space:nowrap}.event-type{margin-bottom:60px;display:flex;flex-direction:column;align-items:center}.event-type img{object-fit:cover;aspect-ratio:1 / 1;max-height:480px;width:100%;background-color:#f7f7f7}#prix-fixe-heading{margin-top:60px;padding:0 20px 0 40px;mix-blend-mode:multiply;grid-column-start:1;grid-column-end:span 3;grid-row-start:1}#prix-fixe-heading img{margin-left:-12px;width:600px}#event-policies{display:grid;grid-template-columns:50vw 50vw;grid-template-rows:auto auto auto;padding:100px 0 120px 0}#event-policies img{mix-blend-mode:multiply}#policies-heading{grid-column-start:1;grid-column-end:span 2}#policies-heading img{height:220px;max-width:100%}.carousel{position:relative;grid-column:span 12;height:fit-content;cursor:grab;overflow:hidden}.carousel-inner{height:fit-content;display:flex;transition:transform 0.3s ease-in-out}.carousel-item{height:fit-content;margin:4px;cursor:grabber}.carousel-item img,.carousel-item video,.carousel-item iframe{height:33.32vw;border:.5px solid rgb(0 0 0 / .03)}.carousel-item video,.carousel-item iframe{aspect-ratio:16 / 9}.carousel-dots{display:flex;justify-content:center;margin-top:8px}.carousel-dot{width:10px;height:10px;border:none;border-radius:10px;background-color:#ededed;background-image:none;padding:0;margin-right:8px;cursor:pointer}.carousel-dot:hover{background-color:var(--rintaro-red)}.carousel-dot.active{background-color:var(--rintaro-red)}.carousel-control{position:absolute;z-index:99;top:50%;transform:translateY(-50%);width:10%;height:120%;margin:-20px;padding:0;background-color:var(--transparent);border:none;color:#fff0;display:flex;align-items:center;justify-content:center;cursor:grab;background-image:none}.carousel-control:hover{background-color:#fff0;color:#fff0;transition:0.5s}.prev{left:10px;cursor:w-resize;border:none!important;transition:0.5s}.prev:hover{background:linear-gradient(90deg,white,transparent)}.next{right:10px;cursor:e-resize;border:none!important;transition:0.5s}.next:hover{background:linear-gradient(-90deg,white,transparent)}#events-cta{background:var(--rintaro-blue);background-image:url(../img/event-form-background.jpg);background-position:top center;background-repeat:no-repeat;background-size:contain;color:#fff;display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:center;padding-top:20vh}#events-cta a{color:#fff;background-image:linear-gradient(0deg,var(--rintaro-red) 40%,transparent 40%)}#events-cta a:hover{background:var(--rintaro-red)}.form-description{padding-right:60px}#events-cta h2{color:#fff;max-width:320px}.events-form-header{margin-right:24px}#tripleseat_embed_form_inline{margin-bottom:64px;width:auto}#tripleseat_embed_form_inline h2{font-size:20px;font-weight:600}#tripleseat_embed_form_inline label{font-size:14px;font-weight:600;max-width:320px;margin-bottom:6px}#tripleseat_embed_form_inline input{height:32px;border-radius:8px}#tripleseat_embed_form_inline .ts_gdpr_consent input{height:16px;width:16px;margin-right:8px}#tripleseat_embed_form_inline label[for="lead_gdpr_consent_granted"]{font-weight:400!important;font-size:12px!important;line-height:1.3em;width:90%}input#lead_gdpr_consent_granted{min-width:24px!important}#tripleseat_embed_form_inline textarea{border-radius:8px}#tripleseat_embed_form_inline select{height:56px;border-radius:8px;padding:8px}#tripleseat_embed_form_inline input,#tripleseat_embed_form_inline textarea,#tripleseat_embed_form_inline select{background:rgb(255 255 255 / .1);color:#fff;border:solid 1px rgb(255 255 255 / .2)!important;min-width:128px}textarea#lead_additional_information{max-width:400px}#tripleseat_embed_form_inline .g-recaptcha{margin:8px 0;mix-blend-mode:luminosity}#tripleseat_embed_form_inline input.error,#tripleseat_embed_form_inline .location_list.error,.errorExplanation{background-color:#ff373254!important;border:1px solid #ff37325e!important;border-radius:8px!important}.errorExplanation li{margin:0}div#errorExplanation{padding:16px;color:#fff;max-width:400px;margin-right:32px}.timeselect{margin:-8px 0 0 8px;border-radius:8px;padding:8px;height:160px!important;width:200px!important}.timeselect a{padding:8px!important}#tripleseat_embed_form_inline .ui-datepicker a{background:#fff;color:#000}#tripleseat_embed_form_inline .lead_event_description,#tripleseat_embed_form_inline .lead_booking_description,#tripleseat_embed_form_inline .lead_additional_information,#tripleseat_embed_form_inline .lead_referral_source_other,#tripleseat_embed_form_inline .lead_delivery_instructions{width:-webkit-fill-available}.tripleseat_field.ts_powered_by{font-size:12px;margin-top:32px!important}input[type='checkbox']{accent-color:var(--rintaro-red)}.ui-datepicker select{float:none!important;height:40px;color:black!important;background:white!important}form{font-family:inherit;font-size:16px;line-height:20.8px;font-weight:700}input,textarea{font-family:inherit;font-size:16px;line-height:20.8px;padding:10px;border:none}.form-honeybear{display:none}.notices{padding:10px 30px;border-radius:2px}.notices p{color:var(--rintaro-black)}.green{background:var(--rintaro-turquoise)}textarea{height:100px}button,#tripleseat_embed_form_inline .button{color:#fff;font-weight:700;font-size:16px!important;border:2px solid #fff!important;padding:10px 20px;height:auto;background-image:linear-gradient(0deg,var(--rintaro-red) 48%,transparent 48%);cursor:pointer;border-radius:2px}button:hover,#tripleseat_embed_form_inline .button:hover{background-image:linear-gradient(0deg,var(--rintaro-red) 100%,transparent 100%)}button:hover{background:#fff;color:#000}.form-label{color:#fff;margin-bottom:4px}.form-field{margin-bottom:20px}@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1.5){#location-map{background-position:left -245px center}}@media only screen and (max-width:1460px){.column{padding:20px 40px}.yakitori-container p{font-size:14px;line-height:18.2px}.yakitori-container .menu-item{width:50%;min-width:140px;margin-bottom:10px}}@media only screen and (max-width:1024px){.open-sidenav{width:40vw}.open-main{margin-left:-40vw}.panel{font-size:24px}.panel img{height:30px}.subheading{font-size:16px}#intro img{width:80%}#event-types{grid-template-columns:50vw 50vw}#location{grid-template-columns:50vw 50vw}.two-column{grid-column-end:1}.two-column .column:nth-of-type(2){margin-top:0}#story{grid-template-columns:100vw;grid-template-rows:580px auto 200px auto}#story-heading{margin-top:-35px}#story .two-column{margin-top:0;padding:0 20px;display:flex;flex-direction:column;align-items:center}#press{background:var(--rintaro-yellow);grid-template-columns:100vw;grid-template-rows:0 380px 200px}#press-heading{grid-column-end:auto}#quote-container{height:50vh;padding:0}#press-logos{height:50vh}#press-heading img{display:none}#events-cta{flex-direction:column;padding:40px}.form-description{padding-right:0}}@media only screen and (max-width:750px){#hero{grid-template-columns:50vw 50vw;grid-template-rows:25vh 45vh auto}#hero-img{grid-column-start:1;grid-column-end:span 2;grid-row-start:1}#reservations{background-image:url(../img/reservation-panel-mobile.jpg);background-position:center top}#location-and-hours{background-image:url(../img/location-panel-mobile.jpg);background-position:center top}#intro{padding:0;grid-column-start:1;grid-column-end:span 2;display:flex;flex-direction:column;align-items:center;justify-content:center}#intro img{width:360px}.column{padding:0}#menu{display:flex;display:flex;flex-direction:column;align-items:center;padding:0 20px 90px 20px}#location{grid-template-columns:100vw;grid-template-rows:40vh auto}.address{grid-column-start:1;grid-row-start:2}#location-info{padding:90px 24px}#location-map{background-size:110%;background-position:center bottom;height:auto;grid-column-start:1;grid-row-start:1;grid-row-end:1}.hours{width:280px}.menu-item{max-width:420px}#menu-heading{margin:0;padding:0}#menu-heading p{max-width:420px}#menu-heading img,#story-heading img{max-width:420px;height:auto}.events-panel{grid-column-start:1;grid-column-end:span 2;height:auto;padding:60px 0}#event-types{grid-template-columns:100vw}#prix-fixe-heading{padding:0}#prix-fixe-heading img{margin-left:0;width:400px}#event-policies{display:flex;flex-direction:column;align-items:center;padding:60px 20px}#events-hero{background-image:url(../img/event-hero-mobile.jpg);background-position:center center}.notices{position:fixed;width:100vw;bottom:0;left:0}footer{padding:60px;flex-direction:column;align-items:flex-start}footer>img,footer>p{padding-bottom:30px}#social-icons img{display:none}#quote-container{display:none}#press-logos{height:100vh}#instagram-gallery{flex-direction:column;min-height:0}#instagram-gallery-label{width:80vw;padding:10vw}#instafeed img{width:50vw;height:50vw;object-fit:cover;margin-bottom:-4px}#instafeed a:last-of-type{display:inline}#home-event-cta{grid-template-columns:100vw}#home-event-hero{grid-column-start:1;background-position:center}#instagram-gallery{padding-top:0}#instagram-heading-container{display:none}.carousel-item img,.carousel-item video,.carousel-item iframe{height:84vw}.carousel-item video{width:84vw;object-fit:cover}}@media only screen and (max-width:500px){section{width:auto}#notification-bar>div{padding:10px 30px}#notification-bar div{width:75%;padding-left:20px}.sidenav{width:100vw;height:0}.open-sidenav{height:100vh}.open-main{margin-left:0}h2{font-size:28px}.panel{padding:0;font-size:16px;align-items:center}.panel span{text-align:center}.panel img{height:20px}.events-panel{padding:40px 20px}.event-type h4,.event-type p{padding:0 20px}#menu-heading img,#story-heading img{width:280px}#intro img{width:75%}.panel:hover .subheading{opacity:0}#prix-fixe-heading img{margin-left:0;width:280px}#yuzu{grid-row-start:3;background-size:680px;background-repeat:no-repeat;background-position:center bottom}#policies-heading img{height:auto;max-width:100%}#event-info{padding:90px 30px}input[type=date],input[type=email],input[type=text],input[type=tel],textarea{min-width:70vw}}