.reverse .span:nth-child(1) {
  order: 2;
}
.reverse .span:nth-child(2) {
  order: 1;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mb1 {
  margin: 0 0 4rem;
}

.item_name {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #a60419;
  padding-bottom: 0.3em;
}

.item_price {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
.item_price .s_01 {
  font-size: 1.4rem;
}

.order a {
  position: relative;
  display: block;
  width: 22rem;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background: #564635;
  transition: 0.2s;
  font-weight: bold;
}
.order a:after {
  content: "";
  background: transparent;
  background-size: contain;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 7%;
  border: 1px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s;
}
.order a:hover {
  opacity: 1;
  background: #9E886F;
}
.order a:hover:after {
  right: 6%;
}

.sec_title {
  padding-top: 4rem;
}
.sec_title .container {
  max-width: 1300px;
}

.sec_item {
  padding: 3rem 0;
}
.sec_item .container {
  max-width: 1300px;
}
.sec_item figure {
  border: 1px solid #a60419;
  padding: 1rem;
  box-sizing: border-box;
}
.sec_item .new_item {
  position: relative;
}
.sec_item .new_item figcaption {
  font-size: 1.3rem;
  font-weight: bold;
  background: #fff;
  border: 2px solid #e60012;
  color: #e60012;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2rem;
  right: 0.5rem;
}

.bg_area {
  background: #f1efea;
  padding: 4.5rem 0 3rem;
}/*# sourceMappingURL=hakata202601_custom_sp.css.map */