/*
* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansJP-Regular.woff2) format("woff2"), url(../fonts/NotoSansJP-Regular.woff) format("woff"), url(../fonts/NotoSansJP-Regular.otf) format("opentype");
}

*:focus {
  outline: 0 !important;
}

.button {
  border-radius: 10px;
  border: none;
  box-shadow: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  padding: 15px 15px;
  text-align: center;
}

@media (min-width: 992px) {
  .button {
    font-size: 20px;
  }
}

.button:hover {
  text-decoration: none;
}

.button:focus {
  outline: none;
}

.button:active {
  box-shadow: 2px 2px 2px #777;
}

.button-block {
  display: block;
  width: 100%;
}

.button-orange {
  background-color: #ff6633;
  border-bottom: 3px solid #df4819;
}

.button-main {
  background-color: #d54e28;
  border-bottom: 3px solid #d54e28;
}

.button-red {
  background-color: #e60012;
  border-bottom: 3px solid #c70010;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #333333;
}

.datepicker--cell.-current-.-focus- {
  color: #333333;
}

.datepicker--cell.-current-.-in-range- {
  color: #e60012;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #333333;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #e60012;
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #e60012;
}

.datepicker--cell.-selected-.-focus- {
  background: #e60012;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #e60012;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #333333;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  z-index: 100;
}

.datepicker.-from-top- {
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  transform: translateY(8px);
}

.datepicker.-from-left- {
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg);
}

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg);
}

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg);
}

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px;
}

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px;
}

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}

.datepicker--body {
  display: none;
}

.datepicker--body.active {
  display: block;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
  color: #333333;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 34px;
}

.datepicker--nav-title .curent-year,
.datepicker--nav-action .curent-year {
  font-size: 34px;
  padding-left: 15px;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action:hover {
  background: none;
  color: #e60012;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title:hover {
  background: none;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons {
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -ms-flex: 1;
  flex: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #333333;
  background: #f0f0f0;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:focus {
  outline: none;
}

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px;
}

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

.timme-tooltip {
  position: relative;
  margin: auto;
}

.timme-tooltip .picker-tooltip {
  visibility: hidden;
  position: fixed;
  width: auto;
  max-width: 100vw;
  transition: opacity 1s;
}

@media (max-width: 430px) {
  .timme-tooltip .picker-tooltip {
    max-width: 100%;
  }
}

.timme-tooltip .picker-tooltip .time-picker-tooltip-content {
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  color: #333333;
  text-align: center;
  padding: 0px;
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
  max-width: 100vw;
  transition: opacity 1s;
}

.timme-tooltip .picker-tooltip.tooltip_show {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 768px) {
  .timme-tooltip .picker-tooltip.tooltip-top {
    top: 25%;
    right: 20%;
  }
}

@media (max-width: 768px) {
  .timme-tooltip .picker-tooltip.tooltip-top {
    top: 1%;
    right: 0px;
    left: 0;
    margin: auto;
    width: 360px;
  }
}

.timme-tooltip .datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.timme-tooltip .-top-left- .datepicker--pointer, .timme-tooltip .-top-center- .datepicker--pointer, .timme-tooltip .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg);
}

.timme-tooltip .-right-top- .datepicker--pointer, .timme-tooltip .-right-center- .datepicker--pointer, .timme-tooltip .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg);
}

.timme-tooltip .-bottom-left- .datepicker--pointer, .timme-tooltip .-bottom-center- .datepicker--pointer, .timme-tooltip .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg);
}

.timme-tooltip .-left-top- .datepicker--pointer, .timme-tooltip .-left-center- .datepicker--pointer, .timme-tooltip .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg);
}

.timme-tooltip .-top-left- .datepicker--pointer, .timme-tooltip .-bottom-left- .datepicker--pointer {
  left: 10px;
}

.timme-tooltip .-top-right- .datepicker--pointer, .timme-tooltip .-bottom-right- .datepicker--pointer {
  right: 10px;
}

.timme-tooltip .-top-center- .datepicker--pointer, .timme-tooltip .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}

.timme-tooltip .-left-top- .datepicker--pointer, .timme-tooltip .-right-top- .datepicker--pointer {
  top: 10px;
}

.timme-tooltip .-left-bottom- .datepicker--pointer, .timme-tooltip .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.timme-tooltip .-left-center- .datepicker--pointer, .timme-tooltip .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}

.time-picker-tooltip-content {
  background-color: #ffffff;
  border-radius: 5px;
  overflow: initial;
  width: 100%;
  position: relative;
  z-index: 9999;
}

@media (min-width: 992px) {
  .time-picker-tooltip-content {
    min-width: 250px;
  }
}

.time-picker-tooltip-content .time-picker-tooltip-heading {
  background-color: #e8a327;
  border-radius: 7px 7px 0px 0px;
  position: relative;
}

.time-picker-tooltip-content .time-picker-tooltip-heading .close-tooltip {
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  float: right;
  height: 24px;
  width: 24px;
  padding: 2px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 9;
}

.time-picker-tooltip-content .close-modal {
  background-color: #ffffff;
  border: 2px solid #333333;
  border-radius: 50%;
  box-shadow: none;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  float: right;
  height: 28px;
  width: 28px;
  padding: 5px;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 9;
}

.time-picker-tooltip-content .time-picker-heading {
  background-color: #e8a327;
  border-radius: 0px;
  line-height: 34px;
  font-size: 14px;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
}

.time-picker-tooltip-content .time-picker-heading::before {
  background-image: url(../images/modal-heading-calendar.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  display: inline-block;
  margin-right: 15px;
  height: 16px;
  width: 16px;
}

.time-picker-tooltip-content .time-picker-tooltip-content {
  border-radius: 0px;
  background-color: #ffffff;
  overflow: hidden;
}

.time-picker-tooltip-content .time-picker-tooltip-content .time-minutes-heading {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
  min-width: 55px;
}

@media (min-width: 768px) {
  .time-picker-tooltip-content .time-picker-tooltip-content .time-minutes-heading {
    min-width: 75px;
  }
}

@media (min-width: 992px) {
  .time-picker-tooltip-content .time-picker-tooltip-content .time-minutes-heading {
    min-width: 95px;
  }
}

.time-picker-tooltip-content .time-picker-tooltip-content .time-minutes-heading span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  color: #333333;
  display: block;
  height: 70px;
  padding: 25px 10px;
}

@media (min-width: 768px) {
  .time-picker-tooltip-content .time-picker-tooltip-content .time-minutes-heading span {
    padding: 25px 15px;
  }
}

@media (min-width: 992px) {
  .time-picker-tooltip-content .time-picker-tooltip-content .time-minutes-heading span {
    padding: 25px 20px;
  }
}

.time-picker-tooltip-content .time-picker-tooltip-content .time-minutes-heading span.time-picker--minutes {
  background-color: #eaeaea;
}

.time-picker-tooltip-content .time-picker-tooltip-content .time-picker--content {
  list-style: none;
}

.time-picker-tooltip-content .time-picker-tooltip-content .time-picker--content .time-picker {
  float: left;
}

.time-picker-tooltip-content .time-picker-tooltip-content .time-picker--content .time-picker li {
  float: left;
}

.time-picker-tooltip-content .time-picker-tooltip-content .time-picker--content .time-picker li .time-picker-item--hourse {
  background-color: #eaeaea;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #333333;
  display: block;
  padding: 17px 10px;
}

.time-picker-tooltip-content .time-picker-tooltip-content .time-picker--content .time-picker li span {
  content: ' ';
  display: block;
  padding: 6px;
  position: relative;
}

.time-picker-tooltip-content .time-picker-tooltip-content .time-picker--content .time-picker li span.disable span {
  position: absolute;
  top: 17%;
  font-size: 13px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  height: 55px;
  color: red;
}

.time-picker-tooltip-content .time-picker-tooltip-content .time-picker--content .time-picker li span.disable::before {
  border-radius: 2px;
  content: ' ';
  display: block;
  background-color: #f2f2f2;
  height: 100%;
  width: 100%;
  margin-top: 2px;
}

.time-picker-tooltip-content .time-picker-tooltip-content .time-picker--content .time-picker li span.disable::after {
  background: url("../images/disable.svg") no-repeat;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  margin-top: 2px;
  position: absolute;
}

.time-picker-tooltip-content .time-picker-tooltip-content .time-picker--content .time-picker li span.timeout::before {
  border-radius: 2px;
  content: ' ';
  display: block;
  background-color: #f2f2f2;
  height: 100%;
  width: 100%;
  margin-top: 2px;
}

.time-picker-tooltip-content .time-picker-tooltip-content .time-picker--content .time-picker li span.timeout::after {
  background: url("../images/timeout.svg") no-repeat;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  margin-top: 2px;
  position: absolute;
}

.time-picker-tooltip-content .time-picker-tooltip-content .time-picker--content .time-picker li span.endbook::before {
  border-radius: 2px;
  content: ' ';
  display: block;
  background-color: #f2f2f2;
  height: 100%;
  width: 100%;
  margin-top: 2px;
}

.time-picker-tooltip-content .time-picker-tooltip-content .time-picker--content .time-picker li span.endbook::after {
  background: url("../images/endbook.svg") no-repeat;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  margin-top: 2px;
  position: absolute;
}

.time-picker-tooltip-content .time-picker-tooltip-content .time-picker--content .time-picker li span.active {
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

.time-picker-tooltip-content .time-picker-tooltip-content .time-picker--content .time-picker li span.active::before {
  box-shadow: 1px 3px 5px #888888;
  border-bottom: 2px solid #c3c3c3;
  background-color: #dedede;
  border-radius: 4px;
  content: ' ';
  display: block;
  height: 100%;
  width: 100%;
}

.time-picker-tooltip-content .time-picker-tooltip-content .time-picker--content .time-picker li span.active::after {
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  content: '';
  color: #333333;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.time-picker-tooltip-content .time-picker-tooltip-content .time-picker--content .time-picker li span.active:hover::before {
  background-color: #e1e1e1;
}

.time-picker-tooltip-content .time-picker-tooltip-content .time-picker--content .time-picker li span.selected {
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

.time-picker-tooltip-content .time-picker-tooltip-content .time-picker--content .time-picker li span.selected:hover::before {
  background-color: #117e37;
}

.time-picker-tooltip-content .time-picker-tooltip-content .time-picker--content .time-picker li span.selected::before {
  box-shadow: 1px 3px 5px #888888;
  border-bottom: 2px solid #117e37;
  border-radius: 4px;
  content: ' ';
  display: block;
  background-color: #12b94c;
  height: 100%;
  width: 100%;
}

.time-picker-tooltip-content .time-picker-tooltip-content .time-picker--content .time-picker li span.selected::after {
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-image: url(../images/time-picker-selected.png);
  background-position: center;
  background-repeat: no-repeat;
  -ms-flex-pack: center;
      justify-content: center;
  content: '';
  color: #333333;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.time-picker-tooltip-content .time-picker-tooltip-content .time-picker--content .time-picker li span.selected:hover::before {
  background-color: #117e37;
}

.time-picker-tooltip-content.desktop-view .time-picker--content .time-picker li span.disable::after {
  background-size: 80%;
  top: 6px;
  left: 7px;
}

.time-picker-tooltip-content.desktop-view .time-picker--content .time-picker li span.timeout::after {
  background-size: 50%;
  top: 20px;
  left: 19px;
}

.time-picker-tooltip-content.desktop-view .time-picker--content .time-picker li span.endbook::after {
  background-size: 42%;
  top: 20px;
  left: 19px;
}

.time-picker-tooltip-content.mobile-view {
  display: block;
}

.time-picker-tooltip-content.mobile-view .time-picker-list {
  overflow-x: hidden;
}

.time-picker-tooltip-content.mobile-view .time-minutes-heading {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.time-picker-tooltip-content.mobile-view .time-minutes-heading span {
  min-width: 70px;
  width: 100%;
}

.time-picker-tooltip-content.mobile-view .time-minutes-heading span.time-picker--minutes {
  background-color: #eaeaea;
  min-width: 60px;
  width: 60px;
}

.time-picker-tooltip-content.mobile-view .time-picker--content .time-picker li span.disable::after {
  background-size: 55%;
  top: 7px;
  left: 15px;
}

.time-picker-tooltip-content.mobile-view .time-picker--content .time-picker li span.timeout::after {
  background-size: 42%;
  top: 16px;
  left: 22px;
}

.time-picker-tooltip-content.mobile-view .time-picker--content .time-picker li span.endbook::after {
  background-size: 35%;
  top: 16px;
  left: 22px;
}

.time-picker-tooltip-content.mobile-view .time-picker {
  max-height: 420px;
}

.time-picker-tooltip-content.mobile-view .time-picker li {
  display: -ms-flexbox;
  display: flex;
  float: left;
  min-width: 60px;
  max-width: 100%;
  width: 100%;
}

.time-picker-tooltip-content.mobile-view .time-picker li .time-picker-item--hourse {
  min-width: 60px;
  width: 60px;
  padding: 17px 10px;
}

.time-picker-tooltip-content.mobile-view .time-picker li span {
  min-width: 70px;
  height: 56px;
}

.time-picker-tooltip-content.mobile-view .time-picker li span.active::after {
  background-size: 22px;
}

.time-picker-tooltip-content.mobile-view .time-picker li span.selected::after {
  background-size: 22px;
}

.time-picker-tooltip-content.desktop-view {
  display: none;
}

.time-picker-tooltip-content.desktop-view .time-picker-list {
  display: -ms-flexbox;
  display: flex;
}

.time-picker-tooltip-content.desktop-view .time-picker--minutes {
  background-color: #eaeaea;
  content: " ";
  width: 100%;
}

.time-picker-tooltip-content.desktop-view .time-picker--content {
  max-width: 600px;
  overflow-y: hidden;
  height: 100%;
  width: 100%;
}

@media (max-width: 576px) {
  .time-picker-tooltip-content.desktop-view .time-picker--content {
    overflow-x: scroll;
  }
}

@media (min-width: 992px) {
  .time-picker-tooltip-content.desktop-view .time-picker--content {
    max-width: 738px;
  }
}

.time-picker-tooltip-content.desktop-view .time-picker--content .time-picker {
  display: -ms-flexbox;
  display: flex;
}

.time-picker-tooltip-content.desktop-view .time-picker--content .time-picker li {
  display: inline-block;
  float: left;
  min-width: 60px;
  max-width: 75px;
}

@media (min-width: 768px) {
  .time-picker-tooltip-content.desktop-view .time-picker--content .time-picker li {
    width: 68px;
  }
}

.time-picker-tooltip-content.desktop-view .time-picker--content .time-picker li .time-picker-item--hourse {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 10px;
}

.time-picker-tooltip-content.desktop-view .time-picker--content .time-picker li span {
  height: 70px;
}

.time-picker-tooltip-content.desktop-view .time-picker--content .time-picker li span.active::after {
  background-size: auto;
}

.time-picker-tooltip-content.desktop-view .time-picker--content .time-picker li span.selected::after {
  background-size: auto;
}

@media (min-width: 768px) {
  .time-picker-tooltip-content.mobile-view {
    display: none;
  }
  .time-picker-tooltip-content.desktop-view {
    display: block;
  }
}

.note-status {
  padding: 10px 0;
}

.note-status ul {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  list-style-type: none;
}

.note-status ul li {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.note-status ul .icons {
  content: ' ';
  display: block;
  padding: 6px;
  position: relative;
}

.note-status ul .icons.disable span {
  position: absolute;
  top: 17%;
  font-size: 13px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  color: red;
}

.note-status ul .icons.disable::before {
  border-radius: 2px;
  content: ' ';
  display: block;
  background-color: #f2f2f2;
  height: 30px;
  width: 30px;
  margin-top: 2px;
}

.note-status ul .icons.disable::after {
  background: url("../images/disable.svg") no-repeat;
  background-size: 95%;
  content: '';
  display: block;
  height: 30px;
  width: 30px;
  margin-top: 2px;
  position: absolute;
  top: 6px;
  left: 7px;
}

.note-status ul .icons.timeout::before {
  border-radius: 2px;
  content: ' ';
  display: block;
  background-color: #f2f2f2;
  height: 30px;
  width: 30px;
  margin-top: 2px;
}

.note-status ul .icons.timeout::after {
  background: url("../images/timeout.svg") no-repeat;
  background-size: 55%;
  content: '';
  display: block;
  height: 30px;
  width: 30px;
  margin-top: 2px;
  position: absolute;
  top: 14px;
  left: 14px;
}

.note-status ul .icons.endbook::before {
  border-radius: 2px;
  content: ' ';
  display: block;
  background-color: #f2f2f2;
  height: 30px;
  width: 30px;
  margin-top: 2px;
}

.note-status ul .icons.endbook::after {
  background: url("../images/endbook.svg") no-repeat;
  background-size: 52%;
  content: '';
  display: block;
  height: 30px;
  width: 30px;
  margin-top: 2px;
  position: absolute;
  top: 14px;
  left: 14px;
}

.note-status ul .icons.active {
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

.note-status ul .icons.active::before {
  box-shadow: 1px 3px 5px #888888;
  border-bottom: 2px solid #c3c3c3;
  background-color: #dedede;
  border-radius: 4px;
  content: ' ';
  display: block;
  height: 30px;
  width: 30px;
}

.note-status ul .icons.active::after {
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  content: '';
  color: #333333;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 30px;
  width: 30px;
}

.note-status ul .icons.active:hover::before {
  background-color: #e1e1e1;
}

.scrollable {
  position: relative;
}

.scrollable:focus {
  outline: 0;
}

.scrollable .viewport {
  position: relative;
  overflow: hidden;
}

.scrollable .viewport .overview {
  position: absolute;
  width: 100%;
}

.scrollable .scroll-bar {
  display: none;
}

.scrollable .scroll-bar.vertical {
  position: absolute;
  right: 0;
  height: 100%;
}

.scrollable .scroll-bar.horizontal {
  position: relative;
  width: 100%;
}

.scrollable .scroll-bar .thumb {
  position: absolute;
}

.scrollable .scroll-bar.vertical .thumb {
  width: 100%;
  min-height: 10px;
}

.scrollable .scroll-bar.horizontal .thumb {
  height: 100%;
  min-width: 10px;
  left: 0;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*Default skin*/
.scrollable.default-skin {
  padding-right: 10px;
  padding-bottom: 6px;
}

.scrollable.default-skin .scroll-bar.vertical {
  width: 6px;
}

.scrollable.default-skin .scroll-bar.horizontal {
  height: 6px;
}

.scrollable.default-skin .scroll-bar .thumb {
  background-color: black;
  opacity: 0.4;
  border-radius: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.scrollable.default-skin .scroll-bar:hover .thumb {
  opacity: 0.6;
}

/*Gray skin*/
.scrollable.gray-skin {
  padding-right: 17px;
}

.scrollable.gray-skin .scroll-bar {
  border: 1px solid gray;
  background-color: #d3d3d3;
}

.scrollable.gray-skin .scroll-bar .thumb {
  background-color: gray;
}

.scrollable.gray-skin .scroll-bar:hover .thumb {
  background-color: black;
}

.scrollable.gray-skin .scroll-bar.vertical {
  width: 10px;
}

.scrollable.gray-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}

/*Modern skin*/
.scrollable.modern-skin {
  padding-right: 17px;
}

.scrollable.modern-skin .scroll-bar {
  border: 1px solid gray;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: inset 0 0 5px #888;
}

.scrollable.modern-skin .scroll-bar .thumb {
  background-color: #95aabf;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #536984;
}

.scrollable.modern-skin .scroll-bar.vertical .thumb {
  width: 8px;
  background: linear-gradient(to right, #95aabf 0%, #547092 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )";
}

.scrollable.modern-skin .scroll-bar.horizontal .thumb {
  height: 8px;
  background-image: linear-gradient(#95aabf, #547092);
  background-image: -ms-linear-gradient(#95aabf, #547092);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )";
}

.scrollable.modern-skin .scroll-bar.vertical {
  width: 10px;
}

.scrollable.modern-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}

* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  font-family: 'Noto Sans Japanese';
  color: #333333;
  font-size: 12px;
  line-height: 1.4;
}

@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}

a,
a:visited,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="text"], input[type="email"], input[type="password"],
input[type="tel"], input[type="number"], select {
  border: 1px solid #333333;
  border-radius: 5px;
  height: 38px;
}

@media (min-width: 992px) {
  input[type="text"], input[type="email"], input[type="password"],
  input[type="tel"], input[type="number"], select {
    height: 46px;
  }
}

input[type="text"], input[type="email"], input[type="password"],
input[type="tel"], input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"], input[type="email"], input[type="password"],
input[type="tel"], input[type="number"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="text"], input[type="email"], input[type="password"],
input[type="tel"], input[type="number"] {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 992px) {
  input[type="text"], input[type="email"], input[type="password"],
  input[type="tel"], input[type="number"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

.container {
  border-radius: 0px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  float: left;
  margin: 0px auto;
  max-width: 1200px;
  padding: 15px 15px;
  margin: 0;
  width: 100vw;
}

@media (max-width: 768px) and (orientation: landscape) {
  .container {
    border-radius: 10px;
    padding: 15px;
    padding-top: env(100vh-safe-area-inset-top);
    padding-bottom: env(100vh-safe-area-inset-bottom);
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .container {
    border-radius: 10px;
    padding: 15px;
    padding-top: env(100vh-safe-area-inset-top);
    padding-bottom: env(100vh-safe-area-inset-bottom);
  }
}

@media (min-width: 992px) {
  .container {
    float: none;
    border-radius: 10px;
    padding: 0px;
    margin: 10vh auto;
  }
}

.jquery-page {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius: 12px;
  float: left;
}

@media (min-width: 992px) {
  .jquery-page {
    box-shadow: none;
    background-color: transparent;
    border-radius: 0px;
    float: none;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.navigate {
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.red-text {
  color: #e60012;
}

.yellow-text {
  color: #e8a327;
}

.yellow-black-text {
  color: #df4819;
}

.green-text {
  color: #12b94c;
}

.require-note {
  color: #e60012;
}

.text-note {
  font-size: 12px !important;
  line-height: 20px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal-lg.time-modal-centered {
  max-width: 90%;
}

@media (min-width: 992px) {
  .modal-open .modal-lg.time-modal-centered {
    max-width: 845px;
  }
}

.modal-open .modal-content {
  box-shadow: 2px 3px 5px #333333;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 800px;
}

.modal-open .modal-content .modal-heading {
  background: #e8a327;
  display: block;
  padding: 15px;
  position: relative;
  text-align: center;
}

.modal-open .modal-content .modal-heading h3 {
  color: #ffffff;
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 576px) {
  .modal-open .modal-content .modal-heading h3 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .modal-open .modal-content .modal-heading h3 {
    font-size: 24px;
  }
}

.modal-open .modal-content .modal-heading button {
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  float: right;
  height: 32px;
  width: 32px;
  padding: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
}

.modal-open .modal-content .modal-text-content {
  color: #e8a327;
  font-size: 14px;
  font-weight: 600;
  padding: 40px 20px 65px;
  text-align: center;
}

@media (min-width: 576px) {
  .modal-open .modal-content .modal-text-content {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .modal-open .modal-content .modal-text-content {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .modal-open .modal-content .modal-text-content {
    font-size: 24px;
  }
}

.modal-open .modal-content .modal-text-content .ticket-number {
  font-size: 50px;
}

.modal-open .modal-content .modal-text-content label.small-label {
  font-size: 24px;
  max-width: 362px;
  text-align: center;
}

.modal-open .modal-content .modal-action {
  padding-top: 40px;
  text-align: center;
}

.modal-open .modal-content .modal-action .btn-cancel {
  background: transparent;
  border: 2px solid #e8a327;
  color: #e8a327;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin: 0px 10px;
  padding: 20px 25px;
  min-width: 200px;
}

@media (min-width: 576px) {
  .modal-open .modal-content .modal-action .btn-cancel {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .modal-open .modal-content .modal-action .btn-cancel {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .modal-open .modal-content .modal-action .btn-cancel {
    font-size: 30px;
  }
}

.modal-open .modal-content .modal-action .btn-submit {
  background: #e8a327;
  border: 2px solid #e8a327;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin: 0px 10px;
  padding: 20px 25px;
  min-width: 200px;
}

@media (min-width: 576px) {
  .modal-open .modal-content .modal-action .btn-submit {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .modal-open .modal-content .modal-action .btn-submit {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .modal-open .modal-content .modal-action .btn-submit {
    font-size: 30px;
  }
}

.modal-open .time-modal-centered {
  border-radius: 10px;
  overflow: hidden;
}

.modal-open .time-modal-content {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: initial;
  width: 100%;
  position: relative;
  z-index: 9999;
}

@media (min-width: 992px) {
  .modal-open .time-modal-content {
    min-width: 845px;
  }
}

.modal-open .time-modal-content .time-modal-heading {
  background-color: #e8a327;
  border-radius: 5px 5px 0px 0px;
  position: relative;
}

.modal-open .time-modal-content .close-modal {
  background-color: #ffffff;
  border: 2px solid #333333;
  border-radius: 50%;
  box-shadow: none;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  float: right;
  height: 28px;
  width: 28px;
  padding: 5px;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 9;
}

.modal-open .time-modal-content .time-picker-heading {
  background-color: #e8a327;
  border-radius: 0px;
  line-height: 34px;
  font-size: 14px;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
}

.modal-open .time-modal-content .time-picker-heading::before {
  background-image: url(../images/modal-heading-calendar.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  display: inline-block;
  margin-right: 15px;
  height: 16px;
  width: 16px;
}

.modal-open .time-modal-content .time-modal-content {
  border-radius: 0px;
  background-color: #ffffff;
  overflow: hidden;
}

.modal-open .time-modal-content .time-modal-content .time-minutes-heading {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
  min-width: 55px;
}

@media (min-width: 768px) {
  .modal-open .time-modal-content .time-modal-content .time-minutes-heading {
    min-width: 75px;
  }
}

@media (min-width: 992px) {
  .modal-open .time-modal-content .time-modal-content .time-minutes-heading {
    min-width: 95px;
  }
}

.modal-open .time-modal-content .time-modal-content .time-minutes-heading span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  color: #333333;
  display: block;
  height: 70px;
  padding: 25px 10px;
}

@media (min-width: 768px) {
  .modal-open .time-modal-content .time-modal-content .time-minutes-heading span {
    padding: 25px 25px;
  }
}

@media (min-width: 992px) {
  .modal-open .time-modal-content .time-modal-content .time-minutes-heading span {
    padding: 25px 35px;
  }
}

.modal-open .time-modal-content .time-modal-content .time-minutes-heading span.time-picker--minutes {
  background-color: #eaeaea;
}

.modal-open .time-modal-content .time-modal-content .time-picker--content {
  list-style: none;
}

.modal-open .time-modal-content .time-modal-content .time-picker--content .time-picker {
  float: left;
}

.modal-open .time-modal-content .time-modal-content .time-picker--content .time-picker li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
}

.modal-open .time-modal-content .time-modal-content .time-picker--content .time-picker li .time-picker-item--hourse {
  background-color: #eaeaea;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #ffffff;
  display: block;
  padding: 17px 10px;
}

.modal-open .time-modal-content .time-modal-content .time-picker--content .time-picker li span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  content: ' ';
  display: block;
  padding: 6px;
  position: relative;
  width: 100%;
}

.modal-open .time-modal-content .time-modal-content .time-picker--content .time-picker li span.disable::before {
  border-radius: 2px;
  content: ' ';
  display: block;
  background-color: #f2f2f2;
  height: 100%;
  width: 100%;
}

.modal-open .time-modal-content .time-modal-content .time-picker--content .time-picker li span.active {
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

.modal-open .time-modal-content .time-modal-content .time-picker--content .time-picker li span.active::before {
  box-shadow: 1px 3px 5px #888888;
  border-bottom: 2px solid #c3c3c3;
  border-radius: 4px;
  content: ' ';
  display: block;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
}

.modal-open .time-modal-content .time-modal-content .time-picker--content .time-picker li span.active::after {
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-image: url(../images/time-picker.png);
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  color: #333333;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.modal-open .time-modal-content .time-modal-content .time-picker--content .time-picker li span.active:hover::before {
  background-color: #e1e1e1;
}

.modal-open .time-modal-content .time-modal-content .time-picker--content .time-picker li span.selected {
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

.modal-open .time-modal-content .time-modal-content .time-picker--content .time-picker li span.selected:hover::before {
  background-color: #117e37;
}

.modal-open .time-modal-content .time-modal-content .time-picker--content .time-picker li span.selected::before {
  box-shadow: 1px 3px 5px #888888;
  border-bottom: 2px solid #117e37;
  border-radius: 4px;
  content: ' ';
  display: block;
  background-color: #12b94c;
  height: 100%;
  width: 100%;
}

.modal-open .time-modal-content .time-modal-content .time-picker--content .time-picker li span.selected::after {
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-image: url(../images/selected-time.png);
  background-position: center;
  background-repeat: no-repeat;
  -ms-flex-pack: center;
      justify-content: center;
  content: '';
  color: #333333;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.modal-open .time-modal-content .time-modal-content .time-picker--content .time-picker li span.selected:hover::before {
  background-color: #117e37;
}

.modal-open .time-modal-content.mobile-view {
  display: block;
}

.modal-open .time-modal-content.mobile-view .time-picker-list {
  overflow-x: scroll;
}

.modal-open .time-modal-content.mobile-view .time-minutes-heading {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.modal-open .time-modal-content.mobile-view .time-minutes-heading span {
  min-width: 60px;
  width: 100%;
}

.modal-open .time-modal-content.mobile-view .time-minutes-heading span.time-picker--minutes {
  background-color: #eaeaea;
  min-width: 60px;
}

.modal-open .time-modal-content.mobile-view .time-picker {
  max-height: 420px;
  overflow-y: scroll;
}

.modal-open .time-modal-content.mobile-view .time-picker li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  float: left;
  min-width: 60px;
  max-width: 100%;
  width: 100%;
}

.modal-open .time-modal-content.mobile-view .time-picker li .time-picker-item--hourse {
  min-width: 60px;
  padding: 17px 10px;
}

.modal-open .time-modal-content.mobile-view .time-picker li span {
  min-width: 60px;
  height: 56px;
}

.modal-open .time-modal-content.mobile-view .time-picker li span.active::after {
  background-size: 22px;
}

.modal-open .time-modal-content.mobile-view .time-picker li span.selected::after {
  background-size: 22px;
}

.modal-open .time-modal-content.desktop-view {
  display: none;
}

.modal-open .time-modal-content.desktop-view .time-picker--minutes {
  background-color: #eaeaea;
  content: " ";
  width: 100%;
}

.modal-open .time-modal-content.desktop-view .time-picker--content {
  max-width: 738px;
  overflow-x: scroll;
}

.modal-open .time-modal-content.desktop-view .time-picker--content .time-picker {
  display: -ms-flexbox;
  display: flex;
}

.modal-open .time-modal-content.desktop-view .time-picker--content .time-picker li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  float: left;
  min-width: 60px;
  max-width: 75px;
}

@media (min-width: 768px) {
  .modal-open .time-modal-content.desktop-view .time-picker--content .time-picker li {
    width: 68px;
  }
}

.modal-open .time-modal-content.desktop-view .time-picker--content .time-picker li .time-picker-item--hourse {
  padding: 25px 10px;
}

.modal-open .time-modal-content.desktop-view .time-picker--content .time-picker li span {
  height: 70px;
}

.modal-open .time-modal-content.desktop-view .time-picker--content .time-picker li span.active::after {
  background-size: auto;
}

.modal-open .time-modal-content.desktop-view .time-picker--content .time-picker li span.selected::after {
  background-size: auto;
}

@media (min-width: 768px) {
  .modal-open .time-modal-content.mobile-view {
    display: none;
  }
  .modal-open .time-modal-content.desktop-view {
    display: block;
  }
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100vh - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 700px;
  }
}

#notify-mail-modal .notify-mail-modal-content {
  padding: 40px 25px;
  font-weight: bold;
  font-size: 18px;
}

/*!
**  jQuery Page -- jQuery Page Transitions for HTML5 Single-Page-Apps
**  Copyright (c) 2016-2017 Ralf S. Engelschall <rse@engelschall.com>
**
**  Permission is hereby granted, free of charge, to any person obtaining
**  a copy of this software and associated documentation files (the
**  "Software"), to deal in the Software without restriction, including
**  without limitation the rights to use, copy, modify, merge, publish,
**  distribute, sublicense, and/or sell copies of the Software, and to
**  permit persons to whom the Software is furnished to do so, subject to
**  the following conditions:
**
**  The above copyright notice and this permission notice shall be included
**  in all copies or substantial portions of the Software.
**
**  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
**  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
**  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
**  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
**  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
**  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
**  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/*  the window  */
.jquery-page {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

/*  the container  */
.jquery-page .jquery-page-container {
  height: 100%;
  width: 100%;
  position: relative;
}

.jquery-page .jquery-page-container.jquery-page-stacked {
  display: block;
  transform-style: preserve-3d;
  perspective: 400px;
}

.jquery-page .jquery-page-container.jquery-page-horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: none;
      flex-wrap: none;
}

.jquery-page .jquery-page-container.jquery-page-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: none;
      flex-wrap: none;
}

.jquery-page .jquery-page-container.jquery-page-flip-left,
.jquery-page .jquery-page-container.jquery-page-flip-right {
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 40px #333333;
}

.jquery-page .jquery-page-container.jquery-page-flip-left {
  transform: perspective(400px) rotateY(-180deg);
}

.jquery-page .jquery-page-container.jquery-page-flip-right {
  transform: perspective(400px) rotateY(180deg);
}

.jquery-page .jquery-page-container.jquery-page-slide {
  transition: all 0.5s ease-in-out;
}

.jquery-page .jquery-page-container.jquery-page-shake {
  animation: jquery-page-shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@keyframes jquery-page-shake {
  10%, 90% {
    transform: translateX(-1px);
  }
  20%, 80% {
    transform: translateX(2px);
  }
  30%, 50%, 70% {
    transform: translateX(-4px);
  }
  40%, 60% {
    transform: translateX(4px);
  }
}

/*  the page(s)  */
.jquery-page .jquery-page-front,
.jquery-page .jquery-page-back {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.jquery-page .jquery-page-back {
  transform: perspective(400px) rotateY(180deg);
}

.jquery-page .jquery-page-left,
.jquery-page .jquery-page-top {
  -ms-flex-order: 1;
      order: 1;
}

.jquery-page .jquery-page-right,
.jquery-page .jquery-page-bottom {
  -ms-flex-order: 2;
      order: 2;
}

.jquery-page .jquery-page-disabled {
  display: none !important;
}

.site-header .navigate {
  content: '';
  cursor: pointer;
  height: 100%;
  width: 100%;
}

.screen-page {
  border-radius: 10px;
  display: none;
}

@media (min-width: 992px) {
  .screen-page {
    border-radius: 0px;
    box-shadow: none;
  }
}

.screen-page.jquery-page-active {
  display: block;
}

@media (min-width: 992px) {
  .screen-page.jquery-page-active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
}

.top-screen-page {
  min-height: 100vh;
}

@media (min-width: 992px) {
  .top-screen-page {
    min-height: 847px;
  }
}

.site-header {
  background-image: url("../images/logo.png?v1.01");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35%;
  width: 100%;
  border-radius: 10px;
}

@media (min-width: 576px) {
  .site-header {
    min-height: 280px;
  }
}

@media (min-width: 768px) {
  .site-header {
    min-height: 340px;
  }
}

@media (min-width: 992px) {
  .site-header {
    width: 40%;
  }
}

.site-header .mobile-banner {
  display: block;
  height: auto;
  width: 100%;
  visibility: collapse;
}

@media (min-width: 768px) {
  .site-header .mobile-banner {
    display: block;
    visibility: collapse;
  }
}

@media (min-width: 992px) {
  .site-header .mobile-banner {
    display: none;
  }
}

.site-content {
  width: 100%;
}

@media (min-width: 992px) {
  .site-content {
    width: 60%;
  }
}

.site-content .booking-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .site-content .booking-tabs {
    margin-bottom: 20px;
  }
}

.site-content .booking-tabs ul.tabs {
  border-radius: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  width: auto;
  /* Tooltip */
}

.site-content .booking-tabs ul.tabs li {
  display: inline-block;
  list-style: none;
  padding: 12px 15px;
  /* Base styles for the element that has a tooltip */
  /* Base styles for the entire tooltip */
  /* Show the entire tooltip on hover and focus */
  /* Base styles for the tooltip's directional arrow */
  /* Base styles for the tooltip's content area */
  /* Directions */
  /* Bottom */
  /* Horizontally align top/bottom tooltips */
}

.site-content .booking-tabs ul.tabs li:first-child {
  border-radius: 22px 0px 0px 22px;
}

.site-content .booking-tabs ul.tabs li:last-child {
  border-radius: 0px 22px 22px 0px;
  /* Horizontally align top/bottom tooltips */
}

.site-content .booking-tabs ul.tabs li:last-child [data-tooltip]:after,
.site-content .booking-tabs ul.tabs li:last-child .tooltip:after,
.site-content .booking-tabs ul.tabs li:last-child .tooltip-bottom:after {
  margin-left: -200px;
}

@media (min-width: 768px) {
  .site-content .booking-tabs ul.tabs li:last-child {
    /* Horizontally align top/bottom tooltips */
  }
  .site-content .booking-tabs ul.tabs li:last-child [data-tooltip]:after,
  .site-content .booking-tabs ul.tabs li:last-child .tooltip:after,
  .site-content .booking-tabs ul.tabs li:last-child .tooltip-bottom:after {
    margin-left: -80px;
  }
}

.site-content .booking-tabs ul.tabs li.tab-link {
  border: 1px solid #707070;
  cursor: pointer;
  font-size: 16px;
  line-height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  .site-content .booking-tabs ul.tabs li.tab-link {
    font-size: 20px;
  }
}

.site-content .booking-tabs ul.tabs li.tab-link.current {
  background-color: #e8a327;
  border-color: #e8a327;
  color: #ffffff;
}

.site-content .booking-tabs ul.tabs li.tab-link.current .help-icon {
  background-image: url(../images/icon_info1.svg);
}

.site-content .booking-tabs ul.tabs li.tab-link .tab-content-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}

.site-content .booking-tabs ul.tabs li.tab-link span {
  line-height: 100%;
}

.site-content .booking-tabs ul.tabs li.tab-link .help-icon {
  background-image: url(../images/icon_info.svg);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  margin-left: 10px;
  width: 20px;
}

.site-content .booking-tabs ul.tabs li [data-tooltip],
.site-content .booking-tabs ul.tabs li .tooltip {
  position: relative;
  cursor: pointer;
}

.site-content .booking-tabs ul.tabs li [data-tooltip]:before,
.site-content .booking-tabs ul.tabs li [data-tooltip]:after,
.site-content .booking-tabs ul.tabs li .tooltip:before,
.site-content .booking-tabs ul.tabs li .tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

.site-content .booking-tabs ul.tabs li [data-tooltip]:hover:before,
.site-content .booking-tabs ul.tabs li [data-tooltip]:hover:after,
.site-content .booking-tabs ul.tabs li [data-tooltip]:focus:before,
.site-content .booking-tabs ul.tabs li [data-tooltip]:focus:after,
.site-content .booking-tabs ul.tabs li .tooltip:hover:before,
.site-content .booking-tabs ul.tabs li .tooltip:hover:after,
.site-content .booking-tabs ul.tabs li .tooltip:focus:before,
.site-content .booking-tabs ul.tabs li .tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.site-content .booking-tabs ul.tabs li .tooltip:before,
.site-content .booking-tabs ul.tabs li [data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

.site-content .booking-tabs ul.tabs li .tooltip:after,
.site-content .booking-tabs ul.tabs li [data-tooltip]:after {
  border-radius: 7px;
  z-index: 1000;
  padding: 8px;
  width: 220px;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

.site-content .booking-tabs ul.tabs li [data-tooltip]:after,
.site-content .booking-tabs ul.tabs li .tooltip:after,
.site-content .booking-tabs ul.tabs li .tooltip-bottom:after {
  margin-left: -80px;
}

.site-content .booking-tabs ul.tabs li .tooltip-bottom:before,
.site-content .booking-tabs ul.tabs li .tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.site-content .booking-tabs ul.tabs li .tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: rgba(51, 51, 51, 0.9);
}

.site-content .booking-tabs ul.tabs li .tooltip-bottom:hover:before,
.site-content .booking-tabs ul.tabs li .tooltip-bottom:hover:after,
.site-content .booking-tabs ul.tabs li .tooltip-bottom:focus:before,
.site-content .booking-tabs ul.tabs li .tooltip-bottom:focus:after {
  transform: translateY(12px);
}

@media (min-width: 768px) {
  .site-content .booking-tabs ul.tabs li {
    min-width: 145px;
  }
}

.site-content .booking-tabs ul.tabs #tooltip {
  position: absolute;
  z-index: 9999;
  color: #fff;
  font-size: 10px;
  width: 180px;
}

.site-content .booking-tabs ul.tabs #tooltip .tipHeader {
  height: 8px;
}

.site-content .booking-tabs ul.tabs #tooltip .tipBody {
  background-color: #000;
  padding: 5px;
}

.site-content .booking-tabs ul.tabs #tooltip .tipFooter {
  height: 8px;
}

.site-content .tab-content {
  display: none;
  position: relative;
}

.site-content .tab-content.current {
  display: block;
}

@media (min-width: 992px) {
  .site-content .tab-content .system-error {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -300px;
    margin: auto;
  }
}

.site-content .form-wrapper {
  height: 100%;
  position: relative;
}

.site-content .form-wrapper .form-section {
  display: none;
  float: left;
  padding: 0px 20px 30px 20px;
  height: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .site-content .form-wrapper .form-section {
    padding: 40px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    box-sizing: border-box;
    position: absolute;
    transform-origin: top center;
    transition: all 0.5s ease-in-out;
  }
}

.site-content .form-wrapper .form-section.is-active {
  display: block;
}

@media (min-width: 992px) {
  .site-content .form-wrapper .form-section.is-active {
    display: -ms-flexbox;
    display: flex;
  }
}

.site-content .form-wrapper .time-form-control {
  background-color: #f0f0f0;
  padding: 10px 106px 10px 10px;
  position: relative;
}

@media (min-width: 768px) {
  .site-content .form-wrapper .time-form-control {
    padding: 10px 120px 10px 20px;
  }
}

.site-content .form-wrapper .time-form-control .fuzy-text {
  display: block;
  color: #e60012;
  font-weight: bold;
  font-size: 12px;
}

@media (min-width: 768px) {
  .site-content .form-wrapper .time-form-control .fuzy-text {
    font-size: 16px;
  }
}

.site-content .form-wrapper .time-form-control em {
  display: block;
  font-size: 11px;
}

@media (min-width: 768px) {
  .site-content .form-wrapper .time-form-control em {
    font-size: 14px;
  }
}

.site-content .form-wrapper .time-form-control .button-fuzy-check {
  background-color: #e60012;
  border-bottom: 3px solid #c70010;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  line-height: 26px;
  padding: 5px 15px;
  position: absolute;
  top: 7px;
  right: 7px;
}

@media (min-width: 768px) {
  .site-content .form-wrapper .time-form-control .button-fuzy-check {
    padding: 7px 15px;
  }
}

.site-content .form-wrapper .reload-data {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}

.site-content .form-wrapper .reloadDouble {
  animation: rotate 1.5s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

.site-content > div {
  width: 100%;
}

.site-content .form-group {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.site-content .form-group label {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.site-content .form-group .form-control {
  display: block;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 768px) {
  .site-content .form-group .form-control {
    display: -ms-flexbox;
    display: flex;
  }
}

.site-content .form-group .form-control input, .site-content .form-group .form-control select {
  padding-left: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .site-content .form-group .form-control input, .site-content .form-group .form-control select {
    padding-left: 20px;
  }
}

.site-content .form-group .form-control .medium-input {
  width: 100%;
}

.site-content .form-group .form-control .long-input {
  width: 100%;
}

.site-content .form-group .form-control .haft-col-left {
  display: block;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .site-content .form-group .form-control .haft-col-left {
    margin-bottom: 0px;
    padding-right: 15px;
    width: 50%;
  }
}

.site-content .form-group .form-control .haft-col-right {
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .site-content .form-group .form-control .haft-col-right {
    padding-left: 15px;
    width: 50%;
  }
}

.site-content .form-group .form-control .date-booking-info {
  background-image: url("../images/icon_calendar.svg");
  background-position: right 7px center;
  background-repeat: no-repeat;
  padding-right: 35px;
}

.site-content .form-group .form-control .time-booking-info {
  background-image: url("../images/icon_updown.svg");
  background-position: right 7px center;
  background-repeat: no-repeat;
  padding-right: 35px;
}

.site-content .top-booking {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  padding-top: 40px;
  padding-left: 52px;
  padding-right: 52px;
  width: 100%;
}

@media (min-width: 992px) {
  .site-content .top-booking {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%;
  }
}

.site-content .top-booking .top-booking-wrapper {
  width: 100%;
}

@media (min-width: 992px) {
  .site-content .top-booking .top-booking-wrapper {
    width: 385px;
  }
}

.site-content .top-booking .form-group {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.site-content .top-booking .form-group .form-control {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 992px) {
  .site-content .top-booking .form-group .form-control {
    width: 50%;
  }
}

.site-content .top-booking .form-group .form-control select {
  font-size: 12px;
  max-width: 100%;
}

@media (min-width: 992px) {
  .site-content .top-booking .form-group .form-control {
    font-size: 14px;
    max-width: 180px;
  }
}

.site-content .top-booking .button-top-booking {
  border-radius: 10px;
  background-color: #ff6633;
  border-bottom: 3px solid #df4819;
  cursor: pointer;
  margin-bottom: 20px;
  padding: 40px 20px;
}

@media (min-width: 992px) {
  .site-content .top-booking .button-top-booking {
    padding: 57px 35px;
  }
}

.site-content .top-booking .button-top-booking img {
  max-width: 54px;
  height: auto;
}

@media (min-width: 992px) {
  .site-content .top-booking .button-top-booking img {
    max-width: 100%;
  }
}

.site-content .top-booking .button-top-booking p {
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

@media (min-width: 992px) {
  .site-content .top-booking .button-top-booking p {
    font-size: 30px;
  }
}

.site-content .top-booking .note-explain {
  font-size: 14px;
  text-align: center;
}

@media (min-width: 992px) {
  .site-content .top-booking .note-explain {
    font-size: 16px;
  }
}

.site-content .form-booking-info {
  padding-top: 40px;
  height: 100%;
}

@media (min-width: 992px) {
  .site-content .form-booking-info {
    padding-top: 0px;
  }
}

.site-content .form-booking-info .form-group {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

.site-content .form-booking-info .form-group.fuzzy-text {
  background-color: #e9e9e9;
  padding: 10px;
}

.site-content .form-booking-info .form-group.fuzzy-text .form-control label {
  float: left;
  width: auto;
}

@media (min-width: 576px) {
  .site-content .form-booking-info .form-group.fuzzy-text {
    background-color: transparent;
    padding: 0px;
  }
}

@media (min-width: 576px) {
  .site-content .form-booking-info .form-group {
    display: -ms-flexbox;
    display: flex;
  }
}

.site-content .form-booking-info .form-group label.form-heading {
  font-size: 20px;
  text-align: center;
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .site-content .form-booking-info .form-group label.form-heading {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }
}

.site-content .form-booking-info .form-group .form-label {
  font-size: 12px;
  line-height: 20px;
  padding-right: 15px;
  margin-bottom: 5px;
  width: 100%;
}

@media (min-width: 576px) {
  .site-content .form-booking-info .form-group .form-label {
    line-height: 38px;
    width: 40%;
  }
}

@media (min-width: 992px) {
  .site-content .form-booking-info .form-group .form-label {
    font-size: 16px;
    line-height: 20px;
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .site-content .form-booking-info .form-group .form-label {
    width: 200px;
  }
}

.site-content .form-booking-info .form-group .form-label p {
  font-size: 12px;
  font-weight: bold;
}

@media (min-width: 992px) {
  .site-content .form-booking-info .form-group .form-label p {
    font-size: 16px;
  }
}

.site-content .form-booking-info .form-group .form-label em {
  font-size: 11px;
  font-style: italic;
}

@media (min-width: 992px) {
  .site-content .form-booking-info .form-group .form-label em {
    font-size: 14px;
  }
}

.site-content .form-booking-info .form-group .form-control {
  float: left;
  width: 100%;
}

@media (min-width: 576px) {
  .site-content .form-booking-info .form-group .form-control {
    width: 60%;
  }
}

@media (min-width: 992px) {
  .site-content .form-booking-info .form-group .form-control {
    width: 64%;
  }
}

.site-content .form-booking-info .form-group .form-control input {
  float: left;
}

.site-content .form-booking-info .form-group .reload-data {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  float: left;
  height: 20px;
  margin-left: 0px;
  margin-top: 5px;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 768px) {
  .site-content .form-booking-info .form-group .reload-data {
    margin-top: 0px;
    height: 30px;
  }
}

.site-content .form-booking-info .form-group .reload-data img {
  height: 100%;
}

@media (max-width: 576px) {
  .site-content .form-booking-info .tab-content .form-group {
    display: block;
  }
}

.site-content .form-booking-info .button-block {
  display: block;
  float: left;
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .site-content .form-booking-info .button-block {
    width: 95%;
  }
}

.notifi {
  background-color: #f3d5d3;
  padding: 15px;
  float: left;
  margin: 40px 0 20px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 25px;
  width: 100%;
}

@media (min-width: 1200px) {
  .notifi {
    width: 95%;
  }
}

@media (min-width: 992px) {
  .form-section .form-booking-info {
    height: 760px;
    overflow-y: scroll;
  }
}

.form-section .form-booking-info::-webkit-scrollbar {
  width: 5px;
}

.form-section .form-booking-info::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}

.form-section .form-booking-info::-webkit-scrollbar-thumb {
  background: #EEE;
  border-radius: 10px;
}

.form-section .form-booking-info::-webkit-scrollbar-thumb:hover {
  background: #DDD;
}

.inner-site-content {
  box-sizing: border-box;
  border-top: 20px solid #e8a327;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-grid-column-align: center;
      justify-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 80vh;
  padding-bottom: 170px;
  position: relative;
  width: 100%;
}

@media (max-width: 768px) and (orientation: portrait) {
  .inner-site-content {
    height: env(100vh-safe-area-inset-top-safe-area-inset-bottom);
    padding-top: 6vh;
    padding-bottom: 10vh;
  }

  .inner-site-content.confirm-mail-html {
    height: env(100vh-safe-area-inset-top-safe-area-inset-bottom);
    padding-top: 5vh;
    padding-bottom: 25vh;
    height: auto !important;
  }
}

@media (min-width: 992px) {
  .inner-site-content {
    min-height: 80vh;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.inner-site-content.receipt-number {
  -ms-flex-align: start;
      align-items: flex-start;
}

.inner-site-content.receipt-number .inner-content-wrapper .inner-page-heading label {
  margin-top: 15px;
  font-size: 20px;
}

.inner-site-content.receipt-number .inner-content-wrapper .inner-content {
  text-align: center;
}

.inner-site-content.receipt-number .inner-content-wrapper .inner-content .ticket-number {
  margin-top: 50px;
}

.inner-site-content.receipt-number .inner-content-wrapper .inner-content .ticket-number span {
  font-size: 96px;
  font-weight: bold;
}

.inner-site-content .inner-content-wrapper {
  max-width: 605px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

@media (min-width: 992px) {
  .inner-site-content .inner-content-wrapper {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.inner-site-content .inner-content-wrapper .inner-page-heading {
  width: 100%;
}

.inner-site-content .inner-content-wrapper .inner-content {
  width: 100%;
}

.inner-site-content .inner-page-heading {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .inner-site-content .inner-page-heading {
    margin-bottom: 20px;
  }
}

.inner-site-content .inner-page-heading img {
  max-width: 40px;
}

@media (min-width: 992px) {
  .inner-site-content .inner-page-heading img {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.inner-site-content .inner-page-heading p,
.inner-site-content .inner-page-heading label {
  color: #e8a327;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}

@media (min-width: 992px) {
  .inner-site-content .inner-page-heading p,
  .inner-site-content .inner-page-heading label {
    margin-bottom: 26px;
  }
}

@media (min-width: 576px) {
  .inner-site-content .inner-page-heading {
    margin-bottom: 20px;
  }
}

.inner-site-content .inner-content .time-info {
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
}

.inner-site-content .inner-content .time-info p {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 0px;
}

.inner-site-content .inner-content .time-info p strong {
  font-weight: bold;
}

@media (min-width: 992px) {
  .inner-site-content .inner-content .time-info p {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.inner-site-content .inner-content .description-content {
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
}

@media (min-width: 992px) {
  .inner-site-content .inner-content .description-content {
    font-size: 16px;
    line-height: 30px;
  }
}

.inner-site-content .inner-content .description-content ol {
  padding-left: 15px;
}

.inner-site-content .inner-content .description-content ol li {
  margin-bottom: 10px;
}

.inner-site-content .inner-content .description-content a {
  color: #4a72de;
}

.inner-site-content .inner-content .description-content a:hover {
  color: #e60012;
}

.inner-site-content .inner-content .button-submit-info {
  margin-bottom: 15px;
}

.inner-site-content .completed-image {
  position: absolute;
  bottom: 0px;
  right: 0px;
  max-width: 155px;
  height: auto;
}

@media (min-width: 576px) {
  .inner-site-content .completed-image {
    max-width: 245px;
  }
}

@media (min-width: 1200px) {
  .inner-site-content .completed-image {
    max-width: 100%;
  }
}