@charset "utf-8";
/* CSS Document */

.detail-page p.spot-name{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #202226;
    font-size: 18px;
    font-weight: 400;
}
.btn-area a{
    display: block;
    padding: 1em 3em 0.8em 3em;
    color: #fff;
    border: 0;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 767px){
    .btn-area a{
        padding: 1em 1em 0.8em 1em;
        font-size: 16px;
    }
}
.btn-area a.yellow{
    color: #202226;
    background-color: #f4d400;
}

@media (min-width: 1025px){
    .btn-area a:hover{
        color: #fff;
        background-color: #2c2f36;
    }
    .btn-area a.yellow:hover{
        color: #202226;
        background-color: #fbe240;
    }
}
.btn-area .box img{
    margin-right: 10px;
    vertical-align: middle;
}

@media (max-width: 767px){
    .btn-area .box img{
        width: 30px;
    }
}
.spot-list .box{
    position: relative;
    width: 100%;
    height: 149px;
    background-color: #fff;
}
.spot-list .box img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 100%;
    margin: auto;
}
