#mainImg{
    background-image: url(../img/fair_mainimg01.gif);
}

#mainImg h2{
    color: #623700;
}

#mainImg h2 span{
    color: #00a0de;
}

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

#sec01 > div{
    margin-top: 60px;
}

#sec01 h4{
    font-size: 32px;
    background: #623700;
    border-radius: 10px;
    padding: 26px 30px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 90px;
    line-height: 1.2;
}

#sec01 #taxInfo{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

#sec01 h4:first-child{
    margin-top: 0px;
}

#sec01 .itemWrapper{
    padding: 60px;
    padding-bottom: 180px;
    background: #fde284 url(../img/fair_footer.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    border-radius: 0px 0px 10px 10px;
}

#sec01 .itemWrapper .item{
    padding: 30px;
    background: #fff;
    background: rgba(255,255,255,0.75);
    border-radius: 10px;
    margin-bottom: 30px;
}

#sec01 .itemWrapper .item:last-child{
    margin-bottom: 0px;
}

#sec01 .itemImg{
    width: 387px;
    height: 288px;
    padding: 10px;
    box-sizing: border-box;
    background: url(../img/fair_bg01.png);
    background-repeat: no-repeat;
    float: left;
}

#sec01 .itemTxt{
    float: right;
    width: 550px;
}

#sec01 .itemTxt .price{
    font-size: 32px;
    float: left;
}

#sec01 .itemTxt .price span{
    font-size: 22px;
}

#sec01 .itemTxt .iconWrapper{
    float: left;
    margin-left: 20px;
    width: 340px;
    font-size: 0px;
    margin-top: -5px;
}

#sec01 .itemTxt .iconWrapper img{
    padding: 5px;
}

#sec01 .itemTxt > p{
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #623700;
}

#sec01 .itemTxt .itemTable01{
    margin-bottom: 30px;
}

#sec01 .itemTxt .itemTable01 > tbody > tr > td,
#sec01 .itemTxt .itemTable01 > tbody > tr > th{
    display: inline;
    line-height: 1.5;
    color: #623700;
}

#sec01 .itemTxt .itemTable01 .allergy01 td span{
    font-size: 16px;
    border: 1px solid #623700;
    border-radius: 12px;
    line-height: 22px;
    padding: 0px 15px;
    margin: 0px 5px;
}

#sec01 .itemTxt .itemTable01 .allergy02 td span{
    font-size: 16px;
    background: #e7dbbf;
    border-radius: 12px;
    line-height: 24px;
    padding: 0px 15px;
    margin: 0px 5px;
}

#sec01 .itemTxt .itemTable01 .nutrient > th{
    display: block;
    padding-top: 5px;
    text-align: left;
}

#sec01 .itemTxt .itemTable02{
    font-size: 16px;
}

#sec01 .itemTxt .itemTable02 th,
#sec01 .itemTxt .itemTable02 td{
    text-align: center;
    padding: 5px 0px;
    float: left;
}

#sec01 .itemTxt .itemTable02 th{
    background: #623700;
    width: 130px;
    border-bottom: 1px solid #fff;
    color: #fff;
}

#sec01 .itemTxt .itemTable02 td{
    width: 145px;
    border-bottom: 1px solid #623700;
    color: #623700;
}

#sec01 .itemTxt .itemTable02{
    border-top: 1px solid #623700;
    border-bottom: 1px solid #623700;
}

#sec01 .itemTxt .itemTable02 .nutrient01,
#sec01 .itemTxt .itemTable02 .nutrient02{
    border-top: none;
}

#sec01 .itemTxt .itemTable02 .nutrient05,
#sec01 .itemTxt .itemTable02 .nutrient06{
    border-bottom: none;
}


#sec01 .itemTxt .itemTable02 th.nutrient04{
    border-bottom: 1px solid #623700;
}

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

    #sec01{
        width: 300px;
    }

    #sec01 > div{
        margin-top: 30px;
    }

    #sec01 h4{
        font-size: 16px;
        background-size: 50%;
        padding: 8px 10px;
        margin-bottom: 10px;
        margin-top: 20px;
        border-radius: 5px;
    }

    #sec01 #taxInfo{
        margin-top: 30px;
        display: block;
    }

    #sec01 #taxInfo .taxBnr{
        margin-top: 20px;
        display: block;
        text-align: center;
    }

    #sec01 .itemWrapper{
        padding: 10px;
        padding-bottom: 85px;
        background-image: url(../img/fair_footer_sp.png);
        background-size: contain;
    }

    #sec01 .itemWrapper .item{
        padding: 10px;
    }

    #sec01 .itemImg{
        float: none;
        width: 213.5px;
        height: 160.5px;
        background-image: url(../img/fair_bg01_sp.png);
        background-size: contain;
        margin: 0 auto;
    }

    #sec01 .itemTxt{
        float: none;
        width: 260px;
    }

    #sec01 .itemTxt .price{
        font-size: 16px;
        float: none;
        text-align: center;
        margin: 5px auto 8px auto;
    }

    #sec01 .itemTxt .price span{
        font-size: 12px;
    }

    #sec01 .itemTxt .iconWrapper{
        width: 260px;
        text-align: center;
        float: none;
        margin-left: 0px;
        margin-bottom: 15px;
    }

    #sec01 .itemTxt .iconWrapper img{
        padding: 3px;
    }

    #sec01 .itemTxt > p{
        padding-bottom: 20px;
        margin-top: 0px;
    }

    #sec01 .itemTxt .itemTable01{
        margin-top: 20px;
        margin-bottom: 10px;
    }

    #sec01 .itemTxt .itemTable01 .allergy01 td span{
        font-size: 12px;
        line-height: 16px;
        border-radius: 8px;
        margin: 3px;
        padding: 0px 10px;
    }

    #sec01 .itemTxt .itemTable01 .allergy02 td span{
        font-size: 12px;
        line-height: 18px;
        border-radius: 8px;
        margin: 3px;
        padding: 0px 10px;
    }

    #sec01 .itemTxt .itemTable02{
        font-size: 12px;
    }

    #sec01 .itemTxt .itemTable02 th{
        width: 70px;
    }

    #sec01 .itemTxt .itemTable02 td{
        width: 60px;
    }

    #sec01 .itemTxt .itemTable02 .nutrient01,
    #sec01 .itemTxt .itemTable02 .nutrient02,
    #sec01 .itemTxt .itemTable02 .nutrient03{
        border-top: none;
    }
    
    #sec01 .itemTxt .itemTable02 .nutrient05,
    #sec01 .itemTxt .itemTable02 .nutrient06{
        border-bottom: none;
    }

    #sec01 .itemTxt .itemTable02 nutrient04{
        border-bottom: 1px solid #623700;
    }
}