@charset "UTF-8";
.icon-font {
  font-family: 'rest-ref';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'rest-ref';
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ot-button {
  font-family: "source-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: normal;
  position: relative;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  outline: 0;
  display: inline-block;
  background-color: #DA3743;
  width: 100%;
  color: #FFF;
  padding: .875rem 0 .9375rem;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out; }
  .ot-button:focus, .ot-button:hover {
    background-color: #B8222D;
    color: #FFF; }
  .ot-button.ja {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; }

.picker {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: -3.25rem; }

.picker.up {
  top: -290px; }

.picker__input {
  cursor: default;
  width: 100%; }

.picker__input.picker__input--active {
  border-color: #e5e5e5; }

.picker__holder {
  border-radius: 3px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px #e5e5e5;
  box-shadow: 0 0 0 1px #e5e5e5;
  max-height: 0;
  width: 14rem;
  left: calc(50% - 7rem);
  position: absolute;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform .15s ease-out,opacity .15s ease-out,position .15s ease-out,max-height 0s .15s;
  -webkit-transition: opacity .15s ease-out,position .15s ease-out,max-height 0s .15s,-webkit-transform .15s ease-out;
  transition: opacity .15s ease-out,position .15s ease-out,max-height 0s .15s,-webkit-transform .15s ease-out;
  transition: transform .15s ease-out,opacity .15s ease-out,position .15s ease-out,max-height 0s .15s;
  transition: transform .15s ease-out,opacity .15s ease-out,position .15s ease-out,max-height 0s .15s,-webkit-transform .15s ease-out; }

.down .picker__holder {
  -webkit-transform: translateY(1rem) perspective(600px) rotateX(0);
  transform: translateY(1rem) perspective(600px) rotateX(0); }

.up .picker__holder {
  -webkit-transform: translateY(1rem) perspective(600px) rotateX(0);
  transform: translateY(1rem) perspective(600px) rotateX(0); }

.picker--opened .picker__holder {
  max-height: 400px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  -webkit-transition: -webkit-transform .15s ease-out,opacity .15s ease-out,position .15s ease-out,max-height 0s;
  -webkit-transition: opacity .15s ease-out,position .15s ease-out,max-height 0s,-webkit-transform .15s ease-out;
  transition: opacity .15s ease-out,position .15s ease-out,max-height 0s,-webkit-transform .15s ease-out;
  transition: transform .15s ease-out,opacity .15s ease-out,position .15s ease-out,max-height 0s;
  transition: transform .15s ease-out,opacity .15s ease-out,position .15s ease-out,max-height 0s,-webkit-transform .15s ease-out; }

.ot-datepicker {
  z-index: 1; }

.picker__input--active {
  z-index: 0; }

.picker__box {
  padding: 1rem 1rem 1rem 1rem; }

.picker__close {
  text-align: center;
  padding: 0.5rem 0;
  display: block;
  background: #EFEFEF;
  color: #DA3743;
  cursor: pointer; }
  .picker__close:hover {
    color: #bb232e; }

.picker__header {
  text-align: center;
  position: relative; }

.picker__month, .picker__year {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px; }

.picker__nav--next, .picker__nav--prev {
  position: absolute;
  color: #DA3743;
  display: block;
  top: 2px;
  width: 1.5rem; }

.picker__nav--prev {
  left: 0;
  padding-right: 1.5rem; }
  .picker__nav--prev:before {
    font-family: 'rest-ref';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "l"; }

.picker__nav--next {
  right: 0;
  padding-left: 1.5rem; }
  .picker__nav--next:before {
    font-family: 'rest-ref';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "r"; }

.picker__nav--disabled.picker__nav--prev:before,
.picker__nav--disabled.picker__nav--next:before {
  color: #666; }

.picker__nav--next:hover, .picker__nav--prev:hover {
  cursor: pointer;
  color: #bb232e; }

.picker__nav--disabled, .picker__nav--disabled:before, .picker__nav--disabled:before:hover, .picker__nav--disabled:hover {
  cursor: default;
  background: 0 0;
  color: #999; }

.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 14px;
  width: 100%;
  margin-top: 0.75rem; }

.picker__table td {
  margin: 0;
  padding: 1px 0;
  text-align: center; }

.picker__weekday {
  width: 14.285714286%;
  font-size: 14px;
  padding-bottom: 8px;
  color: #999;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5; }

.picker__day {
  margin: 0 auto;
  width: 25px;
  height: 25px;
  line-height: 1.8;
  text-align: center;
  border-radius: 100%; }

.picker__day--today {
  color: #000;
  background: #e5e5e5;
  position: relative; }

.picker__day--selected, .picker__day--selected:hover {
  border-color: #DA3743; }

.picker__day--highlighted {
  background: #DA3743;
  font-weight: 400; }

.picker__day--disabled:before {
  border-top-color: #e5e5e5; }

.picker__day--outfocus {
  color: #999; }

.picker__day--infocus:hover, .picker__day--outfocus:hover {
  cursor: pointer;
  color: #DA3743;
  background: #f7d7d9; }

.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover {
  background: #DA3743;
  color: #fff; }

.picker__day--disabled, .picker__day--disabled:hover {
  color: #e5e5e5;
  cursor: default;
  background: 0 0; }

.picker__day--highlighted.picker__day--disabled, .picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb; }

.picker__footer {
  display: none; }

.ot-dtp-picker {
  background: #FFF;
  position: relative;
  width: 12.5rem;
  padding: 0.75rem;
  border-radius: 3px; }
  .ot-dtp-picker:before, .ot-dtp-picker:after {
    content: " ";
    display: table; }
  .ot-dtp-picker:after {
    clear: both; }
  .ot-dtp-picker-form {
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    background: #FFF; }
  .ot-dtp-picker-selector {
    margin: 0;
    width: 100%;
    position: relative;
    height: 3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
    .ot-dtp-picker-selector-link {
      position: relative;
      display: block;
      color: #333;
      padding: 0.875rem 2.5rem;
      z-index: 1; }
      .ot-dtp-picker-selector-link:after {
        font-family: 'rest-ref';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "m";
        position: absolute;
        font-size: 1.3125rem;
        right: 0.5rem;
        color: #999; }
      .ot-dtp-picker-selector-link:before {
        position: absolute;
        font-size: 1.3125rem;
        left: 0.75rem;
        color: #999;
        top: .9375rem; }
    .ot-dtp-picker-selector select {
      position: absolute;
      opacity: 0;
      top: 0;
      height: 100%;
      width: 100%;
      cursor: pointer;
      border-radius: 0;
      -webkit-appearance: none;
      -webkit-border-radius: 0;
      color: #333;
      font-size: 1rem;
      background-color: #FFF;
      z-index: 2; }
    .ot-dtp-picker-selector:hover .ot-dtp-picker-selector-link {
      color: #000;
      outline: 1px solid #aaa; }
    .ot-dtp-picker-selector-link.ot-date-label.menu-opened, .ot-dtp-picker-selector-link.ot-select-label.highlighted,
    .ot-dtp-picker-selector:hover .ot-dtp-picker-selector-link.ot-date-label.menu-opened,
    .ot-dtp-picker-selector:hover .ot-dtp-picker-selector-link.ot-select-label.highlighted {
      outline: 1px solid #237b98;
      -webkit-box-shadow: 0 0 0.25rem #237b98;
      box-shadow: 0 0 0.25rem #237b98; }
  .ot-dtp-picker .ot-date-picker .ot-dtp-picker-selector-link {
    overflow: hidden;
    white-space: nowrap; }
    .ot-dtp-picker .ot-date-picker .ot-dtp-picker-selector-link:before {
      font-family: 'rest-ref';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "d";
      font-size: 1rem; }
  .ot-dtp-picker .ot-date-picker .ot-dtp-picker-select,
  .ot-dtp-picker .ot-date-picker .ot-dtp-picker-select:focus {
    outline: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    cursor: pointer;
    height: 100%;
    border: 0;
    opacity: 0; }
  .ot-dtp-picker .ot-time-picker .ot-dtp-picker-selector-link:before {
    font-family: 'rest-ref';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "t";
    font-size: 1rem; }
  .ot-dtp-picker .ot-party-size-picker .ot-dtp-picker-selector-link:before {
    font-family: 'rest-ref';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "p";
    font-size: 1rem; }
  .ot-dtp-picker .ot-dtp-picker-button {
    border-radius: 0 0 3px 3px;
    height: 3rem;
    margin: 0 !important;
    -webkit-box-shadow: 0 0 0 1px #DA3743;
    box-shadow: 0 0 0 1px #DA3743;
    -webkit-appearance: none; }
  .ot-dtp-picker.tall {
    width: 16rem; }
    .ot-dtp-picker.tall .ot-date-label {
      display: none; }
    .ot-dtp-picker.tall .ot-date-picker {
      height: 14.75rem; }
    .ot-dtp-picker.tall .picker {
      top: 0.5rem; }
      .ot-dtp-picker.tall .picker__box {
        padding: 0 0.75rem; }
      .ot-dtp-picker.tall .picker__holder {
        width: 16rem;
        left: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent; }
      .ot-dtp-picker.tall .picker__close {
        display: none; }
  .ot-dtp-picker.wide {
    width: 50.5rem; }
    .ot-dtp-picker.wide .ot-dtp-picker-form {
      height: 3rem; }
      .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector {
        width: 200px;
        border-bottom: none;
        float: left; }
      .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector + .ot-dtp-picker-selector {
        border-left: 1px solid #e5e5e5; }
      .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {
        border-radius: 0 3px 3px 0;
        width: 200px;
        float: right; }
    .ot-dtp-picker.wide .picker {
      top: 90%; }
      .ot-dtp-picker.wide .picker__close {
        display: none; }
      .ot-dtp-picker.wide .picker.down:after, .ot-dtp-picker.wide .picker.down:before {
        opacity: 0;
        border: 8px solid transparent;
        content: ' ';
        height: 0;
        left: calc(50% - 0.25rem);
        position: absolute;
        width: 0; }
      .ot-dtp-picker.wide .picker.down:after {
        border-bottom-color: #FFF;
        top: -16px; }
      .ot-dtp-picker.wide .picker.down:before {
        border-bottom-color: rgba(0, 0, 0, 0.12);
        top: -17px; }
      .ot-dtp-picker.wide .picker.down.picker--opened:after, .ot-dtp-picker.wide .picker.down.picker--opened:before {
        opacity: 1;
        -webkit-transition: opacity .15s .15s;
        transition: opacity .15s .15s; }

#ot-reservation-widget {
  font-family: "source-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3; }
  #ot-reservation-widget.ja {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; }
  #ot-reservation-widget.waitlist .ot-dtp-picker-button {
    background-color: #237b98;
    -webkit-box-shadow: 0 0 0 1px #237b98;
    box-shadow: 0 0 0 1px #237b98; }
    #ot-reservation-widget.waitlist .ot-dtp-picker-button:focus, #ot-reservation-widget.waitlist .ot-dtp-picker-button:hover {
      background-color: #19596f; }
  #ot-reservation-widget.waitlist .ot-time-picker.ot-dtp-picker-selector:hover .ot-dtp-picker-selector-link, #ot-reservation-widget.waitlist .ot-date-picker.ot-dtp-picker-selector:hover .ot-dtp-picker-selector-link {
    color: #333;
    outline: none; }
  #ot-reservation-widget.waitlist .ot-date-picker.ot-dtp-picker-selector:hover input {
    cursor: default !important; }
  #ot-reservation-widget.waitlist .ot-time-picker.ot-dtp-picker-selector:hover select {
    cursor: default; }

.ot-header {
  text-align: center;
  line-height: 1;
  border-bottom: 1px solid #e5e5e5; }

.ot-title {
  margin: 0.25rem auto 0.75rem auto;
  font-weight: 600;
  font-size: 1.075rem;
  text-align: center; }

.ot-dtp-picker.wide {
  background: none; }
  .ot-dtp-picker.wide .ot-title {
    text-align: left;
    margin-bottom: 0.75rem; }
  .ot-dtp-picker.wide .ot-powered-by {
    background-position: left;
    margin-bottom: 0.75rem; }

.ot-powered-by {
  height: 22px;
  background: url(../images/brand.png) no-repeat center;
  margin-top: 0.5rem; }
  .ot-powered-by.fr {
    background-image: url(../images/brand-fr.png); }
  .ot-powered-by.es {
    background-image: url(../images/brand-es.png); }

@media (min--moz-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .ot-powered-by {
    background-image: url(../images/brand@2x.png);
    background-size: 156px 22px; }
    .ot-powered-by.fr {
      background-image: url(../images/brand-fr@2x.png);
      background-size: 153px 22px; }
    .ot-powered-by.es {
      background-image: url(../images/brand-es@2x.png);
      background-size: 171px 22px; } }
