.slick-prev:before, .slick-next:before{
    font-family: 'Times New Roman', Times, serif;
    font-size: 1rem;
    color:#3c3c3c;
}   

.slick-prev, .slick-next{
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    z-index: 50;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

/* 客室アーカイブページのスライダー */
.room-archive-slider {
    position: relative;
}

.room-archive-slider .slick-dots {
    bottom: -40px;
    text-align: center;
}

.room-archive-slider .slick-dots li button:before {
    color: #3c3c3c;
    font-size: 12px;
}

.room-archive-slider .slick-dots li.slick-active button:before {
    color: #3c3c3c;
}