/* container
============================================================ */
#container {
  width: 90%;
  max-width: 1255px;
  margin: 80px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* sidebar
============================================================ */
.sidebar {
  width: 150px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sidebar__item + .sidebar__item {
  margin: 25px 0 0;
}

/* section
============================================================ */
.sec__title {
  font-size: 2.6rem;
  font-weight: bold;
  color: #3e3a39;
}

/* showroom
============================================================ */
.showroom {
  max-width: 700px;
}
.showroom__figure {
  margin: 20px 0 0;
}
.showroom__lead {
  margin: 20px 0 0;
}

/* photo
============================================================ */
.photo {
  margin: 60px 0 0;
}
.photo__title {
  font-size: 21px;
  font-weight: bold;
}
.photo__list {
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.photo__list li {
  width: 31.42%;
  margin: 0 0 20px;
}
.photo__list figcaption {
  margin: 5px 0 0;
  text-align: center;
}

/* access
============================================================ */
.access {
  max-width: 700px;
  margin: 80px 0 0;
}
.access__title {
  font-size: 21px;
  font-weight: bold;
}
.access__inner {
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
}
.access__map,
.access__text {
  width: 48.57%;
}
.access__map div {
  position: relative;
  height: 0;
  padding-top: 76.47%;
  overflow: hidden;
}
.access__map div iframe,
.access__map div object,
.access__map div embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access__subtitle {
  padding: 5px;
  font-size: 21px;
  font-weight: bold;
  background: #3e3a39;
  color: #fff;
}
.access__address {
  margin: 20px 0 0;
}
.access__contact {
  margin: 30px 0 0;
  font-size: 21px;
  font-weight: bold;
}
.access__contact span {
  font-size: 15px;
  font-weight: normal;
}

/* footer
============================================================ */
.footer {
  margin-top: 100px;
}

@media screen and (min-width: 787px) {
  .photo__list li:last-child:nth-child(3n+2) {
    margin-right: calc(31.42% + (5.74% / 2));
  }
}
@media screen and (max-width: 786px) {
  /* container
  ============================================================ */
  #container {
    margin: 40px auto 0;
    display: block;
  }
  /* section
  ============================================================ */
  .sec__title {
    font-size: 1.8rem;
  }
    /* showroom
  ============================================================ */
  .showroom__figure {
    margin: 10px 0 0;
  }
  .showroom__lead {
    margin: 10px 0 0;
  }

  /* photo
  ============================================================ */
  .photo {
    margin: 40px 0 0;
  }
  .photo__title {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .photo__list {
    margin: 20px 0 0;
  }
  .photo__list li {
    width: 48%;
    margin: 0 0 20px;
  }

  /* access
  ============================================================ */
  .access {
    margin: 40px 0 0;
  }
  .access__title {
    font-size: 1.8rem;
  }
  .access__inner {
    margin: 10px 0 0;
    flex-direction: column;
  }
  .access__map,
  .access__text {
    width: 100%;
  }
  .access__text {
    margin: 20px 0 0;
  }
  .access__subtitle {
    font-size: 1.8rem;
  }
  .access__address {
    margin: 10px 0 0;
  }
  .access__contact {
    margin: 15px 0 0;
    font-size: 1.8rem;
  }
  .access__contact span {
    font-size: 1.5rem;
  }

  /* footer
  ============================================================ */
  .footer {
    margin-top: 50px;
  }
}
