
.list_service th {width:auto;}

@media print, screen and (min-width: 1280px) {
.list_floor a {
    padding: 13px 10px 12px;
}
.table_floor .floorlink a {
    display: block;
    width:100%;
    border-radius: 3px;
    padding:7px;
}
.box_floor li.floorlink a:hover {
    border-top-color: #333;
    border-bottom-color: #333;
    background: #333;
    color: #fff;
    transition: 0.1s linear;
    text-decoration: none;
}
.box_floor li.floorlink {
    display:block;
    margin-right: 10px;
    line-height: 1.8;
}
.list_notes img {
     width: auto!important;
}
.list_notes li {
    width: calc(100%/3)!important;
}
.table_floor img {
     width: auto!important;
}

}
@media screen and (max-width: 1279px) and (min-width: 768px) {
.list_floor a {
    padding: 13px 10px 12px;
}
.table_floor .floorlink a {
    display: block;
    width:100%;
    border-radius: 3px;
    padding:7px;
}
.box_floor li.floorlink a:hover {
    border-top-color: #333;
    border-bottom-color: #333;
    background: #333;
    color: #fff;
    transition: 0.1s linear;
    text-decoration: none;
}
.box_floor li.floorlink {
    display:block;
    margin-right: 10px;
    line-height: 1.8;
}
.list_notes img {
     width: auto!important;
}
.list_notes li {
    width: calc(100%/3)!important;
}
.table_floor img {
     width: auto!important;
}

}

@media screen and (max-width: 767px) and (min-width: 0px) {
.box_floor.south:before { 
    content: "渋谷マークシティ";
    height: 1.5em;
    background-image: url(/shibuya_foodshow/images/mark_fs1.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 5em;
}
.box_floor.west:before { 
    content: "しぶちか";
    height: 1.5em;
    background-image: url(/shibuya_foodshow/images/mark_fs2.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 5em;
}



.list_notes img {
     width: auto!important;
}
.table_floor img {
     width: auto!important;
}
}



