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

/* Cross-browser settings */
.syo_box {
    width: 100%;
}

.syo_box ul {
    width: 100%;
}

.syo_box ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #BCB6A3;
    display: flex;
    justify-content: space-between
}

.no {
    width: 60px;
    height: 60px;
}

.oishisa_syosai {
    width: 57%;
}

.oishisa_coment {}

.oishisa_coment h4 {
    font-size: 150%;
    font-weight: bolder;
    letter-spacing: 0.2em;
    color: #5AB301;
    margin-bottom: 10px;
}

.oishisa_photo img {
    width: 100%;
    border-radius: 5px;
}

table#table-item {
    width: 100%;
    margin-top: 15px;
}

table#table-item th {
    vertical-align: top;
    text-align: center;
    font-weight: bold;
    color: #F60;
}

table#table-item td {
    vertical-align: top;
    padding-bottom: 10px;
    text-align: center;
}

table#table-flow {
    width: 100%;
}

table#table-flow tr td:nth-child(1) {
    width: 60px;
}

table#table-flow tr td:nth-child(2) {
    width: 180px;
    text-align: center;
    font-weight: 700;
    color: #FF7606;
    font-size: 1.2rem;
    border-right: solid 3px #FF7606;
}

table#table-flow tr td:nth-child(3) {
    padding-left: 10px;
}

.item {}

.item h5 {
    text-align: center;
    background: url(../../lineup/images/yazirushi.jpg) no-repeat left center;
    width: 150px;
    font-size: 100%;
    line-height: 120%;
    font-weight: bold;
    color: #D4651E;
}

.item_photo img {
    margin-bottom: 5px;
    border-radius: 5px;
}

li.step {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(../../syokuhin/images/kotei/li_back.jpg);
    background-repeat: repeat;
}

.k_no {
    width: 100px;
    height: 100%;
    background: #0F0;
}

.k_coment {
    width: 390px;
    font-weight: normal;
    font-size: 110%;
}

.contents_box h4 {
    color: #8C5917;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
}

.contents_box_inner {
    display: flex;
}

.lcome {
    width: 470px;
}

.rthum {
    width: 170px;
}

.rthum img {
    border-radius: 5px;
}


.smenu {
    width: 100%;
    margin-bottom: 20px;
}

.smenu ul {
    width: 100%;
    display: flex;
}

.smenu ul li {
    padding-right: 10px;
}

.s_syokuihin {
    background-image: url(../../syokuhin/images/syokuhin_off.jpg);
    background-repeat: no-repeat;
}

.s_osusume {
    background-image: url(../../syokuhin/images/osusume_off.jpg);
    background-repeat: no-repeat;
}

.s_koutei {
    background-image: url(../../syokuhin/images/kouetei_off.jpg);
    background-repeat: no-repeat;
}

.smenu ul li a {
    display: block;
    color: #FFFFFF;
}

.smenu ul li a:hover {
    background-color: transparent;
    color: #FFFF00;
}

.smenu ul li a:hover img {
    visibility: hidden;
}


.inqury_box02 {
    width: calc(100% - 6px);
    border: solid 2px #7F4E08;
    background: #AB934D;
    padding: 1px;
}

.inqury_box02 a {
    display: block;
    background: #7F4E08;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    font-size: 1.2rem;
    transition: 0.3s;
}

.inqury_box02 a:hover {
    opacity: 0.5;
    transition: 0.3s;
}














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

    .syo_box ul {
        width: 100%;
    }

    .syo_box ul li {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #BCB6A3;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .no {
        width: 60px;
        height: 60px;
    }

    .oishisa_syosai {
        width: calc(100% - 70px);
    }

    .oishisa_coment {}

    .oishisa_coment h4 {
        font-size: 150%;
        font-weight: bolder;
        letter-spacing: 0.2em;
        color: #5AB301;
        margin-bottom: 10px;
    }

    .oishisa_photo {
        width: 100%;
        margin-top: 10px;
    }

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

    .contents_box_inner {
        display: flex;
        flex-direction: column;
    }

    .contents_box_inner img {
        width: 100%
    }

    table#table-item {
        width: 100%;
        margin-top: 15px;
    }

    table#table-item img {
        width: 100%;
    }

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

    table#table-item tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    table#table-item td {
        width: 48%;
    }

    table#table-flow {
        width: 100%;
    }

    table#table-flow .arrow {
        margin: 10px 0;
    }

    table#table-flow tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    table#table-flow tr td:nth-child(1) {
        width: 60px;
    }

    table#table-flow tr td:nth-child(2) {
        width: calc(100% - 70px);
        margin-left: 10px;
        text-align: left;
        font-weight: 700;
        color: #FF7606;
        font-size: 1.2rem;
        border-right: none;
        display: flex;
        align-items: center;
    }

    table#table-flow tr td:nth-child(3) {
        padding: 10px 0 0 0px;
        width: 100%;
    }

    .item {}

    .item h5 {
        text-align: center;
        background: url(../../lineup/images/yazirushi.jpg) no-repeat left center;
        width: 150px;
        font-size: 100%;
        line-height: 120%;
        font-weight: bold;
        color: #D4651E;
    }

    .item_photo img {
        margin-bottom: 5px;
        border-radius: 5px;
    }

    li.step {
        padding-top: 20px;
        padding-bottom: 20px;
        background-image: url(../../syokuhin/images/kotei/li_back.jpg);
        background-repeat: repeat;
    }

    .k_no {
        width: 100px;
        height: 100%;
        background: #0F0;
    }

    .k_coment {
        width: 390px;
        font-weight: normal;
        font-size: 110%;
    }

    .contents_box h4 {
        color: #8C5917;
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 1.3rem;
        letter-spacing: 0.2rem;
    }

    .contents_box_inner {
        display: flex;
    }

    .lcome {
        width: 100%;
    }

    .rthum {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }

    .rthum img {
        width: 100%;
        border-radius: 5px;
    }


    .smenu {
        display: none;
    }

    .s_syokuihin {
        background-image: url(../../syokuhin/images/syokuhin_off.jpg);
        background-repeat: no-repeat;
    }

    .s_osusume {
        background-image: url(../../syokuhin/images/osusume_off.jpg);
        background-repeat: no-repeat;
    }

    .s_koutei {
        background-image: url(../../syokuhin/images/kouetei_off.jpg);
        background-repeat: no-repeat;
    }

    .inqury_box02 {
        width: calc(100% - 6px);
        border: solid 2px #7F4E08;
        background: #AB934D;
        padding: 1px;
    }

    .inqury_box02 a {
        display: block;
        background: #7F4E08;
        color: #fff;
        text-align: center;
        padding: 3px 0;
        font-size: 1.0rem;
        transition: 0.3s;
    }

    .inqury_box02 a:hover {
        opacity: 0.5;
        transition: 0.3s;
    }

    .contents_box .allbox.imgbox {
    width: 100%;
        display: flex;
        justify-content: space-between;
        overflow-x: hidden;
    }

    .contents_box .allbox.imgbox img {
        object-fit: cover;
        width: 30%;
        height: 100px;
    }

}

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