@charset "UTF-8";
/* ----------------------------------------------------------------
Global Settings
----------------------------------------------------------------- */
.ttl1::after {
  background: #d489e2;
}

.ttl6 strong {
  color: #902ea2;
}

#pageTtl .pageTtl__bg {
  background-image: url(../../common/img/pagettl_bg.jpg);
  background-position: center 40%;
}

#club #pageTtl .pageTtl__bg {
  background-image: url(../img/sec06_bg.jpg);
  background-position: center 15%;
}

/* ----------------------------------------------------------------
インデックスページ
----------------------------------------------------------------- */
#life__idx #localNav {
  background: none;
}

/* ----------------------------------------------------------------
部活動
----------------------------------------------------------------- */
#club .ttl1::after {
  background: #d489e2;
}
#club #localNav {
  background: #f6edf8;
}
#club .mind-item {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 60px;
  max-width: 1140px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #club .mind-item {
    padding: 0 20px 30px;
    display: block;
  }
}
#club .mind-item div {
  flex: 0 0 55%;
  text-align: left;
}
#club .mind-item div h3 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.7em;
}
#club .mind-item div h3 small {
  display: inline-block;
  background: #3fb03d;
  color: #fff;
  padding: 1em;
  line-height: 2em;
  white-space: nowrap;
}
#club .mind-item div h3 span {
  font-size: 1.8em;
  line-height: 1.5;
  padding-left: 0.5em;
}
@media screen and (max-width: 767px) {
  #club .mind-item div h3 span {
    font-size: 6vw;
  }
}
#club .mind-item div figure img {
  width: 100%;
  height: auto;
}
#club .mind-item > figure {
  flex: 0 0 40%;
}
@media screen and (max-width: 767px) {
  #club .mind-item > figure {
    padding-top: 1em;
  }
}
#club .mind-item > figure img {
  width: 100%;
  height: auto;
}
#club #sec01 {
  background: #f6edf8;
  padding: 60px 20px;
}
@media screen and (max-width: 767px) {
  #club #sec01 {
    padding: 30px 20px;
  }
}
#club #sec01 .club {
  display: flex;
  margin-bottom: 36px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #club #sec01 .club {
    display: block;
  }
}
#club #sec01 .club figure {
  flex: 0 0 52%;
  overflow: hidden;
  position: relative;
}
#club #sec01 .club figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #club #sec01 .club figure img {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
  }
}
#club #sec01 .club figure .yt {
  margin-top: 20px;
  aspect-ratio: 16/9;
}
#club #sec01 .club figure .yt iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
#club #sec01 .club > div {
  flex: 0 0 48%;
  max-width: 48%;
  padding: 45px;
  background: #fff;
  text-align: left;
  box-sizing: border-box;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #club #sec01 .club > div {
    max-width: none;
    padding: 20px;
  }
}
#club #sec01 .club > div * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#club #sec01 .club > div h2 {
  font-size: 28px;
  font-weight: normal;
  color: #902ea2;
  line-height: 1.3;
  padding: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  #club #sec01 .club > div h2 {
    font-size: 18px;
  }
}
#club #sec01 .club > div h3 {
  font-size: 21px;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  #club #sec01 .club > div h3 {
    font-size: 15px;
  }
  #club #sec01 .club > div h3 br {
    display: none;
  }
}
#club #sec01 .club > div > p {
  padding-bottom: 20px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #club #sec01 .club > div > p {
    font-size: 13px;
  }
}
#club #sec01 .club > div .history {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: 0;
}
#club #sec01 .club > div .history dl {
  flex: 0 1 49%;
  margin-bottom: 20px;
}
#club #sec01 .club > div .history dl dt {
  background: #EAEAEA;
  text-align: center;
  border-radius: 5px;
  line-height: 1.5;
  padding: 0.5em 1em;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  #club #sec01 .club > div .history dl dt {
    font-size: 12px;
  }
}
#club #sec01 .club > div .history dl dd ul {
  list-style: none;
  margin-left: 1em;
}
#club #sec01 .club > div .history dl dd ul li {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #club #sec01 .club > div .history dl dd ul li {
    font-size: 12px;
  }
}
#club #sec01 .club > div .history dl dd ul li strong {
  font-weight: normal;
  color: #e4007f;
}
#club #sec01 .club > div .history dl dd ul li::before {
  content: "・";
  margin-left: -1em;
}
#club #sec01 .club#club2 {
  flex-direction: row-reverse;
}
#club #sec01 .club#club2 .history {
  display: block;
}
#club #sec02 {
  padding: 43px 3px;
}
@media screen and (max-width: 767px) {
  #club #sec02 {
    padding: 20px 20px;
  }
}
#club #sec02 .flex {
  flex-wrap: wrap;
  max-width: 1174px;
  margin: auto;
}
#club #sec02 .flex * {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  box-sizing: border-box;
}
#club #sec02 .flex figure {
  flex: 0 0 25%;
  max-width: 25%;
  margin: 0 0 20px;
  padding: 0 17px;
}
@media screen and (max-width: 767px) {
  #club #sec02 .flex figure {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
}
#club #sec02 .flex figure img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 4px;
}
#club #sec02 .flex figure figcaption h2 {
  background: #f6edf8;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 0.5em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #club #sec02 .flex figure figcaption h2 {
    font-size: 13px;
  }
}
#club #sec02 .flex figure figcaption p,
#club #sec02 .flex figure figcaption li {
  text-align: left;
  font-size: 13px;
  line-height: 1.7;
}
#club #sec02 .flex figure figcaption p strong,
#club #sec02 .flex figure figcaption li strong {
  font-weight: normal;
  color: #e4007f;
}
@media screen and (max-width: 767px) {
  #club #sec02 .flex figure figcaption p,
#club #sec02 .flex figure figcaption li {
    font-size: 12px;
  }
}
#club #sec02 .flex figure figcaption ul {
  list-style: none;
  margin-left: 1em;
}
#club #sec02 .flex figure figcaption ul li::before {
  content: "・";
  margin-left: -1em;
}
#club p.spLabel {
  flex: 0 0 100%;
  background: #E4017F;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  line-height: 1.5;
  padding: 0.5em 1em !important;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  #club p.spLabel {
    font-size: 12px;
  }
}

/* ----------------------------------------------------------------
制服
----------------------------------------------------------------- */
#uniform img.uniformMainvis {
  width: 100%;
  height: auto;
  max-width: 755px;
}
#uniform .flex {
  justify-content: space-between;
}
#uniform .flex .summer,
#uniform .flex .winter {
  flex: 0 0 48%;
  text-align: left;
}
#uniform .flex .summer figure img,
#uniform .flex .winter figure img {
  width: 100%;
  height: auto;
}
#uniform .flex .summer h2,
#uniform .flex .winter h2 {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #uniform .flex .summer p,
#uniform .flex .winter p {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 30px;
  }
}
#uniform .flex .summer h2 {
  background: #5FB6E0;
}
#uniform .flex .winter h2 {
  background: #ED7971;
}
#uniform .flex .uniformDetails dt {
  color: #ED7971;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #uniform .flex .uniformDetails dt {
    font-size: 12px;
    line-height: 1.7;
  }
}
#uniform .flex .uniformDetails img {
  width: 100%;
  max-width: 300px;
}

/* ----------------------------------------------------------------
施設
----------------------------------------------------------------- */
#facilities {
  /* col-sm- 992px 以上*/
  /*ランチ*/
}
#facilities .label.reidanbou {
  background: #F07074;
  color: #fff;
  font-size: 70%;
  width: auto;
  display: inline-block;
  padding-left: 0.7em;
  padding-right: 0.7em;
}
#facilities #facil .facilMap {
  padding: 30px 0;
}
#facilities .facilList {
  list-style: none;
  margin: 0;
  padding: 15px 0;
}
#facilities .facilList li {
  text-align: left;
}
#facilities .facilList li a {
  display: block;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 0.8em 1em;
  text-decoration: none;
}
#facilities .facilList li:first-child a {
  border-radius: 5px 5px 0 0;
}
#facilities .facilList li:last-child a {
  border-bottom: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
}
#facilities .facilList li a::before {
  content: "\f030";
  font-family: "FontAwesome";
  margin-right: 0.5em;
}
#facilities #facilDeitals,
#facilities #facilDeitals2 {
  display: none;
}
#facilities .facil-deital {
  padding: 15px;
}
#facilities .facil-deital h3 {
  font-size: 1.2em;
  margin: 0.5em 0;
  padding: 0;
}
#facilities .facil-deital p {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  #facilities {
    /*図書館*/
  }
  #facilities #facil .facilMap {
    width: 900px;
    margin: 30px auto 60px;
    padding: 0;
    position: relative;
  }
  #facilities .facilList li a, #facilities .facilList li:first-child a, #facilities .facilList li:last-child a {
    display: inline-block;
    border: 1px solid #fff;
    background: #fff;
    background: #3fb03d;
    font-size: 12px;
    line-height: 25px;
    padding: 0 15px;
    color: #3fb03d;
    color: #fff;
    border-radius: 0;
  }
  #facilities .facilList li.facilList1 a {
    position: absolute;
    left: 312px;
    top: 138px;
  }
  #facilities .facilList li.facilList2 a {
    position: absolute;
    left: 536px;
    top: 98px;
  }
  #facilities .facilList li.facilList3 a {
    position: absolute;
    left: 565px;
    top: 216px;
  }
  #facilities .facilList li.facilList4 a {
    position: absolute;
    left: 416px;
    top: 383px;
  }
  #facilities .facilList li.facilList5 a {
    position: absolute;
    left: 53px;
    top: 204px;
  }
  #facilities .facilList li.facilList6 a {
    position: absolute;
    left: 599px;
    top: 538px;
  }
  #facilities .facilList li.facilList7 a {
    position: absolute;
    left: 403px;
    top: 12px;
  }
  #facilities .facilList li.facilList8 a {
    position: absolute;
    left: 225px;
    top: 82px;
  }
  #facilities .facilList li.facilList9 a {
    position: absolute;
    left: 700px;
    top: 361px;
  }
  #facilities .facilList li.facilList10 a {
    position: absolute;
    left: 694px;
    top: 167px;
  }
  #facilities #imgmapCont {
    max-width: 670px;
    margin: auto;
  }
  #facilities #imgmapCont,
#facilities #imgmap {
    position: relative;
    top: 0px;
    left: 0px;
  }
  #facilities #btn_01 {
    position: absolute;
    top: 848px;
    left: 375px;
  }
  #facilities #btn_02 {
    position: absolute;
    top: 674px;
    left: 319px;
  }
  #facilities #btn_03 {
    position: absolute;
    top: 702px;
    left: 72px;
  }
  #facilities #btn_04 {
    position: absolute;
    top: 47px;
    left: 71px;
  }
  #facilities #btn_05 {
    position: absolute;
    top: 30px;
    left: 319px;
  }
  #facilities #btn_06 {
    position: absolute;
    top: 401px;
    left: 73px;
  }
  #facilities #btn_07 {
    position: absolute;
    top: 394px;
    left: 570px;
  }
}
#facilities #lunch {
  background: url(img/lunch-bg.png);
  padding: 60px 0;
}
#facilities #lunch .wrap {
  background: #F9F7EE;
  padding: 60px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #facilities #lunch .wrap {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  #facilities #lunch .wrap h2 img {
    height: 100px;
    width: auto;
    margin-bottom: 30px;
  }
}
#facilities #lunch dl.menu {
  background: #D44332;
  color: #fff;
  display: table;
  margin: 0 auto 0.5em;
  padding: 15px;
  width: 100%;
  max-width: 800px;
  text-align: left;
  box-sizing: border-box;
}
#facilities #lunch dl.menu dt,
#facilities #lunch dl.menu dd {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #facilities #lunch dl.menu dt,
#facilities #lunch dl.menu dd {
    display: block;
    text-align: center;
  }
}
#facilities #lunch dl.menu dt strong {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50px;
  background: #fff;
  color: #D44332;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  #facilities #lunch dl.menu dt strong {
    margin: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #facilities #lunch dl.menu dd {
    text-align: left;
  }
}
#facilities #lunch h3 {
  font-size: 20px;
  color: #7D6754;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}
#facilities #lunch .menu-photo {
  justify-content: center;
  flex-wrap: wrap;
}
#facilities #lunch .menu-photo h4 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #facilities #lunch .menu-photo h4 {
    font-size: 14px;
  }
}
#facilities #lunch .menu-photo .menu__list {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 30px;
  box-sizing: border-box;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #facilities #lunch .menu-photo .menu__list {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
  }
}
#facilities #lunch .menu-photo .menu__list img {
  width: 100%;
  height: auto;
}
#facilities #lunch .menu-photo p {
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  #facilities #lunch .menu-photo p {
    text-align: left;
  }
}

/* ----------------------------------------------------------------
学校行事
----------------------------------------------------------------- */
#events #sec01 {
  padding: 60px 20px;
}
@media screen and (max-width: 767px) {
  #events #sec01 {
    padding: 30px 20px;
  }
}
#events #sec01 .w1140.flex {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #events #sec01 .w1140.flex {
    display: block;
  }
}
#events #sec01 .w1140.flex * {
  box-sizing: border-box;
}
#events #sec01 .w1140.flex .first,
#events #sec01 .w1140.flex .later {
  flex: 0 0 48%;
}
#events #sec01 .w1140.flex .eve {
  background: #fff;
  margin-bottom: 30px;
  padding: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #events #sec01 .w1140.flex .eve {
    padding: 20px;
  }
}
#events #sec01 .w1140.flex .eve .flex {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #events #sec01 .w1140.flex .eve .flex {
    display: block;
  }
}
#events #sec01 .w1140.flex .eve .left__cont {
  flex: 0 1 50%;
}
#events #sec01 .w1140.flex .eve .right__cont {
  flex: 0 1 50%;
}
#events #sec01 .w1140.flex .eve .photo img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#events #sec01 .w1140.flex .eve .comment {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0;
  margin-bottom: 10px;
}
#events #sec01 .w1140.flex .eve .comment strong {
  display: block;
}
#events #sec01 .w1140.flex .eve h3 {
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-weight: 500;
  font-style: italic;
  font-style: italic;
  font-size: 30px;
  line-height: 1;
}
#events #sec01 .w1140.flex .eve h3 strong {
  font-size: 60px;
  margin-right: 10px;
}
#events #sec01 .w1140.flex .eve ul {
  padding-left: 2em;
}
#events #sec01 .w1140.flex .eve ul li {
  font-size: 14px;
}
#events #sec01 .w1140.flex .eve__1 h3 {
  color: #EF7C00;
}
#events #sec01 .w1140.flex .eve__2 h3 {
  color: #EA614D;
}
#events #sec01 .w1140.flex .eve__3 h3 {
  color: #ED7777;
}
#events #sec01 .w1140.flex .eve__4 h3 {
  color: #EB6EA5;
}
#events #sec01 .w1140.flex .eve__5 h3 {
  color: #C966A4;
}
#events #sec01 .w1140.flex .eve__6 h3 {
  color: #B8B0D5;
}
#events #sec01 .w1140.flex .eve__7 h3 {
  color: #6EA2D7;
}
#events #sec01 .w1140.flex .eve__8 h3 {
  color: #2EBDF0;
}
#events #sec01 .w1140.flex .eve__9 h3 {
  color: #47BAAE;
}
#events #sec01 .w1140.flex .eve__10 h3 {
  color: #66CC66;
}
#events #sec01 .w1140.flex .eve__11 h3 {
  color: #ABCD02;
}
#events #sec01 .w1140.flex .eve__12 h3 {
  color: #F5A400;
}
#events #sec01 .w1140.flex .eve__12 .flex {
  flex-wrap: wrap;
}
#events #sec01 .w1140.flex .eve__12 .left__cont,
#events #sec01 .w1140.flex .eve__12 .right__cont {
  flex: 0 0 48%;
}