h2 {
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: bold;
}

ul.nav_tabx {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.nav_tabx li {
  margin: 0 5px;
}
@media screen and (max-width: 449px) {
  ul.nav_tabx li {
    margin: 0 2px;
  }
}
ul.nav_tabx li a {
  display: block;
  padding: 1em 3em;
  border: 2px solid #889;
  color: #889;
  font-weight: bold;
}
ul.nav_tabx li a:hover {
  background: rgba(136, 136, 153, 0.25);
}
ul.nav_tabx li a span {
  display: block;
  text-align: center;
}
ul.nav_tabx li a .name {
  font-size: 175%;
}
ul.nav_tabx li a .pav {
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  ul.nav_tabx li a {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 559px) {
  ul.nav_tabx li a {
    padding: 1em 2em;
  }
}
@media screen and (max-width: 449px) {
  ul.nav_tabx li a {
    padding: 1em 1.5em;
  }
}
@media screen and (max-width: 349px) {
  ul.nav_tabx li a {
    padding: 1em 1.25em;
    font-size: 0.8125em;
  }
}

h3.pavilion_title {
  background: #889;
  border-radius: 3px;
  color: #fff;
  padding: 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
h3.pavilion_title span {
  display: block;
  font-weight: bold;
  font-size: 1.125em;
}
h3.pavilion_title span.num {
  border: 2px solid #fff;
  padding: 2px 0.75em;
  margin-right: 0.75em;
  font-size: 0.8125em;
}
h3.pavilion_title span.name {
  margin-right: 0.25em;
}
.wrap_pav {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1059px) {
  .wrap_pav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.map, ul.pvl_list {
  width: 50%;
}
@media screen and (max-width: 1059px) {
  .map, ul.pvl_list {
    width: 100%;
    margin-bottom: 2em;
  }
}

.map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.map img {
  width: 100%;
  max-width: 400px;
}

ul.pvl_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.pvl_list li {
  font-size: 0.875em;
  width: calc(50% - 10px);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 559px) {
  ul.pvl_list li {
    width: 100%;
  }
}
ul.pvl_list li a {
  display: block;
  color: #333;
  padding: 0.75em 0.5em;
  font-weight: bold;
}
ul.pvl_list li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
ul.pvl_list li a.nolink {
  font-weight: normal;
}
ul.pvl_list li a.nolink:hover {
  background: rgba(0, 0, 0, 0);
}