@charset "UTF-8";
/* CSS Document */
#request .contactBox {
  display: none;
}
#formWrap {
  max-width: 900px;
  padding: 1em 0;
  font-size: 16px;
}
#formWrap input[type="date"], #formWrap input[type="number"], #formWrap input[type="email"], #formWrap input[type="tel"], #formWrap input[type="text"], #formWrap select, #formWrap textarea {
  height: 34px;
  /*margin-bottom: 4px;*/
  padding: 6px 12px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#formWrap textarea {
  width: 100%;
  height: 10em;
}
#formWrap .badge {
  background-color: #B30002;
  color: #fff;
  font-size: 70%;
  padding: 0.1em 1em;
  border-radius: 5px;
  margin-left: 1em;
}
#formWrap #error_message {
  text-align: center;
  padding-top: 1em;
  font-size: 16px;
}
#formWrap .alert-danger {
  position: relative;
  /*padding: 0.5em 0 0;*/
  color: #C60003;
  color: rgba(255, 0, 4, 1.00);
  font-size: 14px;
  width: 100%;
}
#formWrap .form-group {
  width: 100%;
  padding: 2em 0;
  border-bottom: #999 solid 1px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#formWrap .form-group label {
  width: 28%;
}
#formWrap .form-group > div {
  width: 70%;
  padding-left: 1em;
}
#formWrap .form-group .num {
  width: 5em;
  margin-right: 0.5em;
}
#formWrap .form-group input[type="number"] {
  display: inline-block;
}
#formWrap .form-group #addr, #formWrap .form-group #addr2, #formWrap .form-group #addr3, #formWrap input[type="email"] {
  width: 100%;
}
#formWrap .form-group #zipcode {
  width: 8em;
}
#formWrap .form-group #parking {
  width: 5em;
}
#formWrap .form-group #age {
  width: 5em;
}
.memberBox div {
  display: inline-block;
}
#formWrap .form-group #member1, #formWrap .form-group #member2, #formWrap .form-group #raijo1, #formWrap .form-group #raijo2 {
  width: 3em;
  text-align: center;
}
.confirm #formWrap .form-group #member1, .confirm #formWrap .form-group #member2, .confirm #formWrap .form-group #raijo1, .confirm #formWrap .form-group #raijo2 {
  width: auto;
  padding: 0 0.3em;
}
#formWrap .form-group .zipBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#formWrap .form-group .zipBtn {
  width: 6em;
  margin-left: 1em;
}
p.chu {
  color: #C60003;
  font-size: 12px;
  padding: 0.5em 0;
}
.knowBox label {
  display: block;
  width: 100% !important;
}
.houhou {
  width: 100%;
}
#formWrap .btn {
  font-size: 13px;
  padding: 0.5em 1em;
  background: none;
  ;
  background-color: #7BA7D0;
  border: none;
  color: #fff;
  border-radius: 5px;
}
#formWrap input:is([type="submit"], [type="reset"]), #formWrap input.btn-primary {
  width: 15em;
  display: inline-block;
  font-size: 20px;
  margin: 30px auto;
}
#formWrap input:is([type="submit"], [type="reset"]):hover, #formWrap input.btn-primary:hover {
  opacity: 0.6;
  cursor: pointer;
}
#formWrap #submitBox {
  text-align: center;
}
#formWrap .form-group .cap {
  font-size: 12px;
  padding-top: 0.3em;
}
#formWrap input::placeholder, #formWrap textarea::placeholder {
  color: #aaa;
}
/* 旧Edge対応 */
#formWrap input::-ms-input-placeholder {
  color: #aaa;
}
/* IE対応 */
#formWrap input:-ms-input-placeholder {
  color: #aaa;
}
.knowBox {}
.knowBox > div {
  width: 47%;
}
.knowBox > div p {
  border-bottom: #777 solid 1px;
  margin-bottom: 0.5em;
}
/*------------ クラブ　------------*/
#titWrap {
  width: 100%;
}
#titWrap h1 {
  letter-spacing: 0.2em;
  width: 100%;
}
#titWrap h1 .engTxt {
  letter-spacing: 0.5em;
}
#titWrap .p01 {
  text-align: center;
  font-size: 16px;
  width: 100%;
  /*	padding-top: 1em;*/
}
#titWrap .p01.kikan {
  font-size: 26px;
  padding-top: 2em;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
#titWrap .p01 span {
  color: rgba(193, 0, 3, 1.00);
  font-size: 120%;
}
#titWrap .p01 span i {
  font-size: 160%;
  font-style: normal;
  display: inline-block;
  position: relative;
  top: 0.06em;
}
#descBox {
  border: #999 solid 1px;
  padding: 3%;
  width: 90%;
  margin: 30px auto;
  background-color: rgba(244, 242, 234, 0.5);
}
#descBox p {
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
}
p.hope {
  padding: 1em 0 0.2em;
}
.addWrap {}
.addWrap p {
  padding: 1em 0 0.2em;
}
/*------------ private policy　------------*/
#privateBox {
  max-width: 900px;
  padding-bottom: 5%;
}
#privateBox h2 {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 0.5em;
}
#privateBox .pBox {
  background-color: #fafafa;
  padding: 2em 3em;
  height: 30em;
  overflow-y: scroll;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1)inset;
}
#privateBox .pBox p, #privateBox .pBox dl {
  font-size: 14px;
  padding: 1em 0;
  line-height: 1.8;
}
#privateBox .pBox p {
  padding: 0.2em 0;
}
#privateBox .pBox dt {
  padding: 0.3em 0;
}
@media screen and (max-width: 959px) {
  #formWrap {
    font-size: clamp(13px, 1.9vw, 15px);
  }
  #privateBox .pBox p, #privateBox .pBox dl {
    font-size: clamp(12px, 1.7vw, 14px);
  }
  #titWrap .p01.kikan {
    font-size: 3vw;
  }
}
  @media screen and (max-width: 599px) {
    #titWrap .p01.kikan {
      font-size: 4vw;
    }
    #formWrap {
      font-size: 4vw;
      font-size: clamp(14px, 4vw, 16px);
      max-width: 400px;
    }
    #descBox p {
      font-size: 13px;
    }
    #privateBox .pBox p, #privateBox .pBox dl {
      /*font-size: 3.5vw;
		font-size: clamp(12px, 3.5vw, 14px);*/
    }
    #formWrap .form-group {
      flex-wrap: wrap;
    }
    #formWrap .form-group label {
      /*	font-size: 4.6vw;*/
      font-size: clamp(14px, 4.6vw, 16px);
      width: 100%;
      padding: 0.3em 0 0.5em;
      text-align: center;
    }
    .confirm #formWrap .form-group label {
      background-color: #f5f5f5;
      padding: 0.3em 0;
      margin-bottom: 0.3em;
    }
    .confirm #formWrap .form-group {
      padding: 1em 0;
      border-bottom: #999 solid 0px;
    }
    #formWrap .form-group > div, #titWrap .p01 {
      width: 100%;
      padding-left: 0em;
      text-align: center;
      font-size: 4.0vw;
      font-size: clamp(13px, 4.0vw, 16px);
    }
    #day1, #day2, #day3 {
      margin-bottom: 6px;
    }
    #formWrap input[type="email"], #formWrap input[type="tel"] {
      width: 100%;
    }
    #formWrap .btn {
      font-size: 4vw;
      font-size: clamp(12px, 3.0vw, 14px);
    }
    #privateBox h2 {
      font-size: 4vw;
      font-size: clamp(14px, 4vw, 16px);
    }
    #formWrap input:is([type="submit"], [type="reset"]) {
      font-size: 5.1vw;
      font-size: clamp(18px, 5.1vw, 20px);
    }
    #privateBox .pBox {
      padding: 1em 1em;
      height: 20em;
    }
    #formWrap input:is([type="submit"], [type="reset"]) {
      margin: 15px auto 0;
    }
    .daysWrap input, .daysWrap select {
      width: 60%;
    }
    .memberBox input {
      width: 3em;
    }
    p.hope {
      padding: 1em 0 0.2em;
      text-align: center;
    }
    .knowWrap br {
      display: none;
    }
    .knowBox > div {
      width: 100%;
    }
    .knowBox > div p {
      text-align: center;
      padding-top: 1em;
    }
    .knowBox label {
      width: 12em !important;
      margin: 0 auto;
      text-align: left !important;
    }
    #formWrap .form-group .zipBox {
      justify-content: center;
      margin-left: 0;
    }
    #formWrap input[type="date"], #formWrap input[type="number"], #formWrap input[type="email"], #formWrap input[type="tel"], #formWrap input[type="text"], #formWrap select {
      text-align: center;
    }
    .confirm #formWrap #know {
      text-align: left;
    }
  }
  /*------------ 確認画面　------------*/
  .confirm #formWrap.conf {}
  .confirm #formWrap.conf #age, .confirm #formWrap.conf #family, .confirm #formWrap.conf #family2, .confirm #formWrap.conf #zipcode, .confirm #formWrap.conf #age, .confirm #formWrap.conf #member1, .confirm #formWrap.conf #member2 {
    display: inline;
  }
  .confirm formWrap.conf .form-group {
    padding: 1.5em 0;
  }
  .confirm #formWrap.conf input[name="_back"] {
    background-color: #ccc;
  }
  @media screen and (max-width: 599px) {}
  /*------------ 完了画面　------------*/
  .thanks {}
  .thanks .jumbotron {
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .thanks .jumbotron > div {
    width: 100%;
  }
  .thanks .jumbotron h1 {
    text-align: center;
    font-size: 45px;
    letter-spacing: 0.5em;
  }
  .thanks .nameBox {
    padding: 3em 0 0;
    text-align: center;
    font-size: 18px;
  }
  @media screen and (max-width: 959px) {
    .thanks .jumbotron {
      min-height: 60vh;
    }
  }
  @media screen and (max-width: 599px) {
    .thanks .jumbotron {
      padding: 20vw 0 8vw;
    }
    .thanks .jumbotron h1 {
      text-align: center;
      font-size: 8vw;
      letter-spacing: 0.2em;
    }
    .thanks .nameBox {
      padding: 5vw 0;
      text-align: center;
      font-size: 4vw;
    }
  }
  .rankBox {
    display: none;
  }
  #agreement {
    padding: 1em 0;
    text-align: center;
  }
  #agreement dl {
    display: flex;
    padding: 0.6em 0;
    justify-content: center;
  }
  #agreement dt {
    font-size: 70%;
    font-size: 16px;
  }
  #agreement dd {}
  #agreement dd a {
    color: #007fdf;
    text-decoration: underline;
  }
  #agreement .badge {
    margin-right: 1em;
  }
  @media screen and (max-width: 599px) {
    #agreement dt {
      font-size: clamp(16px, 4.6vw, 18px);
    }
    #agreement dt .badge {
      font-size: 70%;
      width: 7em;
    }
    #agreement dd {
      flex: 1;
    }
  }