<!DOCTYPE html>
<html lang="ja">
<head>
  <meta charset="UTF-8">
  <title>ショップ閉鎖のお知らせ</title>
</head>
<body>

  <h1>ショップ閉鎖のお知らせ</h1>

  <p>
    当ショップは、2026年6月26日をもって閉鎖いたしました。
  </p>

  <p>
    今後の商品情報・お問い合わせにつきましては、下記サイトをご確認ください。
  </p>

  <p>
    <strong>公式サイト：</strong><br>
    <a href="https://yamacho-suisan.com/" target="_blank" rel="noopener">
      https://yamacho-suisan.com/
    </a>
  </p>

  <p>
    <strong>お問い合わせ：</strong><br>
    <a href="https://yamacho-suisan.com/contact/" target="_blank" rel="noopener">
      https://yamacho-suisan.com/contact/
    </a>
  </p>

  <p>
    お客様情報および過去のご注文情報につきましては、法令および当社規定に基づき、適切に管理いたします。
  </p>

</body>
</html>