@charset "utf-8";


/*--------------------------------------------------------------------*/
/*cssの初期化*/
/*--------------------------------------------------------------------*/
html, body{
	font-family:'Noto Serif JP',"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,
	"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	margin:0;
	padding:0;
	font-size:100%;
}
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr{
	font-family:'Noto Serif JP',"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,
	"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	margin:0;
	padding:0;
	border:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}
table, caption, th, td{
	font-family:'Noto Serif JP',"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,
	"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	margin:0;
	padding:0;
	border:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe{
	font-family:'Noto Serif JP',"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,
	"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	margin:0;
	padding:0;
	border:0;
	font-style:normal;
	font-weight:inherit;
	font-size:100%;
}

/*--------------------------------------------------------------------*/
/*タグの基本設定*/
/*--------------------------------------------------------------------*/

h1{
}

a{
	outline:none;
	color:#333333;
	text-decoration:underline;
}
a:hover{
	color:#666666;
	text-decoration:none;
}
a:hover img{
	filter:alpha(opacity=80); 
	-moz-opacity:0.80;
	opacity:0.80;
}
div.clear{
	clear:both;
}
hr{
	display:none;
}
ul{
	list-style:none;
}


/*--------------------------------------------------------------------*/
/*枠基本スタイル*/
/*--------------------------------------------------------------------*/
body{
	letter-spacing: 0.07em;
	 overflow-x: hidden;
}
div#container{
	width:100%;
}
div#main{
	line-height:1.8;
	width: 100%;
	margin: 0 auto;
}
div#main02{
	line-height:1.8;
	margin-bottom: 35px;
}
div#main02{
	clear: both;
}

div#mainImg{
	clear: both;
	width: 100%;
	margin: 0 auto 35px auto;
}

/*--------------------------------------------------------------------*/
/*グローバルメニュー*/
/*--------------------------------------------------------------------*/

div#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		top: 4px;
		z-index: 100;
	}
div#nav_toggle div {
		position: relative;
	}
div#nav_toggle span{
		display: block;
		height: 3px;
		background: #ccc;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
div#nav_toggle span:nth-child(1){
		top:0px;
	}
div#nav_toggle span:nth-child(2){
		top:12px;
	}
div#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open div#nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open div#nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open div#nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
	
	

div#global{
		display: none;
		position: absolute;
		width: 100%;
		background: #dedede;
		left: 0;
	}
div#global ul{
		display: block;
		margin: 0 auto;
		width: 90%;
	}
div#global ul li{
		margin: 0 auto;
		text-align: center;
		border-bottom: 1px solid #ccc;
	}
div#global ul li:last-child{
		border: none;
	}
div#global ul li a{
		display: block; 
	}
	



/*--------------------------------------------------------------------*/
/*パンくずリスト*/
/*--------------------------------------------------------------------*/
div#main div#crumbs{
	width:715px;
	margin:0 0 0 0;
	font-size:x-small;
	color: #727272;
	text-align: right;
}

div#main div#crumbs a{
	color: #727272;
	text-decoration: none;
}
div#main div#crumbs a:hover{
	text-decoration: underline;
}


/*--------------------------------------------------------------------*/
/*ヘッダー*/
/*--------------------------------------------------------------------*/
div#header02{
	clear:both;
	width:100%;
	height:99px;
	margin:0 auto;
	padding: 0;
}
div#header{
	clear:both;
	padding: 0;
	width:100%;
	height:99px;
}
div#header03{
}
div#header02 h1#headerLog{
}
div#header02 h1#headerLog a{
	display:block;
	width:175px;
	height:99px;
	text-indent:-9999px;
	overflow:hidden;
	margin-left: 0.5em;
	background: url(../../images/header01.jpg) no-repeat;
	background-size:80% auto;
}

#header .header_tel a {
	position: fixed;
	right: 70px;
	top: 20px;
	display: block;
	text-align: center;
	width: 54px;
	padding: 32px 0 3px;
	background: #9da8ac;
	color: #fff;
	font-size: 10px;
	z-index: 99;
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	cursor: pointer;
}
#header .header_tel a:before {
	position: absolute;
	display: inline-block;
	content: "\f095";
	font-family: FontAwesome;
	font-weight: normal;
	width: 20px;
	height: 20px;
	font-size: 20px;
	right: 50%;
	top: 50%;
	margin-right: -10px;
	margin-top: -22px;
}
ul#headerEtc li{
	display:block;
	overflow:hidden;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
ul#headerEtc li a{
	display:block;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
}
ul#headerEtc li a:hover {
	background: #2b5d69;
}

@media screen and (max-width: 599px) {
#header{
	width: 100%;
	min-width: 100%;
}
#header h1{
	width: calc(100% - 48px * 2);
	float: left;
	padding: 1% 0 0;
}
#header h1 img {
		max-width: 100%;
	height: auto;
	}


div#coupon01 img{
	width: 100%;
	height: auto;
}	
}


/*--------------------------------------------------------------------*/
/*フッター*/
/*--------------------------------------------------------------------*/
div#footer_sns{
	clear:both;
	width: 100%;
	padding-top: 1em;
	margin: 0 auto 80px auto;
	zoom:1;
}
div#footer_sns:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}

div#footer_sns ul{
	text-align: center;
}
div#footer_sns ul:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}

div#footer_sns ul li{
	float:left;
	width: 50%;
}

div#footer_sns ul li img{
	margin-bottom: 1em;
	width: 90%;
	height: auto;
}


div#footer{
	clear:both;
	margin: 0 auto;
	width: 100%;
	background: url(../../images/footer01.png) repeat-x bottom center;
	zoom:1;
	overflow:hidden;
}
div#footer:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}

div#footer02{
	margin:0 auto;
	width: 100%;
}

/*コピーライト*/
div#footer address{
	padding:1em;
	width: 100%;
	text-align: center;
	color: #b9aeaa;
	font-size: 75%;
}

div#contact_footer03{
	clear: both;
	background: url(../../images/footer_line.jpg) repeat-x top;
	margin-top: 30px;
	width: 100%;
}

div#contact_footer{
	clear: both;
}
div#contact_footer ul{
	padding:35px 0;
	width: 100%;
	margin: 0 auto;
	zoom:1;
	text-align: center;
}
div#contact_footer ul:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}
div#contact_footer ul li{
	color: #989898;
	display: inline;
}
div#contact_footer ul li a{
	color: #989898;
	text-decoration: none;
	font-size: 70%;
	background: url(../../images/footer_link_icon.gif) no-repeat left center;
	padding: 0 15px 0 10px;
}
div#contact_footer ul li a:hover{
	text-decoration: underline;
}

div#contact_footer02{
	color: #989898;
	font-size: 90%;
	line-height: 1.5;
}
div#contact_footer02 ul#footerLink{
	width:100%;
	margin: 0 auto;
}
div#contact_footer02 ul#footerLink:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}
div#contact_footer02 ul#footerLink li{
	float:left;
}
div#contact_footer02 ul#footerLink li#footerLink01{
	background: url(../../images/footer01.jpg)  top no-repeat;
	background-size:160% auto;
	width: 32%;
	padding-top:4em;
}
div#contact_footer02 ul#footerLink li#footerLink01 p{
	font-size: 75%;
	padding: 1em 1em;
}
div#contact_footer02 ul#footerLink li#footerLink02{
	background: url(../../images/footer02.jpg) center top no-repeat;
	background-size:190% auto;
	text-indent: -9999px;
	width: 30%;
	padding-top: 8em;
}
div#contact_footer02 ul#footerLink li#footerLink03{
	width: 38%;
	padding-top: 1.8em;
}
div#contact_footer02 ul#footerLink li#footerLink03 img{
	width: 90%;
	height: auto;
	padding-left: 1em;
}


/*--------------------------------------------------------------------*/
/*各ページのページタイトル*/
/*--------------------------------------------------------------------*/
h2 img{
	margin:0 0 35px 0;
	width: 100%;
	height: auto;
}

h2 {
	text-align:center;
	font-size:160%;
	color:#747474;
}

.sub_title{
	clear: both;
	text-align: center;
	color: #505050;
	width:100%;
	background: url(../../images/sub_title.jpg) no-repeat bottom;
	padding:1em 0px;
	margin:5px 0 22px 0;
	clear: both;
}

.ct{
	text-align:center;
	font-size: 75%;
	padding-bottom:2em;}
.op{
	text-align:center;
	font-size: 75%;
	background:#fafaff;
	border:solid 1px #e1e1e5;
	padding:1.4em;
	margin:0 1.4em 2em;
}
.op span{
	font-size: 140%;
}

/*--------------------------------------------------------------------*/
/* futur.html*/
/*--------------------------------------------------------------------*/
div#futur_hair01{
	margin-bottom: 60px;
}
div#futur_hair01 ul{
	
}
div#futur_hair01 ul:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}
div#futur_hair01 ul li{
	float: left;
	padding: 2%;
	width:96%;
}
div#futur_hair01 ul li img{
	width: 100%;
}

div#futur_hair02{
	margin-bottom: 60px;
}
div#futur_hair02:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}
div#futur_hair02 div.price{
	width: 96%;
	float: left;
	padding: 2%;
	font-size: 75%;
}
div#futur_hair02 div.price img{
	width: 100%;
	margin: 10px 0;
}
div#futur_hair02 div.price h4{
	display:block;
	width: 100%;
	background: #585858;
	color: #fff;
	text-align: center;
	padding: 0.6em 0;
	margin-bottom: 10px;
}
div#futur_hair02 div.price table{
	width: 100%;
	border-collapse:collapse;
}
div#futur_hair02 div.price table th{
	text-align: left;
	padding: 0.6em 0;
}
div#futur_hair02 div.price table td{
	text-align: right;
	padding: 0.6em 0;
	vertical-align: top;
}

div#futur_hair02 div.price02{
	width: 700px;
	float: left;
	padding: 15px;
	font-size: 75%;
}
div#futur_hair02 div.price02:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}
div#futur_hair02 div.price02 h4{
	display:block;
	width: 700px;
	background: #585858;
	color: #fff;
	text-align: center;
	padding: 0.6em 0;
	margin-bottom: 10px;
}
div#futur_hair02 div.price02 table{
	width: 335px;
	border-collapse:collapse;
	float: left;
}
div#futur_hair02 div.price02 table.priceTable{
	margin-left: 30px;
}
div#futur_hair02 div.price02 table tr{
}
div#futur_hair02 div.price02 table th{
	text-align: left;
	padding: 0.6em 0;
}
div#futur_hair02 div.price02 table td{
	text-align: right;
	padding: 0.6em 0;
	vertical-align: top;
}

.flexul{
    list-style: none;
    display:block;
}
.flexli{
	padding: 15px;
	}
.flexli img{
	width:100%;
	}
.pdn0{
	padding: 0 15px;
}
/*--------------------------------------------------------------------*/
/* 店舗紹介　shop.html*/
/*--------------------------------------------------------------------*/
div#shop{
}
div#shop01{
	margin-bottom: 60px;
}

div#shop div#shop01 table{
	width: 100%;
	font-size: 80%;
}
div#shop div#shop01 table th{
	padding: 1em 1em;
	width: 20%;
	text-align: left;
	border-bottom: 1px dotted #e3e3e3;
}
div#shop div#shop01 table td{
	padding: 1em 1em;
	width: 80%;
	border-bottom: 1px dotted #e3e3e3;
}
div#shop02{
	margin-bottom: 60px;
}
div#shop02 ul{
	
}
div#shop02 ul:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}
div#shop02 ul li{
	float: left;
	padding: 2%;
	width: 96%
}
div#shop02 ul li img{
	width: 100%;
}

div#shop03{
	margin-bottom: 60px;
}

div#shop04{
	text-align:center;
}


div#shop03 div#map{
	padding: 10px;
	background:#FFF;
	margin-bottom: 15px;
}


div#shop04 img{
	width:100%;
}

/*--------------------------------------------------------------------*/
/*クーポン　coupon.html*/
/*--------------------------------------------------------------------*/

div#coupon div#coupon01{
	text-align: center;
}




/*--------------------------------------------------------------------*/
/*schedule.html*/
/*--------------------------------------------------------------------*/

div#schedule01 iframe {
	max-width: 100%;
}


/*--------------------------------------------------------------------*/
/*index.html*/
/*--------------------------------------------------------------------*/

p.mainImg{
	margin: 0;
	padding:0;
}

p.mainImg img{
	width: 100%;
	height: auto;
}

ul.slider{
	clear:both;
	width: 100%;
	margin:0 auto 2em auto;
}

ul.slider img{
	height: auto;
	width: 100%;
}

div#index{
}
div#index div#index01{
	clear:both;
	background: #f3f4f5;
}
div#index div#index01 p{
	clear:both;
	width: 100%;
	margin:0 auto;
	margin-bottom: 2em;
}
div#index div#index01 p img{
	width: 100%;
	height: auto;
}
div#index div#index02{
	clear:both;
	width: 100%;
	margin:0 auto;
}
div#index div#index02 ul{
}

div#index div#index02 ul:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}

div#index div#index02 ul li{
	float: left;
	width: 28%;
	padding: 2%;	
}

div#index div#index02 ul li img{
	width: 100%;
	height: auto;
}


/* 非表示設定
---------------------------------------------------------- */
.sp_no { display: none; }
