@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css2?ffamily=Noto+Sans+JP:wght@200;400;500&display=swap);
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.summer {
  width: 100%;
  display: flex;
  background: #333333;
  height: 680px;
  position: relative;
}
.summer > li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 680px;
  width: 100%;
  flex-basis: 50%;
  cursor: pointer;
}
.summer .ess-img { /* 小学生　メインビジュアル　パソコン版 */
  background-image: url("../img/summer-2024/summer-bg-sho.jpg");
}
.summer .ess-img.hoverimg { /* 小学生　メインビジュアル　パソコン版　ホバーして暗くなる */
  opacity: 0.8;
  transition: 0.1s;
}
.summer .jhs-img { /* 中学生　メインビジュアル　パソコン版 */
  background-image: url("../img/summer-2024/summer-bg-chu.jpg");
}
.summer .jhs-img.hoverimg { /* 中学生　メインビジュアル　パソコン版　ホバーして暗くなる */
  opacity: 0.8;
  transition: 0.1s;
}
.summer > li > div {
  width: 50%;
  height: 680px;
  z-index: 3;
  color: #FFFFFF;
  background: #6FC5C3;
}
.summer .ess-menu {
  position: absolute;
  display: none;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  top: 0;
  right: 0;
}
.summer .ess-menu > div {
  padding: 40px 32px;
}
.summer .jhs-menu {
  position: absolute;
  display: none;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  top: 0;
  left: 0;
}
.summer .jhs-menu div {
  padding: 40px 32px;
}
.summer li div ul li a {
  padding: 10px 16px;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.summer li div ul li:not(:last-child) {
  margin-right: 16px;
}
.summer li div ul+h2, .summer li div ul+h3 {
  margin-top: 32px;
}
.summer li div h2, .summer li div h3 {
  margin-bottom: 16px;
  padding-left: 12px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  border-left: 8px solid #FFFFFF;
}
.summer li div ul {
  display: flex;
  margin-bottom: 16px;
  margin-left: 20px;
}
.summer li div ul li {
}
.summer li div p {
  margin-bottom: 40px;
  margin-left: 28px;
}

.pg_summer .pageTop {
  display: none !important;
}
.close-pcbt {
  margin-bottom: 0px;
  text-align: right;
}
.close-pcbt img {
  width: 60px;
  height: auto;
  vertical-align: top;
}


@media only screen and (min-width: 897px) {
.summer-sphead {
    display: block;
    position: fixed;
    left: 20px;
    top: 20px;
    z-index: 999;
  }
.summer-sphead img {
    width: 180px;
    height: auto;
    vertical-align: middle;
    filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));
  }
.summerpcfooter {
    text-align: center;
    background-color: #6FC5C3;
    padding: 12px 0;
  }
.summerpcfooter img {
    width: 300px;
    height: auto;
    vertical-align: middle;
  }
.summerspfooter {
    display: none;
  }
.sp-jhsbg {
    display: none;
  }
.sp-essbg {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  .summer .ess-menu > div {
    padding: 40px 20px;
  }
  .summer li div ul li a  {
    padding: 8px 8px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 896px) {
  .summer {
    display: none;
  }
  .summer-sphead {
    display: block;
    text-align: center;
  }
  .summer-sphead img {
    width: 40%;
    height: auto;
    padding: 12px 0;
    vertical-align: bottom;
  }
  .summerpcfooter {
    display: none;
  }
  .summerspfooter {
    display: block;
    padding: 12px 0;
    text-align: center;
  }
  .summerspfooter img {
    width: 50%;
    height: auto;
  }
  .sp-essmenu a, .sp-jhsmenu a {
    text-decoration: none;
    font-weight: 500;
    color: #FFFFFF;
  }
  .sp-essmenu {
    padding: 20px 20px 40px;
    position: fixed;
    display: none;
    z-index: 3;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #6FC5C3;
  }
  .summer-closebt {
    margin-bottom: 20px;
    text-align: right;
    cursor: pointer;
  }
  .sp-jhsmenu .summer-closebt {
    padding: 0 20px;
  }
  .summer-closebt img {
    width: 50px;
    height: auto;
  }
  .sp-essmenu div {
    margin-bottom: 32px;
    padding-left: 12px;
    border-left: 4px solid #FFFFFF;
  }
  .sp-essmenu div h3 {
    margin-bottom: 12px;
    line-height: 1;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
  }
  .sp-essmenu div p {
    color: #6FC5C3;
  }
  .sp-essmenu div ul {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .sp-essmenu div ul li {
    padding: 8px 0;
    flex-basis: 30%;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
  }
  .sp-essmenu div ul li:not(:last-child) {
    margin-right: 10px;
  }
  .sp-jhsmenu {
    padding: 20px 0px 0px;
    position: fixed;
    display: none;
    top: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    background: #6FC5C3;
    z-index: 3;
  }
  .sp-jhsmenu p {
    margin-bottom: 20px;
  }
  .sp-jhsmenu dl.jhs-hoverbg {
    color: #FFFFFF;
    background: #62B0AE;
  }
  .sp-jhsmenu dl {
    padding: 20px 0;
    line-height: 1.2;
  }
  .sp-jhsmenu dl:not(:first-child) {
    border-top: solid 2px #FFFFFF;
  }
  .sp-jhsmenu dl dt {
    font-size: 24px;
    font-weight: bold;
  }
  .sp-jhsmenu dl dd {
    font-size: 32px;
    font-weight: bold;
  }
  footer .bottomNav .btmNavFrame .copyright {
    margin-bottom: 0px;
  }
  .sp-essbg > img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .sp-jhsbg > img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }

}

@media only screen and (max-width: 768px) {
  footer .bottomNav {
    background: none;
    padding: 0;
  }
}
