#form {
  background-color: #eaf4fc;
}

.frmColorText {
  color: #4c81aa;
}

#contactForm {
  width: 69rem;
  margin: 0 auto;
  padding: 3rem 0 0 0;
}

.blockForm {
  padding-bottom: 3.5rem;
}

.formTtl {
  text-align: center;
  margin-bottom: 4.5rem;
}

.formTtl > p:first-child {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.15;
  color: #333333;
  position: relative;
}

.formTtl > p:first-child::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 3rem;
  background: url(../img/qaBorder.webp);
  background-size: contain;
  left: 24.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.formTtl > p:first-child::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 3rem;
  background: url(../img/qaBorder.webp);
  background-size: contain;
  right: 24.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.formTtl > p:last-child {
  font-size: 6.3rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

/*----- form -----*/
.formLeft {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  font-size: 2.8rem;
  font-weight: 600;
  color: #000;
}

.formRight {
  display: block;
  margin-bottom: 1.5rem;
}

.formLeft span,
span.requiredLbl {
  width: 6rem;
  height: 2.5rem;
  display: inline-flex;
  color: #ffffff;
  font-size: 1.8rem;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  left: 1rem;
  bottom: 0.3rem;
  border-radius: 0.6rem;
}

.formLeft small {
  font-size: 2.5rem;
}

/*
  .formLeft:after {
      content: '';
      position: absolute;
      width: 0.6rem;
      height: 4rem;
      border-radius: 0.3rem;
      background-color: #000;
      left: -2.6rem;
      top: 52%;
      transform: translate(0,-50%);
  }*/

/* .formLeft span{
  background: linear-gradient(to right, #F69CA3, #F2879B, #EC698F);
} */
.optLbl {
  background: #f07a05;
}

.optLblGray {
  background-color: #4d4d4d;
}

input,
select,
textarea {
  vertical-align: bottom;
  box-sizing: border-box;
  border: 0.1rem solid #cccccc;
  border-radius: 0.6rem;
  line-height: 6.4rem;
  width: 100%;
  padding-left: 2.5rem;
  font-size: 2.4rem;
  background-color: #fff;
  font-weight: 500;
}

textarea::placeholder,
input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  font-size: 2.8rem;
  font-weight: 600;
  opacity: 1;
  /* Firefox */
}

textarea::-ms-input-placeholder,
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  font-size: 2.8rem;
  font-weight: 600;
}

textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
  font-size: 2.8rem;
  font-weight: 600;
}

input.height {
  width: 13rem;
}

select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  width: initial;
  width: 30%;
  height: 7rem;
  cursor: pointer;
  color: #000;
  padding-right: 2rem;
}

.custom-select {
  position: relative;
}

.custom-select::after {
  content: "▼";
  position: absolute;
  font-size: 2rem;
  color: #333333;
  top: 50%;
  right: 48rem;
  transform: translateY(-50%);
  pointer-events: none;
}

.shopSelect select {
  width: 20rem;
  background-image: url(../img/selectshop.webp);
  background-size: 1rem 0.6rem;
  background-position: calc(100% - 2rem) center;
  background-repeat: no-repeat;
}

select option {
  background-color: #fff;
  color: #000;
}

textarea {
  line-height: 4.6rem;
  height: 20rem;
  padding: 2rem 2.5rem;
}

textarea#reservation_date {
  height: 43rem;
}

/* input[name=reserve_at],
input[name=reserve_at2],
input[name=reserve_at3] {
  margin-bottom: 2.5rem;
} */

p.fShopTT {
  padding-left: 3.5rem;
}

.f_shop_box,
.f_shop_area {
  display: none;
}

.selectShop > div:first-child {
  border-radius: 0.9rem 0.9rem 0 0;
}

.selectShop > div:nth-child(11) {
  border-radius: 0 0 0.9rem 0.9rem;
}

.selectShop > div.active:nth-child(11) {
  border-radius: 0;
}

.f_shop_ttl01::after,
.f_shop_ttl02::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 2rem;
  top: calc(50% - 0.4rem);
  border-left: 0.8rem solid #fff;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  transition: 0.3s;
}

.f_shop_ttl01.active::after,
.f_shop_ttl02.active::after {
  transform: rotate(90deg);
}

.f_shop_ttl01 {
  background: #75b14c;
  color: #fff;
  padding: 2rem;
  margin: 0 0 0.2rem 0;
  cursor: pointer;
  position: relative;
}

.f_shop_ttl02 {
  background: #529e20;
  color: #fff;
  padding: 2rem;
  margin: 0 0 0.2rem 0;
  cursor: pointer;
  position: relative;
}

.f_shop_area {
  padding: 2rem;
}

.file {
  display: inline-block;
  position: relative;
  background: #eee;
  border: 1px solid #ccc;
  color: #231815;
  padding: 1rem 1.8rem;
  border-radius: 0.6rem;
  transition: all 0.3s;
  cursor: pointer;
}

.file:hover {
  background: #ddd;
}

.fileinput {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 59rem;
  height: 100%;
  font-size: 0;
  padding: 0;
  cursor: pointer;
}

.filename {
  margin: 0 0 0 1rem;
}

.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,
#check_item_1 {
  display: none;
}

.radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.radio input:checked + .outer {
  border: 1px solid #005cc8;
}

.radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #005cc8;
}

.radio .outer {
  height: 2rem;
  width: 2rem;
  display: block;
  float: left;
  margin: 1.2rem 0.5rem 1rem 0;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}

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

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

.vir-checkbox {
  border: 0.1rem solid #d2d2d2;
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  position: relative;
  background-color: #fff;
}

.vir-content {
  color: #4d4d4d;
}

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

.formDes {
  border: 0.1rem solid #d2d2d2;
  padding: 2.5rem 1.8rem;
  box-sizing: border-box;
  font-size: 2.6rem;
  line-height: 1.4;
  color: #000;
  border-radius: 1.7rem;
}

.btnFormContact button {
  width: 65rem;
  height: 11.5rem;
  padding: 0;
  border: none;
  background: url(../img/btnForm.webp) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  transition: ease-in-out 0.3s;
}

/* .btnFormContact button.active {
  background: url(../img/btnFormActive.webp) no-repeat;
  background-size: 100% 100%;
  transition: ease-in-out 0.3s;
} */

.btnFormContact button span {
  font-size: 4.1rem;
  color: #fff;
  font-weight: bold;
  line-height: 11.3rem;
}

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

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

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

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

.checkbox {
  appearance: none;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 0;
}

.checkbox-icon {
  border: 1px solid #ccc;
  border-radius: 0.6rem;
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  position: relative;
}

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

p.formNotice {
  margin-bottom: 6rem;
  margin-left: -2.5rem;
  line-height: 1.28;
  letter-spacing: 0.2rem;
}

p.formNotice span {
  display: inline-block;
  border-bottom: 0.2rem solid #fcee21;
}

/* The container */
.gprRadio .container {
  display: block;
  position: relative;
  padding-left: 17rem;
  margin-bottom: 1.2rem;
  cursor: pointer;
  font-size: 2.9rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #5185be;
  font-weight: 600;
}

.gprRadio .container a {
  color: #5185be;
}

/* Hide the browser's default radio button */
.gprRadio .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.gprRadio .checkmark {
  position: absolute;
  top: 50%;
  left: 10rem;
  transform: translate(0, -50%);
  height: 3.5rem;
  width: 3.5rem;
  background-color: #fff;
  border-radius: 50%;
  border: 0.1rem solid #5185be;
}

/* On mouse-over, add a grey background color */
.gprRadio .container:hover input ~ .checkmark {
  background-color: #5185be;
}

/* When the radio button is checked, add a blue background */
.gprRadio .container input:checked ~ .checkmark {
  background-image: url(../img/blueDot.webp);
  background-size: 1.3rem 1.3rem;
  background-position: center;
  background-repeat: no-repeat;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.gprRadio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.formRowSpec {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.formRowSpec .formLeft {
  margin-bottom: 4rem;
  border: 0.1rem solid #cccccc;
  padding: 1.5rem 2.5rem 3rem 2rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: left;
  font-size: 2.4rem;
  color: #000;
  height: 40rem;
  overflow-y: scroll;
  background-color: #fff;
}

.formRowSpec .formLeft b {
  font-weight: 500;
  font-size: 2.4rem;
}

.formRowSpec .formRight {
  margin-bottom: 0;
}

.formPickDate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.formPickDate:has(select) {
  position: relative;
}

.formPickDate:has(select)::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid #333;
  pointer-events: none;
}

.formPickDate > * {
  flex-shrink: 0;
}

.formPickDate > *:nth-child(2),
.formPickDate > *:nth-child(3) {
  flex-basis: 20%;
  box-sizing: border-box;
}

.formPickDate select {
  width: 100%;
  position: relative;
  appearance: none;
  background: #fff;
}

.formPickDate input::placeholder {
  color: #000;
}

.selectShopArea {
  background-color: #4d4d4d;
  cursor: pointer;
  margin-bottom: 0.5rem;
}

#selectShop .selectShopContainer:first-child .selectShopArea {
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}

#selectShop .selectShopContainer:last-child .selectShopArea {
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}

.selectShopCity {
  color: #444465;
  cursor: pointer;
}

#selectShop .selectShopContainer .selectShopCity {
  margin-bottom: 1rem;
}

.customRadio {
  appearance: none;
  -webkit-appearance: none;
  width: 2.3rem;
  height: 2.3rem;
  border: 0.2rem solid rgba(4, 18, 65, 0.5);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
  padding-left: unset;
}

.customRadio:checked {
  border-color: rgba(255, 87, 51, 0.5);
  background-color: white;
}

.customRadio:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
  background: #f07a05;
  border-radius: 50%;
}
