.flex-container, .y-flex-container {
    display: flex;
    justify-content: space-between;
    margin: 1rem auto 1rem;
}
.y-flex-container {
    margin: 1rem auto 2rem;
}


.flex-item, .y-flex-item {
    margin: 1rem;
    width: 100%;
}
.kodawari-item p{
    margin: 10px 0 15px;
}

.table-style {
    border-collapse: collapse;
    line-height: 1.5;
    width: 100%;
}
.table-style th.cth,
.table-style td.ctd{
    text-align: left;
    padding:1.2em 0 1.2em;
    border-style: none;
    border-top: 1px solid #DADADA;
    border-bottom:1px solid #DADADA;
}
.table-style th.cth{
    width: 110px;
    padding-right: 20px;
}
.table-style td.ctd{
    width: 400px;
}

/* youtubeページ */
.youtube_container {
    margin:3rem 0 3rem;
}

.youtube_contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 640px;
    margin: 0 auto;
    text-align: left;
}
.youtube_title h5{
    letter-spacing: 0px;
    margin-bottom: 5px;
}

.youtube_video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.youtube_video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.youtube_creater .creater_name .c_name,
.youtube_creater .shop_name .s_name{
    color: #ff8c00;
}

.youtube_creater .creater_name {
    margin: 15px 0 5px;
}

.youtube_creater .shop_name {
    margin: 0 0 40px;
}

/*店舗ページ*/
.youtube_intro h5 {
    margin: 20px 0 5px;
}
.close_announce {
    margin-bottom: 10px;
}
/* メニューページ */

.sushi2_table {
    margin: 0 auto;
}
.sushi2_table tbody {
    display: flex;
    flex-wrap: wrap;
}

.menu-flex {
    display: flex;
    flex-direction: column-reverse;
    width: 46%;
    height: 100%;
    margin: 2%;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.style-simple .sushi2_table td {
    height: 100px;
    padding: 20px 20px 40px;
    border: none;
    background-color: #FFEDAB;
}

.style-simple .sushi2_table td.b {
    padding: 0 20px;
    width: auto;
}
.style-simple table tbody tr td.b {
    height: 100%;
    background: url(../images/menu_bk.png) center no-repeat;
    background-size: cover; 
}
td.test2 {
    background-color: #fff9e7;
}


@media only screen and (max-width: 1239px) {
    /* 会社概要*/
    .flex-container {
        display: block;
    }
    .flex-item {
        margin: 1rem auto;
    }
}
@media screen and (max-width: 768px){
    .sushi2_table tbody {
        display: block;
    }
    .menu-flex {
        width: 100%;
        margin: 10% auto;
    }
    .style-simple .sushi2_table td {
        height: 100px;
    }        
}

@media only screen and (max-width: 500px){
    /*焼肉*/
    .y-flex-container {
        display: block;
    }
    .y-flex-item {
        margin: 1rem auto;
        padding-bottom: 1rem;
    }
}
@media only screen and (min-width: 501px){
    .br-sp {display: none;}
}