.item {
    padding-bottom: 60px;
}
.room_name {
    font-size: 26px;
    font-weight:bold;
    letter-spacing: 0.1em;
    text-align:center;
    padding-bottom: 30px;
}
.room_description {
    font-size:15px;
    text-align:center;
    padding-bottom: 30px;
}

.main_imgs {
    margin-bottom: 19px;
}
.main_imgs .img {
    height: 555px;
    background-size: contain;
    background-repeat:no-repeat;
    background-position: center center;
}
.thumbs {
    margin-bottom: 60px;
}
.thumb {
    background-size: cover;
    background-position: center center;
    height: 140px;
    margin: 0 6px;
}
.slick-track {
    margin: 0 auto;
}
.slick-prev:before, .slick-next:before {
    color: #000;
}
@media only screen and (max-width: 900px)
{
    .main_imgs .img {
        height: 396px;
    }
    .thumb {
        height: 120px;
    }
}
@media only screen and (max-width: 767px)
{
    .main_imgs .img {
        height: 293px;
    }
    .thumb {
        height: 90px;
    }
}
@media only screen and (max-width: 479px)
{
    h2.black_h2 {
        font-size: 18px;
    }
    .room_name {
        font-size: 18px;
    }
    .room_description {
        font-size: 13px;
    }
    .main_imgs .img {
        height: 166px;
    }
    .thumb {
        height: 80px;
    }
}







h3.din {
    text-align:center;
    font-size: 38px;
    margin-bottom: 30px;
}
.info {
    border: 1px solid #e5e5e5;
    padding: 40px 35px;
    margin-bottom: 50px;
}
.info_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width:100%;
}
.info_inner>* {
}
.summary {
    padding: 10px 25px 10px 0;
}
.map {
    width: 385px;
    height: 240px;
}
.summary dl {
    display:table;
    width:100%;
}
.summary dl>* {
    display:table-cell;
    vertical-align:top;
    font-size: 15px;
    line-height: 3.2;
}
.summary dt {
    font-weight:bold;
    width: 100px;
    white-space:nowrap;
}

@media only screen and (max-width: 920px)
{
    .map {
        width: 240px;
    }
}

@media only screen and (max-width: 767px)
{
    .info_inner {
        display:block;
    }
    .info_inner>* {
        display:block;
        width:100%;
    }
}
@media only screen and (max-width: 479px)
{
    h3.din {
        font-size: 24px;
    }
    .info {
        padding: 20px 15px;
    }
    .summary dl>* {
        line-height: 2;
    }
}





.contact {
    display:table;
    width:100%;
    max-width: 680px;
    margin: 0 auto;
}
.contact a {
    display:table-cell;
    vertical-align:middle;
    height: 70px;
    text-align:center;
    color: white;
    text-decoration:none;
    font-size: 15px;
    font-weight:bold;
    letter-spacing:0.14em;
    background-color: #000;
}
.contact a:hover {
    background-color: #444;
}