衝撃の割引イベント!!!
2024/12/21 00:54更新
<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<style type="text/css">body {
font-family: Arial, sans-serif;
line-height: 1.6;
background-color: #f8f9fa;
color: #333;
margin: 20px;
}
.event-header {
text-align: center;
background-color: #28a745;
color: white;
padding: 20px;
border-radius: 10px;
margin-bottom: 20px;
}
.event-header h1 {
font-size: 2em;
margin: 0;
}
.event-content {
background-color: white;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.highlight {
color: #e63946;
font-weight: bold;
}
.cta {
text-align: center;
margin-top: 20px;
}
.cta a {
background-color: #007bff;
color: white;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
}
.cta a:hover {
background-color: #0056b3;
}
.note {
font-size: 0.9em;
color: #6c757d;
}
</style>
<div class="event-header">
<h1>🌟 大好評!フリー限定イベント 🌟</h1>
<p>これが本当の赤字覚悟!</p>
</div>
<div class="event-content">
<h2>イベント内容</h2>
<p>☀️ <span class="highlight">朝10時から夜24時まで限定!</span> 🌙</p>
<p>通常100分 <span class="highlight">16,000円</span> が…</p>
<p>💥 <span class="highlight">5,000円OFF!</span> 💥</p>
<p>🎉 フリー限定 <span class="highlight">100分 11,000円!</span> 🎉</p>
<h2>📌 注意事項</h2>
<ul>
<li>ネット予約限定価格です。</li>
<li>お電話でのご予約は+1,000円となります。</li>
</ul>
<div class="cta"><a href="#reserve">ネット予約はこちら!</a></div>
</div>