@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,
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 {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    font-size: 14px;
    font-family: 'Noto Serif JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #231F20;
    line-height: 24px;
    font-weight: normal;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ul, ol {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration:none;
}

a {
    text-decoration: underline;
}
a:link {
    color: #000;
}
a:active {
    color: #000;
}
a:visited {
    color: #000;
}
a:hover {
    color: #451e03;
    text-decoration: none;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-size: 0%;
    line-height: 0%;
    vertical-align:bottom;
    -ms-interpolation-mode: bicubic;	/*←IE用画像縮小アルゴリズムの改善*/
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

strong,em{
    font-style:normal;
}


/*ClearFix*/
.clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
/*==================*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.marg15{
    margin-bottom: 15px;
}
.marg20{
    margin-bottom: 20px;
}
.marg30{
    margin-bottom: 30px;
}
.marg40{
    margin-bottom: 40px;
}
.marg50{
    margin-bottom: 50px;
}
.marg70{
    margin-bottom: 70px;
}
.font16{
    font-size: 16px;
}
.overhiden{
    overflow: hidden;
}
.border-bt{
    border-bottom: 2px solid #1B75BC;
}
.display-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-space-between{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.text-center{
    text-align: center;
}
p{
    margin: 0 0 10px;
}
.flex-end{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex-center{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
}
/*============*/

body{
    background: #fff url(../img/bg-white.png) right top no-repeat;
    min-height: 100vh;
}
body.top-page{
    background: #000 url(../img/bg-black.png) right top no-repeat;
}

@media (max-width: 767px) {
    .top-page,
    .bg-top {
        background-size: 70% auto !important;
    }
}

.wrapper{
    width: 100%;
    min-height: 100vh;
    border: 1px solid rgba(35, 31, 32, 0.3);
    background: transparent url(../img/bg-white-bot.png) left bottom no-repeat;
}
.top-page .wrapper{
    background: transparent url(../img/bg-black-bot.png) left bottom no-repeat;
}

.wrapper .bg-bot{
    margin: 0 auto;
    max-width: 1000px;
    min-height: 520px;
}

.wrapper.top-page .bg-bot{
    padding-bottom: 70px;
}

header{
    padding: 20px 0 16px;
}
header .left-header p{
    margin:0;
}
.container{
    max-width: 800px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.right-header img{
    margin-left: 5px;
}
.right-header a:nth-child(4) img{
    margin-left: 20px;
}
.banner{
    padding: 250px 30px;
}
.banner img{
    display: block;
    margin: 0 auto;
}

@media (max-width:767px){
    header{
        position: relative;
        background: #fff;
        border-bottom: 1px solid #ddd;
    }
    .top-page header{
        background: none;
        border-bottom: none;
        padding: 20px 40px 16px 15px;
    }
    .left-header{
        margin-left: 15px;
        /*margin-right: auto;*/
    }
    .right-header img{
        margin-left: 0;
        margin-right: 10px;
    }
}
@media (max-width:360px){
    .right-header a:nth-child(4) img{
        margin-left: 0;
    }
}
nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.top-page nav ul{
    margin: 0 auto;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
}

nav ul li{
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    margin-left: -1px;
    margin-bottom: 10px;
    padding: 0 10px;
    flex: 1;
}
nav ul li a{
    color: #000;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}
nav ul li a:visited{
    color: #000;
}
nav ul li a:hover{
    opacity: 0.9;
}
nav ul li img{
    display: block;
    margin: 0 auto;
}

.top-page nav ul li{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-left: -1px;
}
.top-page nav ul li a,.top-page nav ul li a:visited{
    color: #fff;
}

.lower-page .bg-bot{
    padding-bottom: 80px;
}
.lower-page p{
    font-size: 15px;
    line-height: 27px;
    margin: 0;
}
.lunch-page .item{
    padding: 0 20px;
    margin-bottom: 10px;
}
.lunch-page .item img{
    display: block;
    margin-bottom: 7px;
}
/*=========*/
.nav-mobile{
    display: none;
}
.navbar-toggler {
    position: absolute;
    top: 22px;
    right: 10px;
    width: 34px;
    height: 27px;
    border: none;
    z-index: 2;
}
.top-page .navbar-toggler{
    border: none;
}
.navbar-toggler-icon{
    position: absolute;
    top: calc(50% - 1px);
    right: 6px;
    left: 6px;
    border-top: 2px solid #000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-toggler-icon:first-child{
    position: absolute;
    top: 6px;
}
.navbar-toggler-icon:last-child{
    position: absolute;
    top: calc(100% - 7px);
}

.top-page .navbar-toggler-icon{
    border-top: 2px solid #fff;
}


.active .navbar-toggler .navbar-toggler-icon{
    display: none;
}
.active .navbar-toggler .navbar-toggler-icon:first-child{
    display: block;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.active .navbar-toggler .navbar-toggler-icon:last-child{
    display: block;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-mobile ul{
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: 110px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
}
.nav-mobile ul li{
    width: 50%;
    float: left;
}
.nav-mobile ul li:nth-child(2n){
    border-left: 1px solid #ddd;
}
.active .nav-mobile ul{
    height: 270px;
    border-top: 1px solid #ddd;
}
.active .wrapper:after{
    position: fixed;
    top: 110px;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.73);
}
.nav-mobile ul .item-menu a{
    background: #fff;
    text-align: center;
    padding: 10px 15px 10px 30px;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    color: #333;
    display: block;
    position: relative;
    text-align: left;
}
.nav-mobile ul .item-menu a:before{
    position: absolute;
    content: "";
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #000;
}

.lunch-page .content{
    padding-left: 0;
    padding-right: 0;
}
.lunch-page .title{
    margin-left: 440px;
}
.lunch-page .content .leftbox{
    margin-top: -115px;
}
.lunch-page .content .rightbox{
    width: calc(100% - 440px);
}

.flex-wrap{
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
@media (max-width: 991px){
    .lunch-page .content .rightbox{
        width: calc(100% - 410px);
    }
    .lunch-page .title{
        margin-left: 410px;
    }
}
@media (max-width: 767px){
    .wrapper {
        border: none;
    }
    .lunch-page .title{
        margin-left: 0;
    }
    .lunch-page .content .rightbox{
        width: 100%;
        padding: 0 15px;
    }
    .lunch-page .content .leftbox{
        margin-top: 0;
        margin-bottom: 15px;
    }
    .lunch-page .title{
        text-align: center;
    }
    .lunch-page .content .display-flex{
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }
    .nav-mobile{
        display: block;
    }
    nav{
        display: none;
    }
}
@media (max-width: 480px){

}


.lower-page h3.title-block{
    font-size: 28px;
    border-bottom: 1px solid rgba(35, 31, 32, 0.5);
    padding-bottom: 5px;
    margin-bottom: 30px;
    line-height: 35px;
}
.lower-page h3.title-block small{
    font-size: 16px;
}
.restaurant-page h3{
    margin-bottom: 30px;
}
.restaurant-page .item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 36px;
}

.restaurant-page .images-item{
    width: 380px;
}
.restaurant-page .images-item p{
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.restaurant-page .content-item{
    width: calc(100% - 430px);
}

.restaurant-page .about-skyward .content-item .switch-button{
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 224px;
    border: 1px solid rgba(35, 31, 32, 0.5);
    overflow: hidden;
    margin-bottom: 20px;
    background: #231F20;
    font-size: 17px;
    line-height: 23px;
    color: #fff;
    text-align: center;
}
.restaurant-page .about-skyward .content-item .switch-button.special-button{
    width: 330px;
}
.restaurant-page .about-skyward .content-item .switch-button a{
    display: block;
    flex: 1;
    text-decoration: none;
    background: #fff;
    color: #231F20;
}
.restaurant-page .about-skyward .content-item .switch-button a.active{
    background: transparent;
    color: #fff;
}
.restaurant-page .about-skyward .content-item p{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}

.restaurant-page .content-item .notes-box{
    font-size: 13px;
    line-height: 22px;
    text-align: right;
}
.restaurant-page .content-item .notes-box span{
    background: #D2232A;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    border-radius: 20px;
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
}
.restaurant-page .about-skyward .content-item .left-image{
    overflow: hidden;
}
.restaurant-page .about-skyward .content-item .left-image .image{
    float: left;
    margin-right: 10px;
}

.restaurant-page .about-skyward .content-item ul{
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    flex: 1 1 auto;
}
.restaurant-page .about-skyward .content-item ul+ul{
    margin-left: 10px;
}
.restaurant-page .about-skyward .content-item ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    /*border-bottom: 2px dotted rgba(35, 31, 32, 0.5);*/
}
.restaurant-page .about-skyward .content-item ul li.none:before{
    content: none;
}
.restaurant-page .about-skyward .content-item ul li:before{
    top: 10px;
    left: 0;
    width: 100%;
    border-bottom: 2px dotted rgba(35, 31, 32, 0.5);
    position: absolute;
    content: "";
}
.restaurant-page .about-skyward .content-item ul li span{
    background: #fff;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: -2px;
    border: 2px solid #fff;
    line-height: 18px;
    position: relative;
}
.restaurant-page .about-rental-hall{
    margin-top: 50px;
}
.restaurant-page .about-rental-hall .item{
    padding-bottom: 0;
}
.restaurant-page .about-rental-hall .content-item .notes-box{
    bottom: 0;
}
.restaurant-page .about-rental-hall p{
    overflow: hidden;
    margin-bottom: 2px;
}
.restaurant-page .about-rental-hall p span{
    float: left;
    max-width: calc(100% - 100px);
    line-height: 22px;
}

.company-page .content>h3{
    margin-left: 450px;
}
.company-page .content h3{
    margin-bottom: 30px;
}
.company-page .content p+h3{
    margin-top: 50px;
}
.company-page .content p{
    font-size: 15px;
    line-height: 36px;
    margin-bottom: 10px;
    overflow: hidden;
}
.company-page .content p span:first-child{
    float: left;
    width: 80px;
}
.company-page .content p span:last-child{
    float: left;
    width: calc(100% - 140px);
}
.company-page .content .images{
    width: 410px;
    margin-right: 40px;
    margin-top: -106px;
}
.company-page .content .content-block{
    width: calc(100% - 450px);
}

@media (max-width: 991px){

    .restaurant-page .about-skyward .item:first-child,.restaurant-page .about-skyward .item:nth-child(2){
        width: 100%;
    }
    .restaurant-page .about-skyward .content-item ul+ul:last-child{
        margin-left: 0;
    }

    .company-page .content .images {
        width: 390px;
        margin-right: 15px;
    }
    .company-page .content>h3{
        margin-left: 415px;
    }
    .company-page .content .content-block{
        width: calc(100% - 415px);
    }
    .company-page .content p span:first-child{
        width: 100px;
    }
    .company-page .content p span:last-child{
        width: calc(100% - 100px);
    }
}
@media (max-width: 767px){
    .lower-page .content{
        padding-left: 15px;
        padding-right: 15px;
    }
    .restaurant-page .about-skyward .content-item ul+ul{
        width: 100%;
        margin-left: 0;
        flex: 1 1 100%;
    }
    .company-page .content>h3{
        margin-left: 0;
        text-align: center;
    }
    .company-page .content .images {
        margin: 0 auto;
    }
    .company-page .content .content-block{
        width: 100%;
        margin: 30px auto 0;
        padding: 0 15px;
        max-width: 540px;
    }
    .company-page .content p span:first-child{
        width: 120px;
    }
    .company-page .content p span:last-child{
        width: calc(100% - 120px);
    }
}
@media (max-width: 602px){

    .restaurant-page .item{
        padding-bottom: 0;
    }
    .restaurant-page .images-item{
        margin: 0 auto 15px;
    }
    .restaurant-page .content-item{
        width: 100%;
    }
    .restaurant-page .about-skyward .content-item .switch-button{
        margin: 0 auto 20px;
    }
    .restaurant-page .content-item .notes-box{
        position: static;
        margin-top: 15px;
    }
    /*    .restaurant-page h3 img{
            display: block;
        }*/

}
@media (max-width: 480px){

    .lower-page h3.title-block{
        font-size: 24px;
    }
    .restaurant-page .about-skyward .content-item .switch-button.special-button{
        width: 240px;
        padding: 5px 10px;
        text-align: center;
    }


    .company-page .content p span:first-child{
        width: 100px;
    }
    .company-page .content p span:last-child{
        width: calc(100% - 100px);
    }
}
/* 12/03/2019 */
.subscribe{
    padding: 0;
    margin: 50px 0 100px;
}
.subscribe .display-flex{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.subscribe .images{
    margin-bottom: 15px;
}

.lunch-about{
    padding: 0;
    margin: 0 0 50px;
}
.lunch-about p,.subscribe p{
    line-height: 32px;
}
.lunch-about .images{
    display: flex;
    align-items: flex-end;
}
.lunch-about .images .leftimage{
    margin-right: 15px;
}
.lunch-about .images .rightimage{
    display: flex;
    align-items: flex-end;
}
.lunch-about .content-block{
    width: calc(100% - 320px);
}
.lunch-about .display-flex{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.lunch-contact-info{
    padding: 0;
    margin: 30px 0 0;
}
.lunch-contact-info .display-flex{
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
}
.lunch-contact-info .item{
    border-left: 1px solid #000;
    margin-bottom: 10px;
    padding: 0 15px 0 7px;
}
.lunch-contact-info .item h4{
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    margin: 0 0 7px;
}
.lunch-contact-info .item p{
    font-size: 13px;
    line-height: 17px;
    margin: 0;
}
.lunch-page .text-right{
    text-align: right;
}
.lunch-page.wrapper .bg-bot{
    padding-bottom: 50px;
}
@media (max-width: 991px){
    .subscribe .content-block{
        width: 100%;
        margin-bottom: 15px;
    }
}
@media (max-width: 603px){
    /*    .lunch-contact-info,.lunch-about,.subscribe{
            padding: 0 15px;
        }*/
    .subscribe {
        padding: 0;
        margin: 50px 0;
    }
    .lunch-about .content-block{
        width: 100%;
        margin-top: 15px;
    }
    .lunch-contact-info .item{
        width: 100%;
        max-width: 100%;
    }
    
    .lunch-about .images{
        align-items: center;
    }
    .lunch-about .images .rightimage{
        flex-wrap: wrap;
    }
    .lunch-about .images .rightimage img{
        width: 100%;
        max-width: 140px;
    }
    .lunch-about .images .rightimage img+img{
        margin-top: 5px;
    }
/*    .lunch-about .images img{
        width: 100%;
        margin-bottom: 10px;
    }*/
}

.picky-about-page p{
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 30px;
}
.picky-about-page p.marg50{
    margin-bottom: 50px;
}
.picky-about-page h4{
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 15px;
}
.picky-about-page h4+p{
    margin-bottom: 30px;
}
.picky-about-page h3.title-page{
    padding-left: 480px;
}

.ingredients-block+.ingredients-block{
    margin-bottom: 50px;
}
.ingredients-block .images{
    width: 450px;
    margin-top: -54px;
}

.ingredients-block .content-block{
    width: calc(100% - 480px);
    padding-top: 30px;
}
.ingredients-block+.ingredients-block .content-block{
    padding-top: 0;
}
.ingredients-block+.ingredients-block .images{
    margin-top: -150px;
}
.commitment-to-tea{
    max-width: 920px;
    margin: 0 auto;
}
.commitment-to-tea .images{
    width: 300px;
}
.commitment-to-tea .content-block{
    width: calc(100% - 330px);
}
.commitment-to-tea h3{
    margin-bottom: 15px;
}
@media (max-width:992px){
    .picky-about-page h3.title-page{
        padding-left: 330px;
    }
    .ingredients-block .images{
        width: 300px;
    }
    .ingredients-block .content-block{
        width: calc(100% - 330px);
    }
}
@media (max-width:768px){
    .ingredients-block+.ingredients-block .images{
        margin: 0 auto 30px;
    }
    .picky-about-page h3.title-page{
        padding-left: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    .ingredients-block .images,.commitment-to-tea .images{
        margin: 0 auto;
    }
    .ingredients-block .content-block,.commitment-to-tea .content-block{
        width: 100%;
    }
}

.swiper-container {
    margin-top: 100px;
    margin-bottom: 50px;
}

.swiper-slide img {
    display: block;
    width: 770px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 768px) {
    .swiper-container {
        margin-top: 84px;
        margin-bottom: 25px;
    }
}

.konjyo {
    margin-left: 10px;
    display: inline;
}

.konjyo-top{
    margin-bottom: 0;
    text-align: right;
    color:#fff;
}
@media (max-width: 768px){
    .konjyo-top{
        display: none;
    }
}

div.left-header img{
    vertical-align: top;
}

/* Top index 2 */
header.display-flex{
    padding: 20px 7px 16px;
    align-items: center;
}
header.display-flex p{
    color: #fff;
    font-size: 10.5px;
    line-height: 27px;
    margin-bottom: 0;
}
.section-about-images .contain-about-images{
    display: flex;
    flex-wrap: wrap;
}
.section-about-images .contain-about-images .box-images{
    display: flex;
    flex-wrap: wrap;
    width: 37%;
    margin-bottom: 80px;
}
.section-about-images .contain-about-images .witb1{
    width: calc(100% - 14px);
}
.section-about-images .contain-about-images .witb2{
    width: calc(50% - 14px);
}
.section-about-images .contain-about-images .box-images:last-child{
    width: 63%;
}
.section-about-images .contain-about-images .box-images .item-image{
    margin: 7px;
}
.section-about-images .contain-about-images .box-images .item-image a:hover{
    opacity: 0.7;
}
@media (max-width: 767px){
    header.display-flex{
        flex-wrap: wrap;
    }
    header.display-flex .header-logo{
        width: 100%;
        margin-bottom: 30px;
    }
    header.display-flex .header-logo p{
        text-align: center;
    }
    header.display-flex .header-logo .image{
        text-align: center;
    }
    header.display-flex .header-contact-info{
        width: 100%;
    }
}
@media (max-width: 603px){
    .section-about-images .contain-about-images .box-images{
        margin-bottom: 0;
    }
    .section-about-images .contain-about-images .box-images:last-child{
        margin-bottom: 80px;
    }
    .section-about-images .contain-about-images .box-images,
    .section-about-images .contain-about-images .box-images:last-child{
        width: 100%;
    }
    .section-about-images .contain-about-images .witb2{
        max-width: calc(100% - 30px);
    }
    .section-about-images .contain-about-images .box-images .item-image{
        width: 320px;
        margin: 7px auto;
    }
}

/* box-ingredients */
.box-ingredients{
    text-align: center;
}
.box-ingredients h3{
    margin: 0 0 20px;
}
.section-commitment-to-tea{
    text-align: center;
}
.section-commitment-to-tea h3{
    margin: 0 0 15px;
}

.lunch-about .leftcol{
    width: 50%;
}
.lunch-about .rightcol{
    width: calc(50% - 60px);
    margin-left: 60px;
}
.lunch-about .rightcol p{
    margin-bottom: 30px;
}
.lunch-about .rightcol img{
    margin-top: 10px;
}
/* Delivery lunch */
.about-delivery{
    padding: 40px 0 40px 40px;
    background: url(../img/delivery/042020/delivery_bg01.png) left top repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 50px;
}
.about-delivery .content-box p{
    color: #fff;
    font-size: 19px;
    line-height: 35px;
}
.delivery-quality{
    margin-bottom: 100px;
}
.delivery-quality .title-page{
    text-align: center;
    margin: 0 0 30px;
}
.delivery-quality .description,
.lunch-page .description{
    text-align: center;
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 50px;
}
.delivery-quality  .item-feature{
    text-align: center;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 30px;
}
.delivery-quality  .delivery-info{
    font-size: 15px;
    line-height: 27px;
}
.delivery-quality  .delivery-info br{
    display: none;
}
.delivery-quality  .delivery-info br:first-child{
    display: block;
}

.delivery-nagono-campus h4{
    text-align: center;
    font-size: 1.7em;
    line-height: 27px;
    margin: 0 0 15px;
}
.delivery-nagono-campus p{
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 15px;
}

.restaurant-page .marg50{
    margin-bottom: 50px;
}
.restaurant-page .sky-word h3{
    text-align: center;
    margin-bottom: 15px;
}
.restaurant-page .description{
    text-align: center;
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 50px;
}
.restaurant-page .title-page{
    font-size: 27px;
    line-height: 32px;
    text-align: center;
}
.restaurant-page .title-page span{
    font-size: 18px;
}

.restaurant-page .content-item h4{
    font-size: 16px;
    line-height: 21px;
    padding: 5px;
    background: #231f20;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    margin: 0 0 10px;
}
.restaurant-page .content-item ul{
    width: calc(50% - 15px);
}
.restaurant-page .about-skyward .images-item,.restaurant-page .about-skyward .content-item{
    margin-bottom: 30px;
}
.restaurant-page .about-skyward .content-item ul li{
    margin-bottom: 7px;
}
.btn.btn-outline-dark{
    display: block;
    font-weight: 400;
    text-align: center;
    border: 1px solid #231f20;
    padding: 7px 15px;
    font-size: 18px;
    line-height: 28px;
    color: #231f20;
    margin: 0 auto;
    text-decoration: none;
    margin: 15px 0;
}
.text-quote{
    font-size: 13px;
    line-height: 21px;
}
.restaurant-night{
    margin-bottom: 100px;
}

.restaurant-night .item-feature,
.reception-room .item-feature{
    text-align: center;
    margin: 0 auto 30px;
}

.reception-room h3{
    text-align: center;
}

.btn-bg-red{
    background: #D2232A;
    color: #fff;
    text-align: center;
    padding: 4px 20px;
    border-radius: 20px;
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    text-decoration: none;
}
.btn-bg-red:link,
.btn-bg-red:visited{
    color: #fff;
}
.btn-bg-red:hover{
    color: #fff;
    opacity: 0.7;
}
.lower-page p.reception-room-info{
    padding: 0;
    margin-bottom: 30px;
}
.header-contact-info{flex-direction: column;padding-left: 20px;}
.header-contact-info .right-header{justify-content: flex-end;margin-bottom:10px;}
.header-contact-info .right-header a{display: flex;align-items: flex-end;}
.header-contact-info .note{text-align: left;font-size: 12.2px;}
.top-banner{width:100%;position:relative;}
.top-banner  img{width:100%;}
.top-banner  img.top-icon{
  position: absolute;
  right: 0;
  width: 18vw;
bottom: -14vw;z-index: 99999;
}

.top-banner .des {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0,0,0,0.5);
}
.top-banner .des h3{color:#fff;font-size: 25px;margin: 0;}
.top-banner .des h1{color:#fff;font-size: 45px;margin: 45px 0 25px;}
.top-banner .des h3.en{font-size: 22px;}
.top-banner .right {
  position: absolute;
  z-index: 999999;
  right: 60px;
  top: 40px;
  color: #fff;
  text-decoration: rebeccapurple;
  text-orientation: inherit;
  writing-mode: tb;
}
.top-banner .right h2{color: #fff;font-size: 35px;margin: 0 30px 0 0;letter-spacing: 10px;}
.top-banner .right h2:first-child{margin-right:0;}
@media (max-width:992px){
	.top-banner .right {right:20px;}
	.top-banner .right h2{font-size: 20px;margin: 0 20px 0 0;letter-spacing: 5px;}
}
@media (max-width:500px){
	.top-banner .right {right:10px;top:20px;}
	.top-banner .right h2{font-size: 13px;margin: 0 0px 0 0;letter-spacing: 0px;}
}	
footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
}

.fleft a{margin-right:30px;}
p.copyright{text-align:center;margin:30px 0 0px;width:100%;}
.top-page footer {
  color:#fff;
}
.top-page footer .fleft span{
  color:#fff;
}
.top-page footer .fright{
  color:#fff;
}
.top-page p.copyright {
  color:#fff;
}
@media (max-width: 991px){
    .about-delivery{
        flex-wrap: wrap;
        padding: 30px;
    }
    .about-delivery .content-box{
        margin: 0 auto 30px;
        text-align: center;
    }
    .about-delivery .images{
        margin: 0 auto;
    }

    .restaurant-page .content-item ul {
        width: calc(100% - 15px);
    }
}
@media (max-width: 767px){
    .header-contact-info{padding-left: 0px;}
	.right-header a:nth-child(4) img {margin-left: 10px;}
	.top-banner .des h1{font-size: 22px;}
	.top-banner .des h3{font-size: 20px;}
	.top-banner .des h3.en{font-size: 20px;}
	.restaurant-page .images-item{
        margin: 0 auto;
        max-width: 100%;
    }
    .restaurant-page .content-item{
        width: 100%;
    }

    .lunch-about .leftcol{
        margin-bottom: 50px;
    }
    .lunch-about .leftcol,.lunch-about .rightcol{
        width: 100%;
        margin-left: 0;
    }
    .delivery-quality .display-flex{
        flex-wrap: wrap;
    }
    .delivery-quality .item-feature{
        max-width: 270px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .restaurant-page .description{
        text-align: left;
    }
    .delivery-quality  .delivery-info br{
        display: block;
    }
    .delivery-quality .description, 
    .lunch-page .description{
        text-align: left;
    }
	footer {  flex-direction: column;}
	.fleft {
	  margin-bottom: 20px;
	  display: flex;
	  flex-direction: column;
	}
}