
.left-menu--browsing-history-wrapper {
  width: 100%;
  border-radius: 0.8rem;
  padding: 2.4rem;
  background-color: #FFF;
  border: 0.1rem solid #E9EAF8;
  box-sizing: border-box;
}

.left-menu--browsing-history-list {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.left-menu--browsing-history figure {
  display: flex;
  gap: 0.4rem;
}

.left-menu--browsing-history-thumbnail {
  width: 9rem;
  height: 6rem;
  border-radius: 0.4rem;
  object-fit: cover;
  object-position: center;
  display: block;
}

.left-menu--browsing-history-shop-kind {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.65rem;
  letter-spacing: 0.055rem;
  color: #606283;
  height: 1.7rem;
}

.left-menu--browsing-history-shop-name {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.07rem;
  color: #0C090D;
}

.left-menu--browsing-history-shop-address {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.06rem;
  color: #606283;
  height: 1.8rem;
  margin-top: 0.4rem;
  display: flex;
  align-items: center;
}

.left-menu--browsing-history-shop-address-pin {
  width: 0.954rem;
  height: 1.317rem;
  margin-right: 0.312rem;
}
