@charset "utf-8";

.concert4 {
  margin-top: 35px;
  padding-top: 20px;
  padding-bottom: 35px;
  background-color: #ffffff;
}

.concert3 {
  margin-top: 35px;
  padding-top: 20px;
  padding-bottom: 35px;
  background-color: beige;
}

.concert2 {
  margin-top: 35px;
  padding-top: 20px;
  padding-bottom: 35px;
  background-color: #ffffff;
}

.concert1 {
  margin-top: 35px;
  padding-top: 20px;
  padding-bottom: 35px;
  background-color: beige;
}

.title {
  height: 310px;
  background-image: url(../images/infomation/bg-info.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}

.title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.title p {
  font-size: 14px;
  margin-top: 15px;
  margin-left: 30px;
  margin-right: 30px;
}

.event {
  display: flex;
  justify-content: space-between;
  width: 700px;
  max-width: 90%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.event img {
  width: 135px;
}

.event-text {
  max-width: 500px;
  margin-right: 40px;
}

.event-info {
  font-size: smaller;
}

.event-text dd {
  font-size: 13px;
  line-height: 20px;
  margin-left: 10px;
}

.footer {
  margin-top: 75px;
}

@media (max-width: 768px) {
  .event {
    display: block;
    width: 500px;
    margin-top: 45px;
  }

  .event-text {
    margin-right: 0;
  }

  .event img {
    height: auto;
    margin-top: 10px;
    }
}