/*ロゴのエリア*/
#aria-logo {
    background-color: #E1BA14;
}

/*ロゴ*/
#logo {
    width: 50vw;
    max-width: 360px;
}

/*メニュー選択ボタン（変えるのは色のみ）*/
.radio-menu {
    display: none;
}

.radio-menu + .label-menu {
    color: #E1BA14;
    background-color: white;
    border: 2px solid #E1BA14;
}

.radio-menu:hover + .label-menu {
    color: white;
    background-color: #edd572;
    border: 2px solid white;
}

.radio-menu:checked + .label-menu {
    color: white;
    background-color: #E1BA14;
    border: 2px solid #E1BA14;
}

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

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

#btn-submit:hover {
    color: white;
    background-color: #b49410;
    border-color: #b49410;
}

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

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