@charset "UTF-8";
main {
  background: url(../img/summer2021/main_bg_pc.jpg) #e6f4f8;
  background-size: cover;
}

.summer .title h2 .summer {
  color: #1C50A1;
}

.summer .title .caveat {
  color: #1C50A1;
}

.summer_txt_bl {
  color: #1C50A1;
}

/*lead
-----------------------*/
.summer_lead {
  position: relative;
  margin-bottom: 100px;
  z-index: 2;
}

.mainVisual img{
  width:100%;
  max-width:1100px;
  marign:0 auto;
}


/* outline
--------------------- */
#outline.summer {
  background: transparent;
  margin-top: -38px;
  padding: 100px 0 0 0;
}

#outline .flex-start {
  position: relative;
}

#outline.summer .text dl dt {
  background: #036eb5;
  width: 110px;
}

#outline.summer .text dl dd {
  height: auto;
}

#outline.summer .text {
  width: 100%;
}

#outline.summer .text p {
  padding-top: 20px;
}

#outline.summer .title {
  position: relative;
}

#outline.summer .title:before {
  content: "";
  width: 102px;
  height: 87px;
  background: url(../img/summer2021/bg02.png) no-repeat;
  position: absolute;
  background-size: contain;
  top: 0;
  left: 340px;
}

#outline.summer .pht {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
}

#outline.summer .pht .caption {
  display: block;
  padding-top: 1em;
  font-size: 115%;
}

#outline.summer .text dl dd {
  padding-left: 33px;
}

#outline.summer .bnr {
  margin-top: 56px;
}


/*overview--------------------------------------------*/

.overview{
  background:#fff;
  padding:1em 2em;
}

/* schedule_summer
--------------------- */
#schedule_summer21 {
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  #schedule_summer21 {
    margin: 50px 0;
  }
}

#schedule_summer21 .catbox .box.craft {
  background: #efe52a;
  color: #928d12;
}

#schedule_summer21 .catbox .box.cooking {
  background: #ec7a57;
}

#schedule_summer21 .catbox .box.science {
  background: #5b98d2;
}

#schedule_summer21 {
  background: transparent;
  width: 100%;
}
#schedule_summer21 .title .txt {
  line-height: 30px;
  padding-top: 20px;
}
#schedule_summer21 .catbox {
  padding-bottom: 20px;
}
#schedule_summer21 .catbox .box {
  color: #ffffff;
  height: 200px;
  margin-bottom: 30px;
  padding: 50px;
  position: relative;
  width: 100%;
}
#schedule_summer21 .catbox .box .tit {
  line-height: 1;
  padding-bottom: 20px;
}
#schedule_summer21 .catbox .box .tit h3 {
  font-size: 186%;
  padding-right: 20px;
}
#schedule_summer21 .catbox .box .tit .head {
  font-size: 115%;
  padding-top: 8px;
}
#schedule_summer21 .catbox .box .text {
  display: block;
}
#schedule_summer21 .catbox .box .text p {
  letter-spacing: 0.1em;
  line-height: 28px;
  width: 630px;
}
#schedule_summer21 .catbox .box .text .pht {
  position: absolute;
  right: 0;
  top: 0;
  width: 340px;
}
#schedule_summer21 .catbox .box .text .pht img {
  height: auto;
  width: 100%;
}
#schedule_summer21 .daysbox {
  display: none;
}
#schedule_summer21 .daysbox .box {
  background: #ffffff;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 17px;
  width: 204px;
}





#schedule_summer21 .daysbox .box:nth-child(5n) {
  margin-right: 0;
}
#schedule_summer21 .daysbox .box .titbox {
  text-align: center;
}
#schedule_summer21 .daysbox .box .titbox .days {
  color: #1c50a1;
  font-size: 200%;
  line-height: 26px;
  margin-bottom: 15px;
}
#schedule_summer21 .daysbox .box .titbox .days span {
  font-size: 16px;
}
#schedule_summer21 .daysbox .box .head .group {
  color: #1c50a1;
  font-size: 11px;
  margin-bottom: 10px;
  text-align: center;
}
#schedule_summer21 .daysbox .box .head .pmbox {
  margin-top: 40px;
}
#schedule_summer21 .daysbox .box .head ul.cat {
  margin-bottom: 10px;
}
#schedule_summer21 .daysbox .box .head ul.cat li {
  color: #ffffff;
  font-size: 115%;
  height: 22px;
  letter-spacing: 1px;
  line-height: 22px;
  width: 100%;
}
#schedule_summer21 .daysbox .box .head h3 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.5em;
}
#schedule_summer21 .daysbox .box .head h3 p {
  font-size: 86%;
  letter-spacing: -0.02em;
}
#schedule_summer21 .daysbox .box .text {
  display: block;
  letter-spacing: -0.05em;
  padding-top: 15px;
  text-align: left;
}
#schedule_summer21 .days_tabbtn {
  margin-bottom: 20px;
}
#schedule_summer21 .days_tabbtn ul {
  border-bottom: 2px solid #1C50A1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2%;
}
#schedule_summer21 .days_tabbtn ul li {
  background: #ffffff;
  border-radius: 5px 5px 0 0;
  border: 2px solid #1C50A1;
  border-bottom: 0;
  cursor: pointer;
  font-size: 18px;
  padding: 8px;
  text-align: center;
  width: 49%;
}
#schedule_summer21 .days_tabbtn ul li .small {
  font-size: 14px;
}
#schedule_summer21 .days_tabbtn ul li.select {
  background: #1C50A1;
  color: #ffffff;
  border-bottom: 0;
}
#schedule_summer21 .daysbox.select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#schedule_summer21 .cnt {
  display: none;
}

#schedule_summer21.summer .title {
  position: relative;
}
#schedule_summer21.summer .title:before {
  background-size: contain;
  background: url(../img/summer/bg02.png) no-repeat;
  content: "";
  height: 154px;
  left: 220px;
  position: absolute;
  top: -68px;
  width: 167px;
  background-size: contain;
}



#schedule_summer21 .daysbox .box:nth-child(5n) {
  background:url(../img/summer/bg01.png) bottom left no-repeat #fff;
  pointer-events: none;
}
#schedule_summer21 .daysbox .box:nth-child(10n) {
  background:url(../img/summer/bg04.png) bottom left no-repeat #fff;
  pointer-events: none;
}
#schedule_summer21 .daysbox .box:nth-child(15n) {
  background:url(../img/summer/bg03.png) bottom left no-repeat #fff;
  pointer-events: none;
}
#schedule_summer21 .daysbox .box:nth-child(20n) {
  background:url(../img/summer/bg05.png) bottom left no-repeat #fff;
  pointer-events: none;
}





/* other_summer
--------------------- */
#other_summer {
  background: transparent;
  width: 100%;
  padding: 60px 0 0 0;
}

#other_summer.summer .title {
  position: relative;
}

#other_summer.summer .title:before {
  content: "";
  width: 184px;
  height: 124px;
  background: url(../img/summer/bg03.png) no-repeat;
  position: absolute;
  background-size: contain;
  top: -50px;
  left: 280px;
}

#other_summer .title .txt {
  padding-top: 20px;
  line-height: 30px;
}

#other_summer .catbox {
  padding-bottom: 20px;
}

#other_summer .catbox .box {
  width: 100%;
  height: 200px;
  padding: 50px;
  margin-bottom: 30px;
  background: #fff;
  position: relative;
}

#other_summer .catbox .box .tit {
  padding-bottom: 20px;
  line-height: 1;
}

#other_summer .catbox .box .tit h3 {
  font-size: 186%;
  padding-right: 20px;
}

#other_summer .catbox .box .tit .head {
  font-size: 115%;
  padding-top: 8px;
}

#other_summer .catbox .box .text {
  display: block;
}

#other_summer .catbox .box .text p {
  width: 630px;
  line-height: 28px;
  letter-spacing: 0.1em;
}

#other_summer .catbox .box .text .pht {
  width: 340px;
  position: absolute;
  top: 0;
  right: 0;
}

#other_summer .catbox .box .text .pht img {
  width: 100%;
  height: auto;
}

/* price
--------------------- */
#price.summer {
  background: none;
}

#price.summer .title {
  position: relative;
}

#price.summer .title:before {
  content: "";
  width: 160px;
  height: 140px;
  background: url(../img/summer2021/bg04.png) no-repeat;
) no-repeat;
  position: absolute;
  top: -43px;
  left: 130px;
  background-size: contain;
}

#price.summer table td {
  border: solid 1px #1C50A1;
  background: #fff;
}

#price.summer table td.noborder:not(:last-child) {
  border-right: none;
}

#price.summer table td.noborder + td.noborder {
  border-left: none;
}

#price.summer table td .small {
  padding-left: 1em;
  font-size: 80%;
}

#price.summer table td .hour {
  display: inline-block;
  font-size: 85%;
}

#price.summer table .num {
  width: 23.4%;
}

#price.summer table .course_time {
  width: 23.4%;
}

#price.summer table td .head {
  color: #1C50A1;
  font-weight: 700;
}

#price.summer .table_ttl {
  margin-bottom: 15px;
}

#price.summer .table_ttl.pt {
  padding-top: 80px;
}

#price.summer .table_ttl {
  font-size: 172%;
  font-weight: 500;
  color: #1C50A1;
  padding-right: 5px;
}

#price.summer .table_ttl span {
  font-size: 20px;
}

#price.summer table th {
  background: #036eb5;
  border: solid 1px #1C50A1;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

#price.summer table th:not(:last-child) {
  border-right: solid 1px #fff;
}

#price.summer .table_ttl dd {
  font-size: 115%;
  font-weight: 500;
  padding-top: 10px;
}

#price.summer .btn {
  width: 320px;
  margin: auto;
  padding-top: 30px;
}

#price.summer .btn {
  width: 320px;
  margin: auto;
  padding-top: 30px;
}

#price table {
  margin-bottom: 40px;
}

#price table.nomb {
  margin-bottom: 0 !important;
}

#price.summer .tblinfo {
  text-align: right;
  font-size: 85%;
  margin-bottom: 40px;
  margin-top: 0.5em;
}

@media screen and (min-width: 1201px) {
  #schedule_summer21.summer .title {
    padding-bottom: 34px;
  }
  #outline.summer .text dl {
    margin-bottom: 30px;
  }
  #outline.summer .text p {
    font-size: 114%;
  }
}
/* tablet */
@media screen and (max-width: 1200px) {
  .summer_lead {
    margin-bottom: 50px;
  }
  .summer_lead_inner {
    padding: 30px 17px 20px 17px;
    -webkit-box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.2);
  }
  .summer_lead:before {
    display: none;
  }
  .summer_lead:after {
    display: none;
  }
  .summer_lead .ttl {
    font-size: 92.8%;
    padding-bottom: 24px;
  }
  .summer_lead .ttl span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #FFFF46));
    background: -webkit-linear-gradient(transparent 65%, #FFFF46 0%);
    background: linear-gradient(transparent 65%, #FFFF46 0%);
  }
  .summer_lead .ttl.mtminus {
    margin-top: 0;
  }
  .summer_lead .ttl.mt {
    margin-top: 40px;
  }
  .summer_lead .ph {
    width: 100%;
    margin: 0 auto 24px;
  }
  .summer_lead .ph img {
    width: 100%;
  }
  .summer_lead_img2 {
    width: 53.1%;
    margin: 20px auto 0;
  }
  .summer_lead .txt {
    padding-left: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .summer_lead p {
    font-size: 78.5%;
  }
  /* outline
  --------------------- */
  #outline.summer .pht {
    position: static;
    width: 100%;
  }
  #outline.summer .pht .caption {
    font-size: 93%;
  }
  #outline.summer .bnr {
    margin-top: 40px;
  }
  #outline.summer .bnr img {
    width: 100%;
  }
  /* schedule_summer
  --------------------- */
  #schedule_summer21 .catbox .box {
    height: auto;
    padding: 0;
  }
  #schedule_summer21 .catbox .box .tit {
    padding: 50px 50px 20px 50px;
  }
  #schedule_summer21 .catbox .box .text p {
    width: 100%;
    padding: 0 50px 50px 50px;
  }
  #schedule_summer21 .catbox .box .text .pht {
    width: 100%;
    position: static;
  }
  #schedule_summer21 .daysbox .box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #schedule_summer21 .daysbox .box:nth-child(5n) {
    margin-right: 2%;
  }
  #schedule_summer21 .daysbox .box:nth-child(3n) {
    margin-right: 0;
  }
  /* other_summer
  --------------------- */
  #other_summer .catbox .box {
    height: auto;
    padding: 0;
  }
  #other_summer .catbox .box .tit {
    padding: 50px 50px 20px 50px;
  }
  #other_summer .catbox .box .text p {
    width: 100%;
    padding: 0 50px 50px 50px;
  }
  #other_summer .catbox .box .text .pht {
    width: 100%;
    position: static;
  }
  /* price
  --------------------- */
  #price.summer table .nt {
    width: 20%;
  }
  #price.summer table td .hour {
    display: block;
    text-align: center;
  }
  #price.summer .tblinfo {
    margin-bottom: 20px;
    font-size: 72%;
  }
}
/* max 767px */
@media screen and (max-width: 767px) {
  main {
    background-image: url(../img/summer2021/main_bg_sp.jpg);
    background-color: #f5fafd;
  }
  /* outline
  --------------------- */
  #outline.summer {
    margin-top: 0;
    padding: 15px 0 0 0;
  }
  #outline.summer .title:before {
    width: 57px;
    height: 41px;
    left: 275px;
    top: 0;
  }
  #outline .text dl dt {
    width: 100px;
  }
  #outline.summer .text dl dd {
    padding-left: 0;
  }
  #outline.summer .text p {
    padding-top: 10px;
  }
  /* schedule_summer
  --------------------- */
  #schedule_summer21 {
    padding: 50px 0 20px 0;
  }
  #schedule_summer21.summer .title:before {
    width: 110px;
    height: 101px;
    top: -68;
    left: 140px;
  }
  #schedule_summer21 .title .txt {
    font-size: 93%;
    line-height: 2em;
  }
  #schedule_summer21 .catbox .box {
    margin-bottom: 20px;
  }
  #schedule_summer21 .catbox .box .tit {
    padding: 20px;
    position: relative;
  }
  #schedule_summer21 .catbox .box .tit:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -2px;
  }
  #schedule_summer21 .catbox .box .tit.active:after {
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #ffffff transparent;
  }
  #schedule_summer21 .catbox .box .tit h3 {
    font-size: 150%;
    padding-right: 10px;
  }
  #schedule_summer21 .catbox .box .tit .head {
    font-size: 93%;
    padding-top: 7px;
  }
  #schedule_summer21 .catbox .box .text {
    display: none;
    background: #fff;
  }
  #schedule_summer21 .catbox .box .text p {
    padding: 20px;
    font-size: 93%;
    line-height: 2em;
    color: #231815;
  }
  #schedule_summer21 .daysbox.select {
    display: block;
  }
  #schedule_summer21 .daysbox .box {
    width: 100%;
    background: #fff;
    padding: 10px 0 10px 0;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  #schedule_summer21 .daysbox .box .titbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    position: relative;
  }
  #schedule_summer21 .daysbox .box .titbox:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
  }
  #schedule_summer21 .daysbox .box .titbox.active:after {
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #000000 transparent;
  }
  #schedule_summer21 .daysbox .box .titbox .days {
    width: 72px;
    font-size: 150%;
    line-height: 26px;
    text-align: center;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 5px;
    border-right: solid 1px #ddd;
  }
  #schedule_summer21 .daysbox .box .titbox .days span {
    font-size: 14px;
  }
  #schedule_summer21 .daysbox .box .head {
    width: calc(100% - 72px);
    padding-left: 10px;
    border-left: 0;
  }
  #schedule_summer21 .daysbox .box .head ul.cat {
    width: 100px;
    margin-bottom: 10px;
    text-align: center;
  }
  #schedule_summer21 .daysbox .box .head h3 {
    font-size: 14px;
    letter-spacing: 1px;
    padding-right: 10px;
  }
  #schedule_summer21 .daysbox .box .head h3 + p {
    font-size: 72%;
    letter-spacing: -0.05em;
  }
  #schedule_summer21 .daysbox .box .text {
    padding-top: 0;
    font-size: 93%;
    line-height: 2em;
  }
  #schedule_summer21 .days_tabbtn {
    margin-bottom: 20px;
  }
  #schedule_summer21 .days_tabbtn ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2%;
    border-bottom: 2px solid #1C50A1;
  }
  #schedule_summer21 .days_tabbtn ul li {
    font-size: 12px;
    line-height: 1.4;
    padding: 4px;
  }
  #schedule_summer21 .days_tabbtn ul li .small {
    font-size: 11px;
    display: block;
  }
  #schedule_summer21 .daysbox .box .head .sp_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3px;
    margin-bottom: 10px;
  }
  #schedule_summer21 .daysbox .box .head .sp_flex + .sp_flex {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  #schedule_summer21 .daysbox .box .head .group {
    font-size: 10px;
    margin-right: 5px;
    margin-bottom: 0;
  }
  #schedule_summer21 .daysbox .box .head .pmbox {
    margin-top: 25px;
  }
  #schedule_summer21 .daysbox .box .head ul.cat {
    width: 73px;
    margin-bottom: 0;
  }
  #schedule_summer21 .daysbox .box .head ul.cat li {
    font-size: 10px;
    height: 17px;
    line-height: 17px;
    padding: 0 8px;
  }
  #schedule_summer21 .daysbox .box .head ul.cat li.math,
  #schedule_summer21 .daysbox .box .head ul.cat li.world,
  #schedule_summer21 .daysbox .box .head ul.cat li.play {
    letter-spacing: 0;
  }
  #schedule_summer21 .daysbox .box .head h3 {
    font-size: 13px;
  }
  #schedule_summer21 .daysbox .box .head h3 + p {
    font-size: 10px;
  }
  #schedule_summer21 .cnt {
    display: none;
    margin-top: 15px;
    padding: 10px 15px;
  }
  #schedule_summer21 .daysbox .box .cnt .text {
    display: block;
    padding-top: 5px;
    font-size: 11px;
  }
  #schedule_summer21 .daysbox .box .cnt .text + .head {
    margin-top: 25px;
  }
  /* other_summer
  --------------------- */
  #other_summer {
    padding: 10px 0 0 0;
  }
  #other_summer.summer .title:before {
    width: 133px;
    height: 60px;
    top: 10px;
    left: 210px;
  }
  #other_summer .title .txt {
    font-size: 93%;
    line-height: 2em;
  }
  #other_summer .catbox .box {
    margin-bottom: 20px;
  }
  #other_summer .catbox .box .tit {
    padding: 20px;
    position: relative;
  }
  #other_summer .catbox .box .tit:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -2px;
  }
  #other_summer .catbox .box .tit.active:after {
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #000000 transparent;
  }
  #other_summer .catbox .box .tit h3 {
    font-size: 150%;
    padding-right: 10px;
  }
  #other_summer .catbox .box .tit .head {
    font-size: 93%;
    padding-top: 7px;
  }
  #other_summer .catbox .box .text {
    display: none;
  }
  #other_summer .catbox .box .text p {
    padding: 20px;
    font-size: 93%;
    line-height: 2em;
    color: #231815;
  }
  /* price
  --------------------- */
  #price.summer {
    background: none;
    padding: 10px 0 50px 0;
  }
  #price.summer .title:before {
    width: 115px;
    height: 64px;
    top: 0;
    left: 80px;
  }
  #price.summer table {
    margin-bottom: 0;
  }
  #price.summer table td .small {
    display: block;
    text-indent: -1em;
    padding-top: 0.5em;
  }
  #price.summer table .num {
    width: 15%;
  }
  #price.summer table .nt {
    width: 30%;
  }
  #price.summer table .course_time {
    width: 35%;
  }
  #price.summer .table_ttl {
    display: block;
    margin-bottom: 10px;
  }
  #price.summer .table_ttl.pt {
    padding-top: 35px;
  }
  #price.summer .table_ttl {
    font-size: 129%;
    padding-right: 0;
  }
  #price.summer .table_ttl span {
    font-size: 14px;
  }
  #price.summer .table_ttl dd {
    font-size: 93%;
    padding-top: 0;
  }
  #price.summer .btn {
    width: 100%;
    padding-top: 30px;
  }
  #price.summer .btn a {
    letter-spacing: 1px;
  }
}
.anchor {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 30px;
  margin: 40px auto 60px auto;
}
@media screen and (max-width: 768px) {
  .anchor {
    grid-template-columns: repeat(1, auto);
    gap: 15px;
    width: 100%;
  }
}
.anchor li {
  min-width: 14em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .anchor li {
    min-width: initial;
    width: 100%;
  }
}
.anchor li a {
  width: 100%;
  background: #036eb5;
  color: #fff;
  display: block;
  padding: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 6px;
}
.anchor li a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.anchor li a:after {
  margin-left: 1em;
  display: block;
  content: "";
  width: 0.8em;
  aspect-ratio: 1/0.8660254038;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #fff;
}

/*schedule*/
body {
  background-color: #e6f4f8;
}

.daysbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
}

.daysbox .box {
  width: calc(20% - 20px);
  padding: 17px;
  background: #fff;
  margin-bottom: 20px;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.calendar {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 200%;
  color: #1C50A1;
  line-height: 26px;
  margin-bottom: 15px;
  text-align: center;
}
.calendar .week {
  font-size: 16px;
}

.am {
  margin-bottom: 2em;
}

.pm {
  margin-top: auto;
}

/*
.am.narrow{
	margin-bottom:1.5em;
}*/
.course-label {
  font-size: 11px;
  text-align: center;
  color: #1C50A1;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .am {
    margin-bottom: 3em;
  }
  .am.narrow {
    margin-bottom: 3em;
  }
}
/**/
.catlabel {
  width: 100%;
  height: 22px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}

.catlabel.science {
  background: #5a97d1;
}

.catlabel.MathScience {
  background: #6164ac;
}

.catlabel.art {
  background: #7bbd41;
}

.catlabel.cooking {
  background: #eb7a56;
}

.catlabel.craft {
  background: #eee52a;
  color: #928d12;
}

.catlabel.world {a.btnarrow
  background: #a0c539;
}

.catlabel.play {
  background: #f2a8c8;
}

.catlabel.others {
  background: #3975af;
}

.catlabel.culture {
  background: #5ebd99;
}

.catlabel.outdoor {
  background: #adabd1;
}
.catlabel.game {
  background: #ff6767;
}

.en-txt {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.ja-txt {
  font-size: 86%;
  letter-spacing: -0.02em;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .daysbox .box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 767px) {
  .daysbox .box {
    width: 100%;
    display: grid;
    grid-template-columns: 80px auto;
    grid-template-rows: auto auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 20px 0;
  }
  .calendar {
    grid-area: 1/1/3/2;
  }
  .am {
    grid-area: 1/2/2/3;
    margin-bottom: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 20px;
    border-left: 1px solid #ddd;
    padding-left: 10px;
  }
  .pm {
    grid-area: 2/2/3/3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-left: 1px solid #ddd;
    padding-left: 10px;
  }
  .course-label {
    width: 10em;
    text-align: left;
  }
  .catlabel {
    display: inline-block;
    width: 10em;
    font-size: 80%;
  }
  .en-txt, .ja-txt {
    width: 100%;
    text-align: left;
  }
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
}
.h2_underline {
  font-size: clamp(1.6rem, 1.355rem + 1.04vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 5px;
  line-height: 1.5;
  text-align: center;
  margin: 40px auto;
  display: block;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .h2_underline {
    letter-spacing: 0;
    font-size: 1.6rem;
  }
}
.h2_underline span {
  color: #1C50A1;
}
.h2_underline .txtK {
  color: #39b54a;
}
@media screen and (max-width: 768px) {
  .h2_underline {
    margin: 10px auto;
  }
}
.h2_underline .str {
  color: rgb(255, 1, 31);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(131, 171, 227, 0.5)));
  background: -webkit-linear-gradient(transparent 70%, rgba(131, 171, 227, 0.5) 70%);
  background: linear-gradient(transparent 70%, rgba(131, 171, 227, 0.5) 70%);
}

.threepoint-grid {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-rows: repeat(4, auto);
  grid-column-gap: 0;
  grid-row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .threepoint-grid {
    grid-template-columns: repeat(1, auto);
    grid-template-rows: repeat(6, auto);
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}
.threepoint-grid .photos {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
}
.threepoint-grid .photos img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.threepoint-grid dt {
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #1C50A1;
  border-left: 2px solid #1C50A1;
  border-bottom: 2px solid #1C50A1;
  min-height: 180px;
  color: #fff;
}
.threepoint-grid dt img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .threepoint-grid dt {
    padding: 0px;
    min-height: initial;
  }
}
.threepoint-grid dt .svgTxt {
  background: rgba(0, 0, 0, 0.1);
  width: ;
  height: ;
  min-height: 200px;
  padding: 30px;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.threepoint-grid dt .svgTxt img {
  width: 100%;
}
.threepoint-grid dt.point1 {
  background-image: url(/wp-content/themes/ivykids/img/lp2024/bg_photo01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #F75283;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .threepoint-grid dt.point1 {
    border: 2px solid #F75283;
    background-size: cover;
  }
}
.threepoint-grid dt.point2 {
  background-image: url(/wp-content/themes/ivykids/img/lp2024/bg_photo02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #0FA20C;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .threepoint-grid dt.point2 {
    border: 2px solid #0FA20C;
    background-size: cover;
  }
}
.threepoint-grid dt.point3 {
  background-image: url(/wp-content/themes/ivykids/img/lp2024/bg_photo04.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #259FCC;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .threepoint-grid dt.point3 {
    border: 2px solid #259FCC;
    background-size: cover;
  }
}
.threepoint-grid dt.point4 {
  background-image: url(/wp-content/themes/ivykids/img/lp2024/bg_photo05.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #FF9400;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .threepoint-grid dt.point4 {
    border: 2px solid #FF9400;
    background-size: cover;
  }
}
.threepoint-grid dd {
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  font-size: 1rem;
  background: #fff;
}
.threepoint-grid dd.point1 {
  border: 2px solid #F75283;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .threepoint-grid dd.point1 {
    border: 2px solid #F75283;
    border-top: none;
    margin-bottom: 20px;
  }
}
.threepoint-grid dd.point2 {
  border: 2px solid #0FA20C;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .threepoint-grid dd.point2 {
    border: 2px solid #0FA20C;
    border-top: none;
    margin-bottom: 20px;
  }
}
.threepoint-grid dd.point3 {
  border: 2px solid #259FCC;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .threepoint-grid dd.point3 {
    border: 2px solid #259FCC;
    border-top: none;
    margin-bottom: 20px;
  }
}
.threepoint-grid dd.point4 {
  border: 2px solid #FF9400;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .threepoint-grid dd.point4 {
    border: 2px solid #FF9400;
    border-top: none;
  }
}
.threepoint-grid a {
  color: #1d50a2;
}
.threepoint-grid a:hover {
  text-decoration: underline;
}

.voice_grid {
  display: grid;
  grid-template-columns: 720px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  .voice_grid {
    grid-template-columns: 1fr;
  }
}
.voice_grid .movframe {
  aspect-ratio: 16/9;
}
.voice_grid .movframe iframe {
  width: 100%;
  height: 100%;
}
.voice_grid .shadow {
  padding: 20px 20px 20px 20px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, auto) 1fr auto;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}
.voice_grid h3 {
  font-size: 143%;
  font-weight: 560;
  color: #1C50A1;
}
.voice_grid dl {
  margin-bottom: 10px;
}
.voice_grid dt {
  color: #1C50A1;
  font-size: 115%;
  font-weight: 500;
}
.voice_grid img {
  width: 100%;
}

.bnr-pic-area {
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bnr-pic-area {
    padding: 40px 0;
  }
}

.bnr-pic img {
  width: 100%;
}

.flowbox {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr 1fr 2fr 1fr 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
}
.flowbox .box {
  display: grid;
  grid-template-rows: 1fr auto;
}
.flowbox .box dl {
  padding: 20px 25px 20px 25px;
}
.flowbox .box dl dt {
  font-size: 115%;
  letter-spacing: 1px;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 10px;
}
.flowbox .box dl dt span {
  display: block;
  font-size: 28px;
  color: #22ac38;
}
.flowbox .box dl dt dd {
  font-size: 93%;
  line-height: 26px;
  letter-spacing: 1.4px;
}
.flowbox .arrow {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  width: 100%;
  height: 30px;
  background: red;
  background: url(../img/lp2024/arrow.svg) center center no-repeat;
  background: cover;
}
@media screen and (max-width: 768px) {
  .flowbox {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
  .flowbox .pht {
    display: none;
  }
  .flowbox .arrow {
    height: 30px;
    text-align: center;
    margin: 0 auto;
    background: url(../img/lp2024/arrow2.svg) center center no-repeat;
    background: cover;
  }
}

#other_summer .btn {
  width: 320px;
  margin: 60px auto;
  padding-top: 30px;
}

.reasonArea {
  background: #ffefef;
  padding: 60px 0;
  background: url(../img/summer2025/main_bg_pink.webp) repeat-y;
  --mask:
  	radial-gradient(33.54px at 50% 45px, #000 99%, #0000 101%) calc(50% - 30px) 0/60px 100%,
  	radial-gradient(33.54px at 50% -30px, #0000 99%, #000 101%) 50% 15px/60px 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

.reason-footer {
  content: "";
  height: 30px;
  width: 100%;
  background: #ffefef;
  background: url(../img/summer2025/main_bg_pink.webp) repeat-y;
  display: block;
  --mask:
  	radial-gradient(33.54px at 50% calc(100% - 45px), #000 99%, #0000 101%) calc(50% - 30px) 0/60px 100%,
  	radial-gradient(33.54px at 50% calc(100% + 30px), #0000 99%, #000 101%) 50% calc(100% - 15px)/60px 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

.pricetable td:nth-last-child(1) {
  text-align: right;
}

#voice {
  margin: 100px 0;
}

#voice.summer .title {
  position: relative;
}

#voice.summer .title:before {
  content: "";
  width: 102px;
  height: 87px;
  background: url(/images/seasonal/summer/bg01.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: 200px;
}
@media screen and (max-width: 768px) {
  #voice.summer .title:before {
    left: 130px;
  }
}

.shadow:before {
  width: 5px;
  height: 100%;
  content: "";
  background: url(../img/box_shadow.png) repeat;
  position: absolute;
  bottom: -5px;
  right: -5px;
}

.shadow:after {
  width: 100%;
  height: 5px;
  content: "";
  background: url(../img/box_shadow.png) repeat;
  position: absolute;
  bottom: -5px;
  left: 2px;
  z-index: 1;
}

a.btnarrow {
  max-width: 23em;
  display: block;
  margin: 40px auto;
  height: 60px;
  line-height: 60px;
  font-size: 108%;
  font-weight: 500;
  background: #ffda00;
  border-radius: 6px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btnarrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
}

a.page_top {
  max-width: 23em;
  display: block;
  margin: 40px auto;
  height: 60px;
  line-height: 60px;
  font-size: 108%;
  font-weight: 500;
  background: #f9cfdb;
  border-radius: 6px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page_top:after {
  content: "";
  width: 16px;
 height: 10px;
 background-color: #000000;
 clip-path: polygon(50% 0%, 0% 10px, 16px 10px);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
}

.summerlogo {
  max-width: 400px;
  width: 100%;
}

.lead_grid {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .lead_grid {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto auto;
  }
}
.lead_grid .leadarch {
  grid-area: 1/1/2/3;
  width: 100%;
  height: auto;
}
.lead_grid .env {
  grid-area: 2/1/3/2;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .lead_grid .env {
    grid-area: 2/1/3/3;
    align-self: center;
    margin: 0 auto;
    width: 14em;
    padding-left: 0;
    font-size: 1.2em;
  }
}
.lead_grid .leadtxt {
  grid-area: 3/1/4/2;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .lead_grid .leadtxt {
    grid-area: 3/1/4/2;
  }
}
.lead_grid .teacher {
  grid-area: 2/2/4/3;
}
@media screen and (max-width: 768px) {
  .lead_grid .teacher {
    grid-area: 3/2/4/3;
  }
}
.lead_grid .teacher {
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .lead_grid .teacher {
    max-width: 150px;
  }
}

/* access
--------------------- */
#access {
  width: 100%;
  padding: 50px 0 180px 0;
  background: url(../img/summer2021/main_bg02_pc.png) no-repeat 50% 100%;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #access {
    background-size: 200% auto;
    padding: 50px 0 150px 0;
  }
}

#access .textbox {
  padding-bottom: 80px;
}

#access .textbox h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}

#access .textbox ul li {
  padding-left: 14px;
  position: relative;
  margin-top: 3px;
}

#access .textbox ul li.mb {
  margin-bottom: 10px;
}

#access .textbox ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1c4fa1;
  position: absolute;
  top: 9px;
  left: 0;
}

#access .textbox ul li a {
  color: #1c4fa1;
  text-decoration: underline;
}

#access .textbox ul li a:hover {
  text-decoration: none;
}

#access .textbox .cap {
  margin-top: 10px;
}

#access .map iframe {
  width: 100%;
  height: 500px;
}

.eikenArea {
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  .eikenArea {
    margin: 40px auto;
  }
}

.eikentaisaku {
  font-size: clamp(1.6rem, 1.355rem + 1.04vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 5px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 60px;
}
.eikentaisaku span {
  color: #F75283;
}

.eiken-note {
  margin: 30px auto;
  width: 90%;
  max-width: 40em;
}
@media screen and (max-width: 768px) {
  .eiken-note {
    margin: 30px auto;
  }
}
.eiken-note p {
  text-indent: -1em;
  margin-left: -1em;
}

.stu-grid {
  line-height: 1.5;
  text-align: center;
  margin: 10px auto 60px auto;
  display: grid;
  grid-template-columns: repeat(3, 200px);
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .stu-grid {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}
.stu-grid .name {
  background: #ffd8db;
  border-radius: 6px;
  position: relative;
  padding: 0.25em 0;
}
.stu-grid .name:after {
  position: absolute;
  top: 5%;
  left: -13px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/lp2024/cracker.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .stu-grid .name:after {
    top: -10px;
  }
}
.stu-grid img {
  width: 100%;
  border-radius: 6px;
}
.stu-grid p {
  text-align: left;
}
.stu-grid div {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, auto);
  row-gap: 10px;
}
.stu-grid .cell3 {
  font-weight: bold;
  font-size: 1.2em;
  grid-column: span 3;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .stu-grid .cell3 {
    grid-column: span 2;
  }
}/*# sourceMappingURL=summer2025.css.map */