body{
    background-color: #f8f9fa;
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif !important;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

.py-3 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

h2 {
    position: relative;
    display: inline-block;
    padding: 0 2em;
    text-align: center;
    font-size: x-large;
  }

  h2:before,
  h2:after {
    font-family: 'Font Awesome 5 Free';
    line-height: 1;
    position: absolute;
    top: calc(50% - .5em);
    color: #d32e26;
  }

  h2:before {
    left: 0;
    content: '\f101';
  }

  h2:after {
    right: 0;
    content: '\f100';
  }

  h3 {
    position: relative;
    display: inline-block;
    padding: 0 2em;
    text-align: center;
    font-size: large;
  }

  h3:before,
  h3:after {
    font-family: 'Font Awesome 5 Free';
    line-height: 1;
    position: absolute;
    top: calc(50% - .5em);
    color: #d32e26;
  }

  h3:before {
    left: 0;
    content: '\f105';
  }

  h3:after {
    right: 0;
    content: '\f104';
  }

  table.home td{
    vertical-align : middle;
  }
  table.home td a {
    display: block;
 }

 .table thead th {
  padding: 0.75rem 0.5rem !important;
}
#map {
    height: 100%;
  }
