@charset 'UTF-8';
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,a,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    outline: none;
    background: transparent;
}
*,
*:before,
*:after{
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display: block;
}
span{
    font-weight: inherit;
}
ul{
    list-style: none;
    list-style-type: none;
}
li{
    list-style: none;
}
table{
    border-spacing: 0;
    border-collapse: collapse;
}
img{
    line-height: 0;
    border: none;
}
input,select,textarea,button,fieldset,label{
    vertical-align: middle;
    outline: none;
    background: none;
}
body{
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.77;
    color: #333;
    -webkit-text-size-adjust: 100%;
}
a,
a img,
button{
    transition: all .4s ease;
    text-decoration: none;
    color: #333;
}
button{
    cursor: pointer;
    border: none;
}
a:hover,
a.hoverBtn:hover,
button:hover{
    opacity: .6;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.clearfix:after,
main > section:after{
    display: block;
    clear: both;
    content: '';
}
.clB{clear: both;}
.alC{text-align: center;}
.alR{text-align: right;}
.flL{float: left;}
.flR{float: right;}
.show{display: block;}
.hide{display: none;}
.ilB{display: inline-block;}
.vaB{vertical-align: bottom !important;}
.posA{position: absolute;}
.posR{position: relative;}
.nowrap{white-space: nowrap !important;}
.fontS{font-size: .9em;}
.fontSS{font-size: .8em;}
.line,.line a{text-decoration: underline;}
.line:hover,.line a:hover,.link:hover{text-decoration: none;}
.link{text-decoration: underline;}
.nowrap{white-space: nowrap;}
.attention{font-weight: bold;color: #ff5050;}
a.noOpc:hover,.noOpc a:hover{opacity: 1;}
strong{font-weight: bold;color: #457ae6;}
b{font-weight: bold;}
em{color: #457ae6;}
.mt0{margin-top: 0 !important;}
.mt1{margin-top: 1em !important;}
.mt2{margin-top: 2em !important;}
.mt3{margin-top: 3em !important;}
.ml0{margin-left: 0;}
.w100{width: 100% !important;}
/*======================================
    loading
======================================*/
body.loading{
    overflow: hidden;
}
#loader{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff url(../img/loading.gif) center center no-repeat;
    background-size: 80px auto;
}
header{
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100%;
    background-color: #fff;
}
header.lower{
    z-index: 0;
}
header h1{
    position: absolute;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    display: inline-block;
    height: auto;
    margin: auto;
    text-align: center;
    color: #fff;
}
header span{
    font-size: 2.5em;
    line-height: 1.5;
    display: block;
    margin-top: .75em;
    text-align: center;
}
header br{
    display: none;
}
header p{
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 20%;
    left: 0;
    width: 5em;
    margin: auto;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
}
header p:before,
header p:after{
    position: absolute;
    right: 0;
    bottom: -68px;
    left: 0;
    width: 1px;
    margin: auto;
    content: '';
    background-color: #fff;
}
header p:before{
    height: 64px;
}
header p:after{
    left: -12px;
    height: 16px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.logoWrap{
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slick-slide{
    height: 100vh;
}
#slider img{
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    width: auto;
    min-width: 100%;
    max-width: inherit;
    height: auto;
    min-height: 100%;
    margin: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
nav{
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
}
nav > ul{
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 75%;
    margin: auto;
}
nav > ul > li{
    float: left;
}
nav > ul > li + li{
    margin-left: 9.6%;
}
nav > ul > li > a{
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 1.5em;
    position: relative;
    display: block;
    padding: 1.75vw 0;
    text-align: center;
}
nav > ul > li > a:hover{
    opacity: 1;
}
nav > ul > li > a:hover:before{
    right: 0;
    left: 0;
}
nav > ul > li > a:before{
    position: absolute;
    z-index: 2;
    right: 100%;
    bottom: 0;
    height: 3px;
    margin: auto;
    content: '';
    transition: all .4s ease;
    background: #333;
}
#navToggle{
    display: none;
}
main{
    display: block;
    position: relative;
    z-index: 2;
    padding: 1px 80px 0;
    background-color: #fff;
}
main:before,
main:after{
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
}
main:before{
    bottom: 100%;
    border-width: 0 81.7vw 6.1vw 16.1vw;
    border-color: transparent transparent #fff transparent;
}
main:after{
    top: 100%;
    border-width: 6.1vw 81.7vw 0 16.1vw;
    border-color: #fff transparent transparent transparent;
}
main > section{
    width: 100%;
    padding-top: 160px;
    background-color: #fff;
}
main > section > h2 > span,
main > section > div > h2 > span{
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 5em;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding-bottom: .45em;
    color: #7c858e;
}
main > section > h2 > span:after,
main > section > div > h2 > span:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-width: 25px 0 0 25px;
    border-style: solid;
    border-color: transparent transparent transparent #f1f3b0;
}
main > section > h2 > span ~ h2,
main > section > div > h2 > span ~ h2{
    margin-top: 3em;
}
main p,
main ul,
main ol,
main dl{
    margin-top: 2.25em;
    text-indent: initial;
}
main p,
main li,
main dt,
main dd{
    line-height: 1.5;
    overflow: hidden;
}
main .flL{
    margin-right: 1.5em;
}
main .flR{
    margin-left: 1.5em;
}
/*======================================
    other
======================================*/
main p.iconText,
main ul.iconText > li{
    font-size: .9em;
    padding-left: 1em;
    text-indent: -1em;
}
.frameBox{
    margin-top: 1em;
    padding: 2em;
    border-radius: 5px;
    background-color: #f7f7f7;
}
.frameBox :first-child{
    margin-top: 0;
}
.frameBox h3{
    background-color: #fff;
}
.frameBox h4{
    border-color: #fff;
}
/****** imgTxt ******/
.imgtxtBox > figure{
    position: relative;
    float: right;
    width: 59%;
}
.imgtxtBox > figure:before,
.imgtxtBox > figure:after{
    position: absolute;
    z-index: 9;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
}
.imgtxtBox > figure:before{
    top: 0;
    border-width: 2.8vw 16.2vw 0 37.5vw;
    border-color: #fff transparent transparent transparent;
}
.imgtxtBox > figure:after{
    bottom: 0;
    border-width: 0 16.2vw 2.8vw 37.5vw;
    border-color: transparent transparent #fff transparent;
}
.imgtxtBox img{
    display: block;
}
.imgtxtBox > div{
    float: right;
    width: 27.2%;
    margin-right: 4.5%;
}
.imgtxtBox h3{
    font-weight: bold;
    margin-top: 5em;
}
.menu > h2{
    text-align: center;
}
.menu > h2:after{
    right: 0;
    left: 0;
    margin: auto;
}
.menuInner{
    position: relative;
}
.menuInner:before,
.menuInner:after{
    position: absolute;
    z-index: 999;
    left: -80px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
}
.menuInner:before{
    top: 0;
    border-width: 6.1vw 81.7vw 0 16.1vw;
    border-color: #fff transparent transparent transparent;
}
.menuInner:after{
    bottom: 0;
    border-width: 0 81.7vw 6.1vw 16.1vw;
    border-color: transparent transparent #fff transparent;
}
.menuSection{
    position: relative;
}
.menuSection h2{
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 5em;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 50%;
    height: 100vh;
    text-align: center;
    color: #fff;
    background: center center no-repeat;
    background-size: cover;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menuSection h2.lower{
    visibility: hidden;
}
.menuSection h2:before,
.menuSection h2:after{
    position: absolute;
    z-index: 999;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
}
.menuSection h2:before{
    top: 0;
    border-width: 4.2vw 32.8vw 0 12.6vw;
    border-color: #f9fadf transparent transparent transparent;
}
.menuSection h2:after{
    bottom: 0;
    border-width: 0 32.8vw 4.2vw 12.6vw;
    border-color: transparent transparent #f9fadf transparent;
}
.menuSection h2.fixed{
    position: fixed;
    width: calc(50% - 80px);
    margin-left: 80px;
}
.menuSection > div > div{
    position: relative;
    float: right;
    width: 50%;
    padding: 80px;
}
.menuSection > div > div:before{
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-width: 0 32.8vw 4.2vw 12.6vw;
    border-style: solid;
    border-color: transparent transparent #f9fadf transparent;
}
.menuSection > div > div > :first-child,
.menuSection > div > div > div > :first-child{
    margin-top: 0 !important;
}
.menuSection > div > div > div{
    margin-top: 40px;
    padding: 40px;
    border: 1px solid rgba(51, 51, 51, .44);
}
.menuSection > div > div > div.oneLine{
    padding: 24px 40px;
}
.menuSection > div > div > div p{
    margin-top: .5em;
}
.menuSection > div > div > div h3 + p{
    font-weight: bold;
}
.menuSection h3{
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.25;
    margin-top: 80px;
}
.menuSection h3 > span{
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 1rem;
    display: inline-block;
}
.menuSection ul{
    margin-top: 2em;
}
.menuSection li{
    font-weight: bold;
    overflow: hidden;
    margin-top: 3em;
}
.menuSection li > span{
    float: right;
}
.reverse h2{
    float: right;
}
.menuSection.reverse h2:before,
.menuSection.reverse h2:after{
    left: auto;
    right: 0;
}
.menuSection.reverse h2:before{
    border-width: 4.2vw 12.6vw 0 32.8vw;
}
.menuSection.reverse h2:after{
    border-width: 0 12.6vw 4.2vw 32.8vw;
}
.reverse h2.fixed{
    right: 0;
    left: auto;
    margin: 0 80px 0 0;
}
.reverse > div > div{
    float: left;
}
#curry h2{
    background-image: url(../img/imgCurry.jpg);
}
#curry h2:before{
    top: 0;
    display: none;
}
#curry h2.fixed:before{
    display: block;
}
#curry > div > div{
    padding-top: 110px;
}
#curry > div > div:before{
    display: none;
}
#sweets h2{
    background-image: url(../img/imgSweets.jpg);
}
#sweets h2:after{
    border-bottom-color: #e6e6e7;
}
#sweets > div > div:before{
    border-bottom-color: #e6e6e7;
}
#drink h2{
    background-image: url(../img/imgDrink.jpg);
}
#drink h2:before{
    border-top-color: #e6e6e7;
}
#drink h2:after{
    border-bottom-color: #e6e6e7;
}
#drink > div > div{
    padding-bottom: 200px;
}
#drink > div > div:before{
    border-bottom-color: #e6e6e7;
    border-width: 0 12.6vw 4.2vw 32.8vw;
    left: auto;
    right: 0;
}
#curry{
    background-color: #f9fadf;
}
#sweets,
#drink{
    background-color: #e6e6e7;
}
.access{
    position: relative;
    margin-top: 0;
    padding: 160px 0;
    background-color: #fff;
}
.access h3{
    font-size: 1.5em;
    font-weight: bold;
}
.access h3 > span{
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: normal;
    margin-left: 1em;
}
.access dl{
    margin-top: 3em;
}
.access dt,
.access dd{
    float: left;
}
.access dt{
    width: 30%;
}
.access dt:after{
    content: '：';
}
.access dd{
    width: 70%;
}
.access p{
    margin-top: 2em;
}
.access p > a{
    padding-right: 4.4em;
    position: relative;
    display: inline-block;
    color: #4285f4;
}
.access p > a:before,
.access p > a:after{
    position: absolute;
    height: 1px;
    content: '';
    background-color: #4285f4;
}
.access p > a:before{
    right: 0;
    bottom: 0;
    width: 64px;
}
.access p > a:after{
    right: -3px;
    bottom: 5px;
    width: 16px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 9em 0 3.5em;
    background-color: #e6e6e7;
}
footer > p{
    text-align: center;
}
footer > div{
    margin-top: .6em;
    text-align: center;
}
footer > div ul{
    display: inline-block;
}
footer > div ul li{
    float: left;
}
footer > div ul li + li{
    margin-left: 1.8em;
}
footer > div ul li a{
    font-family: 'Fira Sans Condensed', sans-serif;
    position: relative;
}
footer > div ul li a:hover{
    opacity: 1;
}
footer > div ul li a:hover:before{
    right: 0;
    left: 0;
}
footer > div ul li a:before{
    position: absolute;
    right: 100%;
    bottom: 0;
    height: 3px;
    content: '';
    transition: all .4s ease;
    background: #e7351d;
}
footer > address{
    margin-top: 2em;
    text-align: center;
}
#pagetop{
    position: absolute;
    z-index: 9999;
    right: 24px;
    display: block;
    width: 26px;
    height: 64px;
}
#pagetop.active{
    position: fixed;
    bottom: 20px;
}
#pagetop.mount{
    position: absolute;
    top: calc(100% + 40px);
}
#pagetop:before,
#pagetop:after{
    position: absolute;
    width: 1px;
    content: '';
    background-color: #333;
}
#pagetop:before{
    top: 0;
    right: 0;
    left: 0;
    height: 64px;
    margin: auto;
}
#pagetop:after{
    top: -2px;
    right: 7px;
    height: 16px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
@media screen and (max-height: 650px){
    header p{
      display: none;
    }
}
@media screen and (max-width: 1280px){
    main{
        padding: 1px 0 0;
    }
    .menuSection h2.fixed{
        width: 50%;
        margin: 0;
    }
    .menuInner:before,
    .menuInner:after{
        left: 0;
    }
    .menuSection h2:before,
    .menuSection h2:after,
    .menuSection > div > div:before{
        border-right-width: 36.8vw;
    }
    .menuSection.reverse h2:before,
    .menuSection.reverse h2:after,
    #drink > div > div:before{
        border-left-width: 36.8vw;
    }
    .imgtxtBox{
        padding-right: 80px;
        padding-left: 80px;
    }
    .imgtxtBox > div{
        width: 36.5%;
    }
    nav > ul > li > a{
        padding: 1vw 0;
    }
}
@media screen and (max-width: 1024px){
    nav > ul > li > a{
        padding: .5vw 0;
    }
    .imgtxtBox,
    .menuSection > div > div{
        padding-right: 40px;
        padding-left: 40px;
    }
    #pagetop{
        right: 8px;
    }
    .slick-dots{
        right: 40px;
    }
}
@media screen and (min-width:737px) and ( max-width:813px){
    header.landscape h1 span {
        font-size: 1.5em;
    }
    header.landscape h1 > img{
        width: 60px;
    }
}
@media screen and (max-width: 769px){
    header h1 > img{
        width: 80px;
    }
    header h1 span{
        font-size: 1.5em;
    }
    header h1 br{
        display: block;
    }
    header p{
        display: none;
    }
    #slider .slick-track > div{
        -webkit-transform: none;
                transform: none;
    }
    #slider img{
        height: 100%;
    }
    .portrait #slider .slick-track > div:nth-child(1) > img{
        left: 65%;
    }
    .portrait #slider .slick-track > div:nth-child(2) > img{
        left: 12.5%;
    }
    .portrait #slider .slick-track > div:nth-child(3) > img{
        top: auto;
        bottom: 0;
        left: 85%;
    }
    .portrait #slider .slick-track > div:nth-child(4) > img{
        left: 55%;
    }
    .slick-dots{
        display: none !important;
    }
    nav{
        bottom: 1.25em;
    }
    nav > ul{
        width: calc(100% - 80px);
        text-align: right;
    }
    nav > ul > li{
        display: inline-block;
        float: none;
    }
    nav > ul > li > a{
        padding: 1.75vw 0;
        color: #fff;
    }
    main > section{
        padding-top: 80px;
    }
    main > section > h2 > span,
    main > section > div > h2 > span,
    .menuSection h2{
        font-size: 3em;
    }
    main > section > h2 > span:after,
    main > section > div > h2 > span:after{
        border-width: 16px 0 0 16px;
    }
    main:before,
    .menuInner:after,
    .menuSection h2:after,
    .menuSection.reverse h2:after{
        border-width: 0 81vw 6.1vw 15.5vw;
        left: 0;
        right: auto;
    }
    main:after,
    .menuInner:before,
    .menuSection h2:before,
    .menuSection.reverse h2:before,
    #drink > div > div:before{
        border-width: 6.1vw 81vw 0 15.5vw;
        left: 0;
        right: auto;
    }
    .access{
        padding: 80px 40px;
    }
    .imgtxtBox > figure,
    .imgtxtBox > div,
    .menuSection h2,
    .menuSection > div > div{
        float: none;
        width: 100%;
    }
    .imgtxtBox,
    .access,
    #curry > div > div,
    .menuSection > div > div{
        padding: 40px;
    }
    .imgtxtBox > div{
        margin-top: 40px;
    }
    .imgtxtBox > figure:before{
        border-width: 5.6vw 15.5vw 0 74vw;
    }
    .imgtxtBox > figure:after{
        border-width: 0 15.5vw 5.6vw 74vw;
    }
    #drink > div > div{
        padding-bottom: 80px;
    }
    .imgtxtBox h3{
        margin-top: 1em;
    }
    .menuSection h2{
        height: 480px;
    }
    .menuSection h2.fixed{
        position: relative;
        width: 100%;
    }
    .menuSection ul{
        margin-top: 0;
    }
    .access p,
    .access dl{
        margin-top: 1.25em;
    }
    footer{
        padding: 5em 0 2.25em;
    }
    footer:before{
        position: absolute;
        bottom: 100%;
        width: 100%;
        height: 10em;
        content: '';
        background-color: #e6e6e7;
    }
    footer > address{
        font-size: .75em;
    }
    footer > p > img{
        width: 60px;
    }
    #pagetop.mount{
        top: calc(100% + 20px);
    }
}
@media screen and (max-width: 737px){
    header.landscape span{
        margin-top: .25em;
    }
    header.landscape br{
        display: none;
    }
}
@media screen and (max-width: 600px){
    .portrait #slider .slick-track > div:nth-child(1) > img{
        left: 60%;
    }
    .portrait #slider .slick-track > div:nth-child(2) > img{
        left: 0;
    }
    .portrait #slider .slick-track > div:nth-child(3) > img{
        left: 130%;
    }
    .portrait #slider .slick-track > div:nth-child(4) > img{
        left: 65%;
    }
    nav > ul{
        width: calc(100% - 40px);
    }
    nav > ul > li + li{
        margin-left: 8%;
    }
    nav > ul > li > a{
        padding: 0;
    }
    main > section{
        padding-top: 40px;
    }
    .imgtxtBox,
    .access,
    #curry > div > div,
    .menuSection > div > div{
        padding: 40px 20px;
    }
    .menuSection h2{
        height: 320px;
    }
    .menuSection h3{
        margin-top: 40px;
    }
    .menuSection li{
        margin-top: 1.25em;
    }
    .menuSection > div > div > div,
    .menuSection > div > div > div.oneLine{
        margin-top: 20px;
        padding: 20px;
        text-align: left;
    }
    .menuSection > div > div > div.oneLine.center{
        text-align: left;
    }
    .access p > a{
      padding-right: 3.2em;
    }
    .access p > a:before{
        width: 48px;
    }
    footer{
        padding: 60px 0 40px;
    }
    footer > p > img{
        width: 60px;
    }
    #pagetop{
        right: 0;
    }
    #pagetop:before{
        height: 48px;
    }
}
@media screen and (max-width: 569px){
    header.landscape h1 > img{
        width: 60px;
    }
}
@media screen and (max-width: 320px){
    header h1 > img{
        width: 60px;
    }
    footer > p > img{
        width: 40px;
    }
}