@charset "UTF-8";
/* line 5, top.scss */
#contents main {
  width: 100%;
}
/* line 7, top.scss */
#contents main > ul {
  list-style: none;
}
/* line 9, top.scss */
#contents main > ul:first-child {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: space-between;
  align-content: space-between;
}
/* line 14, top.scss */
#contents main > ul:first-child > li {
  margin-bottom: 10px;
}

#contents main > ul:first-child > li.two-column > ul {
    flex-direction: column;
}

/* line 16, top.scss */
#contents main > ul:first-child > li.two-column {
  width: calc((100% - 2vw) / 2);
}
/* line 19, top.scss */
#contents main > ul:first-child > li.three-column {
  width: calc((100% - 2vw) / 3);
}
/* line 22, top.scss */
#contents main > ul:first-child > li a {
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* line 26, top.scss */
#contents main > ul:first-child > li a:hover {
  opacity: .7;
}
/* line 29, top.scss */
#contents main > ul:first-child > li a > img {
  display: inline-block;
  width: 100%;
}
/* line 32, top.scss */
#contents main > ul:first-child > li a > img.shadow {
  box-shadow: 1px 1px 2px #585858;
}
/* line 35, top.scss */
#contents main > ul:first-child > li a > img.radius {
  border-radius: 14px;
}
/* line 40, top.scss */
#contents main > ul:first-child > li > ul {
  list-style: none;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: space-between;
  align-content: space-between;
}
/* line 46, top.scss */
/*
#contents main > ul:first-child > li > ul > li:first-child {
  width: 35%;
}
*/
/* line 49, top.scss */
/*
#contents main > ul:first-child > li > ul > li:nth-child(2), #contents main > ul:first-child > li > ul > li:last-child {
  width: 28%;
}
*/

#contents main > ul:first-child > li > ul {
  width: 100%;
}
#contents main > ul:first-child > li > ul > li {
  width: 100%;
}
#contents main > ul:first-child > li > ul > li:first-child {
  margin-bottom: 3%;
}
/* line 52, top.scss */
#contents main > ul:first-child > li > ul > li > ul {
  list-style: none;
}
/* line 54, top.scss */
#contents main > ul:first-child > li > ul > li > ul > li {
  margin-bottom: 5%;
}
/* line 63, top.scss */
#contents main > ul:last-child > li {
  margin-bottom: 24px;
}
/* line 65, top.scss */
#contents main > ul:last-child > li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* line 67, top.scss */
#contents main > ul:last-child > li a:hover {
  opacity: .7;
}
/* line 70, top.scss */
#contents main > ul:last-child > li a img {
  width: 100%;
}
/* line 75, top.scss */
#contents main > ul:last-child > li .news dl {
  border-bottom: 1px dotted #989898;
  list-style: none;
  padding: .75em 0;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 81, top.scss */
#contents main > ul:last-child > li .news dl:first-child {
  padding-top: 0;
}
/* line 84, top.scss */
#contents main > ul:last-child > li .news dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
/* line 88, top.scss */
#contents main > ul:last-child > li .news dl dt {
  color: #ea6693;
  font-size: 14px;
  width: 30%;
  padding-right: 1em;
}
@media all and (min-width: 600px) {
  #contents main > ul:last-child > li .news dl dt {
    width: 22%;
    padding-right: 0;
  }
}
/* line 92, top.scss */
#contents main > ul:last-child > li .news dl dt > span {
  border-radius: 3px;
  color: #383838;
  display: inline-block;
  font-size: 13px;
  margin: .4em 0 0;
  padding: .2em 0;
  text-align: center;
  width: 100%;
}
/* line 101, top.scss */
#contents main > ul:last-child > li .news dl dt > span.junior-senior {
  background: #ea5693;
  color: #fff;
}
/* line 103, top.scss */
#contents main > ul:last-child > li .news dl dt > span.junior-senior::after {
  content: "中学・高校";
}
/* line 107, top.scss */
#contents main > ul:last-child > li .news dl dt > span.junior {
  background: #f6c8cd;
}
/* line 109, top.scss */
#contents main > ul:last-child > li .news dl dt > span.junior::after {
  content: "中学";
}
/* line 113, top.scss */
#contents main > ul:last-child > li .news dl dt > span.senior {
  background: #f4b2c9;
}
/* line 115, top.scss */
#contents main > ul:last-child > li .news dl dt > span.senior::after {
  content: "高校";
}
/* line 119, top.scss */
#contents main > ul:last-child > li .news dl dt > span.club {
  background: #2bbfb6;
  color: #fff;
}
/* line 121, top.scss */
#contents main > ul:last-child > li .news dl dt > span.club::after {
  content: "部活動";
}
/* line 125, top.scss */
#contents main > ul:last-child > li .news dl dt > span.news {
  background: #31a8ff;
  color: #fff;
}
/* line 127, top.scss */
#contents main > ul:last-child > li .news dl dt > span.news::after {
  content: "お知らせ";
}
/* line 133, top.scss */
#contents main > ul:last-child > li .news dl dd {
  font-size: 14px;
  line-height: 1.5;
  padding: 1.5em 0 0;
  position: relative;
  width: 70%;
}
@media all and (min-width: 600px) {
  #contents main > ul:last-child > li .news dl dd {
    width: 75%;
  }
}
/* line 139, top.scss */
#contents main > ul:last-child > li .news dl dd.new::before {
  background-color: #ea6693;
  color: #fff;
  content: 'NEW';
  display: block;
  font-size: 12px;
  height: 1em;
  left: 0;
  line-height: 1;
  padding: 0 .25em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 3em;
}
/* line 157, top.scss */
#contents main > ul:last-child > li .information {
  background: #fdf0f4;
  border-radius: 14px;
  box-shadow: 2px 2px 2px #787878;
  list-style: none;
  padding: 1em;
}
/* line 163, top.scss */
#contents main > ul:last-child > li .information li {
  border-bottom: 1px dotted #ea6693;
}
/* line 166, top.scss */
#contents main > ul:last-child > li .information li:first-child a {
  padding-top: .25em;
}
/* line 170, top.scss */
#contents main > ul:last-child > li .information li:last-child {
  border-bottom: none;
}
/* line 172, top.scss */
#contents main > ul:last-child > li .information li:last-child a {
  padding-bottom: .25em;
}
/* line 176, top.scss */
#contents main > ul:last-child > li .information li a {
  color: #e95377;
  display: block;
  margin: 0;
  padding: 1em 0;
  width: 100%;
}
/* line 182, top.scss */
#contents main > ul:last-child > li .information li a:hover {
  text-decoration: underline;
}

@media all and (min-width: 600px) {
  /* line 194, top.scss */
  #slides {
    background: #fff;
    text-align: center;
    width: 100%;
  }
  /* line 198, top.scss */
  #slides .slick-slide {
    margin: 0 12px;
    max-width: 1032px;
    opacity: .5;
    width: 100vw;
  }
  /* line 203, top.scss */
  #slides .slick-slide img {
    width: 100%;
  }
  /* line 205, top.scss */
  #slides .slick-slide img[src*=mobile] {
    display: none;
  }
  /* line 210, top.scss */
  #slides .slick-current {
    opacity: 1;
  }
  /* line 213, top.scss */
  #slides .slick-arrow {
    position: absolute;
    top: 45%;
    z-index: 1;
  }
  /* line 217, top.scss */
  #slides .slick-arrow:hover {
    opacity: .75;
  }
  /* line 221, top.scss */
  #slides .slick-prev {
    background: url(../images/top/icon_prev.png) no-repeat;
    background-size: contain;
    height: 36px;
    left: calc( (50% - 1080px / 2) - 6px );
    right: auto;
    width: 36px;
  }
  /* line 229, top.scss */
  #slides .slick-next {
    background: url(../images/top/icon_next.png) no-repeat;
    background-size: contain;
    height: 36px;
    left: auto;
    right: calc( (50% - 1080px / 2 ) - 6px);
    width: 36px;
  }

  /* line 239, top.scss */
  #contents main {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  /* line 243, top.scss */
  #contents main > ul {
    list-style: none;
    width: calc((100% - (24px * 2)) / 2);
  }
  /* line 246, top.scss */
  #contents main > ul > li {
    width: 100%;
  }
}
@media all and (max-width: 599px) {
  /* line 255, top.scss */
  #slides .slick-slide {
    width: 100vw;
  }
  /* line 257, top.scss */
  #slides .slick-slide img {
    display: none;
    width: 100%;
  }
  /* line 260, top.scss */
  #slides .slick-slide img[src*=mobile] {
    display: block;
  }
  /* line 265, top.scss */
  #slides .slick-arrow {
    position: absolute;
    top: calc(50% - 18px);
    z-index: 1;
  }
  /* line 270, top.scss */
  #slides .slick-prev {
    background: url(../images/top/icon_prev.png) no-repeat;
    background-size: contain;
    height: 36px;
    left: 1vw;
    right: auto;
    width: 36px;
  }
  /* line 278, top.scss */
  #slides .slick-next {
    background: url(../images/top/icon_next.png) no-repeat;
    background-size: contain;
    height: 36px;
    left: auto;
    right: 1vw;
    width: 36px;
  }
}

#contents main img.shadow {
  box-shadow: 1px 1px 2px #585858;
}