/*============================
下層ページMV
============================*/
.mv {
  background-image: url(../img/access/mv_pc.jpg);
}

@media screen and (max-width: 640px) {
  .mv {
    background-position: right center;
  }
}

.mv .title_wrap .title span {
  color: #A40419;
}

.sec_title_wrap .sec_title span::before {
  background-color: #A40419;
}

/*============================
教室一覧
============================*/
.chool_list_wrap {
  padding-bottom: 0.50rem;
}

.school_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.60rem;
}

.school_box .ph_wrap {
  width: 100%;
  max-width: 5.10rem;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .school_box .ph_wrap {
    border-radius: 0.06rem;
    height: 66vw;
    overflow: hidden;
  }
}

.school_box .ph_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.school_box .textbox {
  width: 100%;
  max-width: 6.53rem;
}

@media screen and (max-width: 640px) {
  .school_box .textbox {
    padding-top: 0.10rem;
  }
}

.school_box .textbox .school_name_wrap {
  display: flex;
  align-items: center;
  padding-top: 0.10rem;
}

.school_box .textbox .school_name_wrap .school_name {
  font-size: 0.36rem;
  font-weight: 700;
  padding-right: 0.15rem;
}

@media screen and (max-width: 640px) {
  .school_box .textbox .school_name_wrap .school_name {
    font-size: 0.26rem;
  }
}

.school_box .textbox .school_name_wrap a {
  display: block;
  line-height: 0;
  padding: 0.15rem 0.20rem 0.15rem 0.36rem;
  border-radius: 0.30rem;
  background-color: #00913A;
  font-family: 'Poppins', sans-serif;
  font-size: 0.12rem;
  color: #FFF;
  position: relative;
}

.school_box .textbox .school_name_wrap a:hover {
  opacity: 0.7;
}

.school_box .textbox .school_name_wrap a::before {
  content: "";
  width: 0.10rem;
  height: 0.12rem;
  background-image: url(../common/img/icon_map_white.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0.20rem;
  top: 50%;
  transform: translateY(-50%);
}

.school_box .textbox .school_table {
  padding-top: 0.20rem;
}

.school_box .textbox .school_table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.16rem;
  border-top: 1px solid #CCC;
}

@media screen and (max-width: 640px) {
  .school_box .textbox .school_table table {
    font-size: 0.15rem;
  }
}

.school_box .textbox .school_table table .info_title {
  font-weight: 600;
  text-align: left;
  padding: 0.15rem 0;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 640px) {
  .school_box .textbox .school_table table .info_title {
    width: 1.00rem;
  }
}

.school_box .textbox .school_table table .info_text {
  padding: 0.15rem 0;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 640px) {
  .school_box .textbox .school_table table .info_text {
    line-height: 1.75;
  }
}

.school_box .textbox .school_table table .info_text a {
  color: #1A1A1A;
}

@media screen and (max-width: 640px) {
  .school_box .textbox .school_table table .info_text a {
    font-weight: 600;
    text-decoration: underline;
  }
}

.school_box .textbox .school_list_wrap {
  padding-top: 0.20rem;
}

.school_box .textbox .school_list_wrap .school_list_title {
  font-size: 0.16rem;
  font-weight: 600;
}

.school_box .textbox .school_list_wrap .school_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.14rem;
  padding-top: 0.10rem;
}

.school_box .textbox .school_list_wrap .school_list .school_list_cat {
  width: 0.60rem;
  font-weight: 600;
  padding: 0.08rem 0;
}

@media screen and (max-width: 640px) {
  .school_box .textbox .school_list_wrap .school_list .school_list_cat {
    width: 100%;
    padding-bottom: 0;
  }
}

.school_box .textbox .school_list_wrap .school_list .school_list_text {
  width: calc(100% - 0.65rem);
  padding: 0.08rem 0;
}

@media screen and (max-width: 640px) {
  .school_box .textbox .school_list_wrap .school_list .school_list_text {
    width: 100%;
    line-height: 1.75;
  }
}