@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;}
/* -------------------------------------------------------------- */

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

html{background:#B3B3B3;}


/* リンク設定
------------------------------------------------------------*/
a{color:#4D4D4D;text-decoration:none;}
a:hover{color:#1D1D1D;}
a:active, a:focus{outline:0;}

/* 全体
------------------------------------------------------------*/
#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:#000000;/*前は#303030*/
color:#f0f0f0;
}

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

* html #header{height:1%;}

.header_salonname_JP{
font-family: 'Hina Mincho', serif; /*以前はKaisei Decol*/
font-size:140%;
}

.header_salonname_EN{
font-family: 'Dancing Script', cursive;
font-size:150%;
}


/*************
/* ロゴ
*************/
#header .logo{
float:left;
padding:25px 0 0;
max-width:100%;
height:auto;
}

.logo a{
font-size:20px;
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:#333;
}

.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*/
display:table; /*文字画像があるため、均等に並べる*/
}

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

ul#topnav li{
font-family: 'Dancing Script', cursive;
float:left;
text-align:center;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
display:table-cell;
}

ul#topnav a{
width:187px; /*ナビ7個のときは133px、オリジナル6個は156px*/
font-size:17px;/*前は18px*/
display:block;
padding:9px 0; /*前は16px 0*/
color:#c8ae40;
background:#000000; /*前は#303030*/
/* border-left:1px solid #f0f6da; */
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
margin-right: 1px;
margin-bottom: 0px;
}

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

ul#topnav li.active a,ul#topnav a:hover{
opacity:0.6;
/* background: #808080; */ /*前は#303030*/
/* color:#fff; */
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/

#mainBanner{
clear:both;
margin:5px auto 10px; /*オリジナルは20px auto 20px*/
padding:4px;
position:relative;
line-height:0;
/* background:#ededed;
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:10px auto 10px; /*オリジナルは20px auto 20px*/
padding:4px;
position:relative;
line-height:0;
}

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


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


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

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

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

.colLight{border-color:#E6E6E6}

.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:#B3B3B3;
}

.colLight a{background:#CCCCCC;}

.colDark a:hover{
background:#E6E6E6;
}

.colLight a:hover{
background:#B3B3B3;
}

.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;
color:f0f0f0;
font-size:16px;
background:#606060; /*#808080*/
border-left:7px solid #000000; /*#303030*/
/* border-radius: 0px 6px 6px 0px;  
-webkit-border-radius: 0px 6px 6px 0px;
-moz-border-radius: 0px 6px 6px 0px; */
}

/*各コンテンツページ内メインコンテンツ、各項目部分*/
h3.heading{
padding:1px 10px;
color:#f8f8f8; /*見出しのテキスト*/
}

/*トップページの店舗情報部分、「リンク」部分の見出し部分*/
#sub .grid h3{
padding:5px 10px;
margin-bottom:10px;
font-size:16px;
color: white;
background:#000000; /*前は#303030*/
border-left:7px solid #606060;  /*前は#808080*/
}

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

#sub .grid li{
	list-style-type: dot;
	color: #606060; /*前は#595959*/
	}
	
/*各コンテンツページ内メインコンテンツの見出し部分*/
h3.heading2{
padding:5px 10px;
margin-bottom:10px;
font-size:16px;
color:#fff; /*見出しのテキスト*/
background:#000000; /*前は#303030*/
border-left:7px solid #606060;  /*前は#B3B3B3*/
/* 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;
}

section#gallery{overflow:visible;}


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

table.table th,table.table td{
padding:5px;
border:1px solid #E6E6E6;
border-left:1px solid #808080;
}

table.table tr:first-child th,table.table tr:first-child td{
border-top:#808080 4px solid /*前は#a0a0a0*/
}

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


/*************
/* フッター
*************/
#footer{
clear:both;
padding:20px 0;
overflow:hidden;
background:#000000; /*前は#303030*/
/* border-top:1px solid #B3B3B3; */
}

* html #footer{height:1%;}

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

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

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

.menu_list_active{
width:42%;
float:left;
color:#ffffff; /*前は#660000*/
background-color:#303030; /*前は#eaabab*/
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:80%;
margin:10px auto;
font: normal 14px/26px ; /*Miller-Light, serif*/
}

table.table-menu th,table.table-menu td{
text-align: left;
width:70%;
padding:5px;
/* border:1px solid #E6E6E6; */
}

table.table-menu td:not(.comment){
clear:both;
text-align: right;
width:25%;
}


/* table.table-menu tr:first-child th,table.table-menu tr:first-child td{
border-top: #B3B3B3 2px solid;
} */

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

.menu_long{
font-size:85%;
}

.price{
font-size: 80%;
}

.price_bottom{
vertical-align: bottom;
}

.menu_header{
background-color: #808080; /*前は#eaabab*/
color: #ffffff;
border-left:7px solid #303030;
}

.menu_nameprice{
background-color: #d8d8d8; /*#f7d9d9*/
}

.menu_new{
color: orange;
}

/*
.menu_comment{
background-color: #fff9f4;
}
*/

/* 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%;
}


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

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

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

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

table.table-recruit tr:first-child th,table.table-recruit tr:first-child td{
border-top:#B3B3B3 2px solid
}

/*下記はメニュー内のアルファベットの部分は適用除外にする設定あり*/
/*
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;
}

	


/* PC用 */
@media only screen and (min-width:960px){
	#wrapper,.inner{
	width: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%;}
	
	.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){
	#mainBanner{padding:3px;}
	
		.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%*/
	}	

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

/*↓　メニュー＋価格表示税抜税込併記の場合*/	
table.table-menu{
border-collapse:collapse;
width:98%;
margin:16px auto;
font: normal 13px/30px ; /*Miller-Light, serif*/
}

table.table-menu th,table.table-menu td{
text-align: left;
width:35%;
padding:0px;
/* border:1px solid #dba081; */ /*前は#f9e190*/
}
/*↑　メニュー＋価格表示税抜税込併記の場合*/

}


/* スマートフォン 縦(ポートレート) */
@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% 24*/
	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;}
	
	#mainBanner{margin-left:1px;}
	#mainBanner h2,#mainBanner h3{font-size:80%;}

	.concept {
	margin-left:5%;
	margin-right:5%;
	}
	
	.concept p {
	line-height:200%;
	}

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