@charset "utf-8";


/* ===================================================================
 style info : リセット及びフォントサイズ
=================================================================== */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background: #fff;
	color: #000;
}

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

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}





/* ===================================================================
 style info : コンテンツエリア 他
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}

body {
	font-family: sans-serif;
	line-height:1.6;
	color:#666;
}

input, textarea {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

ul{
	list-style:none;
}

/* リンク
----------------------------------------------------*/
a {
	color:#666;
}

a:link {
	color:#666;
}

a:visited {
	color:#666;
}

a:hover {
	color:#999;
	text-decoration:none;
}

a:active {
	color:#666;
}

/* テーブル
----------------------------------------------------*/
table {
	border: 0;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
}
th,td{
	padding:0.5em 1em;
}

/* CSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;
}

/* 汎用
----------------------------------------------------*/
/* clerfix */
.clearfix {
    zoom: 1; /* for IE5.5 - IE7 */
}
.clearfix:after { /* for modern browser */
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}


/* 共通
----------------------------------------------------*/
nav ul {
	background-color: #d76c6a;
}

nav ul li{
	float:left;
	margin-right:1px;
	line-height:0;
}

nav ul li img:hover{
	opacity: 0.5;
}


footer .bottom{
	padding:15px 0;
}

footer .copyright{
text-align:center;
}




/* ===================================================================
 style info : PC用
=================================================================== */


body{
	background:url(../images/body_bg.jpg);
}
 

#page{
	width:961px;
	min-height:1600px;
	background:url(../images/main_bg.png) no-repeat;
	margin:16px auto 0 auto;
	padding:24px 37px 30px 37px;
	position:relative;
	overflow:hidden;
}

/* ヘッダ */
header{
	overflow:hidden;
	margin-bottom:10px;
}
header h1{
	width:480px;
	float:right;
}
header h2{
	
}

/* グローバルナビ */
nav{
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
}





/* メインコンテンツ共通 */
section{
	width:635px;
	overflow:hidden;
}

.bread{
	background:url(../images/dot_line01.gif) repeat-x left bottom;	
	padding-bottom:7px;
}

section.long{
	width: auto;
	
	
}
.bread ul{
	overflow:hidden;
}
.bread ul li{
	background:url(../images/bread_arrow.gif) no-repeat left 50%;
	padding-left:17px;
	margin-right:10px;
	float:left;	
}

/* サブコンテンツ */
#sub{
	width:277px;
	background:#FFDBDB;
	padding:9px;
	position:absolute;
	top:134px;
	right:37px;
}
#sub section{
	width:100%;
	line-height:120%;
	margin-bottom:10px;
}
#sub section.info{
	background:url(../images/info_body_bg.jpg) no-repeat left bottom;
	padding-bottom:11px;
}
#sub section.info h3{
	background:url(../images/info_head_bg.jpg) no-repeat;
	text-align:center;
	padding-top:11px;
}
#sub section.info h3{
	margin-bottom:8px;
}
#sub section.info dl,
#sub section.info ul{
	margin:0 12px;
}
#sub section.info dl{
	margin-bottom:1em;
	font-size:90%;
	line-height:140%;		
}
#sub section.info dt{
	text-align:center;
	margin-bottom:7px;
}
#sub section.coupon{
	display:none;
	background:#FFF;
	line-height:0;
}
#sub section.map .arrow a{
	color:#666;
	display:block;
	background:url(../images/arrow_02.gif) no-repeat 0 50%;
	padding-left:17px;
	font-size:90%;
}

#sub .taxfree{
		text-align: center;
			padding: 1em 0 0;
	}
	


/* 取り扱いブランド */

#brandbox{
	width:1001px;
	background:url(../images/brandbox_bg.png) no-repeat;
	margin:0 auto;
	padding:30px 17px 15px 17px;	
	color:#5B503D;
	position:relative;
}
#brandbox section.brand{
	width:100%;	
}
#brandbox ul li{
	float:left;
}
#brandbox p.note{
 text-align: right;
}


/* フッタ */
footer{
	width:961px;
	background:url(../images/footer_bg.png) no-repeat;
	margin:0 auto;
	padding:9px 37px 0 37px;	
	color:#5B503D;
}
footer .goTop{
	margin-left:814px;
	background:url(../images/go_top_ov.png) no-repeat;
}
footer section{
	width:100%;	
}
footer section.brandtxt{
	display:none;	
}
footer h3{
	padding-top:15px;
	background:url(../images/dot_line02.gif) repeat-x left bottom;
}
footer dl.brand{
	width:100%;
	line-height:120%;
	overflow:hidden;
	margin-bottom:10px;
}
footer dl.kose{
	margin-bottom:15px;
	background:#FDF0F0;	
	padding:4px 0;
}
footer dl.albion{
	background:#FDF0F0;	
	padding:4px 0;
}
footer .brand dt{
	clear:both;
	width:14em;
	background:url(../images/arrow.gif) no-repeat left 6px;
	padding:3px 0 3px 20px;
	float:left;
}
footer dl.albion dt,
footer dl.shiseido dt{
	height:3em;
}
footer dl.albion dt,
footer dl.kose dt{
	background:url(../images/arrow.gif) no-repeat left 6px #FDF0F0;
}
footer .brand dd{
	float:left;
	padding:3px 5px; 
}



/* ===================================================================
 style info : PC用
=================================================================== */

	
/* HOME */
#home #sub{
	top:540px;	
}
#home section.slide{
	width:960px;
	height:400px;	
}
#home section.title{
	margin-bottom:25px;
}
#home section.title p{
	margin-left:17px;
}
#home section.title p strong{
	display:none;
}
#home section.title p+p{

}
#home section.title p+p+p{
	padding-top:0;
}
section h3{
	margin-bottom:13px;	
}
#home section.blog{
	width:618px;
	margin-bottom:20px;
	padding:0 10px 0 7px;
}
#home section.blog iframe{
	width:635px;
	height:330px;	
}
#home section.home_btn{
	width:635px;
	margin-bottom:25px;	
}
#home section.home_btn ul{
	margin-bottom:25px;	
}
#home section.home_btn ul li{
	float:left;	
}


#home .bnr p{
	float: left;
}




	.blog h3{
		background: url(../../images/h3_title02.gif) no-repeat  transparent 0 100%;
		padding: .2em 0 .7em 3em;
	margin-bottom: 1em;
	font-size: 120%;
	line-height: 1.3;	
		
	}	


/* スギムラでキレイに */



#beauty section.title{
	margin-bottom: 2em;
	margin-left:17px;
}

#beauty section.title p.text{
	float: left;
	width: 350px;
	margin-right: 20px;
	
}
#beauty section.title p.pic{
	float: left;
	margin-top: -60px;
}



#beauty .flow{
	overflow:hidden;	
}

#beauty .flow h3{
	background: url(../../beauty/images/h3_title01_v2.gif) no-repeat  transparent 0 100%;
	padding: .2em 0 .7em 3em;
	margin-bottom: 1em;
	font-size: 120%;
	line-height: 1.3;
}


#beauty .flow ol{
	overflow:hidden;
}
#beauty .flow ol li{
	clear:both;
	background:url(../../beauty/images/flow_arrow.gif) no-repeat 250px bottom;
	padding-bottom:30px;
	min-height:205px;	
}
#beauty .flow ol li+li+li+li{
	background:none;
	padding-bottom:0;
}
#beauty .flow strong,
#beauty .flow p{
	display:block;
	margin-left:205px;
}
#beauty .flow ol li .top{
	padding-top:30px;	
}
#beauty .flow ol li .pic{
	width:191px;
	float:left;	
	margin-left:0;
}
#beauty .flow ol li p{
	margin-bottom:1em;
}




/* フェイシャルエステ */

#esthetic section.title{
	margin-bottom: 2em;
	margin-left:17px;
}

#esthetic section.title .text{
	float: left;
	width: 350px;
	
}
#esthetic section.title .pic{
	float: left;
	margin-top: -85px;
}

#esthetic section.course h3{
	background:url(../../esthetic/images/h3_title01.gif) no-repeat  transparent 0 100%;
	padding: .3em 0 .5em 2.7em;
	margin-bottom: 1em;
	font-size: 120%;
	line-height: 1.3;
}





#esthetic section.reservation{
	margin-bottom:20px;
	padding-left:15px;
}
#esthetic .lead section.reservation{
	margin-bottom:0;
	padding-left:15px;
	margin-top:10px;
}
#esthetic section.mist dl,
#esthetic section.course dl{
	border:1px solid #BDB29F;
	padding:2px;
}
#esthetic section.mist dd+dd,
#esthetic section.course dd+dd{
	font-weight:bold;
	color:#C66;	
}
#esthetic section.mist dl strong,
#esthetic section.course dl strong{
	display:block;
}
#esthetic section.mist dl{
	width:596px;
	margin:0 auto 20px auto;
	padding:0 2px 2px 2px;
	overflow:hidden;
	background:url(../../esthetic/images/esthetic_dl_bg.jpg) no-repeat left bottom;
}
#esthetic section.mist dt{
	background:url(../../esthetic/images/esthetic_title_bg.jpg) no-repeat left 2px #FFF;
	padding-top:2px;
	float:left;
}
#esthetic section.mist dd{
	width:258px;
	float:left;
	background:url(../../esthetic/images/esthetic_bg.jpg) no-repeat left 2px #FFF;
	padding:5px;
}
#esthetic section.mist dd+dd{
	width:185px;
	padding-right:0;
	background:none;
}
#esthetic section.course dl{
	width:286px;
	float:left;
	overflow:hidden;
	margin:0 0 17px 13px;
}






#esthetic section.course section.lead{
	margin-bottom:25px;
}
#esthetic section.course section.lead p{
	margin:0 17px 0 7px;
}
#esthetic section.course section.lead strong{
	color:#CB6769;
}
#esthetic section.course dt{
	background-color:#B9DFE2;
	line-height:0;
}
#esthetic section.course dd{
	background-color:#DAF6F9;
	padding:5px;
}
#esthetic section.course dd+dd{
	background-color:#FFF;
}
#esthetic section.course dl.sos{
	width:591px;
	
}
#esthetic section.course dl.sos dt{
	background-color:#F2D09E;	
}
#esthetic section.course dl.sos dd{
	background-color:#F9F6DA;
}
#esthetic section.course dl.sos dd+dd{
	background-color:#FFF;	
}

/* 会員特典 */
#benefits section.title{
	margin-bottom:25px;
	margin-left:17px;
}


#benefits section.title p strong{
	display:none;
}
#benefits section.title p+p{
	padding-top:90px;
	margin-bottom:1em;
}
#benefits .privilege ul{
	width:283px;
	float:left;
	margin:0 0 25px 25px;
	overflow:hiden;
}
#benefits .privilege ul li{
	margin-bottom:5px;
}
#benefits .privilege ul li h3{
	margin-bottom:0;
}
#benefits .privilege ul li.pic{
	width:150px;
	float:left;
	padding-top: 3px;
}
#benefits .privilege ul.clear{
	clear:both;
}


#benefits section.deli{
	margin-bottom:25px;
	margin-left:17px;
	margin-right:25px;
	width: auto;
}

#benefits section.deli h2{
	font-size: 2em;
	padding: 1em 0;
}


#benefits section.deli h3{
	margin-bottom: 0em;
	font-size: 1.2em;
	margin-top: 1em;
}

#benefits section.deli p{
	margin-bottom: 2em;
}

#benefits section.deli ul{
	margin:0 0 2em 2em;
	list-style: disc;
}

#benefits section.deli ul ul{
	margin-bottom: 0;
}

#benefits section.deli ol{
	margin:0 0 2em 2em;
	list-style:decimal;
}


#benefits section.deli h3.t0d{
	background: url("../../benefits/images/h3_title.gif")0 -2px;
		padding: 0 0 .6em;
	
}


#benefits .t01{
		background: url(../../benefits/images/h3_title01.gif) no-repeat 0 0;
		padding: 6px 0 1em 5em;
		margin-bottom: 1em
	}


#benefits .t02{
		background: url(../../benefits/images/h3_title02.gif) no-repeat 0 0;
		padding: 6px 0 1em 5em;
		margin-bottom: 1em
	}

#benefits .t02 span{
	font-size: 80%;
	letter-spacing: -.1em;
}

#benefits .t03{
		background: url(../../benefits/images/h3_title03.gif) no-repeat 0 0;
		padding: 6px 0 1em 5em;
		margin-bottom: 1em
	}

#benefits .t04{
		background: url(../../benefits/images/h3_title04.gif) no-repeat 0 0;
		padding: 6px 0 1em 5em;
		margin-bottom: 1em
	}

#benefits .t05{
		background: url(../../benefits/images/h3_title05.gif) no-repeat 0 0;
		padding: 6px 0 1em 5em;
		margin-bottom: 1em
	}

#benefits .t06{
		background: url(../../benefits/images/h3_title06.gif) no-repeat 0 0;
		padding: 6px 0 1em 5em;
		margin-bottom: 1em
	}

#benefits .t07{
		background: url(../../benefits/images/h3_title07.gif) no-repeat 0 0;
		padding: 6px 0 1em 5em;
		margin-bottom: 1em
	}


#benefits .t08{
		background: url(../../benefits/images/h3_title08.gif) no-repeat 0 0;
		padding: 6px 0 1em 5em;
		margin-bottom: 1em
	}







/* 会社概要 */
#company section.title{
	margin-left:17px;
}

#company section.overview p{
	margin:0 17px 20px 17px;
}
#company section.overview .tableWrapper{
	border:1px solid #D9D9D9;
	background-color:#FFF;
	padding:2px;
	width:604px;
	margin:0 auto;
}
#company section.overview table{
	width:100%;
	
}
#company table th{
	text-align:left;
		border:1px solid #D9D9D9;
}
#company table td{
	border:1px solid #D9D9D9;
}
#company table .gray{
	background-color:#F2F2F2;
}
#company table dl{
	margin-bottom:1em;
}



.tellink {
    color: #666;
	 pointer-events: none;
}


.tellink a, 
	.tellink a:link,
	.tellink a:visited {
    text-decoration: none
	}
	




/*----------------------------------*/


@media screen and (max-width: 600px){
	


header h1{
	width: auto;
	float: none;
	
	}
	
header h1 img{
	width: 100%;
	}
	
	header h2{
		text-align: center;
	}	
	
	
	
	nav li{
		width: 33%;
	}
	
	nav a img{
		width: 100%;
	}	
	
	

	
	
	
	
	
	#page{
		width: auto;
		min-height: inherit;
		position: inherit;
		overflow: auto;
		background:#fff;
		    margin:0;
    padding: 0;
	}
	
	#sub{
	width:auto;
	background:#fff;
	padding:9px;
		position: inherit;
		top:auto;
		right: auto;
border:20px solid #FFDBDB;	
		margin-bottom: 2em;
		
}
	
	#sub section{
		padding: 0;
	}
	
	
	#sub section.info,
	#sub section.info h3{
		background: none;
	}	
	
	
	#sub .map{
		text-align: center;
		margin-bottom: 2em;
	}

	
	#sub .map img{
	width: 100%;
	}
	

	
#sub section.map .arrow a{
	display:block;
	background:none;
	padding-left:0;
	font-size:90%;
}
	
	

	
	
.tellink a  {
    color: #666;
	cursor: pointer;
	pointer-events:auto;
}

.tellink a, 
	.tellink a:link,
	.tellink a:visited {
    text-decoration:underline;
	}

	
	
	
	
	
	
	
	
	
	.head img{
		display: none;
	}
	
	
	section{
		width: auto;
		padding: 0 1em;
	}	
	
	
	
	#home section.title{
	padding:0 5px;
	background:url(../../images/main_title_s.jpg) no-repeat left top; 
	background-size:contain;
	margin-bottom:25px;
}
#home section.slide{
	display:none;	
}
	
	
#home section.title p {
    margin-left: 17px;
	margin-top: 200px;
}	
	

#home section.home_btn{
	width:auto;
	margin-bottom:25px;	
}
#home section.home_btn ul{
	margin-bottom:25px;	
}
	
#home section.home_btn ul li {
    float:none;
	text-align: center;
}	
	
	#home section.home_btn ul li img{
		width: 70%;
	}		
	
	#home .bnr p{
		float: none;
	
	}
	
#home .bnr p img{
	width: 100%;
}
	
#home section.blog{
	width:100%;
	margin-bottom:15px;
}
#home section.blog iframe{
	width:100%;
	height:370px;	
}

	
	
	
	
#beauty section.title{
	margin-bottom: 2em;
	margin-left:0;
}	
	
#beauty section.title p.text {
    width: auto;
    margin: 0 0 .5em;
	float: none;
	}
	
	
	#beauty section.title p.pic{
		float: none;
		margin: 0;
		text-align: center;
	}	
	
	#beauty .flow h3 img{
		width: 100%;
		
	}
	
	#beauty .flow ol li .top{
		padding: 0;
	}
	
	
	#beauty .flow ol li .pic{
		width: auto;
		float: none;
		text-align: center;
	}	
	
	
	#beauty .flow strong,
	#beauty .flow p{
		margin: 0;
	}
	#beauty .flow ol li{
		background-position: 50% bottom;
		
	}	
	#beauty #brandbox{
		display: none;
	}	
	
	
	
	
#esthetic section.title{
	margin-bottom: 2em;
	margin-left:0;
}

#esthetic section.title .text{
	float: none;
	width: auto;
	
}
#esthetic section.title .pic{
	float: none;
	margin-top: 1em;
	text-align: center;
}	
	
	
	.reservation img{
		width: 100%;
	}	
	
	

#esthetic section.mist dl{
	width:100%;
	float:left;
	margin:0 auto 20px auto;
	padding:2px;

}
	

#esthetic section.mist dt{
background:none;
	padding:0;
	float:left;
	margin-right: 1em;
	
}
#esthetic section.mist dd{
	width:auto;
	float:none;
		background-image: url(../../esthetic/images/esthetic_bg_v2.gif);
	padding:.5em ;
}
#esthetic section.mist dd+dd{
	width:auto;
	padding:.5em ;
	background:none;
	clear: both;
	margin: 0;
	background-color: #fff;
}	
	
	#esthetic section.course section.lead p {
		margin: 0;
	}	
	#esthetic section.course section.lead{
		padding: 0;
		margin-bottom: .5em;
	}
	
	#esthetic .lead section.reservation {
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 10px;
	}
	
	.reservation-txt img{
		width: 100%;
	}
	
#esthetic section.course dl {
    width: auto;
    float: none;
	}
	
	#esthetic section.course dl{
	margin: 0 0 1em;
	}	
	
	#esthetic section.course dl.sos{
		width: auto;
	}	
	
	
	
#benefits section.title {
    background: none;
    margin: 0 0 25px;
	}
	
	#benefits section.title p {
    margin-left: 0;
  
	}
	
	#benefits section.title section{
		
	}	
	
	
	#benefits h3{
		clear: both;
	}	

	#benefits .privilege ul {
    width: auto;
    float: none;
    margin: 0 0 2em;
	}
	
#benefits .privilege ul li.pic {
    float: left;
	margin-bottom: 1.7em;
}	

	
	#company section.title{
margin: 0;
	}
	
	#company section.overview p{
	margin:0 0 2em;
}
	

	#company section.overview .tableWrapper {
    border: 1px solid #D9D9D9;
    background-color: #FFF;
    padding: 2px;
    width:auto;
    margin: 0 auto 2em;
	}
	
	
	
	
	
	
	#beauty #brandbox,
	#esthetic #brandbox,
	#benefits #brandbox,
	#company #brandbox{
		display: none;
	}		
	
	
	
	
	
	
	
	
	
#brandbox{
	width:auto;
	padding: 1em;
	position: inherit;
	background-color: #fff;
	background-image: none;
	}
	
	
	#brandbox section{
		padding: 0;
	}	
	
	#brandbox ul li{
		width: 50%;
	}	
	
	#brandbox ul li img{
		width: 100%;
	}	
	
	#brandbox p.note{
		position:static;
		top:auto;
		right: auto;
		font-size: .8em;
		padding: 0;
	}	
 
 #brandbox p img{
max-width: 100%;
  height: atuo;
}
	
	
footer{
width:auto;
	background: none;
	background-color: #fff;
	padding: 0;
	}
	
	footer .goTop{
		margin: 0;
		background: none;
		text-align: right;
	}	
	
	footer .bottom{
		padding: 0;
	}	
	
	.copyright{
		font-size: 80%;
	}	
 
 
	
}


