@charset "utf-8";

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

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

body{
	color: #734e26;
	min-width: 925px;
	position: relative;
	min-height: 1000px;
	}

.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;
	}
a:hover{
	text-decoration:underline;
	}



header{
	width: 925px;
	margin: 0 auto;
	padding: 20px 0;
}
header h1{ width:300px; height:150px;
text-align:center; margin:auto;}


header h1 a img{ width:300px; height:auto;}



	#gnav{
	width: 920px;
	margin: 0px auto;
}
	#gnav li{ float:left; margin-right:60px; height:37px;}
	#gnav li:last-child{margin-right:0px;}
	

#gnav_sp{display:none;}


@media screen and (max-width: 640px){
	body{
	
	min-width:320px;
	width:100%;
	position:relative;
	min-height:500px;
	}
	
header{width:100%; height:100px; z-index:1000; margin:0 auto; position:absolute; left: 0; padding:0;
right: 0;}

header #gnav{ display:none;}
header h1{ width:200px; height:auto;
margin:0 auto;
float:none;
text-align:center;}
header h1 a img{ width:200px; height:auto; padding-top:0px;}
#gnav_sp{display:block;}
.btn {
	background: #2585e5 url(../img/sp-menu_btn.png) no-repeat 0 0;
	background-size: 90px 45px;
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 5px;
	left: 5px;
	cursor: pointer;
	z-index: 100;
}
.peke {
	background-position: -45px 0;
}
.drawr {
	display: none;
	background-color:#222728;
	position: absolute;
	top: 0px;
	left:0;
	max-width:350px;
	min-width:320px;
	padding:60px 0 20px 0px;
	z-index: 99;
	color:#FFF;
}
#spmenu li {
	max-width:350px;
	min-width:320px;
	text-align:left;
	border-top:solid 1px #434343;
}
#spmenu li:last-child{border-bottom:solid 1px #434343;}
#spmenu li a {
	color: #fff;
	display: block;
	padding: 15px 20px;
	
}

#spmenu dl{ display:none;}
#spmenu dl dt,#spmenu dl dd{border-top:solid 1px #434343; max-width:350px; min-width:320px;}
#spmenu dl dt{ padding:15px 0px 15px 0px;}
#spmenu dl dt p{ padding-left:35px;}
#spmenu li dl dd a { padding:15px 10px 15px 55px;}
.backbg {
	background-color:rgba(0,0,0,0.8);
	width:100%;
	height:300%;
	overflow:hidden;
	display: none;
	top: 0px;
	position: fixed;
}
}


#contents{
	width: 100%;
	position: relative;
	
}


@media screen and (max-width: 640px){
		#contents{
	width: 100%;
	position: relative;
	top: 62px;
	
}
#contents.lower{top: 120px;}
}

/*footer*/
footer{
	position: relative;
	background: #FFF;
	padding-top: 5px;
}
footer #pagetop{ width:925px; text-align:right; margin:0 auto;}


#copyright{
	width: 100%;
	max-width:925px;
	padding: 0;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #000;
	padding-top:10px;
	margin:auto;
}
#copyright p{ font-size:12px !important; line-height:150% !important;}
#copyright p a{ color:#482704;}
#copyright_inner{
	width: 100%;
	text-align: center;
	padding: 10px 0;
	line-height: 1.2;
	background: #fff;
	color: #482704;
	margin-top: 10px;
}
@media screen and (min-width: 641px){
	.sp{	display:none;}
	.pc{	display:inline-block;}
	#sp_foot_btn{display:none;}
}
@media screen and (max-width: 640px){
	.sp{display: inline-block;}
	.pc{	display:none;}
	footer #pagetop{ display:none;}
	#copyright{
	width:100%;
	border:none;
	padding:0px 0 0px 0 ;
	margin:0;
	text-align:center;
}
footer{ position:relative;  background:#FFF; padding-top:0px;}
footer p{ font-size:13px !important; line-height:18px !important; padding-top:15px;}
	#copyright_inner{
	width:100%;
	text-align:center;
	padding:10px 0;
	line-height:1.2;
	background:#fff;
	color:#482704;
	margin-top:0px;
}
#sp_foot_btn{ width:100%; position:fixed; bottom:0; z-index:100;}
#sp_foot_btn:after{ clear:both;}
#sp_foot_btn ul li{ font-size:15px; font-weight:500; color:#FFF; text-align:center; float:left; line-height:20px;}
#sp_foot_btn ul li a{ width:100%; height:100%; padding:20px 0 17px 0; display:block; color:#FFF;}
#sp_foot_btn ul li:nth-child(1){ background:#d9575b; width:44%}
#sp_foot_btn ul li:nth-child(2){ background:#fa9b39; width:28%;}
#sp_foot_btn ul li:nth-child(3){ background:#0068b3; width:28%;}
#sp_foot_btn ul li:first-child a{
	background: url(http://kagu-cafe.com/commons/img/sp_tel_icon.png) no-repeat 5px center;
	background-size: 12px 12px;
}
}