@charset "UTF-8";
/* CSS Document */


@media only screen and (max-width : 768px) {

/*-------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
----------------------------------------------------------------------------------------*/

/*--------------------------------------------------
共通設定(スマホ)
-----------------------------------------------------*/
	
/*body全体の初期スタイル調整*/
body {
	width: 100%;
  -webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
    /*--------------------------------------------------
全体レイアウト／背景設定（スマホ）
-----------------------------------------------------*/
/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  border-left: none;
  border-right: none;
  font-size: 1.7em; /*=17px*/
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}

.article{
	width: 100%;
}

/*カラム全体の幅を変更する*/
.top_image_in,.section_inr {
  width: 100%;
  margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
}
/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}
/*ヘッダー内部をカラム幅にする*/
.header_inr {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
/*ヘッダーのロゴ*/
.header_logo {
  width: 45%;
  float: left;
  margin: 0.5em ;
}
/*ヘッダーの問い合わせボタン*/
.header_form {
  width: 48%;
  float: right;
  margin: 1em 0.5em 0em;
}
    
    
/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
  background-image: none;
}
.top_image_in img {
  width: 100%;
}
    .pc_img { display: none !important; }
    .sp_img { display: block !important; }

    
 /*--------------------------------------------------
見出しタグ設定（スマホ）
-----------------------------------------------------*/
h2 {
    margin: 1em 0em;
    font-size: 1.6em;
  text-align: center;
  padding: 0.5em;
    line-height: 1.1;
}
h2 span {
    margin: 5px auto ;
    letter-spacing: 2px; 
    font-size: 0.6em;
}

h3 {
    margin:  0 0 2em;                 
    font-size:  1.5em;           /* 文字サイズ指定 */
    border-bottom: solid 2px; 
    border-top: solid 2px;   

    padding:  15px 0;
    margin-bottom: 25px;        /* 周りの余白指定 */
    position:  relative;        /* 位置調整 */
    font-weight:  normal;       /* 文字の太さ調整 */
    text-align: center;
    letter-spacing: 2px;
}

.h3_crown {
    width: 40px;
    margin: 1em auto 0;
    padding-bottom: 3px;
}


h4 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

    margin:  0 0 2em;                 /* デフォルトCSS打ち消し */
    font-size:  1.5em;           /* 文字サイズ指定 */
    border-bottom: solid 2px; 
    border-top: solid 2px;   

    padding:  15px 0;
    margin-bottom: 25px;        /* 周りの余白指定 */
    position:  relative;        /* 位置調整 */
    font-weight:  normal;       /* 文字の太さ調整 */
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.3;
}


h4 span {
    display: block;
    content: attr(data-eng);
    font-family： 'Playfair Display'、serif;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize;
    margin: 5px auto ;
    letter-spacing: 2px; 
    font-size: 0.7em;
}

h5 {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.2em;
    margin: 0.5em ;
    
}
h5:before, h5:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 38px;
  height: 2px;
  background-color: #67c2ad;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
h5:before {
  left:0;
}
h5:after {
  right: 0;
}

.midashi_cyousei {
    padding: 1em 0em ;
}

/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
.section_01 {
    padding: 4em 0;
    background-position:55% 20%;
    background-repeat: no-repeat;
    height: auto;
}

.section_02 {
    padding: 1em 0.5em 1em;
          background-image: url("../images/bg_section02.jpg");
    background-size: cover;

}

.section_03 {
    padding: 2em 0.3em;
}

.section_04 {
    padding: 2em 0.3em;
}

.section_05 {
    padding: 2em 0.3em;
}

.section_06 {
    padding: 2em 0em 0;
}

.section_07 {
    padding: 2em 0.3em;
}
    
/*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/

.area_cta {
      background-image: url("../images/cta_back.jpg");
    background-size: contain;
  padding: 1em 0em ;
  overflow: auto;
}

.box_cta {
padding: 0em;
 margin-top: 0.5em;
}

.area_cta_btn {
padding: 2em 0em;
}

.btn_kengaku {
    padding: 0 0.5em;
}
.btn_siryou {
    padding: 1em 2em;
}

/*--------------------------------------------------
悩み
-----------------------------------------------------*/
.img_nayami {
    width: 100%;
    margin: -6em 0 0 ;
    padding: 0.5em;
}

.section_inr_02 {
width: 100%;
    margin: 0;
    text-align: center;
padding:  1em 0 0 ;
}

.img_problem {
    padding: 1em 0;
}
    
.cyousei_message {
    padding: 1em 0 0;
}

.cyousei_pc {
    padding: 0em;
}
    
    
/*--------------------------------------------------
やることリスト
-----------------------------------------------------*/
.cyousei_list {
    padding: 1em 1em;
    
}

.tit_logo {
    display: block;
    margin: 2em auto;
    width: 150px;
}


.box_about {
      background-image: url("../images/bg_about_sp.jpg");
    background-clip: border-box;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    padding: 2em 1em ;

}

.txt_about {
    padding: 1em 0;
    margin-bottom: 0em;
}

.txt_about p {
    line-height: 2em;
    font-size: 1em;
} 

.tit_message {
    padding: 2em 0em 0em ;
}

.txt_message {
    padding: 2em 0 ;
    margin-top: -1em;
}
.txt_message img {
    display: block;
width: 100%;
    margin: 0 auto;
}

.grahu {
    padding: 1em 0em;
}


/*--------------------------------------------------
6つの安心
-----------------------------------------------------*/
.ctn_point {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1em 0;
}

.box_point {
    width: 100%;
    border-radius: 8px;
position: relative;
    background-color: #fff;
    padding: 20px 10px;
    margin: 40px 5px 0;
}

.point-num {
    top: -25px;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 45%;
}

.img_point {
    float: left;
    width: 40%;
    padding-right: 0.5em;
    padding-bottom: 0.5em;

}

.tit_point{
    font-weight: 600;
    line-height: 1.1;
    padding-top: 20px;
    font-size: 17px;
}

.tit_point span {
    color: #ff9f98;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;

}

.point_big {
    font-size: 45px !important;
}

.point_small {
    font-size: 23px !important;
}


.box_point_inr {
    border-bottom: 3px solid #f7f5f0;
    margin-bottom: 15px;
}

/*--------------------------------------------------
お客様の声　サロンオーナー
-----------------------------------------------------*/
.box_voice_salon_pink {
    padding:  0;
    background: linear-gradient(90deg,#FDEDE8 50%,#FDEDE8,#fff 100px,#fff 100%);
}

.box_voice_salon_green {
    padding:  0;
    background: linear-gradient(90deg,#d7efea 50%,#d7efea,#fff 100px,#fff 100%);
}


.img_voice_salon {
    width: 95%;
    display: block;
    margin: 0 auto;

}

.bg_txt_voice_salon_pink{
    background-color: #fdede8;
    padding: 2em 0;
    margin-bottom: 2em;
}
.bg_txt_voice_salon_green{
    background-color: #d7efea;
    padding: 2em 0;
    margin-bottom: 2em;
}


.txt_voice_salon {
    width: 90%;
    display: block;
    margin: 0 auto;
    background: #fff;
    padding: 2em 1em;
    border-radius: 8px;
box-shadow: 0px 0px 0px 10px #fff;
    border: dotted 2px #d7cec0;

}

/*--------------------------------------------------
特典の声
-----------------------------------------------------*/
    
.osusume_reason {
    padding: 0 0 1em;
}   
    
.box_tokuten_voice {
  position: relative;
  margin: 2em 0 4em;
  padding: 0.3em 1.2em;
  border-top: solid 2px #ee8992;
  border-bottom: solid 2px #ee8992;
  background-color: #fff;
  font-weight: bold;
}
.box_tokuten_voice:before, .box_tokuten_voice:after {
  position: absolute;
  top: -12px;
  width: 2px;
  height: -webkit-calc(100% + 24px);
  height: calc(100% + 24px);
  background-color: #ee8992;
  content: "";
}
.box_tokuten_voice:before {
  left: 12px;
}
.box_tokuten_voice:after {
  right: 12px;
}
.box_tokuten_voice p {
  margin: 0;
  padding: 0;
  line-height: 2;
}

.img_tokuten_voice {
        float: none;
        width: 60%;
    margin: 0 auto;
        padding: 1em;
    }   

.txt_tokuten_voice {
 float: none;
  width: 95%;
  margin: 0 auto;

  padding: 0em 0.5em 1.8em;
  background-size: 8px 100%,100% 2em;
  line-height: 2;
}
    /*--------------------------------------------------
見学の流れ
-----------------------------------------------------*/
.ctn_flow {
    padding: 1em 0.5em;
}

.box_nagare01 {
    padding: 0 1em;
}

.box_step {
    background-color: #fff;
    padding: 1em 0.5em 2em;
    margin-bottom: 2em;
}

.balloon {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border: solid 2px #ff9f98;
    padding: 1em 0.5em ;
    text-align: center;
}
.balloon:before,
.balloon:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.balloon:before {
    border: solid 20px transparent;
    border-top: solid 20px #ff9f98;
}
.balloon:after {
    border: solid 18px transparent;
    border-top: solid 18px #fff;
    margin-top: -1px;
    padding-bottom: 2em;
}
.balloon p {
    margin: 0;
    padding: 0;
}

.non_balloon {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border: solid 2px #ff9f98;
    padding: 1em 0.5em ;
        text-align: center;

}

.step_img {
    float: none;
    width: 75%;
    margin: 0 auto;
    padding: 0.5em;
}

.step_text {
        float: none;
    width: 90%;
   margin: 0 auto;
    padding: 0;
}
.flow_tel,.flow_tel a {
    font-weight: 600;
    color: #f4637e;
    font-size: 35px;
}
.flow_tel {
    float: none;
    width: 100%;
    padding: 0.7em 0 0.5em;
}
.flow_btn {
    float: none;
    width: 100%;
    padding: 0.5em 0;
}
.tel_uketuke {
    color: #444;
    font-size: 16px;
    font-weight: 300;
}
    
.tel_uketuke p {
    line-height: 1.3;
    }    




/*--------------------------------------------------
よくある質問
-----------------------------------------------------*/
.box_qa {
    background-color: #fff;
    margin: 3em 0.5em;
    padding: 1.5em 1em ;
    border-radius: 8px;
}

.box_qa_q {
    padding: 0.5em 0.5em 0.5em 2em;
    font-size: 1.1em;
    color: #FF5678;
    border-bottom: 1px solid #FF5678;
}

.box_qa_a {
    padding: 0.5em 0em 0.5em 2em;
}

.box_qa_q p,
.box_qa_a p {
    text-indent: -2em;
}


/*--------------------------------------------------
アクセス
-----------------------------------------------------*/

.box_map {
    width: 90%;
    display: block;
    margin: 3em auto;
    

}

.box_access {
  background:#FDEDE8; 
    padding: 1em;
     width: 95%;
    display: block;
    margin: 2em auto;
    border-radius: 15px;


}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


.access_table{
  border-collapse:collapse;
    width: 100%;
}

.access_table td,
.access_table th {
  border-top:1px solid #666;
  padding:10px;
}
.access_table tr:last-child td,
tr:last-child th{
  border-bottom:1px solid #666;  
}

.access_table a {
  text-decoration:underline;
    color: #444;
}

/*--------------------------------------------------
コース一覧
-----------------------------------------------------*/
.tab-wrap {
    padding: 3em 0.5em;
    width: 100%;
}

 .tab-wrap a {
        text-decoration: none;
    }    
    
    
    
    
/* table */
.table_sv_sp{
  width: 100%;
  border-collapse: collapse;
    margin-top: 2em;
    font-size: 0.9em;
}

.table_sv_sp tr,
.table_sv_sp tr:last-child th {
  border-bottom: solid 2px white;
}
    
.tit_osusume {
    display: block;
    margin: 0 auto 2px;
    width: 60%;
}
    

.table_sv_sp tr:last-child{
  border-bottom: none;
}

.table_sv_sp th{
  text-align: left;
  width: 30%;
  background-color: #fdede8; 
  text-align: center;
  padding: 5px 0;
  margin: 0;
    line-height: 1.4;
    border-top: none;
    font-size: 0.85em;
    border-spacing: 0;
    border-collapse: collapse;

}   
    
    .table_sv_sp th p {
        padding: 0;
        margin: 0;
    }    
    
.table_sv_sp td{
  text-align: center;
  width: 60%;
  background-color: #f8f6f4;
  padding: 5px 5px;
  margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
    
}   
    
    
    .tit_tokucyou01 {
        color: #f6617c;
        font-weight: 600;
        font-size: 1em;
        text-align: center;
        padding: 1em 0 0.2em;
    }    
    .txt_tokucyou01 {
        padding: 1em 0.5em 2em;
        border-bottom: 1px solid #f6617c;
        margin-bottom: 2em;
    } 
    
        .tit_tokucyou02 {
        color: #67c2ad;
        font-weight: 600;
        font-size: 1em;
        text-align: center;
        padding: 1em 0 0.2em;
    }    
    .txt_tokucyou02 {
        padding: 1em 0.5em 2em;
        border-bottom: 1px solid #67c2ad;
        margin-bottom: 2em;
    } 
    .txt_tokucyou03 {
        padding: 1em 0.5em 2em;
    } 
    
    .licence {
        font-size: 0.8em;
        font-weight: 300;
    }

    
    /*--------------------------------------------------
下部固定ヘッダー（スマホ）
-----------------------------------------------------*/
.fix_menu_smartphone {
    display: block!important;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10000;
    box-shadow: 0px 0px 3px #ccc;
  }
  .fix_menu_smartphone img {
    width: 100%;
  }
    
.menu_center {
    background-color: #f6617c;
      background-position: center;
    padding: 0.5em 7em;
  }

    
  .menu_left {
    background-color: #04c755;
      background-position: center;
    float: left;
    width: 50%;
    padding: 0.5em 0;
  }
  .menu_right {
    background-color: #fff;
    float: right;
    width: 50%;
    padding: 0.5em 0;
  }
    
#page_top_sp {
    display: block!important;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 70px;
  z-index: 20000;

}
#page_top_sp a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
    padding: 5px;
  text-decoration: none;
}
    
/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  padding: 1.5em 0em 12em;
  text-align: center;
  font-size: 1.2em;
  color: #fff;
}


}


