@charset "UTF-8";
.exhibition-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px 80px;
  color: #332c29;
  line-height: 1.9;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.exhibition-hero {
  padding: 60px 30px;
  margin-bottom: 40px;
  background: #eee8dc;
  text-align: center;
}

.exhibition-label {
  color: #9a5a55;
  font-size: 12px;
  letter-spacing: .2em;
}

.exhibition-hero h1 {
  margin: 25px 0;
  color: #9a5a55;
  font-size: clamp(32px, 6vw, 64px);
  line-height: 1.35;
  letter-spacing: .08em;
}

.exhibition-lead {
  font-size: 16px;
}

.exhibition-date {
  margin-top: 30px;
  color: #777;
  font-size: 13px;
}

.exhibition-notice {
  margin: 30px 0 60px;
  padding: 25px 30px;
  background: #f6f2ea;
  border-left: 4px solid #9a5a55;
}

.exhibition-page h2 {
  margin: 60px 0 20px;
  padding-bottom: 10px;
  color: #814d49;
  border-bottom: 1px solid #d8c8bc;
  font-size: 26px;
}

.exhibition-page h3 {
  margin-top: 30px;
  color: #814d49;
  font-size: 19px;
}

.exhibition-quote,
.exhibition-consent {
  margin: 25px 0;
  padding: 22px 25px;
  background: #f8f5ef;
  border: 1px solid #ded4c8;
}

.exhibition-quote strong,
.exhibition-quote span {
  display: block;
}

.exhibition-quote span {
  margin-top: 8px;
  color: #777;
  font-size: 13px;
}

.exhibition-table {
  width: 100%;
  margin: 25px 0;
  border-collapse: collapse;
  background: #fffdf9;
}

.exhibition-table th,
.exhibition-table td {
  padding: 14px;
  border: 1px solid #d8cfc4;
  text-align: left;
  vertical-align: top;
}

.exhibition-table thead th {
  background: #eee8dc;
  color: #814d49;
}

.exhibition-warning {
  padding: 15px 20px;
  background: #fff3ee;
  border-left: 4px solid #b77865;
}

.exhibition-proposal {
  display: inline-block;
  padding: 10px 16px;
  color: #5d755e;
  background: #edf1e9;
  border-left: 3px solid #809780;
  font-weight: bold;
}

.exhibition-page li {
  margin: 8px 0;
}

.exhibition-note {
  margin-top: 50px;
  padding: 20px;
  color: #716963;
  background: #f4f1ec;
  font-size: 13px;
}

@media screen and (max-width: 600px) {
  .exhibition-page {
    padding: 25px 15px 50px;
    font-size: 15px;
  }

  .exhibition-hero {
    padding: 40px 18px;
  }

  .exhibition-hero h1 {
    font-size: 38px;
  }

  .exhibition-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .exhibition-table th,
  .exhibition-table td {
    padding: 10px;
  }

  .exhibition-notice,
  .exhibition-quote,
  .exhibition-consent {
    padding: 18px;
  }
}