/* Scss Document */
/* Scss Document */
h2 span {
  font-size: 20px; }

main {
  margin-top: 0px; }

.smaller main {
  margin-top: 180px;
  position: relative;
  z-index: 1; }
  @media (max-width: 599px) {
    .smaller main {
      margin-top: 0px; } }

#current {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }

h3 {
  text-align: center;
  font-size: 20px;
  margin: 100px auto 50px;
  background-color: #000;
  display: inline-block;
  color: #fff; }

#current {
  margin: 0 auto 100px;
  border-bottom: solid #000 1px; }

#past {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }
  #past dt {
    margin-bottom: 10px; }

#archives {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }
  #archives .back a {
    background-color: #000;
    display: inline-block;
    color: #fff; }
  #archives .exhibition {
    margin-bottom: 100px; }
    #archives .exhibition h4 {
      text-align: center; }
    #archives .exhibition .date {
      text-align: center;
      margin-bottom: 40px; }
    #archives .exhibition .text {
      text-align: center; }
      @media (max-width: 599px) {
        #archives .exhibition .text {
          text-align: left; } }
    #archives .exhibition .mainphoto {
      margin-top: 50px; }
    #archives .exhibition .photographer {
      text-align: right; }
      @media (max-width: 599px) {
        #archives .exhibition .photographer {
          text-align: center; } }
    #archives .exhibition .photo {
      margin-bottom: 20px; }

nav.exhibition {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  nav.exhibition a {
    width: 200px; }
    @media (max-width: 599px) {
      nav.exhibition a {
        width: 150px; } }
  nav.exhibition .ttl {
    text-align: center;
    margin-top: 10px; }

nav.latest {
  justify-content: flex-start; }

nav.latest {
  justify-content: flex-end; }

#link {
  display: flex;
  justify-content: space-around;
  margin-bottom: 100px; }
  #link figure {
    max-width: 350px;
    overflow: hidden; }
    #link figure:hover {
      cursor: pointer; }
      #link figure:hover img {
        transform: scale(1.1);
        transition-duration: 0.3s; }
    #link figure img {
      width: 100%;
      transition-duration: 0.3s; }
  #link figcaption {
    margin-top: 15px;
    text-align: center;
    display: block; }
