@charset "UTF-8";
.bgtotalcol {
  background-color: #eea6ab;
}

.bgheigakucol {
  background-color: #F5A21B;
}

.bgtsushincol {
  background-color: #a0d2d4;
}

.bgothercol {
  background-color: #ACA7D0;
}

.box_sample {
  margin: 10px;
  padding: 10px;
}

.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ftEN {
  font-family: "Crimson Text", serif;
}

.inrWidth {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.outerWidth {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
  width: 1400px;
}

@media screen and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 95%;
  }
  .inrWidth {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .inrWidth {
    width: 80%;
  }
  .outerWidth {
    width: 86.6%;
  }
}
.open__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 45px;
}
.open__flex--txt {
  width: 46%;
  margin-right: 45px;
  margin-top: 50px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2.4;
  letter-spacing: 2px;
}
.open__flex--txt span {
  font-size: 3.7rem;
  color: #eea6ab;
}
.open__flex--img {
  width: 70%;
  margin-right: calc(50% - 50vw);
}
.open__flex--img img {
  width: 100%;
  border-radius: 10px;
}

mark.u-fsBig {
  background-color: transparent;
  color: #e95744;
}

@media screen and (max-width: 768px) {
  /*.secBox{
  	.l-column{
  		padding: 0;
  	}
  }*/
  .open__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 65px;
  }
  .open__flex--txt {
    width: 85%;
    margin: auto;
    margin-top: 25px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.5px;
  }
  .open__flex--txt span {
    font-size: 1.8rem;
  }
  .open__flex--img {
    width: 100%;
    margin: auto;
  }
  .open__flex--img img {
    width: 100%;
    border-radius: 0px;
  }
  .EventDate__item {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    line-height: 1.2;
  }
}