.frmColorText {
  color: #4C81AA;
}

#contactForm {
  width: 65rem;
  margin: 0 auto;
}

.blockForm {
  padding-bottom: 3.5rem;
  padding-top: 4.4rem;
}

.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: .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: .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.4rem;
  font-weight: 500;
  color: #333;
}

.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: linear-gradient(to right, #F69CA3, #F2879B, #EC698F);
}

.optLblGray{
  background-color: #999;
}

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

textarea::-ms-input-placeholder,
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #808080;
}

textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #808080;
}

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;
}

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: .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(.5);
  transform: scale(.5);
  opacity: .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;
}

#check_item_1:checked+.vir-label .vir-checkbox::after {
  content: '';
  display: block;
  width: 1rem;
  height: 2rem;
  border-right: 0.5rem solid #4D4D4D;
  border-bottom: 0.5rem solid #4D4D4D;
  position: absolute;
  top: -0.5rem;
  left: 0.5rem;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(.7, .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: 55.6rem;
  height: 15rem;
  padding: 0;
  border: none;
  background: url(../img/btnForm.webp) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

.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(.7, .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: 300;
  text-align: left;
  font-size: 2.1rem;
  color: #4D4D4D;
  height: 40rem;
  overflow-y: scroll;
}

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

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