.frmColorText {
    color: #4C81AA;
  }
  
  #contactForm {
    width: 69rem;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
  }
  
  #form{
    background-color: #f4f8df;
  }
  
  .blockForm {
    padding-bottom: 6rem;
    padding-top: 4.4rem;
  }
  
  /* .blockForm p{
    background: linear-gradient(90deg, #22A7C5 5%, #0D609D 40%, #04458A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  } */

.btnFormContact{
  margin-top: 2.5rem;
}
  
  .blockForm p span{
    font-size: 4.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: .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: 1.15rem;
    font-size: 2.8rem;
    font-weight: 400;
    color: #1a1a1a;
    margin-left: 2rem;
  }
  
  .formRight {
    display: block;
    margin-bottom: 1.5rem;
  }
  
  .formLeft span.requiredLbl {
    width: 6rem;
    height: 3rem;
    color: #fff;
    background: #e86f03;
    font-size: 2rem;
    line-height: 1.15;
    align-items: center;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    position: relative;
    left: 1rem;
    bottom: 0.3rem;
    padding: 1rem 0;
    border-radius: .5rem;
  }
  
  .formLeft small {
    font-size: 2.5rem;
  }
  
  .noRequiredLbl{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 3rem;
    font-size: 2rem;
    line-height: 1.15;
    background: #4d4d4d;
    color: #fff;
    padding: 0 .5rem;
    margin-left: 2rem;
    border-radius: .5rem;
  }
  
  input,
  select,
  textarea {
    vertical-align: bottom;
    box-sizing: border-box;
    border: 0.1rem solid #cacaca;
    border-radius: .5rem;
    line-height: 6.4rem;
    width: 100%;
    padding-left: 2.5rem;
    font-size: 2.4rem;
    background-color: #FFF;
    font-weight: 400;
  }
  
  textarea::placeholder,
  input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cacaca;
    opacity: 1;
    font-weight: 400;
    /* Firefox */
  }
  
  textarea::-ms-input-placeholder,
  input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #cacaca;
    font-weight: 400;
  }
  
  textarea::-ms-input-placeholder,
  input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #cacaca;
    font-weight: 400;
  }
  
  input.height {
    width: 13rem;
  }
  
  select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    width: initial;
    width: 35%;
    height: 7rem;
    cursor: pointer;
    color: #1a1a1a;
    padding-right: 2rem;
    font-size: 2.4rem;
  }
  
  .custom-select {
    position: relative;
  }
  
  .custom-select::after {
    content: '▼';
    position: absolute;
    font-size: 2rem;
    color: #333333;
    top: 35%;
    right: 46.5rem;
    transform: translateY(-20%);
    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 2rem;
    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 2rem;
    box-sizing: border-box;
    font-size: 2.6rem;
    line-height: 1.4;
    color: #000;
    border-radius: 1.7rem;
  }
  
  .btnFormContact button {
    width: 65rem;
    height: auto;
    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 .2s;
  }

  .btnFormContact #submitButton.active {
    background: url(../img/btnFormActive.webp) no-repeat;
    background-size: cover;
    transition: ease-in-out .2s;
}

  
  .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;
  }
  
  .formRow{
    margin-bottom: 2rem;
  }
  
  .formRowSpec {
    padding-bottom: 0rem;
  }
  
  .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;
  }
  
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }
  
  .custom-checkbox p{
    font-size: 3.5rem;
    font-weight: 400;
    color: #5185be;
    text-align: center;
    line-height: 2;
  }
  
  .custom-checkbox .vir-content{
    font-size: 2.4rem;
    font-weight: 400;
    color: #1a1a1a;
  }
  
  .custom-checkbox .vir-checkbox{
    border: 0.1rem solid #1a1a1a;
    display: block;
    width: 2.3rem;
    height: 2.3rem;
  }
  
  .custom-checkbox #check_item_1:checked+.vir-label .vir-checkbox::after{
    content: '';
    display: block;
    width: 1rem;
    height: 1.7rem;
    border-right: 0.5rem solid #e35a24;
    border-bottom: 0.5rem solid #e35a24;
    position: absolute;
    top: -0.5rem;
    left: 0.4rem;
    transform: rotate(38deg) translate3d(0, 2px, 0) scale3d(.7, .7, 1);
  }
  
  .formPrivacy{
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 4rem;
  }
  
  .formPrivacyTxt{
    margin: 3.5rem auto 4.5rem auto;
  }
  
  .formPrivacyTxt p:first-child{
    font-weight: 700;
  }
  
  .formPrivacyContent {
    height: 40rem;
    border: 0.1rem solid #cacaca;
    border-radius: .5rem;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    color: #4d4d4d;
  }
  
  .formPrivacyContent::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: .5rem;
    overflow: hidden;
    pointer-events: none;
  }
  
  .innerContent {
    height: 100%;
    font-size: 2.4rem;
    padding: 2rem 0 2rem 2rem;
    overflow-y: scroll;
    scroll-behavior: smooth;
  }
  
/* @media screen and (max-width: 599px) {
  #contactForm input,
  #contactForm select,
  #contactForm textarea{
    font-size: 2.4rem;
  }
} */