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

body{
	font-family: 'Scada', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
    color:#221815;
	margin:0;
	padding:0;}

ul{
	list-style-type:none;
	margin:0;
	padding:0;	
	overflow:hidden;}

a, a:visited, a:active{
	text-decoration:none;
	color:#fff;
	-webkit-touch-callout:none;
	transition:1s;}
	
a:hover{
	background-color:rgba(255,255,255,0.7);
	color:#300;}
	
a img{
	vertical-align:bottom;}

.clear{
	clear:both;}
	

/*************************************************************/

.al-center{
	text-align:center;}
	
.pdt5{ padding-top:5px !important;}

.mgt10{ margin-top:10px !important;}

h1.seo{
	font-size:11px;
	font-weight:normal;
	margin:-12px 0 0 5px;
	padding:0;}

/*************************************************************/

#contents{
	position:relative;}

	

/*link*/
#link{}

#link .linklist li{
	margin-bottom:1px;}

#link .linklist a{
	display:block;
	padding:10px;
	font-size:12px;
	transition: 1s;
	background-color:rgba(255,255,255,0);
	border-bottom:1px dotted rgba(255,255,255,0.5);}
	
#link .linklist a:hover{
	background-color:rgba(255,255,255,0.3);}





/*heder*/
#header{
	position:fixed;
	width:100%;
	background:url(../img/bg_head.jpg);
	z-index:999;}

#header_logo{
	padding-top:50px;}

#header ul{
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:hidden;
	position:absolute;
	right:1em;
	top:0;
}
#header ul li{
	font-size:12px;
	float:left;}

#header ul li a,
#header ul li a:visited{
	color:#fff;
	line-height:1em;
	display:block;
	padding:12px 6px 12px 24px;
	background-size:auto 16px; 
	background-position:6px 10px;
	background-repeat:no-repeat;}
	
#header ul li a:hover{
		}
#header ul li a.salon{
	background-image:url(../images/salon.png);}
#header ul li a.menu{
	background-image:url(../images/menu.png);}
#header ul li a.staff{
	background-image:url(../images/staff.png);}
#header ul li a.schedule{
	background-image:url(../images/schedule.png);}
#header ul li a.info{
	background-image:url(../images/info.png);}
	#header ul li a.gallery{
	background-image:url(../images/gallery.png);}
	#header ul li a.blog{
	background-image:url(../images/blog.png);}


#loader {
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -20px; /* heightの半分のマイナス値 */
	margin-left: -20px; /* widthの半分のマイナス値 */
	z-index: 100;
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
}

footer{
	padding:15px;
	background-image:url(../img/bg_footer.png);
	background-repeat:repeat;
	font-size:12px;
	color:#fff;
	text-align:center;
}




/*menu切り替え*/
@media only screen and (max-width: 640px)
{

#header ul{
	right:0;}

#header ul li{
	width:36px;	
	height:36px;	}

#header ul li a{
	width:0px;
	height:0px;
	padding:36px 0 0 36px;
	background-position:10px 10px;
	overflow:hidden;
	display:block;}

#menuprice dd{
	margin-top:0;}

}




.feeed li{
	width:200px;
	height:200px;
	float:left;
	margin:5px;}
