/*----------------------------------------------------
  セカンド共通
----------------------------------------------------*/
.header-left a img.logo-large {
  display: none;
}
.title-area {
  background-image: url(../images/common/bg_main.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fff;
  opacity: 0.8;
  padding: 15px 0;
}
.page-title {
  background-color: rgba(255, 255, 255, 90%);
  font-size: 30px;
  font-weight: normal;
  display: inline-block;
  padding: 20px 30px 20px 65px;
  position: relative;
  line-height: 1.2;
}
.page-title::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 35px;
  height: 2px;
  background-color: #71c8ec;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
/*----------------------------------------------------
  フッター
----------------------------------------------------*/
.footer {
  margin-top: 60px;
}
/*----------------------------------------------------
  イベント共通
----------------------------------------------------*/
.event-info-wrap {
  display: flex;
  justify-content: center;
}
.event-img-area {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}
.event-img-area img {
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
}
.event-text-area {
  flex-grow: 1;
}
.event-text-area:not(:first-of-type) {
  padding-left: 15px;
}
.event-text-area p {
  line-height: 1.8;
}
.event-text-area p:last-of-type {
  margin-bottom: 0;
}
.event-text-area > .btn-area {
  margin-top: 20px;
}
.event-ticket-area p {
  line-height: 1.8;
}
.event-search-area {
  margin-bottom: 30px;
}
.event-search-area label {
  font-size: 2.0rem;
  margin-right: 10px;
  vertical-align: middle;
}
.event-search-area select {
  border-radius: 0;
  border-color: #b2b2b2;
  width: 120px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.6rem;
}
.event-search-area select:focus-visible {
  outline: none;
}
/*----------------------------------------------------
  pdf埋め込み
----------------------------------------------------*/
.pdf-wrap {
  width: 100%;
  height: 100%;
}
/*----------------------------------------------------
  レスポンシブ
----------------------------------------------------*/
@media screen and (max-width: 991.98px) {
  .title-area {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  /* 共通 */
  .title-area {
    background-size: initial;
  }
  .page-title::before {
    width: 20px;
  }
  .page-title {
    font-size: 2.2rem;
    padding: 15px 20px 15px 50px;
  }
  /* フッタ */
  .footer {
    margin-top: 40px;
  }
  /* イベント共通 */
  .event-info-wrap {
    flex-direction: column;
  }
  .event-img-area,
  .event-text-area,
  .event-text-area:not(:first-of-type) {
    padding-left: 0;
    padding-right: 0;
  }
  .event-img-area {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 20px;
  }
  .event-ticket-area {
    padding-bottom: 20px;
  }
  .event-text-area p {
    font-size: 1.4rem;
  }
  .event-search-area {
    margin-bottom: 15px;
  }
  .event-search-area label {
    font-size: 1.8rem;
  }
  .event-search-area select {
    font-size: 1.5rem;
  }
}