.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: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #a60419;
  padding-bottom: 0.3em;
}

.desc {
  font-size: 1.7rem;
}

.item_price {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
.item_price .s_01 {
  font-size: 1.8rem;
}
.item_price .normal_price {
  font-size: 1.6rem;
  color: #000;
}
.item_price .postage {
  color: #fff;
  background: #e60012;
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 0.5em;
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  padding: 0.2em 0.6em;
}

.order a {
  position: relative;
  display: block;
  width: 22rem;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.6rem;
  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 .container {
  max-width: 1300px;
}
@media (max-width: 1320px) {
  .sec_title .container {
    padding: 0 1rem;
  }
}

.sec_item {
  padding: 8rem 0;
}
.sec_item .container {
  max-width: 1300px;
}
@media (max-width: 1320px) {
  .sec_item .container {
    padding: 0 1rem;
  }
}
.sec_item figure {
  border: 1px solid #a60419;
  padding: 2rem;
  box-sizing: border-box;
}
.sec_item .new_item {
  position: relative;
}
.sec_item .new_item figcaption {
  font-size: 1.6rem;
  font-weight: bold;
  background: #fff;
  border: 2px solid #e60012;
  color: #e60012;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2rem;
  right: -2rem;
}
@media (max-width: 1320px) {
  .sec_item .new_item figcaption {
    font-size: 1.4rem;
    width: 6rem;
    height: 6rem;
    right: 1%;
  }
}

.bg_area {
  background: #f1efea;
}/*# sourceMappingURL=hakata202601_custom_pc.css.map */