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

	base.css
 
------------------------------------------------------------------*/

body {
	width: 100%;
	min-width: 1000px;
	position: relative;
	line-height: 150%;
	color: #000000;
}
.alphaOver a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: .7;
	opacity: .7;
	zoom: 1
}
a, a:link {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
}
header {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 0;
}
header .headerInner{
	width: 1000px;
	margin: auto;
	position: relative;
}
header .headerInner h1,
header .headerInner .logo{
	margin-bottom: 35px;
}
header .headerInner .webReserve{
	position: absolute;
	top: 0;
	right: 0;
}
header .headerInner .webReserve a{
	display: block;
	width: 230px;
	height: 40px;
	background: #000 url(../img/ico_tel_wh.png) 25px center / 18px 24px no-repeat;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 1px;
	box-sizing: border-box;
	padding-left: 30px;
}
header .headerInner .Mail{
	position: absolute;
	top: 0;
	right: 250px;
}
header .headerInner .Mail a{
	height: 40px;
	line-height: 36px;
}
header .headerInner .Mail a img{
	vertical-align: middle;
}
header .menu{
	text-align: center;
	font-size: 0;
}

header .menu ul li{
	display: inline-block;
}
header .menu ul li img{
	vertical-align: middle;
}
header .menu ul li.active,
header .menu ul li a{
	display: inline-block;
	padding: 5px 25px;
}
header .menu ul li.active::after{
	display: block;
	content: "";
	width: 80%;
	margin: 5px auto 0;
	height: 1px;
	background: #000;
}
header .menu ul li a::after{
	display: block;
	content: "";
	width: 0;
	height: 1px;
	margin: 5px auto 0;
	background: #000;
	transition: .3s;
}
header .menu ul li a:hover::after{
	width: 80%;
}

.wrapper{
	padding: 60px 0 180px;
	
}

#pagetop {
	width: 1000px;
	margin: 0 auto;
}

/* footer */
footer {
	padding: 30px 0 40px;
	background-color: #000;
	color: #fff;
}
footer .footerMenu{
	margin-bottom: 20px;
}
footer .footerMenu a{
	font-size: 12px;
	color: #fff;
	line-height: 34px;
	padding: 0 22px;
}
footer .footerIcon{
	margin-bottom: 20px;
}
footer .footerLogo {
	margin-bottom: 15px;
}
footer .copyright {
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
}
footer p.copyright a.salonpromo{
	color:#fff;
}

 @media screen and (max-width: 480px) {
	body {
		min-width: 320px;
		width: 100%;
		position: relative;
		min-height: 500px;
	}
	header {
		width: 100%;
		padding: 0;
	}
	header .headerInner {
		width: 100%;
		margin: auto;
		position: relative;
		padding: 60px 0 0;
	}
	header .headerInner h1 ,
	header .headerInner .logo{
		width: auto;
		height: auto;
		margin: 0 auto;
		float: none;
		text-align: center;
		padding: 0;
		line-height: 50px;
	}
	header h1 a img ,
	header .logo a img {
		width: auto;
		height: 40px;
		padding-top: 15px;
	}
	
	nav{
		width: 100%;
	}
	dl#slidetoggle_menu.mnavi{
  		width: 100%;
		position: fixed;
		z-index: 1000;
		margin: 0;
		left: 0;
		padding: 0;
		right: 0;
		background: #fff;
	}	
	#slide_button{
		display: inline-block;
		vertical-align: top;
		zoom: 1;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		padding: 15px 5px;
		color: #000;
		height: 52px;
		border-bottom: 1px solid #000;
	}	
	#slide_men{
		width: 100%;
	}
	dl.mnavi ul{
		text-align: center;
		background-color: #f9f9f9;
		width: 100%;
		margin: auto;
	}
	dl.mnavi li{
		float: none;
		width: 100%;
		line-height: 0;
		border-bottom: 1px solid #eee;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	nav ul li a{
		display: block;
		padding: 15px 0;
	}
	nav ul li.active:after,
	nav ul li a:hover:after{
		display: none;
	}
	
	.wrapper{
		padding: 40px 0 60px;
	}
	
	#pagetop {
		display: none;
	}
	

	.footerArea {
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 54px;
		overflow: hidden;
		z-index: 10;
	}
	.footerArea a {
		display: inline-block;
		position: relative;
		width: 100%;
		margin: 0px auto;
		box-sizing: border-box;
		padding: 15px 0 15px 40px;
		background: rgba(163,163,163,0.8) url(../img/ico_tel_wh.png) no-repeat 25% center / 18px 24px;
		text-align: center;		
		font-size: 16px;
		color: #fff;
	}
		
	/* footer */
	footer {
		padding: 20px 0 60px;
		background-color: #000;
		color: #fff;
	}
	footer .footerMenu{
		margin-bottom: 0;
	}
	footer .footerMenu a{
		font-size: 12px;
		line-height: 34px;
		padding: 0 22px;
	}
	footer .footerIcon{
		margin-bottom: 15px;
	}
	footer .footerLogo {
		margin-bottom: 15px;
	}
	footer .copyright {
		font-size: 12px;
		margin: 0 auto;
		text-align: center;
	}
	footer p.copyright a.salonpromo{
		color:#fff;
	}

}
@media screen and (min-width: 481px) {
	.sp {
		display: none !important;
	}
	.pc {
		display: block !important;
	}
}
@media screen and (max-width: 480px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}
