/* フードパーク出展一覧///// */


.foodpark_list {
    margin:10px 0 0;
}

.shop_block {
    padding:20px 0 30px;
}
.shopname {
    display: block;
    align-items: baseline;
    justify-content: left;
}
.shopname img {
    width: 100px;
    height: auto;
    margin:0 0px 0 0;
}

.shop_block strong.name {
    display: block;
    font-size:2.25rem;
    /* border-bottom:1px solid #999; */
}
.shop_block p {
    margin:10px 0;
}

.shop_block table,
.shop_block table td {
    border:none!important;
    vertical-align: top;
    text-align: left;
}
.shop_block table {
    width:100%;
    margin:20px 0;
}
.shop_block table tr {
    border-bottom:1px dashed #ccc;
}
.shop_block table td.photo {
    padding:15px 0;
    width:300px;
}
.shop_block table td.photo img {
    width:100%;
    margin:0;
}
.shop_block table td.disc {
    width:350px;
    padding:15px 0 20px 20px;
}
.shop_block table td.disc a {
    text-decoration: none;
}
.shop_block table td.disc a:after {
    content:" ≫";
}


@media screen and (max-width: 767px) {


}

/* /////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////// */

@media screen and (max-width: 640px) {


.foodpark_list {
    
}

.foodpark_list {
    margin:0 0 0;
}

.shop_block {
    padding:0px 0 20px;
}

.shopname img {
    width: 70px;
    height: auto;
    margin:0 0 0 0;
}

.shop_block strong.name {
    display: block;
    font-size:1.65rem;
}

.shop_block table,
.shop_block table td {
    vertical-align: top;
    display: block!important;
    font-size:1.35rem;
    line-height:2rem;
}
.shop_block table {
    width:100%;
    margin:20px 0;
}
.shop_block table td.photo {
    width:100%;
}
.shop_block table td.photo img {
    width:100%;
    margin:0;
}
.shop_block table td.disc {
    width:100%;
    padding:0px 0 15px 0;
}

.shop_block table td.disc a {
    font-size:1.35rem;
    line-height:2.25rem;
}


}