@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
}

html{
	height: 100%;
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
}

body{
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #f5f5f0;
	font-size: 75%;
	text-align: center;
}

form,fieldset,
h1,h2,h3,h4,h5,h6,
div,p,address,blockquote,pre,hr,
caption,th,td,
li,dt,dd,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
	font-size: 100%;
	font-family: "メイリオ",'Meiryo',"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka",verdana,arial,sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 2;
	color: #444;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
	display:block;
}

video, audio, canvas {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	padding: 0;
	text-align: left;
}

th, td {
	text-align: left;
	vertical-align: baseline;
	padding: 0;
}

h1,h2,h3,h4,h5,h6{line-height: 1;}

hr{display: none;}
ul,ol{list-style-type: none;}
img{border: none; vertical-align: top;}
em{font-style: normal;}
iframe{border: none; margin: 0px; padding: 0px; display: block; width: 100%;}
form label{cursor: pointer;}



/*==========================================*/
/* link */
a:link,
a:visited{color: #996633; text-decoration: underline;}
a:hover,
a:active{color: #996633; text-decoration: underline;}



/*==========================================*/
/* clearfix For modern browsers */
.cf:before, .cf:after { content:""; display:table;}
.cf:after { clear:both;}
/* clearfix For IE 6/7 (trigger hasLayout) */
.cf { zoom:1;}



/*==========================================*/
/* Text hidden */
.hidden{
	display: block;
	font-size: 1px;
	line-height: 0;
	text-indent: -9999px;
	text-align: left;
	overflow: hidden;
}



/*==========================================*/
/* IE warning */
.ie_warning{
	width: 100%;
	padding: 5px;
	text-align: center;
	background-color: #fc0;
}



/*==========================================*/
/* wrapper */
#wrapper{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#wrapper > article{
	margin: 0 auto 0;
	padding: 120px 0;
	background: #fff url(/img/_bg.png) repeat 50% 0;
}

article header{
	padding: 120px 0 90px 0;
	background: url(../img/_title_bg.png) no-repeat 50% 0;
}

article header h1{
	margin: 0 auto;
}

article > section{
	width: 820px;
	margin: 0 auto;
}



/*==========================================*/
/* loading */
#loading{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 43px;
	height: 13px;
	margin: -6px 0 0 -21px;
	background: url(../img/_loading.gif) no-repeat 0 0;
}

#wrapper, footer{
	display: none;
}


/*==========================================*/
/* top */
#wrapper > #top{
	position: relative;
	width: 100%;
	margin-bottom: 0;
	padding: 0;
	background: none;
}

#top header{
	position: relative;
	z-index: 100;
	padding: 0;
	background: none;
}

#top header h1{
	position: absolute;
	top: 45px;
	left: 50%;
	margin: 0 0 0 -75px;
}

#top nav{
	position: absolute;
	top: 85px;
	left: 50%;
	margin: 0 0 0 -310px;
}

#top nav li{
	float: left;
}

#top nav li a{
	display: block;
	height: 26px;
	margin: 0 65px 0 0;
	background: url(../img/top_navi.png) no-repeat 0 0;
}

#top nav li a:hover{
	opacity: 0.8;
}

#top nav .concept a{ width: 63px; background-position: 0 0;}
#top nav .menu a{ width: 48px; background-position: -72px 0; margin-right: 268px;}
#top nav .saloninfo a{ width: 78px; background-position: -130px 0;}
#top nav .contact a{ width: 59px; background-position: -219px 0; margin-right: 0;}

#blogBanner{
	position: absolute;
	right: 10px;
	bottom: -18px;
	z-index: 100;
	width: 212px;
	height: 249px;
}

#blogBanner #book a{
	position: absolute;
	overflow: hidden;
	display: block;
	width: 212px;
	height: 249px;
	background: url(../img/top_bnr_blog.png?update=251004) no-repeat 0 0;
}

#blogBanner #book a.hover{
	background: url(../img/top_bnr_blog.png?update=251004) no-repeat 0 -249px;
}

#blogBanner #rss a{
	position: absolute;
	right: 150px;
	bottom: 43px;
	display: block;
	min-width: 10em;
	padding: 10px;
	border-radius: 12px;
	background-color: rgba(255, 255, 255, .95);
	text-align: left;
	text-decoration: none;
	line-height: 1.2;
	font-size: 14px;
	color: #666;
}

#blogBanner #rss a:hover{
	opacity: .9;
}

#blogBanner #rss a:before{
	content: " ";
	position: absolute;
	right: -16px;
	top: 50%;
	display: block;
	margin-top: -12px;
	border: transparent solid 10px;
	border-left-color: #fff;
}

#blogBanner #rss a .date{
	display: block;
	color: #888;
	font-size: 11px;
}

#blogBanner #rss a .title{
	display: block;
	margin-top: 6px;
}

#photoGallery{
	overflow: hidden;
}

#photoGallery .slideImages{
	position: relative;
}

#photoGallery .naviBtn{
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 100;
	margin: 0 0 0 -10px;
}

#photoGallery .naviBtn span{
	display: inline;
	zoom: 1;
	display: inline-block;
	width: 13px;
	height: 14px;
	margin: 0 5px 0 0;
	background: url(../img/top_gallery_navi_btn.png) no-repeat 0 0;
	font-size: 1px;
	line-height: 0;
	text-indent: -9999px;
	text-align: left;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.5;
}

#photoGallery .naviBtn .currentBtn{
	opacity: 1;
	background-image: url(../img/top_gallery_navi_btn_on_for_IE.png)\9; /* lt IE8 */
}

#photoGallery img{
	position: absolute;
	left: 0;
}



/*==========================================*/
/* concept */
#concept h1{
	width: 118px;
	height: 42px;
	background: url(../img/concept_spriteImg.png) no-repeat 0 0;
}

#conceptText{
	width: 575px;
	height: 761px;
	margin: 0 auto;
	background: url(../img/concept_img_01.png) no-repeat 0 0;
}



/*==========================================*/
/* menu */
#menu h1{
	width: 90px;
	height: 20px;
	background: url(../img/menu_spriteImg.png) no-repeat 0 0;
}

#menu .cutmenu{
	width: 1008px;
}

#menu .cutmenu table{
	width: 100%;
}

#menu .cutmenu td{
	width: 203px;
	padding: 30px 35px;
	vertical-align: top;
}

#menu .cutmenu h2{
	height: 25px;
	margin: 0 0 20px 0;
	background: url(../img/menu_spriteImg.png) no-repeat 0 0;
}

#menu .cutmenu .line{
	height: 1px;
	padding: 0;
	background: url(../img/menu_lin_02.png) no-repeat 0 0;
}

#menu .cutmenu .cut{ padding-left: 94px; padding-top: 50px;}
#menu .cutmenu .perm{ background: url(../img/menu_lin_01.png) no-repeat 0 0; padding-top: 50px;}
#menu .cutmenu .color{ background: url(../img/menu_lin_01.png) no-repeat 0 0; padding-right: 94px; padding-top: 50px;}
#menu .cutmenu .headspa{ padding-left: 94px; padding-bottom: 50px;}
#menu .cutmenu .option{ background: url(../img/menu_lin_01.png) no-repeat 0 100%; padding-bottom: 50px;}
#menu .cutmenu .others{ background: url(../img/menu_lin_01.png) no-repeat 0 100%; padding-right: 94px; padding-bottom: 50px;}

#menu .cutmenu .cut h2{ background-position: 0px -23px; width: 25px;}
#menu .cutmenu .perm h2{ background-position: -34px -23px; width: 43px;}
#menu .cutmenu .color h2{ background-position: -87px -23px; width: 40px;}
#menu .cutmenu .headspa h2{ background-position: -136px -23px; width: 69px;}
#menu .cutmenu .option h2{ background-position: -214px -23px; width: 51px;}
#menu .cutmenu .others h2{ background-position: -275px -23px; width: 48px;}

#menu .cutmenu dt{
	float: left;
	width: 165px;
	margin: 0 0 10px 0;
	color: #666;
	line-height: 1.4;
}

#menu .cutmenu dt .include{
	margin: 0 0 0 0.8em;
	font-size: 91.7%;
	color: #999;
}

#menu .cutmenu dt .notice{
	display: block;
	margin: 3px 0 0 0;
	font-weight: normal;
	font-size: 91.7%;
	color: #999;
}

#menu .cutmenu dd{
	float: right;
	margin: 0 0 10px 0;
	color: #888;
	line-height: 1.4;
}



#menu .notice{
	margin: 20px 0 0 0;
}

#menu .notice li{
	display: inline;
	margin: 0 1em 0 0;
	color: #999;
	line-height: 1.4;
}



#menu .kitsuke{
	margin-top: 60px;
	padding: 20px;
	border: #ebeae6 solid 1px;
	text-align: left;
}

#menu .kitsuke h2{
	width: 162px;
	height: 15px;
	margin: 0 0 10px 0;
	background: url(../img/menu_spriteImg.png) no-repeat 0 -58px;
}

#menu .kitsuke p{
	color: #999;
	line-height: 1.1;
}



/*==========================================*/
/* saloninfo */
#saloninfo section{
	width: 600px;
}

#saloninfo h1{
	width: 149px;
	height: 49px;
	background: url(../img/saloninfo_spriteImg.png) no-repeat 0 0;
}

#saloninfo > section > dl{
	float: left;
	margin: 0 0 80px 0;
}

#saloninfo .telfax,
#saloninfo .open,
#saloninfo .close{
	width: 190px;
}

#saloninfo .telfax,
#saloninfo .open{
	margin-right: 15px;
}

#saloninfo > section > dl > dt{
	width: 600px;
	height: 22px;
	margin: 0 0 25px 0;
	background: url(../img/saloninfo_spriteImg.png) no-repeat 0 0;
}

#saloninfo > section > dl > dd{
	padding: 0 10px;
	font-size: 108.3%;
	text-align: center;
	color: #666;
}

#saloninfo .open > dd{
	padding: 0;
}

#saloninfo .address dt{ background-position: 0 -55px;}
#saloninfo .telfax dt{ background-position: 0 -87px; width: 190px;}
#saloninfo .open dt{ background-position: -205px -87px; width: 190px;}
#saloninfo .close dt{ background-position: -410px -87px; width: 190px;}
#saloninfo .map dt{ background-position: 0 -116px;}
#saloninfo .link dt{ background-position: 0 -147px;}
#saloninfo .sale dt{ background-position: 0 -178px;}

#saloninfo .open .notice{
	position: relative;
	display: block;
	margin: 10px 0 0 0;
	font-size: 84.6%;
	line-height: 1.6;
}



#saloninfo .map .toGmap{
	margin: 20px 0 0 0;
	font-size: 92.3%;
}

#saloninfo .map .notice{
	margin: 30px 0 0 0;
}

#saloninfo .map .notice li{
	margin: 0 0 5px 0;
	font-size: 92.3%;
	line-height: 1.6;
	color: #999;
}



#saloninfo .link dd dt{
	clear: left;
	float: left;
	width: 110px;
	margin: 0 0 20px 0;
	padding: 0 20px 0 0;
	text-align: left;
}

#saloninfo .link dd dd{
	float: left;
	width: 450px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
	color: #666;
}



/*==========================================*/
/* contact */
#contact h1{
	width: 114px;
	height: 31px;
	background: url(../img/contact_spriteImg.png) no-repeat 0 0;
}

#contact section{
	width: 600px;
}

#contact dl{
	float: left;
	width: 280px;
}

#contact dt{
	width: 280px;
	height: 17px;
	background: url(../img/contact_spriteImg.png) no-repeat 0 0;
}

#contact .tel{ margin: 0 40px 0 0;}
#contact .tel dt{ background-position: 0 -46px;}
#contact .mail dt{ background-position: 0 -77px;}

#contact dd,
#contact dd a{
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #787162;
	text-decoration: none;
	text-shadow: 0 2px 0 rgba(255, 255, 255, 0.8);
}

#contact .notice{
	margin: 80px 0 0 0;
}

#contact .notice li{
	margin: 0 0 5px 0;
	line-height: 1.6;
	color: #999;
}



/*==========================================*/
/* footer */
footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 31px;
	background: url(../img/_footer_bg.png) repeat-x 0 100%;
}

#toPageTop{
	position: absolute;
	right: 30px;
	bottom: 0;
}

#toPageTop a{
	display: block;
	width: 56px;
	height: 59px;
	background: url(../img/_footer_btn_pagetop.png) repeat-x 0 100%;
}



footer nav{
	position: absolute;
	left: 50%;
	bottom: 6px;
	margin: 0 0 0 -150px;
}

footer nav li{
	float: left;
	margin: 0 20px 0 0;
}

footer nav li a{
	display: block;
	height: 20px;
	background: url(../img/_footer_spriteImg.png) no-repeat 0 0;
}

footer nav li a:hover{
	opacity: 0.8;
}

footer nav .concept a{ background-position: 0px -24px; width: 47px;}
footer nav .menu a{ background-position: -59px -24px; width: 35px;}
footer nav .saloninfo a{ background-position: -103px -24px; width: 58px;}
footer nav .contact a{ background-position: -171px -24px; width: 44px;}
footer nav .blog a{ background-position: -225px -24px; width: 26px;}



#snsShare{
	position: absolute;
	right: 100px;
	bottom: 0;
	width: 88px;
	height: 31px;
	cursor: pointer;
}

#snsShare .shareOn{
	position: absolute;
	left: 20px;
	bottom: 8px;
	width: 48px;
	height: 13px;
	background: url(../img/_footer_spriteImg.png) no-repeat 0 -60px;
}

#shareBtn{
	display: none;
	position: absolute;
	right: -10px;
	bottom: 20px;
	width: 230px;
	padding: 13px 14px 23px;
	background: url(../img/_footer_sns_bg.png) no-repeat 0 0;
}

#shareBtn li{
	overflow: hidden;
	float: left;
	width: 70px;
	height: 21px;
	margin: 0 5px 0 0;
}

#shareBtn li .mixiBtn{
	display: block !important;
	zoom: 1;
}



#copyright{
	position: absolute;
	left: 20px;
	bottom: 9px;
	width: 134px;
	height: 12px;
	background: url(../img/_footer_spriteImg.png) no-repeat 0 0;
}



/*==========================================*/
/* parallaxImg */
#parallaxImg{
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
}

#parallaxImg img{
	width: 100%;
}

.img01{ background: url(../img/parallaxImg_01.jpg?rev=140227) no-repeat center top;}
.img02{ background: url(../img/parallaxImg_02.jpg?rev=140227) no-repeat center top;}
.img03{ background: url(../img/parallaxImg_03.jpg?rev=140227) no-repeat center top;}
.img04{ background: url(../img/parallaxImg_04.jpg?rev=140227) no-repeat center top;}

.parallaxImg{
	position: relative;
	width: 100%;
	height: 750px;
	background-size: cover;
	background-attachment: fixed;
}

.parallaxImg.sp{
	background-size: auto !important;
	background-attachment: scroll !important;
}

