@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oooh+Baby&display=swap");
/**
*
* Testing
*
**/
body,
html {
  margin: 0px;
  overflow-x: hidden;
  max-width: 100vw !important;
  width: 100%;
}

#top {
  background-image: url(../img/BG.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
  height: 85vh;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 576px) {
  #top {
    background-position: 19%;
    min-height: 400px;
    align-items: flex-start;
    height: 70vh;
  }
}
#top .topTXT {
  background-color: rgba(255, 255, 255, 0.5843137255);
  padding: 2% 6%;
  width: min-content;
  text-align: center;
}
@media (max-width: 576px) {
  #top .topTXT {
    padding: 2% 4%;
  }
}
#top .topTXT p:nth-child(1) {
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #79215c;
  white-space: nowrap;
  margin-bottom: 0 !important;
}
@media (max-width: 576px) {
  #top .topTXT p:nth-child(1) {
    font-size: 1.6rem;
  }
}
#top .topTXT p:nth-child(2) {
  font-size: 2.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #79215c;
  white-space: nowrap;
  margin-bottom: 0 !important;
}
@media (max-width: 576px) {
  #top .topTXT p:nth-child(2) {
    font-size: 1.3rem;
  }
}
#top .canva {
  background-image: url(../img/canvabg.png);
  padding: 10px 20px;
  text-decoration: none;
  width: 100% !important;
  background-size: 100% 100%;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  margin: 10px;
  pointer-events: none;
}
@media (max-width: 576px) {
  #top .canva {
    font-size: 1rem;
    margin: 5px;
    margin-left: -8%;
    padding: 7px 20px;
  }
}
#top .powerpoint {
  background-color: #bb4021;
  padding: 10px 20px;
  text-decoration: none;
  width: 100% !important;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 5px;
  margin: 10px;
  pointer-events: none;
}
@media (max-width: 576px) {
  #top .powerpoint {
    font-size: 1rem;
    margin: 5px;
    margin-left: -8%;
    padding: 7px 20px;
  }
}

.redBar {
  background-image: url(../img/redBar.png);
  height: 15vh;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 576px) {
  .redBar {
    height: 80px;
  }
}
.redBar .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100% !important;
}
.redBar .container img {
  width: 100px;
  height: auto;
  margin-right: 3%;
}
@media (max-width: 768px) {
  .redBar .container img {
    width: 80px;
  }
}
@media (max-width: 576px) {
  .redBar .container img {
    width: 65px;
  }
}
.redBar .container p {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0 !important;
  white-space: nowrap;
  width: min-content !important;
}
@media (max-width: 992px) {
  .redBar .container p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .redBar .container p {
    font-size: 1.3rem;
  }
}
@media (max-width: 576px) {
  .redBar .container p {
    font-size: 1rem;
    font-weight: 500;
  }
}

.reg .regForm {
  background-color: #fff;
  padding-top: 2.5%;
  padding-bottom: 2%;
}
.reg .regForm p {
  font-family: "Noto Sans JP", sans-serif;
}
.reg .regForm .title {
  text-align: center;
  color: #79215c;
  font-weight: 500;
  font-size: 2.8rem;
}
.reg .regForm .step1 {
  color: #78215b;
  font-size: 2rem;
  font-weight: 400;
}
.reg .regForm .des1 {
  color: #78215b;
  font-size: 1.5rem;
  font-weight: 400;
}
.reg .regForm label {
  font-family: "Noto Sans JP", sans-serif;
  color: #5a5858;
  font-weight: 300;
  margin-left: 5%;
  font-size: 1.2rem;
}
@media (max-width: 576px) {
  .reg .regForm label {
    font-size: 0.8rem;
    margin-left: 3%;
  }
}
.reg .regForm input {
  width: 90%;
  margin-left: 5%;
  border: 1px solid #89898a;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .reg .regForm input {
    width: 100%;
    margin-left: 0%;
    height: 50px;
  }
}
.reg .regForm .paddingtxt {
  font-family: "Noto Sans JP", sans-serif;
  color: #5a5858;
  font-size: 1.2rem;
  padding-left: 7%;
}
@media (max-width: 576px) {
  .reg .regForm .paddingtxt {
    font-size: 0.8rem;
    padding-left: 0%;
  }
}
.reg .step2-section {
  padding: 2% 0 3% 0%;
}

.step {
  font-family: "Noto Sans JP", sans-serif;
  color: #78215b;
  font-size: 2rem;
  font-weight: 400;
}

.des {
  font-family: "Noto Sans JP", sans-serif;
  color: #78215b;
  font-size: 1.5rem;
  font-weight: 400;
}

.calendar {
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px solid black;
}

.radioLabel {
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  .radioLabel {
    font-size: 1rem;
  }
}

#calendar .day {
  color: blue;
}
#calendar .disabled {
  color: #999;
}
#calendar .active {
  color: #fff;
}
#calendar .datepicker {
  width: 100% !important;
}
#calendar .datepicker td {
  height: 50px !important;
}
@media (max-width: 576px) {
  #calendar .datepicker td {
    height: 40px !important;
  }
}
#calendar .datepicker .table-condensed {
  border: 1px solid rgba(0, 0, 0, 0.377);
  border-bottom: none;
  width: 100%;
}
#calendar .datepicker .table-condensed thead tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.377);
}
#calendar .datepicker .table-condensed thead tr td {
  font-size: 30px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  text-align: center;
}
#calendar .datepicker .table-condensed thead tr:nth-child(1) td {
  font-size: 30px;
  padding: 20px;
  text-align: start;
}
#calendar .datepicker .table-condensed thead th {
  font-size: 30px;
  padding: 20px;
}
@media (max-width: 576px) {
  #calendar .datepicker .table-condensed thead th {
    font-size: 12px;
    padding: 10px;
  }
}
#calendar .datepicker .table-condensed tbody {
  border-collapse: collapse;
}
#calendar .datepicker .table-condensed tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.377);
}
#calendar .datepicker .table-condensed tbody tr td {
  border-left: 1px solid rgba(0, 0, 0, 0.377);
  text-align: center;
}
#calendar .datepicker .table-condensed tbody tr td input[type=radio] {
  border-radius: 50%;
  width: 60%;
  height: 60%;
  border: 2px solid #999;
  transition: 0.2s all linear;
}

.hour-section {
  background-color: #fbe4e5;
}

.submitBtn {
  background-color: #78215b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .submitBtn {
    font-size: 1.3rem;
    border-radius: 7px;
    padding: 9px 28px;
    font-weight: 400;
  }
}

.submitBtn:hover {
  color: #c7c1c1;
}

footer {
  padding-top: 10%;
  padding-bottom: 2.5%;
}
footer .link {
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  color: #3f3b3a;
  margin: 0px 10px;
}
@media (max-width: 576px) {
  footer .link {
    font-size: 0.8rem;
  }
}
footer p {
  font-family: "Noto Sans JP", sans-serif;
  color: #3f3b3a;
  margin-bottom: 5px !important;
}
@media (max-width: 576px) {
  footer p {
    font-size: 0.8rem;
  }
}

.thankyou {
  background-image: url(../img/BG.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
  height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thankyou .thankyouIMG {
  max-width: 300px;
  width: 40%;
  height: auto;
}

.invalid-icon {
  display: none;
  position: absolute;
  right: 10px;
  bottom: calc(50% - 5px);
  color: red;
}

.form-floating.is-invalid .invalid-icon {
  display: inline-block;
}

.act h1,
.act h2,
.act h3,
.act h4,
.act h5,
.act h6,
.act p,
.privacy h1,
.privacy h2,
.privacy h3,
.privacy h4,
.privacy h5,
.privacy h6,
.privacy p {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 2em;
}
.act .c-pageTitle,
.privacy .c-pageTitle {
  padding-bottom: 10px;
  position: relative;
}
.act .c-pageTitle::after,
.privacy .c-pageTitle::after {
  content: "";
  position: absolute;
  width: 75%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4352941176);
  bottom: 0;
  left: 30%;
}
.act .post_content,
.privacy .post_content {
  margin-top: 5%;
}

.download .txt1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
}
@media (max-width: 576px) {
  .download .txt1 {
    font-size: 1.3rem;
  }
}
.download .txt2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
}
@media (max-width: 576px) {
  .download .txt2 {
    font-size: 1rem;
  }
}
.download .custom-card {
  position: relative;
  border: 5px solid #a69120;
  padding: 3% 4%;
}
@media (max-width: 576px) {
  .download .custom-card {
    border: 3px solid #a69120;
  }
}
.download .custom-card .txt1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.download .custom-card .txt2 {
  background-color: #f19ca7;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .download .custom-card .txt2 {
    font-size: 1.1rem;
  }
}
.download .custom-card .txt2 span {
  font-size: 1.65rem;
}
@media (max-width: 576px) {
  .download .custom-card .txt2 span {
    font-size: 1.45rem;
  }
}
.download .custom-card .txt3 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
.download .custom-card .canva {
  background-image: url(../img/canvabg.png);
  padding: 10px 20px;
  text-decoration: none;
  width: 100% !important;
  background-size: 100% 100%;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  margin: 10px 0;
}
@media (max-width: 576px) {
  .download .custom-card .canva {
    font-size: 1.1rem;
    padding: 8px 20px;
  }
}
.download .custom-card .powerpoint {
  background-color: #bb4021;
  padding: 10px 20px;
  text-decoration: none;
  width: 100% !important;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 5px;
  margin: 10px 0;
}
@media (max-width: 576px) {
  .download .custom-card .powerpoint {
    font-size: 1.1rem;
    padding: 8px 20px;
    margin-top: 5px;
  }
}
.download .custom-card .canva:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in;
}
.download .custom-card .powerpoint:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in;
}
.download .custom-card::after {
  position: absolute;
  content: "";
  background-image: url(../img/corner.png);
  background-size: 100% 100%;
  height: 35px;
  width: 35px;
  top: 0;
  left: 0;
}
@media (max-width: 576px) {
  .download .custom-card::after {
    height: 30px;
    width: 30px;
  }
}
.download .txt4 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 0.75rem;
  margin-bottom: 5%;
}
@media (max-width: 576px) {
  .download .txt4 {
    font-size: 0.7rem;
  }
}

@media (max-width: 768px) {
  .redBar img {
    right: 20px;
    top: -20vh;
    display: block;
    left: unset;
  }
}

/*# sourceMappingURL=style.css.map */
