@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;
}
.spring {
  width: 100%;
  display: flex;
  background-color: #fff;
  height: 680px;
  position: relative;
}
.spring > li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 680px;
  width: 100%;
  flex-basis: 50%;
  cursor: pointer;
  /*opacity: 1;*/
}
.spring .ess-img {
  background-image: url("../img/spring-2025/spring-bg-sho.jpg");
}
.spring .ess-img.hoverimg {
  background-image: url("../img/spring-2025/spring-bg-shob.jpg");
  transition: 0.1s;
}
.spring .jhs-img {
  background-image: url("../img/spring-2025/spring-bg-chu.jpg");
}
.spring .jhs-img.hoverimg {
  background-image: url("../img/spring-2025/spring-bg-chub.jpg");
  transition: 0.1s;
}
.spring > li > div {
  width: 50%;
  height: 680px;
  z-index: 3;
  color: #FF6478;
  background: #FFFFFF;
}
.spring .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;
}
.spring .ess-menu > div {
  padding: 40px 32px;
}
.spring .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;
}
.spring .jhs-menu div {
  padding: 40px 32px;
}
.spring li div ul li a {
  padding: 10px 16px;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #FF6478;
  border-radius: 5px;
}
.spring li div ul li:not(:last-child) {
  margin-right: 16px;
}
.spring li div ul+h2, .spring li div ul+h3 {
  margin-top: 26px;
}
.spring li div h2, .spring li div h3 {
  margin-bottom: 12px;
  padding-left: 12px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  border-left: 8px solid #FF6478;
}
.spring li div ul {
  display: flex;
  margin-bottom: 16px;
  margin-left: 20px;
}
.spring li div ul li {
}
.spring li div p {
  margin-bottom: 40px;
  margin-left: 28px;
}

.pg_spring .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) {
.spring-sphead {
    display: block;
    position: fixed;
    left: 20px;
    top: 20px;
    z-index: 999;
  }
.spring-sphead img {
    width: 180px;
    height: auto;
    vertical-align: middle;
    filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));
  }
.springpcfooter {
    text-align: center;
    background-color: #FF6478;
    padding: 12px 0;
  }
.springpcfooter img {
    width: 300px;
    height: auto;
    vertical-align: middle;
  }
.springspfooter {
    display: none;
  }
.sp-jhsbg {
    display: none;
  }
.sp-essbg {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  .spring .ess-menu > div {
    padding: 40px 20px;
  }
  .spring li div ul li a  {
    padding: 8px 8px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 896px) {
  .spring {
    display: none;
  }
  .spring-sphead {
    display: block;
    text-align: center;
  }
  .spring-sphead img {
    width: 40%;
    height: auto;
    padding: 12px 0;
    vertical-align: bottom;
  }
  .springpcfooter {
    display: none;
  }
  .springspfooter {
    display: block;
    padding: 12px 0;
    text-align: center;
  }
  .springspfooter img {
    width: 50%;
    height: auto;
  }
  .sp-essmenu a, .sp-jhsmenu a {
    text-decoration: none;
    font-weight: 600;
    color: #FFFFFF;
  }
  .sp-essmenu {
    background-color: #FFFFFF;
    padding: 20px 20px 40px;
    position: fixed;
    z-index: 3;
    display: none;
    top: 0;
    width: 100%;
    height: 100vh;
  }
  .spring-closebt {
    margin-bottom: 20px;
    text-align: right;
    cursor: pointer;
  }
  .sp-jhsmenu .spring-closebt {
    padding: 0 20px;
  }
  .spring-closebt img {
    width: 50px;
    height: auto;
  }
  .sp-essmenu div {
    margin-bottom: 32px;
    padding-left: 12px;
    border-left: 4px solid #FF6478;
  }
  .sp-essmenu div h3 {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 20px;
    color: #FF6478;
  }
  .sp-essmenu div p {
    color: #FF6478;
  }
  .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;
    background-color: #FF6478;
    border-radius: 5px;
  }
  .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: #FFFFFF;
    z-index: 3;
  }
  .sp-jhsmenu p {
    margin-bottom: 20px;
  }
  .sp-jhsmenu dl.jhs-hoverbg {
    color: #FFFFFF;
    background: #FF6478;
  }
  .sp-jhsmenu dl {
    padding: 20px 0 12px;
    line-height: 1.2;
    background: #FF6478;
  }
  .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;
  }
}
