a {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

p,
h2 {
    color: #764120;
    font-size: 16px;
    line-height: 32px;
    font-family: 'メイリオ, Osaka, ' MS PGothic', arial, helvetica, sans-serif;

}

h2 {
    color: #D9242E;
}

.sp {
    display: none !important;
}

.pc {
    display: block !important;
    text-align: center;
    margin: 0 auto;
}

/*PC---------------------------------------------------------------------------------------------------------------*/

#contents {
    width: 100%;
    line-height: 1.5;
    text-align: center;
    background: url(../img/bg2.png) 0 0 repeat;
    background-size: 600px auto;
}

#contents * {
    box-sizing: border-box;
}

#contents .quality h2,
#contents .recipe h2 {
    width: 1000px;
    margin: 0 auto 70px;
    background: url(../img/bg_title.png) 0 0 repeat;
    background-size: 25px auto;
    font-size: 34px;
    color: #D9242E;
    letter-spacing: 1px;
}

#contents .quality h2 span,
#contents .recipe h2 span {
    background: #fff;
    display: inline-block;
    padding: 0 20px;
}

/*---------title---------*/

#contents .title {
    height: 400px;
    background: url(../img/bg.gif) 0 0 repeat-x;
    background-size: 900px auto;
}

#contents .title h1 img {
    width: 920px;
}

/*---------quality---------*/

#contents .quality {
    width: 1000px;
    margin: 100px auto 0;
}

#contents .quality .quality_area {
    margin: 30px 0;
}

#contents .quality .quality_area:after {
    content: "";
    clear: both;
    display: block;
}

#contents .quality .quality_area .img_box {
    float: right;
    position: relative;
}

#contents .quality .quality_area .img_box:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(3deg);
    background: #f5e4e4;
    z-index: -1;
}

#contents .quality .quality_area .img_box img {
    width: 500px;
    height: auto;
    border-radius: 2px;
}

#contents .quality .quality_area .txt_box {
    width: 525px;
    text-align: left;
}

#contents .quality .quality_area .txt_box p {
    line-height: 38px;
    font-size: 16px;
    color: #764120;
    padding: 30px 0 0;
}

/*---------genen---------*/

#contents .genen {
    width: 900px;
    background: #fff;
    border: 3px solid #D0AC7C;
    margin: 100px auto 0;
    padding: 70px 60px 50px;
    text-align: left;
    border-radius: 10px;
    position: relative;
}

#contents .genen h2 {
    background: url(../img/bg_title.png) 0 0 repeat;
    background-size: 25px auto;
    color: #D9242E;
    font-size: 30px;
    margin: 0 0 35px;
    text-align: center;
}

#contents .genen h2 span {
    background: #fff;
    display: inline-block;
    padding: 0 20px;
}

#contents .small_text {
    text-align: center;
    font-size: 18px;
    margin: 0 0 10px;
}

#contents .genen .box {
    display: flex;
    flex-flow: wrap;
}

#contents .genen .box .img_box {
    width: 140px;
}

#contents .genen .box .img_box img {
    width: 100%;
}

#contents .genen .box .txt_box {
    width: 560px;
    margin: 50px 0 0 50px;
}

#contents .genen .txt_box_renew {
    width: 80%;
    margin: 0 auto;
}

#contents .genen .renew_box {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

#contents .genen .renew {
    width: 80%;
    height: 40px;
    margin: 30px auto 30px auto;
    background-color: #D9242E;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 5px;
    display: inline-block;
}

#contents .genen .attention img {
    width: 200px;
}

#contents .genen .box .photo {
    width: 570px;
    margin: 0 0 0 60px;
}

#contents .genen .box .photo img {
    border-radius: 10px;
}

#contents .genen .long_text {
    margin: 30px 0 60px;
}

#contents .genen .point,
#contents .genen .area {
    margin: 50px 0 0;
}

#contents .genen h3 {
    font-size: 18px;
    font-weight: bold;
    color: #764120;
    padding: 0 10px;
    margin: 0 0 40px;
    border-left: 3px solid #D9242E;
}

#contents .genen .point h4 {
    font-size: 16px;
    font-weight: bold;
    color: #D9242E;
    margin: 0 0 8px;
}

#contents .genen .point h4 span {
    font-size: 14px;
    background: #D9242E;
    color: #fff;
    padding: 0 4px;
    border-radius: 20px;
    margin: 0 10px 0 0;
}

#contents .genen .point p {
    margin: 0 0 10px 30px;
}

#contents .genen .area table {
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #D0AC7C;
    margin: -10px 0 0;
}

#contents .genen .area table tr td {
    padding: 10px;
    width: 1000px;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #D0AC7C;
}

#contents .genen .area table tr.tit td {
    background: #986d34;
    color: #fff;
    padding: 4px;
}





/*---------recipe---------*/
#contents .recipe {
    padding: 80px 0;
    margin: 80px 0 0;
}

#contents .recipe_wrap {
    width: 1000px;
    margin: 0 auto;
}

#contents .recipe ul {
    overflow: hidden;
}

#contents .recipe ul li {
    float: left;
    width: 300px;
    margin: 0 30px 0 0;
}

#contents .recipe ul li img {
    width: 300px;
    height: auto;
    border-radius: 10px;
    padding: 3px;
    border: 1px solid #ddb871;
    background: #fff;
    box-shadow: 0px 3px 5px -3px #d1bc9b;
}

#contents .recipe ul li:nth-child(3n) {
    margin: 0;
}

#contents .recipe ul li p {
    font-size: 20px;
    color: #764120;
    line-height: 30px;
    margin: 35px 0 0;
}

#contents .recipe .bnr_area {
    margin: 45px 0 0;
}

#contents .recipe .bnr_area img {
    width: 300px;
    margin: 0 0 10px;
}

#contents .recipe .bnr_area p {
    font-size: 18px;
    color: #764120;
}

#contents .recipe a {
    display: inline-block;
}

#contents .recipe a:hover {
    -webkit-transition: all 1s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.7;
}

.fadein {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
}


/*SP---------------------------------------------------------------------------------------------------------------*/

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

    .pc {
        display: none !important;
    }

    img {
        width: 100%;
        height: auto;
    }

    p,
    h3 {
        font-size: 16px;
    }

    #contents .main {
        width: 100%;
        padding: 20px 0 40px;
    }

    #contents .quality h2,
    #contents .recipe h2 {
        font-size: 25px;
        line-height: 35px;
        width: 100%;
        margin: 0 auto 50px;
    }


    /*---------title---------*/

    #contents .title {
        height: auto;
        margin: 0 0 70px;
    }

    /*---------quality---------*/

    #contents .quality {
        width: 100%;
        margin: 0 auto 0;
    }

    #contents .quality .quality_area {
        box-sizing: border-box;
        padding: 0 20px;
        margin: 0;
    }

    #contents .quality .quality_area .img_box {
        float: none;
    }

    #contents .quality .quality_area .img_box img {
        width: 100%;
    }

    #contents .quality .quality_area .txt_box {
        width: 100%;
    }

    #contents .quality .quality_area .txt_box p {
        line-height: 30px;
    }

    /*---------genen---------*/

    #contents .genen {
        width: 90%;
        margin: 50px auto 0;
        padding: 20px 0 30px;
    }

    #contents .genen h2 {
        font-size: 22px;
        margin: 0 0 26px;
        text-align: center;
    }

    #contents .genen .box {
        display: block;
    }

    #contents .genen .box .img_box {
        width: 40%;
        margin: 0 auto 20px;
        text-align: center;
    }

    #contents .genen .box .img_box img {
        width: 100%;
    }

    #contents .genen .box .txt_box {
        width: 86%;
        margin: 0 auto;
    }

    #contents .genen .box .photo {
        width: 90%;
        margin: 0 auto;
    }

    #contents .genen .long_text {
        width: 90%;
        margin: 30px auto 40px;
    }

    #contents .genen .point,
    #contents .genen .area {
        margin: 30px auto 0;
        width: 90%;
    }

    #contents .genen h3 {
        font-size: 18px;
        margin: 0 0 30px;
    }

    #contents .genen h2 span {
        padding: 0 30px;
    }

    #contents .genen .point h4 {
        font-size: 16px;
        margin: 0 0 4px;
        line-height: 28px;
        margin-left: 2em;
        text-indent: -2em;
    }

    #contents .genen .point h4 span {
        padding: 4px;
    }

    #contents .genen .point p {
        margin: 0 0 20px;
    }

    #contents .genen .area table {
        width: 100%;
    }

    #contents .genen .area table tbody {
        display: flex;
        flex-flow: wrap;
        align-items: center;
    }

    #contents .genen .area table tbody .tit {
        width: 40%;
    }

    #contents .genen .area table tbody td {
        width: 100%;
        display: block;
        border-right: none;
        vertical-align: middle;
    }

    #contents .genen .area table tr.tit td {
        padding: 10px;
    }

    #contents .genen .area table tr.detail {
        width: 60%;
        vertical-align: middle;
        text-align: center;
    }

    #contents .genen.syokumotuseni .area table tr.detail {
        padding: 5% 0 0;
    }

    #contents .genen .area table tr.detail td {
        vertical-align: middle;
        text-align: center;
    }

    #contents .genen .txt_box_renew {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    
    #contents .genen .renew_box {
        width: 80%;
        margin: 10px auto;
        display: block;
        margin-bottom: 20px;
    }
    
    #contents .genen .renew {
        width: 100%;
        height: auto;
        font-size: 1.2em;
    }

    #contents .genen .attention {
        width: 100%;
        text-align: center;
    }

    #contents .genen .attention img{
        width: 50%;
    }
    





    /*---------recipe---------*/
    #contents .recipe {
        margin: 30px 0 0;
    }

    #contents .recipe_wrap {
        width: 100%;
        margin: 0 auto;
    }

    #contents .recipe ul {
        overflow: hidden;
        padding: 0 20px;
        margin: 60px 0 0;
    }

    #contents .recipe ul li {
        float: left;
        width: 48%;
        margin: 0 4% 30px 0;
    }

    #contents .recipe ul li:nth-child(3n) {
        margin: 0 4% 50px 0;
    }

    #contents .recipe ul li:nth-child(2n) {
        margin: 0 0 50px;
    }

    #contents .recipe ul li img {
        width: 100%;
    }

    #contents .recipe ul li p {
        font-size: 16px;
        line-height: 24px;
        margin: 15px auto 0;
    }


    #contents .recipe .bnr_area {
        margin: 0;
    }

    #contents .recipe .bnr_area img {
        width: 80%;
        margin: 0 0 10px;
    }

    .fadein {
        opacity: 1;
        transform: translateY(20px);
        transition: none;
    }


}