.exhibition_mv img {
  width: 100%;
}

.exhibition--title {
  color: #222;
  font-weight: bold;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .exhibition--title {
    font-size: 27px;
  }
}

@media only screen and (max-width: 767px) {
  .exhibition--title {
    font-size: 21px;
  }
}

.exhibition--title + * {
  margin-top: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .exhibition_section {
    padding: 55px 90px 0;
  }
}

@media only screen and (max-width: 767px) {
  .exhibition_section {
    padding: 35px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .exhibition_section + .exhibition_section {
    margin-top: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .exhibition_section + .exhibition_section {
    margin-top: 75px;
  }
}

.exhibition_section .section--title {
  color: #222;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .exhibition_section .section--title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .exhibition_section .section--title {
    font-size: 17px;
    margin-bottom: 25px;
  }
}

.exhibition_section .col--image figcaption {
  text-align: center;
}

.exhibition_summary {
  background-color: #e6e6e6;
}

@media print, screen and (min-width: 768px) {
  .exhibition_summary {
    margin-top: 120px;
    padding: 120px 0;
  }
}

@media only screen and (max-width: 767px) {
  .exhibition_summary {
    margin-top: 110px;
    padding: 60px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .exhibition_summary_inner {
    margin: auto;
    width: 950px;
  }
}

@media only screen and (max-width: 767px) {
  .exhibition_summary_inner {
    padding: 0 10px;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .exhibition_summary_title {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .exhibition_summary_title {
    margin-bottom: 30px;
  }
}

.exhibition_summary_title > p {
  text-align: center;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .exhibition_summary_title > p {
    font-size: 27px;
  }
}

@media only screen and (max-width: 767px) {
  .exhibition_summary_title > p {
    font-size: 24px;
  }
}

.exhibition_summary_text > p {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
}

.exhibition_summary_contact {
  background-color: #fff;
  border: 1px solid #d1d1d1;
}

@media print, screen and (min-width: 768px) {
  .exhibition_summary_contact {
    margin-top: 100px;
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .exhibition_summary_contact {
    margin-top: 30px;
    padding: 30px 10px 40px;
  }
}

.exhibition_summary_contact_title {
  margin-bottom: 20px;
}

.exhibition_summary_contact_title > p {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}

.exhibition_summary_contact_text > p {
  text-align: center;
  line-height: 1.9;
}

.exhibition_summary_contact_list {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .exhibition_summary_contact_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
  }
}

.exhibition_summary_contact_list ul li {
  text-decoration: underline;
  color: #861c3c;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .exhibition_summary_contact_list ul li {
    font-size: 19px;
    text-align: center;
  }
}

.exhibition_summary_contact_list ul li span {
  color: #222;
}

@media print, screen and (min-width: 768px) {
  .exhibition_summary_contact_list ul li + li {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #d1d1d1;
  }
}

@media only screen and (max-width: 767px) {
  .exhibition_summary_contact_list ul li + li {
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .exhibition_summary_contact_list ul li a[href^="tel:"] {
    pointer-events: none;
  }
}

.link--underline:hover {
  text-decoration: underline;
}
