@charset "utf-8";
/*----- form -----*/
#form h2 {
  font-size: 6rem;
}
#line_btn {
  width: 24.4rem;
  margin: 0 auto;
}
.formRowTitle{
  position: relative;
  display: block;
  margin-bottom: 1rem;
}
.formRowTitle p {
  display: inline-block;
}
.formRowInput {
  display: block;
  margin-bottom: 3rem;
}
.colSmallSize {display: inline-block;}
.redLbl, .greenLbl {
  display: inline-block;
  color: #FFFFFF;
  padding: 0 1rem;
  margin: 0 1rem;
  font-size: 2.8rem;
  font-weight: 300;
  font-style: normal;
  border-radius: 0.6rem;
  position: relative;
  top: -0.2rem;
  background: #ff3c96;
}
.greenLbl {
  background: #666666;
}
input, select, textarea {
  vertical-align: bottom;
  box-sizing: border-box;
  border: 1px solid #CCC;
  border-radius: 0.9rem;
  height: 7.4rem;
  line-height: 7.4rem;
  width: 63rem;
  padding: 0 2rem;
  font-size: 3.4rem;
}
input.height {
  width: 13rem;
}
select {
  max-width: 63rem;
  width: inherit;
  color: #333;
}
textarea {
  line-height: 4.6rem;
  height: 30rem;
  padding: 2rem;
}
.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: #005ad2;
  color: #FFF;
  padding: 2rem;
  margin: 0 0 0.2rem 0;
  cursor: pointer;
  position: relative;
}
.f_shop_ttl02 {
  background: #21a5e0;
  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:#333;
  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: 1px solid #CCC;
  border-radius: 0.6rem;
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  position: relative;
}
#check_item_1:checked + .vir-label .vir-checkbox::after {
  content: '';
  display: block;
  width: 1rem;
  height: 2rem;
  border-right: 0.5rem solid #005cc8;
  border-bottom: 0.5rem solid #005cc8;
  position: absolute;
  top: -0.5rem;
  left: 0.6rem;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(.7, .7, 1);
}
.u-mt-15 {
  margin-top: 1.5rem;
  text-align: center;
}
.c-form-checkboxLabel {
  cursor: pointer;
}
.c-form-checkboxLabel input {
  width: 3rem;
  height: 3rem;
  margin: 0 1rem 0 0;
  vertical-align: middle;
}
.formDes {
  border: 1px solid #ccc;
  padding:2rem;
  box-sizing: border-box;
  font-size: 2.4rem;
  line-height: 1.4;
  height: 30rem;
  overflow-y: scroll;
  margin-bottom: 3rem;
}
.custom-checkbox {
  margin-bottom: 3rem;
}
#form button {
  height: 12.3rem;
  width: 65.4rem;
  padding: 0;
  border: none;
  background: url(../img/btnSubmit.webp) no-repeat;
  background-size: contain;
  text-indent: -9999px;
  cursor: pointer;
  transition: 0.3s;
}
#form button:hover {opacity: 0.8;}
#errors {
  color: #f23c52;
  text-align: center;
}
.datepicker {
  width: 50rem !important;
  font-size: 2.8rem !important;
}
.datepicker--cell {
 height: auto !important;
 padding: 0.5rem 0; 
}
.f_shop_area .selected-value {
  border: 0.1rem solid #032C76;
  padding: 2rem;
  box-sizing: border-box;
  margin-top: 1rem;
}

.f_shop_area .selected-value p {
  font-size: 2.4rem;
  line-height: 1.35;
  font-weight: 500;
}

.f_shop_area .selected-value p span {
  color: #000;
  font-weight: 400;
}

.f_shop_area .selected-value p {
  margin-bottom: 1rem;
}
@media screen and (min-width:600px) {
}
@media screen and (max-width:599px) {
  .radio .inner {margin: 0.3rem;}
  input[name=reserve_at], input[name=reserve_at2], input[name=reserve_at3] {
    width: 38rem;
  }
}