#tokyo .movie-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#tokyo .movie-container iframe.include-mov{
    margin: 2em 0 0 0;
    width: 100%;
}

@media (min-width: 768px){
    #tokyo .movie-container iframe.include-mov{
        width: 48%;
    }

}

#tokyo table a{
    color: rgb(138, 80, 80);
}

#tokyo .mt-7{
    margin-top: 7rem;
}



#tokyo #mini-menu2  {
    display: flex;
    width: 100%;
    align-items: stretch;
    margin-top: 4rem;
    margin-bottom: 0rem;
}
#tokyo #mini-menu2 a {
    background-color: #333;
    color: #FFF;
    flex-grow: 1;
    line-height: 1.2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    width: 25%;
}

#tokyo #mini-menu2 a:hover {
    background-color: #555;

}


#tokyo #mini-menu2 a span{
    padding-top: 0.5em;
    padding-bottom: 0.6em;
    color: #FFF;
    /*background-color: red;*/
    font-size: 80%;
    line-height: 1.2em;
    text-align: center;
}



#tokyo #mini-menu2 a + a{
    margin-left: 1px;
}


#tokyo #contents .covid19-venue {
    display: flex;
    flex-wrap: wrap;
}

#tokyo #contents .covid19-venue a{
    font-size: 0.9rem;
}

#tokyo #contents .covid19-venue-title {
    width: 100%;
    font-weight: bold;
}

#tokyo #contents ul {
    margin-left: auto;
    margin-right: auto;
    min-width: 50%;
}

#tokyo #contents li {
    list-style: none;
}

#tokyo table.over-table  {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

#tokyo .table-cap  {
    font-size: 90%;
}

#tokyo .vr-container {
    margin-top: 2em;
    width: 100%;
}

#tokyo .vr-img {
    width: 100%;
    height: auto;
}

#tokyo .vr-link {
    display: block;
    width: 100%;
    height: auto;
}

#tokyo .top-movie {
    
    margin-top: 2em;
    width: 100%;
   /* height: 394px;*/
}


#tokyo .small-movie-container {
    margin-top: 2em;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#tokyo .small-movie {
    width: 48%;
    
    margin-bottom: 28px;
}
@media (min-width: 768px){
    #tokyo .small-movie {
        width: 48%;
        height: auto;
    }
}
#tokyo .small-movie-cap {
    width: 100%;
    background-color: #393737;
    color: white;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 6px;
    min-height: 40px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px){
    #tokyo .small-movie-cap {
        font-size: 13px;
        min-height: 30px;
    }
    #tokyo .small-movie-cap br {
        display: none;
    }
}

#tokyo .small-movie-src {
    width: 100%;
    margin-bottom: 0;
    display: block;
    background-color: #393737;
}