@charset "UTF-8";
:root {
  --header-height: 8.8rem;
  --header-height_sp: 6rem;
  --main-position: center;
  --main-lh: 1.5;
}

/* cleafix
------------------------------------------------------------ */
.u-cf {
  *zoom: 1;
}
.u-cf:after {
  content: "";
  display: block;
  clear: both;
}

/***************************************************
  reserve.css
***************************************************/
/* #reserve.index
------------------------------------------------------------ */
#reserve.index .p-contact .c-scrolldown {
  margin-bottom: 6rem;
}
#reserve.index .p-contact__box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #fff;
}
#reserve.index .p-contact__box01 > dl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
  padding: 3rem 0 2rem;
  text-align: center;
}
#reserve.index .p-contact__box01 > dl dt {
  margin-bottom: 2.5rem;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
}
#reserve.index .p-contact__box01 > dl.phone dd {
  font-family: "Barlow", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
}
#reserve.index .p-contact__box01 > dl.phone dd .tel {
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 1;
}
#reserve.index .p-contact__box01 > dl.phone dd .tel i {
  margin-right: 0.5rem;
  font-size: 3.6rem;
}
#reserve.index .p-contact__box01 > dl.phone dd .hour {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  font-weight: 400;
}
#reserve.index .p-contact__box01 > dl.phone dd .hour i {
  margin-right: 0.3rem;
  font-size: 1.4rem;
}
#reserve.index .p-contact__title01 {
  margin: 12rem 0 2.5rem;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
}
#reserve.index .p-contact__table01 {
  margin-top: 5rem;
}
#reserve.index .p-contact__table01 > table {
  width: 100%;
  border-bottom: 1px solid rgba(255, 254, 246, 0.3);
}
#reserve.index .p-contact__table01 > table th,
#reserve.index .p-contact__table01 > table td {
  padding: 2rem 1.5rem;
  font-weight: 400;
  border-top: 1px solid rgba(255, 254, 246, 0.3);
}
#reserve.index .p-contact__table01 > table th {
  position: relative;
  width: 25rem;
}
#reserve.index .p-contact__table01 > table th.is-required::after {
  content: "必須";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 2.2rem;
  right: 1.5rem;
  width: 6.5rem;
  height: 2.2rem;
  border: 1px solid #11a4e0;
  color: #11a4e0;
  font-size: 1.1rem;
  line-height: 1;
}
#reserve.index .p-contact__table01 > table input,
#reserve.index .p-contact__table01 > table textarea {
  width: 100% !important;
  padding: 0.3rem;
  background-color: rgba(255, 255, 255, 0.1);
}
#reserve.index .p-contact__table01 > table textarea {
  min-height: 18rem;
}
#reserve.index .p-contact__table01 .button01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6rem;
}
#reserve.index .p-contact__table01 .button01 .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-width: 34rem;
  margin: 0;
  padding: 1.2rem 3.5rem;
  border-radius: 5rem;
  border: 2px solid #f876fd;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.5rem;
  font-family: "Barlow", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-shadow: 0 0 0.03rem #f876fd, 0 0 0.1rem #f876fd, 0 0 0.2rem #f876fd, 0 0 0.4rem #f876fd;
  -webkit-box-shadow: inset 0 0 0.1rem #f876fd, 0 0 0.1rem #f876fd, 0 0 0.3rem #f876fd;
          box-shadow: inset 0 0 0.1rem #f876fd, 0 0 0.1rem #f876fd, 0 0 0.3rem #f876fd;
  z-index: 10;
}
#reserve.index .p-contact__table01 .button01 .button:hover {
  text-shadow: 0 0 0.06rem #f876fd, 0 0 0.2rem #f876fd, 0 0 0.4rem #f876fd, 0 0 0.8rem #f876fd, 0 0 1rem #f876fd;
  -webkit-box-shadow: inset 0 0 0.6rem #f876fd, 0 0 0.2rem #f876fd, 0 0 1rem #f876fd;
          box-shadow: inset 0 0 0.6rem #f876fd, 0 0 0.2rem #f876fd, 0 0 1rem #f876fd;
  text-decoration: none;
}
#reserve.index .p-contact__attention {
  margin-top: 5rem;
  padding: 2.5rem 2rem;
  border: 1px solid #d4d3ce;
}
#reserve.index .p-contact__attention em {
  color: #2e55db;
  font-style: normal;
}
@media only screen and (max-width: 599px) {
  #reserve.index .p-contact .c-scrolldown {
    margin-bottom: 3rem;
  }
  #reserve.index .p-contact__box01 {
    display: block;
  }
  #reserve.index .p-contact__box01 > dl {
    width: 100%;
    padding: 2rem 2rem 2rem;
  }
  #reserve.index .p-contact__box01 > dl dt {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
  }
  #reserve.index .p-contact__box01 > dl.phone dd .tel {
    font-size: 3.6rem;
  }
  #reserve.index .p-contact__box01 > dl.phone dd .tel i {
    margin-right: 0.5rem;
    font-size: 2.8rem;
  }
  #reserve.index .p-contact__box01 > dl.phone dd .hour {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
  #reserve.index .p-contact__box01 > dl.phone dd .hour i {
    font-size: 1.2rem;
  }
  #reserve.index .p-contact__title01 {
    margin: 5rem 0 2.5rem;
    font-size: 1.8rem;
  }
  #reserve.index .p-contact__table01 {
    margin-top: 3rem;
  }
  #reserve.index .p-contact__table01 > table {
    width: 100%;
  }
  #reserve.index .p-contact__table01 > table th,
  #reserve.index .p-contact__table01 > table td {
    display: block;
    padding: 1.5rem;
  }
  #reserve.index .p-contact__table01 > table th {
    width: 100%;
  }
  #reserve.index .p-contact__table01 > table th::after {
    font-size: 1.2rem;
  }
  #reserve.index .p-contact__table01 > table td {
    padding-top: 0;
    border: none;
  }
  #reserve.index .p-contact__table01 > table input,
  #reserve.index .p-contact__table01 > table textarea {
    width: 100%;
    padding: 0.3rem;
  }
  #reserve.index .p-contact__table01 > table textarea {
    min-height: 18rem;
  }
  #reserve.index .p-contact__table01 .button01 {
    margin-top: 3rem;
  }
}/*# sourceMappingURL=reserve.css.map */