@charset "utf-8";
/* 文字化け防止 */
/* CSS Document */



	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#eee, endcolorstr=#ffffff));
	/* IE8 IE9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#eee, endcolorstr=#ffffff))";
	zoom: 1;
	background: linear-gradient(to bottom, #eee, #fff);/* IE10+, W3C */

}

.IndexMain{
	width:100%;
	background:#fff;
	margin:0 auto 10%;
}

.IndexDetailArea{
	width:1000px;
	margin:auto;

}

#IndexContentTitle{
	color:#222;
	font-size:30px;
	font-weight:300;
	letter-spacing:0.1em;
	padding-bottom:20px;
	padding-top:20px;
	margin:50px auto;
	text-align:center;
	width:100%;
}

#IndexDispArea{
	width:100%;
	text-align:center;
	margin:0 auto;	
}

.IndextopImageSlideArea{
	background-size:cover;
	height:650px;
	width:100%;
	position:relative;

}


.IndextopImageSlideAreaString{
	position:absolute;
	padding:25px 0;
	width:750px;
  	text-align:center;
	z-index:10;
	font-size:18px;
	color:#fff;
	top: 98%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%) ;
	background:rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	cursor:pointer;
	margin:auto;

}

.HeadingLinkText{
	width:90%;
  	text-align:center;
	margin:auto;
	font-size:18px;
	color:#55bcdd;
	-webkit-animation: blink 1.2s ease-in-out infinite alternate;
	animation: blink 1.2s ease-in-out infinite alternate;
}

.IndexInformationArea{
	width:100%;
	text-align:center;
	margin:0 auto 10%;

}

.IndexInformationDetailArea{
	width:100%;
	margin:auto;

}
.IndexInformationDetailArea_ul{
	font-size:0;

}

.IndexInformationDetailArea_li{
	width:100%;
	margin:auto;
	text-align:left;
	line-height: 2;

}
.IndexInformationDetailArea a{
	width:100%;
	font-size:15px;
	text-align:left;
	display:block;
	color:#1f1f1f;
	padding:2% 0;

}
.IndexInformationDetailArea a:hover{
	text-decoration:underline;
	color:#1f1f1f;

}

.InformationDate{
	font-size:13px;
	text-align:left;
	display:block;
	margin:2% auto 0;

}


.IndexLinkArea{
	width:100%;
	margin:2% auto 10%;
	text-align:right;

}

.IndexLinkArea a{
	margin: auto;
	color:#1f1f1f;
	font-size:15px;
	font-weight:300;
	text-align:right;

}
.IndexLinkArea a:hover{
	text-decoration:underline;
	color:#1f1f1f;

}

.IndexScheduleArea{
	width:100%;
	text-align:center;
	margin:0 auto 10%;


}

.IndexHairStyleArea{
	margin: auto;
	text-align: center;
	width: 100%;
}

.IndexNewsArea{
	width:100%;
	text-align:center;
	margin:0 auto;

}

.IndexShopArea{
	width:100%;
	text-align:center;
	margin:0 auto 10%;

}