@charset "utf-8";












































































/* ----------------------------------------------------------
Common Setting
---------------------------------------------------------- */


/*全体*/

body {
    font-family: "Noto Sans Japanese", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
    line-height: 1.5;
    min-width: 1140px;
}

.inner {
    width: 1140px;
    margin: 0 auto;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

@media only screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}














































































/*link*/

a:link,
a:visited,
a:active {
    color: #000;
    text-decoration: none;
    transition: 0.5s;
}

a:hover {
    opacity: 0.75;
    text-decoration: none;
    outline: 0
}

input:hover,
a:hover img {
    outline: 0
}














































































/*img*/

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}











































































/*clear*/

.clear_both {
    clear: both
}

.clear_left {
    clear: left
}

.clear_right {
    clear: right
}







































































/* ----------------------------------------------------------
header
---------------------------------------------------------- */

header {
    background-image: url(../img/header_bg.jpg);
}

header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.header_logo {
    padding-left: 85px;
}

.sns li:first-of-type {
    margin-bottom: 10px;
}




































































/* ----------------------------------------------------------
mv
---------------------------------------------------------- */

.mv {
    background-image: url(../img/mv_bg.jpg);
    background-position: center top;
}

.mv_logo {
    text-align: center;
    padding: 60px 0 75px;
}












































/* ----------------------------------------------------------
section_head
---------------------------------------------------------- */

.section_head {
    background-image: url(../img/section_head_bg.jpg);
    background-position: center;
}

.section_head .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section_head_left {
    margin-left: 10px;
}

.section_head_center {
    padding-right: 30px;
}

.section_head_right {
    margin-right: 10px;
}

.ramen_img {
    text-align: center;
}




/* ----------------------------------------------------------
section_hiyashi
---------------------------------------------------------- */

.section_hiyashi {
    background-image: url(../img/section_hiyashi_bg.jpg);
    background-position: center 130px;
    background-repeat: repeat-x;
    padding: 50px 0 70px;
}

.section_title {
    text-align: center;
}

.nice {
    background-color: #fff;
    border: 10px solid #000;
    padding: 45px 0;
    margin-top: 30px;
    margin-bottom: 60px;
}

.nice_title {
    text-align: center;
}

.nice_text {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    font-family: "Sawarabi Mincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin-top: 45px;
}

.nice_text span {
    font-size: 42px;
}

.ramen_layout {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.ramen_layout_right {
    width: 555px;
    box-sizing: border-box;
    background-color: #fff;
    border: 5px solid #000;
    padding: 25px 30px;
}

.ramen_title {
    text-align: center;
}

.ramen_text {
    margin-top: 10px;
    font-size: 18px;
    height: 180px;
}

.ramen_price {
    font-size: 21px;
    text-align: center;
}

.ramen_price span {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}

a.cart {
    color: #fff;
    font-size: 28px;
    text-align: center;
    background-color: #000;
    border-radius: 3px;
    margin: 0 auto;
    padding: 5px 0;
    width: 430px;
    display: block;
}

a.cart img {
    margin-right: 15px;
    margin-top: -5px;
}

.section_hiyashi a.cart {
    background: linear-gradient(#1753a5, #023983);
}




/* ----------------------------------------------------------
section_karauma
---------------------------------------------------------- */

.section_karauma {
    background-image: url(../img/section_karauma_bg.jpg);
    background-position: center 130px;
    background-repeat: repeat-x;
    padding: 50px 0 70px;
}

.section_karauma a.cart {
    background: linear-gradient(#af1704, #831103);
}




/* ----------------------------------------------------------
ingredient
---------------------------------------------------------- */

.ingredient {
    background-image: url(../img/ingredient_bg.jpg);
    padding: 50px 0 20px;
}

.ingredient_title {
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    font-family: "Sawarabi Mincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.ingredient_layout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.ingredient_box {
    font-size: 14px;
    width: 555px;
    background-color: #fff;
    box-sizing: border-box;
    border: 2px solid #000;
    padding: 20px;
    margin-bottom: 30px;
}











/*footer_menu*/

.footer_menu {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.footer_menu li {
    padding: 0 10px;
    line-height: 1;
}

.footer_menu li:not(:last-child) {
    border-right: solid #000 1px;
}

.footer_menu a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
}

.footer_menu a:hover {
    opacity: 1;
    text-decoration: underline;
}


.footer_menu a:hover {
    transition: auto;
}





































/* ----------------------------------------------------------
footer
---------------------------------------------------------- */


/*footer*/

footer {
    background-color: #000000;
}

.copyright {
    padding: 10px 0;
    text-align: center;
    font-size: 10px;
    color: #fff;
}






@media only screen and (max-width: 767px) {
    /* ----------------------------------------------------------
Common Setting
---------------------------------------------------------- */
    /*全体*/
    body {
        min-width: auto;
    }

    .inner {
        width: 95%;
    }
    /* ----------------------------------------------------------
header
---------------------------------------------------------- */
    header .inner {
        padding: 5px 0;
    }

    .header_logo {
        padding-left: 10%;
    }

    .header_logo img {
        width: 80px;
    }

    .sns li img {
        width: 30px;
    }

    .sns li:first-of-type {
        margin-bottom: 5px;
    }

    /* ----------------------------------------------------------
section_head
---------------------------------------------------------- */
    .section_head_left {
        margin-left: 10px;
    }

    .section_head_center {
        padding-right: 2%;
    }

    .section_head_right {
        margin-right: 10px;
    }

    .ramen_img {
        text-align: center;
    }
    /* ----------------------------------------------------------
section_hiyashi
---------------------------------------------------------- */
    .section_hiyashi {
        background-image: url(../img/section_hiyashi_bg.jpg);
        background-position: center top;
        background-repeat: repeat-x;
        padding: 20px 0 30px;
    }

    .section_title {
        text-align: center;
    }

    .section_hiyashi .section_title img {
        width: 72vw;
    }

    .section_karauma .section_title img {
        width: 77vw;
    }

    .nice {
        border: 5px solid #000;
        padding: 15px 10px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .nice_title img {
        width: 64vw;
    }

    .nice_text {
        font-size: 14px;
        margin-top: 15px;
    }

    .nice_text span {
        font-size: 18px;
    }

    .ramen_layout {
        display: block;
        margin-top: 15px;
    }

    .ramen_layout_left {
        text-align: center;
        margin-bottom: 10px;
    }

    .ramen_layout_right {
        width: 100%;
        border: 3px solid #000;
        padding: 10px 15px;
    }

    .ramen_text {
        font-size: 14px;
        height: auto;
    }

    .ramen_price {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .ramen_price span {
        font-size: 24px;
    }

    a.cart {
        font-size: 16px;
        width: 80%;
    }

    a.cart img {
        width: 20px;
        margin-right: 10px;
        margin-top: -5px;
    }

    .section_hiyashi a.cart {
        background: linear-gradient(#1753a5, #023983);
    }
    /* ----------------------------------------------------------
section_karauma
---------------------------------------------------------- */
    .section_karauma {
        background-image: url(../img/section_karauma_bg.jpg);
        background-position: center top;
        background-repeat: repeat-x;
        padding: 20px 0 30px;
    }
    /* ----------------------------------------------------------
ingredient
---------------------------------------------------------- */
    .ingredient {
        background-image: url(../img/ingredient_bg.jpg);
        padding: 15px 0 10px;
    }

    .ingredient_title {
        font-size: 28px;
    }

    .ingredient_layout {
        display: block;
        margin-top: 10px;
    }

    .ingredient_box {
        font-size: 12px;
        width: 100%;
        padding: 10px 15px;
        margin-bottom: 10px;
    }




    /*footer_menu*/
    .footer_menu {
        flex-direction: column;
        margin-top: 15px;
    }

    .footer_menu li {
        text-align: center;
        padding: 0;
    }

    .footer_menu li:not(:last-child) {
        border-right: none;
    }


    /* ----------------------------------------------------------
footer
---------------------------------------------------------- */
    /*footer*/
    .copyright {
        padding: 5px 0;
    }
}















}