/* バックアップ Booking-Package.css */
button {
    background: #778ba0;
    color: #fff;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    padding: 1em;
    line-height: 1;
    border: none;
    transition: 0.3s;
}
button#returnToSchedules {
    background: #dddabf;
}
button:hover, button#returnToSchedules:hover {
    background: #cc99a2;
}
#booking-package_inputFormPanel .returnButton {
    width: 100%;
    max-width: 300px;
    margin: auto;
    display: block;
}
#booking-package_schedulePage button {
    padding: 0.7em 1em;
    display: block;
    line-height: 1;
    color: #fff;
    border: none;
    font-weight: 700;
    background: #778ba0;
    transition: .3s;
    font-size: .9375em;
    font-family: "游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
}
#booking-package_calendarPage .numberInsteadOfSymbols {
    font-size: .8125em !important;
    color: #aaa;
}
#booking-package_schedulePage .selectPanelError {
    color: #ccc;
}