/* joto_movie */
.movieList_area {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.pick_movie {
    width: 66%;
}    
.pick_movie video {
    width: 100%;
}
.shop_comment h2 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 2px;
}
.shop_comment > p {
    text-align: justify;
}
.btn_twitter {
    display: block;
    width: 25%;
    margin: 5px 0 5px auto;
    background: #5eaade;
    text-align: center;
    padding: 8px 0;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}
.btn_twitter > img {
    width: 12%;
    vertical-align: middle;
    margin-right: 10px;
}
.btn_twitter > span {
    color: #fff;
}
.shop_data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*align-items: center;*/
    margin-top: 5px;
}
.shop_data > figure {
    width: 55%;
}
.shop_data > div {
    width: 43%;
    background: linear-gradient(to bottom,#eedd8b 0%,#faf2c8 100%);
}
.shop_data > div > section {
    padding: 8px 5px 5px 5px;
    line-height: 1.55;
}
.shop_data > div > section .area {
    font-size: 12px;
}
.shop_data > div h4 {
    font-weight: bold;
}
.shop_data > div h2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}
.shop_data > div h2 > a {
    color: #001bb6;
    font-weight: bold;
    font-size: 15px;
}
.movieList_area > ul {
    width: 32%;
}
.movieList_area > ul > li {
    margin-bottom: 20px;
}
.movieList_area > ul > li > a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.movieList_area > ul > li > a > figure {
    width: 38%;
}
.movieList_area > ul > li > a > div {
    width: 60%;
}
.movieList_area > ul > li > a > div > h2 {
    font-weight: bold;
    margin-bottom: 3px;
}
.tel:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(https://img.undernavi.com/front/pc/common/icon_tel.png);
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.time:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(https://img.undernavi.com/front/pc/common/icon_clock.png);
    width: 18px;
    height: 18px;
    margin-right: 5px;
}