【保存版】アメブロ囲み枠12色|サロン向けSTEP解説枠

アメブロ囲み枠をサロン・お教室向けに3ステップの解説枠としてつくりました。
サロンやお教室のご利用手順や方法をシェアするときにご活用いただけます。

女性向けに角がない丸みのあるデザインにしています。
12色あるので、お気に入りの色が見つかりますように…♡

アメブロ囲み枠サロン向け3step解説枠

くすみピンク

ご利用の流れ
— HOW TO USE —
STEP01
カウンセリング・ご予約

WebまたはLINEから簡単にご予約いただけます。事前のお悩みもお気軽にどうぞ。

STEP02
ご来店・施術

落ち着いた空間で丁寧な施術を行います。リラックスしてお過ごしください。

STEP03
アフターケアのご案内

仕上がりのご確認と、ご自宅でのきれいを保つケア方法をご提案いたします。


COPY CODE
<style type="text/css">
  .kr-step-wrapper-pink {
    max-width: 580px;
    margin: 30px auto;
    padding: 30px 24px;
    background-color: #fbf5f5;
    border: 1px solid #ebdada;
    border-radius: 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Meiryo", sans-serif;
    color: #4a3e3e;
    box-shadow: 0 4px 16px rgba(181, 143, 143, 0.08);
  }
  .kr-step-header-pink {
    text-align: center;
    margin-bottom: 24px;
  }
  .kr-step-title-pink {
    font-size: 1.15em;
    font-weight: 700;
    color: #a86b6b;
    margin: 0;
    letter-spacing: 0.05em;
  }
  .kr-step-sub-pink {
    display: block;
    font-size: 0.75em;
    color: #c98a8a;
    letter-spacing: 0.15em;
    margin-top: 4px;
    font-weight: 600;
  }
  .kr-step-container-pink {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .kr-step-card-pink {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #f5e6e6;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  }
  .kr-step-num-pink {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #f5e1e1;
    color: #a86b6b;
    font-size: 0.85em;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1.1;
  }
  .kr-step-num-pink span {
    font-size: 0.65em;
    color: #c48888;
    letter-spacing: 0.05em;
  }
  .kr-step-body-pink {
    flex: 1;
  }
  .kr-step-head-pink {
    font-size: 0.95em;
    font-weight: 700;
    color: #a86b6b;
    margin: 0 0 4px 0;
  }
  .kr-step-text-pink {
    font-size: 0.88em;
    line-height: 1.6;
    margin: 0;
    color: #5c4a4a;
  }
</style>

<div class="kr-step-wrapper-pink">
  <div class="kr-step-header-pink">
    <div class="kr-step-title-pink">タイトルが入ります</div>
    <span class="kr-step-sub-pink">— SUB TITLE —</span>
  </div>
  <div class="kr-step-container-pink">
    <!-- STEP 1 -->
    <div class="kr-step-card-pink">
      <div class="kr-step-num-pink"><span>STEP</span>01</div>
      <div class="kr-step-body-pink">
        <div class="kr-step-head-pink">step1のタイトル</div>
        <p class="kr-step-text-pink">step1の内容を入力します</p>
      </div>
    </div>
    <!-- STEP 2 -->
    <div class="kr-step-card-pink">
      <div class="kr-step-num-pink"><span>STEP</span>02</div>
      <div class="kr-step-body-pink">
        <div class="kr-step-head-pink">step2のタイトル</div>
        <p class="kr-step-text-pink">step2の内容を入力します</p>
      </div>
    </div>
    <!-- STEP 3 -->
    <div class="kr-step-card-pink">
      <div class="kr-step-num-pink"><span>STEP</span>03</div>
      <div class="kr-step-body-pink">
        <div class="kr-step-head-pink">step3のタイトル</div>
        <p class="kr-step-text-pink">step3の内容を入力します</p>
      </div>
    </div>
  </div>
</div>

パステルピンク

ご利用の流れ
— HOW TO USE —
STEP01
カウンセリング・ご予約

WebまたはLINEから簡単にご予約いただけます。事前のお悩みもお気軽にどうぞ。

STEP02
ご来店・施術

落ち着いた空間で丁寧な施術を行います。リラックスしてお過ごしください。

STEP03
アフターケアのご案内

仕上がりのご確認と、ご自宅でのきれいを保つケア方法をご提案いたします。


COPY CODE
<style type="text/css">
  .kr-step-wrapper-p-pink {
    max-width: 580px;
    margin: 30px auto;
    padding: 30px 24px;
    background-color: #fff8f9;
    border: 1px solid #fce8ec;
    border-radius: 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Meiryo", sans-serif;
    color: #4a4043;
    box-shadow: 0 4px 16px rgba(245, 180, 195, 0.12);
  }
  .kr-step-header-p-pink {
    text-align: center;
    margin-bottom: 24px;
  }
  .kr-step-title-p-pink {
    font-size: 1.15em;
    font-weight: 700;
    color: #e28297;
    margin: 0;
    letter-spacing: 0.05em;
  }
  .kr-step-sub-p-pink {
    display: block;
    font-size: 0.75em;
    color: #f2a6b7;
    letter-spacing: 0.15em;
    margin-top: 4px;
    font-weight: 600;
  }
  .kr-step-container-p-pink {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .kr-step-card-p-pink {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #fdeef1;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  }
  .kr-step-num-p-pink {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #fde2e7;
    color: #df738b;
    font-size: 0.85em;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1.1;
  }
  .kr-step-num-p-pink span {
    font-size: 0.65em;
    color: #e895a6;
    letter-spacing: 0.05em;
  }
  .kr-step-body-p-pink {
    flex: 1;
  }
  .kr-step-head-p-pink {
    font-size: 0.95em;
    font-weight: 700;
    color: #df738b;
    margin: 0 0 4px 0;
  }
  .kr-step-text-p-pink {
    font-size: 0.88em;
    line-height: 1.6;
    margin: 0;
    color: #5e4f53;
  }
</style>

<div class="kr-step-wrapper-p-pink">
  <div class="kr-step-header-p-pink">
    <div class="kr-step-title-p-pink">タイトルが入ります</div>
    <span class="kr-step-sub-p-pink">— SUB TITLE —</span>
  </div>
  <div class="kr-step-container-p-pink">
    <!-- STEP 1 -->
    <div class="kr-step-card-p-pink">
      <div class="kr-step-num-p-pink"><span>STEP</span>01</div>
      <div class="kr-step-body-p-pink">
        <div class="kr-step-head-p-pink">step1のタイトル</div>
        <p class="kr-step-text-p-pink">step1の内容を入力します</p>
      </div>
    </div>
    <!-- STEP 2 -->
    <div class="kr-step-card-p-pink">
      <div class="kr-step-num-p-pink"><span>STEP</span>02</div>
      <div class="kr-step-body-p-pink">
        <div class="kr-step-head-p-pink">step2のタイトル</div>
        <p class="kr-step-text-p-pink">step2の内容を入力します</p>
      </div>
    </div>
    <!-- STEP 3 -->
    <div class="kr-step-card-p-pink">
      <div class="kr-step-num-p-pink"><span>STEP</span>03</div>
      <div class="kr-step-body-p-pink">
        <div class="kr-step-head-p-pink">step3のタイトル</div>
        <p class="kr-step-text-p-pink">step3の内容を入力します</p>
      </div>
    </div>
  </div>
</div>

ベージュ

ご利用の流れ
— HOW TO USE —
STEP01
カウンセリング・ご予約

WebまたはLINEから簡単にご予約いただけます。事前のお悩みもお気軽にどうぞ。

STEP02
ご来店・施術

落ち着いた空間で丁寧な施術を行います。リラックスしてお過ごしください。

STEP03
アフターケアのご案内

仕上がりのご確認と、ご自宅でのきれいを保つケア方法をご提案いたします。


COPY CODE
<style type="text/css">
  .kr-step-wrapper-beige {
    max-width: 580px;
    margin: 30px auto;
    padding: 30px 24px;
    background-color: #f7f4ef;
    border: 1px solid #e8e0d5;
    border-radius: 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Meiryo", sans-serif;
    color: #4a443c;
    box-shadow: 0 4px 16px rgba(168, 150, 130, 0.08);
  }
  .kr-step-header-beige {
    text-align: center;
    margin-bottom: 24px;
  }
  .kr-step-title-beige {
    font-size: 1.15em;
    font-weight: 700;
    color: #8c7b6c;
    margin: 0;
    letter-spacing: 0.05em;
  }
  .kr-step-sub-beige {
    display: block;
    font-size: 0.75em;
    color: #a89988;
    letter-spacing: 0.15em;
    margin-top: 4px;
    font-weight: 600;
  }
  .kr-step-container-beige {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .kr-step-card-beige {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #f0e9df;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  }
  .kr-step-num-beige {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ede5da;
    color: #8c7b6c;
    font-size: 0.85em;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1.1;
  }
  .kr-step-num-beige span {
    font-size: 0.65em;
    color: #a39383;
    letter-spacing: 0.05em;
  }
  .kr-step-body-beige {
    flex: 1;
  }
  .kr-step-head-beige {
    font-size: 0.95em;
    font-weight: 700;
    color: #8c7b6c;
    margin: 0 0 4px 0;
  }
  .kr-step-text-beige {
    font-size: 0.88em;
    line-height: 1.6;
    margin: 0;
    color: #595047;
  }
</style>

<div class="kr-step-wrapper-beige">
  <div class="kr-step-header-beige">
    <div class="kr-step-title-beige">タイトルが入ります</div>
    <span class="kr-step-sub-beige">— SUB TITLE —</span>
  </div>
  <div class="kr-step-container-beige">
    <!-- STEP 1 -->
    <div class="kr-step-card-beige">
      <div class="kr-step-num-beige"><span>STEP</span>01</div>
      <div class="kr-step-body-beige">
        <div class="kr-step-head-beige">step1のタイトル</div>
        <p class="kr-step-text-beige">step1の内容を入力します</p>
      </div>
    </div>
    <!-- STEP 2 -->
    <div class="kr-step-card-beige">
      <div class="kr-step-num-beige"><span>STEP</span>02</div>
      <div class="kr-step-body-beige">
        <div class="kr-step-head-beige">step2のタイトル</div>
        <p class="kr-step-text-beige">step2の内容を入力します</p>
      </div>
    </div>
    <!-- STEP 3 -->
    <div class="kr-step-card-beige">
      <div class="kr-step-num-beige"><span>STEP</span>03</div>
      <div class="kr-step-body-beige">
        <div class="kr-step-head-beige">step3のタイトル</div>
        <p class="kr-step-text-beige">step3の内容を入力します</p>
      </div>
    </div>
  </div>
</div>

ブルー

ご利用の流れ
— HOW TO USE —
STEP01
カウンセリング・ご予約

WebまたはLINEから簡単にご予約いただけます。事前のお悩みもお気軽にどうぞ。

STEP02
ご来店・施術

落ち着いた空間で丁寧な施術を行います。リラックスしてお過ごしください。

STEP03
アフターケアのご案内

仕上がりのご確認と、ご自宅でのきれいを保つケア方法をご提案いたします。


COPY CODE
<style type="text/css">
  .kr-step-wrapper-blue {
    max-width: 580px;
    margin: 30px auto;
    padding: 30px 24px;
    background-color: #f4f8fb;
    border: 1px solid #dce8f2;
    border-radius: 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Meiryo", sans-serif;
    color: #3a444d;
    box-shadow: 0 4px 16px rgba(143, 168, 181, 0.08);
  }
  .kr-step-header-blue {
    text-align: center;
    margin-bottom: 24px;
  }
  .kr-step-title-blue {
    font-size: 1.15em;
    font-weight: 700;
    color: #5b82a6;
    margin: 0;
    letter-spacing: 0.05em;
  }
  .kr-step-sub-blue {
    display: block;
    font-size: 0.75em;
    color: #7fa4c7;
    letter-spacing: 0.15em;
    margin-top: 4px;
    font-weight: 600;
  }
  .kr-step-container-blue {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .kr-step-card-blue {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #e8f0f7;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  }
  .kr-step-num-blue {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #e3effa;
    color: #5b82a6;
    font-size: 0.85em;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1.1;
  }
  .kr-step-num-blue span {
    font-size: 0.65em;
    color: #7f9ebc;
    letter-spacing: 0.05em;
  }
  .kr-step-body-blue {
    flex: 1;
  }
  .kr-step-head-blue {
    font-size: 0.95em;
    font-weight: 700;
    color: #5b82a6;
    margin: 0 0 4px 0;
  }
  .kr-step-text-blue {
    font-size: 0.88em;
    line-height: 1.6;
    margin: 0;
    color: #4a5560;
  }
</style>

<div class="kr-step-wrapper-blue">
  <div class="kr-step-header-blue">
    <div class="kr-step-title-blue">タイトルが入ります</div>
    <span class="kr-step-sub-blue">— SUB TITLE —</span>
  </div>
  <div class="kr-step-container-blue">
    <!-- STEP 1 -->
    <div class="kr-step-card-blue">
      <div class="kr-step-num-blue"><span>STEP</span>01</div>
      <div class="kr-step-body-blue">
        <div class="kr-step-head-blue">step1のタイトル</div>
        <p class="kr-step-text-blue">step1の内容を入力します</p>
      </div>
    </div>
    <!-- STEP 2 -->
    <div class="kr-step-card-blue">
      <div class="kr-step-num-blue"><span>STEP</span>02</div>
      <div class="kr-step-body-blue">
        <div class="kr-step-head-blue">step2のタイトル</div>
        <p class="kr-step-text-blue">step2の内容を入力します</p>
      </div>
    </div>
    <!-- STEP 3 -->
    <div class="kr-step-card-blue">
      <div class="kr-step-num-blue"><span>STEP</span>03</div>
      <div class="kr-step-body-blue">
        <div class="kr-step-head-blue">step3のタイトル</div>
        <p class="kr-step-text-blue">step3の内容を入力します</p>
      </div>
    </div>
  </div>
</div>

くすみブルー

ご利用の流れ
— HOW TO USE —
STEP01
カウンセリング・ご予約

WebまたはLINEから簡単にご予約いただけます。事前のお悩みもお気軽にどうぞ。

STEP02
ご来店・施術

落ち着いた空間で丁寧な施術を行います。リラックスしてお過ごしください。

STEP03
アフターケアのご案内

仕上がりのご確認と、ご自宅でのきれいを保つケア方法をご提案いたします。


COPY CODE
<style type="text/css">
  .kr-step-wrapper-d-blue {
    max-width: 580px;
    margin: 30px auto;
    padding: 30px 24px;
    background-color: #f2f5f7;
    border: 1px solid #d8e1e8;
    border-radius: 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Meiryo", sans-serif;
    color: #3b4247;
    box-shadow: 0 4px 16px rgba(120, 140, 155, 0.08);
  }
  .kr-step-header-d-blue {
    text-align: center;
    margin-bottom: 24px;
  }
  .kr-step-title-d-blue {
    font-size: 1.15em;
    font-weight: 700;
    color: #617b8c;
    margin: 0;
    letter-spacing: 0.05em;
  }
  .kr-step-sub-d-blue {
    display: block;
    font-size: 0.75em;
    color: #889ea8;
    letter-spacing: 0.15em;
    margin-top: 4px;
    font-weight: 600;
  }
  .kr-step-container-d-blue {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .kr-step-card-d-blue {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #e2e9ee;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  }
  .kr-step-num-d-blue {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #e0e8ed;
    color: #617b8c;
    font-size: 0.85em;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1.1;
  }
  .kr-step-num-d-blue span {
    font-size: 0.65em;
    color: #8298a6;
    letter-spacing: 0.05em;
  }
  .kr-step-body-d-blue {
    flex: 1;
  }
  .kr-step-head-d-blue {
    font-size: 0.95em;
    font-weight: 700;
    color: #617b8c;
    margin: 0 0 4px 0;
  }
  .kr-step-text-d-blue {
    font-size: 0.88em;
    line-height: 1.6;
    margin: 0;
    color: #4f585e;
  }
</style>

<div class="kr-step-wrapper-d-blue">
  <div class="kr-step-header-d-blue">
    <div class="kr-step-title-d-blue">タイトルが入ります</div>
    <span class="kr-step-sub-d-blue">— SUB TITLE —</span>
  </div>
  <div class="kr-step-container-d-blue">
    <!-- STEP 1 -->
    <div class="kr-step-card-d-blue">
      <div class="kr-step-num-d-blue"><span>STEP</span>01</div>
      <div class="kr-step-body-d-blue">
        <div class="kr-step-head-d-blue">step1のタイトル</div>
        <p class="kr-step-text-d-blue">step1の内容を入力します</p>
      </div>
    </div>
    <!-- STEP 2 -->
    <div class="kr-step-card-d-blue">
      <div class="kr-step-num-d-blue"><span>STEP</span>02</div>
      <div class="kr-step-body-d-blue">
        <div class="kr-step-head-d-blue">step2のタイトル</div>
        <p class="kr-step-text-d-blue">step2の内容を入力します</p>
      </div>
    </div>
    <!-- STEP 3 -->
    <div class="kr-step-card-d-blue">
      <div class="kr-step-num-d-blue"><span>STEP</span>03</div>
      <div class="kr-step-body-d-blue">
        <div class="kr-step-head-d-blue">step3のタイトル</div>
        <p class="kr-step-text-d-blue">step3の内容を入力します</p>
      </div>
    </div>
  </div>
</div>

グレージュ

ご利用の流れ
— HOW TO USE —
STEP01
カウンセリング・ご予約

WebまたはLINEから簡単にご予約いただけます。事前のお悩みもお気軽にどうぞ。

STEP02
ご来店・施術

落ち着いた空間で丁寧な施術を行います。リラックスしてお過ごしください。

STEP03
アフターケアのご案内

仕上がりのご確認と、ご自宅でのきれいを保つケア方法をご提案いたします。


COPY CODE
<style type="text/css">
  .kr-step-wrapper-greige {
    max-width: 580px;
    margin: 30px auto;
    padding: 30px 24px;
    background-color: #f7f6f4;
    border: 1px solid #e6e3df;
    border-radius: 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Meiryo", sans-serif;
    color: #454240;
    box-shadow: 0 4px 16px rgba(150, 142, 135, 0.08);
  }
  .kr-step-header-greige {
    text-align: center;
    margin-bottom: 24px;
  }
  .kr-step-title-greige {
    font-size: 1.15em;
    font-weight: 700;
    color: #736d68;
    margin: 0;
    letter-spacing: 0.05em;
  }
  .kr-step-sub-greige {
    display: block;
    font-size: 0.75em;
    color: #9e958c;
    letter-spacing: 0.15em;
    margin-top: 4px;
    font-weight: 600;
  }
  .kr-step-container-greige {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .kr-step-card-greige {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #f0edeb;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  }
  .kr-step-num-greige {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ede9e6;
    color: #736d68;
    font-size: 0.85em;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1.1;
  }
  .kr-step-num-greige span {
    font-size: 0.65em;
    color: #9c938b;
    letter-spacing: 0.05em;
  }
  .kr-step-body-greige {
    flex: 1;
  }
  .kr-step-head-greige {
    font-size: 0.95em;
    font-weight: 700;
    color: #736d68;
    margin: 0 0 4px 0;
  }
  .kr-step-text-greige {
    font-size: 0.88em;
    line-height: 1.6;
    margin: 0;
    color: #57524f;
  }
</style>

<div class="kr-step-wrapper-greige">
  <div class="kr-step-header-greige">
    <div class="kr-step-title-greige">タイトルが入ります</div>
    <span class="kr-step-sub-greige">— SUB TITLE —</span>
  </div>
  <div class="kr-step-container-greige">
    <!-- STEP 1 -->
    <div class="kr-step-card-greige">
      <div class="kr-step-num-greige"><span>STEP</span>01</div>
      <div class="kr-step-body-greige">
        <div class="kr-step-head-greige">step1のタイトル</div>
        <p class="kr-step-text-greige">step1の内容を入力します</p>
      </div>
    </div>
    <!-- STEP 2 -->
    <div class="kr-step-card-greige">
      <div class="kr-step-num-greige"><span>STEP</span>02</div>
      <div class="kr-step-body-greige">
        <div class="kr-step-head-greige">step2のタイトル</div>
        <p class="kr-step-text-greige">step2の内容を入力します</p>
      </div>
    </div>
    <!-- STEP 3 -->
    <div class="kr-step-card-greige">
      <div class="kr-step-num-greige"><span>STEP</span>03</div>
      <div class="kr-step-body-greige">
        <div class="kr-step-head-greige">step3のタイトル</div>
        <p class="kr-step-text-greige">step3の内容を入力します</p>
      </div>
    </div>
  </div>
</div>

ミント

ご利用の流れ
— HOW TO USE —
STEP01
カウンセリング・ご予約

WebまたはLINEから簡単にご予約いただけます。事前のお悩みもお気軽にどうぞ。

STEP02
ご来店・施術

落ち着いた空間で丁寧な施術を行います。リラックスしてお過ごしください。

STEP03
アフターケアのご案内

仕上がりのご確認と、ご自宅でのきれいを保つケア方法をご提案いたします。


COPY CODE
<style type="text/css">
  .kr-step-wrapper-mint {
    max-width: 580px;
    margin: 30px auto;
    padding: 30px 24px;
    background-color: #f2f8f6;
    border: 1px solid #d8e8e2;
    border-radius: 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Meiryo", sans-serif;
    color: #3b4541;
    box-shadow: 0 4px 16px rgba(120, 160, 145, 0.08);
  }
  .kr-step-header-mint {
    text-align: center;
    margin-bottom: 24px;
  }
  .kr-step-title-mint {
    font-size: 1.15em;
    font-weight: 700;
    color: #538373;
    margin: 0;
    letter-spacing: 0.05em;
  }
  .kr-step-sub-mint {
    display: block;
    font-size: 0.75em;
    color: #79a898;
    letter-spacing: 0.15em;
    margin-top: 4px;
    font-weight: 600;
  }
  .kr-step-container-mint {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .kr-step-card-mint {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #e1eee9;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  }
  .kr-step-num-mint {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #dfede7;
    color: #538373;
    font-size: 0.85em;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1.1;
  }
  .kr-step-num-mint span {
    font-size: 0.65em;
    color: #73a393;
    letter-spacing: 0.05em;
  }
  .kr-step-body-mint {
    flex: 1;
  }
  .kr-step-head-mint {
    font-size: 0.95em;
    font-weight: 700;
    color: #538373;
    margin: 0 0 4px 0;
  }
  .kr-step-text-mint {
    font-size: 0.88em;
    line-height: 1.6;
    margin: 0;
    color: #4c5753;
  }
</style>

<div class="kr-step-wrapper-mint">
  <div class="kr-step-header-mint">
    <div class="kr-step-title-mint">タイトルが入ります</div>
    <span class="kr-step-sub-mint">— SUB TITLE —</span>
  </div>
  <div class="kr-step-container-mint">
    <!-- STEP 1 -->
    <div class="kr-step-card-mint">
      <div class="kr-step-num-mint"><span>STEP</span>01</div>
      <div class="kr-step-body-mint">
        <div class="kr-step-head-mint">step1のタイトル</div>
        <p class="kr-step-text-mint">step1の内容を入力します</p>
      </div>
    </div>
    <!-- STEP 2 -->
    <div class="kr-step-card-mint">
      <div class="kr-step-num-mint"><span>STEP</span>02</div>
      <div class="kr-step-body-mint">
        <div class="kr-step-head-mint">step2のタイトル</div>
        <p class="kr-step-text-mint">step2の内容を入力します</p>
      </div>
    </div>
    <!-- STEP 3 -->
    <div class="kr-step-card-mint">
      <div class="kr-step-num-mint"><span>STEP</span>03</div>
      <div class="kr-step-body-mint">
        <div class="kr-step-head-mint">step3のタイトル</div>
        <p class="kr-step-text-mint">step3の内容を入力します</p>
      </div>
    </div>
  </div>
</div>

ラベンダー

ご利用の流れ
— HOW TO USE —
STEP01
カウンセリング・ご予約

WebまたはLINEから簡単にご予約いただけます。事前のお悩みもお気軽にどうぞ。

STEP02
ご来店・施術

落ち着いた空間で丁寧な施術を行います。リラックスしてお過ごしください。

STEP03
アフターケアのご案内

仕上がりのご確認と、ご自宅でのきれいを保つケア方法をご提案いたします。


COPY CODE
<style type="text/css">
  .kr-step-wrapper-lavender {
    max-width: 580px;
    margin: 30px auto;
    padding: 30px 24px;
    background-color: #f8f6fb;
    border: 1px solid #e7dfef;
    border-radius: 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Meiryo", sans-serif;
    color: #423d47;
    box-shadow: 0 4px 16px rgba(155, 140, 175, 0.08);
  }
  .kr-step-header-lavender {
    text-align: center;
    margin-bottom: 24px;
  }
  .kr-step-title-lavender {
    font-size: 1.15em;
    font-weight: 700;
    color: #7b6391;
    margin: 0;
    letter-spacing: 0.05em;
  }
  .kr-step-sub-lavender {
    display: block;
    font-size: 0.75em;
    color: #9e84b8;
    letter-spacing: 0.15em;
    margin-top: 4px;
    font-weight: 600;
  }
  .kr-step-container-lavender {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .kr-step-card-lavender {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #efe8f5;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  }
  .kr-step-num-lavender {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ebdff5;
    color: #7b6391;
    font-size: 0.85em;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1.1;
  }
  .kr-step-num-lavender span {
    font-size: 0.65em;
    color: #9a82b3;
    letter-spacing: 0.05em;
  }
  .kr-step-body-lavender {
    flex: 1;
  }
  .kr-step-head-lavender {
    font-size: 0.95em;
    font-weight: 700;
    color: #7b6391;
    margin: 0 0 4px 0;
  }
  .kr-step-text-lavender {
    font-size: 0.88em;
    line-height: 1.6;
    margin: 0;
    color: #524a59;
  }
</style>

<div class="kr-step-wrapper-lavender">
  <div class="kr-step-header-lavender">
    <div class="kr-step-title-lavender">タイトルが入ります</div>
    <span class="kr-step-sub-lavender">— SUB TITLE —</span>
  </div>
  <div class="kr-step-container-lavender">
    <!-- STEP 1 -->
    <div class="kr-step-card-lavender">
      <div class="kr-step-num-lavender"><span>STEP</span>01</div>
      <div class="kr-step-body-lavender">
        <div class="kr-step-head-lavender">step1のタイトル</div>
        <p class="kr-step-text-lavender">step1の内容を入力します</p>
      </div>
    </div>
    <!-- STEP 2 -->
    <div class="kr-step-card-lavender">
      <div class="kr-step-num-lavender"><span>STEP</span>02</div>
      <div class="kr-step-body-lavender">
        <div class="kr-step-head-lavender">step2のタイトル</div>
        <p class="kr-step-text-lavender">step2の内容を入力します</p>
      </div>
    </div>
    <!-- STEP 3 -->
    <div class="kr-step-card-lavender">
      <div class="kr-step-num-lavender"><span>STEP</span>03</div>
      <div class="kr-step-body-lavender">
        <div class="kr-step-head-lavender">step3のタイトル</div>
        <p class="kr-step-text-lavender">step3の内容を入力します</p>
      </div>
    </div>
  </div>
</div>

ブラウン

ご利用の流れ
— HOW TO USE —
STEP01
カウンセリング・ご予約

WebまたはLINEから簡単にご予約いただけます。事前のお悩みもお気軽にどうぞ。

STEP02
ご来店・施術

落ち着いた空間で丁寧な施術を行います。リラックスしてお過ごしください。

STEP03
アフターケアのご案内

仕上がりのご確認と、ご自宅でのきれいを保つケア方法をご提案いたします。


COPY CODE
<style type="text/css">
  .kr-step-wrapper-brown {
    max-width: 580px;
    margin: 30px auto;
    padding: 30px 24px;
    background-color: #fcf9f5;
    border: 1px solid #ebdcd0;
    border-radius: 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Meiryo", sans-serif;
    color: #4a403a;
    box-shadow: 0 4px 16px rgba(160, 130, 110, 0.08);
  }
  .kr-step-header-brown {
    text-align: center;
    margin-bottom: 24px;
  }
  .kr-step-title-brown {
    font-size: 1.15em;
    font-weight: 700;
    color: #8c684e;
    margin: 0;
    letter-spacing: 0.05em;
  }
  .kr-step-sub-brown {
    display: block;
    font-size: 0.75em;
    color: #b08d74;
    letter-spacing: 0.15em;
    margin-top: 4px;
    font-weight: 600;
  }
  .kr-step-container-brown {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .kr-step-card-brown {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #f5eae1;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  }
  .kr-step-num-brown {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #f2e3d8;
    color: #8c684e;
    font-size: 0.85em;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1.1;
  }
  .kr-step-num-brown span {
    font-size: 0.65em;
    color: #ad876c;
    letter-spacing: 0.05em;
  }
  .kr-step-body-brown {
    flex: 1;
  }
  .kr-step-head-brown {
    font-size: 0.95em;
    font-weight: 700;
    color: #8c684e;
    margin: 0 0 4px 0;
  }
  .kr-step-text-brown {
    font-size: 0.88em;
    line-height: 1.6;
    margin: 0;
    color: #594b42;
  }
</style>

<div class="kr-step-wrapper-brown">
  <div class="kr-step-header-brown">
    <div class="kr-step-title-brown">タイトルが入ります</div>
    <span class="kr-step-sub-brown">— SUB TITLE —</span>
  </div>
  <div class="kr-step-container-brown">
    <!-- STEP 1 -->
    <div class="kr-step-card-brown">
      <div class="kr-step-num-brown"><span>STEP</span>01</div>
      <div class="kr-step-body-brown">
        <div class="kr-step-head-brown">step1のタイトル</div>
        <p class="kr-step-text-brown">step1の内容を入力します</p>
      </div>
    </div>
    <!-- STEP 2 -->
    <div class="kr-step-card-brown">
      <div class="kr-step-num-brown"><span>STEP</span>02</div>
      <div class="kr-step-body-brown">
        <div class="kr-step-head-brown">step2のタイトル</div>
        <p class="kr-step-text-brown">step2の内容を入力します</p>
      </div>
    </div>
    <!-- STEP 3 -->
    <div class="kr-step-card-brown">
      <div class="kr-step-num-brown"><span>STEP</span>03</div>
      <div class="kr-step-body-brown">
        <div class="kr-step-head-brown">step3のタイトル</div>
        <p class="kr-step-text-brown">step3の内容を入力します</p>
      </div>
    </div>
  </div>
</div>

テラコッタ

ご利用の流れ
— HOW TO USE —
STEP01
カウンセリング・ご予約

WebまたはLINEから簡単にご予約いただけます。事前のお悩みもお気軽にどうぞ。

STEP02
ご来店・施術

落ち着いた空間で丁寧な施術を行います。リラックスしてお過ごしください。

STEP03
アフターケアのご案内

仕上がりのご確認と、ご自宅でのきれいを保つケア方法をご提案いたします。


COPY CODE
<style type="text/css">
  .kr-step-wrapper-terracotta {
    max-width: 580px;
    margin: 30px auto;
    padding: 30px 24px;
    background-color: #fdf8f5;
    border: 1px solid #f2dfd3;
    border-radius: 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Meiryo", sans-serif;
    color: #4a3b34;
    box-shadow: 0 4px 16px rgba(196, 112, 79, 0.08);
  }
  .kr-step-header-terracotta {
    text-align: center;
    margin-bottom: 24px;
  }
  .kr-step-title-terracotta {
    font-size: 1.15em;
    font-weight: 700;
    color: #c4704f;
    margin: 0;
    letter-spacing: 0.05em;
  }
  .kr-step-sub-terracotta {
    display: block;
    font-size: 0.75em;
    color: #d98f73;
    letter-spacing: 0.15em;
    margin-top: 4px;
    font-weight: 600;
  }
  .kr-step-container-terracotta {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .kr-step-card-terracotta {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #f7e8df;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  }
  .kr-step-num-terracotta {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #f7e2d7;
    color: #c4704f;
    font-size: 0.85em;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1.1;
  }
  .kr-step-num-terracotta span {
    font-size: 0.65em;
    color: #d98d71;
    letter-spacing: 0.05em;
  }
  .kr-step-body-terracotta {
    flex: 1;
  }
  .kr-step-head-terracotta {
    font-size: 0.95em;
    font-weight: 700;
    color: #c4704f;
    margin: 0 0 4px 0;
  }
  .kr-step-text-terracotta {
    font-size: 0.88em;
    line-height: 1.6;
    margin: 0;
    color: #5c473e;
  }
</style>

<div class="kr-step-wrapper-terracotta">
  <div class="kr-step-header-terracotta">
    <div class="kr-step-title-terracotta">タイトルが入ります</div>
    <span class="kr-step-sub-terracotta">— SUB TITLE —</span>
  </div>
  <div class="kr-step-container-terracotta">
    <!-- STEP 1 -->
    <div class="kr-step-card-terracotta">
      <div class="kr-step-num-terracotta"><span>STEP</span>01</div>
      <div class="kr-step-body-terracotta">
        <div class="kr-step-head-terracotta">step1のタイトル</div>
        <p class="kr-step-text-terracotta">step1の内容を入力します</p>
      </div>
    </div>
    <!-- STEP 2 -->
    <div class="kr-step-card-terracotta">
      <div class="kr-step-num-terracotta"><span>STEP</span>02</div>
      <div class="kr-step-body-terracotta">
        <div class="kr-step-head-terracotta">step2のタイトル</div>
        <p class="kr-step-text-terracotta">step2の内容を入力します</p>
      </div>
    </div>
    <!-- STEP 3 -->
    <div class="kr-step-card-terracotta">
      <div class="kr-step-num-terracotta"><span>STEP</span>03</div>
      <div class="kr-step-body-terracotta">
        <div class="kr-step-head-terracotta">step3のタイトル</div>
        <p class="kr-step-text-terracotta">step3の内容を入力します</p>
      </div>
    </div>
  </div>
</div>

アプリコット

ご利用の流れ
— HOW TO USE —
STEP01
カウンセリング・ご予約

WebまたはLINEから簡単にご予約いただけます。事前のお悩みもお気軽にどうぞ。

STEP02
ご来店・施術

落ち着いた空間で丁寧な施術を行います。リラックスしてお過ごしください。

STEP03
アフターケアのご案内

仕上がりのご確認と、ご自宅でのきれいを保つケア方法をご提案いたします。


COPY CODE
<style type="text/css">
  .kr-step-wrapper-apricot {
    max-width: 580px;
    margin: 30px auto;
    padding: 30px 24px;
    background-color: #fdfaf6;
    border: 1px solid #f7e6d7;
    border-radius: 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Meiryo", sans-serif;
    color: #4a3e36;
    box-shadow: 0 4px 16px rgba(217, 138, 93, 0.08);
  }
  .kr-step-header-apricot {
    text-align: center;
    margin-bottom: 24px;
  }
  .kr-step-title-apricot {
    font-size: 1.15em;
    font-weight: 700;
    color: #d97d55;
    margin: 0;
    letter-spacing: 0.05em;
  }
  .kr-step-sub-apricot {
    display: block;
    font-size: 0.75em;
    color: #e69d7c;
    letter-spacing: 0.15em;
    margin-top: 4px;
    font-weight: 600;
  }
  .kr-step-container-apricot {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .kr-step-card-apricot {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #fceee3;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  }
  .kr-step-num-apricot {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #fae8dc;
    color: #d97d55;
    font-size: 0.85em;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1.1;
  }
  .kr-step-num-apricot span {
    font-size: 0.65em;
    color: #e39978;
    letter-spacing: 0.05em;
  }
  .kr-step-body-apricot {
    flex: 1;
  }
  .kr-step-head-apricot {
    font-size: 0.95em;
    font-weight: 700;
    color: #d97d55;
    margin: 0 0 4px 0;
  }
  .kr-step-text-apricot {
    font-size: 0.88em;
    line-height: 1.6;
    margin: 0;
    color: #5c4b41;
  }
</style>

<div class="kr-step-wrapper-apricot">
  <div class="kr-step-header-apricot">
    <div class="kr-step-title-apricot">タイトルが入ります</div>
    <span class="kr-step-sub-apricot">— SUB TITLE —</span>
  </div>
  <div class="kr-step-container-apricot">
    <!-- STEP 1 -->
    <div class="kr-step-card-apricot">
      <div class="kr-step-num-apricot"><span>STEP</span>01</div>
      <div class="kr-step-body-apricot">
        <div class="kr-step-head-apricot">step1のタイトル</div>
        <p class="kr-step-text-apricot">step1の内容を入力します</p>
      </div>
    </div>
    <!-- STEP 2 -->
    <div class="kr-step-card-apricot">
      <div class="kr-step-num-apricot"><span>STEP</span>02</div>
      <div class="kr-step-body-apricot">
        <div class="kr-step-head-apricot">step2のタイトル</div>
        <p class="kr-step-text-apricot">step2の内容を入力します</p>
      </div>
    </div>
    <!-- STEP 3 -->
    <div class="kr-step-card-apricot">
      <div class="kr-step-num-apricot"><span>STEP</span>03</div>
      <div class="kr-step-body-apricot">
        <div class="kr-step-head-apricot">step3のタイトル</div>
        <p class="kr-step-text-apricot">step3の内容を入力します</p>
      </div>
    </div>
  </div>
</div>

モーブピンク

ご利用の流れ
— HOW TO USE —
STEP01
カウンセリング・ご予約

WebまたはLINEから簡単にご予約いただけます。事前のお悩みもお気軽にどうぞ。

STEP02
ご来店・施術

落ち着いた空間で丁寧な施術を行います。リラックスしてお過ごしください。

STEP03
アフターケアのご案内

仕上がりのご確認と、ご自宅でのきれいを保つケア方法をご提案いたします。


COPY CODE
<style type="text/css">
  .kr-step-wrapper-mauve {
    max-width: 580px;
    margin: 30px auto;
    padding: 30px 24px;
    background-color: #fcf8fa;
    border: 1px solid #f2e3eb;
    border-radius: 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Meiryo", sans-serif;
    color: #4a3d45;
    box-shadow: 0 4px 16px rgba(181, 143, 166, 0.08);
  }
  .kr-step-header-mauve {
    text-align: center;
    margin-bottom: 24px;
  }
  .kr-step-title-mauve {
    font-size: 1.15em;
    font-weight: 700;
    color: #a36b8e;
    margin: 0;
    letter-spacing: 0.05em;
  }
  .kr-step-sub-mauve {
    display: block;
    font-size: 0.75em;
    color: #c48eb1;
    letter-spacing: 0.15em;
    margin-top: 4px;
    font-weight: 600;
  }
  .kr-step-container-mauve {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .kr-step-card-mauve {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #f7eef3;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  }
  .kr-step-num-mauve {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #f5e4ee;
    color: #a36b8e;
    font-size: 0.85em;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1.1;
  }
  .kr-step-num-mauve span {
    font-size: 0.65em;
    color: #c28aa0;
    letter-spacing: 0.05em;
  }
  .kr-step-body-mauve {
    flex: 1;
  }
  .kr-step-head-mauve {
    font-size: 0.95em;
    font-weight: 700;
    color: #a36b8e;
    margin: 0 0 4px 0;
  }
  .kr-step-text-mauve {
    font-size: 0.88em;
    line-height: 1.6;
    margin: 0;
    color: #5c4a55;
  }
</style>

<div class="kr-step-wrapper-mauve">
  <div class="kr-step-header-mauve">
    <div class="kr-step-title-mauve">タイトルが入ります</div>
    <span class="kr-step-sub-mauve">— SUB TITLE —</span>
  </div>
  <div class="kr-step-container-mauve">
    <!-- STEP 1 -->
    <div class="kr-step-card-mauve">
      <div class="kr-step-num-mauve"><span>STEP</span>01</div>
      <div class="kr-step-body-mauve">
        <div class="kr-step-head-mauve">step1のタイトル</div>
        <p class="kr-step-text-mauve">step1の内容を入力します</p>
      </div>
    </div>
    <!-- STEP 2 -->
    <div class="kr-step-card-mauve">
      <div class="kr-step-num-mauve"><span>STEP</span>02</div>
      <div class="kr-step-body-mauve">
        <div class="kr-step-head-mauve">step2のタイトル</div>
        <p class="kr-step-text-mauve">step2の内容を入力します</p>
      </div>
    </div>
    <!-- STEP 3 -->
    <div class="kr-step-card-mauve">
      <div class="kr-step-num-mauve"><span>STEP</span>03</div>
      <div class="kr-step-body-mauve">
        <div class="kr-step-head-mauve">step3のタイトル</div>
        <p class="kr-step-text-mauve">step3の内容を入力します</p>
      </div>
    </div>
  </div>
</div>

使い方の3ステップ

STEP 01

使いたい素材のコード(英語の枠内)をすべてコピーします。

STEP 02

アメブロの投稿画面を「HTML表示」に切り替えて、好きな場所に貼り付けます。

STEP 03

「通常表示」に戻し、枠内の文字を書き換えたら完成です♡

アメブロ囲み枠ご使用時のお願い

  • ブログやホームページにコピペして使っていただいてOKです
  • 商用利用可能です
  • 無断転載・再配布は禁止です
  • デザインの著作権は捨てていません
    (LINE公式などで自作と偽り配布することは禁止です)
  • ご使用時の報告は不要です

まとめ ✦

アメブロ囲み枠サロン様向けに3ステップ枠を作ってみました。
お教室・サロンをされている女性起業家さんの手助けができればうれしいです。

何色が特に気になった♡とかありますか?
私はこの中ならモーブピンクが大人可愛いかなと気になりました。

サロンやお教室のテーマカラーから色を選んで、世界観をつくってみてくださいね。]



もし、ブログの囲み枠一部だけの世界観ではなく、ホームページで世界観をつくってネット検索から自分のサービス・商品を求めるお客様と出会いたい場合はホームページ制作もご検討ください。

↓ 画像タップすると、ホームページ制作サービスへ移動します*