@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------------------------------------
PC用レイアウト（768px以上スクリーン）
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/
/*body全体の初期スタイル調整*/
body {
  font-size: 62.5%; /*emの計算をしやすくするための定番設定*/
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-style: normal;
  line-height: 1.7;
  color: #444;
　overflow: hidden;

}
/*リンク文字の設定*/
a {
  text-decoration:none;
}
/*ブラウザのCSSをリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
}
/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}
/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/

h2 {
    position: relative;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 2em 0em;
    font-size: 2em;
  text-align: center;
  padding: 0.5em;
    font-weight: 300;
  background: repeating-linear-gradient(-45deg, #fff, #fff 3px,#fdede8 3px, #fdede8 7px);
    line-height: 1.3;
}
h2 span {
    display: block;
    content: attr(data-eng);
    font-family： 'Playfair Display'、serif;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize;
    margin: 5px auto 10px;
    letter-spacing: 2px; 
    font-size: 0.7em;
}

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

    margin:  0 2em 2em;                 /* デフォルトCSS打ち消し */
    font-size:  28px;           /* 文字サイズ指定 */
    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:after {
    content:  '';               /* 空白の要素を作る */
    width: 100%;                /* 幅指定 */
    height: 1px;                /* 高さ指定 */
    background-color: #444444;     /* 背景色指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left:  0;                   /* 位置調整 */
    bottom: 4px;               /* 位置調整 */
}
h3:before {
    content:  '';               /* 空白の要素を作る */
    width: 100%;                /* 幅指定 */
    height: 1px;                /* 高さ指定 */
    background-color: #444;     /* 背景色指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left:  0;                   /* 位置調整 */
    top: 4px;               /* 位置調整 */
}

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


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

    margin:  0 2em 2em;                 /* デフォルトCSS打ち消し */
    font-size:  28px;           /* 文字サイズ指定 */
    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:after {
    content:  '';               /* 空白の要素を作る */
    width: 100%;                /* 幅指定 */
    height: 1px;                /* 高さ指定 */
    background-color: #444444;     /* 背景色指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left:  0;                   /* 位置調整 */
    bottom: 4px;               /* 位置調整 */
}
h4:before {
    content:  '';               /* 空白の要素を作る */
    width: 100%;                /* 幅指定 */
    height: 1px;                /* 高さ指定 */
    background-color: #444;     /* 背景色指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left:  0;                   /* 位置調整 */
    top: 4px;               /* 位置調整 */
}

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 10px;
    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: 3em 8em ;
}



/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
  background-color: #ffffff;
}
/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  font-size: 1.6em; /*=16px*/
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}

.article{
	width: 100%;
}

/*カラム全体の幅を変更する*/
.top_image_in,.section_inr {
  width: 950px;
  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: 1050px;
  margin: 0 auto;
  overflow: hidden;
}

/*ヘッダーのロゴ*/
.header_logo {
  width: 32%;
  float: left;
  margin: 0.8em 0em;
}
/*ヘッダーの問い合わせボタン*/
.header_form {
  width: 32%;
  float: right;
  margin: 1.7em 5em 0em 0.8em;
}
/*ヘッダー内の画像が常に幅100%になるように*/
.header_logo img, .header_form img {
  width: 100%;
}


/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
  background-image: url("../images/top_image_back.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  height: auto;
    text-align: center;
    margin: 0;
}
.top_image_in img {
  width: 100%;
}

.pc_img { display: block !important; }
.sp_img { display: none !important; }



/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
.section_01 {
          background-image: url("../images/bg_section01.jpg");
    background-position:top center;
    background-repeat: no-repeat;
    height: auto;
    

}

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

}

.section_03 {
          background: linear-gradient(180deg,#FDEDE8 40%,#FDEDE8,#fff 100px,#fff 100%);
    padding: 2em 0;
}

.section_04 {
          background-image: url("../images/bg_section04.jpg");
        background-size: cover;

    padding: 2em 0em 4em;
}

.section_05 {
          background-image: url("../images/bg_section05.jpg");
    padding: 2em 0em 4em;
}

.section_06 {
      background-color: #fff;
    padding: 2em 0em;
}

.section_07 {
      background-color: #FDEDE8;
    padding: 2em 0em;
}
.section_08 {
          background-image: url("../images/bg_section08.jpg");
        background-size: cover;

    padding: 2em 0em;
}

.section_gulahu {
          background-image: url("../images/bg_gulahu.jpg");
        background-size: cover;

    padding: 1em 0em 0em;
}

.cyousei_message {
    padding: 2em 6em;
}

.cyousei_pc {
    padding: 0 4em;
}

/*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/

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

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

.area_cta_btn {
padding: 2em 0em;
}

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

/*--------------------------------------------------
悩み
-----------------------------------------------------*/
.img_nayami {
    width: 85%;
    margin-bottom: 10em;
    padding-left: 6em;
}

.section_inr_02 {
width: 950px;
  margin: 0 auto;
padding: 2em 0;
}

.img_problem {
    padding: 2em;
}

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

/*--------------------------------------------------
やることリスト
-----------------------------------------------------*/
.cyousei_list {
    padding: 2em 8em;
    
}

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


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

}

.txt_about {
    text-align: center;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 1em 0;
    margin-bottom: 4em;
}

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

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

.txt_message {
    padding: 2em 0 6em;
    margin-top: -3em;
    background: rgb(255,255,255,0.7);
}
.txt_message img {
    display: block;
width: 70%;
    margin: 3em auto 0;
}

.grahu {
    padding: 2em 6em;
}

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

.box_point {
    width: 31%;
    border-radius: 8px;
position: relative;
    background-color: #fff;
    padding: 20px 10px;
    margin: 80px 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.2;
    padding-top: 25px;
    font-size: 15px;
}

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

}

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

.point_small {
    font-size: 20px !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: 70%;
    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: 70%;
    display: block;
    margin: 0 auto;
    background: #fff;
    padding: 2em;
    border-radius: 8px;
box-shadow: 0px 0px 0px 10px #fff;
    border: dotted 2px #d7cec0;

}


/*--------------------------------------------------
コース一覧
-----------------------------------------------------*/

.servise_table {
  border-collapse: collapse;
  margin: 6em auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
    font-size: 0.9em;
}

.servise_table tr {
  background-color: #f8f6f4;
  padding: .35em;
  border-bottom: 2px solid #fff;
}

.servise_table tr th {
  border-top: 1px solid #fff;
}
.servise_table th,
.servise_table td {
  padding: 0.5em 10px 0.5em 0.5em;
  border-right: 2px solid #fff;
    text-align: center;
    line-height: 1.4;
}
.servise_table thead tr{
  background-color: #9ed8cb;
  color:#fff;
}
.servise_table tbody th {
    background: #fdede8;
}
.pro {
    background-color: #f6537c;
}

.tit_osusume {
    display: block;
    margin: 0 auto 2px;
    width: 90%;
}

.del{
   text-decoration:line-through;
    font-weight: 600;
}
.licence{
  text-align: center;
  font-weight: bold;
    font-size: 0.9em
}
.non{
  background:#fff!important;
}


/*--------------------------------------------------
コース詳細
-----------------------------------------------------*/

#table02 {
    margin: 4em auto;
}

#table02 tr {
  border-bottom: 2px solid #ff8998;
}

#table02 th {
  padding: 24px 10px;
  border: none;
}

#table02 td{
  padding: 24px 15px;
  border: none;
}

#table02 th {
  width: 30%;
}

.waku_course01 {
    background-color: #f6537c;
    color: #fff;
    border-radius: 30px;
    padding: 1em;
}

.waku_course02 {
    background-color: #9ed8cb;
    color: #fff;
    border-radius: 30px;
    padding: 1em;
}


/* sp */
@media only screen and (max-width: 768px) {
    
#table02 {
    margin: 0em auto;
}
    
    
    
  #table02 th,
  #table02 td {
    width: 100%;
    display: block;
    }


  #table02 td {
    padding-top: 0;
  }
    
.waku_course01 {
    display: block;
    width: 90%;
    margin: 0 auto 1em;
    padding: 0.5em;
    font-size: 1.1em;
    text-align: center;
    font-weight: 600;
}

.waku_course02 {
    display: block;
    width: 90%;
    margin: 0 auto 1em;
    font-size: 1.1em;
    text-align: center;
    font-weight: 600;

}
}

/*--------------------------------------------------
特典の声
-----------------------------------------------------*/
.osusume_reason {
    padding: 1em 4em;
}   

.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;
}

.inr_box_tokuten_voice {
    background-color: #fef6f4;
}

.img_tokuten_voice {
        float: left;
        width: 30%;
        padding: 0.5em;
        padding-right: 1em;
    }   

.txt_tokuten_voice {
 float: right;
  width: 70%;
  padding: 2em 1em 1.8em;
  background-color: #fef6f4;
  background-image:
  linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fef6f4 0%, #fef6f4 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #ed7780 100%);
  background-size: 8px 100%,100% 2em;
  line-height: 2;
}
    /*--------------------------------------------------
見学の流れ
-----------------------------------------------------*/
.ctn_flow {
    padding: 2em;
}

.box_nagare01 {
    padding: 0 2em;
}

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

.balloon {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border: solid 2px #ff9f98;
    padding: 1em ;
    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 ;
        text-align: center;

}

.komidashi_cyousei {
    padding: 1em 1em 0.5em;
}

.step_img {
    float: left;
    width: 25%;
    padding: 1em;
}

.step_text {
        float: right;
    width: 70%;
    text-align: left;
}
.flow_tel,.flow_tel a {
    font-weight: 600;
    color: #f4637e;
    font-size: 35px;
    line-height: 1;
}
.flow_tel {
    float: left;
    width: 45%;
    padding: 0.3em 0 0.5em;
}
.flow_btn {
    float: right;
    width: 55%;
    padding: 0.5em 0;
}
.tel_uketuke {
    color: #444;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
}




/*--------------------------------------------------
よくある質問
-----------------------------------------------------*/
.box_qa {
    background-color: #fff;
    margin: 3em 0em;
    padding: 2em 2em ;
    border-radius: 10px;
}

.box_qa_q {
    padding: 0.5em 2em 0.5em 3em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.2em;
    color: #FF5678;
    border-bottom: 1px solid #FF5678;
}

.box_qa_a {
    padding: 0.5em 1.5em 0.5em 3em;
}

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


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

.box_map {
    width: 80%;
    display: block;
    margin: 2em auto;
    

}

.box_access {
  background:#FDEDE8; 
    padding: 2em 3em;
     width: 80%;
    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,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;
}

    /*--------------------------------------------------
下部固定ヘッダー（スマホ）
-----------------------------------------------------*/
     
.fix_menu_smartphone{
  display: none!important;
}

#page_top_sp {
    display: none!important;
}





/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #f6617c;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}
.footer a {
  color: #fff;
}