@media print, screen and (min-width: 768px) {
  .datepicker-dropdown {
    position: fixed !important;
    top: auto !important;
    bottom: 70px;
  }
}

.date-edit {
  position: relative;
  background-color: unset;
}
.date-edit::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #707070;
  position: absolute;
  right: 7px;
  top: 15px;
}

input.date-input {
  margin-top: 15px !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
  margin: 0px 13px 0px 5px;
  text-align: center;
  color: #000;
  border: none !important;
  font-size: 14px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 500;
  background-color: #fff;
  width: 7em;
}
@media only screen and (max-width: 767px) {
  input.date-input {
    width: 110px;
    padding: 0;
  }
}

input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  height: 50px;
  width: 180px;
}
@media only screen and (max-width: 767px) {
  input[type="date"]::-webkit-calendar-picker-indicator {
    width: 100px;
  }
}

#reserv_function {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #reserv_function {
    bottom: 7px;
  }
}
@media only screen and (max-width: 767px) {
  #reserv_function {
    left: 2.5vw;
    z-index: 150;
    top: calc(100% - 125px);
    transition: 0.7s;
  }
  #reserv_function.active_reserve {
    top: calc(100% - 525px);
  }
}
@media only screen and (max-width: 767px) {
  #reserv_function .reserv-function-bg {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    z-index: -10;
    transition: 0.7s;
    opacity: 0;
    visibility: hidden;
  }
}
#reserv_function.active_reserve .reserv-function-bg {
  opacity: 1;
  visibility: visible;
}
#reserv_function .function_container {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #reserv_function .function_container {
    width: 95vw;
  }
}
#reserv_function .function_inner {
  display: flex;
  justify-content: center;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  width: 100%;
  padding: 30px 5px 23px;
}
@media print, screen and (min-width: 768px) {
  #reserv_function .function_inner {
    width: 100%;
    min-width: 1260px;
  }
}
@media only screen and (max-width: 767px) {
  #reserv_function .function_inner {
    border: 3px solid #000;
    flex-direction: column;
    gap: 20px;
    padding: 0px 5vw 23px;
    align-items: center;
  }
}

.reserv_form {
  display: flex;
  align-items: end;
}
@media only screen and (max-width: 767px) {
  .reserv_form {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .reserv_form dl {
    width: 100%;
  }
}
.reserv_form dt {
  font-size: 14px;
  font-weight: bold;
}

.reserv_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .reserv_title {
    margin-right: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .reserv_title {
    font-size: 14px;
    font-weight: bold;
    color: #CB8032;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    gap: 27px;
    width: 100%;
  }
}
.reserv_title .sp_reserv_toggle {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #CB8032;
}
.reserv_title .sp_reserv_toggle .span01 {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 6px);
  width: 12px;
  height: 1px;
  background: #fff;
  transition: 1s;
}
.active_reserve .reserv_title .sp_reserv_toggle .span01 {
  transform: rotate(180deg);
}
.reserv_title .sp_reserv_toggle .span02 {
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 0.5px);
  width: 1px;
  height: 12px;
  background: #fff;
  transition: 1s;
}
.active_reserve .reserv_title .sp_reserv_toggle .span02 {
  transform: rotate(90deg);
}

@media print, screen and (min-width: 768px) {
  #reserv_place {
    margin-right: 1em;
  }
}
#reserv_place dd {
  border-bottom: 1px solid #000000;
}
#reserv_place select {
  position: relative;
  width: 145px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 3px 0;
  margin: 17px 0 3px 0;
  color: #000;
  border: none;
  background-image: url("/misc/tri_under.png");
  background-repeat: no-repeat;
  background-position: right 0px top 5px;
  background-size: 12px 10px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #reserv_place select {
    width: 100%;
  }
}
#reserv_place select:focus-visible {
  outline: none;
}

@media print, screen and (min-width: 768px) {
  #reserv_date {
    margin-right: 3em;
  }
}
@media only screen and (max-width: 767px) {
  #reserv_date .select {
    width: 100%;
  }
}
#reserv_date select {
  width: 120px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 0 5px;
  color: #000;
  border: none;
  margin-bottom: 0px;
  background-image: url("/misc/tri_under.png");
  background-repeat: no-repeat;
  background-position: right 0px top 5px;
  background-size: 12px 10px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #reserv_date select {
    width: 100%;
  }
}
#reserv_date select:focus-visible {
  outline: none;
}
#reserv_date dd {
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  #reserv_date dd {
    flex-direction: column;
  }
}
#reserv_date dd .date_input_container {
  display: flex;
  border-bottom: 1px solid #000000;
  align-items: center;
}
#reserv_date dd .date_input_container .date_input_cont {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #reserv_date dd .date_input_container .date_input_cont {
    flex-shrink: 0;
  }
}
#reserv_date dd .date_input_container .date_input_cont .date_tag {
  font-size: 12px;
  color: #CB8032;
  border: 1px solid #CB8032;
  padding: 2px 8px;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  #reserv_type {
    margin-right: 3em;
  }
}
#reserv_type dd {
  border-bottom: 1px solid #000000;
}
#reserv_type select {
  width: 98px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 3px 0;
  margin: 14px 0 3px 0;
  color: #000;
  border: none;
  background-image: url("/misc/tri_under.png");
  background-repeat: no-repeat;
  background-position: right 0px top 5px;
  background-size: 12px 10px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #reserv_type select {
    width: 100%;
  }
}
#reserv_type select:focus-visible {
  outline: none;
}

.reserv_button {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #fff;
  background-color: #CB8032;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .reserv_button {
    width: 192px;
    height: 42px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
  }
}

/*# sourceMappingURL=reserv_function.css.map */
