@charset "utf-8";
/* CSS Document */

.spot-list-page .pagination{
    margin: 0 0 20px;
}
.spot-list-page .result{
    margin-top: 20px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px){
    .spot-list-page .result{
        margin-top: 0;
        margin-bottom: 10px;
    }
}
/*------------------------

スポットリスト

------------------------*/

.spot-list a{
    text-decoration: none;
}
.spot-list .box{
    margin-bottom: 20px;
    background-color: #fff;
}

@media only screen and (max-width: 1023px){
    .spot-list .box{
        margin-bottom: 13px;
    }
}

@media only screen and (max-width: 767px){
    .spot-list .box{
        margin-bottom: 7px;
    }
}
.spot-list .number{
    padding: 7px;
    text-align: center;
    color: #fff;
    background-color: #202226;
    font-family: "Comfortaa", cursive;
    font-size: 18px;
}
.spot-list .box .img{
    position: relative;
    width: 100%;
    height: 273px;
    text-align: center;
    background-color: #fff;
}

@media only screen and (max-width: 1279px){
    .spot-list .box .img{
        height: 229px;
    }
}

@media only screen and (max-width: 767px){
    .spot-list .box .img{
        height: 150px;
    }
}
.spot-list .box .img img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
