// システム対応用に修正したCSS

.booking_menu .bottom .booking_wrap .conf input{padding: 17px 0 17px 15px;font-size: 24px;font-weight: bold;width: 400px;border-radius: 6px;cursor: pointer;}
.booking_menu .bottom .booking_wrap .conf input{padding: 4vw 0 4vw 3vw;background: #000;border: none;position: relative;font-size: 4vw;font-weight:bold;color: #fff;width: 60%;box-sizing: border-box;}
.booking_menu .bottom .booking_wrap .conf input::before{left: 20px;top: 20px;font-size: 26px;font-weight: normal;}
.booking_menu .bottom .booking_wrap .conf input::before{left: 20px; top: 16px; font-size: 20px;}
.booking_menu .bottom .booking-result .conf input{ width: auto; padding: .5em 3.5em; font-size: 16px; border-radius: 0;}
.booking_menu .bottom .booking-result .conf input::before{ top: 50%; left: .5em; transform: translate(0,-50%); font-size: 1.15em;}
.booking_menu .bottom .booking_wrap .conf input::before{content: "\f002";font-family: FontAwesome;position: absolute;left: 4vw;color: #fff;font-size: 5vw;}


.result_pager p.first::befor{content: "<<"; position: absolute; right: -2em;}
