@charset "UTF-8";
.festa_colorBar {
  height: 8px;
  overflow: hidden; }
  .festa_colorBar img {
    display: block;
    width: 100%;
    height: 100%; }

.festa_box {
  background: #f3f3f3;
  padding: 2em; }
  @media screen and (max-width: 767px) {
    .festa_box {
      padding: 1.5em; } }
  @media screen and (max-width: 399px) {
    .festa_box {
      padding: 1em; } }
  .festa_box h2.festa_midashi {
    font-size: 2em;
    line-height: 1.25em; }
    @media screen and (max-width: 767px) {
      .festa_box h2.festa_midashi br {
        display: none; } }
    @media screen and (max-width: 599px) {
      .festa_box h2.festa_midashi {
        font-size: 1.5em; } }
  .festa_box .schedule {
    margin: 1.5em 0;
    padding: 1em 0;
    border: solid #666;
    border-width: 1px 0; }
    .festa_box .schedule h2 {
      font-size: 1.5em;
      font-weight: bold; }
      @media screen and (max-width: 599px) {
        .festa_box .schedule h2 {
          font-size: 1.25em; } }
      .festa_box .schedule h2 span {
        font-size: 150%; }
    .festa_box .schedule p {
      font-size: 1.125em;
      margin-top: 0.5em; }
  .festa_box .guide p {
    font-size: 1.125em;
    line-height: 1.75;
    margin-bottom: 0.5em; }
  .festa_box ul.festa_photo_headset {
    margin: 2em auto;
    max-width: 940px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .festa_box ul.festa_photo_headset li {
      margin: 4px;
      width: calc(33.33% - 8px); }
      @media screen and (max-width: 767px) {
        .festa_box ul.festa_photo_headset li {
          width: calc(50% - 8px); } }
    .festa_box ul.festa_photo_headset img {
      width: 100%; }
  .festa_box .band {
    margin: 3em auto;
    max-width: 940px; }
    .festa_box .band p.title {
      font-weight: bold;
      font-size: 1.25em;
      padding: 0.25em 1em;
      border-radius: 1.75em;
      background: #ccc;
      margin-bottom: 0.5em; }
    .festa_box .band .wrap_b {
      padding: 0.5em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .festa_box .band .wrap_b > div {
        width: calc(50% - 1em); }
        .festa_box .band .wrap_b > div.pp img {
          width: 100%;
          border: 1px solid #ccc; }
    .festa_box .band p {
      line-height: 1.75;
      margin: 0 0 1em 0; }
    .festa_box .band p.r1 {
      font-size: 1.125em;
      font-weight: bold; }

h2 span.min {
  font-size: 16px;
  padding-left: 1em;
  font-weight: normal; }

.fest_list_area {
  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;
  margin: 1em 0; }
  .fest_list_area .zone_column {
    width: calc(25% - 0.25em); }
    .fest_list_area .zone_column ul {
      margin: 0.5em 0.125em 1.5em; }
    .fest_list_area .zone_column li a {
      display: block;
      color: #333;
      border-bottom: 1px solid #ddd; }
      .fest_list_area .zone_column li a:hover {
        background: #eee; }
    .fest_list_area .zone_column li:last-child a {
      border-bottom: 0; }
    .fest_list_area .zone_column li .one_line p {
      font-size: 13px;
      line-height: 17px; }

h2.zone_num {
  font-size: 1.25em;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  margin: 0; }
  h2.zone_num a {
    display: block;
    color: #fff;
    padding: 0.25em 0.75em;
    border-radius: 1em; }
    h2.zone_num a:hover {
      opacity: 0.7; }
  .fest_detail_area h2.zone_num {
    font-size: 1.5em;
    line-height: 1;
    padding: 0.25em 0.75em;
    border-radius: 1em; }

.fest_list_area .zone_column ul li a .one_line,
.fest_detail_area .one_line {
  line-height: 1.5;
  padding: 0.25em 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.fest_list_area .zone_column ul li a .one_line p.num,
.fest_detail_area .one_line p.num {
  border-radius: 4px;
  padding: 0 0.5em;
  color: #fff;
  margin-right: 0.5em;
  font-size: 70%;
  white-space: nowrap; }

.color-A p.num,
.fest_list_area .color-A h2.zone_num a,
.fest_detail_area .color-A h2.zone_num {
  background: #f50000; }

.color-B p.num,
.fest_list_area .color-B h2.zone_num a,
.fest_detail_area .color-B h2.zone_num {
  background: #fc9b00; }

.color-C p.num,
.fest_list_area .color-C h2.zone_num a,
.fest_detail_area .color-C h2.zone_num {
  background: #669900; }

.color-D p.num,
.fest_list_area .color-D h2.zone_num a,
.fest_detail_area .color-D h2.zone_num {
  background: #3897C8; }

.mapArea {
  margin: 1em 0 10em;
  background: #fff;
  padding: 0px;
  border: 1px solid #ddd; }

.mapArea img {
  width: 100%; }

.mapArea .pdf_dl a {
  display: block;
  margin: 1.5em auto 0;
  background: #333333;
  background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#333));
  background: -webkit-linear-gradient(top, #777 0%, #333 100%);
  background: -o-linear-gradient(top, #777 0%, #333 100%);
  background: linear-gradient(to bottom, #777 0%, #333 100%);
  color: #fff;
  text-align: center;
  font-size: 1em;
  padding: 0.5em;
  border-radius: 1.5em;
  width: 100%;
  max-width: 30em;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); }

.mapArea .pdf_dl a:hover {
  background: #333333;
  background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#333));
  background: -webkit-linear-gradient(top, #999 0%, #333 100%);
  background: -o-linear-gradient(top, #999 0%, #333 100%);
  background: linear-gradient(to bottom, #999 0%, #333 100%); }

@media screen and (max-width: 599px) {
  .mapArea .pdf_dl a {
    border-radius: 0.5em; }
  .mapArea .pdf_dl a span {
    display: block;
    font-size: 75%; } }

/*-----------------------------------------------------
fest_detail
-----------------------------------------------------*/
.fest_detail_area {
  margin-bottom: 0; }

.fest_detail_area .zone_column ul {
  margin: 0.5em 0.25em 5em; }

.fest_detail_area .zone_column ul li {
  padding: 0.5em 0;
  color: #333;
  border-bottom: 1px solid #ddd;
  /* ネガティブマージン打ち直し */
  margin-top: -90px;
  /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 90px;
  /* 打ち消し用のパディング */ }

.fest_detail_area .zone_column ul li .one_line {
  padding: 0.5em 0; }

.fest_detail_area .zone_column ul li:last-child {
  border-bottom: 0; }

.fest_detail_area .one_line p.name {
  font-size: 18px;
  font-weight: bold; }

.fest_detail_area .one_line p.num {
  font-size: 16px; }

.fest_detail_area .zone_column ul li p.guide {
  margin: 0em;
  font-size: 1em;
  line-height: 1.5; }

@media screen and (max-width: 1099px) {
  .fest_list_area .zone_column {
    width: calc(50% - 0.5em);
    margin-bottom: 10px; } }

@media screen and (max-width: 599px) {
  .fest_list_area .zone_column {
    width: calc(100% - 0.5em); }
  .fest_list_area .zone_column h2 {
    text-align: center; }
  .fest_list_area .zone_column ul {
    display: none; }
  .fest_detail_area .one_line p.name {
    line-height: 1.25;
    font-size: 16px; }
  .fest_detail_area .one_line p.num {
    font-size: 14px; }
  .fest_detail_area .zone_column ul li p.guide {
    font-size: 14px;
    line-height: 1.5; } }
