h1, h2, h3, h4, h5, h6, p,
ul {
    padding: 0;
    margin: 0;
}
body {
    display: flex;
    margin: 0 auto;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#content {
    width: 100vw;
    background-color: black;
    color: white;
    text-align: center;
    margin: 0 auto;
}

ul {
    list-style-type: none;
    overflow: hidden;
}

.text-ver {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    min-width: 1.85em;
}
.flex-container-hor {
    display: flex;
    justify-content: space-between;
}
.flex-container-ver {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hide {
    display: none;
}

.hide-on-m {
    display: none;
}

@media screen and (min-width: 768px) {

    body {
        width: 768px;
    }
    #content {
        width: 768px;
    }

}

@media screen and (min-width: 1080px) {

    .hide-on-m {
        display: block;
    }
    .hide-on-d {
        display: none;
    }

    body {
        width: 1080px;
    }
    #content {
        width: 1080px;
    }

}

/*************************************************************************/

/*** MOBILE MENU ***/
#mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-color: white;
    z-index: 99;
}
#mobile-menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#mobile-menu-top > div {
    position: relative;
}
#mobile-menu-logo {
    max-height: 30px;
    margin-left: 3vw;
}
#mobile-menu-logo-2 {
    position: absolute;
    top: 6px;
    left: 50px;
    max-height: 20px;
}
#mobile-menu-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background-image: url("../parts/mobile-menu-ham.svg");
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
    padding: 8px 15px;
    margin-right: 5px;
}
#links {
    display: none;
    text-align: center;
}
#links a {
    font-weight: bold;
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
    border-bottom: 2px solid black;
}
#mobile-menu-social {
    display: flex;
    justify-content: space-around;
    height: 52px;
    border-bottom: 4px solid black;
    padding: 0 25%;
}
#mobile-menu-social .icon-fb {
    background-image: url("../parts/menu-icon-fb-black.svg");
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
    border-bottom: none;
}
#mobile-menu-social .icon-inst {
    background-image: url("../parts/menu-icon-inst-black.svg");
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
    border-bottom: none;
}

/**** TOP ****/
#top {
    display: flex;
    position: relative;
    margin: 0 0 -8px 0;
}


/**** TOP SUB ****/
#top-sub {
    display: flex;
    position: absolute;
    top: 15px;
    left: 15px;
    flex-direction: column;
    align-items: center;
    width: 50px;
    background-color: #231815;
    padding: 0.8em 0.4em;
    z-index: 101;
}
#top-sub img {
    width: 100%;
}
#top-sub p {
    writing-mode: vertical-rl;
    text-align: start;
    font-size: 0.6em;
    padding: 1.5em 2px 0 0;
}
#top-sub-bgd-sphere {
    position: absolute;
    bottom: 20px;
    right: 15px;
}

@media screen and (min-width: 768px) {

    #top {
        margin: 0;
    }

    #top-sub {
        position: relative;
        top: 0;
        left: 0;
        width: 110px;
        padding: 2.5em 1em;
    }
    #top-sub img {
        width: auto;
    }
    #top-sub p {
/*        font-size: 0.6em;*/
        padding: 2em 12px 0 0;
    }
    #top-sub-bgd-sphere {
        bottom: -55px;
        right: 27px;
    }

}


/**** TOP MAIN MENU ****/
#main-menu {
    display: none;
}


@media screen and (min-width: 768px) {

    #mobile-menu {
        display: none;
    }

    #main-menu {
        display: block;
        color: black;
        background-color: white;
    }
    #main-menu ul {
        display: flex;
        justify-content: flex-end;
    }
    #main-menu ul li.menu-text {
        font-size: 0.9em;
        padding: 1.8em 1.4em 0.9em;
    }
    #main-menu ul li a:link,
    #main-menu ul li a:visited,
    #main-menu ul li a:active {
        font-weight: 600;
        color: black;
        text-decoration: none;
        transition: 0.2s;
    }
    #main-menu ul li a:hover {
        font-weight: bold;
        border-top: 2px solid;
        border-bottom: 2px solid;
        padding: 0.3em 0;
    }
    #main-menu .icon-fb,
    #main-menu .icon-inst {
        display: inline-block;
        width: 28px;
        height: 28px;
        background-color: black;
        background-repeat: no-repeat;
        background-position: center;
        margin: 1.3em 0.1em 0;
        transition: 0.4s;
    }
    #main-menu #menu-social {
        margin: 0 1em 0 0.4em;
    }
    #main-menu .icon-fb {
        background-image: url("../parts/menu-icon-fb-white.svg");
        background-size: 23px;
    }
    #main-menu .icon-inst {
        background-image: url("../parts/menu-icon-inst-white.svg");
        background-size: 24px;
    }
    #main-menu .icon-fb:hover,
    #main-menu .icon-inst:hover {
        background-color: white;
        border: none;
        padding: 0;
    }
    #main-menu .icon-fb:hover {
        background-image: url("../parts/menu-icon-fb-black.svg");
    }
    #main-menu .icon-inst:hover {
        background-image: url("../parts/menu-icon-inst-black.svg");
    }

}

/**** TOP MAIN ****/
#top-img {
    position: relative;
    margin-top: 44px;
}
#top-img .hide-on-d {
    width: 100%;
}
#top-main-title {
    position: absolute;
    width: 14%;
    top: 20px;
    right: 4vw;
}
#brush-top-1 {
    display: none;
    position: absolute;
/*
    top: 5px;
    right: 3px;
    width: 98%;
*/
}
#brush-top-2 {
    display: none;
}
#top-arrow {
    display: none;
}


@media screen and (min-width: 768px) {

    #top-img {
        margin-top: 0;
        margin-bottom: -5px;
    }

}

@media screen and (min-width: 1080px) {

    #top-main-title {
        width: auto;
        top: 35px;
        right: 70px;
    }
    #brush-top-1 {
        display: block;
        top: 15px;
        left: 10px;
        width: auto;
    }
    #brush-top-2 {
        display: block;
        position: absolute;
        top: 510px;
        right: 227px;
    }
    #top-arrow {
        display: block;
        position: absolute;
        bottom: -28px;
        right: 25px;
    }

}


/**** NEWS-KODAWARI ****/
#news-kodawari {
    text-align: justify;
    background-image: url("../parts/news-kodawari-bgd.jpg");
    background-repeat: repeat-y;
    background-position: top center;
}

/**** NEWS ****/
#news {
    position: relative;
    color: white;
    padding: 20px 25% 5px 90px;
    z-index: 10;
}
#news #oshirase-title {
    margin: 0 0 0 0;
}
#news > div {
    display: flex;
}
#scroll-container {
    position: relative;
    padding: 1em 1em 0.5em 0;
}
#news-content {
    height: 110px;
    overflow: scroll;
}
#news article {
    display: flex;
    flex-direction: column;
    font-size: 0.6em;
    line-height: 1.8;
    border-bottom: 1px solid white;
    padding-bottom: 15px;
    margin: 0 0 12px 0;
}
#news article:last-child {
    border: none;
}
#news article img {
    width: 172px;
    height: 100px;
    margin: 0.5em 0 0 0;
    border: 1px solid white;
}
#news article .article-date {
    margin-right: 10px;
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
    color: white !important;
}
#news article a {
  color: white;
  font-size: 1.1em;
}

#news-nav {
    margin-top: 20px;
}
#news-nav ul,
#news-nav ul, li {
    padding: 0;
    margin: 0;
}
.news-nav-item {
    background-color: #888;
    width: 15px;
    height: 15px;
    margin-top: 8px;
}
.news-nav-item:first-child {
    background-color: white;
    margin-top: 0;
}
.news-nav-item:hover {
    background-color: white;
    cursor: pointer;
}

#brush-news-1 {
    display: none;
}
#brush-news-2 {
    display: none;
}
#brush-news-end {
    width: 100%;
    max-width: 363px;
}

@media screen and (min-width: 768px) {

    #news {
        padding: 20px 25% 30px 90px;
    }

    #brush-news-1 {
        display: block;
        position: absolute;
        top: 190px;
        right: 28px;
    }
    #brush-news-end {
        display: none;
    }

}

@media screen and (min-width: 1080px) {

    #news-kodawari {
        background-repeat: no-repeat;
        background-position: top left;
    }

    #news {
        padding: 35px 260px 5px 130px;
    }
    #scroll-container {
        padding: 1em 1em 2em 0;
    }
    #news article {
        display: flex;
        flex-direction: row;
        margin: 0 0 15px 0;
    }
    #news article:last-child {
/*        border: none;*/
    }
    #news article img {
        margin: 0 2px 0 45px;
    }

    #news-nav {
        margin-top: 18px;
    }
    .news-nav-item {
        width: 12px;
        height: 12px;
        margin-top: 6px;
    }

    #brush-news-1 {
        display: block;
        position: absolute;
        top: 230px;
        right: 28px;
    }
    #brush-news-2 {
        display: block;
        position: absolute;
        top: 107px;
        right: 26px;
    }

}


/**** KODAWARI ****/
#kodawari {
    position: relative;
    padding: 4em 5vw 2em 5vw;
    margin-top: -3em;
}
#kodawari-umare {
    display: flex;
    flex-direction: column;
}
#kodawari-umare-copy-block {
    order: 2;
}
#kodawari-umare-small-img {
    display: none;
}
#kodawari-umare-title-img-block {
    position: relative;
    order: 1;
    text-align: right;
}
#kodawari-umare-title-img-block img {
    width: 100%;
}
#kodawari-umare-title-img-block img#kodawari-umare-title {
    width: 80%;
    margin: 0;
}
#kodawari-umare-title-img-block img#brush-kodawari-umare {
    width: 60%;
    margin-right: -5vw
}
#kodawari-umare-img-2 {
    display: none;
}
#kodawari-umare p {
    font-size: 0.9em;
    letter-spacing: 0.5px;
}
#kodawari-umare #kodawari-copy {
    padding: 0em 0 1.5em;
}
#kodawari-umare #kodawari-tenshu {
    display: block;
    text-align: right;
}

#kodawari-passion {
    display: flex;
    flex-direction: row-reverse;
    /* justify-content: flex-end; */
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    padding: 5em 1em 0 3vw;
}
#brush-kodawari-passion {
    display: none;
}
#kodawari-passion-title {
    display: none;
}
#kodawari-passion .kodawari-passion-part {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    position: relative;
    padding: 0 0 3em 0;
}
#kodawari-passion .kodawari-passion-part > img {
    width: 50px;
}
#kodawari-passion .img-ver-text {
    display: flex;
    flex-direction: column;
    height: 418px;
    margin-right: 1em;
}
#kodawari-passion p {
    font-size: 0.9em;
    line-height: 1.4;
    padding-top: 1em;
    z-index: 10;
}
#kodawari-passion .bgd-rect-1 {
    position: absolute;
    top: 357px;
    left: -20px;
}
#kodawari-passion .bgd-rect-2 {
    position: absolute;
    top: 322px;
    left: 28px;
}

@media screen and (min-width: 375px) {

    #kodawari-passion-title {
        top: 5em;
        right: 15px;
    }

    #kodawari-passion .kodawari-passion-part > img {
        width: auto;
    }

}


@media screen and (min-width: 768px) {

    #kodawari-umare-small-img {
        display: block;
        float: left;
        margin: 0 1.5em 0.3em 0;
    }

    #kodawari-passion {
        justify-content: flex-end;
    }
    #kodawari-passion-title {
        display: block;
        position: absolute;
        top: 5em;
        right: 8px;
    }

    #kodawari-passion .kodawari-passion-part {
        padding: 0 0 3em 2em;
    }

}

@media screen and (min-width: 1080px) {

    #kodawari {
        padding: 2.5em 2em 2em 4em;
        margin-top: 0;
    }
    #kodawari-umare {
        flex-direction: row;
        padding-right: 1em;
    }
    #kodawari-umare-copy-block {
        order: 1;
    }
    #kodawari-umare-title-img-block {
        order: 2;
    }
    #kodawari-umare-title-img-block img#kodawari-umare-title {
        width: auto;
        margin: 0.7em 0 0;
    }
    #kodawari-umare-title-img-block img#brush-kodawari-umare {
        position: absolute;
        top: 80px;
        right: -3em;
        margin: 0;
        width: auto;
    }
    #kodawari-umare-main-img {
        width: auto;
    }
    #kodawari-umare-title-img-block img {
        width: auto;
    }
    #kodawari-umare-img-2 {
        display: block;
        float: right;
        margin-top: -40px;
    }
    #kodawari-umare #kodawari-copy {
        padding: 4.8em 0 1.5em;
    }

    #kodawari-passion {
        flex-wrap: nowrap;
        padding: 3em 2em 0 0;
    }
    #brush-kodawari-passion {
        display: block;
        position: absolute;
        top: 2.7em;
        right: -2em;
    }
    #kodawari-passion-title {
        position: relative;
        top: 0;
        right: 0;
        margin: 0 0 0 0.5em;
    }
    #kodawari-passion .kodawari-passion-part {
        padding: 0 3.2em 0 0;
    }

}


/**** MENU ****/
#menu {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: black;
    padding: 3.5em 0 3.2em;
    margin-top: -2em;
}
#menu ul {
    display: flex;
    flex-direction: row-reverse;
}
#menu ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0.5em;
    min-width: 1.85em;
}

#menu p {
    font-size: 1.25em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
#brush-long-1 {
/*    LINE*/
    display: none;
}

#menu-title-group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#menu-title {
    padding: 0.8em 0 0 2em;
}
#menu-men-icon {
    max-width: 25%;
    padding-right: 1.7em;
}


@media screen and (min-width: 1080px) {

    #menu {
        padding: 2.1em 0 3.2em;
        margin-top: 0;
    }

    #menu-title {
        padding: 0.8em 0 0 4em;
    }
    #menu-men-icon {
        max-width: auto;
        padding-right: 3.7em;
    }
    #brush-long-1 {
        display: block;
        position: absolute;
        top: 38px;
        left: -10px;
    }

}


/**** MENU-1 ****/
#brush-long-2 {
    display: none;
}
#menu-1 {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    position: relative;
    padding: 0 5vw 3em;
    margin-top: -5.5em;
    z-index: 10;
}
#menu-special-1 {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    padding: 0 5vw 0.7em 2.5em;
}
#menu-1 ul {
    height: 14.5em;
}
#menu-special-1 > div {
    display: flex;
    flex-direction: column;
    padding-left: 2em;
}
#menu-special-icon-1 {
    max-width: 40vw;
    padding-bottom: 0.3em;
    margin-right: -3em;
}
#menu-special-title-1 {
    max-width: 30vw;
}
#menu-tonkotsu-ramen {
    width: 100%;
    margin: -16em 0em 0 0em;
}
#menu-special-3 {
    display: flex;
    align-items: flex-start;
    margin: 8em 5vw 0 0;
}
#menu-special-3 h3 {
    font-size: 1em;
}
#menu-special-icon-2 {
    width: 20vw;
}


@media screen and (min-width: 375px) {

    #menu-special-1 {
        padding: 0 10vw 0.7em 2.5em;
    }

}

@media screen and (min-width: 768px) {

    #brush-long-2 {
        display: block;
        position: absolute;
        top: 50px;
        right: 2.5em;
        height: 600px;
    }

    #menu-1 {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0 3.7em 1.6em 0em;
        margin-top: -2em;
        z-index: 10;
    }
    #menu-special-1 {
        padding: 0 0 0.7em 2.5em;
    }
    #menu-special-icon-1 {
        max-width: 120px;
        padding-bottom: 0.3em;
        margin-right: -3em;
    }
    #menu-special-title-1 {
        max-width: 10vw;
    }

    #menu-tonkotsu-ramen {
        width: 50%;
        margin: 4.5em -4em 0 2em;
    }
    #menu-1 ul li {
        padding-left: 0em;
    }
    #menu-1 p {
        font-size: 1em;
    }

    #menu-special-3 {
        display: flex;
        align-items: flex-start;
        margin: 4em 2.5em 0 0;
    }
    #menu-special-3 h3 {
        font-size: 1.17em;
    }
    #menu-special-icon-2 {
        width: 100px;
    }

}

@media screen and (min-width: 1080px) {

    #brush-long-2 {top: 106px;
        right: 4.9em;
        height: auto;
    }

    #menu-1 {
        padding: 0 3.7em 1.6em 3.2em;
        margin-top: -5.5em;
    }
    #menu-special-1 {
        padding: 0 0 0.7em 2.5em;
    }
    #menu-special-icon-1 {
        max-width: auto;
    }
    #menu-special-title-1 {
        max-width: auto;
    }

    #menu-tonkotsu-ramen {
        width: auto;
        margin: 3.5em -4em 0 2em;
    }
     #menu-1 ul li {
        padding-left: 0.5em;
    }
    #menu-1 p {
        font-size: 1.25em;
    }

    #menu-special-3 {
        margin: 8em 2.5em 0 0;
    }
    #menu-special-icon-2 {
        width: 112px;
    }

}


/**** MENU-2 ****/
#brush-sep-omori {
    align-self: flex-start;
    width: 80%;
}
#menu-2 {
    display: flex;
    flex-direction: column;
    padding: 2em 5vw 0.7em;
}
#menu-omori {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}
#menu-omori p {
    font-size: 1.1em;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    padding: 1.7em 0;
}
#menu-omori h2 {
    font-size: 2.5em;
    font-weight: bold;
    color: red;
    line-height: 1;
}

#menu-kaedama {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items:flex-start;
    letter-spacing: -0.4px;
    border: 1px solid white;
    padding: 1em 1em 1em 0;
}
#menu-kaedama img {
    width: 20px;
}
#menu-kaedama p {
    font-size: 0.9em;
}
#menu-kaedama p.slightly-smaller {
    max-height: 230px;
    font-size: 0.8em;
    text-align: left;
    line-height: 1.6;
    padding: 0 1em 0 0.3em;
}
#menu-kaedama ul {
    height: 13.5em;
    text-align: right;
    padding: 0.6em 0.4em 0 0.9em;
}
#menu-kaedama ul li {
    min-width: 1.5em;
    padding-left: 0;
}

#menu-kodawari-menu {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2em 1em;
}
#menu-kodawari-menu-title {
    padding: 0 0.8em 0 1em;
}
.menu-kodawari-menu-item {
    height: 256px;
    background-color: red;
    padding: 0.8em 0.5em 0 0.5em;
    margin: 0 1em 0 1em;
}
#menu-dashi-title {
    padding: 0 0 0.3em 0.5em;
}
#menu-men-title {
    padding: 0.8em 0 0.9em 0.5em;
}
#menu .menu-kodawari-menu-item ul li {
    padding-left: 0em;
}


@media screen and (min-width: 375px) {

    #menu-omori p {
        font-size: 1.3em;
    }
    #menu-omori h2 {
        font-size: 3em;
    }

    #menu-kaedama img {
        width: auto;
    }
    #menu-kaedama p {
        font-size: 1.1em;
    }
    #menu-kaedama p.slightly-smaller {
        max-height: 240px;
        font-size: 1.04em;
        text-align: left;
        line-height: 1.2;
        padding: 0 1em 0 0.3em;
    }

}

@media screen and (min-width: 410px) {

    #menu-kaedama p {
        font-size: 1.25em;
    }

}

@media screen and (min-width: 768px) {

    #menu-2 {
        display: grid;
        grid-template-areas:
        "r1-c1 r1-c1"
        "r2-c1 r2-c2";
        margin-bottom: 2em
    }
    #menu-omori {
        grid-area: r1-c1;
    }
    #menu-kaedama {
        grid-area: r2-c2;
    }
    #menu-kodawari-menu {
        grid-area: r2-c1;
        padding: 0;
    }

}

@media screen and (min-width: 1080px) {

    #brush-sep-omori {
        width: auto;
    }
    #menu-2 {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        height: 268px;
        padding: 0.8em 5.5em 0.7em 5.2em;
        margin-bottom: 0;
    }

    #menu-omori p {
        padding: 1.7em 0 0 0;
    }

    #menu-kaedama {
        min-width: 385px;
        letter-spacing: -0.4px;
        padding: 1em 1em 0 0;
    }
    #menu-kaedama img {
        width: auto;
    }
    #menu-kaedama ul li {
        min-width: 1.85em;
        padding-left: 0.3em;
    }

    #menu-kodawari-menu {
        justify-content: space-between;
        padding: 0;
    }
    #menu-kodawari-menu-title {
        padding: 0 0.8em 0 0.2em;
    }
    .menu-kodawari-menu-item {
         margin: 0 0.5em 0 0;
    }

}


/**** MENU-3 ****/
#brush-long-3 {
    width: 90%;
    padding: 0 0 2em 10%;
}
#menu-3 {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0.8em;
}
#menu-3-left,
#menu-3-right {
    display: flex;
    flex-direction: column;
}

#menu-3-left {
    position: relative;
    align-items: flex-start;
    margin-left: 5vw;
}
#brush-long-4 {
    display: none;
}
#menu-chashu-men,
#menu-negi-ramen {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    min-height: 342px;
    margin: 1.3em 0 1.3em 0;
}
#menu-chashu-men-title,
#menu-negi-ramen-title {
    padding-left: 2.2em;
}
#menu-chashu-men ul {
    height: 22em;
}
#menu-negi-ramen {
    padding-left: 2.6em;
    margin-top: 1.4em;
}
#menu-negi-ramen ul {
    height: 21.5em;
    margin-bottom: 0.4em;
}
#brush-long-5 {
    width: 95%;
    margin-left: -5vw;
    margin-right: 0;
}

#menu-sets {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    min-height: 342px;
    margin: 2.4em 0 2.6em 0;
}
#menu-sets-title {
    padding-left: 2.4em;
}
#menu-sets ul {
    height: 26em;
}
#brush-long-6 {
    display: none;
}
#brush-sep-kids {
    width: 95%;
    margin-left: -5vw;
}
#menu-kids {
    display: flex;
    flex-direction: row-reverse;
    margin: 2em 1em 0 0;
}
#menu-kids > * {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#menu-kids-title-group {
   margin-left: 2em;
}
#menu-kids-img {
    width: 90%;
}
#menu-kids ul {
    padding-top: 1em;
    min-height: 19em;
}
#menu-kids ul li {
    padding: 0 0.5em;
}
#brush-kids-v {
    display: none;
}


@media screen and (min-width: 768px) {

    #menu-3-left {
        display: grid;
        grid-template-areas:
        "r1-c1 r1-c2"
        "r2-c1 r2-c2";
        grid-row-gap: 2em;
        margin: 2em 5vw;
    }
    #menu-chashu-men {
        grid-area: r1-c2;
    }
    #menu-negi-ramen {
        grid-area: r1-c1;
    }
    #menu-sets {
        grid-area: r2-c2;
    }
    #menu-kids {
        grid-area: r2-c1;
    }

    #brush-sep-short,
    #brush-long-5,
    #brush-sep-kids {
        display: none;
    }

}

@media screen and (min-width: 1080px) {

    #menu-3-left {
        grid-row-gap: 0;
        display: flex;
        margin: 0 0 0 8.0em;
    }

    #brush-sep-short {
        display: block;
    }
    #brush-long-5 {
        display: block;
        width: auto;
        margin-left: -3.1em;
        margin-right: -7em;
    }

    #menu-sets {
        min-height: 342px;
        margin: 2.4em 0 2.6em 2.8em;
    }
    #menu-sets-title {
        padding-left: 4.2em;
    }

    #brush-long-6 {
        display: block;
        position: absolute;
        top: -2.5em;
        right: -3.8em;
    }

    #brush-sep-kids {
        display: block;
        width: auto;
        margin-left: -25em;
    }
    #menu-kids {
        margin: 3.5em 0 0 -5em;
    }
    #menu-kids-img {
        width: auto;
    }

    #brush-kids-v {
        display: block;
        margin: -3.7em 0 0 2.5em;
    }

}


#menu-shio-ramen,
#menu-maze-soba,
#menu-chahan,
#menu-gyoza,
#menu-lunch {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin: 0 5vw;
}
#menu-shio-ramen h3,
#menu-maze-soba h3,
#menu-chahan h3,
#menu-gyoza h3 {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
#menu-shio-ramen ul,
#menu-maze-soba ul {
    height: 15.8em;
}
#menu-shio-ramen ul li,
#menu-maze-soba ul li {
    padding-left: 0.2em;
    min-width: 1em;
}
#menu-shio-ramen ul p,
#menu-maze-soba ul p {
    font-size: 1.0em;
}
#menu-shio-ramen-title {
    margin-left: -0.8em;
}
#menu-shio-img-group {
    display: flex;
    flex-direction: column;
    width: 55%;
}
#menu-shio-ramen-img {
    width: 110%;
}
#menu-maze-soba-img {
    width: 55%;
}
#menu-shio-ramen-img,
#menu-maze-soba-img {
    margin: 3em -0.5em 0 -0.5em;
}
#menu-best-icon {
    align-self: flex-end;
    margin: 0 0 -3.5em 0;
}
#brush-sep-maze-soba {
    width: 90%;
    margin: 1em 0 1em 0;
}

#menu-extras {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid white;
    padding: 0.3em 0;
    margin: 1.2em 5vw 1.2em 5vw;
}
#menu-extras #extras-1,
#menu-extras #extras-2 {
    display: flex;
    justify-content: center;
    padding: 1em 0.35em;
    margin: 0 0.8em;
}
#menu-extras #extras-2 {
    border-top: 1px solid white;
    border-left: none;
}
#menu-extras #extras-1 > div,
#menu-extras #extras-2 > div {
    padding: 0 0.4em;
}
#menu-extras p {
    font-size: 0.95em;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}

#brush-sep-chahan {
    width: 90%;
    margin: 0.4em 0 1em 0;
}
#menu-chahan {
    padding: 0.5em 0;
}
p#chahan-omori {
    font-size: 1.2em;
    padding-top: 1.2em;
}
#menu-chahan-img {
    width: 50%;
    padding: 0 0.5em;
}
#menu-chahan ul {
    height: 16em;
    padding-top: 0.7em;
}
#menu-chahan ul li {
    padding-left: 0.2em;
    min-width: 1.2em;
}
#menu-chahan ul p {
    font-size: 1em;
}

#brush-sep-gyoza {
    width: 90%;
    margin: 0.8em 0 1em 10%;
}
#menu-gyoza {
    margin: 0 5vw 0.8em 5vw;
}
#menu-gyoza h3 {
    text-align: left;
    line-height: 1.2;
}
#menu-gyoza-title {
    padding: 1em 0.5em 0 0;
}
#menu-gyoza > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 3.3em;
    padding: 1.5em 0 0.3em;
}
p#gyoza-price {
    font-size: 2em;
    font-weight: bold;
    letter-spacing: -4px;
    color: red;
    padding-top: 0.3em;
}
#menu-gyoza-img {
    width: 55%;
    margin-top: 2em;
}

#brush-sep-lunch {
    width: 90%;
    margin: 0.8em 0 0.5em 10%;
}
#menu-lunch {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 1em 5vw 1em 5vw;
}
#menu-lunch-title {
    width: 18vw;
    margin-left: 4vw;
}
#menu-lunch-tonkotsu,
#menu-lunch-shio {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 1.5em 1.3em 2em 0;
}
#menu-lunch-tonkotsu ul,
#menu-lunch-shio ul {
    min-height: 30em;
    padding: 1.7em 0.8em 0 0;
}
#menu-lunch-tonkotsu ul li,
#menu-lunch-shio ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0.1em;
}
#menu-lunch-tonkotsu ul li div,
#menu-lunch-shio ul li div {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    align-items: center;
    min-width: 3em;
}
#menu-lunch h4 {
    font-size: 1.2em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    background-image: url("../parts/menu-lunch-set-frame-img.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 0.8em 0.5em;
    margin-bottom: 1.4em;
}

#brush-sep-food-end {
    width: 90%;
    margin: 0.3em 0 0 0;
}


@media screen and (min-width: 768px) {

    #menu-shio-img-group {
        width: 80%;
    }
    #menu-shio-ramen-img {
        width: 110%;
    }
    #menu-maze-soba-img {
        width: 80%;
    }

    #menu-shio-ramen ul li,
    #menu-maze-soba ul li {
        padding-left: 0.5em;
        min-width: 1.85em;
    }
    #menu-shio-ramen ul p,
    #menu-maze-soba ul p {
        font-size: 1.25em;
    }

    #menu-extras {
        flex-direction: row;
        justify-content: center;
        padding: 0.8em 0;
        margin: 1.2em 3.5em 1.2em 3.5em;
    }
    #menu-extras #extras-1,
    #menu-extras #extras-2 {
        padding: 1em 0.85em;
        margin: 0;
    }
    #menu-extras #extras-2 {
        border-top: none;
        border-left: 1px solid white;
    }
    #menu-extras p {
        font-size: 1.2em;
    }

    #brush-sep-chahan {
        margin: 0.8em 0 1.4em 0;
    }
    #menu-chahan {
        padding: 0.5em 0;
        justify-content: center;
    }
    p#chahan-omori {
        font-size: 1.2em;
        padding-top: 1.2em;
    }
    #menu-chahan-img {
        width: 30%;
        padding: 0 1.5em;
    }
    #menu-chahan ul {
        height: 19.5em;
        min-width: 7em;
    }
    #menu-chahan ul li {
        padding-left: 0.3em;
        min-width: 1.85em;
    }
    #menu-chahan ul p {
        font-size: 1.25em;
    }

    #menu-gyoza {
        justify-content: center;
    }
    #menu-gyoza-img {
        width: 40%;
        margin-right: 1em;
    }

    #menu-lunch {
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin: 1em 3.5em 1em 5vw;
    }

}

@media screen and (min-width: 1080px) {

    #brush-long-3 {
        width: auto;
        padding: 0 4.9em 0 5.2em;
    }
    #menu-3 {
        flex-direction: row;
        justify-content: space-between;
        padding-top: 0.8em;
    }

    #brush-long-4 {
        display: block;
        position: absolute;
        top: -0.9em;
        left: -3.15em;
    }

    #menu-shio-ramen,
    #menu-maze-soba,
    #menu-chahan,
    #menu-gyoza,
    #menu-lunch {
        margin: 0 5.2em 0 0;
    }

    #menu-shio-img-group,
    #menu-shio-ramen-img,
    #menu-maze-soba-img {
        width: auto;
    }

    #menu-shio-ramen-img,
    #menu-maze-soba-img{
        margin: 0 0 0 -1em;
    }
    #brush-sep-maze-soba {
        width: auto;
        margin: 0 0 0.3em 0;
    }

    #menu-extras {
        margin: 1.2em 3.5em 1.2em 0.2em;
    }
    #menu-extras p {
        font-size: 1em;
    }

    #brush-sep-chahan {
        width: auto;
        margin: 0.4em 0 1em 0;
    }
    #menu-chahan {
        justify-content: flex-start;
    }
    #menu-chahan-img {
        width: auto;
        padding: 0 2em;
    }
    #menu-chahan ul {
        min-width: auto;
    }
    #menu-chahan ul li {
        padding-left: 0.5em;
    }

    #brush-sep-gyoza {
        width: auto;
        margin: 0.8em 0 0.5em 9em;
    }
    #menu-gyoza {
        justify-content: flex-start;
        margin: 0 3.5em 0.8em 0;
    }
    #menu-gyoza h3 {
        line-height: 1.2;
    }
    #menu-gyoza-title {
        padding: 1em 0.7em;
    }
    #menu-gyoza > div {
        min-width: 3.3em;
        padding: 2em 1em 0.3em;
    }
    p#gyoza-price {
        font-size: 2.4em;
    }
    #menu-gyoza-img {
        width: auto;
        margin-right: 0;
    }

    #brush-sep-lunch {
        width: auto;
        margin: 0.8em 0 0.5em 9em;
    }
    #menu-lunch {
        flex-direction: row-reverse;
        align-items: flex-start;
        margin: 1em 3.4em 1em 0;
    }
    #menu-lunch-title {
        width: auto;
        margin-left: 0;
    }
    #menu-lunch-tonkotsu,
    #menu-lunch-shio {
        padding: 1.5em 1.3em 0 0;
    }

    #brush-sep-food-end {
        width: auto;
        margin: 0.3em 0 0 -1.8em;
    }

}


/**** MENU-4 ****/
#menu-4 {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin: 1.2em 5vw 0 5vw;
}
#brush-sep-drinks-start {
    width: 95%;
    margin: 2em 0 1.5em;
}
#menu-drinks {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 3em;
}
#drinks-title-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.6em;
}
#drinks-title {
    width: 20vw;
}
#drinks-lemons {
    width: 30vw;
}
#drinks-lemons {
    padding-top: 0.5em;
}
#menu-drinks p.smaller {
    font-size: 0.8em;
    margin: 1.2em -0.5em -1em 0.7em;
}
#menu-drinks ul li {
    padding-left: 0.2em;
}
#brush-sep-drinks {
    display: none;
}
#menu-gyoza-set {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}
#gyoza-set-title {
    width: 20vw;
    padding: 0 5vw;
}
#gyoza-set-img-group {
    position: relative;
}
#gyoza-set-img {
    width: 100%;
}
#highball-img {
    position: absolute;
    top: 45px;
    left: -30px;
    width: 35vw;
}
p#gyoza-set-discount {
    font-size: 0.8em;
    text-align: left;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    margin: 0.8em 0;
}
p#gyoza-set-menu-d {
    display: none;
}
p#gyoza-set-menu-m {
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-align: left;
    line-height: 1.3;
}
p#gyoza-set-price {
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-align: left;
    font-size: 1.6em;
}


@media screen and (min-width: 768px) {

    #menu-4 {
        align-content: space-between;
        flex-wrap: nowrap;
    }
    #drinks-title {
        width: 70px;
    }
    #drinks-lemons {
        width: 90px;
    }
    #gyoza-set-title {
        width: 70px;
        padding: 0 25px 0 15px;
    }

    #highball-img {
        top: 60px;
        left: -70px;
        width: 200px;
    }

    #gyoza-set-discount {
        position: absolute;
        top: 0.7em;
        left: 0.7em;
    }
    p#gyoza-set-discount {
        font-size: 1.1em;
        margin: 0;
    }
    p#gyoza-set-menu-m,
    p#gyoza-set-price {
        text-align: right;
    }
}

@media screen and (min-width: 1080px) {

    #menu-4 {
        margin: 1.2em 2em 0 3em;
    }
    #brush-sep-drinks-start {
        display: none;
    }
    #menu-drinks {
        margin-bottom: 0;
    }
    #drinks-title,
    #drinks-lemons {
        width: auto;
    }
    #menu-drinks p.smaller {
        font-size: 0.9em;
        margin: 1.2em -0.5em -1em 0.3em;
    }
    #brush-sep-drinks {
        display: block;
        margin: -1.2em 1.2em 0 2em;
    }
    #menu-drinks ul li {
        padding-left: 0.5em;
    }

    #gyoza-set-title {
        width: auto;
        padding: 0 2.2em;
    }
    #gyoza-set-img {
        width: auto;
    }
    #highball-img {
        position: absolute;
        top: 45px;
        left: -105px;
        width: auto;
    }
    #gyoza-set-discount {
        position: absolute;
        top: 0.7em;
        left: 0.7em;
    }
    p#gyoza-set-discount {
        font-size: 1.1em;
        margin: 0;
    }
    p#gyoza-set-menu-d {
        display: block;
        position: absolute;
        top: 0.7em;
        right: 1em;
        text-align: left;
        line-height: 1.3;
    }
    p#gyoza-set-menu-m {
        display: none;
    }
    #gyoza-set-price {
        position: absolute;
        bottom: 0.5em;
        right: 1.6em;
    }
    p#gyoza-set-price {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        text-align: center;
        font-size: 1.6em;
    }

}

#menu-m img {
    width: 100%;
}

#menu {
    display: none;
}

@media screen and (min-width: 1080px) {

    #menu-m {
        display: none;
    }

    #menu {
        display: block;
    }

}

/**** INFO ****/
#info {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 4em 5vw 2em 5vw;
    margin-top: -2em;
}
#info-group {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: black;
    font-size: 0.7em;
    line-height: 2;
    text-align: left;
    max-width: 239px;
    margin-bottom: 2em;
}
#info-group img {
    margin-bottom: 1.5em;
}
#info iframe {
    width: 100%;
    height: 200px;
    background-color: #ccc;
}


@media screen and (min-width: 768px) {

    #info {
        flex-direction: row;
        justify-content: center;
        padding: 2em 0 2em 2em;
        margin-top: 0;
    }
    #info-group {
        max-width: auto;
        margin-right: 3em;
        margin-bottom: 0;
    }
    #info-group img {
        margin-bottom: 0;
    }
    #info iframe {
        width: 280px;
    }

}

@media screen and (min-width: 1080px) {

    #info {
        padding: 2em 0 2em 11em;
    }

}


/**** RECRUIT ****/
#recruit {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: white;
    background-image: url("../parts/recruit-bgd.jpg");
    background-repeat: no-repeat;
    background-position: center;
    padding: 1.5em 0 1em;
}
#recruit-frame {
    display: inline-block;
    border: 2px solid white;
    padding: 0 60px;
    margin: 40px 0 5px;
}
#recruit-frame h2 {
    font-size: 2em;
    font-weight: bold;
    margin: 3px 0 -8px;
}
#recruit-frame p {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
}
#recruit-catch {
    font-size: 0.7em;
    font-weight: bold;
    margin: 20px 0 16px;
}
#recruit-comming-soon {
    display: inline-block;
    color: white;
    background-color: #231815;
    padding: 0.4em 1.2em;
    margin: 3px 0 30px;
    transition: 0.4s;
}
#recruit-comming-soon:hover {
    color: #231815;
    background-color: white;
}

@media screen and (min-width: 1080px) {

    #recruit {
        height: 305px;
        padding: 0;
    }
    #recruit-frame h2 {
        font-size: 3.7em;
        margin: -8px 0;
    }
    #recruit-catch {
        font-size: 1.3em;
    }
    #recruit-comming-soon {
        margin: 3px 0 0;
    }

}


/**** FOOTER ****/
footer {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: white;
    background-color: #231815;
    text-align: center;
    padding: 25px 0 2em;
}
#footer-nav a:link,
#footer-nav a:visited,
#footer-nav a:active {
    font-size: 0.9em;
    font-weight: bold;
    color: white;
    text-decoration: none;
    transition: 0.4s;
}
#footer-nav ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0.2em 10%;
}
#footer-nav ul li {
    flex: auto;
    margin: 0.7em;
}
#copyright {
    font-size: 0.7em;
    margin-top: 2em;
}


@media(hover: hover) and (pointer: fine) {

    #footer-nav a:hover {
        color: #231815;
        background-color: white;
    }

}

@media screen and (min-width: 600px) {

    #footer-nav ul {
        flex-direction: row;
        justify-content: space-between;
    }
    #copyright {
        font-size: 0.8em;
    }

}

@media screen and (min-width: 1080px) {

/*
    footer {
        padding: 5px 0 70px;
    }
    #footer-nav a:link,
    #footer-nav a:visited,
    #footer-nav a:active {
        font-size: 1.2em;
    }
*/
    #footer-nav ul li {
        border-right: 0.2px solid #FFFFFF99;
    }
    #footer-nav ul li:last-child {
        border: none;
    }
/*
    #copyright {
        font-size: 1em;
    }
*/

}
