@charset "UTF-8";
/* フォント読込 */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body img {
  width: 100%;
}

body header#no_rsv_header {
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
}

body main {
  margin-top: 70px;
  padding-top: 10px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  body main {
    margin-top: 60px;
  }
}

body main .form_step_ctn {
  width: 90vw;
  max-width: 850px;
  margin: 0 auto 40px;
}

body main .form_step_ctn .form_step_inner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
      grid-template-columns: 1fr 50px 1fr 50px 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  body main .form_step_ctn .form_step_inner {
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
        grid-template-columns: 1fr 25px 1fr 25px 1fr;
  }
}

@media screen and (max-width: 768px) {
  body main .form_step_ctn .form_step_inner {
    -ms-grid-columns: 1fr 18px 1fr 18px 1fr;
        grid-template-columns: 1fr 18px 1fr 18px 1fr;
  }
}

body main .form_step_ctn .form_step_inner .step.active {
  color: #CF4CC6;
}

body main .form_step_ctn .form_step_inner .step h2 {
  text-align: center;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.6rem;
}

@media screen and (max-width: 480px) {
  body main .form_step_ctn .form_step_inner .step h2 {
    font-size: 1.2rem;
  }
}

body main .form_step_ctn .form_step_inner .step h2 span {
  font-family: "century-gothic", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  position: relative;
  margin-right: 14px;
}

@media screen and (max-width: 480px) {
  body main .form_step_ctn .form_step_inner .step h2 span {
    font-size: 1.5rem;
    margin-right: 4px;
  }
}

body main .form_step_ctn .form_step_inner .step h2 span:before {
  content: 'STEP';
  font-weight: bold;
  font-size: 1rem;
  font-family: "century-gothic", sans-serif;
  position: absolute;
  top: -20px;
  left: 0;
}

@media screen and (max-width: 480px) {
  body main .form_step_ctn .form_step_inner .step h2 span:before {
    font-size: 0.8rem;
  }
}

body main .form_step_ctn .form_step_inner img {
  width: 25px;
  -ms-grid-column-align: center;
      justify-self: center;
}

@media screen and (max-width: 768px) {
  body main .form_step_ctn .form_step_inner img {
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  body main .form_step_ctn .form_step_inner img {
    width: 15px;
  }
}

body main .forms {
  width: 90vw;
  max-width: 850px;
  margin: 0 auto 100px;
  padding: 20px 0 60px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  body main .forms {
    padding-top: 0;
  }
}

body main .forms form, body main .forms .forms_inner {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}

body main .forms .title_ctn {
  margin: 2rem 0 0;
  padding: 0.5rem 0;
}

body main .forms .title_ctn h2 {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
}

body main .forms .title_ctn h2.required::after {
  content: "必須";
  color: #fff;
  background: #AB3226;
  padding: 1px 7px;
  font-size: 0.76rem;
  vertical-align: middle;
  font-weight: normal;
  border-radius: 3px;
  margin-left: 10px;
  display: inline-block;
}

body main .forms .title_ctn p {
  margin: 0;
  font-size: 0.9rem;
}

body main .forms form .title_ctn {
  margin-bottom: 0.5rem;
}

body main .forms input {
  font-size: 1rem;
  padding: 0.2rem 0.5rem;
  border: 1px solid #aaa;
  border-radius: 5px;
}

body main .forms input::-webkit-input-placeholder {
  color: #999;
}

body main .forms input:-ms-input-placeholder {
  color: #999;
}

body main .forms input::-ms-input-placeholder {
  color: #999;
}

body main .forms input::placeholder {
  color: #999;
}

body main .forms input[type=text],
body main .forms input[type=tel],
body main .forms input[type=email] {
  height: 45px;
}

body main .forms input[type=radio],
body main .forms input[type=checkbox] {
  cursor: pointer;
  margin-right: 8px;
}

body main .forms select {
  margin-right: 5px;
  font-size: 1rem;
  padding: 0.5rem 0.5rem;
  border: 1px solid #aaa;
  border-radius: 5px;
  cursor: pointer;
  height: 42px;
}

body main .forms label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  padding: 0.2rem 0.5rem 0.2rem 0;
}

body main .forms textarea {
  width: 100%;
  font-size: 1rem;
  padding: 0.5rem 0.5rem;
  border: 1px solid #aaa;
  border-radius: 5px;
  line-height: 1.3;
}

body main .forms textarea::-webkit-input-placeholder {
  color: #999;
}

body main .forms textarea:-ms-input-placeholder {
  color: #999;
}

body main .forms textarea::-ms-input-placeholder {
  color: #999;
}

body main .forms textarea::placeholder {
  color: #999;
}

body main .forms .note {
  margin: 0.5rem 0 0.3rem;
  font-size: 0.8rem;
  line-height: 1.3;
}

body main .forms .msg {
  margin: 20px 0;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

@media screen and (max-width: 480px) {
  body main .forms .msg {
    font-size: 1rem;
  }
}

body main .forms .form_rsv_date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 30px;
}

body main .forms .form_rsv_date select {
  width: 260px;
}

body main .forms .formSingle {
  width: 100%;
  max-width: 335px;
}

body main .forms .formSingle input[type=text],
body main .forms .formSingle input[type=tel],
body main .forms .formSingle input[type=email],
body main .forms .formSingle select {
  width: 100%;
}

body main .forms .form_name input[type=text] {
  width: 48%;
}

body main .forms .form_name input:first-child {
  display: inline-block;
  margin-right: 4%;
}

body main .forms .form_address,
body main .forms .form_children,
body main .forms .form_member {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  gap: 8px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 480px) {
  body main .forms .form_address,
  body main .forms .form_children,
  body main .forms .form_member {
    display: block;
  }
}

body main .forms .form_address div:nth-child(odd),
body main .forms .form_children div:nth-child(odd),
body main .forms .form_member div:nth-child(odd) {
  padding: 0 0.5rem 0 0;
}

@media screen and (max-width: 480px) {
  body main .forms .form_address div:nth-child(odd),
  body main .forms .form_children div:nth-child(odd),
  body main .forms .form_member div:nth-child(odd) {
    text-align: left;
    margin-top: 5px;
  }
}

body main .forms .form_address input[type=text],
body main .forms .form_address input[type=email],
body main .forms .form_address input[type=tel],
body main .forms .form_children input[type=text],
body main .forms .form_children input[type=email],
body main .forms .form_children input[type=tel],
body main .forms .form_member input[type=text],
body main .forms .form_member input[type=email],
body main .forms .form_member input[type=tel] {
  width: 100%;
  max-width: 335px;
}

body main .forms .form_address select,
body main .forms .form_children select,
body main .forms .form_member select {
  width: 48%;
  max-width: 100px;
  margin: 5px 5px 5px 0;
}

body main .forms .form_address .form_name input[type=text],
body main .forms .form_children .form_name input[type=text],
body main .forms .form_member .form_name input[type=text] {
  width: 48%;
}

body main .forms .form_address .height_ctn input[type=text],
body main .forms .form_children .height_ctn input[type=text],
body main .forms .form_member .height_ctn input[type=text] {
  width: 140px;
  margin-right: 5px;
}

body main .forms .form_address .age_ctn,
body main .forms .form_children .age_ctn,
body main .forms .form_member .age_ctn {
  margin-left: 10px;
}

body main .forms .form_address .age_ctn.hidden,
body main .forms .form_children .age_ctn.hidden,
body main .forms .form_member .age_ctn.hidden {
  display: none;
}

body main .forms .form_address .age_ctn input,
body main .forms .form_children .age_ctn input,
body main .forms .form_member .age_ctn input {
  border: none;
  outline: none;
  display: inline-block;
  width: 90px;
  padding: 0;
  height: 25px;
  font-family: "yu-gothic-pr6n", sans-serif;
  text-align: center;
}

body main .forms #pcdcheck {
  margin-left: 5px;
}

body main .forms #child1_container,
body main .forms #child2_container,
body main .forms #child3_container,
body main .forms #member_info_container {
  overflow: hidden;
}

body main .forms #child1_container.visible,
body main .forms #child2_container.visible,
body main .forms #child3_container.visible,
body main .forms #member_info_container.visible {
  height: auto;
}

body main .forms #child1_container.hidden,
body main .forms #child2_container.hidden,
body main .forms #child3_container.hidden,
body main .forms #member_info_container.hidden {
  height: 0rem;
}

body main .forms #num_container label,
body main .forms #child1_container label,
body main .forms #child2_container label,
body main .forms #child3_container label,
body main .forms #ismember_container label {
  min-width: 80px;
}

body main .forms #num_container label {
  margin-bottom: 0.5rem;
}

body main .forms #introducer_container .title_ctn {
  display: inline-block;
}

body main .forms #introducer_container .title_ctn h2 {
  margin-right: 20px;
}

body main .forms #introducer_container .input_ctn {
  display: inline-block;
  width: 100%;
  max-width: 335px;
}

body main .forms #introducer_container .input_ctn input[type=text]#introducer {
  display: inline-block;
  width: 100%;
}

body main .forms #via_container .via_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 768px) {
  body main .forms #via_container .via_grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 480px) {
  body main .forms #via_container .via_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

body main .forms #via_container .via_grid label {
  width: 100%;
}

body main .forms .btn_msg {
  margin-top: 2rem;
  text-align: center;
}

body main .forms .btn_msg a {
  font-weight: bold;
  text-decoration: underline;
}

body main .forms .btn {
  margin: 2rem 0 0;
}

body main .forms .btn .form_proceed, body main .forms .btn .form_reject, body main .forms .btn .form_complete, body main .forms .btn .form_top {
  display: block;
  margin: 0 auto;
  padding: 1.2rem 0.5rem;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

body main .forms .btn .form_proceed:hover, body main .forms .btn .form_reject:hover, body main .forms .btn .form_complete:hover, body main .forms .btn .form_top:hover {
  opacity: 0.9;
}

body main .forms .btn .form_proceed {
  background: #C299BF;
  color: white;
  max-width: 200px;
  font-size: 1.3rem;
}

body main .forms .btn .form_reject {
  background: #999;
  color: white;
  margin-top: 80px;
  max-width: 250px;
  font-size: 1.2rem;
}

body main .forms .btn .form_complete {
  background: #C299BF;
  color: white;
  margin-top: 20px;
  max-width: 250px;
  font-size: 1.2rem;
}

body main .forms .btn .form_top {
  background: #C299BF;
  color: white;
  max-width: 250px;
  font-size: 1.2rem;
}
/*# sourceMappingURL=rsv-inq.css.map */