@charset "UTF-8";
.slideshow-sequence {
height: 15px;
}

#page-home #guestroom .inner {
height: 720px;
}

#page-home p.detailButton {
padding-bottom: 50px;
}

#page-home .heading2 {
margin: 0 auto;
width: 500px;
position: relative;
height: 480px;
}

#page-home .heading2 .child p {
text-align: center;
}

#page-home .heading2 .child p img {
height: 480px;
}

#hotels ul.box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#hotels .box li{
    margin: 0 15px 15px;
}
#hotels li:last-child{
    margin: 0 15px 15px;
}