/* ---------------------------------------------------- */
/* font-size:	70% 75% 83% 90% 95%                       */

/* Cross-browser settings */
.gaikan {
    width: 225px;
}

.gaikan img {
    width: 100%;
}

.bcoment {
    width: 400px;
}

.bcoment p {
    width: 400px;
    font-size: 15px;
    line-height: 160%;
    color: #605339;
}

table#table-bei {
    width: 400px;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 20px;
    font-size: 100%;
    line-height: 150%;
}

table#table-bei td {
    background-color: #FFF;
    vertical-align: bottom;
    text-align: center;
}

.bcoment h4 {
    color: #31AD27;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

table#table-sake {
    width: 650px;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 20px;
    font-size: 100%;
    line-height: 140%;
}

.contents_box_inner {
    display: flex;
    justify-content: space-between;
}

.contents_box h4 {
    margin-bottom: 10px;
    color: #5C431D;
    font-size: 1.2rem;
    border-left: solid 5px #FE9601;
    padding-left: 5px;
}

table#table-sake td {
    background-color: #FFF;
    vertical-align: top;
    text-align: left;
}

table#table-sake td p {
    width: 150px;
    font-size: 0.8rem;
    line-height: 150%;
}

.table_sake {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.table_sake li {
    display: flex;
    width: 48%;
    margin-bottom: 30px;
    font-size: 0.8rem;
}

.table_sake .table_sake_l {
    width: 150px;
    margin-right: 10px;
}

.table_sake li:nth-child(3),
.table_sake li:nth-child(4) {
    margin: 0;
}



/*レスポンシブ　960px以下*/
@media screen and (max-width:960px) {
    .gaikan {
        width: 100%;
        max-width: 230px;
        margin: 0px auto;
    }

    .gaikan img {
        width: 100%;
    }

    .bcoment {
        width: 100%;
        margin-top: 20px;
    }

    .bcoment p {
        width: 100%;
        font-size: 1.0rem;
    }

    .bcoment .allbox {
        display: flex;
        margin-top: 20px;
    }

    .bcoment .allbox img {
        width: 48%;
    }

    table#table-bei {
        width: 400px;
        border-collapse: collapse;
        border-spacing: 0;
        margin-top: 20px;
        font-size: 100%;
        line-height: 150%;
    }

    table#table-bei td {
        background-color: #FFF;
        vertical-align: bottom;
        text-align: center;
    }

    .bcoment h4 {
        color: #31AD27;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0.1em;
    }

    .table_sake li {
        width: 100%;
        margin-bottom: 20px;
        font-size: 1rem;
    }

    .table_sake .table_sake_l {
        width: 100px !important;
        margin-right: 10px;
    }

    .table_sake .table_sake_l img {
        width: 100px !important;
    }

    .table_sake li:nth-child(3) {
        margin-bottom: 20px;
    }

    .table_sake li:nth-child(4) {
        margin: 0;
    }

    .contents_box + .contents_box {
        margin-top: 30px;
    }

    .contents_box_inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .contents_box h4 {
        margin-bottom: 5px;
        font-size: 1.0rem;
        border-left: solid 5px #FE9601;
        padding-left: 5px;
    }

    .contents_box img {
        width: 100%;

    }

}

/*レスポンシブ　960px以下*/