@charset "utf-8";
/* CSS Document */

.box.text .inner iframe figure {
    
    margin:0!important;
    
}

.box.text .inner iframe html, .box.text .inner iframe body {
    
    margin:0!important;
    padding:0!important;
    
}

.reservation-other-button {
    
    width:60.74vw;
    height:11.57vw;
    font-family:"Mostra N W00 Bold";
    font-weight: 400;
    font-style: normal;
    font-size: 5.09vw;
    line-height: normal;
    letter-spacing: 0.5vw;  
    margin: 0 auto 0 auto;
    display:none;
    border: 1px solid;
    
    
}

.reservation-other-button:hover {
    
    cursor: pointer;
 
}

.reservation-other-button .res-inner {
    
    padding: 2.77vw 12vw 2.77vw 12vw;    
    
}

.box.text .inner a{
    
    color: inherit;
    text-decoration: underline;
    outline:0;
    
}

.box.text .inner a:hover{
    
    color: inherit;
    text-decoration:none;
    outline:0;
    
}

@media only screen and (max-width: 799px) {

    .box.text .inner    {

        width:71%;
        margin: 19.44vw 14.44vw; 
 
    }
    
    .box.text h2 {
        
        font-size: 5.09vw;
        letter-spacing: 0.2vw;
        text-align: left;
        
    }
    
    .reservation-other-button {

        display:block;

    }

}
