@charset "utf-8";

.box .inner h2{
    background-color: #2eb0ff;
}

.box .inner .recommend .r-box h3 img{
    max-width: 490px;
    width: 48.039216%; /*490/1020*/
}

.box .inner .recommend .r-box ul.gallery{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.box .inner .recommend .r-box ul.gallery li{
    width: 23.5%;
    margin-bottom: 0;

}
.box .inner .recommend .r-box ul.gallery li:nth-last-of-type(-n+2){
    margin-bottom: 0;
}
.box .inner .recommend ul.items{
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}
.box .inner .recommend ul.items li{
    width: 48%;
    margin: 0;
}
.box .inner .recommend ul.items li .detail{
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.box .inner .recommend ul.items li .detail figure{
    display: table-cell;
    vertical-align: bottom;
    width: 33%;
}
.box .inner .recommend ul.items li .detail div{
    display: table-cell;
    vertical-align: bottom;
    width: 67%;
    text-align: center;
    font-size: 26px;
    padding: 0 0.5em;
}
.box .inner .recommend ul.items li .detail div p.name{
    font-weight: bold;
    margin-bottom: 0.5em;
}
.box .inner .recommend ul.items li .detail div p.name small{
    font-weight: normal;
}


@media screen and ( max-width: 1319px ) {
    .box .inner .recommend ul.items li .detail div{
        font-size: 20px;
    }
}