/* MV */
.jumbotron {
    /* padding: 4rem 2rem; */
    background-color: transparent;
}
.mv {
/*  background-image: url("../../img/back.jpg");*/
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  margin-bottom: 0;
}
.mv>.container {

}
.mv-info {
/*  background-color: rgba(0, 0, 0, 0.6);*/
  padding: 4rem 9.5rem;
/*  border:1px solid rgba(0,0,0,0.1);
  border-radius:12px;*/
}

@media (max-width: 991px) {
  .mv-info {
    padding: 2rem;
  }
}
.mv-info .event-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}
.mv-info .event-title li>span {
  font-size: 2rem;
  font-weight: 700;
}
.mv-info .event-title li:nth-of-type(2) {
  margin-bottom: 5px;
}

/* 20190604 background: #161415　削除＆margin.padding-right追加*/
.mv-info .event-title li:nth-of-type(3) img {
  width: 240px;
  padding: .5rem 1.5rem;
  padding-right: 12%;
  margin-top: -20%;
  margin-bottom: -20%;
}
/* 20190604 */
.mv-info .event-date {
  font-size: 1.2rem;
  font-weight: 600;
}

.mv-info .event-venue {
  font-size: .9rem;
  font-weight: 600;
}
.mv-info .event-fee {
  font-size: 1.2rem;
  font-weight: 700;
}
.event-entry li a {
  background-color: #259acc;
  border-color: #259acc;
  padding: 1.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.5;
  text-align: center;
  width:400px;
}
.event-entry li:nth-of-type(2) {
  margin-left: 1rem;
}
.event-entry li:nth-of-type(2) a {
  background-color: #259acc;
  border-color: #259acc;
}
  @media (max-width: 991px) {
    .event-entry {
      flex-wrap: wrap;
    }
    .event-entry li:nth-of-type(1) {
      margin-bottom: 1rem;
    }
    .event-entry li:nth-of-type(2) {
      margin-left: 0;
    }
    .event-entry li a {
      padding: 1rem 1.5rem;
      font-size: 1.2rem;
      line-height: 1.5;
      text-align: center;
      width: 300px;
    }
  }
.event-entry li a:hover {
  background-color: #FFFFFF;
  border-color: #259acc;
  color: #259acc;
}
.event-entry li:nth-of-type(2) a:hover {
  background-color: #FFFFFF;
  border-color: #259acc;
  color: #259acc;
}
.event-entry li a>span::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 13px;
  background-image: url(img/btn-arrow-r-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 0 1rem;
}
.event-entry li a:hover>span::after {
  background-image: url(img/btn-arrow-r-bl.svg);
}
.event-entry li:nth-of-type(2) a:hover>span::after {
  background-image: url(img/btn-arrow-r-gra.svg);
}
/* アジェンダファイルへのリンク */
.event-agenda li:nth-of-type(2) {
  margin-left: 1rem;
}
.event-agenda li a {
  display: block;
  width: 400px;
  background-color: #FBB32B;
  border-color: #FBB32B;
  border-radius: 6px;
  padding: 1rem 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.5;
  text-align: left;
  text-align: center;
}
.event-agenda li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f1c1";
  margin-left: 10px;
}
.event-agenda li a:hover {
  background-color: #FFFFFF;
  border-color: #FBB32B;
  color: #FBB32B;
  text-decoration: none;
}
@media (max-width: 991px) {
  .event-agenda {
    flex-wrap: wrap;
  }
  .event-agenda li:nth-of-type(1) {
    margin-bottom: 1rem;
  }
  .event-agenda li:nth-of-type(2) {
    margin-left: 0;
  }
  .event-agenda li a {
    display: block;
    width: 300px;
    padding: 1rem 0;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
  }
}
/*-----Disabled----*/
.event-entry-disabled li a {
  background-color: #259acc;
  border-color: #259acc;
  padding: 1.5rem 4rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.5;
  text-align: left;
}
.event-entry-disabled li:nth-of-type(1) {
  margin-left: 1rem;
}
.event-entry-disabled li:nth-of-type(1) a {
  background-color: #888888;
  border-color: #888888;
  pointer-events: none;
}
.event-entry-disabled li:nth-of-type(1) a:hover {
	cursor: default;
}
  @media (max-width: 991px) {
    .event-entry-disabled {
      flex-wrap: wrap;
    }
    .event-entry-disabled li:nth-of-type(1) {
      margin-bottom: 1rem;
    }
    .event-entry-disabled li:nth-of-type(1) {
      margin-left: 0;
    }
    .event-entry-disabled li a {
      padding: 1rem 1.5rem;
      font-size: 1.2rem;
      line-height: 1.5;
      text-align: center;
    }
  }
.event-entry-disabled li a:hover {
  background-color: #FFFFFF;
  border-color: #259acc;
  color: #259acc;
}
/*-----Disabled----*/
.event-summary {
  line-height: 2;
}