h2.intro {
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 559px) {
  h2.intro {
    font-size: 1.25em;
  }
}

ul.nav_tabx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.nav_tabx li {
  width: 20%;
  padding: 3px;
}
@media screen and (max-width: 767px) {
  ul.nav_tabx li {
    width: 50%;
  }
}
@media screen and (max-width: 559px) {
  ul.nav_tabx li {
    width: 100%;
  }
}
ul.nav_tabx li a {
  display: block;
  padding: 1em 0;
  border: 3px solid #889;
  color: #889;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  ul.nav_tabx li a:hover {
    background: rgba(136, 136, 153, 0.25);
  }
}
@media screen and (max-width: 767px) {
  ul.nav_tabx li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.75em 0;
    border: 1px solid #889;
  }
}
ul.nav_tabx li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
ul.nav_tabx li a .num {
  font-size: 1.25em;
}
ul.nav_tabx li a .name {
  font-size: 1.5em;
}
ul.nav_tabx li a .pav {
  font-size: 0.875em;
  margin-top: 3px;
}
@media screen and (max-width: 1059px) {
  ul.nav_tabx li a .num {
    font-size: 1em;
  }
  ul.nav_tabx li a .name {
    font-size: 1.25em;
  }
  ul.nav_tabx li a .pav {
    font-size: 0.75em;
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  ul.nav_tabx li a span {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  ul.nav_tabx li a .num {
    font-size: 1em;
  }
  ul.nav_tabx li a .num::after {
    content: "|";
    padding: 0 0.5em;
  }
  ul.nav_tabx li a .name {
    font-size: 1em;
  }
  ul.nav_tabx li a .pav {
    font-size: 0.75em;
  }
}

h3.pavilion_title {
  background: #889;
  border-radius: 3px;
  color: #fff;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
h3.pavilion_title span {
  display: block;
  font-weight: bold;
  font-size: 1.25em;
}
h3.pavilion_title span.num::after {
  content: "|";
  padding: 0 0.5em;
}
h3.pavilion_title span.name {
  margin-right: 0.25em;
}
h3.pavilion_title span.pav {
  font-size: 0.8125em;
}

@media screen and (min-width: 1060px) {
  .wrap_pav {
    width: calc(100% - 20px);
    margin: 30px auto 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wrap_pav .map {
    width: 40%;
    margin-right: 5%;
  }
  .wrap_pav .pvl_list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 1059px) {
  .wrap_pav {
    width: calc(100% - 10px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 50px;
  }
  .wrap_pav .map, .wrap_pav ul.pvl_list {
    width: 100%;
    margin: 0;
  }
}
.wrap_pav .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;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1059px) {
  .wrap_pav .map {
    margin: 30px auto;
    max-width: 480px;
  }
}
@media screen and (max-width: 559px) {
  .wrap_pav .map {
    margin: 20px auto;
  }
}
.wrap_pav .map img {
  width: 100%;
}
.wrap_pav ul.pvl_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrap_pav ul.pvl_list li {
  font-size: 0.9125em;
  line-height: 1.5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  width: calc(50% - 1em);
}
.wrap_pav ul.pvl_list li:nth-child(1), .wrap_pav ul.pvl_list li:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .wrap_pav ul.pvl_list li {
    width: 100%;
  }
  .wrap_pav ul.pvl_list li:nth-child(2) {
    border-top: 0;
  }
}
.wrap_pav ul.pvl_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  padding: 0.875em 0.5em;
  font-weight: bold;
}
.wrap_pav ul.pvl_list li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.wrap_pav ul.pvl_list li a.nolink {
  opacity: 0.7;
}
.wrap_pav ul.pvl_list li a.nolink:hover {
  background: rgba(0, 0, 0, 0);
}
.wrap_pav ul.pvl_list li a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: 900;
  padding-right: 8px;
  color: #889;
}