.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;
}

.item_name {
  text-align: center;
  font-size: 2rem;
  margin: 0 auto 0.5em;
  font-weight: bold;
  font-family: "Kaisei Decol", serif;
  color: #543f32;
  display: table;
  border-bottom: 5px dotted #f9dee4;
}

.desc {
  font-size: 1.4rem;
  text-align: center;
}

.contents {
  font-size: 1.3rem;
  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;
  max-width: 22rem;
  width: 100%;
  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%;
}

.bg {
  background: #f9dee4;
}
.bg section:last-child {
  padding-bottom: 8rem;
}

.sec_top {
  padding: 0;
}
.sec_top .card_area img {
  border-radius: 0.8rem;
  max-width: 600px;
  margin: auto;
  width: 80%;
}
.sec_top .card_area h3 {
  font-size: 1.6rem;
  font-family: "Kaisei Decol", serif;
  color: #543f32;
}
.sec_top .card_area .order a {
  max-width: none;
  width: 28rem;
}

.sec_common .container {
  background: #fff;
  padding: 2rem;
  border-radius: 0.8rem;
  margin: 0 1rem;
}
.sec_common .item_main_img img {
  border-radius: 0.8rem;
  outline: 4px dotted #fff;
  outline-offset: -12px;
}
.sec_common .desc {
  margin-bottom: 1em;
}
.sec_common .item_price {
  margin-bottom: 1em;
}
.sec_common .item_li {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 400px;
  margin: auto;
}
.sec_common .item_li li {
  width: calc(50% - 2rem);
  text-align: center;
}
.sec_common .item_li li img {
  max-width: 100%;
}
.sec_common .item_li li span {
  display: inline-block;
  font-family: "Kaisei Decol", serif;
  font-size: 1.2rem;
  position: relative;
  padding-right: 1em;
}
.sec_common .item_li li span:after {
  content: "";
  background: transparent;
  background-size: contain;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  border: 1px solid transparent;
  border-top-color: #000;
  border-right-color: #000;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s;
}
.sec_common .item_li li a:hover span:after {
  right: -0.4rem;
}
.sec_common .singleitem_link {
  margin-top: 2rem;
  width: 100%;
}
.sec_common .singleitem_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border: 1px solid #564635;
  padding: 1rem 2rem;
  background: #f9f3de;
  color: #000;
  border-radius: 0.8rem;
}
.sec_common .singleitem_link a img {
  max-width: 50px;
}
.sec_common .singleitem_link a figcaption {
  font-size: 1.3rem;
  font-family: "Kaisei Decol", serif;
  position: relative;
  padding-right: 1em;
}
.sec_common .singleitem_link a figcaption:after {
  content: "";
  background: transparent;
  background-size: contain;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  border: 1px solid transparent;
  border-top-color: #000;
  border-right-color: #000;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s;
}
.sec_common .singleitem_link a:hover figcaption:after {
  right: -0.5rem;
}

.sec_01 .item_img img {
  width: 95%;
}

.sec_02 .item_li img {
  width: 90%;
}

.sec_03 .desc {
  text-wrap: pretty;
}
.sec_03 .item_li img {
  width: 55%;
}

.sec_04 .item_name02 {
  font-size: 1.6rem;
  margin: 0.5em 0;
  font-family: "Kaisei Decol", serif;
  text-align: center;
  color: #543f32;
  line-height: 1;
}
.sec_04 .text_inner dl {
  margin-top: 0;
}
.sec_04 .text_inner dl dt {
  font-family: "Kaisei Decol", serif;
  font-size: 1.4rem;
  position: relative;
  padding-left: 0.8em;
  margin-bottom: 0.5em;
}
.sec_04 .text_inner dl dt:before {
  content: "";
  background: #e8383d;
  background-size: contain;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  transform: translateY(-50%);
  border-radius: 50%;
}
.sec_04 .text_inner dl dd {
  font-size: 1.4rem;
  margin: 0 0 0.5em;
}
.sec_04 .box01 {
  margin-bottom: 3rem;
}
.sec_04 .item_price {
  margin: 0.5em 0;
}

.img_t {
  padding: 4% 0 8%;
  margin-bottom: -10rem;
}
.img_t p {
  text-align: right;
}/*# sourceMappingURL=valentine2026_custom_sp.css.map */