🔥 SUPERイベント企画 🔥
2024/12/21 04:53更新
<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: #ff6f61;
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 {
font-weight: bold;
color: #e63946;
}
.time {
font-weight: bold;
color: #023e8a;
}
.note {
font-size: 0.9em;
color: #6c757d;
}
.cta {
text-align: center;
margin-top: 20px;
}
.cta a {
background-color: #ff6f61;
color: white;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
}
.cta a:hover {
background-color: #e63946;
}
</style>
<div class="event-header">
<h1>🔥 SUPERイベント企画 🔥</h1>
<p>💥 <span class="highlight">赤字覚悟の価格破壊</span> 💥</p>
</div>
<div class="event-content">
<h2>🌟 オールタイム利用可能 🌟</h2>
<p class="time">⏰ 10:00~0:00<br />
📌 80分 <span class="highlight">9,000円</span></p>
<p class="time">⏰ 0:00~ラスト<br />
📌 80分 <span class="highlight">10,000円</span></p>
<p class="note">※指名不可のコースです。</p>
<p class="note">※ネット予約限定価格!お電話予約の場合は+1,000円となります。</p>
<div class="cta"><a href="#reserve">ネット予約はこちらから!</a></div>
</div>