@charset "utf-8";
.caution {
  line-height: 1.4;
  margin-top: 30px;
  color: #fff;
  font-weight: bold;
}
.spring .caution {
  color: #000;
}
.bg-top {
  position: relative;
  margin-top: -151px;
  padding-bottom: 250px;
}
/* pageTtl */
#pageTtl {
  border-top: 5px #000 solid;
  background: url("../../img/border_y.gif");
}
#pageTtl img {
  display: block;
  width: 810px;
  height: auto;
  margin: 0 auto;
}
/* introduction */
#introduction {
  background: #67ccfb;
  color: #fff;
  text-align: center;
}
.spring #introduction {
  padding-top: 20px;
  background: #ffe7f6;
  color: #000;
}
#introduction .center {
  padding-top: 60px;
  background: url("../../experience/img/illust.png") no-repeat center top;
}
.winter #introduction .center {
  position: relative;
  background: none;
}
.winter #introduction .center:before,
.winter #introduction .center:after {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  width: 280px;
  height: 95px;
  background: url(../../experience/img/illust_winter.png) no-repeat left top / 100% auto;
}
.winter #introduction .center:before {
  left: 0;
}
.winter #introduction .center:after {
  right: 0;
  scale: -1 1;
}
#introduction .item .star01 {
  top: 120px;
  left: 40px;
  max-width: 106px;
}
#introduction .item .star02 {
  top: -165px;
  right: 35px;
  max-width: 83px;
  transform: rotate(-20deg);
}
#introduction .item .zaitsu {
  top: -40px;
  right: 28px;
  max-width: 176px;
}
#introduction h2 {
  line-height: 1.5;
  margin-bottom: 30px;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
  font-size: 2.5em;
  letter-spacing: 0.06em;
}
#introduction h2:after {
  display: block;
  content: "";
  width: 40px;
  height: 4px;
  margin: 15px auto 0;
  background: #fff;
}
.spring #introduction h2:after {
  background: #000;
}
#introduction h2 .date {
  display: inline-block;
  position: relative;
}
#introduction h2 .end:before {
  display: inline-block;
  content: "受付終了";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  width: 90px;
  padding: 2px 0;
  border-radius: 13px;
  background: #ff356e;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}
#introduction h2 .end:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 4px;
  background: #fff;
}
.spring #introduction h2 .end:after {
  background: #000;
}
#introduction h2 .end strong {
  display: inline-block;
  position: relative;
  opacity: 0.7;
}
#introduction h2 .end span {
  opacity: 0.7;
}
#introduction h2 span {
  font-weight: bold;
  font-size: 0.625em;
}
#introduction p {
  line-height: 2;
  font-weight: bold;
  font-size: 1.250em;
}
.spring #introduction p {
  font-size: 1.125em;
}
#introduction p .yellow {
  color: #fff600;
}
.spring #introduction p .yellow {
  color: #ff356e;
}
#introduction p .big {
  font-size: 1.278em;
}
/* outline */
#outline {
  padding-bottom: 300px;
  background: #67ccfb;
}
.spring #outline {
  background: #ffe7f6;
}
#outline .center {
  width: 700px;
}
#outline h2.star-ttl {
  margin-bottom: 30px;
}
#outline .white-block .data {
  padding: 50px 120px;
  font-size: 1em;
}
#outline table {
  width: 100%;
  font-weight: bold;
}
#outline table th {
  position: relative;
  width: 110px;
  padding: 8px 0;
  color: #1dbcff;
  font-size: 1.125em;
  text-align: left;
  vertical-align: middle;
}
#outline table th:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3px;
  height: calc(100% - 16px);
  background: #ffef00;
}
#outline table td {
  padding-left: 30px;
  vertical-align: middle;
}
#outline table td .end .border {
  text-decoration: line-through;
}
#outline table td strong {
  display: none;
}
#outline table td .end strong {
  display: inline-block;
  margin-left: 10px;
  color: #ff356e;
  font-weight: bold;
}
/* class */
#class .center {
  width: 700px;
}
#class .white-block {
  margin-bottom: 25px;
}
#class .white-block .data {
  line-height: 1;
  padding: 27px 30px 20px 30px;
  font-weight: bold;
  font-size: 1.250em;
}
#class .caution {
  color: #000;
}
#class .item .hamazaki {
  top: -45px;
  left: -130px;
  max-width: 259px;
}
#class .item .wakabayashi {
  top: -126px;
  right: -104px;
  max-width: 190px;
}
/* entry */
#entry {
  padding-bottom: 50px;
  z-index: 1;
}
#entry:after {
  height: calc(100% - 151px);
}
@media all and (max-width: 812px) {
  .bg-top {
    padding-bottom: 220px;
  }
  /* pageTtl */
  #pageTtl img {
    max-width: 680px;
    width: 100%;
  }
  /* introduction */
  #introduction .center {
    width: 100%;
    padding-top: 60px;
    background: url("../../experience/img/illust.png") no-repeat center top / 100% auto;
  }
  .winter #introduction .center:before, .winter #introduction .center:after {
    width: 33vw;
    height: 11vw;
  }
  #introduction .item .star01 {
    top: 70px;
    left: 10px;
    width: 75px;
  }
  #introduction .item .star02 {
    top: -160px;
    right: 20px;
    width: 60px;
  }
  #introduction .item .zaitsu {
    top: 8px;
    right: 24px;
    width: 116px;
  }
  .spring #introduction .center {
    background: url("../../experience/img/illust.png") no-repeat center top / 90% auto;
  }
  #introduction h2 {
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 2.2em;
  }
  #introduction h2:after {
    margin: 15px auto 0;
  }
  #introduction p {
    width: 70%;
    margin: 0 auto;
    font-size: 1em;
    text-align: left;
  }
  #introduction p br {
    display: none;
  }
  .spring #introduction p {
    font-size: 0.938em;
  }
  /* outline */
  #outline {
    padding-bottom: 250px;
  }
  #outline .center {
    max-width: 700px;
    width: 90%;
  }
  #outline h2.star-ttl {
    margin-bottom: 30px;
  }
  #outline .white-block .data {
    padding: 40px 17%;
  }
  /* class */
  #class .center {
    max-width: 700px;
    width: 90%;
  }
  #class .white-block .data {
    font-size: 1em;
  }
  #class .item .hamazaki {
    top: -60px;
    left: -3%;
    max-width: 207px;
  }
  #class .item .wakabayashi {
    top: -126px;
    right: -4%;
    max-width: 154px;
  }
}

@media all and (max-width: 568px) {
  .caution {
    font-size: 0.875em;
  }
  .winter #introduction .center:before, .winter #introduction .center:after {
    top: 10px;
    width: 40vw;
    height: 14vw;
  }
  #introduction .item .star01 {
    display: none;
  }
  #introduction .item .star02 {
    top: 6px;
    right: 137px;
    width: 52px;
  }
  #introduction .item.bottom {
    height: 90px;
  }
  #introduction h2 {
    font-size: 2em;
  }
  #introduction p {
    width: 86%;
    margin: 0 auto;
  }
  #introduction p span {
    display: inline-block;
  }
  .spring #introduction p {
    line-height: 2.1;
    font-size: 0.875em;
    text-align: left;
  }
  .spring #introduction p br {
    display: none;
  }
  #outline .white-block .data {
    padding: 15px 0 30px;
  }
  #introduction h2 .end:before {
    width: 80px;
    font-size: 13px;
  }
  #outline table th {
    display: block;
    width: 100%;
    text-align: center;
  }
  #outline table th span {
    display: inline-block;
    padding: 5px 0 5px 0;
    border-right: 0;
    border-bottom: 3px #ffef00 solid;
  }
  #outline table th:after {
    display: none;
  }
  #outline table td {
    display: block;
    padding-left: 0;
    text-align: center;
  }
  #class .item .hamazaki {
    top: -16vw;
    left: -3%;
    width: 48%;
  }
  #class .item .wakabayashi {
    top: -16vw;
    right: -4%;
    width: 32%;
  }
  #class .caution {
    text-align: left;
  }
}
@media all and (max-width: 480px) {
  /*#introduction {
  background:#67ccfb url(../../experience/img/illust.png) no-repeat 93% top / 150% auto;
}
#introduction .center {
  background: url(../../experience/img/illust.png) no-repeat left top / 150% auto;
}*/
  #class .white-block .data {
    line-height: 1.5em;
    padding: 20px 20px 15px 20px;
  }
  #outline table td .date {
    display: block;
  }
  #outline table td.date-group br {
    display: none;
  }
  #outline table td .end {
    display: block;
    margin-bottom: 15px;
  }
}