@charset "UTF-8";
.intro {
  font-size: 1.125em;
  line-height: 1.75;
}

.map {
  margin: 2em auto 3em;
}
.map .map_title {
  margin-bottom: 10px;
  font-size: 1.25em;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.map .centerStage_map {
  margin: 0 auto;
}
.map .centerStage_map img {
  width: 100%;
}

ul.tab {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #507dc6;
}
ul.tab li + li {
  border-left: 3px solid #507dc6;
}
ul.tab li {
  width: 33.33%;
  color: #507dc6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
ul.tab li a {
  background: #fff;
  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;
  width: 100%;
  color: #507dc6;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.75em 0;
}
@media screen and (max-width: 559px) {
  ul.tab li a {
    font-size: 1.25em;
    padding: 0.5em 0.75em;
  }
}
ul.tab li a:hover {
  background: rgba(80, 125, 198, 0.7);
  color: #fff;
}
ul.tab li span.m::after {
  content: "月";
  font-size: 70%;
}
@media screen and (max-width: 559px) {
  ul.tab li span.m::after {
    content: "/";
    font-size: 90%;
  }
}
@media screen and (max-width: 349px) {
  ul.tab li span.m {
    display: none;
  }
}
ul.tab li span.days::after {
  content: "日";
  font-size: 70%;
}
@media screen and (max-width: 559px) {
  ul.tab li span.days::after {
    content: "";
    font-size: 70%;
  }
}
@media screen and (max-width: 349px) {
  ul.tab li span.days::after {
    content: "日";
    font-size: 70%;
  }
}
ul.tab li span.min {
  padding-left: 3px;
  font-size: 70%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 349px) {
  ul.tab li span.min {
    display: none;
  }
}

h2.day_lead {
  background: #507dc6;
  border-radius: 3px;
  color: #fff;
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: bold;
}
h2.day_lead span {
  display: block;
  font-size: 1.25em;
}
h2.day_lead span.m::after {
  content: "月";
  font-size: 70%;
}
@media screen and (max-width: 559px) {
  h2.day_lead span.m {
    display: none;
  }
}
h2.day_lead span.days::after {
  content: "日";
  font-size: 70%;
}
h2.day_lead span.min {
  padding-left: 3px;
  font-size: 70%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 349px) {
  h2.day_lead span.min {
    display: none;
  }
}

ul.pg_list {
  margin-bottom: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  ul.pg_list li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  ul.pg_list li {
    width: 100%;
  }
}
ul.pg_list li {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.5em;
}
@media screen and (max-width: 559px) {
  ul.pg_list li {
    padding: 10px;
  }
}
ul.pg_list li .wrap_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.75em;
  font-weight: bold;
}
ul.pg_list li .wrap_info .num {
  font-size: 0.875em;
  background: #333;
  color: #fff;
  border-radius: 3px;
  padding: 0.25em 0.5em;
  margin-right: 0.75em;
  white-space: nowrap;
}
ul.pg_list li .wrap_info .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.pg_list li .wrap_info .infos span {
  display: block;
  white-space: nowrap;
}
ul.pg_list li .wrap_info .infos span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f017";
  font-weight: 400;
  padding-right: 3px;
}
ul.pg_list li .wrap_info .keyword {
  font-size: 0.75em;
  margin-left: 1em;
  font-weight: normal;
  border: 1px solid rgba(0, 0, 0, 0.75);
  padding: 0.125em 0.5em;
  border-radius: 3px;
}
ul.pg_list li .category_name {
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 8px;
}
ul.pg_list li h3 {
  font-size: 1.5em;
  font-weight: bold;
}
ul.pg_list li h3 span.award {
  display: block;
  font-size: 80%;
  margin-bottom: 0.125em;
}
ul.pg_list li .sponcer {
  font-weight: bold;
  margin: 1.25em 0;
}
ul.pg_list li .personal {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.pg_list li .personal .ph {
  width: 130px;
  height: 130px;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ccc;
}
ul.pg_list li .personal .ph img {
  width: 100%;
}
ul.pg_list li .personal .ph.logo {
  padding: 10px;
}
ul.pg_list li .personal .data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0em;
}
ul.pg_list li .personal .data p + p {
  margin-top: 0.25em;
}
ul.pg_list li .personal .data p {
  line-height: 1.375;
}
ul.pg_list li .personal .data p.com {
  font-weight: bold;
  font-size: 1em;
}
ul.pg_list li .personal .data p.post {
  font-weight: bold;
  font-size: 1em;
}
ul.pg_list li .personal .data p.name {
  font-weight: bold;
  font-size: 1.125em;
  margin-top: 0.375em;
}
@media screen and (max-width: 559px) {
  ul.pg_list li .personal .ph {
    width: 100px;
    height: 100px;
  }
  ul.pg_list li .personal .data {
    padding: 0;
  }
}
ul.pg_list li .personal + .personal {
  margin-top: 10px;
}
ul.pg_list li .detail {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.pg_list li .detail a {
  font-size: 1em;
  border-radius: 2em;
  padding: 0.5em 1.5em;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  color: #fff;
  background: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));
  background: linear-gradient(to bottom, #999 0%, #666 100%);
}
ul.pg_list li .detail a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#777));
  background: linear-gradient(to bottom, #aaa 0%, #777 100%);
}
ul.pg_list li .detail a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0a9";
  font-weight: 900;
  padding-right: 6px;
}