.formTTImg {
	height: 11.2rem;
	display: block;
	margin: 0 auto;
	margin-bottom: 6rem;
}

#form {
	background : -moz-linear-gradient(0% 50% 0deg,rgba(182, 128, 1, 1) 0%,rgba(152, 0, 0, 1) 100%);
    background : -webkit-linear-gradient(0deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background : -o-linear-gradient(0deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background : -ms-linear-gradient(0deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background : linear-gradient(90deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    padding: 3.5rem 3.5rem 6rem 3.5rem;
}

.blockForm {
	border-radius: 2.2rem;
	background-color: #FFF;
	padding: 6.5rem 5.5rem 3.5rem 5.5rem;
	box-sizing: border-box;
}

/*----- form -----*/
.formLeft{
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
  font-size: 3.6rem;
}
.formRight {
  display: block;
  margin-bottom: 3rem;
}
.formLeft span,
span.requiredLbl {
	min-width: 6.2rem;
	display: inline-flex;
	color: #FFFFFF;
	font-size: 2.2rem;
	line-height: 3rem;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	border-radius: 0.4rem;
	position: relative;
	left: 1rem;
	bottom: 0.3rem;
	background : -moz-linear-gradient(21.89% 237.47% 45deg,rgba(182, 128, 1, 1) 0%,rgba(152, 0, 0, 1) 100%);
	background : -webkit-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
	background : -o-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
	background : -ms-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
	background : linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
}

.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.optLbl,
span.requiredLbl.optLbl {
  background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 163, 1, 1) 0%,rgba(188, 232, 0, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(0, 163, 1, 1) 0%, rgba(188, 232, 0, 1) 100%);
  background : -o-linear-gradient(0deg, rgba(0, 163, 1, 1) 0%, rgba(188, 232, 0, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(0, 163, 1, 1) 0%, rgba(188, 232, 0, 1) 100%);
  background : linear-gradient(90deg, rgba(0, 163, 1, 1) 0%, rgba(188, 232, 0, 1) 100%);
}

input, select, textarea {
  vertical-align: bottom;
  box-sizing: border-box;
  border: 0;
  border-radius: 1.7rem;
  line-height: 8.8rem;
  width: 100%;
  padding-left: 2.5rem;
  font-size: 2.8rem;
  background-color: #D2D2D2;
  margin-left: 0.5rem;
}

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;
	height: 8.8rem;
	cursor: pointer;
  color: #000;
}

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

select option {
	background-color: #FFF;
}

.formDate select {
	width: 16.2rem;
	margin-right: 4rem;
	background-image: url(../img/selectdate.png);
	background-size: 1.8rem 0.9rem;
	background-position: calc(100% - 1.5rem) center;
	background-repeat: no-repeat;
}

textarea {
  line-height: 4.6rem;
  height: 30rem;
  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: 1.8rem;
  height: 1.8rem;
  position: relative;
}
#check_item_1:checked + .vir-label .vir-checkbox::after {
  content: '';
  display: block;
  width: 1rem;
  height: 2rem;
  border-right: 0.5rem solid #B4812C;
  border-bottom: 0.5rem solid #B4812C;
  position: absolute;
  top: -1rem;
    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 {
  height: 10.2rem;
  width: 100%;
  padding: 0;
  border: none;
  background: url(../img/btnForm.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.btnFormContact button span {
	line-height: 10.2rem;
	font-size: 3.4rem;
}

#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: 4rem;
  margin-bottom: 1.2rem;
  cursor: pointer;
  font-size: 2.8rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* 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: 0;
  transform: translate(0, -50%);
  height: 2rem;
  width: 2rem;
  background-color: #FFF;
  border-radius: 50%;
  border: 0.1rem solid #000000;
}

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

/* When the radio button is checked, add a blue background */
.gprRadio .container input:checked ~ .checkmark {
  background : -moz-linear-gradient(21.89% 237.47% 45deg,rgba(182, 128, 1, 1) 0%,rgba(152, 0, 0, 1) 100%);
  background : -webkit-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
  background : -o-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
  background : -ms-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
  background : linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
}

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