.web_body {
  background-color: #f4f6f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  font-size: 14px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.web_body main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.web_reserve_header_logo {
  background-color: #ffffff;
  padding: 7px 15px;
  font-size: 18px;
  font-weight: bold;
}

.web_reserve_footer {
  width: 100%;
  text-align: center;
  padding: 30px 20px;
  color: #666666;
  font-size: 0.9em;
}

.web_title {
  margin: 30px 0;
}

.web_reserve_title {
  text-align: center;
  font-weight: bold;
  color: #666;
  font-size: 24px;
}

.web_category_title {
  text-align: center;
  margin: 30px 0 20px;
  font-size: 20px;
  font-weight: 600;
  color: #666666;
}

.web_contents {
  margin-top: 50px;
  color: #666666;
}

.progressbar {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
  counter-increment: steps;
  font-size: 13px;
  color: #666;
}

.progressbar li:before {
  display: block;
  width: 45px;
  height: 45px;
  margin: 7px auto;
  content: '';
  line-height: 45px;
  font-size: 1.8em;
  text-align: center;
  border-radius: 50%;
  background: #D9D9D9;
  color: #ffffff;
  content: counter(steps);
}

.progressbar li:after {
  position: absolute;
  z-index: -1;
  top: 28px;
  left: -50%;
  width: 100%;
  height: 4px;
  content: '';
  background-color: #D9D9D9;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active:before,
.progressbar li.complete:before {
  background-color: #3073C2;
  color: #ffffff;
}

.progressbar li.active:after,
.progressbar li.complete:after {
  background-color: #3073C2;
}

.web_reserve_step ul {
  margin: 20px 0 !important;
}

.web_reserve_step {
  margin: 20px;
}

.web_form {
  width: 100%;
}

.web_btn {
  width: 100%;
  text-align:left;
  border-top:none;
  border-bottom:1px solid #ccc;
  border-left:0px;
  border-right:0px;
  padding:15px 50px 15px 15px;
  line-height: 1;
  background-color: #fff;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  outline: none;
  position:relative;
  color:#434a54;
  font-size:18px;
}

.web_btn:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border: solid #666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  transition: border 0.2s ease;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e
}

.btn-outline-secondary {
  color: #555;
  background-color: #fff;
  background-image: none;
  border-color: #ccc;
  transition: opacity 0.2s ease;
  -webkit-backface-visibility: hidden;
}

.btn-outline-secondary:hover {
  opacity: 0.5;
  text-decoration: inherit;
  background: #fff;
  color: #555;
}

.flex-input-form {
  display: flex;
  justify-content: center;
  width: 100%;
}

.form-label {
  margin-bottom: 0.5rem;
  color: #666666;
}

.web_cancel {
  text-decoration: underline;
  color: #333333;
}

.web_cancel:hover {
  color: #2a6496;
  text-decoration: underline
}

.web_title_sub_text {
  text-align: center;
  margin-bottom: 40px;
}

.web_panel {
  text-align:center;
  border: 1px solid #ced4da;
  border-bottom: none;
  border-radius: 0.25em;
}

.web_select_btn {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #ced4da;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0.25em;
  padding: 15px 50px 15px 15px;
  line-height: 1.3;
  background-color: #fff;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  outline: none;
  position: relative;
  color: #666666;
  font-size: 16px;
}

.web_select_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  border: solid #ced4da;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  transition: border 0.2s ease;
}

.web_segment_item {
  font-size: 2rem;
  margin-bottom: 60px;
}

.web_segment_item .item {
  border-bottom: 1px solid #333333;
}

.web_reserve_detail_item {
  padding: 15px;
  font-size: 1.15em;
  line-height: 1;
  background-color: #fff;
  margin-bottom: 0.8rem;
  min-height: 45px;
  color: #666666;
  box-shadow: 0 0 1px #ccc;
}

.web_reserve_detail_item_email {
  font-weight: 700;
  color: #333333;
  font-size: 1.2em;
}

.web_reserve_detail_item_email_help_text {
  color: #dd4b39;
  font-size: 0.85em;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.3;
}

.web_reserve_input_item {
  padding: 15px 15px;
  font-size: 1em;
  line-height: 1;
  background-color: #fff;
  margin-bottom: 0.8rem;
  min-height: 45px;
  box-shadow: 0 0 1px #ccc;
}

.web_reserve_input_item .message-red {
  margin-top: 10px;
}

.web-input-item {
  font-size: 14px;
  font-weight: bold;
  padding: 3px 3px 3px 10px;
}

.web_reserve_input_item .input_item_reserve_count {
  max-width: 200px;
}

.web_reserve_segment_item {
  font-size: 1.15em;
  line-height: 1;
}

.form-start {
    border-top: 1px solid #ced4da;
    padding-top: 1.5em;
}

.form-control:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #ccc;
}

.input_web_radio {
  margin: 0 !important;
  margin-left: 5px !important;
}

.input_web_radio label {
  padding-top: 0.125em;
  line-height: 1.3;
}

.input_checkbox_flex {
  display: flex;
  flex-wrap: wrap;
}

.input_web_checkbox {
  display: inline-flex;
  min-height: 1.5rem;
  margin-right: 20px;
  margin-bottom: 1rem;
}

.input_web_checkbox .form-check-input[type=checkbox] {
  outline: none;
}

.input_web_checkbox .form-check-input {
  float: left;
  border-radius: 0.25em;
  margin: 0 5px;
  width: 1em;
  height: 1em;
  border: 1px solid #ccc;
}

.input_web_checkbox .form-check-label {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.3;
}

.checkbox-inline {
  margin-left: 5px !important;
}

.input_web_phone_number {
  max-width: 100px;
}

.input_web_phone_number_hyphen {
  padding: 6px 12px;
}

.input_web_email {
  font-size: 19px;
}

.web-input-form .error-message ul {
  list-style: none;
  padding-left: 0;
  line-height: 1.3;
}

.web_file_thumbnail {
  width: 30%;
  max-width: 180px;
  min-width: 120px;
}

.web_file_thumbnail .file_preview {
  width: 100%;
}

.web_file_del_checkbox {
  margin-top: 10px;
}

.web_policy_url {
  color: #666666;
}

.web-flex-btn-form {
  width: 100%;
  display: flex;
  justify-content: center;
}

.web-flex-btn-form .web-flex-btn {
  margin: 5px;
  padding: 5px;
}

.web-flex-btn.coloumn-back-btn {
  display: none;
}

.web-flex-btn.hidden-btn {
  visibility: hidden;
}

.web-flex-btn.none_display_btn {
  display: none;
}

.web_act_btn {
  width: 100%;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #ced4da;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0.25em;
  padding: 20px 15px;
  background-color: #fff;
  font-weight: bold;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  outline: none;
  position: relative;
  color: #666;
}

.web_act_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  border: solid #ced4da;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  transition: border 0.2s ease;
}

.web_email_notice {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #A7A7A7;
  color: #333333;
}

.web_screen_btn {
  margin-top: 50px;
  margin-bottom: 15px;
}

.web-modal-body {
  padding-top: 30px;
  padding-bottom: 20px;
}

.web-footer-form {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  padding: 10px 15px;
  color: #666666;
}

.web-footer-form .horizontal-block {
  margin-bottom: 0;
}

.web-horizontal-list {
  display: inline-block;
  width: 90%;
  font-size: 16px;
  margin-top: 10px;
}

.web-horizontal-list label {
  background-color: #E8F2FB;
  padding: 8px 20px;
  border: none !important;
  border-radius: 0.25em !important;
  font-weight: normal;
  margin-left: 5px;
}

.web-horizontal-list .radioBtn:checked + label {
  background-color: #589DEE !important;
  color: #fff
}

.form-help-text {
  margin-bottom: 0.7rem;
  padding: 0 3px;
  color: #666;
  font-size: 1.1em;
  font-weight: 700;
}

.web-detail-status {
  text-align: center;
  margin-bottom: 15px;
}

.web_description_text {
  margin: 5px 5px 10px;
  text-align: left;
  font-size: 13px;
  color: #666666;
  line-height: 1.2;
}

.web_error_message {
  color: #dd4b39 !important;
  text-align: left;
  padding: 5px;
}

.web-calendar {
  margin-top: 10px;
}

.web-calendar-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 8px 0 7px;
}

.web-calendar-title #date {
  margin: 0 50px;
}

.web-next-btn:after {
  content: '';
  width: 12px;
  height: 12px;
  border: solid #666666;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(-45deg);
  transition: border 0.2s ease;
}

.web-prev-btn:after{
  content: '';
  width: 12px;
  height: 12px;
  border: solid #666666;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(135deg);
  transition: border 0.2s ease;
}

.web-calendar-title p {
    display: inline-block;
    font-size: 16px; 
    margin: 0px 20px; 
}

.web-calendar-title button {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  outline: none;
  border: none;
  background: transparent;
}

.web-calendar-table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 20px;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  color: #ccc;
}
.web-calendar-table tr:last-child{
  border-radius: 0.25em;
}
.web-calendar-table td {
  border-left: 1px solid #ced4da;
  vertical-align: top;
  font-size: 0.8em;
  padding: 2px 0;
}
.web-calendar-table td:first-child {
  border-left: none;
}
.web-calendar-table td.calendar-weeks {
  color: #333333 !important;
}
.web-calendar-table td:first-child.calendar-weeks {
  color: #C94F57 !important;
}
.web-calendar-table td:last-child.calendar-weeks {
  color: #4F6CD9 !important;
}
.web-reservable-date {
  background-color: #E8F2FB;
  color: #333333 !important;
}
.web-check-reservable-date {
  background-color: #589DEE;
  color: #fff !important;
}
.web-full-capacity-date {
  background-color: #F6F6F6;
  color: #333333 !important;
}
.web-full-capacity-date div:last-child {
  color: #ccc !important;
}
.web-reservable-date span{
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #428bca;
}
.web-reserve-date {
  padding: 5px 0;
  min-height: 100%;
  border-radius: none;
  display: flex;
  flex-flow: column;
}
.web-reserve-date div:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#web-empty-reserve-message {
  margin-bottom: 1rem;
  color: #dd4b39 !important;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0 3px;
}

.web_thanks_help_text {
  font-weight: 700;
  margin: 20px 0;
}

.web_reserve_number {
  width: 100%;
  text-align: center;
  background-color: #fff;
  color: #333333;
  font-weight: 700;
  padding: 25px 20px;
  margin-bottom: 30px;
  border: 5px solid #ccc;
  border-radius: 0.25em;
}

.web_reserve_number div:last-child {
  font-size: 2em;
  margin-top: 5px;
}

.reservations .form-label {
  margin-left: 3px;
}

.web_detail_help_text {
  text-align: center;
  margin-bottom: 30px;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered .modal-content {
  box-shadow: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.web-error-btn-primary {
  color: #fff;

}
.web-error-btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.web-error-btn-primary.active,.web-error-btn-primary.focus,.web-error-btn-primary:active,.web-error-btn-primary:focus,.web-error-btn-primary:hover {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}

.web-agree-check-label {
  text-align: center;
  color: #666666;
}

.web-agree-check-label label {
  display: inline-flex;
  vertical-align: middle;
}

.web-error-note-message {
  margin-top: 20px;
}

.web-error-note-message ul {
  text-align: left;
  padding-left: 30px;
}

@media (max-width: 575px) {
  .web-flex-btn.back-btn {
    display: none;
  }
  .web-flex-btn.coloumn-back-btn {
    display: block;
  }
  .web-flex-btn.hidden-btn {
    display: none;
  }
}

@media (min-width: 576px) {
  .web-calendar-table td {
    text-align: center;
    font-size: 16px;
    padding: 5px 10px;
    height: 80px;
  }

  .web-reserve-date {
    border-radius: 0.25em;
  }

  .web_reserve_number div:last-child {
    font-size: 2.5em;
  }
}

@media (min-width: 768px) {
  .web-calendar-table td {
    height: 80px;
  }
}

@media (min-width: 992px) {
  .web-calendar-table td {
    height: 100px;
  }
}