@charset "UTF-8";

.gakka {
  margin-bottom: 40px;
}
.gakka.is-red .gakka__hgroup {
  background-image: url(/assets/img/common/bg_heading_red.png);
}
.gakka.is-red .gakka__hgroup-capacity {
  color: #E9463F;
}
.gakka.is-red .gakka__box {
  background-image: url(/assets/img/common/bg_common_red.jpg);
}
.gakka.is-red .gakka__box dt {
  color: #E9463F;
}
.gakka.is-pink .gakka__hgroup {
  background-image: url(/assets/img/common/bg_heading_pink.png);
}
.gakka.is-pink .gakka__hgroup-capacity {
  color: #EB6DA5;
}
.gakka.is-pink .gakka__box {
  background-image: url(/assets/img/common/bg_common_pink.jpg);
}
.gakka.is-pink .gakka__box dt {
  color: #EB6DA5;
}
.gakka.is-orange .gakka__hgroup {
  background-image: url(/assets/img/common/bg_heading_orange.png);
}
.gakka.is-orange .gakka__hgroup-capacity {
  color: #F08637;
}
.gakka.is-orange .gakka__box {
  background-image: url(/assets/img/common/bg_common_orange.jpg);
}
.gakka.is-orange .gakka__box dt {
  color: #F08637;
}
.gakka.is-yellow .gakka__hgroup {
  background-image: url(/assets/img/common/bg_heading_yellow.png);
}
.gakka.is-yellow .gakka__hgroup-capacity {
  color: #F8B500;
}
.gakka.is-yellow .gakka__box {
  background-image: url(/assets/img/common/bg_common_yellow.jpg);
}
.gakka.is-yellow .gakka__box dt {
  color: #F8B500;
}
.gakka__hgroup {
  text-align: center;
  background: url(/assets/img/common/bg_heading_blue.png) no-repeat top center/cover;
  padding: 16px 20px;
}
.gakka__hgroup-heading {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 4.4rem;
  font-weight: 600;
  color: #FFF;
  line-height: 1.3;
}
.gakka__hgroup-capacity {
  color: #1CB9EE;
  background: #fff;
  display: inline-block;
  padding: 4px 15px;
  font-size: 2.4rem;
  border-radius: 30px;
  margin-left: 15px;
  line-height: 1;
  font-weight: 500;
}
.gakka__hgroup-capacity b {
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
}
.gakka__hgroup-txt {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
}
.gakka__box {
  background: url(/assets/img/common/bg_common_blue.jpg) no-repeat center/cover;
  padding: 30px 60px 50px;
}
.gakka__box dt {
  color: #1CB9EE;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-lead {
    font-size: 1.8rem;
  }
  .gakka {
    margin-bottom: 20px;
  }
  .gakka.is-red .gakka__hgroup {
    background-image: url(/assets/img/common/bg_heading_red_sp.png);
  }
  .gakka.is-pink .gakka__hgroup {
    background: url(/assets/img/common/bg_heading_pink_sp.png);
  }
  .gakka.is-orange .gakka__hgroup {
    background: url(/assets/img/common/bg_heading_orange_sp.png);
  }
  .gakka.is-yellow .gakka__hgroup {
    background: url(/assets/img/common/bg_heading_yellow_sp.png);
  }
  .gakka__hgroup {
    background-image: url(/assets/img/common/bg_heading_blue_sp.png);
  }
  .gakka__hgroup-heading {
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
  .gakka__hgroup-capacity {
    font-size: 1.6rem;
    margin: 0 0 7px;
    padding: 3px 15px 6px;
  }
  .gakka__hgroup-capacity b {
    font-size: 2.4rem;
  }
  .gakka__hgroup-txt {
    font-size: 1.4rem;
  }
  .gakka__box dt {
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .gakka:nth-of-type(even) .gakka__box-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .gakka:last-of-type {
    margin-bottom: 80px;
  }
  .gakka__hgroup-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 999px) {
  .gakka__box {
    padding: 20px 20px 30px;
  }
  .gakka__box dl {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .gakka__box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gakka__box dl {
    max-width: 550px;
    width: 52%;
  }
  .gakka__box-img {
    width: 46%;
    max-width: 496px;
  }
}