.btn-exhibit {
  position: fixed;
  bottom: 0.5em;
  right: 0.5em; }
  .btn-exhibit a {
    background-color: #FC7815;
    color: #fff;
    text-align: center;
    display: block;
    width: 4.8em;
    height: 4.8em;
    padding: 1em 0.5em;
    border-radius: 50%;
    text-decoration: none; }
    .btn-exhibit a small {
      display: block;
      font-size: 0.8em;
      line-height: 1.0; }
    .btn-exhibit a i {
      display: block;
      margin: 0;
      font-size: 2rem; }

.btn-map {
  position: fixed;
  bottom: 0.5em;
  left: calc(50% - 3.3em); }
  .btn-map a {
    display: block;
    text-decoration: none;
    padding: 0.5em 0.75em;
    font-size: 1.2em;
    border-radius: 1.1em;
    line-height: 1;
    background-color: #fff;
    color: #545454;
    box-shadow: 0 0 5px rgba(161, 161, 161, 0.25); }
    .btn-map a i {
      color: #377C43; }

.scroll-display {
  transition: .5s; }
  .scroll-display.scroll-db {
    transform: translateY(-100%); }
