@charset "utf-8";
/*----------------------------------------------------
	ページ共通 ※変更不可
----------------------------------------------------*/
/* 左右フロート */
.f_right {float: right;}.f_left {float: left;}
/* テキスト位置 */
.t_left {text-align: left;}.t_center {text-align: center;}.t_right {text-align: right;}
/* 下余白 ※0px～50pxまで */
.mb0 {margin-bottom: 0;}.mb5 {margin-bottom: 5px;}.mb10 {margin-bottom: 10px;}.mb15 {margin-bottom: 15px;}.mb20 {margin-bottom: 20px;}.mb25 {margin-bottom: 25px;}.mb30 {margin-bottom: 30px;}.mb35 {margin-bottom: 35px;}.mb40 {margin-bottom: 40px;}.mb45 {margin-bottom: 45px;}.mb50 {margin-bottom: 50px;}
/* 文字色（W3C標準 基本16色） */
.black {color: black;}.gray {color: gray;}.silver {color: silver;}.white {color: white;}.blue {color: blue;}.navy {color: navy;}.teal {color: teal;}.green {color: green;}.lime {color: lime;}.aqua {color: aqua;}.yellow {color: yellow;}.red {color: red;}.fuchsia {color: fuchsia;}.olive {color: olive;}.purple {color: purple;}.maroon	{color: maroon;}
.green{color:#22ac38}
/* 文字太さ*/
.btex{font-weight: bold;}

/*フォントサイズ*/
.smalltex{
font-size:15px;
}
.bigtex{
font-size:23px;
}
/*テキスト中央寄せ*/
.texcent{
text-align: center;
}
.font-w{
    font-weight: normal;
}
img {
max-width : 100% ;
height : auto ;
}
/*マーカー*/
.maker_y{background-color: #CCCB00}
.text_y{color: #CCCB00}

/*お知らせリンクカラー*/
#news_in a{
   color: #0000ff ;
}
/* ここからCSS追記----------------------------------*/

	
/*全デバイス共通----------------------------------------------------*/

/*フォント*/
body {
    font-family: "遊ゴシック",
      "Meiryo",
      "Hiragino Kaku Gothic ProN",
      "Hiragino Sans",sans-serif;
  }

h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 3em;
    width: 100%;
    text-align: center;
    font-size: 180%;
}
h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

.title_h{
    font-size: 0.6em;
    display: block;
    text-align: center;
    font-weight: normal;
}

/*ヘッダー調整----------------------------------------*/
/*ヘッダー固定*/

header{
  position: fixed;
  z-index: 6;
  width: 100%;
  height: 150px;
  top:0;
  margin: auto;
  background-color: rgba(255,255,255,0.9);
}


#head{
    position:relative;
}

#head #submenu{
    position: absolute;
    right:0;
    top:0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    font-size: 15px;
    width: 300px;
    list-style: none;
    color:#FFF;
}

#head #submenu li {
 padding: 10px 0;
  width: 140px;
  margin-top: 10px;
  border-radius: 30px;
  height:20px;
  text-align: center;
}

/*店舗を探す*/
#head #submenu .shop span:before {
 content: url(../img/top/submenu_icon01.png);
 position: relative;
 top: 3px;
 right: 5px;
}

#head #submenu .shop {
color: #FFF;
display: block;
background: #6bb54f;
}

#head #submenu .shop a{
color: #FFF;
display: block;
}

#head #submenu .shop:hover{
color: #FFF;
background: #C32426;
}

/*予約する*/
#head #submenu .reserve span:before {
 content: url(../img/top/submenu_icon02.png);
 position: relative;
 top: 3px;
 right: 5px;
}

#head #submenu .reserve {
color: #FFF;
display: block;
background: #E89730;
}

#head #submenu .reserve a{
color: #FFF;
display: block;
}

#head #submenu .reserve:hover{
color: #FFF;
background: #C32426;
}


/**********************************/
/*サブメニュー（予約する）ポップアップ*/
.reserve-list {
	display: none;
}

.reserve-list dl{
    display: flex;

}

.reserve-list dl dt{
    width: 100px;
    padding: 5px 0;
}

.reserve-list dl dd{

}
.reserve-list dl ul{
    display: flex; 
}

.reserve-list dl ul li{
    background: #F8D800;
    border-radius: 30px;
    width: 150px;
    text-align: center;
    padding: 3px 0;
    margin: 0 3px;
}

.reserve-list dl ul li a{
    display: block;
    color:#000;
    font-size: 16px;
}

.reserve-list dl ul li a:hover{
    background:  #FFF;
    border-radius: 30px;
    margin: 0 3px;
}

/*リンクボタン*/
#top .link_but a {
    background: #6bb54f;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

#top .link_but a:hover {
    background: #ddead8;
    color: #6bb54f;
}


/*ボックス背景*/
.contbg{
    background:#DFEBDA;
    padding: 20px;
}

.contbg_red{
    background:#FFDFCF;
    padding: 20px;
}

.contbg_white{
    background:#fdf8f8;
    padding: 20px;
}


/*information　ニュース*/
/*#top #topics .wrap{
overflow-y: scroll;
    padding: 3%;
max-height: 150px;
}   
*/

/*PCのみ　横幅960px～-------------------------------------------------------------------------------------------------*/

@media (min-width: 960px) {div#sidebar { width: 25%; }
    
    
  /*ご利用方法*/  
#top #flow .box .next::before {
  right:-14%!important;
}

}
/*タブレットのみ　横幅600px～959pxまで------------------------------------------------------------------------------------*/

@media (min-width: 600px) and (max-width: 959px) {div#sidebar { width: 160px; }

/*----------------------------------------------------
トップページ
----------------------------------------------------*/    
    
/*当店について*/

#top #touten{
    position: relative;
    margin-top: 50px;
}

#top #touten dl{
    height: auto;
    position: absolute;
    top:50%!important;
    left:0;
    bottom:0;
    width: 70%!important;
    z-index: 2;
    background-color: rgba(255,255,255,0.8);
    padding: 3%;
}

#top #touten dt{
   font-size:35px;
   font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
   margin-bottom: 20px;
}

#top #touten p{
        float: right;
    }
 
    
/*衛生対策*/
#hygiene #list .box dl {
 width:46%!important;
 background: rgba(255,255,255,0.7);
 border: solid 1px #2b8ec7;
　margin: 7px 0;
  padding: 10px;
}

}

/*PCとタブレット　横幅600px～どこまでも----------------------------------------------------------------------------------------*/
@media (min-width: 600px) {div#sidebar { width: 160px; }
    
#head #rogo_area {
  max-width: 1000px;
  margin:10px auto;
}

#head #rogo{
    max-width: 250px;
}

#mainimg{
        margin-top:150px!important;
        margin-bottom:0px!important;
    }

#head{
    max-width: 1000px;
    margin: 0 auto;
    }
    
#mainimg{
    margin-top: 150px;
    }

/*当店について*/

#top #touten{
    position: relative;
    margin-top: 50px;
}

#top #touten dl{
    height: 485px;
    position: absolute;
    top:20%;
    left:0;
    bottom:0;
    width: 50%;
    z-index: 2;
    background-color: rgba(255,255,255,0.8);
    padding: 3%;
}

#top #touten dt{
   font-size:35px;
   font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
   margin-bottom: 20px;
}

#top #touten p{
        float: right;
    }

.slider {
    position: relative;
    z-index: 1;
    height: 100%!important;
}
    
/*こんな方にオススメしています*/

#top #osusume .box{
  display:flex;
  flex-wrap:wrap;/* 折り返し指定 */
  justify-content:space-between;/*行方向(横方向)の子要素の余白均等配置 */
  row-gap:20px;/* 行と行の間(縦方向)の余白 */
 }
    
#top #osusume dl{
    width: 250px;
    margin: 10px 10px;
    }

#top #osusume dl dd{
    padding-top: 5px;
}


/*店舗一覧*/

#shop .title {
       display: flex;
        font-size:50px;
        font-weight: bold;
       width:350px;
       margin: 20px auto;
    }       

#shop .title .midashi_main {
        font-size:60px;
        font-weight: bold;
    } 
#shop .title .midashi_sub {
        font-size:30px;
        font-weight: bold;
        text-align: center;
    }    
    
#shop .comment{
        font-size:18px;
        font-weight: bold;
        text-align: center;
        margin: 40px 0;
    }
    
    
#shop .shop_list {
    width: 500px;
    margin: 0 auto;
    font-weight: bold;
}
    
    
#shop .shop_list dl{
    display: flex;
    
}

#shop .shop_list dl dt{
    font-size: 20px;
    width: 100px;
    padding: 8px 0;
    margin: 8px 0;
}

#shop .shop_list dl dd{

}
#shop .shop_list dl ul{
    display: flex;
    margin-top:10px;
}

#shop .shop_list dl ul li{
    width: 150px;
    text-align: center;
     padding: 3px 0;
    margin: 0 10px;
}

#shop .shop_list dl ul li a{
    display: block;
    width: 150px;
    text-align: center;
    padding: 5px 0 3px 0;
    margin: 0 10px;
    color:#000;
    font-size: 20px;
     background: #F8D800;
    border-radius: 30px;
}

#shop .shop_list dl ul li a:hover{
    display: block;
    color:#FFF;
    font-size: 20px;
    background: #BF0407;
}

/*基本メニューと料金*/
#top #menu .link_but a:hover {
    background: #FFF;
    color: #6bb54f;
}

#top #menu .comment{
        font-size:18px;
        font-weight: bold;
        text-align: center;
        margin: 10px 0;
}

#top #menu .box{
  display:flex;
  flex-wrap:no-wrap;/* 折り返し指定 */
  justify-content:space-between;/*行方向(横方向)の子要素の余白均等配置 */
  row-gap:20px;/* 行と行の間(縦方向)の余白 */
 }

#top #menu .box dl{
width: 215px;
      margin-top: 20px;
 }

#top #menu .box dl dt{
    margin-bottom: 10px;
 }

#top #menu .box dl .name{
font-size: 20px;
    margin: 5px;
    font-weight: bold;
    text-align: center;
}

    
#top #menu .box dl .price{
font-size: 20px;
    font-weight: bold;
    text-align: right;
}

#top #menu .box dl .summary{
    font-size: 16px;
    margin-top: 10px;
}

#top #menu .box dl span{
    font-size: 12px;
}
  
#top #menu .box dl:nth-child(1n){
    margin-left: 10px;
    }   
    
/*お客様の声*/
   #top #voice .box{
  display:flex;
  flex-wrap:no-wrap;/* 折り返し指定 */
  justify-content:space-between;/*行方向(横方向)の子要素の余白均等配置 */
  row-gap:20px;/* 行と行の間(縦方向)の余白 */
 }

#top #voice .box dl{
width: 300px;
margin-top: 20px;
 } 
    
#top #voice .box dl .name{
font-size: 20px;
    margin: 5px;
    font-weight: bold;
    text-align: center;
}
    
#top #voice .box dl .summary{
    font-size: 16px;
    margin-top: 10px;
}
    
#top #voice .box dl:nth-child(2n){
    margin-left: 10px;
    margin-right: 10px;
    }   

    
/*ご利用方法*/ 
#top #flow .link_but a:hover {
    background: #FFF;
    color: #6bb54f;
}

#top #flow  .comment{
        font-size:18px;
        font-weight: bold;
        text-align: center;
        margin: 10px 0;
}

#top #flow .box{
  display:flex;
  flex-wrap:no-wrap;/* 折り返し指定 */
  justify-content:space-between;/*行方向(横方向)の子要素の余白均等配置 */
  row-gap:20px;/* 行と行の間(縦方向)の余白 */
 }

#top #flow  .box dl{
width: 215px;
      margin-top: 20px;
 }

#top #flow  .box dl dt{
    margin-bottom: 10px;
 }

#top #flow  .box dl .name{
font-size: 20px;
    margin: 5px;
    font-weight: bold;
    text-align: center;
}

#top #flow  .box dl .price{
font-size: 20px;
    font-weight: bold;
    text-align: right;
}

#top #flow  .box dl .summary{
    font-size: 16px;
    margin-top: 10px;
}
    

#top #flow  .box dl span{
    font-size: 12px;
}

 
#top #flow .box .next {
  position: relative;
  display: inline-block;
margin-right: 20px;
}

#top #flow .box .next::before {
  content: '';
  width: 13px;
  height: 13px;
  background: url("../img/top/next_right.png") no-repeat;
  background-position: bottom;
  position: absolute;
  right:-10%;
  top: 0%;
  padding-top:40%;
}

#top #flow .link_but a {
    background:#ff5757;
    border-radius: 3px;
    display:inline;
    float: right;
    margin: none;
    max-width: 320px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 14px;
}

#top #flow .link_but a:hover {
    background: #FFF;
    color: #ff5757;
}
    
/*施術が出来ない方*/  

/*リンクボタン*/
#top #kinki .link_but a {
    background: #EC5F00;
}

#top #kinki .link_but a:hover {
    background: #FFF;
    color: #EC5F00;
}    

    
#top #kinki .comment{
        font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
    }
    
#top #kinki .attention{
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
    }
    
/*よくある質問*/      
    
 #top #qa dl{
     
    }
    #top #qa dl dt{
        font-size: 20px;
        font-weight: bold;
    }
    
    #top #qa dl span{
       font-size: 25px;
        font-weight: bold;
        margin-right: 10px;
    }
    
       #top #qa dl .q span{color:#F00004;}
       #top #qa dl .a span{color:#0063D9;}
    
       #top #qa dl dd{
         margin:5px 0px 50px 20px;
    }
   
    
/*Information　ニュース*/  
    
#top #topics h3 {
    text-align: center;
    font-size: 180%;
    margin-bottom: 30px;
    }
    
#top #topics h3 p {
    font-size: 50%;
    }
    
 #top #topics dl{
     display: flex;
     border-bottom: dotted 1px #333;
     margin-bottom: 30px;
     padding-bottom: 10px;
    }
 #top #topics dl dt{
     width: 20%;
    }
 #top #topics dl dd{
     width: 80%;
    } 
    
    
/*コンテンツ*/      
#top #contents h3 {
    text-align: center;
    font-size: 180%;
    margin-bottom: 30px;
    }
    
#top #contents h3 p {
    font-size: 50%;
    }
    
#top #contents .comment{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
   }  

#top #contents ul{
  display: flex;
  justify-content: center;
  align-items: center;
   } 
#top #contents ul img{
  width: 50px;
    padding: 0 10px;
   }
    
    
/*フランチャイズ加盟店募集*/

#top #fc{
    position: relative;
    margin-top: 50px;
}

#top #fc dl{
    height: auto;
    position: absolute;
    top:30%;
    left:0;
    bottom:0;
    width: 45%;
    z-index: 2;
    padding: 3%;
}

#top #fc dt{
   font-size:28px;
   margin-bottom: 20px;
    text-align: left;
}
    

#top #fc dd ul{
 text-align: left;
    line-height: 1.8em;
   
}
    
#top #fc .img{
        float: right;
        width: 50%;
    }    

#top #fc .link_but a:hover {
    background: #FFF;
    color: #6bb54f;
}
    

/*----------------------------------------------------
下層ページ共通
----------------------------------------------------*/

/* 背景画像を表示 */
 #sub-mainimg {
    margin-top: 150px;
  background: url("../img/share/submain.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 220px;
  position: relative;
}
/* 画像を暗くするオーバーレイ */
#sub-mainimg::before {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.4);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
/* テキストを中央寄せ */
.sub-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 230%;
  font-weight: bold;
  width: 100%;
  text-align: center;
} 
    
    #sub-mainimg .sub-title span {
        display: block;
        font-size: 40%;
}
    

/*----------------------------------------------------
コンタクト　お問い合わせ
----------------------------------------------------*/
#contact #form{
    }
#contact #form  .cont_rap{
max-width: 80%;
margin: 0 auto;
}

#contact #form table{
width: 100%!important;

 }
    
    
#contact #form  table th{
color:#333;
width: 30%;
 }

#contactt #form  table td{
color:#333;
    width: 70%;
 }
 
#contact #form  table ul{
 list-style: none;
 }  
    
#contact #form .box #formWrap .hosoku{
    font-size: 80%;
    margin: 20px 0;
    line-height: 1.6em;
   }   


/*運営会社*/
    
#company #summary .table01 tr {
 
}

#company #summary .table01 th,
#company #summary .table01 td {
  padding: 24px 0;
  border-bottom: 1px solid #CCC!important;
  font-weight: normal;

}

#company #summary .table01 th {
  width: 30%;
  text-align: left;
}


/*----------------------------------------------------
当店について
----------------------------------------------------*/    

#aboutshop section{
    position: relative;
    margin-top: 0px!important;
    padding: 5% 3%;
}
    
#aboutshop #billyscare{
    position: relative;
    margin-top: 50px;
}
    
#aboutshop #billyscare h3{
    text-align: center;
    font-size: 140%;
    margin-bottom: 50px;
}

#aboutshop #billyscare dl{
    height: auto;
    position: absolute;
    top:40%!important;
    left:0;
    bottom:0;
    width: 45%!important;
    z-index: 2;
    background-color: rgba(255,255,255,0.8);
    padding: 3%;
}

#aboutshop #billyscare dt{
   font-size:30px;
   margin-bottom: 20px;
}

#aboutshop #billyscare .contimg{
        float: right;
    }  


#aboutshop #developer{
    position: relative;
    margin-top: 50px;
}
    
#aboutshop #developer h3{
    text-align: center;
    font-size: 140%;
    margin-bottom: 50px;
}

#aboutshop #developer dl{
    height: auto;
    position: absolute;
    top:40%!important;
    right:0;
    bottom:0;
    width: 45%!important;
    z-index: 2;
    background-color: rgba(255,255,255,0.8);
    padding: 3%;
}

#aboutshop #developer dt{
   font-size:30px;
   margin-bottom: 20px;
}

#aboutshop #developer .contimg{
        float: left;
    }  

/*----------------------------------------------------
店舗一覧
----------------------------------------------------*/    

#shoplist section .info {
background-color: rgba(134,197,110,0.1);
padding: 2%;
margin-bottom: 2%;
}
     
#shoplist section .info .box {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
    
#shoplist section .info .box .address{
width: 70%;
line-height: 1.8em;
    color:#666;
}
    
#shoplist section .info .box .address dl{
display: flex;
flex-wrap: wrap;
}
    
#shoplist section .info .box .address dl dt{
width: 20%;
}
    
#shoplist section .info .box .address dl dd{

}

#shoplist section .info .name{
 font-size: 140%;
 font-weight: bold;
 margin-bottom: 10px;
 color:#666;
}
#shoplist section .info .name .rubi{
     font-size: 0.6em;
 display: block;
 text-align: left;
 font-weight: normal;
    line-height: 0.8em;
}
    
    
#shoplist section .info .tellink a{
 color:#666;
}
    
#shoplist section .info .tellink a:hover{
 color:#E10003;
}
    
/*県別区切り*/
#shoplist section h4{
    font-size: 28px;
    text-align: center;
}    
#shoplist section .underline{
        border-top: 3px dotted #6BB54F;
        margin-top: 30px;
        padding-top: 30px;
}

/*リンクボタン*/    
#shoplist section .info .link_area li{
 padding: 10px 0;
  width: 180px;
  margin-top: 20px;
  height:20px;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
}


/*店舗情報詳細*/
#shoplist section .info .link_area .syousai {
color: #666;
display: block;
background: #6bb54f;
background: #FFF;
border-radius:50px;
border: 3px solid #6bb54f;
}

#shoplist section .info .link_area .syousai a{

display: block;
    color: #666;
}
#shoplist section .info .link_area .syousai:hover{
color: #FFF;
background: #6bb54f;
}

#shoplist section .info .link_area .syousai a:hover{
color: #FFF;
}


/*予約する*/

#shoplist section .info .link_area .yoyaku {
color: #FFF;
display: block;
background: #E89730;
    border-radius:5px;
}

#shoplist section .info .link_area .yoyaku a{
color: #FFF;
display: block;
}
    
#shoplist section .info .link_area .yoyaku:hover{
color: #FFF;
background: #C32426;
    
 }   
    
/*----------------------------------------------------
衛生対策
----------------------------------------------------*/   
#hygiene #list .box{
 display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
 flex-wrap:wrap;
 justify-content: space-between;
 width: 100%;
 margin: 20px auto 0 auto;
}

#hygiene #list h3 {
max-width: 70%;
    text-align: center;
    margin: 0 auto;
}

#hygiene #list .box dl {
 width: 22%;
 background: rgba(255,255,255,0.7);
 border: solid 1px #2b8ec7;
  margin: 7px 0;
  padding: 10px;
}

#hygiene #list .box dl dt{
  padding-bottom: 10px;
}    
    
#hygiene #list .box dl dd{
  padding: 0px;
  font-size: 80%!important;
}
    
/*----------------------------------------------------
施術が出来ない方
----------------------------------------------------*/    
    #taboo #summary h3{
    max-width: 60%;
    text-align: center;
    margin: 0 auto;
    }
    
     #taboo #summary h4{
         max-width: 38%;
         text-align: center;
         margin: 20px auto 50px;
         border-bottom: solid 1px #FF5F00;
         color: #FF5F00;
         
    }
    
    #taboo #summary ul{
        list-style: disc;
        max-width: 80%;
        margin: 0 auto;
    }
    
      #taboo #summary ul li{
        line-height: 1.8em;
    }
    
        #taboo #summary ul .end{
        list-style: none;
    }
    
}




/*モバイルのみ　横幅0px～599px----------------------------------------------------------------------------------------*/
@media (max-width: 599px) {div#sidebar { width: 100%; }

/*----------------------------------------------------
汎用
----------------------------------------------------*/   
    
/*リンクボタン*/
#top .link_but a {
    font-size: 16px;
}
    
/*見出し*/   
h2 {
  margin-bottom: 2em;
  font-size: 160%;
}
    
h2:before {
  width: 40px;
  height: 3px;
}
    
/*ヘッダー・フッター*/
header{
  position: fixed;
  width: 100%;
  height: 80px;
  top:0;
  margin: auto;
  background-color: rgba(255,255,255,0.9);
}   

#head #rogo{
    max-width: 230px;
    margin: 5px auto;
    padding-right: 10%;
}

#head #submenu{
    position: fixed;
    top:auto;
    bottom:0;
    width: 100%;
    font-size: 16px;
    font-weight:bold;
}

#head #submenu li {
  width: 50%;
  border-radius: 0;
  padding: 15px 0;
}
    
main {
    margin-top: 20%;
}    
 footer{
        margin-bottom: 50px;
}    
    
/*メインイメージ*/
#mainimg{
        margin-top:80px;
        margin-bottom:0px;
    }
    
.slider {
    position: relative;
    z-index: 1;
    height: 100%!important;
}
    
/*サブメニュー（予約する）ポップアップ*/

.reserve-list dl{
    display: inline;
}
    


/*----------------------------------------------------
トップページ
----------------------------------------------------*/   

/*当店について*/
#top #touten{
  display:flex;
  flex-direction:column-reverse;
}

#top #touten dl{
z-index:1;
 margin-top: -30px!important;
 width: 100%;
 background-color: rgba(255,255,255,0.8); 
}

#top #touten dt{
   font-size:23px;
   font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    margin: 10px 0;
}

#top #touten dd{
   font-size:14px;
}
 

/*こんな方にオススメしています*/
#top #osusume .box{
  display: flex;
  flex-direction:column;
  align-items: center;
  row-gap:10px;/* 行と行の間(縦方向)の余白 */
 }
    
#top #osusume dl{
    width: 200px;
    margin: 5px auto;
    }

#top #osusume dl dd{
    padding-top: 5px;
    font-size: 90%;
}
    
    
/*店舗一覧*/
#shop .title {
    display: flex;
    font-size:50px;
    font-weight: bold;
    width:210px;
    margin: 20px auto;
    }       

    #shop .title .midashi_main {
        font-size:40px;
        font-weight: bold;
    } 
        #shop .title .midashi_sub {
        font-size:20px;
        font-weight: bold;
        text-align: center;
    }    
    
#shop .comment{
        font-size:14px;
        font-weight: bold;
        text-align: center;
        margin: 40px 0;
    }
    
#shop .shop_list {
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
}
    
#shop .shop_list dl{

}

#shop .shop_list dl dt{
    font-size: 20px;
    width: 84%;
    border-bottom: dotted 1px #999;
    margin: 0 auto;
    text-align: center;
}

#shop .shop_list dl dd{

}
    
#shop .shop_list dl ul{
    display: flex;
}

#shop .shop_list dl ul li{
    width: 150px;
    text-align: center;
     padding: 3px 0 30px 0;
    margin: 0 10px;
}

#shop .shop_list dl ul li a{
    display: block;
    width: 150px;
    text-align: center;
    padding: 5px 0 3px 0;
    margin: 0 10px;
    color:#000;
    font-size: 20px;
    background: #F8D800;
    border-radius: 30px;
}

#shop .shop_list dl ul li a:hover{
    display: block;
    color:#FFF;
    font-size: 20px;
    background: #BF0407;
}


/*基本メニューと料金*/
#top #menu .link_but a:hover {
    background: #FFF;
    color: #6bb54f;
}

#top #menu .comment{
        font-size:14px;
        font-weight: bold;
        text-align: center;
        margin: 10px 0;
}

#top #menu .box{
display: flex;
  flex-direction: column;
  align-items: center;
 }

#top #menu .box dl{
      width: 90%;
      margin-top: 20px;
 }

#top #menu .box dl dt{
    width: 215px;
    margin: 0 auto;
 }

#top #menu .box dl .name{
font-size: 20px;
    margin: 5px 0 0 0;
    font-weight: bold;
    text-align: center;
}

#top #menu .box dl .price{
font-size: 20px;
    font-weight: bold;
    text-align: center;
}

#top #menu .box dl .summary{
    font-size: 80%;
    margin: 5px 0 10px 0;
}

#top #menu .box dl span{
    font-size: 12px;
}
    

/*お客様の声*/
   #top #voice .box{
display: flex;
  flex-direction: column;
  align-items: center;
  row-gap:20px;/* 行と行の間(縦方向)の余白 */
 }

#top #voice .box dl{
width: 300px;
      margin-top: 20px;
 } 
    
#top #voice .box dl .name{
font-size: 20px;
    margin: 5px;
    font-weight: bold;
    text-align: center;
}
    
#top #voice .box dl .summary{
    font-size: 80%;
    margin-top: 10px;
}

    
    
/*ご利用方法*/

#top #flow .link_but a:hover {
    background: #FFF;
    color: #6bb54f;
}

#top #flow .comment{
        font-size:14px;
        font-weight: bold;
        text-align: center;
        margin: 10px 0;
}

#top #flow .box{
display: flex;
  flex-direction: column;
  align-items: center;
 }

#top #flow .box dl{
      width: 90%;
      margin-top: 20px;
 }

#top #flow .box dl dt{
    width: 215px;
    margin: 0 auto;
 }

#top #flow .box dl .name{
font-size: 20px;
    margin: 5px 0 0 0;
    font-weight: bold;
    text-align: center;
}

#top #flow .box dl .summary{
    font-size: 80%;
    margin: 5px 0 10px 0;
}
           

#top #flow .box .next {
  position: relative;
  display: inline-block;
margin-right: 20px;
}

#top #flow .box .next::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../img/top/next_bottom.png") no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: -5%;
    right:50%;
}
    
#top #flow .link_but a {
    background:#ff5757;
    font-size: 14px;
}

#top #flow .link_but a:hover {
    background: #FFF;
    color: #ff5757;
}

/*施術が出来ない方*/  
/*リンクボタン*/
#top #kinki .link_but a {
    background: #EC5F00;
}

#top #kinki .link_but a:hover {
    background: #FFF;
    color: #EC5F00;
}    

    
#top #kinki .comment{
        font-size: 14px;
    }
    
#top #kinki .attention{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 5px;
    }   
    
    

/*よくある質問*/      
    
 #top #qa dl{
  
    }
    #top #qa dl dt{
        font-size: 16px;
        font-weight: bold;
    }
    
    #top #qa dl span{
       font-size: 25px;
        font-weight: bold;
        margin-right: 10px;
    }
    
       #top #qa dl .q span{color:#F00004;}
       #top #qa dl .a span{color:#0063D9;}
    
       #top #qa dl dd{
        margin:5px 0px 25px 20px;
        padding-bottom: 25px;
        border-bottom: 1px dotted #999;
        font-size: 80%
    }
    
/*Information　ニュース*/  
#top #topics h3 {
    text-align: center;
    font-size: 160%;
    margin-bottom: 30px;
    }
    
#top #topics h3 p {
    font-size: 50%;
    }
    
 #top #topics dl{
     display: flex;
     flex-direction:column;
     border-bottom: dotted 1px #333;
     margin-bottom: 30px;
     padding-bottom: 10px;
    }
 #top #topics dl dt{
    font-weight: bold;
    font-size: 60%;
    }
 #top #topics dl dd{
     width: 100%;
     font-size: 80%;
    } 

/*コンテンツ*/      
#top #contents h3 {
    text-align: center;
    font-size: 160%;
    margin-bottom: 30px;
    }
    
#top #contents h3 p {
    font-size: 50%;
    }
    
#top #contents .comment{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
   }  

#top #contents ul{
  display: flex;
  justify-content: center;
  align-items: center;
   }
    
#top #contents ul img{
  width: 50px;
    padding: 0 10px;
   } 
    
    
    
  /*フランチャイズ加盟店募集*/     
#top #fc .link_but a:hover {
    background: #FFF;
    color: #6bb54f;
}

#top #fc dt{
   font-size:18px;
   margin-bottom: 20px;
    text-align: left;
    font-weight: bold;
}    

#top #fc dd ul{
 text-align: left;
    list-style:disc;
    line-height: 1.8em;
    padding-left:20px;
    font-size: 80%;
}    


/*----------------------------------------------------
下層ページ共通
----------------------------------------------------*/

/* 背景画像を表示 */
 #sub-mainimg {
  margin-top: 80px;
  background: url("../img/share/submain.jpg") no-repeat center;
  background-position: left;
  background-size: cover;
  width: 100%;
  height: 220px;
  position: relative;
}
/* 画像を暗くするオーバーレイ */
#sub-mainimg::before {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.4);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
/* テキストを中央寄せ */
.sub-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 230%;
  font-weight: bold;
  width: 100%;
  text-align: center;
} 
    
    #sub-mainimg .sub-title span {
        display: block;
        font-size: 40%;
}
    

/*----------------------------------------------------
コンタクト　お問い合わせ　会社概要
----------------------------------------------------*/

/*お問い合わせフォーム*/    
#contact #form{

    }
    

#contact #form .box .comment{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
   }  

#contact #form .box #formWrap .hosoku{
    font-size: 80%;
    margin: 0px 0 20px;
    line-height: 1.6em;
   }   


#formWrap ul li{
 line-height:2em;
}
    
/*運営会社*/
 #company #summary .table01 th,.table01 td {
    width: 100%;
    display: block;
     font-weight: normal;
     
  }

#company #summary .table01 th {
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
  }

#company #summary  .table01 td {
    padding-top: 0;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }    


/*----------------------------------------------------
当店について
----------------------------------------------------*/    

#aboutshop #billyscare h3{
    text-align: center;
    font-size: 110%;
    margin-bottom: 20px;
}
    
    
/*billyscareとは*/
#aboutshop  #billyscare .box{
  display:flex;
  flex-direction:column-reverse;
}

#aboutshop  #billyscare dl{
z-index:1;
 margin-top: -30px!important;
 width: 100%;
 background-color: rgba(255,255,255,0.8); 
}

#aboutshop  #billyscare dt{
   font-size:23px;
    margin: 10px 0;
}

#aboutshop #billyscare dd{
   font-size:14px;
}
    
/*開発者　織田聡*/
  
#aboutshop  #developer {
  display:flex;
  flex-direction:column-reverse;
}

#aboutshop #developer dl{
z-index:1;
 margin-top: -30px!important;
 width: 100%;
 background-color: rgba(255,255,255,0.8); 
}

#aboutshop #developer dt{
   font-size:23px;
    margin: 10px 0;
}

#aboutshop #developer dd{
   font-size:14px;
}
   
/*----------------------------------------------------
店舗一覧
----------------------------------------------------*/    

#shoplist section .info {
    background-color: rgba(134,197,110,0.1);
    padding: 10% 2%;
    margin-bottom: 3%;
}
     
#shoplist section .info .box .address dl dt{
    width: 25%;
    background: #6bb54f;
    color:#FFF;
    text-align: center;
    padding: 2px;
    border-radius: 3px;
    font-size: 80%;
}
    
#shoplist section .info .box .address dl dd{
    margin: 5px 0 10px 0;
}

#shoplist section .info .box .address .name{
    font-size: 140%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
    
    
#shoplist section .info .box .address .name .rubi{
     font-size: 0.6em;
 display: block;
 text-align: center;
 font-weight: normal;
    line-height: 0.8em;
}
    
    
#shoplist section .info .tellink a{
    color:#333;
}
    
#shoplist section .info .tellink a:hover{
    color:#E10003;
}

/*リンクボタン*/    

#shoplist section .info .link_area {
    display: flex;
    justify-content: space-between;
}

#shoplist section .info .link_area li{
 padding: 5px 0 10px 0;
  width: 160px;
  margin-top: 10px;
  height:20px;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
}



/*店舗情報詳細*/
#shoplist section .info .link_area .syousai {
color: #FFF;
display: block;
background: #3078CD;
border-radius:5px;
}

#shoplist section .info .link_area .syousai a{
color: #FFF;
display: block;
}
#shoplist section .info .link_area .syousai:hover{
color: #FFF;
background: #C32426;
}

/*予約する*/

#shoplist section .info .link_area .yoyaku {
color: #FFF;
display: block;
background: #E89730;
    border-radius:5px;
}

#shoplist section .info .link_area .yoyaku a{
color: #FFF;
display: block;
}
    
#shoplist section .info .link_area .yoyaku:hover{
color: #FFF;
background: #C32426;
    
 }      

/*県別区切り*/
#shoplist section h4{
font-size: 28px;
text-align: center;
}    
#shoplist section .underline{
        border-top: 3px dotted #6BB54F;
        margin-top: 30px;
        padding-top: 30px;
}   
    

/*----------------------------------------------------
衛生対策
----------------------------------------------------*/   
#hygiene #list .box{
 display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
 flex-wrap:wrap;
 justify-content: space-between;
 width: 100%;
 margin: 20px auto 0 auto;
}

#hygiene #list h3 {
    font-size: 80%;

    text-align: center;
    margin: 0 auto;
}

#hygiene #list .box dl {
 width: 70%;
 background: rgba(255,255,255,0.7);
 border: solid 1px #2b8ec7;
  margin: 10px auto;
  padding: 15px;
}

#hygiene #list .box dl dt{
  padding-bottom: 10px;

}    
    
#hygiene #list .box dl dd{
  padding: 0px;
  font-size: 80%!important;
}
       
    
/*----------------------------------------------------
施術が出来ない方
----------------------------------------------------*/    
    #taboo #summary h3{
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 80%;
    }
    
     #taboo #summary h4{
         max-width: 60%;
         text-align: center;
         margin: 20px auto 50px;
         border-bottom: solid 1px #FF5F00;
         color: #FF5F00;
         font-size: 80%;
    }
    
    #taboo #summary ul{
        list-style: disc;
        max-width: 80%;
        margin: 0 auto;
        font-size: 80%;
    }
    
      #taboo #summary ul li{
        line-height: 1.8em;
    }
    
        #taboo #summary ul .end{
        list-style: none;
    }    


footer dl{display: none;}

}

