わずか40kgからの製造委託が可能です

~在庫が怖くてチャレンジを諦めてしまうのはもったいない~

<section>
  <div class="container">
    <h2 class="h2C">SHOP INFORMATION <span><small>店舗情報</small></span></h2>
    <div class="row">
      <div class="col-pc-4 col-sp-12 order-sp-2">
        <img src="画像URL" alt="ショップイメージ">
      </div>
      <div class="col-pc-8 col-sp-12 shopInfo--text">
        <h3 class="h3A">ショップ名</h3>
        <table class="shopInfoTable">
          <tbody>
            <tr>
              <th>電話番号</th>
              <td>00-0000-0000</td>
            </tr>
            <tr>
              <th>住所</th>
              <td>住所が入ります。住所が入ります。住所が入ります。</td>
            </tr>
            <tr>
              <th>メール</th>
              <td>xxxxx@xxxx.co.jp</td>
            </tr>
            <tr>
              <th>営業時間</th>
              <td>xx:xx~xx:xx</td>
            </tr>
          </tbody>
        </table>
        #Googleマップの埋め込み#
      </div>
    </div>
  </div>
</section>
<section>
  <div class="container">
    <h2 class="h2C">SHOP INFORMATION <span><small>店舗情報</small></span></h2>
    <div class="row">
      <div class="col-pc-4 col-sp-12 order-sp-2">
        <img src="画像URL" alt="ショップイメージ">
      </div>
      <div class="col-pc-8 col-sp-12 shopInfo--text">
        <h3 class="h3A">ショップ名</h3>
        <table class="shopInfoTable">
          <tbody>
            <tr>
              <th>電話番号</th>
              <td>00-0000-0000</td>
            </tr>
            <tr>
              <th>住所</th>
              <td>住所が入ります。住所が入ります。住所が入ります。</td>
            </tr>
            <tr>
              <th>メール</th>
              <td>xxxxx@xxxx.co.jp</td>
            </tr>
            <tr>
              <th>営業時間</th>
              <td>xx:xx~xx:xx</td>
            </tr>
          </tbody>
        </table>
        #Googleマップの埋め込み#
      </div>
    </div>
  </div>
</section>