#mainImg{
    background-image: url(../img/recipe_mainimg01.jpg);
}

#sec01,#sec02{
    width: 1145px;
    margin: 0 auto;
}

#sec01 h3{
    margin-bottom: 60px;
}

#sec01 #itemList{
    font-size: 0px;
}

#sec01 #itemList li{
    background: url(../img/recipe_bg02.gif);
    width: 525px;
    display: inline-block;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
    vertical-align: top;
    font-size: 18px;
}

#sec01 #itemList li:nth-child(even){
    margin-left: 35px;
}


#sec01 #itemList li h4{
    color: #623700;
    font-size: 32px;
    text-align: center;
    background: url(../img/recipe_bg01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    line-height: 1.5;
    padding: 5px 0px;
}

#sec01 #itemList li .kodawari{
    margin-top: 15px;
}

#sec01 #itemList li .kodawari .itemImg{
    width: 164px;
    height: 164px;
    overflow: hidden;
    border: 1px solid #623700;
    border-radius: 82px;
    background: #fff;
    line-height: 160px;
    float: left;
}

#sec01 #itemList li .kodawari .itemImg img{
    vertical-align: middle;
}

#sec01 #itemList li .kodawari .itemTxt{
    float: right;
    width: 340px;
    line-height: 1.5;
}

#sec01 #itemList li .kodawari a{
    text-decoration: underline;
    float: right;
    display: block;
}

#sec01 #itemList li .arrange{
    text-align: center;
    background: #fff;
    background: rgba(255,255,255,0.75);
    padding: 15px;
    margin-top: 25px;
    border-radius: 10px;
}

#sec01 #itemList li .arrange h5{
    margin-bottom: 15px;
}

#sec01 #itemList li .arrangeImg{
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
} 


#sec01 #itemList li .arrange p{
    color: #61b898;
    text-align: left;
    line-height: 1.5;
    margin-top: 10px;
}

#sec02{
    margin-top: 60px;
}

#sec02 h3{
    margin-bottom: 30px;
}

#sec02 > p{
    margin-bottom: 60px;
}

#sec02 > div{
    background: url(../img/recipe_bg03.gif);
    border-radius: 10px;
    padding: 30px;
    margin-top: 30px;
}

#sec02 > div h4{
    font-size: 32px;
    color: #fff;
    background: url(../img/recipe_bg04.gif);
    border-radius: 10px;
    padding: 0px 30px;
    line-height: 91px;
    margin-bottom: 25px;
}

#sec02 > div p{
    margin-bottom: 25px;
}

@media screen and (min-width: 601px) {
    #sec01 #itemList li .arrange .arrangeContents{
        display: block!important;
    }
}

@media screen and (max-width: 600px) {
    #mainImg{
        background-image: url(../img/recipe_mainimg01_sp.jpg);
    }

    #sec01,#sec02{
        width: 300px;
    }

    #sec01 h3{
        margin-bottom: 20px;
    }

    #sec01 #itemList li{
        width: 280px;
        padding: 10px;
        background-image: url(../img/recipe_bg02_sp.gif);
        background-size: 50%;
        border-radius: 5px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    #sec01 #itemList li:nth-child(even){
        margin-left: 0px;
    }

    #sec01 #itemList li h4{
        font-size: 16px;
        background-image: url(../img/recipe_bg01_sp.png);
        background-size: contain;
        padding-top: 0px;
    }

    #sec01 #itemList li .kodawari{
        margin-top: 10px;
    }

    #sec01 #itemList li .kodawari .itemImg{
        width: 88px;
        height: 88px;
        line-height: 84px;
    }

    #sec01 #itemList li .kodawari .itemTxt{
        width: 180px;
    }

    #sec01 #itemList li .arrange{
        border-radius: 5px;
        padding: 10px 0px;
        margin-top: 10px;
    }

    #sec01 #itemList li .arrange .arrangeBtn{
        display: block;
        font-size: 16px;
        color: #fff;
        line-height: 35px;
        background: url(../img/recipe_bg05_sp.gif);
        background-size: 50%;
        border-radius: 5px;
        padding: 0px 10px;
        text-align: left;
        position: relative;
        margin: 0px 10px;
        overflow: hidden;
    }

    #sec01 #itemList li .arrange .arrangeBtn:after{
        content: "\f101";
        font-family: FontAwesome;
        display: block;
        position: absolute;
        top: 0px;
        right: 10px;
        transition: 0.3s;
    }

    #sec01 #itemList li .arrange .arrangeBtn.active:after{
        transform: rotate(90deg);
    }

    #sec01 #itemList li .arrange .arrangeContents{
        display: none;
        padding: 0px 10px;
        padding-top: 10px;
    }

    #sec02{
        margin-top: 30px;
    }

    #sec02 h3{
        margin-bottom: 10px;
    }

    #sec02 > p{
        margin-bottom: 20px;
    }

    #sec02 > div{
        margin-top: 20px;
        padding: 10px;
        padding-bottom: 20px;
        background-size: 50%;
        border-radius: 5px;
    }

    #sec02 > div h4{
        font-size: 16px;
        line-height: 35px;
        background-size: 50%;
        padding: 0px 10px;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    #sec02 > div p{
        margin-bottom: 10px;
    }
}