@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

/* html, body{overflow: hidden;} */

body{
color:#333;
font:13px "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , 'Noto Serif JP' , serif; 
/* 12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; */
line-height:1.5;
background-image:url(images/bg1810.png);
background-size:100% auto;
/* background:#202020; */
-webkit-text-size-adjust: none;
}

html{background:#1d0000;} /* #202020 */



/* リンク設定
------------------------------------------------------------*/
a{color:#6c3524;text-decoration:none;}
a:hover{color:#9b786e;}
a:active, a:focus{outline:0;}


/* 全体
------------------------------------------------------------*/
/*画面右端のはみだしを制御*/
#wrapper-all{
overflow-x : hidden; /*右側にはみ出た要素を隠す*/
overflow-y : auto;
}

#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
}

.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
h1{
font-size:12px;
line-height:1.6;
font-weight:normal;
/* background:#202020; */ /*変更前は#9b786e*/
color:#fff;
}

#header{
overflow:hidden;
padding:5px 0 15px;
}

* html #header{height:1%;}


/*************
/* ロゴ
*************/
#header .logo{
float:left;
padding:25px 0 0;
max-width:100%;
height:auto;
}
	
.logo a{
font-size:16px;
font-weight:bold;
line-height:1;
/* font-family:"Palatino Linotype", "Book Antiqua", Palatino,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif; */
}

#logoBanner{
clear:both;
margin:10px auto 10px; /*オリジナルは20px auto 20px*/
padding:4px;
position:relative;
line-height:0;
}

#logoBanner img{
max-width:100%;
height:auto;
}


.logo span{
font-size:12px;
font-weight:normal;
color:#6b463b;
}

.info{
color:#3a2114;
float:right;
padding:20px 0 0;
}

.tel strong{
font-size:20px;
font-weight:bold;
}

/**************************
/* トップナビゲーション
**************************/
ul#topnav{

overflow:hidden;
margin:10px 0px 1px 1px; /*オリジナルは10px 0*/
}

ul#topnavtop{
overflow:hidden;
margin:10px 0px 1px 1px; /*オリジナルは10px 0*/
}


* html ul#topnav{height:1%;}

ul#topnav li{
float:left;
text-align:center;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}

ul#topnavtop li{
float:left;
text-align:center;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}


ul#topnav a{
width:116px; /*ナビ7個のときは133px、オリジナル6個は156px、5個は186px*/
font-size:13px;
display:block;
padding:16px 0; /*オリジナルは16px 0*/
color:#fff;
background:#472d08; /*前は#7f594c*/
/* border-left:1px solid #f0f6da; */
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
margin-right: 1px;
margin-bottom: 1px;
}

ul#topnavtop a{
width:116px; /*ナビ7個のときは133px、オリジナル6個は156px、5個は186px*/
font-size:13px;
display:block;
padding:16px 0; /*オリジナルは20px 0*/
color:#fff;
background:#472d08; /*前は#7f594c*/
/* border-left:1px solid #f0f6da; */
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
margin-right: 1px;
margin-bottom: 1px;
}

ul#topnav li:first-child a,ul#topnav li:last-child a{width:116px;} /*ナビ7個のときは133px、オリジナル6個は154px、5個は186px*/

ul#topnav li.active a,ul#topnav a:hover{
background: #e2d0b7; /*前は#f2de9d*/
color:#333;
}

.topnav_yokodai a{
background-color:#472d08;
color:#fff;
}

.topnav_yokodai a:hover{
background: #e2d0b7; /*前は#f2de9d*/
color:#fff;
}


.topnav_seya a{
background-color:#3d3d3d;
color:#fff;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner_top{
clear:both;
margin:10px auto 10px; /*オリジナルは20px auto 20px*/
padding:4px;
position:relative;
line-height:0;
/* background-image:url(images/topmainimg-photo.gif);  */
/* background:#333333; */ /*前は#f0f6da*/
/* background-position:center; */
/* background-repeat:no-repeat; */
/* border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px; */
margin-top:0px;
}

#mainBanner{
clear:both;
margin:5px auto 10px; /*オリジナルは20px auto 20px*/
padding:4px;
position:relative;
line-height:0;
/* border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px; */
margin-top:0px;
}

#mainBanner img{
max-width:100%;
height:auto;
/* border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px; */
}

.top_banner{
clear:both;
margin:0px auto 10px; /*オリジナルは20px auto 20px*/
padding:4px;
position:relative;
line-height:0;
}

.top_banner a:hover img { /*マウスオーバー時の変化*/
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.4;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.top_banner img{
margin-left:5%;
float:left;
max-width:100%;
height:auto;
/*ボックスの角丸*/
/* border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px; */
/*box-shadow*/
box-shadow:0 0 3px #c49d00, 0 0 3px #c49d00, 0 0 3px #c49d00; /*前は#c8ae40*/
-webkit-box-shadow:0 0 3px #c49d00, 0 0 3px #c49d00, 0 0 3px #c49d00;
-moz-box-shadow:0 0 3px #c49d00, 0 0 3px #c49d00, 0 0 3px #c49d00;
}


.top_banner2{
clear:both;
margin:10px auto 10px; /*オリジナルは20px auto 20px*/
padding:4px;
position:relative;
line-height:0;
/* background:#202020; */
/* border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px; */
}

.top_banner2 img{
	/*box-shadow*/
/* box-shadow:0 0 3px #c8ae40, 0 0 3px #c8ae40, 0 0 3px #c8ae40;
-webkit-box-shadow:0 0 3px #c8ae40, 0 0 3px #c8ae40, 0 0 3px #c8ae40;
-moz-box-shadow:0 0 3px #c8ae40, 0 0 3px #c8ae40, 0 0 3px #c8ae40; */
}

.top_banner2 a:hover img {
/*マウスオーバー時の変化*/
  opacity: 0.4;
  filter: alpha(opacity=60);
  -moz-opacity: 0.4;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.top_rankingbanner{
clear:both;
margin-top:10px; /*オリジナルは20px auto 20px*/
margin-bottom:0px;
padding:2px;
position:relative;
line-height:0;
/* background:#202020; */
}

.top_rankingbanner img{
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
}

.top_shopname{
	margin-left:-10%;}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.index_salonimg_pc { display: block !important; }
.index_salonimg_sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.index_salonimg_pc { display: none !important; }
.index_salonimg_sp { display: block !important; width: 100%; }
}

.concept-block{
	color:white;
	text-align:center;
	line-height:2em; /*2.4em*/
	margin-left:5%;
	margin-right:5%;
	}
	
.concept p{
	font-size: 15px;
	margin-left:5%;
	text-align:left;
}

.banner_shopinfo{
	text-align:center;
	max-width:100%;
height:auto;
/* position:relative; */
line-height:0;
/* background:#202020; */
/* border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px; */
}

.line{
	text-align:center;
	max-width:100%;
height:auto;
/* position:relative; */
line-height:0;
/* background:#202020; */
/* border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px; */
}

.table-index .marker {
	font-size:125%;
/* font-family: 'Dancing Script', cursive; */
/* font-weight:bold; */
letter-spacing:0.1em;
color: #c8ae40;
/* background: linear-gradient(transparent 0%, #c8ae40 0%); */ /*#c49d00*/
padding:0.7%;
text-shadow: 1px 1px 2px rgba(0,0,0,1.0);
}

.table-index .marker a {
font-size:125%;
/* font-weight:bold; */
color: #c8ae40;
/* font-family: 'Dancing Script', cursive; */
padding:0.7%;
text-shadow: 1px 1px 2px rgba(0,0,0,1.0);
/* color:#FFFFFF; */
	} 

.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:10px;
left:10px;
padding:5px 10px;
line-height:1.4;
z-index:100;
background:url(images/tp2.png);
}

.slogan h2{
padding-bottom:5px;
color:#fff;
font-size:20px;
}

.slogan h3{
font-size:14px;
color:#ccc;
}

a[href="tel:"] {
    pointer-events: none;
}

/*************
総合トップ　バナー一覧
*************/	

.banner_list_div{
text-align:center;
/* position:relative; */
margin-right:1%;
padding:4px;
line-height:0;
/* background:#202020; */
/* border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px; */
}

.banner_list_div img{
margin-bottom:1%;
}

.banner_list_div2{
text-align:center;
/* position:relative; */
/*margin-right:1%; */
line-height:0;
/* background:#202020; */
/* border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px; */
}

.banner_list_div a:hover img { /*マウスオーバー時の変化*/
  opacity: 0.4;
  filter: alpha(opacity=60);
  -moz-opacity: 0.4;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.banner_list_div2 a:hover img { /*マウスオーバー時の変化*/
  opacity: 0.4;
  filter: alpha(opacity=60);
  -moz-opacity: 0.4;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.banner_list_div3{
text-align:center;
/* position:relative; */
margin-right:1%;
padding:4px;
line-height:0;
/* background:#202020; */
/* border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px; */
}

.banner_list_div4 img{
margin-bottom:1%;
	width:65%;
	height:65%;
}

.banner_list_div4{
text-align:center;
/* position:relative; */
/*margin-right:1%; */
line-height:0;
/* background:#202020; */
/* border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px; */
}

.banner_list_div4 a:hover img { /*マウスオーバー時の変化*/
  opacity: 0.7;
  filter: alpha(opacity=60);
  -moz-opacity: 0.4;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.banner_list_div5{
text-align:center;
/* position:relative; */
margin-right:1%;
padding:4px;
line-height:0;
}


.banner_list_div7{
text-align:center;
/* position:relative; */
margin-right:1%;
padding:0px;
line-height:0;
}

.banner_list_div8{
text-align:center;
line-height:0;
}

.banner_list_div8 img{
	margin-top:-2.5%;
	margin-bottom: -2.5%;
}

.banner_list_div9{
text-align:center;
/* position:relative; */
margin-right:1%;
padding:0px;
line-height:0;
}





/**************************
/* グリッド
**************************/
.gridWrapper{
clear:both;
padding:20px 0;
overflow:hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
}

.colDark,.colLight{
padding-bottom:5px;
border-top:3px solid #6c3524;
border-bottom:3px solid #6c3524;
}

.colLight{border-color:#9b786e}

.colDark h3,.colLight h3{
margin:10px 10px 5px;
font-size:14px;
font-weight:bold;
}

.colDark a,.colLight a{
display:block;
padding:3px 5px;
border-radius:3px;
color:#fff;
background:#6e5541; /*#6c3524*/
}

.colLight a{background:#c1b09c;} /*#9b786e*/

.colDark a:hover{
background:#9b786e;
}

.colLight a:hover{
background:#6e5541; /*#6c3524*/
}

.grid p{
padding:5px 10px;
}

.grid ul{margin:5px 10px;}

.grid li{
padding:5px 0;
list-style:inside;
border-bottom:1px dashed #ebebeb;
}

.gridWrapper img{
max-width:100%;
height:auto;
}

/* フッター内のグリッド(3カラム) */
#footer .grid{
color:#fff;
background:transparent;
}

#footer .col3 ul{margin:0 0 10px 5px;}

#footer .col3 li{
padding:0 6px 0 5px;
margin-bottom:3px;
list-style:none;
border-bottom:0;
display:inline-block;
border-right:1px solid #fff;
}


/*************
メイン コンテンツ
*************/
section.content{
margin-bottom:20px;
font-size:14px;
overflow:hidden;
}

* html section.content{height:1%;}

section.content p{margin-bottom:5px;}

h3{
padding:5px 10px;
margin-bottom:10px;
font-size:16px;
background:#e2d0b7; /*#eabfad*/
border-left:7px solid #6e5541; /*#6c3524*/
/* border-radius: 0px 6px 6px 0px;  
-webkit-border-radius: 0px 6px 6px 0px;
-moz-border-radius: 0px 6px 6px 0px; */
}

#sub .grid h3{
padding:5px 10px;
margin-bottom:10px;
font-size:16px;
background: #e2d0b7; /*#f5e9c1*/
border-left:7px solid #604939; /*#6c3524*/
}

#sub .grid h3{margin-right:10px;}

#sub .grid li{
	list-style-type: dot;
	color: #7f594c;
	}

h3.heading2{
padding:5px 10px;
margin-bottom:10px;
font-size:16px;
color:#fff;
background:#6e5541; /*前は#562401*/
border-left:7px solid #e2d0b7; /*前は#c0a97f*/
/* border-radius: 0px 6px 6px 0px;  
-webkit-border-radius: 0px 6px 6px 0px;
-moz-border-radius: 0px 6px 6px 0px; */
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 1px;
}

.alignright{
float:right;
clear:right;
margin:3px 1px 10px 10px;
}

img.frame,#gallery img{
border:4px solid #fff;
box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
}

#gallery .gridWrapper{padding:0;}

#gallery img{
margin:5px;
}

#index_gallery img{
margin:5px;
max-width:100%;
height:auto;
background:#f0f6da;
border:4px solid #f0f6da;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
/*
border:4px solid #fff;
box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
*/
}

section#gallery{overflow:visible;}


/*************
テーブル
*************/

/*総合トップ店舗情報用テーブル*/
.table-index{
float:left;
color:white;
text-align:center;
font-size:125%;
position:relative;
width:500px;
margin:-3% 1% 0px;
/* border:1px solid white; */
/* font-weight:bold; */
/* letter-spacing:1px; */
white-space:normal;
}

.table-index a{
color:#fff;	
}

.table-index th,.table-index td{
border-bottom:thin dotted white;
padding:10px;
line-height:1.7em;
}

.table-index th{
	width:72px;
word-wrap:nowrap;
}

.table-index td{
word-wrap:break-word;
}

table.table{
border-collapse:collapse;
width:100%;
margin:10px auto;
}

table.table th,table.table td{
padding:5px;
border:1px solid #9b786e;
}

table.table tr:first-child th,table.table tr:first-child td{
border-top:#6c3524 4px solid
}

table.table th{
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#fff;
background:#6c3524;
}



/*総合トップ　店舗共通情報テーブル*/
.table-index-info{
color:white;
text-align:center;
font-size:125%;
position:relative;
width:410px;
margin:auto;
/* border:1px solid white; */
/* font-weight:bold; */
/* letter-spacing:1px; */
white-space:normal;
}

.table-index-info th,.table-index-info td{
border-top:thin dotted white;
border-bottom:thin dotted white;
padding:10px;
line-height:1.7em;
}

.table-index-info th{
width:200px;
word-wrap:nowrap;
}

.table-index-info td{
word-wrap:break-word;
}

/*table.table{
border-collapse:collapse;
width:100%;
margin:10px auto;
}

table.table th,table.table td{
padding:5px;
border:1px solid #9b786e;
}

table.table tr:first-child th,table.table tr:first-child td{
border-top:#6c3524 4px solid
}

table.table th{
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#fff;
background:#6c3524;
} */


/*************
/* フッター
*************/
#footer{
clear:both;
padding:20px 0;
overflow:hidden;
/* background:#202020; */ /*変更前は#6e5541*/
/* border-top:1px solid #6e5541; */ /*変更前は#6e5541*/
}

* html #footer{height:1%;}

#footer a{color:#c8ae40;}
#footer ahover{color:#ffffff;} /*変更前は#6c3524*/

#footer .copyright{font-size:11px;}

/*************
メニュー　リスト一覧
*************/	
.menu_list{
width:42%;
float:left;
background-color:#f5e9c1;
color: #471a00;
margin-left: 2%;
margin-bottom: 5px;
padding:7px 7px 5px;
border-radius: 6px;	
}

/*************
メニュー　イメージ画像
*************/
.menu_img{
width:100%;
height: 100%;
margin-bottom:10px;
}

.menu_img img {
 border-radius:5%;
-moz-border-radius:5%;
-webkit-border-radius:5%;
}

/*************
メニュー　テーブル
*************/
table.table-menu{
border-collapse:collapse;
width:100%;
margin:10px auto;
}

table.table-menu th,table.table-menu td{
width:70%;
padding:5px;
border:1px solid #f9e190;
}

table.table-menu td:not(.comment){
text-align: right;
}


table.table-menu tr:first-child th,table.table-menu tr:first-child td{
border-top:#9b786e 2px solid
}

.comment{
text-align: left;
font-size: 80%;
word-break: break-all;
white-space:normal;
}

.long{
font-size:85%;
}

/* table.table-menu {
word-wrap:break-word;
}
*/


/*下記はメニュー内のアルファベットの部分は適用除外にする設定あり*/
/*
table.table-menu th:not(table.table-menu-alphabet) {
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#333333;
background:#FFFFFF;
}
*/


/*************
アクセス　地図埋め込み
*************/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*************
お知らせ、FAQ　ニュース項目見出し
*************/
.news_header{
background-color: #e2d0b7; /*#f5e9c1*/
color: #423024; /*#471a00*/
}

/*************
お知らせ、FAQ　ニュースセルボーダー
*************/
table.table-news{
border-collapse:collapse;
width:100%;
margin:10px auto;
color:white;
}

table.table-news tr:first-child th,table.table-news tr:first-child td{
border-right:#c1b09c 2px solid; /*#9b786e*/
border-bottom:#c1b09c 2px solid; /*#9b786e*/
padding-left: 15px;
}

/*************
スタッフ募集　テーブル
*************/
table.table-recruit{
color:#ffffff;
border-collapse:collapse;
width:100%;
margin:10px auto;
}

table.table-recruit th,table.table-recruit td{
	width:60%;
padding:5px;
border:1px solid #c1b09c; /*前は#E6E6E6*/
}
/*
table.table-me td{
text-align: right;
}
*/

table.table-recruit tr:first-child th,table.table-recruit tr:first-child td{
border-top:#e2d0b7 2px solid /*#B3B3B*/
}

/*下記はメニュー内のアルファベットの部分は適用除外にする設定あり*/
/*
table.table-menu th:not(table.table-menu-alphabet) {
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#333333;
background:#FFFFFF;
}
*/

/*************
メルマガ　携帯用ページ
*************/
.m-bg{
	background-color: #ffffff;
	padding-left: 20px;
}

.m-magazine1{
	font-size:14px;
	color: #009933;
}

.m-magazine2{
	font-size:14px;
	color: #666666;
}

/*************
セフィーヌ化粧品　取り扱い商品紹介
*************/
.cefine_seriestitle{
	margin-top:2%;
	clear:both;
	}

.cefine_article{
	margin-top:2%;
	margin-bottom:10%;
	margin-left:2%;
	clear:both;
	}
		
.cefine_itemtitle{
	color:white;
	margin-bottom:5%;
	font-size:118%;
	}
	
.cefine_itemcomment{
	margin-top:5%;
	color:white;
	overflow: auto;
	line-height:180%;
	}			

	


/* PC用 */
@media only screen and (min-width:960px){
	#wrapper,.inner{
	width:940px; /*元は940px*/
	padding:0;
	}
	
	#wrapper{padding-bottom:20px;}
	
	#main{
	float:right;
	width:690px;
	}
	
	#subpage #sub{
	float:left;
	width:235px;
	overflow:hidden;
	}
	
	/* グリッド */
	.grid{width:235px;}
	.col2{width:470px;}
	.col3{width:705px;}
	#gallery .grid{width:230px;}
	#subpage #sub .grid{
	width:100%;
	float:none;
	padding-bottom:30px;
	}
	
}


/* モニター幅960px以下 */
@media only screen and (max-width:960px){
	
	h1 p.inner{padding:0 2%;width:96%}
	#header .logo{padding-left:10px;}
	#header .info{padding-right:10px;}
	
	ul#topnav{
	clear:both;
	width:100%;
	}

	ul#topnav li{
	width:33%;
	margin:0 0 5px;
	/* border-right:1px solid white; */ /*右側に出るボーダーライン*/
	box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
	}

	ul#topnav li:nth-child(3n){border-right:0;width:34%;}

	ul#topnav li a{
	width:100%;
	border-top:0;
	}

	ul#topnav li:first-child a,ul#topnav li:last-child a{width:100%;}
	
		#mainBanner_top{
clear:both;
margin:10px auto 10px; /*オリジナルは20px auto 20px*/
padding:4px;
position:relative;
line-height:0;
/* background:#333333; */ /*前は#f0f6da*/
background-position:center;
background-repeat:no-repeat;
background-size:90%;
display: inline-block;
/* border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px; */
margin-top:0px;
}

#mainBanner_top img{
max-width:100%;
height:auto;
/* border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px; */
}

.concept p{
	margin-left:8%;
}


.top_banner img{
	width:30%;
	height:30%;
	}
	
.table-index{
text-align:left;
margin-left:5%;
}

.top_rankingbanner img{
	margin-right:2%;
	width:50%;
	 height:50%;
	}
	
	
.top_shopname{
	margin-left:-13%;
		}

.top_shopname img{
	width:70%;
	height:70%;
	}
		
	.grid{
	width:50%;
	margin:2px 0;
	}
	
	.col2{
	float:none;
	width:100%;
	margin:0 0 20px;
	}
	
	.grid img{
	float:left;
	margin-right:5px;
	}
	
	#gallery .grid{
	width:31%;
	margin:0 1%;
	padding:0;
	}
	
	#gallery .grid img{
	float:none;
	}
	
	section.content{padding:0 10px;}
	
	section.content img{
  max-width:90%;
	height:auto;
	}
	
	#sub .grid{padding-bottom:20px;}
	
		.menu_img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width:80%;
    height: 80%;
    }
	
	#footer{padding:0;}
	
	#footer .grid{
	float:none;
	width:100%;
	margin-bottom:5px;
	text-align:center;
	}
			
}


/* iPad 縦 */
@media only screen and (max-width:768px){

#salonname{
	/* width:90%;
	height:90%; */
    position:relative;
	}

	#mainBanner{padding:3px;}
	
	#mainBanner_top{
clear:both;
margin:5px auto 10px; /*オリジナルは20px auto 20px*/
padding:4px;
position:relative;
line-height:0;
/* background:#333333; */ /*前は#f0f6da*/
background-position:center;
background-repeat:no-repeat;
background-size:90%;
display: inline-block;
/* border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px; */
margin-top:0px;
}

#mainBanner_top img{
max-width:100%;
height:auto;
/* border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px; */
}

	
	.top_shopname img{
		margin-left:-7%;
    width: 70%;
    height: 70%;
	}
	
	.top_banner{
    width: 90%;
    height: 90%;
	}
	
	.top_banner img{
		margin-left:-2%;
		margin-bottom: 6%;
		width:25%;
		height:25%;
		}
	
   .top_rankingbanner img{
	width:60%;
	height:60%;
	margin-right:8%;
	}
	
	.top_shopname img {
		margin-left:-13%;
		width:60%;
		height:60%;
		}
	
	.banner_shopinfo img{
    width: 90%;
    height: 90%;
	}
		
	
	.line img{
    width: 100%;
    height: 100%;
	}
	
	.concept p{
	margin-left:5%;
}

	
.table-index{
text-align:left;
margin-left:5%;
}



	
	/*ページ下部バナーを横に並べるとき*/
	.banner_list_div img{
    width: 30%;
    height: 30%;
	}

	/*ページ下部バナーを1列で縦に並べるとき*/
	.banner_list_div2 img{
    width: 70%;
    height: 70%;
	}
	
		/*ページ下部バナーを横に4つ並べるとき*/
	.banner_list_div3 img{
    width: 22%;
    height: 22%;
	}
	
	/*ページ下部バナーを横に2つ並べるとき*/
	.banner_list_div6 img{
    width: 50%;
    height: 50%;
	}
		
		/*W940pxのバナーを1列で縦に並べるとき*/
	.banner_list_div4 img{
    width: 85%;
    height: 85%;
	}

	/*SNSアイコンを横に4つ並べるとき*/
	.banner_list_div5 img{
    width: 16%;
    height: 16%;
	margin-left:0%;
	margin-right:-1%;
	}
	
	/*ページ下部バナーを横に3つ並べるとき*/
	.banner_list_div7 img{
    width: 35%;
    height: 35%;
	margin-left:-6%;
	}
	
	/*ページ下部バナーを1列で縦に並べるとき*/
	.banner_list_div8 img{
    width: 33%;
    height: 33%;
	margin-top:-2%;
	margin-bottom: -2%;
	}


	/*ページ下部バナーを横に3つ並べるとき*/
	.banner_list_div9 img{
    width: 100%;
    height: 100%;
	margin-left:-6%;
	}
		
		.ggmap iframe,
.ggmap object,
.ggmap embed {
position:absolute;
padding-left:5%;
padding-right: 5%;
top: 0;
left: 0;
width: 90%;
height: 100%;
}

	.menu_img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 90%;
    }


}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){

    ul#topnav{
    overflow:hidden;
    margin:6px 0px 0px; /*オリジナルは10px 0*/
    }

    ul#topnav a{
    font-size:95%;}

	ul#topnav li{width:25%;} /*オリジナルは50%*/

	ul#topnav li:nth-child(3n){
	/* border-right:1px solid white; */ /*右側に出るボーダー*/
	width:25%; /*オリジナルは50%*/
	}	
	
	.table-index{
	margin-top:2%;
	}	
	
.table-index th{
	width:28%;
	margin-left:0%;
	}
	
	.table-index td{
	width:72%;
	}
	
		/*スマホでアクセスした時に電話番号の文字を変える*/
	.phonenumber-color {
		color: #c8ae40; /*#d37d2c*/
		/* font-weight:bold; */
		text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
		}
		
.top_banner img {
	width: 98%;
	height: 98%;
	}		

	
	.grid{width:100%;}
	
	.grid img{
	float:none;
	margin:20px auto 10px;
	}
	
	.grid p{text-align:left;}
	
	img.frame,#gallery img{border-width:2px;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#footer .grid p{text-align:center;}
	
.ggmap iframe,
.ggmap object,
.ggmap embed {
position:absolute;
padding-left:5%;
padding-right: 5%;
top: 0;
left: 0;
width: 90%;
height: 100%;
}

	.menu_img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width:80%;
    height: 80%;
    }
	
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	#header .logo{padding-top:10px;}
  .info{padding:10px 0 0;}  
    ul#topnav{
    overflow:hidden;
    margin:6px 7px 0px; /*オリジナルは10px 0*/
    }

    ul#topnav a{
    font-size:95%;
	width:24%;
	}

	ul#topnav li{
	width:32%;/*オリジナルは50%*/
	
	margin-right:1px;
	margin-bottom:2px;
    } 

	ul#topnav li:nth-child(3n){
	/* border-right:1px solid white; */
	width:32%; /*オリジナルは50%*/
	
	}	
	
	ul#topnav li:nth-child(4n),ul#topnav li:nth-child(8n){margin-right:1px;}
	
	#salonname img{
	width:300%;
	height:300%;
	margin-top:-5%;
	margin-bottom:0.8%;
	margin-left:-3%;
	}
	
	#mainBanner_top{
	display: inline-block;
	margin-left:auto;
	margin-right:auto;
	/* background-image:url(images/topmainimg-photo.gif); */
	/* border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px; */
    margin-top:0px;
	background-size:95%;
	background-repeat:no-repeat;	
	}
	
	#mainBanner_top img{
	margin-left:-3%;
	width:95%;
	height:95%;
	
	}
	
	#mainBanner h2,#mainBanner h3{font-size:80%;}
	
	.concept{
		margin-left:6%;
		margin-right:3%;}
	
	.top_banner img{
		margin-left:0%;
	width:98%;
	height:98%;
	}
	
	.top_banner2 img{
	width:40%;
	height:40%;}
	
	.top_rankingbanner img{
	width:70%;
	height:70%;
	margin-right:2%;
	}
	
	.top_shopname img{
	width:105%;
	height:105%;
	margin-left:18%;
	}
	
	.table-index{
		width:94%;
		margin-left: 4%;
	}
	
	.table-index-info{
		width:94%;
		margin-left: 4%;
	}
	
	.table-index-info th{
		width:59%;
		font-size:94%;
	}
	
	.table-index-info td{
		line-height:1.6em;
	}
	

		
	.banner_shopinfo img{
	width: 100%;
    height: 100%;
	}
		
	.banner_list_div img{
    width: 28%;
    height: 28%;
	margin-left:1%;
	margin-right:-1%;
	}
	
	.banner_list_div2 img{
    width: 80%;
    height: 80%;
	}
	
	.banner_list_div3 img{
    width: 36%;
    height: 36%;
	margin-left:0%;
	margin-right:-1%;
	}
	
		
	.banner_list_div4 img{
    width: 85%;
    height: 85%;
	margin-left:0%;
	margin-right:-1%;
	}
	
	.banner_list_div5 img{
    width: 18%;
    height: 18%;
	margin-left:0%;
	margin-right:-1%;
	}
	
	.banner_list_div6 img{
    width: 40%;
    height: 40%;
	margin-left:-5%;
	margin-right:2%;
	}
	
	/*ページ下部バナーを横に3つ並べるとき*/
	.banner_list_div7 img{
    width: 30%;
    height: 30%;
	margin-left:-6%;
	}
	
	/*ページ下部バナーを縦にひとつずつ並べるとき*/
	.banner_list_div8 img{
    width: 35%;
    height: 35%;
	margin-top:-3.5%;
	margin-bottom:-3.5%;
	}
	
	/*リスト形式でページ下部バナーを横に3つ並べるとき*/
	.banner_list_div9 img{
    width: 100%;
    height: 100%;
	margin-left:0%;
	}



.concept p{
	margin-left:1%;
}


	
	.menu_img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width:80%;
    height: 80%;
    }
	
.ggmap iframe,
.ggmap object,
.ggmap embed {
position:absolute;
padding-left:5%;
padding-right: 5%;
top: 0;
left: 0;
width: 90%;
height: 100%;
}

.table-menu{
width: auto;
}

}


/*
PC、スマホでの改行位置の切り替え
-------------------------------------------*/

@media screen and (min-width: 680px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 680px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}