{% extends 'default_frame.twig' %}
{% block javascript %}
<script>
var headerContent = document.getElementById("header_content");
var footerCtaBtn = document.getElementById("footer-cta-btn");
var floatingCta = document.getElementById("float-cta-btn");
function checkVisibility() {
if (headerContent && footerCtaBtn) {
var rect_h = headerContent.getBoundingClientRect();
var rect_f = footerCtaBtn.getBoundingClientRect();
var windowHeight = window.innerHeight || document.documentElement.clientHeight;
if ((rect_h.top < windowHeight && rect_h.bottom >= 0) || (rect_f.top < windowHeight && rect_f.bottom >= 0)) {
floatingCta.style.display = "none";
} else {
floatingCta.style.display = "block";
}
}
}
window.addEventListener("scroll", checkVisibility);
checkVisibility(); // 初回実行
$(function() {
// メニュー例のカルーセル
$('.sample_menu').slick({
dots: false,
autoplay: false,
centerMode: false,
centerPadding: '0px',
arrows: false,
infinite: true,
slidesToShow: 1
});
// アイキャッチのズームインとフェード処理
$("#header_content .slider")
// 最初のスライドに"add-animation"のclassを付ける(data-slick-index="0"が最初のスライドを指す)
.on("init", function () {
$('#header_content .slick-slide[data-slick-index="0"]').addClass("add-animation");
})
// 通常のオプション
.slick({
autoplay: true, // 自動再生ON
fade: true, // フェードON
arrows: false, // 矢印OFF
speed: 2000, // スライド、フェードアニメーションの速度2000ミリ秒
autoplaySpeed: 4000, // 自動再生速度4000ミリ秒
pauseOnFocus: false, // フォーカスで一時停止OFF
pauseOnHover: false, // マウスホバーで一時停止OFF
})
.on({
// スライドが移動する前に発生するイベント
beforeChange: function (event, slick, currentSlide, nextSlide) {
// 表示されているスライドに"add-animation"のclassをつける
$(".slick-slide", this).eq(nextSlide).addClass("add-animation");
// あとで"add-animation"のclassを消すための"remove-animation"classを付ける
$(".slick-slide", this).eq(currentSlide).addClass("remove-animation");
},
// スライドが移動した後に発生するイベント
afterChange: function () {
// 表示していないスライドはアニメーションのclassを外す
$(".remove-animation", this).removeClass(
"remove-animation add-animation"
);
},
});
});
{% set current_domain = app.request.getHost() %}
{# ドメイン判定 #}
{% set is_prod = 'web-order.shikomel.com' in current_domain %}
{% set is_stg = 'web-order-stg.shikomel.com' in current_domain %}
{% if is_prod %}
// Lineバナークリックイベント
$('.enrty_btn_lunch_lp').on('click', function(event) {
const currentPageUrl = window.location.href;
fbq('trackCustom', 'ce_click_lunch_lp', {
content_type: "ClickLineBtn",
content_name: currentPageUrl,
value: 20
});
window.dataLayer.push({
event: 'ce_click_lunch_lp',
custom_event_name: 'ce_click_lunch_lp',
custom_page_url: currentPageUrl,
custom_customer_id: '',
custom_user_agent: $("#user_agent").val(),
custom_is_ig: $("#is_ig").val(),
custom_is_line: $("#is_line").val(),
custom_referer: $("#referer").val(),
custom_real_ip: $("#real_ip").val(),
});
_lt('send', 'cv', {
type: 'ce_click_lunch_lp'
},['d6fb195c-aa19-4109-8ea0-7b1d883fb349']);
});
{% endif %}
</script>
{% if is_prod %}
<script src="https://js.ptengine.jp/1ceg174e.js"></script>
{% endif %}
{% endblock javascript %}
{% block stylesheet %}
<style>
.main_content h1 {
font-size: 22px;
font-weight: bold;
margin: 0px;
}
.main_content h2 {
font-size: 20px;
font-weight: bold;
margin: 0px;
}
.main_content h3 {
font-size: 14px;
font-weight: bold;
}
.main_content img {
margin-bottom: 0px;
}
.main_content strong {
margin-bottom: 10px;
line-height: 1.8;
}
.main_content p, .main_content td {
line-height: 1.8;
}
.main_content {
color: black;
font-family: "メイリオ","Meiryo","Hiragino Sans","ヒラギノ角ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック","Helvetica Neue","Helvetica","Arial","sans-serif";
}
{# メニュー例のスライド #}
.sample_menu {
margin-bottom: 0px; width: 100%; max-width: 400px; padding: 0px;
}
.sample_menu .slick-list {
padding: 0px !important;
padding-right: 21% !important;
}
{# アイキャッチのフェードインとスライド調整 #}
#header_content {
position: relative;
overflow: hidden;
width: 100%;
max-width: 100%;
height: 650px;
}
#header_content .slider {
height: 504px;
margin-inline: auto;
overflow: hidden; /* 画像がはみ出ないようにする */
width: 100%;
}
#header_content .slick-img img {
width: 100%;
}
@keyframes zoomUp {
0% {
transform: scale(1);
}
100% {
transform: scale(1.15); /* 拡大率 */
}
}
.add-animation {
animation: zoomUp 7s linear 0s normal both;
}
</style>
{% endblock %}
{% block main %}
<div class="main_content" style="max-width: 400px; margin: auto;">
{# フローティングCTA #}
<section id="float-cta-btn" style="bottom: 0px; position: fixed; z-index: 1000; background-color: white; text-align: center;">
<a href="https://web-order.shikomel.com/entry/before?fromZitanLp=1" style="cursor: pointer;" class="enrty_btn_lunch_lp">
<img src="{{ asset('assets/img/oneope_lunch_lp/float_cta_no_line.webp', 'user_data') }}" alt="無料で会員登録" style="width: 100%; max-width: 400px; padding: 0px;">
</a>
</section>
{# アイキャッチ #}
<header id="header_content">
<div class="slider">
<div class="slick-img">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_fv_1.webp', 'user_data') }}" class="" alt="Slide 1">
</div>
<div class="slick-img">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_fv_2.webp', 'user_data') }}" class="" alt="Slide 2">
</div>
<div class="slick-img">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_fv_3.webp', 'user_data') }}" class="" alt="Slide 3">
</div>
<div class="slick-img">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_fv_4.webp', 'user_data') }}" class="" alt="Slide 4">
</div>
</div>
<h1><img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_1.webp', 'user_data') }}" alt="月30万円売上UP!?ランチで売れる仕込み済み食材たち" style="max-width: 100%; position: absolute; bottom: 146px;"></h1>
<a href="https://web-order.shikomel.com/entry/before?fromZitanLp=1" style="cursor: pointer;" class="enrty_btn_lunch_lp">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_1_2.webp', 'user_data') }}" alt="無料で会員登録" style="max-width: 100%;">
</a>
</header>
<section style="margin: 0px;">
<h2><img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2.webp', 'user_data') }}" alt="こんなお悩みありませんか?" style="max-width: 100%;"></h2>
</section>
<section style="margin: 0px;">
<h2><img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_3.webp', 'user_data') }}" alt="シコメルストアのランチメニューで解決" style="max-width: 100%;"></h2>
</section>
<section style="margin: 0px 0px 100px 0px;">
{# メニュースクロール #}
{# 丼もの #}
<h2 style="font-size: 22px; font-weight: bold; margin: 24px 0 0 16px;">丼もの</h2>
<div class="sample_menu" style="">
<div class="item slick-slide">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_item_1_1.png', 'user_data') }}" alt="牛タン丼" style="width: 100%; ">
<a href="https://web-order.shikomel.com/entry/before?fromNewOpenRestoLp=1&sendto=detail¶m=637" style="cursor: pointer;" class="enrty_btn_new_open_resto_lp_2">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_item_btn.png', 'user_data') }}" alt="牛タン丼" style="width: 100%; position: relative; margin-top: -77px; margin-bottom: 16px; padding: 0 32px;">
</a>
</div>
<div class="item slick-slide">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_item_1_2.png', 'user_data') }}" alt="ロコモコ丼" style="width: 100%; ">
<a href="https://web-order.shikomel.com/entry/before?fromNewOpenRestoLp=1&sendto=detail¶m=39" style="cursor: pointer;" class="enrty_btn_new_open_resto_lp_2">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_item_btn.png', 'user_data') }}" alt="ロコモコ丼" style="width: 100%; position: relative; margin-top: -77px; margin-bottom: 16px; padding: 0 32px;">
</a>
</div>
<div class="item slick-slide">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_item_1_3.png', 'user_data') }}" alt="豚丼" style="width: 100%; ">
<a href="https://web-order.shikomel.com/entry/before?fromNewOpenRestoLp=1&sendto=detail¶m=99" style="cursor: pointer;" class="enrty_btn_new_open_resto_lp_2">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_item_btn.png', 'user_data') }}" alt="豚丼" style="width: 100%; position: relative; margin-top: -77px; margin-bottom: 16px; padding: 0 32px;">
</a>
</div>
<div class="item slick-slide">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_item_1_4.png', 'user_data') }}" alt="ローストビーフ丼" style="width: 100%; ">
<a href="https://web-order.shikomel.com/entry/before?fromNewOpenRestoLp=1&sendto=detail¶m=29" style="cursor: pointer;" class="enrty_btn_new_open_resto_lp_2">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_item_btn.png', 'user_data') }}" alt="ローストビーフ丼" style="width: 100%; position: relative; margin-top: -77px; margin-bottom: 16px; padding: 0 32px;">
</a>
</div>
</div>
{# 定食 #}
<h2 style="font-size: 22px; font-weight: bold; margin: 24px 0 0 16px;">定食</h2>
<div class="sample_menu" style="">
<div class="item slick-slide">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_item_2_1.png', 'user_data') }}" alt="淡路産牛ハンバーグ定食" style="width: 100%; ">
<a href="https://web-order.shikomel.com/entry/before?fromNewOpenRestoLp=1&sendto=detail¶m=39" style="cursor: pointer;" class="enrty_btn_new_open_resto_lp_2">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_item_btn.png', 'user_data') }}" alt="淡路産牛ハンバーグ定食" style="width: 100%; position: relative; margin-top: -77px; margin-bottom: 16px; padding: 0 32px;">
</a>
</div>
<div class="item slick-slide">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_item_2_2.png', 'user_data') }}" alt="牛タン定食" style="width: 100%; ">
<a href="https://web-order.shikomel.com/entry/before?fromNewOpenRestoLp=1&sendto=detail¶m=637" style="cursor: pointer;" class="enrty_btn_new_open_resto_lp_2">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_item_btn.png', 'user_data') }}" alt="牛タン定食" style="width: 100%; position: relative; margin-top: -77px; margin-bottom: 16px; padding: 0 32px;">
</a>
</div>
<div class="item slick-slide">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_item_2_3.png', 'user_data') }}" alt="サーモンレアカツ定食" style="width: 100%; ">
<a href="https://web-order.shikomel.com/entry/before?fromNewOpenRestoLp=1&sendto=detail¶m=68" style="cursor: pointer;" class="enrty_btn_new_open_resto_lp_2">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_item_btn.png', 'user_data') }}" alt="サーモンレアカツ定食" style="width: 100%; position: relative; margin-top: -77px; margin-bottom: 16px; padding: 0 32px;">
</a>
</div>
<div class="item slick-slide">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_item_2_4.png', 'user_data') }}" alt="牛ハラミ定食" style="width: 100%; ">
<a href="https://web-order.shikomel.com/entry/before?fromNewOpenRestoLp=1&sendto=detail¶m=628" style="cursor: pointer;" class="enrty_btn_new_open_resto_lp_2">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_item_btn.png', 'user_data') }}" alt="牛ハラミ定食" style="width: 100%; position: relative; margin-top: -77px; margin-bottom: 16px; padding: 0 32px;">
</a>
</div>
</div>
{# プレート #}
<h2 style="font-size: 22px; font-weight: bold; margin: 24px 0 0 16px;">プレート</h2>
<div class="sample_menu" style="">
<div class="item slick-slide">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_item_3_1.png', 'user_data') }}" alt="鶏のコンフィプレート" style="width: 100%; ">
<a href="https://web-order.shikomel.com/entry/before?fromNewOpenRestoLp=1&sendto=detail¶m=32" style="cursor: pointer;" class="enrty_btn_new_open_resto_lp_2">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_item_btn.png', 'user_data') }}" alt="鶏のコンフィプレート" style="width: 100%; position: relative; margin-top: -77px; margin-bottom: 16px; padding: 0 32px;">
</a>
</div>
<div class="item slick-slide">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_item_3_2.png', 'user_data') }}" alt="ジャークチキン" style="width: 100%; ">
<a href="https://web-order.shikomel.com/entry/before?fromNewOpenRestoLp=1&sendto=detail¶m=4" style="cursor: pointer;" class="enrty_btn_new_open_resto_lp_2">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_item_btn.png', 'user_data') }}" alt="ジャークチキン" style="width: 100%; position: relative; margin-top: -77px; margin-bottom: 16px; padding: 0 32px;">
</a>
</div>
<div class="item slick-slide">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_item_3_3.png', 'user_data') }}" alt="シュリンプカレー" style="width: 100%; ">
<a href="https://web-order.shikomel.com/entry/before?fromNewOpenRestoLp=1&sendto=detail¶m=13" style="cursor: pointer;" class="enrty_btn_new_open_resto_lp_2">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_item_btn.png', 'user_data') }}" alt="シュリンプカレー" style="width: 100%; position: relative; margin-top: -77px; margin-bottom: 16px; padding: 0 32px;">
</a>
</div>
<div class="item slick-slide">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_item_3_4.png', 'user_data') }}" alt="プルドポーク" style="width: 100%; ">
<a href="https://web-order.shikomel.com/entry/before?fromNewOpenRestoLp=1&sendto=detail¶m=72" style="cursor: pointer;" class="enrty_btn_new_open_resto_lp_2">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_2nd_item_btn.png', 'user_data') }}" alt="プルドポーク" style="width: 100%; position: relative; margin-top: -77px; margin-bottom: 16px; padding: 0 32px;">
</a>
</div>
</div>
</section>
<section style="margin: 0px;">
<h2 style="font-size: 22px; text-align: center;">お客様の事例</h2>
</section>
{# 事例1 #}
<section style="margin: 0px;">
<h2><img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_4.webp', 'user_data') }}" alt="ワンオペの洋風居酒屋" style="max-width: 100%;"></h2>
</section>
<section style="margin: 0px 5px 0px 5px;">
<h2 style="font-size: 20px; line-height: 1.8; margin-left: 10px; margin-right: 10px;">夜営業に左右されず安定したランチ営業が可能になりました</h2>
<table class="table table-ProductDetail" style="max-width: 800px; margin-bottom: 30px;">
<tbody>
<tr>
<td style="border-style: none; width: 100px;">エリア<br>業態・席数<br>営業時間</td>
<td style="border-style: none;">東京都<br>ワンオペの洋風居酒屋(10席)<br>夜営業:18:00~3:00<br>※常連さんが帰るまで</td>
</tr>
</tbody>
</table>
</section>
<section style="margin: 0px 10px 0px 10px;">
<h3 style="font-size: 18px; text-align: left;">課題</h2>
<ul style="margin-right: 5px; margin-left: 5px;">
<li style="font-size: 16px; line-height: 1.8; font-weight: 500;">
常連さん次第で夜営業の終了が深夜になることもあり、次の日のランチ営業を休みがちに。
</li>
<li style="font-size: 16px; line-height: 1.8; font-weight: 500;">
不定期のランチ営業でリピータもつきづらい状態に。
</li>
</ul>
</section>
<section style="margin: 0px;">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_5.webp', 'user_data') }}" alt="淡路牛のハンバーグパティ" style="max-width: 100%;">
</section>
<section style="margin: 0px 10px 0px 10px;">
<h3 style="font-size: 18px; text-align: left;">導入後</h2>
<ul style="margin-right: 5px; margin-left: 5px;">
<li style="font-size: 16px; line-height: 1.8; font-weight: 500;">
ランチの準備時間が短く、深夜営業の次の日も安定したランチ営業ができるように。
</li>
<li style="font-size: 16px; line-height: 1.8; font-weight: 500;">
ランチ営業終了後に仮眠をとれるようになり夜営業も全力で出来るように。
</li>
<li style="font-size: 16px; line-height: 1.8; font-weight: 500;">
ランチに来てくれたお客さんが夜営業に来てくれる嬉しい効果も。
</li>
</ul>
</section>
<section style="margin: 0px 10px 0px 10px;">
<h3 style="font-size: 18px; text-align: left;">コメント</h2>
<div style="font-size: 16px; line-height: 1.8; font-weight: 500; padding: 0px 5px;">
夜営業の閉店時間次第で翌日のランチ営業が休みがちなっていました。<br>
シコメルストアの「鶏もものトマト煮」を使い始めてからは、開店30分前にサッと準備をして、ランチ営業できるようになり、毎日営業できるようになりました。<br>
ランチの売上も上がりつつ、昼に来店したお客さんが夜も来てくれるなど集客効果もありました。
</div>
</section>
<section style="margin-top: 16px;">
<a href="https://web-order.shikomel.com/entry/before?fromZitanLp=1&sendto=detail¶m=566" style="cursor: pointer;" class="enrty_btn_lunch_lp">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_6.webp', 'user_data') }}" alt="この商品をチェック" style="max-width: 100%;">
</a>
</section>
{# 事例2 #}
<section style="margin: 0px;">
<h2><img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_7.webp', 'user_data') }}" alt="個人経営のカフェ" style="max-width: 100%;"></h2>
</section>
<section style="margin: 0px 5px 0px 5px;">
<h2 style="font-size: 20px; line-height: 1.8; margin-left: 10px; margin-right: 10px;">カフェでも簡単!調理設備が限られていてもできるランチ営業</h2>
<table class="table table-ProductDetail" style="max-width: 800px; margin-bottom: 30px;">
<tbody>
<tr>
<td style="border-style: none; width: 100px;">エリア<br>業態・席数<br>営業時間</td>
<td style="border-style: none;">大阪府<br>個人経営のカフェ(15席)<br>昼:10:00-18:00</td>
</tr>
</tbody>
</table>
</section>
<section style="margin: 0px 10px 0px 10px;">
<h3 style="font-size: 18px; text-align: left;">課題</h2>
<ul style="margin-right: 5px; margin-left: 5px;">
<li style="font-size: 16px; line-height: 1.8; font-weight: 500;">
ドリンクとデザートだけだとどうしても売上が足りない。
</li>
<li style="font-size: 16px; line-height: 1.8; font-weight: 500;">
ランチはやったことがない。昼はワンオペなので調理と接客を一人で対応できるか不安。
</li>
</ul>
</section>
<section style="margin: 0px;">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_8.webp', 'user_data') }}" alt="導入した仕込み済み商品" style="max-width: 100%;">
</section>
<section style="margin: 0px 10px 0px 10px;">
<h3 style="font-size: 18px; text-align: left;">導入後</h2>
<ul style="margin-right: 5px; margin-left: 5px;">
<li style="font-size: 16px; line-height: 1.8; font-weight: 500;">
ハンバーグプレートをランチ時間10食限定で提供。
</li>
<li style="font-size: 16px; line-height: 1.8; font-weight: 500;">
1メニューから始めることでワンオペでも無理なくランチ営業が開始できた。
</li>
<li style="font-size: 16px; line-height: 1.8; font-weight: 500;">
10食限定とすることでロスも無く毎日完売状態に。
</li>
</ul>
</section>
<section style="margin: 0px 10px 0px 10px;">
<h3 style="font-size: 18px; text-align: left;">コメント</h2>
<div style="font-size: 16px; line-height: 1.8; font-weight: 500; padding: 0px 5px;">
ワンオペでお金の余裕もあまりなく大々的なランチ営業は不安でした。<br>
シコメルストアの「淡路牛のハンバーグ」は1メニュー、少量から発注でき、調理時間も約10分と短いので、試行錯誤しながらランチ営業を始めることができました。<br>
慣れてきたので、鶏のコンフィやジャークチキンを使ってメニューの幅を広げたいと思っています。
</div>
</section>
<section style="margin-top: 16px;">
<a href="https://web-order.shikomel.com/entry/before?fromZitanLp=1&sendto=detail¶m=39" style="cursor: pointer;" class="enrty_btn_lunch_lp">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_9.webp', 'user_data') }}" alt="この商品をチェック" style="max-width: 100%;">
</a>
</section>
{# 事例3 #}
<section style="margin: 0px;">
<h2><img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_10.webp', 'user_data') }}" alt="" style="max-width: 100%;"></h2>
</section>
<section style="margin: 0px 5px 0px 5px;">
<h2 style="font-size: 20px; line-height: 1.8; margin-left: 10px; margin-right: 10px;">仕込み時間が3時間 → 1時間になり<br>朝、子供との時間を確保できるように</h2>
<table class="table table-ProductDetail" style="max-width: 800px; margin-bottom: 30px;">
<tbody>
<tr>
<td style="border-style: none; width: 100px;">エリア<br>業態・席数<br>営業時間</td>
<td style="border-style: none;">神奈川県<br>ワンオペのダイニングバー(8席)<br>ランチ:11:30-14:00<br>夜営業:17:00-23:00</td>
</tr>
</tbody>
</table>
</section>
<section style="margin: 0px 10px 0px 10px;">
<h3 style="font-size: 18px; text-align: left;">課題</h2>
<ul style="margin-right: 5px; margin-left: 5px;">
<li style="font-size: 16px; line-height: 1.8; font-weight: 500;">
ランチ営業を始めたものの、食材の仕込みに3時間以上かかり、朝が早くなりすぎて負担。
</li>
<li style="font-size: 16px; line-height: 1.8; font-weight: 500;">
ランチ後の片づけで夜の仕込みの時間が確保できないことも。
</li>
</ul>
</section>
<section style="margin: 0px;">
<h3 style="margin: 0px 10px 0px 10px; font-size: 18px; text-align: left;">導入した仕込み済み食材</h2>
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_11.webp', 'user_data') }}" alt="導入した仕込み済み商品" style="max-width: 100%;">
</section>
<section style="margin: 0px 10px 0px 10px;">
<h3 style="font-size: 18px; text-align: left;">導入後</h2>
<ul style="margin-right: 5px; margin-left: 5px;">
<li style="font-size: 16px; line-height: 1.8; font-weight: 500;">
ランチの準備時間が3時間 → 1時間に短縮。
</li>
<li style="font-size: 16px; line-height: 1.8; font-weight: 500;">
朝2時間遅く店に行くことができ、子供と過ごす時間ができた。
</li>
<li style="font-size: 16px; line-height: 1.8; font-weight: 500;">
開店準備30分ランチ営業1.5時間で月30万円の売上確保。
</li>
</ul>
</section>
<section style="margin: 0px 10px 0px 10px;">
<h3 style="font-size: 18px; text-align: left;">コメント</h2>
<div style="font-size: 16px; line-height: 1.8; font-weight: 500; padding: 0px 5px;">
ランチ営業の為朝早く家をでなければならず、子供とゆっくり過ごす時間をとれていないかった。<br>
シコメルストアの「プルドポーク」を使うようになってからは、仕込み時間が大幅に減り、ギリギリまで家で子供と過ごせるようになりました。<br>
売上アップもできていて無理なくランチ営業を続けられそうです。
</div>
</section>
<section style="margin-top: 16px;">
<a href="https://web-order.shikomel.com/entry/before?fromZitanLp=1&sendto=detail¶m=72" style="cursor: pointer;" class="enrty_btn_lunch_lp">
<img src="{{ asset('assets/img/oneope_lunch_lp/lunch_lp_12.webp', 'user_data') }}" alt="この商品をチェック" style="max-width: 100%;">
</a>
</section>
<section style="margin: 0px;" id="footer-cta-btn">
<a href="https://web-order.shikomel.com/entry/before?fromZitanLp=1" style="cursor: pointer;" class="enrty_btn_lunch_lp">
<img src="{{ asset('assets/img/oneope_lunch_lp/float_cta_no_line.webp', 'user_data') }}" alt="無料で会員登録" style="max-width: 100%; padding: 0px;">
</a>
</section>
{% endblock %}