@charset "UTF-8";
@media screen and (max-width: 599px) {
  .table-container {
    margin: 0 auto !important;
  }
}

/* メニュー */
.campMenu2026 {
  padding: 0 20px;
  margin: 30px 0 0;
}
@media screen and (min-width: 600px) {
  .campMenu2026 {
    padding: 0 10px;
  }
}

.campMenu2026__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .campMenu2026__list {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}

.campMenu2026__item {
  background-color: #fff;
  width: 47%;
  height: 50px;
  border-radius: 6px;
  filter: drop-shadow(2px 2px 4px rgb(198, 216, 243));
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .campMenu2026__item {
    width: 15.11%;
    height: 60px;
  }
}
@media screen and (max-width: 599px) {
  .campMenu2026__item:nth-child(2n) {
    margin-left: 6%;
  }
}
@media screen and (max-width: 599px) {
  .campMenu2026__item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 600px) {
  .campMenu2026__item + .campMenu2026__item {
    margin-left: 1.87%;
  }
}

.campMenu2026__item.--active {
  filter: none;
  height: auto;
}
@media screen and (max-width: 599px) {
  .campMenu2026__item.--active {
    margin-bottom: -10px;
  }
}

.campMenu2026__item.--active .campMenu2026__link {
  color: #fff;
  position: relative;
  background-image: url("/cmn/images/team/camp/2026/tab.svg");
  background-repeat: no-repeat;
  aspect-ratio: 148/86;
  width: 100%;
  display: flex;
  justify-content: center;
  top: -10px;
}
@media screen and (min-width: 600px) {
  .campMenu2026__item.--active .campMenu2026__link {
    top: -20px;
  }
}

.campMenu2026__item.--active .campMenu2026__text {
  position: absolute;
  top: 25%;
  transform: translateY(-35%);
}

.campMenu2026__link {
  color: #1b65d1;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 600px) {
  .campMenu2026__link {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 600px) {
  .camp_map {
    justify-content: flex-start !important;
  }
}

@media screen and (min-width: 600px) {
  .guide__right {
    margin-top: -70px;
  }
}

/* ------------------
    タイトル
  ------------------ */
/* タイトル02 */
.camp2026_title02 {
  font-size: 2.1rem;
  color: #1b65d1;
  margin-left: 32px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .camp2026_title02 {
    font-size: 3.1rem;
    margin-left: 45px;
  }
}
.camp2026_title02::before {
  content: "";
  position: absolute;
  left: -31.4px;
  width: 31.4px;
  height: 33.6px;
  background-image: url("/cmn/images/team/camp/2026/flower.svg");
  background-repeat: no-repeat;
}
@media screen and (min-width: 600px) {
  .camp2026_title02::before {
    left: -44.8px;
    width: 44.8px;
    height: 48px;
  }
}

.camp2026_title02 .camp2026_titleInner {
  border-bottom: 1px solid #1b65d1;
  padding-left: 0.2em;
}

.pl_h2Title02 {
  background-color: #1b65d1 !important;
}

/* タイトル03 */
.camp2026_title03 {
  font-size: 1.6rem;
  padding: 0 5px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.camp2026_title03::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #8db2e8;
  border-radius: 10px;
  position: relative;
  top: 50%;
  left: 1px;
  margin-right: 5px;
}
.camp2026_title03::after {
  content: "";
  background-color: #999;
  height: 1px;
  width: 50%;
  margin-left: 0.5rem;
  flex-grow: 1;
}

/* タイトル04 */
.camp2026_title04 {
  font-size: 1.4rem;
  padding: 0 22px;
  margin-bottom: 10px;
  background-color: #e3eaf0;
  border-radius: 11px;
  position: relative;
}
.camp2026_title04::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
}

.pl_titleWrap03 {
  display: flex;
  justify-content: center;
}

/* アンカーリンク */
.camp26_anchorList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .camp26_anchorList {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

.camp26_anchorItem {
  width: 100%;
  box-shadow: 0 5px 0 0 #d9dde2;
}
@media screen and (min-width: 600px) {
  .camp26_anchorItem {
    width: 31.76%;
    transition: box-shadow 0.3s, transform 0.3s;
  }
}
@media screen and (min-width: 600px) {
  .camp26_anchorItem:hover {
    box-shadow: unset;
    transform: translateY(4px);
  }
}
@media screen and (max-width: 599px) {
  .camp26_anchorItem + .camp26_anchorItem {
    margin-top: 12px;
  }
}
@media screen and (min-width: 600px) {
  .camp26_anchorItem + .camp26_anchorItem {
    margin-left: 2.35%;
  }
}
@media screen and (min-width: 600px) {
  .camp26_anchorItem:nth-child(3n+4) {
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) {
  .camp26_anchorItem:nth-child(n+4) {
    margin-top: 15px;
  }
}

.camp26_anchorLink {
  color: #001e40;
  font-size: 1.2rem;
  background-color: #fff;
  padding: 5px 20px;
  display: block;
  width: 100%;
  border: 1px solid #001e40;
  position: relative;
}
@media screen and (min-width: 600px) {
  .camp26_anchorLink {
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center;
    padding: 5px 5% 7px 12%;
    min-height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.camp26_anchorLink::before {
  content: "";
  display: block;
  background-color: #7594b3;
  height: 100%;
  width: 14.85px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 600px) {
  .camp26_anchorLink::before {
    width: 8%;
    min-width: 22px;
  }
}
.camp26_anchorLink::after {
  content: "";
  background: #fff;
  height: 7.7942286341px;
  width: 9px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .camp26_anchorLink::after {
    width: 12px;
    height: 10.3923048454px;
    left: 2%;
  }
}

/* キャンプ日程 */
.cours2026__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 40px;
}
@media screen and (min-width: 600px) {
  .cours2026__list {
    width: 90%;
    margin: 0 auto;
  }
}

.cours2026__item {
  width: 30.3%;
  padding: 5px 0;
  border-top: 1px solid #001e40;
  border-bottom: 1px solid #001e40;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .cours2026__item {
    width: 18.7%;
  }
}
.cours2026__item::before {
  content: "";
  background: #001e40;
  height: 10.3923048454px;
  width: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .cours2026__item:nth-child(4) {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .cours2026__item.cours2026__item:nth-child(n+4) {
    margin-top: 30px;
  }
}
.cours2026__item + .cours2026__item {
  margin-left: 4.5%;
}
@media screen and (min-width: 600px) {
  .cours2026__item + .cours2026__item {
    margin-left: 1.625%;
  }
}

.cours2026__link {
  color: #001e40;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .cal__day td {
    width: 82px;
    min-width: 82px;
  }
}
/*# sourceMappingURL=camp2026.css.map */