.item_name {
  text-align: center;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  color: #5c3723;
}

.desc {
  font-size: 1.2rem;
}

.contents {
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
}

.item_price {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  margin-top: 0;
}
.item_price .s_01 {
  font-size: 1.3rem;
}

.order a {
  position: relative;
  display: block;
  max-width: 18rem;
  width: 90%;
  margin: auto;
  padding: 0.6em;
  border-radius: 0.6rem;
  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: 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 {
  opacity: 1;
  background: #9E886F;
}
.order a:hover:after {
  right: 6%;
}

.bg {
  background: url(https://www.fukutaro-shop.com/Contents/Feature/rice-side-dishes_bg001_sp.jpg) repeat-y top/contain;
}

.sec_01 {
  padding: 0;
}
.sec_01 .title_desc {
  color: #5c3723;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.7rem;
  text-align: center;
  margin: 0.6em 0 2em;
  font-weight: bold;
}

.sec_02 {
  color: #242424;
  padding: 0;
}
.sec_02 .item_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 1rem;
}
.sec_02 .item_row figure {
  position: relative;
}
.sec_02 .item_row figure img {
  box-shadow: 0px 3px 5px rgba(92, 69, 48, 0.2);
}
.sec_02 .item_row figure figcaption {
  font-size: 1rem;
  color: #e60012;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border: 1px solid #e60012;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: absolute;
  top: 2%;
  right: 2%;
}
.sec_02 .inner {
  min-width: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  gap: 0;
}
.sec_02 .inner:first-child {
  grid-column: 1/-1;
}
.sec_02 .inner:first-child figure figcaption {
  font-size: 1.4rem;
  width: 5rem;
  height: 5rem;
}
.sec_02 .inner:first-child .item_name {
  font-size: 1.6rem;
}
.sec_02 .inner:first-child .desc {
  font-size: 1.4rem;
}
.sec_02 .inner:first-child .contents {
  font-size: 1.4rem;
}
.sec_02 .inner:first-child .item_price {
  font-size: 2.6rem;
}
.sec_02 .inner:first-child .order a {
  font-size: 1.4rem;
  max-width: 22rem;
}
.sec_02 .inner:nth-child(2) figure figcaption {
  width: 8rem;
  height: 2rem;
  border-radius: 0;
  border: 0;
  background: #e60012;
  color: #fff;
  top: 3%;
  right: 3%;
}
.sec_02 .swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.sec_02 .swiper-wrapper {
  display: flex;
}
.sec_02 .swiper-slide {
  flex-shrink: 0;
  width: 100%;
}
.sec_02 .swiper-pagination {
  position: absolute;
  bottom: 3%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 100;
}
.sec_02 .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-radius: 50%;
  background: #5c3723;
  opacity: 0.5;
  margin: 0 0.5rem;
  border: 1px solid #fff;
}
.sec_02 .swiper-pagination-bullet-active {
  opacity: 1;
}
.sec_02 .image-note {
  margin-top: 2em;
  text-align: right;
}/*# sourceMappingURL=rice-side-dishes_custom_sp.css.map */