.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.2rem;
  font-weight: bold;
}

.contents {
  font-size: 1.5rem;
  text-align: center;
}

.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;
}

.order a {
  position: relative;
  display: block;
  max-width: 22rem;
  width: 100%;
  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_item {
  padding-bottom: 8rem;
}
.sec_item .container {
  max-width: 1300px;
}
.sec_item .icon_2 a {
  position: relative;
  display: block;
}
.sec_item .icon_2 figcaption {
  font-weight: bold;
  color: #fff;
  background: #e60012;
  font-size: 1.4rem;
  padding: 0.5em 0.2em;
  width: 16rem;
  border-radius: 0.5rem;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
.sec_item .icon_1 a {
  position: relative;
  display: block;
}
.sec_item .icon_1 figcaption {
  background: #fff;
  color: #e60012;
  font-weight: bold;
  line-height: 1;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  position: absolute;
  top: -1rem;
  right: -1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e60012;
  font-size: 1.6rem;
}

.sec_title .container {
  max-width: 1300px;
}
.sec_title .test {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0.5em 0 0;
  color: #00192b;
}/*# sourceMappingURL=gyomuyo202601_custom_pc.css.map */