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

.new_reservation select {
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
  width: initial;
  cursor: pointer;
  color: #000;
}

#check_item_1 {
    display: none;
}

.radio {
  display: inline-block;
  padding-right: 2rem;
/*  line-height: 4.2rem;*/
  cursor: pointer
}
.radio:hover .inner {
  -webkit-transform: scale(.5);
  transform: scale(.5);
  opacity: .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: 3rem;
  margin-bottom: 2rem;
}

.new_reservation label .sRequired {
  font-size: 3rem;
  color: #FFF;
  text-align: center;
  background-color: #433917;
  border-radius: 1rem;
  width: 10.8rem;
  line-height: 4.5rem;
  display: inline-block;
  margin-left: 1.3rem;
}

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

.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: #B4B4B4;
  opacity: 1; /* Firefox */
}

.new_reservation select:required:invalid {
  color: #B4B4B4;
}

.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: #787878;
  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(.7, .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%;
}