@charset "utf-8";
/* CSS Document */

body{
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
	line-height:1.5
}

header #menu_btn{
	position:fixed;
	top:0px;
	left:25px;
	z-index:9999;
}

header nav{
	position:fixed;
	top:0px;
	left:-430px;
	height:3000px;
	z-index:100;
}

/*  menu  */

header nav ul{
	width:430px;
	padding-top:10px;
	background-color:#7d0000;
	height:3000px;
	float:left;
}

header nav #close_area{
	width:210px;
	height:3000px;
	float:left;
	display:none;
}

header nav ul li{
	margin-bottom:30px;
	margin-left:25px;
}

header nav ul li:last-child{
	margin-bottom:45px;
}

header nav #close_btn{
	margin-top:40px;
	margin-left:20px;
	text-align:left;
}

header #page_title{
	margin-top:-12px;
}


/*  sns  */
#sns{
	height:164px;
	background:url(../img/common/sns_back.png) no-repeat;
	margin-top:-33px;
}

#sns nav{
	position:relative;
	top:0px;
	left:0px;
}

#sns nav ul{
	position:absolute;
	top:40px;
	left:50%;
	margin-left:-160px;
	width:321px;
}

#sns nav ul li{
	float:left;
}

#main{
	width:640px;
	margin-top:-21px;
	background-color:#402303;
	background-image:url(../img/common/foot_back.png);
	background-repeat: repeat-x;
	background-position:bottom left;
}


/*  footer  */
#footer{
	width:640px;
	margin-top:-10px;
}

#footer footer{
	position:relative;
	top:0px;
	left:0px;
	background-color:#000;
	color:#FFF;
	padding:20px;
}

#footer footer a.inquiry{
	display:block;
	width:260px; line-height:42px;
	background-color:#601301;
	border-radius:21px;
	-webkit-order-radius:21px;
	text-align:center;
	font-size:24px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom:20px;
}
#footer footer p{
	font-size:16px;
	line-height:20px;
	margin-bottom:25px;
}

#footer footer p:last-child{
	margin-bottom:0px;
}

#footer footer #page_top a{
	display:block;
	position:absolute;
	left:386px;
	top:-56px;
}

#footer footer #page_top a.pos{
	position:absolute;
	top:-54px;
}

#footer footer #info_btn{
	width:270px;
	background:#920783;
	border-radius:23px;
	font-size:23px;
	color:#FFF;
	padding:10px 15px;
	letter-spacing:5px;
}