@charset "UTF-8";
article#school-concert .index, article#school-concert .description {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #2b2b2b;
}

article#school-concert .index {
  font-size: 26px;
  margin-bottom: 10px;
}

article#school-concert .description {
  font-size: 20px;
  margin-bottom: 20px;
}

article#school-concert section.concert p {
  margin-bottom: 30px;
}

article#school-concert section.concert ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

article#school-concert section.concert ul li {
  width: 30.5%;
  margin-right: 4.16%;
}

article#school-concert section.concert li:last-child {
  margin-right: 0;
}

@media print, screen and (max-width: 767px) {
  article#school-concert section.concert ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

article#school-concert section.formation .box {
  margin-bottom: 40px;
}

article#school-concert section.formation .box .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

article#school-concert section.formation .box .wrap .photo {
  width: 41.6%;
  margin-right: 4.86%;
}

article#school-concert section.formation .box .wrap .text {
  width: 53.4%;
}

@media print, screen and (max-width: 767px) {
  article#school-concert section.formation .box .wrap .photo, article#school-concert section.formation .box .wrap .text {
    width: 100%;
    text-align: center;
  }
  article#school-concert section.formation .box .wrap .photo img, article#school-concert section.formation .box .wrap .text img {
    margin-bottom: 10px;
  }
}

article#school-concert section.read-aloud p {
  margin-bottom: 30px;
}

article#school-concert section.read-aloud ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

article#school-concert section.read-aloud ul li {
  width: 48.6%;
  margin-right: 2.77%;
}

article#school-concert section.read-aloud li:last-child {
  margin-right: 0;
}

@media print, screen and (max-width: 767px) {
  article#school-concert section.read-aloud ul {
    margin-bottom: 50px;
  }
  article#school-concert section.read-aloud ul li {
    width: 100%;
    text-align: center;
  }
  article#school-concert section.read-aloud ul img {
    margin-bottom: 10px;
  }
}

article#school-concert section.read-aloud .program {
  font-size: 14px;
}

article#school-concert section.read-aloud .program .headline {
  background: #ECE8E8;
  padding: 3px;
  margin-bottom: 20px;
}

article#school-concert section.read-aloud .program .headline .head-01, article#school-concert section.read-aloud .program .headline .head-02 {
  display: inline-block;
}

article#school-concert section.read-aloud .program .headline .head-01 {
  width: 27.7%;
}

@media print, screen and (max-width: 767px) {
  article#school-concert section.read-aloud .program .headline .head-01, article#school-concert section.read-aloud .program .headline .head-02 {
    display: block;
  }
  article#school-concert section.read-aloud .program .headline .head-01 {
    font-weight: bold;
  }
}

article#school-concert section.read-aloud .program .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #dedede;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

article#school-concert section.read-aloud .program .box .title {
  width: 27.7%;
}

article#school-concert section.read-aloud .program .box .detail {
  width: 72.2%;
}

article#school-concert section.read-aloud .program .box .detail .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

article#school-concert section.read-aloud .program .box .detail .inner .wrap {
  width: 50%;
  line-height: 1.6;
}

@media print, screen and (max-width: 767px) {
  article#school-concert section.read-aloud .program .box {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  article#school-concert section.read-aloud .program .box .title {
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
  }
  article#school-concert section.read-aloud .program .box .detail {
    width: 100%;
  }
  article#school-concert section.read-aloud .program .box .detail .inner {
    margin-bottom: 0;
  }
  article#school-concert section.read-aloud .program .box .detail .inner .wrap {
    width: 100%;
    margin-bottom: 15px;
  }
}

article#school-concert section.past-work .table {
  display: table;
  width: 100%;
  font-size: 14px;
}

article#school-concert section.past-work .table .tr {
  display: table-row;
}

article#school-concert section.past-work .table .th {
  width: 18%;
}

article#school-concert section.past-work .table .th, article#school-concert section.past-work .table .td {
  display: table-cell;
  vertical-align: top;
  line-height: 1.8;
  padding: 10px 0 10px 0;
}

@media print, screen and (max-width: 767px) {
  article#school-concert section.past-work .table {
    width: 100%;
    font-size: 14px;
  }
  article#school-concert section.past-work .table .th, article#school-concert section.past-work .table .td {
    width: 100%;
    display: block;
  }
  article#school-concert section.past-work .table .th {
    font-size: 16px;
    padding: 0 0 5px 0;
  }
  article#school-concert section.past-work .table .td {
    border-bottom: dotted 1px #dedede;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
  }
}

article#school-concert section.past-work .date {
  font-size: 14px;
  text-align: right;
  padding-top: 30px;
}

article#school-concert section.past-work ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

article#school-concert section.past-work ul li .year {
  width: 80px;
}

article#school-concert section.past-work ul li .number {
  width: 55px;
  text-align: right;
}

article#school-concert section.flow li {
  margin-bottom: 20px;
}

article#school-concert .contact .tel, article#school-concert .contact .mail {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-family: "Century Gothic";
  padding-left: 25px;
  padding-right: 30px;
  margin-bottom: 10px;
  margin-top: 20px;
}

@media print, screen and (max-width: 767px) {
  article#school-concert .contact .tel, article#school-concert .contact .mail {
    margin-bottom: 0;
    margin-top: 10px;
  }
}

article#school-concert .contact .tel {
  font-size: 24px;
  background: url("../images/support/tel_s_icon.png") no-repeat left center;
}

article#school-concert .contact .mail {
  font-size: 16px;
  background: url("../images/school-concert/mail_bg.png") no-repeat left center;
}
/*# sourceMappingURL=school-concert.css.map */