.item_name {
  text-align: center;
  font-size: 1.2rem;
}

.sp_name001 {
  height: 3.838rem;
}

.item_price {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
.item_price .s_01 {
  font-size: 1.2rem;
}
.item_price .text_normal {
  color: #000;
  margin-right: 0.2em;
  font-size: 1rem;
}
.item_price .postage {
  color: #fff;
  background: #e60012;
  font-size: 1rem;
  font-weight: bold;
  margin-left: 0.5em;
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  padding: 0.2em 0.6em;
}

.order {
  margin-bottom: 0;
}
.order a {
  position: relative;
  display: block;
  max-width: 14rem;
  width: 100%;
  margin: auto;
  padding: 0.6em;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #402F0C;
  transition: 0.2s;
  border-radius: 0.5rem;
}
.order a:after {
  content: "";
  background: transparent;
  background-size: contain;
  width: 4px;
  height: 4px;
  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:after {
  right: 6%;
}

.sec_01 {
  padding-bottom: 4rem;
}
.sec_01 .title_img {
  margin-bottom: 3rem;
}
.sec_01 .item_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.sec_01 .item_box .item_inner01 {
  width: 100%;
  background: #fff;
  padding: 1rem 0.5rem;
  box-sizing: border-box;
  border: 0.2rem solid rgba(204, 204, 204, 0.4);
  margin-bottom: 0.5rem;
}
.sec_01 .item_box .icon_common {
  color: #fff;
  padding: 0.1em;
  margin: 0.2em auto 0;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  border-radius: 0.5rem;
}
.sec_01 .item_box .icon01 {
  width: 14rem;
  background: #c2191f;
}
.sec_01 .item_box .icon02 {
  width: 14rem;
  background: #18943b;
}
.sec_01 .item_box .icon03 {
  width: 15rem;
  background: #e60012;
  letter-spacing: -0.05em;
}
.sec_01 .item_box .icon04 {
  width: 14rem;
  background: #AA4E32;
}
.sec_01 .item_box .icon05 {
  width: 14rem;
  background: #DE8226;
}
.sec_01 .item_box .icon06 {
  width: 14rem;
  background: #ed5785;
}

.img_t {
  margin-top: 1em;
}

.item_day0929 figure a {
  display: block;
}

.waresen_item .block {
  display: grid;
  grid-template-rows: subgrid;
  row-gap: 0;
}
.waresen_item .contents {
  font-size: 1rem;
  text-align: center;
}
.waresen_item figure {
  width: 100%;
  margin-bottom: 0.8rem;
}
.waresen_item figure a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(180, 159, 115, 0.15);
}
.waresen_item figure img {
  mix-blend-mode: darken;
}
.waresen_item figure .set_img001 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.waresen_item figure .set_img002 {
  height: 80%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  margin-top: 2rem;
  max-width: 270px;
}
.waresen_item figure .single_item {
  height: 82%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  margin-top: 2rem;
  max-width: 260px;
}
.waresen_item .item_icon_common a {
  position: relative;
}
.waresen_item .item_icon_common a figcaption {
  position: absolute;
  font-size: 1.1rem;
  top: -1rem;
  left: -1rem;
  background: #B49F73;
  border: 2px solid #B49F73;
  font-weight: bold;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.waresen_item .item_ptn01 a figcaption {
  background: #B49F73;
  color: #fff;
}
.waresen_item .item_ptn02 a figcaption {
  background: #fff;
  color: #B49F73;
}/*# sourceMappingURL=otokuday_custom_sp.css.map */