.title_area a {
  color: #666666;
  text-decoration: none;
}
.title_area a:hover {
  text-decoration: none;
}
.title_area .shop_title {
  font-size: 16px;
}

.title_area .shop_title::before {
  content: "";
  background-image: url(https://img13.shop-pro.jp/PA01280/441/PA01280441.png?cmsp_timestamp=20250121180736);
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 45px;
}
@media (max-width: 768px) {
  .title_area .shop_title {
    font-size: 12px;
  }
  .title_area .shop_title::before {
    height: 30px;
  }
}