.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: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}
.item_name .sub_name {
  display: block;
  font-size: 1.4rem;
}

.contents {
  font-size: 1.4rem;
  text-align: center;
}

.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 .container {
  max-width: 1300px;
}
@media (max-width: 1323px) {
  .sec_title .container {
    padding: 0 1rem;
  }
}

.sec_item .container {
  max-width: 1200px;
}
@media (max-width: 1223px) {
  .sec_item .container {
    padding: 0 1rem;
  }
}
.sec_item .line {
  max-width: 600px;
  margin: 0 auto;
}
.sec_item .line figure img {
  display: block;
}
.sec_item .line .span {
  margin: 0;
}
.sec_item .line .text_area {
  padding: 2rem 1rem;
  box-sizing: border-box;
}
.sec_item .line .order a:hover {
  opacity: 0.8;
}
.sec_item .item001 {
  margin-bottom: 3rem;
}
.sec_item .item001 .text_area {
  background: #fedfe7;
}
.sec_item .item001 .text_area .order a {
  background: #c7101a;
}
.sec_item .item002 .text_area {
  background: #d6dae3;
}
.sec_item .item002 .text_area .order a {
  background: #252c58;
}

.sec_tx .container {
  max-width: 1200px;
}/*# sourceMappingURL=sweets202602_custom_sp.css.map */