.l_feature__ttl01 {
  color: #5F5123;
  /* color: #222; */
  font-size: 2.4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  border-bottom: 2px solid #5F5123;
  /* border-bottom: 1px solid #222; */
  line-height: 1.5;
  /* letter-spacing: 0.1em; */
  padding-bottom: 1.5%;
  margin-bottom: 4.13636%;
}
@media screen and (max-width: 767px) {
  .l_feature__ttl01 {
    font-size: 2.1rem;
  }
}

.section-title {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #666;
}

.l_feature__cate {
  padding: 0.5em 0.75em;
}

.counter_info {
  font-size: 1.2rem;
}

.counter_date, .counter_venue {
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .counter_date, .counter_venue {
    display: block;
  }
}

.counter_date dt::first-letter, .counter_venue dt::first-letter {
  letter-spacing: 1.5em;
}

.counter_date dt, .counter_venue dt {
  font-weight: bold;
  margin-right: 2em;
}

.item-image + .item-image {
  margin-top: 4px;
}

.item-image.double img {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
}

.item-image.double img:first-child {
  padding-right: 2px;
}
.item-image.double img:last-child {
  padding-left: 2px;
}

.jichitai {
  display: inline-block;
  margin-bottom: 0.75rem;
  /* background: #e6e6e6; */
  /* background: #f5f5f5; */
  /* background: #f5f5f5; */
  padding: 0.75rem 1rem;
  line-height: 1;
  /* border: 1px solid #222; */
  /* border-left: 3px solid #222; */
  border: 1px solid #000;
}

.price {
  border-bottom: 1px solid #ccc;
  text-align: right;
  line-height: 3rem;
}

.itemーseparator {
  width: 100%;
  height: 1px;
  background: #666;
}

.align-self-center {
  align-self: center;
}

.btn_bg--gray::after {
  content: none;
}

/* 限定数点 */
h3 {
  position: relative;
}
.gentei {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
  background: #db0000;
  color: #ffffff;
}