.sp {
    display: none;
}

@media screen and (max-width: 640px) {
    .sp {
        display: block;
    }
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.text_img {
    width: 2.9%;
    vertical-align: middle;
}

.tomoko_i01 {
    width: 3.5%;
}

.tomoko_i03,
.tomoko_i04 {
    width: 4.5%;
}

.tomoko_i05,
.tomoko_i06 {
    width: 4%;
}

@media screen and (max-width: 640px) {
    .text_img {
        width: 24px;
    }

    .tomoko_i01 {
        width: 28px;
    }

    .tomoko_i03,
    .tomoko_i04 {
        width: 35px;
    }

    .tomoko_i05 {
        width: 27px;
    }

    .tomoko_i06 {
        width: 33px;
    }
}

#column .columnTxtArea figure {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 640px) {
    #column .columnTxtArea figure {
        width: 100%;
    }
}

#column .columnTxtArea .first_c {
    position: relative;
}

#column .columnTxtArea .first_c p:not(:last-of-type) {
    margin: 0 20px 0 135px;
    width: auto;
}

@media screen and (max-width: 640px) {
    #column .columnTxtArea .first_c p:not(:last-of-type) {
        margin: 0 auto;
        width: 93.96%;
    }

    #column .columnTxtArea .first_c p:first-of-type {
        margin: 0 20px 0 90px;
        width: auto;
    }
}

#column .columnTxtArea .first_c .tomoko {
    position: absolute;
    top: -65px;
    left: 40px;
    width: 70px;
}

@media screen and (max-width: 640px) {
    #column .columnTxtArea .first_c .tomoko {
        top: -75px;
        left: 20px;
        width: 55px;
    }
}

@media screen and (max-width: 445px) {
    #column .columnTxtArea .first_c .tomoko {
        top: -60px;
        left: 13px;
        width: 65px;
    }
}

#column .columnTxtArea .first_c .tomoko_2 {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 95px;
}

@media screen and (max-width: 640px) {
    #column .columnTxtArea .first_c .tomoko_2 {
        display: none;
    }
}

#column .columnTxtArea .tomoko_comment {
    position: relative;
    display: flex;
    height: 170px;
}

@media screen and (max-width: 640px) {
    #column .columnTxtArea .tomoko_comment {
        display: block;
        height: 280px;
    }
}

@media screen and (max-width: 460px) {
    #column .columnTxtArea .tomoko_comment {
        display: block;
        height: 210px;
    }
}

#column .columnTxtArea .tomoko_comment .tomoko_3 {
    width: 118px;
    height: 115px;
    position: absolute;
    left: 5%;
    top: 15%;
}

@media screen and (max-width: 640px) {
    #column .columnTxtArea .tomoko_comment .tomoko_3 {
        width: 90px;
        height: auto;
        display: block;
        left: 5%;
        top: 65%;
    }
}

@media screen and (max-width: 610px) {
    #column .columnTxtArea .tomoko_comment .tomoko_3 {
        top: 62%;
    }
}

@media screen and (max-width: 580px) {
    #column .columnTxtArea .tomoko_comment .tomoko_3 {
        top: 60%;
    }
}

@media screen and (max-width: 390px) {
    #column .columnTxtArea .tomoko_comment .tomoko_3 {
        top: 57%;
    }
}

#column .columnTxtArea .fukidasi {
    background-image: url(../img/fuki.png);
    background-repeat: no-repeat;
    background-size: 90%;
    position: absolute;
    right: -5%;
    height: 100%;
    padding: 0 80px;
    width: 65%;
}

@media screen and (max-width: 640px) {
    #column .columnTxtArea .fukidasi {
        background-image: url(../img/fuki_sp3.png);
        background-size: 100%;
        padding: 0;
        width: 96%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        display: block;
    }
}

@media screen and (max-width: 610px) {
    #column .columnTxtArea .fukidasi {
        background-image: url(../img/fuki_sp.png);
    }
}

#column .columnTxtArea .fukidasi p {
    background: none;
    width: auto;
    line-height: 1.2;
    position: absolute;
    top: 28%;
}

@media screen and (max-width: 640px) {
    #column .columnTxtArea .fukidasi p {
        width: 90%;
        top: 25%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}

@media screen and (max-width: 611px) {
    #column .columnTxtArea .fukidasi p {
        width: 80%;
        top: 20%;
    }
}

@media screen and (max-width: 550px) {
    #column .columnTxtArea .fukidasi p {
        top: 16%;
    }
}

@media screen and (max-width: 500px) {
    #column .columnTxtArea .fukidasi p {
        font-size: 14px;
    }
}

@media screen and (max-width: 460px) {
    #column .columnTxtArea .fukidasi p {
        top: 13%;
        width: 88%;
        font-size: 13px;
    }
}

@media screen and (max-width: 400px) {
    #column .columnTxtArea .fukidasi p {
        top: 12%;
        width: 80%;
    }
}

@media screen and (max-width: 390px) {
    #column .columnTxtArea .fukidasi p {
        top: 11%;
    }
}

#column .columnTxtArea .fukidasi img {
    position: absolute;
    width: 60px;
    height: auto;
    top: 45%;
    right: 16%;
}

@media screen and (max-width: 640px) {
    #column .columnTxtArea .fukidasi img {
        display: none;
    }
}

#column .recipeArea_old {
    background: #FCFCFA;
    width: 908px;
    margin: 0 auto;
    padding: 30px 0;
    border-left: 1px solid #E6E0CE;
    border-right: 1px solid #E6E0CE;
    box-shadow: 5px 0px 4px -4px #D2CEC4, -5px 0px 4px -4px #D2CEC4;
}

@media screen and (max-width: 640px) {
    #column .recipeArea_old {
        width: 100%;
    }
}

#column .recipeArea_old .inner {
    width: 880px;
    margin: 0 auto;
    border-top: dotted 5px #744618;
    border-bottom: dotted 5px #744618;
}

@media screen and (max-width: 640px) {
    #column .recipeArea_old .inner {
        width: 100%;
        margin: 0;
        padding: 0 0 5% 0;
        /* border-left: none;
        border-right: none;
        background: #f8f5ea; */
    }
}

#column .r_recipe_list_old {
    /* width: 880px;
    margin: 0 auto; */
    padding: 30px 0px;
}


#column .r_recipe_list_old>p {
    font-size: 28px;
    font-weight: bold;
    color: #fe7a21;
    text-align: center;
}

#column .r_recipe_list_old ul {
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding-top: 30px;
}

@media screen and (max-width: 640px) {
    #column .r_recipe_list_old ul {
        display: block;
        padding-top: 0;
    }
}

#column .r_recipe_list_old ul li {
    list-style-type: none;
    width: 200px;
    font-size: 14px;
    line-height: 1.4;
    float: left;
}

@media screen and (max-width: 640px) {
    #column .r_recipe_list_old ul li {
        width: 90%;
        margin: 4% 5%;
    }
}

#column .r_recipe_list_old ul li:not(:last-of-type) {
    margin-right: 20px;
}

@media screen and (max-width: 640px) {
    #column .r_recipe_list_old ul li:not(:last-of-type) {
        margin-right: 0px;
    }
}

#column .r_recipe_list_old ul li dt {
    /* width: 202px; */
    /* padding: 7px 0 10px 10px; */
    padding-bottom: 10px;
    font-size: 12px;
    /* background: url(../img/bg_img.gif) no-repeat; */
    vertical-align: top;
}

/* 
#column .r_recipe_list_old ul li dt p {
    width: 192px;
} */