@charset "UTF-8";
/*responsive----------------------------------------------------*/
/*common*/
/*color*/
html {
  scroll-behavior: smooth;
}

body {
  background: #fff7f6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  counter-reset: number 0;
  color: #222;
}

img {
  max-width: 100%;
}

h2 {
  font-size: 3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 6px;
}
h2 span {
  font-size: 1.6rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  color: #f38e93;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 2.4rem;
  }
  h2 span {
    font-size: 1.2rem;
  }
}
@media (max-width: 599px) {
  h2 {
    font-size: 2.2rem;
  }
  h2 span {
    font-size: 1rem;
  }
}

h3,
#second h2 {
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #f38e93;
  text-align: center;
  margin: 1em 0 0.6em;
  padding: 1.8em 0 1em;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  h3,
  #second h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 599px) {
  h3,
  #second h2 {
    margin: 4em 0 0.6em;
    font-size: 1.4rem;
  }
}

h3 {
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (max-width: 599px) {
  h3 {
    font-size: 1.1rem;
  }
}

a {
  text-decoration: none;
  color: #222;
}

p {
  line-height: 1.8em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.red {
  color: #f38e93;
  font-size: 1.2rem;
  font-weight: bold;
}

.red2 {
  color: #f38e93;
}

.font-s {
  font-size: 0.75rem;
}

.pc {
  display: block;
}
@media (max-width: 1024px) {
  .pc {
    display: none;
  }
}
@media (max-width: 599px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.tab {
  display: none;
}
@media (max-width: 1024px) {
  .tab {
    display: block;
  }
}
@media (max-width: 599px) {
  .tab {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 1024px) {
  .sp {
    display: none;
  }
}
@media (max-width: 599px) {
  .sp {
    display: block;
  }
}

.kome {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.85rem;
  display: inline-block;
  line-height: 140%;
}

.arrow_link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 0.95rem;
  vertical-align: middle;
  text-decoration: none;
  text-indent: 0;
  color: #00afdc;
  line-height: 130%;
}

.arrow_link::before,
.arrow_link::after {
  position: absolute;
  top: 0.5em;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow_link::before {
  left: 4px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #f38e93;
  border-right: 2px solid #f38e93;
  transform: rotate(45deg);
}

table {
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  border-bottom: solid 2px #fff7f6;
  vertical-align: top;
  padding: 2em;
  padding-right: 0;
  line-height: 1.8em;
}
@media (max-width: 1024px) {
  table th,
  table td {
    padding: 0.6em;
  }
}
table th {
  width: 30%;
  padding-left: 0;
  text-align: left;
}
@media (max-width: 599px) {
  table th {
    width: 25%;
  }
}
table td {
  width: 70%;
}
@media (max-width: 599px) {
  table td {
    width: 75%;
  }
}
table td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
table td ul li {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 599px) {
  table td ul li {
    gap: 10px;
  }
}
table td ul li .num {
  color: #f38e93;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Century Gothic", sans-serif;
  width: 24px;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  table td ul li .num {
    width: 43px;
  }
}
@media (max-width: 599px) {
  table td ul li .num {
    width: 10%;
  }
}
table td ul li div {
  width: 100%;
}
table td span {
  font-size: 0.85rem;
}

/*header*/
header {
  position: relative;
  width: 100%;
  height: 100px;
  z-index: 9999;
  top: 0;
  left: 0;
}

/*nav*/
button.menu {
  position: fixed;
  right: 2.5%;
  top: 4%;
  width: 35px;
  height: 25px;
  z-index: 99999;
  border: none;
  background: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  button.menu {
    right: 6%;
  }
}
button.menu span {
  background: #222;
  display: block;
  height: 4px;
  position: absolute;
  transition: transform 0.3s;
  width: 100%;
  border-radius: 5px;
}
button.menu span.menuline_top {
  top: 0px;
}
button.menu span.menuline_top.active {
  background: #fff;
  top: 10px;
  transform: rotate(45deg);
}
button.menu span.menuline_center {
  top: 11px;
}
button.menu span.menuline_center.active {
  background: #fff;
  transform: scaleX(0);
}
button.menu span.menuline_bottom {
  width: 80%;
  bottom: 0;
}
button.menu span.menuline_bottom.active {
  background: #fff;
  width: 100%;
  bottom: 12px;
  transform: rotate(135deg);
}
button.menu span.menufont {
  font-size: 0.75rem;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  bottom: -10px;
  background: none;
  color: #222;
}
button.menu span.menufont.active {
  color: #fff;
}

.gnav {
  background: rgba(243, 142, 147, 0.8);
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.gnav .gnav_wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}
.gnav .gnav_wrap .gnav_menu .item {
  text-align: center;
  margin: 40px 0;
}
.gnav .gnav_wrap .gnav_menu .item a {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 40px;
  text-decoration: none;
  transition: 0.5s;
}
.gnav .gnav_wrap .gnav_menu .item a:hover {
  color: #666;
}
@media (max-width: 599px) {
  .gnav .gnav_wrap .gnav_menu .item {
    margin: 30px 0;
  }
  .gnav .gnav_wrap .gnav_menu .item a {
    font-size: 1.5rem;
  }
}

/*囲み*/
.wrap {
  display: block;
  max-width: 76%;
  width: 100%;
  margin: 0 auto;
}

.wrap2 {
  display: block;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .wrap,
  .wrap2 {
    max-width: 82%;
  }
}
@media (max-width: 599px) {
  .wrap,
  .wrap2 {
    max-width: 90%;
  }
}

.wrap3 {
  display: block;
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}

/*main*/
main {
  position: relative;
  z-index: 1;
}
main .cr,
main .scroll {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
@media (max-width: 599px) {
  main .cr,
  main .scroll {
    font-size: 0.5rem;
  }
}
main .cr {
  position: fixed;
  top: 36%;
  left: 20px;
  z-index: 2;
}
@media (max-width: 599px) {
  main .cr {
    left: 8px;
  }
}
main .scroll {
  position: absolute;
  top: 60vh;
  left: 70px;
  z-index: 2;
}
@media (max-width: 599px) {
  main .scroll {
    display: none;
  }
}
main .scroll a {
  color: #dfcc1c;
  position: relative;
}
main .scroll a::before {
  content: "";
  background: #dfcc1c;
  width: 2px;
  height: 158px;
  border-radius: 20px 20px 0 0;
  position: absolute;
  top: 56px;
  left: 7px;
}
main .scroll a::after {
  content: "";
  background: #dfcc1c;
  width: 2px;
  height: 10px;
  border-radius: 20px 20px 20px 0;
  position: absolute;
  top: 203px;
  left: 10px;
  transform: rotate(35deg);
}
main .sns {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 224px;
  right: 35px;
  align-items: center;
  gap: 24px;
  z-index: 2;
}
main .sns img {
  max-width: 40px;
  width: 100%;
}
@media (max-width: 599px) {
  main .sns {
    right: 16px;
  }
  main .sns img {
    max-width: 30px;
  }
}
main .btn_circle {
  position: fixed;
  top: 86%;
  right: 40px;
  width: 90px;
  height: 90px;
  background: #f38e93;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: 0.2s all ease-out;
}
main .btn_circle:hover {
  background: #f3626a;
}
main .btn_circle a {
  display: block;
  padding: 2.2em 1em;
  font-size: 0.75em;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.8em;
}
@media (max-width: 1024px) {
  main .btn_circle {
    right: 17px;
    width: 76px;
    height: 76px;
  }
  main .btn_circle a {
    font-size: 0.65em;
    line-height: 1.6em;
  }
}

article {
  padding-bottom: 12%;
}
article:last-child {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  article {
    margin-top: -3em;
    padding-bottom: 16%;
  }
}
@media (max-width: 599px) {
  article {
    margin-top: -10em;
    padding-bottom: 44%;
  }
}
article section {
  padding-bottom: 10%;
}
article section#overview {
  background: #fff;
  padding-top: 8%;
  position: relative;
  z-index: 1;
}
article section#overview svg {
  position: absolute;
  width: 100%;
  z-index: -1;
  top: -6%;
  left: 0;
}
@media (max-width: 1024px) {
  article section#overview {
    padding-top: 0;
  }
}
@media (max-width: 599px) {
  article section#overview svg {
    top: -4%;
  }
}
article section#schedule {
  position: relative;
  padding-top: 3%;
  z-index: 1;
}
article section#schedule .schedule_path {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
article section#schedule h2 {
  margin: 1.2em 0 0.6em;
  padding: 0.6em 0;
}

.main_grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-template-rows: minmax(600px, 800px);
  align-items: center;
}
@media (max-width: 1024px) {
  .main_grid {
    grid-template-columns: auto;
    justify-content: center;
  }
}
.main_grid .item1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8em;
}
@media (max-width: 1024px) {
  .main_grid .item1 {
    align-items: center;
    gap: 6em;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .main_grid .item1 {
    gap: 3em;
  }
}
.main_grid .item1 h1 {
  margin: 0;
}
.main_grid .item1 img {
  max-width: 386px;
  width: 100%;
}
@media (max-width: 1024px) {
  .main_grid .item1 img {
    max-width: 320px;
  }
}
@media (max-width: 599px) {
  .main_grid .item1 img {
    max-width: 235px;
  }
}
.main_grid .item2 {
  position: relative;
  z-index: 1;
  padding-top: 5em;
}
@media (min-width: 1025px) {
  .main_grid .item2 {
    padding-left: 5em;
  }
}
@media (max-width: 1024px) {
  .main_grid .item2 {
    margin-top: -4em;
  }
}
@media (max-width: 599px) {
  .main_grid .item2 {
    margin-top: -12em;
    overflow: hidden;
  }
}
.main_grid .item2 .slider li svg {
  width: 90%;
}
.main_grid .item2 .illust {
  position: absolute;
  /*top: 192px;*/
  left: 0;
  bottom: -20px;
  width: 40%;
}
.main_grid .item2 .illust img {
  max-width: 355px;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .main_grid .item2 .illust {
    top: 12px;
  }
  .main_grid .item2 .illust img {
    max-width: 200px;
  }
}
@media (max-width: 599px) {
  .main_grid .item2 .illust {
    top: 38px;
  }
  .main_grid .item2 .illust img {
    max-width: 150px;
  }
}
.main_grid .item2 .support {
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 50%;
}
.main_grid .item2 .support img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .main_grid .item2 .support {
    bottom: 14%;
  }
}
@media (max-width: 599px) {
  .main_grid .item2 .support {
    bottom: 14%;
  }
}

/*bx-slider*/
.bx-wrapper {
  box-shadow: none;
  border: none;
  background: none;
}
.bx-wrapper .bx-viewport {
  overflow: initial !important;
}
.bx-wrapper .bx-controls-direction,
.bx-wrapper .bx-pager {
  display: none;
}

/*overview*/
.grid_layout {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
}
@media (max-width: 1024px) {
  .grid_layout {
    grid-template-columns: auto;
    justify-items: center;
    gap: 30px;
  }
}
.grid_layout .item {
  position: relative;
}
.grid_layout .item::before {
  content: url(../images/overview_02.png);
  position: absolute;
  bottom: -80px;
  right: 15%;
}
.grid_layout .item img {
  max-width: 840px;
  width: 100%;
  border-radius: 18px;
  box-shadow: 10px 10px 40px rgba(243, 142, 147, 0.2);
}
@media (max-width: 1024px) {
  .grid_layout .item {
    order: 2;
  }
  .grid_layout .item::before {
    bottom: -95px;
    right: -19%;
    transform: scale(0.6);
  }
  .grid_layout .item img {
    max-width: 450px;
    border-radius: 12px;
  }
}
@media (max-width: 599px) {
  .grid_layout .item::before {
    bottom: -106px;
    right: -19%;
    transform: scale(0.5);
  }
}
.grid_layout .item2 {
  display: flex;
  flex-direction: column;
  padding-top: 4em;
}
@media (min-width: 1025px) {
  .grid_layout .item2 {
    margin: 0 80px 0 60px;
  }
}
@media (max-width: 1024px) {
  .grid_layout .item2 {
    order: 1;
    padding-top: 0;
  }
  .grid_layout .item2 h2 {
    text-align: center;
  }
}

.join_box {
  max-width: 1026px;
  width: 100%;
  border-radius: 18px;
  margin: 0 auto;
  box-shadow: 10px 10px 40px rgba(243, 142, 147, 0.2);
  padding: 5.3em 6.4em 3em;
  position: relative;
}
.join_box::before {
  content: "";
  background: #e2d457;
  width: 2px;
  height: 60px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.join_box p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .join_box {
    max-width: 450px;
    padding: 2.6em 3.4em 3em;
  }
}
@media (max-width: 599px) {
  .join_box {
    /*max-width: 278px;*/
    padding: 2.6em 1em 3em;
  }
  .join_box table th,
  .join_box td {
    display: block;
    width: 100%;
  }
  .join_box table th {
    border-bottom: none;
    padding: 0.6em 0.6em 0.1em 0.6em;
  }
}
.join_box.join_box {
  background: white;
}

/*schedule*/
.schedule_box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 10px 10px 40px rgba(243, 142, 147, 0.2);
  padding: 6em 5em 6.5em;
  max-width: 1400px;
  width: 100%;
  margin: 3.5em auto;
}
.schedule_box div img {
  width: 100%;
}
@media (max-width: 1024px) {
  .schedule_box {
    padding: 4em 3.5em 5em;
    overflow-x: scroll;
  }
  .schedule_box div {
    width: 135vw;
  }
}
@media (max-width: 599px) {
  .schedule_box {
    padding: 1em 2.5em 3em;
  }
  .schedule_box div {
    width: 220vw;
  }
}

.btn {
  max-width: 400px;
  width: 100%;
  margin: 5em auto 0;
  background: #f38e93;
  border-radius: 50px;
}
@media (max-width: 1024px) {
  .btn {
    max-width: 360px;
  }
}
@media (max-width: 599px) {
  .btn {
    max-width: 220px;
    margin: 3em auto 0;
  }
}
.btn a,
.btn input[type=submit] {
  display: block;
  padding: 1.4em 2em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
}
.btn a::before,
.btn input[type=submit]::before {
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 5px;
  height: 5px;
  padding: 5px;
  transform: rotate(45deg);
  position: absolute;
  top: 42%;
  right: 10%;
}
@media (max-width: 599px) {
  .btn a,
  .btn input[type=submit] {
    padding: 1em 2em;
    font-size: 1rem;
  }
  .btn a::before,
  .btn input[type=submit]::before {
    padding: 3px;
  }
}

.wrap_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap_btn .btn {
  max-width: auto;
  border-radius: 10px;
}
@media (min-width: 1025px) {
  .wrap_btn .btn {
    width: 46%;
    margin: 0 auto 40px;
  }
}
@media (max-width: 1024px) {
  .wrap_btn .btn {
    margin: 0 auto 20px;
  }
}

/*footer*/
footer {
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding-bottom: 3em;
}
@media (max-width: 1024px) {
  footer {
    padding-bottom: 3em;
  }
}
@media (max-width: 599px) {
  footer {
    padding-bottom: 0;
  }
}
footer .wrap {
  /* border-top: solid 1px#EED9DD; */
  padding-top: 3%;
}
footer .wrap .footer_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
footer .wrap .footer_flex.mikan {
  justify-content: flex-end;
}
footer .wrap .footer_flex p {
  font-size: 0.85rem;
  text-align: right;
}
@media (max-width: 1024px) {
  footer .wrap .footer_flex p {
    font-size: 0.75rem;
  }
}
@media (max-width: 599px) {
  footer .wrap .footer_flex p {
    text-align: left;
  }
}
@media (max-width: 599px) {
  footer .wrap .footer_flex {
    flex-direction: column;
  }
}
footer .wrap .aligncenter {
  margin-top: 3em;
}
footer .wrap .aligncenter img {
  max-width: 220px;
  width: 100%;
}
@media (max-width: 1024px) {
  footer .wrap .aligncenter img {
    max-width: 180px;
  }
}
@media (max-width: 599px) {
  footer .wrap .aligncenter img {
    max-width: 120px;
  }
}
footer .copyright {
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.65rem;
  text-align: center;
  padding-top: 40px;
}

/*第二階層*/
#second .header_inner {
  display: block;
  max-width: 76%;
  width: 100%;
  margin: 0 auto;
}
#second .header_inner h1 {
  margin-top: 1.2em;
}
@media (max-width: 599px) {
  #second .header_inner h1 {
    margin-top: 1em;
  }
}
#second .header_inner h1 img {
  max-width: 513px;
  width: 100%;
}
@media (max-width: 1024px) {
  #second .header_inner h1 img {
    max-width: 420px;
  }
}
@media (max-width: 599px) {
  #second .header_inner h1 img {
    max-width: 250px;
  }
}

/*申し込みフォーム*/
#second .join_box {
  background: #fff;
}
@media (max-width: 599px) {
  #second .join_box {
    max-width: 100%;
    width: 100%;
  }
}
#second .join_box .form_wrap {
  max-width: 96%;
  width: 100%;
  margin: 0 auto;
}
#second .join_box .form_wrap .agreement_wrap .agreement {
  border: solid 1px #e6ebee;
  padding: 1.6em;
}
#second .join_box .form_wrap .agreement_wrap .agreement .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
#second .join_box .form_wrap .agreement_wrap .checkbox {
  background: #efefef;
  padding: 0.5rem;
}
#second .join_box .form_wrap .agreement_wrap .checkbox .wpcf7-form-control-wrap {
  float: left;
}
#second .join_box .form_wrap .agreement_wrap .checkbox .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
#second .join_box .form_wrap .agreement_wrap .checkbox .wpcf7-list-item {
  position: relative;
  margin: 0;
  cursor: pointer;
}
#second .join_box .form_wrap .agreement_wrap .checkbox .wpcf7-list-item:checked label::before {
  opacity: 1;
}
#second .join_box .form_wrap .agreement_wrap .checkbox .wpcf7-list-item-label {
  cursor: pointer;
}
#second .join_box .form_wrap .agreement_wrap .checkbox .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #cdd6dd;
  border-radius: 3px;
  position: relative;
  top: -1px;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
#second .join_box .form_wrap .agreement_wrap .checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  margin-bottom: 0;
  cursor: pointer;
}
#second .join_box .form_wrap .agreement_wrap .checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 8px;
  height: 12px;
  border-right: 2px solid #004bb1;
  border-bottom: 2px solid #004bb1;
  transform: rotate(45deg);
  cursor: pointer;
}
#second .join_box .form_wrap .description {
  margin: 3em 0;
}
#second .join_box .form_wrap2 {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
#second .join_box .form_wrap2.survey {
  max-width: 530px;
}
#second .join_box .form_wrap2 label {
  color: #707f89;
}
#second .join_box .form_wrap2 input,
#second .join_box .form_wrap2 select,
#second .join_box .form_wrap2 textarea {
  width: 100%;
  border: solid 1px #cdd6dd;
  border-radius: 3px;
  margin-bottom: 2em;
  margin-top: 10px;
  margin-right: 0.5em;
}
#second .join_box .form_wrap2 input,
#second .join_box .form_wrap2 select,
#second .join_box .form_wrap2 textarea {
  padding: 1.2em;
}
#second .join_box .form_wrap2 input::-moz-placeholder, #second .join_box .form_wrap2 select::-moz-placeholder, #second .join_box .form_wrap2 textarea::-moz-placeholder {
  color: #cdd6dd;
  font-weight: 500;
}
#second .join_box .form_wrap2 input::placeholder,
#second .join_box .form_wrap2 select::placeholder,
#second .join_box .form_wrap2 textarea::placeholder {
  color: #cdd6dd;
  font-weight: 500;
}
#second .join_box .form_wrap2 .select_arrow {
  position: relative;
}
#second .join_box .form_wrap2 .select_arrow::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 20px;
  width: 3px;
  height: 3px;
  padding: 3px;
  border-right: solid 2px #cdd6dd;
  border-bottom: solid 2px #cdd6dd;
  transform: rotate(45deg);
  pointer-events: none;
}
#second .join_box .form_wrap2 .birth label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#second .join_box .form_wrap2 .birth label span {
  width: 26%;
}
#second .join_box .form_wrap2 .birth span {
  width: 26%;
  display: inline-block;
}
#second .join_box .form_wrap2 .height {
  color: #707f89;
}
#second .join_box .form_wrap2 .height input {
  width: 80%;
}
#second .join_box .form_wrap2 select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
#second .join_box .form_wrap2 select:invalid {
  color: #cdd6dd;
}
#second .join_box .form_wrap2 select option {
  color: #222;
}
#second .join_box .form_wrap2 select option:first-child {
  color: #cdd6dd;
}
#second .join_box .form_wrap2 .wpcf7-radio {
  display: flex;
  justify-content: center;
  align-items: center;
}
#second .join_box .form_wrap2 .question {
  margin-top: 2em;
}
#second .join_box .form_wrap2 input[type=checkbox] {
  margin-bottom: 0;
}
#second .join_box .form_wrap2 .wpcf7-list-item {
  display: block;
  text-align: left;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #second .join_box .form_wrap2 .wpcf7-list-item {
    display: block;
    text-align: left;
  }
}
@media (max-width: 599px) {
  #second .join_box .form_wrap2 .wpcf7-list-item {
    display: block;
    text-align: left;
  }
}
#second .join_box .form_wrap2 .wpcf7-list-item input[type=checkbox] {
  width: auto;
}
@media (max-width: 1024px) {
  #second .join_box .form_wrap2 .wpcf7-list-item input[type=checkbox] {
    width: auto;
  }
}
@media (max-width: 599px) {
  #second .join_box .form_wrap2 .wpcf7-list-item input[type=checkbox] {
    width: auto;
  }
}
#second .join_box .form_wrap2 .wpcf7-list-item label {
  cursor: pointer;
}
#second .join_box .form_wrap2 .friend-radio {
  display: inline-block;
}
#second .join_box .form_wrap2 .friend-radio input {
  width: auto;
  margin-top: 1em;
  margin-bottom: 0;
}
#second .join_box .form_input input[type=submit],
#second .join_box .form_input2 input[type=submit] {
  max-width: 400px;
  width: 100%;
  margin: 2em auto 0;
  padding: 1.4em;
  background: #f38e93;
  border-radius: 50px;
  border: none;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #second .join_box .form_input input[type=submit],
  #second .join_box .form_input2 input[type=submit] {
    max-width: 360px;
    -webkit-appearance: none;
  }
}
@media (max-width: 599px) {
  #second .join_box .form_input input[type=submit],
  #second .join_box .form_input2 input[type=submit] {
    max-width: 220px;
    -webkit-appearance: none;
  }
}

.test {
  margin-top: 3em;
  font-weight: bold;
  color: red;
}

.dl_list dt {
  border-left: 4px solid #f38e93;
  padding: 0.25em 0 0.25em 0.75em;
  margin: 2rem 0 0 0;
  border-radius: 2px;
  font-size: 1.1rem;
}
@media (max-width: 599px) {
  .dl_list dt {
    margin-left: 0;
  }
}
.dl_list dd {
  margin-left: 1rem;
}
@media (max-width: 599px) {
  .dl_list dd {
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  .dl_list {
    width: 92%;
    margin: 0 auto;
  }
}

label:hover {
  cursor: pointer;
}

.agree_wrap .inner {
  border: solid 1px #e6ebee;
  padding: 1.6em;
  height: 400px;
  overflow-y: auto;
}
.agree_wrap .inner .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}

hr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  margin: 2rem 0;
}

/* テーブル -------------------------------------------------------------- */
table.table1,
table.table2 {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin-bottom: 1em;
  line-height: 160%;
  width: 100%;
}

table.table1 th,
table.table1 td {
  padding: 0.5em;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #f6f6f6;
  letter-spacing: 0px;
}

table.table1 td {
  background: #ffffff;
}

table.table2 th {
  padding: 0.75em;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  letter-spacing: 0px;
  background: #f6f6f6;
  line-height: 140%;
  width: 40%;
}

table.table2 td {
  padding: 0.75em;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #ffffff;
  letter-spacing: 0px;
}

table.table2 td p:last-child {
  padding-bottom: 0px;
}

table.table3 th,
table.table3 td {
  padding: 0.5em;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  letter-spacing: 0px;
}

table.table3 td p:last-child {
  padding-bottom: 0px;
}

table tr.alfa td,
table tr.alfa th {
  background: rgba(0, 0, 0, 0.6);
  border-right: 1px solid #777777;
  border-bottom: 1px solid #777777;
  border-left: 1px solid #777777;
}

table tr.alfa th {
  background: rgba(0, 0, 0, 0.6);
  border-top: 1px solid #777777;
  border-left: 1px solid #777777;
  color: #444444;
}

table.table2 td.bk-green1 {
  background: #eefff9;
}

table.table-form {
  width: 100%;
  padding-bottom: 40px;
}

table.table-form th,
table.table-form td {
  padding: 0.75em;
  border-bottom: 1px solid #dddddd;
  letter-spacing: 0px;
}

table.table-form td p:last-child {
  padding-bottom: 0px;
}

/* ASICS HEALTH CAR CHECK申し込みページ */
.wrap-time {
  background: #f5f5f5;
  padding: 30px 20px 10px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border-radius: 20px;
  margin-bottom: 30px;
}
.wrap-time .item {
  display: inline-block;
  text-align: center;
  background: white;
  padding: 0.5em 0.5em;
  border-radius: 1.25em;
  margin-bottom: 1em;
  border: 1px solid #dbdbdb;
  width: 22%;
}
@media (max-width: 599px) {
  .wrap-time .item {
    width: 46%;
  }
}
@media (max-width: 1024px) {
  .wrap-time .item {
    width: 46%;
  }
}
.wrap-time .item .number {
  position: relative;
  padding: 0.25em 0.25em 0.25em 0.25em;
  margin-right: 1em;
  font-size: 0.85rem;
  color: #f38e93;
  font-weight: 600;
}
.wrap-time .item .number:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-right: 20px;
  color: #f38e93;
  border-bottom: 2px solid #f38e93;
}

.wrap-googlemap iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.wrap-pagelink {
  text-align: center;
  margin: 2em 0 1em;
}
.wrap-pagelink a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  margin-right: 1rem;
}
.wrap-pagelink a:before, .wrap-pagelink a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.wrap-pagelink a:before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f38e93;
}
.wrap-pagelink a:after {
  top: 3px;
  left: 3px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-top: 3px solid #fff;
}

#booking-package-locale-ja {
  margin-top: 20px;
}

button#booking-package_schedulePage,
#booking-package_schedulePage button {
  background: #f38e93;
  padding: 0.5em 2em;
  border: none;
  border-radius: 40px;
  color: white;
  margin: 20px auto 0 !important;
}

button#returnToCalendarButton {
  display: inline-block !important;
}

#booking-package #paymentPanel button.bookingButton {
  max-width: 400px;
  width: 100%;
  margin: 2em auto 0;
  padding: 1em;
  background: #f38e93;
  border-radius: 50px;
  border: none;
  text-align: center;
  font-size: 0.96rem;
  font-weight: bold;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#booking-package #paymentPanel button.bookingButton:hover {
  opacity: 0.8;
}
#booking-package button.returnButton {
  max-width: 200px;
  width: 100%;
  margin: 0 auto 0;
  padding: 1em;
  background: white;
  border-radius: 50px;
  border: 1px solid #cdd6dd;
  text-align: center;
  font-size: 0.92rem;
  font-weight: bold;
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#booking-package button.returnButton:hover {
  background: #cdd6dd;
  opacity: 0.8;
}

#booking-package_inputFormPanel input[type=text] {
  padding: 1em !important;
}

#booking-package input[type=text],
#booking-package textarea {
  border-radius: 6px;
}

#second h2.font-ahcc {
  color: #0b1465;
}

@media (min-width: 1025px) {
  .bk_asicshealthcarecheck {
    background: url("../images/bk_asicshealth.png") right top no-repeat;
    background-size: 20%;
  }
}/*# sourceMappingURL=style.css.map */