@charset "utf-8";

/* outline
------------------------------*/
.spotDetail__wrap {
    margin-bottom: 50px;
    display: flex;
}
    .spotDetail__slide {
        width: 400px;
        margin: 0 auto 0 0;
    }
    .spotDetail__cont {
        width: 660px;
        margin: 0 0 0 auto;
    }

/* spotDetail__slide
------------------------------*/
.spotDetail__img {
    width: 400px;
    height: 300px;
    outline: none;
    position: relative;
}
    .spotDetail__img img {
        max-width: 400px;
        width: 100%;
        max-height: 300px;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
/* slider
------------------------------*/
.slick-slide {
    outline: none;
}
.slick-dots {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
    .slick-dots li {
        width: 14px;
        height: 14px;
        margin: 0 5px;
        text-indent: -10000px;
        background: #ddd;
        border-radius: 50%;
    }
    .slick-dots .slick-active {
        background: #000;
    }

/* spotDetail__cont
------------------------------*/
.spotDetail__info {
    display: flex;
}
.spotDetail__info:not(:first-child) {
    border-top: 1px solid #ddd;
}
    .spotDetail__name {
        width: 80px;
        padding: 10px;
        font-size: 14px;
        color: #fff;
        display: flex;
        align-items: center;
    }
    .spotDetail__text {
        width: 410px;
        padding: 10px;
        font-size: 14px;
        color: #000;
    }

/* spotStaff
------------------------------*/
.spotDetail .spotStaff {
    margin-bottom: 50px;
}
    .spotStaff__ttl {
        padding: 5px 10px;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
    }
    .spotStaff__wrap {
        padding: 20px;
        border: 1px solid #ddd;
        display: flex;
    }
        .spotStaff__info {
            width: 150px;
            margin-right: 20px;
        }
            .spotStaff__img {
                width: 150px;
                height: 150px;
                margin-bottom: 5px;
                position: relative;
            }
            .spotStaff__img a {
                width: 150px;
                height: 150px;
                display: block;
            }
                .spotStaff__img img {
                    max-width: 150px;
                    max-height: 150px;
                    margin: auto;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                }
            .spotStaff__name {
                font-size: 14px;
                color: #000;
                text-align: center;
            }
        .spotStaff__comment {
            width: 910px;
            font-size: 14px;
            color: #000;
            line-height: 1.6;
        }



#spot-img li img {
    width:72px;
    height:54px;
    margin-bottom:4px;
}
.limited_img{
    background: url(/images/search/bg_mobilettl.jpg) 0 0 repeat;
    padding: 8px 31px;
    position: absolute;
    top: 0px;
    left: 7px;

}
.limited_img{
    cursor: pointer;
}
.limited_img:hover{
    opacity: 0.8;
}