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

ul.nav_tabx {
  margin-bottom: 8em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
@media screen and (max-width: 1024px) {
  ul.nav_tabx {
    -ms-grid-columns: 1fr 6px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
    row-gap: 6px;
  }
}
@media screen and (max-width: 767px) {
  ul.nav_tabx {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 4px;
  }
}
ul.nav_tabx li a {
  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;
  padding: 1.5em 0;
  color: #333;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: rgba(136, 136, 153, 0.35);
}
@media screen and (min-width: 1025px) {
  ul.nav_tabx li a:hover {
    background: rgba(136, 136, 153, 0.75);
  }
}
@media screen and (max-width: 1024px) {
  ul.nav_tabx li a {
    border-width: 2px;
  }
}
@media screen and (max-width: 767px) {
  ul.nav_tabx li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    padding: 0.675em;
  }
}
ul.nav_tabx li a .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.nav_tabx li a .num span {
  font-size: 0.875em;
  font-weight: normal;
  display: block;
  background: #333;
  color: #fff;
  padding: 3px 0.75em;
}
ul.nav_tabx li a .name {
  margin-top: 0.375em;
  font-size: 1.3125em;
  color: #333;
}
ul.nav_tabx li a .pav {
  font-size: 1em;
  margin-top: 3px;
}
@media screen and (max-width: 1059px) {
  ul.nav_tabx li a .num span {
    font-size: 0.8125em;
  }
  ul.nav_tabx li a .name {
    font-size: 1.25em;
  }
  ul.nav_tabx li a .pav {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  ul.nav_tabx li a .num {
    font-size: 0.875em;
    margin: 0;
    margin-right: 0.75em;
  }
  ul.nav_tabx li a .num span {
    width: 4.5em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  ul.nav_tabx li a .name {
    font-size: 0.9125em;
    margin: 0;
    margin-right: 0.25em;
  }
  ul.nav_tabx li a .pav {
    font-size: 0.9125em;
    margin: 0;
  }
}

div.pavilion_title {
  background: rgba(136, 136, 153, 0.35);
  padding: 10px 12px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
div.pavilion_title p.num {
  font-size: 0.9125em;
  font-weight: normal;
  display: block;
  background: #333;
  color: #fff;
  padding: 5px 0.75em;
  margin-right: 0.75em;
}
div.pavilion_title p.name_pav {
  font-size: 1.5em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
div.pavilion_title p.name_pav span.pav {
  font-size: 75%;
  margin-left: 0.25em;
}
@media screen and (max-width: 559px) {
  div.pavilion_title p.name_pav {
    font-size: 1.25em;
    display: inline;
  }
  div.pavilion_title p.name_pav span.pav {
    font-size: 100%;
    margin-left: 0;
  }
}

.wrap_pav {
  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: 30%;
  margin-right: 2rem;
}
.wrap_pav .pvl_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .wrap_pav .map {
    width: 40%;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .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;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .wrap_pav .map {
    max-width: 300px;
    margin: 2rem auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 559px) {
  .wrap_pav .map {
    margin: 1.5rem auto;
  }
}
.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);
}
.wrap_pav .map img {
  width: 100%;
}
.wrap_pav .map:empty {
  aspect-ratio: 1/1;
  background: rgba(136, 136, 153, 0.07);
}
.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: 1em;
  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: 1024px) {
  .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(136, 136, 153, 0.15);
}
.wrap_pav ul.pvl_list li a.nolink {
  opacity: 0.5;
}
.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;
}