.headerTsukemonoImg {
  background: url(../images/tsukemono/main_img_tsukemono.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .headerTsukemonoImg {
    background: url(../images/tsukemono/main_img_tsukemono_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.tsukemonoPriceWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 48px 0 24px;
}
.tsukemonoPriceWrap .priceInner {
  display: flex;
  width: 23%;
}
@media screen and (max-width: 1024px) {
  .tsukemonoPriceWrap .priceInner {
    width: 47%;
  }
}
.tsukemonoPriceWrap .priceInner .tsukemonoName {
  background-color: #f7ece6;
  border-bottom: 1px solid #d0b7aa;
  padding: 16px 0 16px 8px;
  text-align: left;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .tsukemonoPriceWrap .priceInner .tsukemonoName {
    font-size: 1.4rem;
    padding: 8px 0 8px 8px;
    width: 65%;
  }
}
.tsukemonoPriceWrap .priceInner .tsukemonoPrice {
  border-bottom: 1px solid #d0b7aa;
  padding: 16px 8px;
  text-align: right;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .tsukemonoPriceWrap .priceInner .tsukemonoPrice {
    padding: 8px;
    font-size: 1.4rem;
    width: 35%;
  }
}
.tsukemonoPriceWrap::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.tsukemonoPriceWrap::after {
  content: "";
  display: block;
  width: 23%;
}

.priceLine1 {
  border-top: 1px solid #d0b7aa;
}

.priceLine2 {
  border-top: 1px solid #d0b7aa;
}
@media screen and (max-width: 1024px) {
  .priceLine2 {
    border-top: none;
  }
}

.tsukemonoTxt {
  text-align: left;
  margin: 0 0 24px;
}
@media screen and (max-width: 768px) {
  .tsukemonoTxt {
    font-size: 1.4rem;
  }
}

.tsukemonoExp {
  font-size: 1.4rem;
  text-align: left;
}/*# sourceMappingURL=tsukemono.css.map */