/* CSS Document */
a.tel, a.tel:hover { pointer-events: none; text-decoration:none !important; }
@media print, screen and (max-width: 999px){
a.tel, a.tel:hover { pointer-events: initial; }
}
#gotop { display: none; position: fixed; right:20px; bottom:100px; cursor: pointer;  z-index:20; text-align: center;}
#gotop a { display:inline-block; width:45px; height:45px;line-height: 40px;  background:#966b24; border-radius: 100%; font-size: 15px; color: #005ea6; position: relative; text-align: center; padding-top: 10px; cursor: pointer;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);}
#gotop a:before { content: ""; position: absolute; width: 12px; height: 12px; display: block; border-width: 2px 2px 0 0; border-color: #fff; border-style: solid; transform: rotate(-45deg); top:19px; left: 17px;}
#gotop a:hover { transform: scale(0.9);}

.btn-reserve { position: fixed;z-index:20; right:10px; bottom:calc(100px + 60px); cursor: pointer; display: block; width:68px; height:68px; padding-top: 10px; background:#966b24; border-radius: 100%; font-size: 17px; color: #fff !important; line-height: 1; text-align: center; font-weight: 300;}
.btn-reserve span { display:block; font-size: 12px; transform: scale(0.7);}
.btn-reserve:hover { transform: scale(0.9);}
