/* -------------------------- */
/* content */
/* -------------------------- */
.event_category {
  border: 2px solid #221815;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.event_category li {
  width: 33.3333333333%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.event_category li:nth-child(1).active a {
  border-radius: 0;
}
.event_category li:nth-child(8), .event_category li:nth-child(9), .event_category li:nth-child(10) {
  border-bottom: none;
}
.event_category li a {
  height: 100%;
  min-height: 70px;
  background: #221815;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-decoration: none;
}
.event_category li a .icon {
  width: 25px;
  height: 25px;
  fill: #fff;
  align-self: flex-end;
}
.event_category li a span {
  width: 100%;
  display: block;
  align-self: flex-start;
  line-height: 1.2;
  text-align: center;
}
.event_category li.active {
  border-color: #221815;
}
.event_category li.active a {
  background: #DEDCC7;
  color: #221815;
}
.event_category li.active a .icon {
  fill: #221815;
}

.cms_index_list02 {
  border-radius: 0 0 5px 5px;
}
.cms_index_list02 dt {
  padding: 8px 15px;
  background: #e5e5e5;
}
.cms_index_list02 dt.sat {
  background: #D6E3FF;
}
.cms_index_list02 dt.sun {
  background: #FFD6D6;
}
.cms_index_list02 dd {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .event_category {
    border-bottom: none;
  }
  .event_category li {
    width: 20%;
  }
  .event_category li:nth-child(1).active a {
    border-radius: 0;
  }
  .event_category li:nth-child(5) {
    border-right: none;
  }
  .event_category li:nth-child(5).active a {
    border-radius: 0 3px 0 0;
  }
  .event_category li:nth-child(6), .event_category li:nth-child(7) {
    border-bottom: none;
  }
  .event_category li:nth-child(10) {
    border-right: none;
  }
}
@media only screen and (min-width: 1280px) {
  .event_category {
    flex-wrap: nowrap;
  }
  .event_category li {
    width: auto;
    border-bottom: none;
    flex-grow: 1;
  }
  .event_category li:nth-child(5) {
    border-right: 1px solid #fff;
  }
  .event_category li:nth-child(5).active {
    border-color: #221815;
  }
  .cms_index_list02 dt {
    width: 145px;
    padding: 18px 24px;
  }
  .cms_index_list02 dd {
    width: calc(100% - 145px);
    padding: 18px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .event_category li:nth-child(1) {
    width: 100%;
    border-right: none;
  }
  .event_category li:nth-child(4), .event_category li:nth-child(7), .event_category li:nth-child(10) {
    border-right: none;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1280px) {
  .event_category li:nth-child(5).active a {
    padding: 8px;
    border-radius: 0;
  }
}
/*# sourceMappingURL=map/event.css.map */
