@charset "UTF-8";
.header {
    max-width: 900px;
}
.head {
    max-width: 902px;
    line-height: 0;
}
#wrapper {
    background: url(/store/nori/2024/images/bg_main-recipe.jpg) repeat-y center top;
    background-size: 100% auto;
    max-width: 950px;
    margin-bottom: 58px;
}
#wrapper:after {
    background: url(/store/nori/2024/images/bg_main-bottom.png) no-repeat;
    background-size: 100% auto;
    max-width: 950px;
}
.yokoku {
    font-size: 1.5rem;
}
hr {
    max-width: 700px;
}
footer .footer_hobo .ico_home {
    margin-top: -6px;
}
@media screen and (max-width: 768px) {
    hr {
        margin: 2em auto 3em;
    }
    #wrapper {
        background: none;
        background-color: #fff;
    }
    .yokoku {
        padding-top: 1em;
        width: 90%;   
    }
    .archive {
        width: 90%;
    }
}