/*ロゴ*/
#logo {
    min-width: 360px;
    max-width: 560px;
}

/*カレンダーの☓*/
.batsu {
    color: #111111;
}

/*「予約する」ボタン*/
#btn-submit {
    color: white;
    background-color: #111111;
    border-color: #111111;
}

#btn-submit:hover:not(:disabled):not(:focus) {
    color: white;
    background-color: #23272b;
    border-color: #1d2124;
}

#btn-submit:focus {
    color: white;
    background-color: #23272b;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/*フッター*/
#footer {
    height: 120px;
    background: #111111;
    color: white;
}
