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

.festa_box {
  background: #f3f3f3;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .festa_box {
    padding: 1.5em;
  }
}
@media screen and (max-width: 399px) {
  .festa_box {
    padding: 1em;
  }
}
.festa_box .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
}
.festa_box .title_wrap .circle {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  border: 1px solid #000;
  background: #fff;
  font-size: 1em;
  font-weight: bold;
  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;
  margin-right: 15px;
}
.festa_box .title_wrap .schedule {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.festa_box .title_wrap .schedule .hh {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.festa_box .title_wrap .schedule .hh > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.25em;
  font-weight: bold;
  margin: 0.125em 0;
  margin-right: 5px;
}
.festa_box .title_wrap .schedule .hh > div span {
  display: block;
}
.festa_box .title_wrap .schedule .hh > div span.large {
  font-size: 175%;
  padding: 0 2px;
}
.festa_box .title_wrap .schedule .hh > div span.mid {
  font-size: 125%;
  padding: 0 2px;
}
.festa_box .title_wrap .schedule .hh > div span.tt {
  margin-right: 0.5em;
}
.festa_box .title_wrap .schedule .hh > div.hh1 {
  margin-top: -3px;
}
.festa_box .title_wrap .schedule .hh > div.hh3 {
  width: 100%;
  line-height: 1.375;
}
.festa_box .title_wrap .schedule p {
  font-size: 1em;
  margin-top: 0.5em;
}
@media screen and (max-width: 559px) {
  .festa_box .title_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .festa_box .title_wrap .circle {
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 10px 2em;
    margin: 1em 0;
  }
  .festa_box .title_wrap .schedule {
    text-align: center;
  }
  .festa_box .title_wrap .schedule .hh {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .festa_box .title_wrap .schedule .hh > div {
    margin-top: 4px;
    font-size: 1.125em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .festa_box .title_wrap .schedule p {
    margin-top: 0.75em;
  }
}
.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 0;
  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);
  background: rgba(0, 0, 0, 0.1);
}
.festa_box ul.festa_photo_headset li.smp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .festa_box ul.festa_photo_headset li {
    width: calc(50% - 8px);
  }
  .festa_box ul.festa_photo_headset li.smp_only {
    display: block;
  }
}
.festa_box ul.festa_photo_headset img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.festa_box p.photo-memo {
  font-size: 0.875em;
  margin-top: 0.75em;
}

.headline2024 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.headline2024 h2 span.min2 {
  display: block;
  font-size: 70%;
}

.fest_list_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1em 0 3em;
}
.fest_list_area .zone_column {
  width: calc(33.33% - 0.75em);
}
.fest_list_area .zone_column h3.zone_num {
  font-size: 1em;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  margin: 0;
}
.fest_list_area .zone_column h3.zone_num a {
  display: block;
  color: #fff;
  padding: 0.25em 0.75em;
  border-radius: 4px;
}
@media screen and (max-width: 1059px) {
  .fest_list_area .zone_column h3.zone_num a {
    margin-top: 10px;
    text-align: center;
    padding: 1em 0.75em;
  }
}
.fest_list_area .zone_column h3.zone_num a:hover {
  opacity: 0.7;
}
.fest_list_area .zone_column ul {
  padding: 0.25em 0;
}
.fest_list_area .zone_column ul li a {
  display: block;
  color: #333;
  border-top: 1px solid #ddd;
}
.fest_list_area .zone_column ul li a:hover {
  background: #eee;
}
.fest_list_area .zone_column ul li.sub a {
  margin-left: 3em;
}
.fest_list_area .zone_column ul li.sub a .num {
  display: none;
}
.fest_list_area .zone_column ul li.sub a .name::before {
  content: "— ";
}
.fest_list_area .zone_column ul li:first-child a {
  border-top: 0;
}
.fest_list_area .zone_column ul li .one_line p {
  font-size: 13px;
  line-height: 17px;
}

h2.fest_h2 {
  font-weight: bold;
  margin-bottom: 0.5em;
}

h2 span.min {
  font-size: 80%;
  padding-left: 0.5em;
  font-weight: normal;
}

.map_dummy {
  background: #f1f1f1;
  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;
  padding: 8em;
}

.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.pavilion,
.fest_detail_area .one_line.pavilion {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fest_list_area .zone_column ul li a .one_line.pavilion .name,
.fest_detail_area .one_line.pavilion .name {
  margin-top: 0px;
}

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

.fest_list_area .zone_column ul li a .one_line.pavilion p.num,
.fest_detail_area .one_line.pavilion p.num {
  white-space: normal;
}

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

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

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

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

@media screen and (min-width: 1060px) {
  .fest_list_area .color-C h3.zone_num.sp-D.pc {
    display: block;
  }
  .fest_list_area .color-C h3.zone_num.sp-D.smp {
    display: none;
  }
}
@media screen and (max-width: 1059px) {
  .fest_list_area .color-C h3.zone_num.sp-D.pc {
    display: none;
  }
  .fest_list_area .color-C h3.zone_num.sp-D.smp {
    display: block;
    margin-top: 10px;
  }
}

ul.pc {
  margin-bottom: 1em;
}

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

/*-----------------------------------------------------
fest_detail
-----------------------------------------------------*/
.fest_detail_area {
  margin: 0;
}
.fest_detail_area h2.zone_num {
  font-size: 1.5em;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  margin: 0;
  color: #fff;
  padding: 0.25em 0.5em;
  border-radius: 4px;
  margin-bottom: 10px;
}
.fest_detail_area .zone_column ul {
  margin: 0 0.125em 3em;
}
.fest_detail_area .zone_column ul li {
  padding: 0.5em 0;
  color: #333;
  margin-top: -65px;
  padding-top: 65px;
}
@media screen and (max-width: 1023px) {
  .fest_detail_area .zone_column ul li {
    margin-top: -85px;
    padding-top: 85px;
  }
}
.fest_detail_area .zone_column ul li .one_line {
  border-top: 1px solid #ddd;
  padding: 0.5em 0 0.25em;
  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;
}
.fest_detail_area .zone_column ul li .one_line p.name {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1059px) {
  .fest_detail_area .zone_column ul li .one_line p.name {
    font-size: 16px;
  }
}
.fest_detail_area .zone_column ul li .one_line p.num {
  font-size: 16px;
}
@media screen and (max-width: 1059px) {
  .fest_detail_area .zone_column ul li .one_line p.num {
    font-size: 13px;
  }
}
.fest_detail_area .zone_column ul li.sub {
  margin-left: 4em;
}
.fest_detail_area .zone_column ul li.sub .one_line p.name:before {
  content: "— ";
}
.fest_detail_area .zone_column ul li.sub .one_line p.num {
  display: none;
}
.fest_detail_area .zone_column ul li p.guide {
  margin: 0em;
  font-size: 1em;
  line-height: 1.5;
}
.fest_detail_area .zone_column ul li:first-child .one_line {
  border-top: 0;
}

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

.mapArea {
  margin: 1em 0;
  background: #fff;
  padding: 0px;
}

.mapArea img {
  width: 100%;
}