@charset "utf-8";
/* CSS Document */

.section-top {
  margin-bottom: 40px;
}
.section-top__text {
  padding-top: 240px;
    font-size: 4.8rem;
  color: #fff;
}
.section-top h2 {
  background-color: rgba(115, 116, 117, 0.7);
  max-width: 500px;
  padding: 36px;
  margin: 0 auto;
}
@media(max-width:960px) {
  .section-top__text {
    font-size: 3.6rem;
    padding-top: 170px;
  }
  .section-top h2 {
    max-width: 250px;
  }
}

.section-comment h4 {
  font-size: 2.8rem;
  line-height: 4.5rem;
  padding-bottom: 45px;
}


@media(max-width:960px) {
.section-comment h4 {
  font-size: 2.0rem;
  padding-bottom: 30px;
  }
}



.section-shop h4, .section-member h4 {
  font-size: 3.2rem;
}
.section-school-description {
  padding-bottom:100px; 
}
.section-school-description {
  font-size: 2.0rem;
  line-height: 3.6rem;
}
  .section-school-description img {
    width: 360px;
    object-fit: cover;
  }
.section-school-description__blank-1 {
  padding-bottom: 70px;
}
.section-school-description__blank-2 {
  padding: 80px 0 40px;
}
.section-shop {
  margin: 0 auto 110px;
  max-width: 1160px;
  background-image: url("../images/news.png"); /* 背景画像指定 */
  background-repeat: no-repeat;
  background-size:cover;
  padding: 50px 60px;
  object-fit: cover;
}
.section-shop__main-block, .section-member__main-block {
  background-color: #fff;
  padding: 35px 0 ;
}
table td{
  font-size: 2.0rem;
  line-height: 3.0rem;
  text-align: center;
  width: 50%;
  padding: 50px 40px 0 0;
}
.section-member {
  margin: 0 auto 110px;
  max-width: 1160px;
  background-image: url("../images/news.png"); /* 背景画像指定 */
  background-repeat: no-repeat;
  background-size:cover;
  padding: 50px 60px;
  object-fit: cover;
}

.section-member p {
  font-size: 2.0rem;
  padding-top: 40px;
}

@media(max-width:960px) {
  .section-school-description img {
    width: 220px;
  }
  .section-school-description__blank-1 {
  padding-bottom: 30px;
  }
.section-school-description__blank-2 {
  line-height: 3.0rem;
  padding: 40px 0 40px;
  }
.section-school-description__blank-3 {
  line-height: 3.0rem;
  padding-bottom: 80px;
  }
  
  .section-school-description {
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 0 24px;
  }
  
  .section-shop {
  margin: 0 24px 50px;
  padding: 35px 20px ;
}
.section-member {
  margin: 0 24px 100px;
  padding: 35px 20px ;
  }
  .section-shop h4, .section-member h4 {
  font-size: 2.2rem;
    
  }
table td{
  font-size: 1.5rem;
  line-height: 2.4rem;
  width: auto;
  padding:10px 0 0 0;
  display: block;
  margin: 0 auto;
  }
  .section-school__table, .section-member__table {
    margin: 0 auto;
  }
.section-school__table__title,   .section-member__table__title{
    padding-top: 35px;
  }
  .section-member p {
    font-size: 1.6rem;
  }
}