日本一学べるバストアップスクール
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MEDELスクール|バストケアスクール公式ページ</title>
<style>
body {
font-family: 'Helvetica Neue', sans-serif;
margin: 0;
padding: 0;
background-color: #fff0f5;
color: #333;
}
header {
background-color: #fce4ec;
padding: 60px 20px;
text-align: center;
}
header h1 {
font-size: 28px;
color: #c2185b;
margin-bottom: 10px;
}
header p {
font-size: 18px;
color: #555;
}
.section {
padding: 50px 20px;
max-width: 900px;
margin: 0 auto;
}
.section h2 {
color: #c2185b;
border-left: 5px solid #c2185b;
padding-left: 10px;
}
.photo-gallery {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
margin-top: 20px;
}
.photo-gallery img {
width: 280px;
border-radius: 10px;
}
.cta {
text-align: center;
margin-top: 40px;
}
.cta a {
display: inline-block;
background-color: #e91e63;
color: white;
padding: 15px 30px;
text-decoration: none;
border-radius: 30px;
font-weight: bold;
}
footer {
background-color: #f8bbd0;
text-align: center;
padding: 20px;
font-size: 14px;
color: #555;
}
</style>
</head>
<body>
<header>
<h1>未経験から“私らしいサロンオーナー”へ</h1>
<p>バストケアで人生が変わる、新しいスタートを。</p>
</header>
<section class="section">
<h2>MEDELスクールとは?</h2>
<p>
MEDELスクールは、30〜40代の未経験女性でも「自分らしいサロン開業」が目指せるバストケア専門スクールです。<br>
解剖学×整体×オールハンド技術を基礎から学べて、卒業後はすぐに開業・副業も可能です。
</p>
</section>
<section class="section">
<h2>施術風景</h2>
<div class="photo-gallery">
<img src="施術写真1.jpg" alt="施術写真">
</div>
</section>
<section class="section">
<h2>ビフォーアフター</h2>
<div class="photo-gallery">
<img src="before_after1.jpg" alt="Before After">
<img src="before_after2.jpg" alt="Before After">
<img src="before_after3.jpg" alt="Before After">
</div>
</section>
<section class="section">
<h2>カリキュラム概要</h2>
<ul>
<li>基礎理論(バストの構造・姿勢とバストの関係)</li>
<li>オールハンド技術(解剖学に基づく整体手技)</li>
<li>サロン運営・SNS集客・カウンセリング法</li>
</ul>
</section>
<section class="cta">
<a href="https://lin.ee/●●●●" target="_blank">LINEで無料相談する</a>
</section>
<footer>
© MEDELスクール. All Rights Reserved.
</footer>
</body>
</html>