.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.4rem;
  margin: 0 0 0.5em;
  line-height: 1.2;
  position: relative;
  color: #302e29;
  font-weight: bold;
}

.desc {
  text-align: center;
  font-size: 1.2rem;
  margin: 0;
}

.contents {
  font-size: 1.2rem;
  text-align: center;
}

.item_price {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  margin: 0.1em 0 0;
}
.item_price .s_01 {
  font-size: 1.3rem;
}
.item_price .normal_price {
  font-size: 1.3rem;
  color: #000;
}

.order a {
  position: relative;
  display: block;
  max-width: 18rem;
  width: 90%;
  margin: auto;
  padding: 0.4em;
  border-radius: 1rem;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background: #564635;
  transition: 0.2s;
  font-weight: bold;
}
.order a:after {
  content: "";
  background: transparent;
  background-size: contain;
  width: 0.4rem;
  height: 0.4rem;
  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;
}

.sec_item_common .container {
  max-width: 1280px;
  background: #ccc;
  padding: 3rem 1rem;
  box-sizing: border-box;
  margin: 0 1rem;
}
.sec_item_common h2 {
  font-size: 1.8rem;
  margin-bottom: 0;
  padding: 0;
  line-height: 1;
}
.sec_item_common h2 span {
  font-size: 2.3rem;
}
.sec_item_common .title_desc {
  font-size: 1.6rem;
  text-align: center;
  margin: 0.8em 0;
  font-weight: bold;
  color: #302e29;
}
.sec_item_common .line001 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
.sec_item_common .line001 .inner {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
}
.sec_item_common .line001 .inner:first-child {
  grid-column: 1/-1;
}
.sec_item_common .line001 .inner:first-child figure {
  max-width: 90%;
  margin: auto;
}
.sec_item_common .line001 .inner:first-child .item_name {
  font-size: 1.5rem;
}
.sec_item_common .line001 .inner:first-child .desc {
  font-size: 1.4rem;
}
.sec_item_common .line001 .inner:first-child .contents {
  font-size: 1.3rem;
}
.sec_item_common .line001 figure {
  position: relative;
}
.sec_item_common .line001 figure figcaption {
  font-size: 1.2rem;
  color: #e60012;
  background: #fff;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 2%;
  right: 2%;
  border: 1px solid #e60012;
}
.sec_item_common .line001 img {
  box-shadow: 0px 2px 3px rgba(92, 69, 48, 0.2);
}

.sec_item001 .container {
  background: #ebfaff;
}
.sec_item001 h2 {
  color: #6c7ea1;
}
.sec_item001 .order a {
  background: #6c7ea1;
}
.sec_item001 .order a:hover {
  background: #4f5d79;
}

.sec_item002 .container {
  background: #fff1f1;
}
.sec_item002 h2 {
  color: #e196ae;
}
.sec_item002 .order a {
  background: #e196ae;
}
.sec_item002 .order a:hover {
  background: #c38196;
}

.sec_item003 .container {
  background: #fef9e4;
}
.sec_item003 h2 {
  color: #e4ad57;
}
.sec_item003 .order a {
  background: #e4ad57;
}
.sec_item003 .order a:hover {
  background: #c08e3f;
}

.sec_item004 .container {
  background: #f0f0f6;
}
.sec_item004 h2 {
  color: #7d7098;
}
.sec_item004 .order a {
  background: #7d7098;
}
.sec_item004 .order a:hover {
  background: #7d7098;
}

.sec_text {
  padding: 2rem 0 6rem;
}
.sec_text .container {
  max-width: 1280px;
}
.sec_text .image-note {
  text-align: right;
}/*# sourceMappingURL=gourmet202603_custom_sp.css.map */