.new_reservation {
  padding: 0 5rem 3rem 5rem;
}

#check_item_1 {
  display: none;
}

.radio {
  display: inline-block;
  padding-right: 2rem;
  /*  line-height: 4.2rem;*/
  cursor: pointer;
}
.radio:hover .inner {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.5;
}
.radio input {
  display: none;
}
.radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.radio input:checked + .outer {
  border: 1px solid #a98a46;
}
.radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #098a46;
}
.radio .outer {
  height: 3.5rem;
  width: 3.5rem;
  display: block;
  float: left;
  margin: 0.4rem 2rem 0 0;
  border: 0.1rem solid #333333;
  /*  border-radius: 50%;*/
  background-color: #fff;
}

.radio .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: 0.4rem;
  /*  border-radius: 50%;*/
  background-color: #a98a46;
  opacity: 0;
}

.new_reservation label {
  display: block;
  color: #a98a46;
  font-size: 2.8rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
}

.new_reservation label .sRequired {
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  background-color: #534741;
  border-radius: 1rem;
  width: 8rem;
  line-height: 3.5rem;
  display: inline-block;
  margin-left: 1.3rem;
}

.new_reservation label .sRequired.opt {
  background-color: #b3b3b3;
}

.new_reservation label.radio {
  color: #333333;
}

#checkboxes .groupBoxCk #showiframe {
  width: 3.5rem;
  height: 3.5rem;
}

.new_reservation input,
.new_reservation select,
.new_reservation textarea {
  vertical-align: bottom;
  box-sizing: border-box;
  border: 0.1rem solid #a98a46;
  border-radius: 0.8rem;
  line-height: 1.23;
  width: 100%;
  padding: 1.8rem 1rem 1.8rem 1rem;
  font-size: 3.3rem;
  background-color: #ffffff;
}

.new_reservation textarea {
  border-radius: 1.5rem;
}

textarea::placeholder,
input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b3b3b3;
  opacity: 1; /* Firefox */
}

.new_reservation select option {
  color: #333;
}

.new_reservation > div {
  margin-bottom: 2.5rem;
}

.datepicker {
  width: 50rem !important;
  font-size: 2.8rem !important;
}

.datepicker--cell {
  height: auto !important;
  padding: 0.5rem 0;
}

.datepicker--day-name {
  color: #a98a46;
}

.new_reservation .select_time select {
  width: 13.3rem;
  margin-right: 2.2rem;
}

.new_reservation .btnStyle {
  width: 60.9rem;
  /* -webkit-box-shadow: 0.1rem 0.3rem 0.5rem 0px rgba(84,84,84,0.5);
  -moz-box-shadow: 0.1rem 0.3rem 0.5rem 0px rgba(84,84,84,0.5);
  box-shadow: 0.1rem 0.3rem 0.5rem 0px rgba(84,84,84,0.5); */
  border-radius: 1rem;
}

.vir-label {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: max-content max-content;
  justify-content: center;
  cursor: pointer;
}

.vir-content {
  font-size: 3.3rem;
  color: #4d4d4d;
  font-weight: bold;
}

.vir-checkbox {
  border: 0.1rem solid #d2d2d2;
  display: block;
  width: 3.3rem;
  height: 3.3rem;
  position: relative;
}
#check_item_1:checked + .vir-label .vir-checkbox::after {
  content: "";
  display: block;
  width: 1rem;
  height: 2rem;
  border-right: 0.5rem solid #a98a46;
  border-bottom: 0.5rem solid #a98a46;
  position: absolute;
  top: 0;
  left: 1rem;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
}

.formDes {
  border: 0.1rem solid #a98a46;
  padding: 1.8rem 3rem 1.8rem 1.2rem;
  box-sizing: border-box;
  font-size: 1.9rem;
  line-height: 1.7;
  color: #000000;
  border-radius: 1.7rem;
  height: 30rem;
  overflow-y: scroll;
}

.formDes::-webkit-scrollbar {
  width: 1rem;
  height: 10rem;
}

.formDes::-webkit-scrollbar-track {
  /*    background-color: #d4aa70;*/
  border-radius: 100px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.formDes::-webkit-scrollbar-thumb {
  background-color: #e4e4e4;
  border-radius: 100px;
}

.new_reservation select {
  width: 100%;
  /* background-image: url(../img/selectshop.png);
  color: #A98A46; */
  background-size: 3rem 1.7rem;
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
}

.new_reservation select option {
  background-color: #fff;
}

#errors {
  color: #f23c52;
  text-align: center;
}

.reservation-row {
  display: flex;
  gap: 1rem;
}

.reservation-row input[type="text"] {
  width: 50%;
}

.reservation-row select {
  width: 50%;
}

#webBlock select {
  color: #b3b3b3;
}

#webBlock select.has-value {
  color: #000;
}
#webBlock select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='0.8rem' height='0.5rem' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23333333'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 0.8rem 0.5rem;
  padding-right: 2rem;
}
