@charset "UTF-8";

#guide__paperbag .main__bag__attentions {
    margin-bottom: 100px;
    text-align: center;
}
#guide__paperbag .txt_red {
    color: #f00;
}
#guide__paperbag table.bag-pc {
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    margin: 60px auto;
}
#guide__paperbag table.bag-pc th {
    font-weight: bold;
}
#guide__paperbag table.bag-pc th,
#guide__paperbag table.bag-pc td {
    padding: 15px;
    text-align: center;
    line-height: 1.6;
    border-left: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    font-size: 16px;
}
#guide__paperbag .price {
    background: #e6c8d7;
}
#guide__paperbag .price-free {
    background: #c2d8d5;
}
#guide__paperbag .bag-sp {
    display: none;
}

@media(max-width:720px) {
    #guide__paperbag .main__bag__attentions {
        margin-bottom: 30px;
    }
    #guide__paperbag table.bag-pc {
        display: none;
    }
    #guide__paperbag .bag-sp {
        display: block;
    }
    #guide__paperbag .main__products .bag-sp ul {
        padding: 20px 0;
        width: 100%;
        margin: 20px auto;
        border-bottom: 1px solid #f1f1f1;
    }
    #guide__paperbag .main__products .bag-sp ul li {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-around;
        padding: 20px 0;
        margin: 0 auto 30px;
        border-top: 1px solid #f1f1f1;
        width: 100%;
    }
    #guide__paperbag .main__products .bag-sp ul li .thum {
        text-align: center;
        width: 45%;
    }
    #guide__paperbag .main__products .bag-sp ul li img {
        width: 100%;
        height: auto;
    }
    #guide__paperbag .main__products .bag-sp ul li .text {
        width: 50%;
        text-align: left;
    }
    #guide__paperbag .main__products .bag-sp span.price,
    #guide__paperbag .main__products .bag-sp span.price-free {
        display: inline-block;
        padding: 5px 10px;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
    }
   #guide__paperbag .main__products .bag-sp ul li .text p {
        text-align: left;
        font-size: 14px;
    }
}