@charset "utf-8";
/* CSS Document */
   .room-photo{
    padding-top: 96px;
    max-width: 1300px;
    display: flex;
    width: 86%;
    justify-content: space-between;
    margin: auto;
}
.room-photo img{
    width: 100%;
}
.room-photo a,.room-photo div{
    width: 23%;
}
.room-photo a:hover{
    opacity: 0.5;
}
        .room-box{
            /*max-width: 1300px;*/
            margin: auto;
            display: flex;
            /*width: 86%;*/
            width: 100%;
        }
        .nanuka-slider{
            width: 70%;
        }       
        .room-text{
            padding: 24px;
            width: calc(30% - 28px);
        }
        
