@charset "UTF-8";

/* ==========================================================================
共通
========================================================================== */

.w_center {
    margin-left: auto;
    margin-right: auto;
}

.center {
    text-align: center;
}

#shokutaku_roll {
    font-size: 16px;
    line-height: 180%;
}

h1 {
    font-size: 44px;
    font-weight: 200;
}

h2 {
    font-size: 28px;
    font-weight: 200;
}

.p50 {
    padding: 50px;
}


#shokutaku_roll img {
    width: 75%;
}

.left {
    float: left;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.txt24 {
    font-size: 24px;
    font-weight: 600;
}

.txt_left {
    text-align: left;
}

.strong {
    font-weight: 600;
}

.flex {
    width: 100%;
    display: flex;
}


@media print,
screen and (min-width: 769px) {
    .contents {
        width: 1024px;
    }

    .sp_br {
        display: none;

    }

    .width90 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) {
    .contents {
        width: 100%:
    }

    .pc_br {
        display: none;

    }

    .small {
        font-size: 75%;
    }

    .sp_w90 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .sp_text_left {
        text-align: left;
    }

    .width90 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #shokutaku_roll img {
        width: 90%;
    }


}

/* ==========================================================================
mainイメージまわり
========================================================================== */

@media print,
screen and (min-width: 769px) {

    #contents {
        width: 1024px;
        margin: 0 auto;
    }

    #main_img {
        width: 100%;
        height: 420px;
        background-size: 1400px, 420px;
        background-image: url(../img/head.png);
        background-position: center;
        background-repeat: no-repeat;
        background-color: #ff8d3a;
    }

    .title {
        width: 1024px;
        height: 420px;
        font-size: 16px;
        line-height: 1.6;
    }

    .name {
        width: 325px;
        height: 420px;
        background-color: rgba(255, 255, 255, 0.8);
    }
    h1 {
        font-weight: 200;
        padding-top: 130px;
        padding-bottom: 20px;
    }

}

@media screen and (max-width: 767px) {

    #main_img {
        width: 100%;
        height: 220px;
        background-size: cover;
        background-image: url(../img/head_sp.png);
        background-position: center;
        background-repeat: no-repeat;
        background-color: #ff8d3a;
    }

    .title {
        width: 100%;
        height: 220px;
        font-size: 1.1em;
        line-height: 1.6;
    }

    .name {
        width: 50%;
        height: 220px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    h1 {
        font-size: 1.3em;
        padding-top: 40px;
    }

}


/* ==========================================================================
HOW
========================================================================== */

#how {
    width: 100%;
    background-color: #f9fcd4;
    text-align: center;
    padding-bottom: 50px;
}

.r_btn {
    position: relative;
    background-color: #d66511;
    color: #ffffff;
    padding: 3px 80px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 20px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;
}

.to {
    position: absolute;
    left: 10%;
    top: 25%;
}



@media print,
screen and (min-width: 769px) {

    #how ul {
        display: flex;
        width: 1024px;
    }
    #how li {
        width: 33%;
    }
}

@media screen and (max-width: 767px) {

    #how ul {
        width: 100%;
    }
    #how li {
        width: 50%;
        float: left;
    }
    .nm50 {
        margin-left: 25%;
    }
}

/* ==========================================================================
new_levan
========================================================================== */

#new_levan h4 {
    font-size: 24px;
    color: #ffff57;
}

#new_levan_point .cate_title {
    margin: 50px 0;
    display: inline-block;
    padding: 0 50px;
    background: url(../img/dot.png) repeat-x;
    text-align: center;
    background-position: center;
}

#new_levan_point .cate_title h3 {
    font-weight: 600;
    color: #c54e37;
    background-color: #ffffff;
}

#new_levan_point .point1 {
    width: 350px;
    min-height: 150px;
    padding: 20px;
    margin: 0 40px;
    background-color: #fcf2ca;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    filter: drop-shadow(3px 3px 0 #ddb64a);
}

#new_levan_point .txt24 {
    border-bottom: solid 1px #e61919;
    margin: 10px 0;
    color: #5e2f0d;
}

#new_levan_about {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
    background-color: #5e2f0d;
    color: #ffffff;
    text-align: left;
}

#new_levan_about h3 {
    margin: 0;
    color: #ffff57;
}



@media print,screen and (min-width: 769px) {

    #point1 {
        width: 800px;
    }
    .item {
        width: 360px;
        margin-left: 50px;
    }
    .new_levan h3 {
        margin: 40px 0;
    }
    #new_levan_about {
        width: 984px;
        margin-top: 50px;
        margin-top: 50px;
        padding: 20px;
        background-color: #5e2f0d;
        color: #ffffff;
        text-align: left;
    }

}

@media screen and (max-width: 767px) {
    
    #new_levan {
        margin-top:40px;
    }

    #point1 {
        width: 100%;
    }
    .line {
        width: 100%;
        background: url(../img/dot.png) repeat-x;
        background-position: center;
        text-align: center;
    }
    #new_levan_about {
        width: 85%;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 5%;
        background-color: #5e2f0d;
        color: #ffffff;
        text-align: left;
    }
    #new_levan_point .point1 {
        width: 100%;
        min-height: 150px;
        padding: 3%;
        margin: 5%;
        text-align: left;
    }
    #new_levan_point .cate_title {
        width: 70%;
        margin: 0 !important;
        padding: 0;
    }

}

/* ==========================================================================
line_up
========================================================================== */

#line_up {}

#line_up .levan_set {
    background-color: #fffb9e !important;
}

#line_up_title {
    width: 100%;
    background-color: #d66511;
    text-align: center;
    color: #ffffff;
    padding: 10px 0;
}

#line_up .new {
    width: 120px;
    padding: 10px 0;
    font-size: 1.5em;
    color: #ffec00;
    background-color: #ff0000;
    display: block;
}

#line_up .cate_title {
    margin: 50px 0;
    display: inline-block;
    padding: 0 50px;
    background: url(../img/dot.png) repeat-x;
    text-align: center;
    background-position: center;
}

#line_up h3 {
    font-size: 24px;
    background-color: #ffffff;

}

#line_up ul {
    margin-top: 50px;
}

#line_up .bnr_levain_roll {
    width:50%;
    font:1.5em;
    padding:20px;
    background-color: #d66511; 
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
}

#line_up .bnr_levain_roll a{
color: #ffffff;
    
}

@media print,
screen and (min-width: 769px) {

    .grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-rows: auto 10px auto 10px auto;
        grid-template-rows: auto auto auto;
        grid-gap: 10px;
    }

    .grid > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .grid > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .grid > *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .grid > *:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .grid > *:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .grid > *:nth-child(6) {
        -ms-grid-row: 3;
        -ms-grid-column: 5;
    }

    .grid > *:nth-child(7) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .grid > *:nth-child(8) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .grid > *:nth-child(9) {
        -ms-grid-row: 5;
        -ms-grid-column: 5;
    }

    .grid .grid-item {
        background: #ffa;
    }


}

@media screen and (max-width: 767px) {

    .grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr 20px;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        grid-gap: 20px;
    }

    .grid > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .grid > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }


    .grid > *:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .grid > *:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }


    .grid > *:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .grid > *:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }


    #line_up .cate_title {
        width: 100%;
        padding: 0;
        background: url(../img/dot.png) repeat-x;
        text-align: center;
        background-position: center;
    }

    #line_up h3 {
        font-size: 24px;
        background-color: #ffffff;
        display: inline-block;
    }
    
    #line_up{
        font-size:0.9em;
        line-height: 150%;
    }
    #line_up .bnr_levain_roll{
     width:80%;
    padding:10px 15px;
        margin-top:20px;
    }
    
    #line_up .bnr_levain_roll a{
        text-decoration: none;
    }

}

/* ==========================================================================
syokutaku_recipe
========================================================================== */

#recipe {
    margin-top: 50px;
}

#recipe_title {
    width: 100%;
    text-align: center;
    color: #000000;
    padding: 10px 0;
    background: url(../img/recipe_line.png) repeat-x;
    text-align: center;
    background-position: center;
}


#recipe_title .cate_title {
    margin: 50px 0;
    display: inline-block;
    padding: 0 50px;
    background: url(../img/recipe_line.png) repeat-x;
    text-align: center;
    background-position: center;
}


#recipe img {
    width: 100%;
}

#recipe .r_name {
    width: 85%;
    text-align: left;
    padding-left: 20px;
    position: relative;
}

#recipe .r_name:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #E50012;
    border-right: solid 2px #E50012;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    left: -20px;
    margin: 0 20px;
}

@media print,
screen and (min-width: 769px) {

    #recipe img {
        width: 85%;
    }


    #recipe .r_name {
        width: 80%;
        text-align: left;
        padding-left: 40px;
        position: relative;
    }

    #recipe .r_name:after {
        margin: 0 40px;
    }

}


@media print {
    @page {
        margin: 19.05mm;
    }

    body {
        width: 1500px;
        transform: scale(0.5, 0.5);
        transform-origin: left top;
        overflow: visible !important;
        -webkit-print-color-adjust: exact;
    }


}
