@media screen and (min-width: 751px) {
  .alpha, .omotenashi-btn-01 {
    transition: all 0.2s ease;
  }
  .alpha:hover, .omotenashi-btn-01:hover {
    opacity: 0.7;
  }
}

#dataList {
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  #dataList {
    margin-bottom: 85px;
  }
}
#dataList .dataList-inner {
  max-width: 860px;
  margin: 0 auto;
}
#dataList .search-cats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 80px;
  padding: 25px;
  background-color: #E5EAD8;
}
@media screen and (max-width: 750px) {
  #dataList .search-cats {
    display: block;
    height: auto;
    margin-bottom: 50px;
    padding: 0;
    border-top: 1px solid #7F963D;
  }
}
#dataList .search-cats-btn {
  font-size: 15px;
  font-weight: 500;
  padding-left: 36px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  #dataList .search-cats-btn {
    font-size: 14px;
    display: flex;
    align-items: center;
    height: 42px;
    padding-left: 40px;
    border-top: 1px solid #fff;
  }
  #dataList .search-cats-btn:first-of-type {
    border-top: none;
  }
}
#dataList .search-cats-btn::before {
  display: block;
  content: "";
  width: 27px;
  height: 27px;
  border: 1px solid #7F963D;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  #dataList .search-cats-btn::before {
    width: 20px;
    height: 20px;
    left: 15px;
  }
}
#dataList .search-cats-btn.current::before {
  background-color: #7F963D;
}
#dataList .areas {
  margin-top: -23px;
}
#dataList .area {
  border: 1px solid #7F963D;
  border-radius: 0 0 15px 15px;
  background-color: #fff;
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  #dataList .area {
    margin-top: 30px;
    border-radius: 0 0 8px 8px;
  }
}
#dataList .area-name {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  height: 60px;
  margin-bottom: -100px;
  padding: 0 30px;
  background-color: #7F963D;
}
@media screen and (max-width: 750px) {
  #dataList .area-name {
    font-size: 16px;
    letter-spacing: 0.1em;
    height: auto;
    margin-bottom: -45px;
    padding: 5px 15px;
  }
}
#dataList .area-name span {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  color: #7F963D;
  font-size: 24px;
  font-weight: 500;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #fff;
  padding-bottom: 2px;
}
@media screen and (max-width: 750px) {
  #dataList .area-name span {
    font-size: 16px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}
#dataList .data-list {
  padding: 30px 30px 26px;
}
@media screen and (max-width: 750px) {
  #dataList .data-list {
    padding: 20px 14px 14px;
  }
}
#dataList .data-item {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  #dataList .data-item {
    margin-top: 45px;
  }
}
#dataList .data-inner {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #dataList .data-inner {
    display: block;
  }
}
#dataList .data-box-img {
  order: 0;
  width: 386px;
  float: left;
}
@media screen and (max-width: 750px) {
  #dataList .data-box-img {
    width: 100%;
    float: none;
  }
}
#dataList .data-box-hdr {
  order: 1;
  width: 373px;
  float: right;
  margin-bottom: 36px;
}
@media screen and (max-width: 750px) {
  #dataList .data-box-hdr {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
}
#dataList .data-box-cont {
  order: 2;
  width: 373px;
  float: right;
}
@media screen and (max-width: 750px) {
  #dataList .data-box-cont {
    width: 100%;
    float: none;
  }
}
#dataList .data-date {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  #dataList .data-date {
    margin-top: 5px;
  }
}
#dataList .data-date-hdr {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 100px;
  background-color: #E5EAD8;
}
@media screen and (max-width: 750px) {
  #dataList .data-date-hdr {
    font-size: 14px;
    width: 75px;
  }
}
#dataList .data-date-con {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 107px);
  background-color: #E5EAD8;
}
@media screen and (max-width: 750px) {
  #dataList .data-date-con {
    width: calc(100% - 80px);
  }
}
#dataList .data-date-box {
  font-size: 18px;
  line-height: 1.2;
  padding: 5px 10px;
}
@media screen and (max-width: 750px) {
  #dataList .data-date-box {
    font-size: 14px;
    line-height: 1.43;
    padding: 5px;
  }
}
#dataList .data-date-day {
  width: 100%;
}
#dataList .data-date-time {
  width: 100%;
}
#dataList .data-cats {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  #dataList .data-cats {
    margin-bottom: 4px;
  }
}
#dataList .data-cat {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 30px;
  padding: 0 10px 2px;
  border-radius: 10px;
  background-color: #000;
}
@media screen and (max-width: 750px) {
  #dataList .data-cat {
    font-size: 13px;
    height: 22px;
    padding: 0 7px 2px;
    border-radius: 7px;
  }
}
#dataList .data-cat + .data-cat {
  margin-left: 10px;
}
#dataList .data-floor {
  font-weight: 500;
  margin: 3px 0 27px;
}
@media screen and (max-width: 750px) {
  #dataList .data-floor {
    font-size: 13px;
    margin: 1px 0 9px;
  }
}
#dataList .data-name {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  #dataList .data-name {
    font-size: 17px;
  }
}
#dataList .data-name + .data-place {
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  #dataList .data-name + .data-place {
    margin-top: 5px;
  }
}
#dataList .data-place {
  line-height: 1.4;
  text-indent: -3em;
  margin-left: 3em;
}
@media screen and (max-width: 750px) {
  #dataList .data-place {
    font-size: 14px;
  }
}
#dataList .data-desc {
  color: #7F963D;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #dataList .data-desc {
    font-size: 16px;
    line-height: 1.56;
    margin-top: 17px;
  }
}
#dataList .data-txt {
  line-height: 1.75;
  white-space: pre-line;
  margin-top: 7px;
}
@media screen and (max-width: 750px) {
  #dataList .data-txt {
    line-height: 1.7;
    margin-top: 9px;
  }
}
#dataList .data-note,
#dataList .data-time-note {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  #dataList .data-note,
  #dataList .data-time-note {
    font-size: 13px;
    line-height: 1.54;
  }
}
#dataList .data-note li,
#dataList .data-time-note li {
  text-indent: -1.25em;
  margin-left: 1.25em;
}
#dataList .data-time-note {
  line-height: 1.4;
}
#dataList .data-note {
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  #dataList .data-note {
    margin-top: 6px;
  }
}
#dataList .data-note:first-child {
  margin-top: 0;
}

.datas {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .datas .inner {
    padding: 0 20px;
  }
}

.omotenashi-btn-01 {
  display: inline-block;
  color: #7F963D;
  height: 40px;
  line-height: 37px;
  margin-top: 18px;
  padding: 0 34px;
  border: 1px solid #7F963D;
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  .omotenashi-btn-01 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 305px;
    height: 45px;
    border-radius: 23px;
    margin: 21px 0 25px;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  .omotenashi-btn-01.venue-btn-2l {
    line-height: 17px;
  }
}
.omotenashi-btn-01::after {
  display: inline-block;
  content: "";
  width: 17px;
  height: 17px;
  margin-left: 5px;
  background: url(/yukata/matsuri2025/assets/img/common/ico_link_green.svg) center/contain no-repeat;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 750px) {
  .omotenashi-btn-01::after {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
  }
}/*# sourceMappingURL=area.css.map */