@charset "UTF-8";

#home .inner {
    padding: 0px 0 100px 0;
}

/* 予約ボタン */
#float-btn {
    display: block;
    width: 45%;
    max-width: 200px;
    position: fixed;
    left: 1.5vw;
    bottom: 15px;
    cursor: pointer;
}

#float-btn:active {
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    transform: translate(0, 2px);
}

#float-btn a {
    display: block;
    width: 100%;
    height: 100%;
}
