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

/* 1 Overwrite style setting*/
/* 2 Layout style setting*/
/* 3 Header style setting*/
/* 4 LocalNav style setting*/
/* 5 Contents style setting*/
/* 6 footer style setting*/


/* 1 Overwrite style setting*/
body{
	width:100%;
	font-size:62.5%;
	background-color:#eeece7;
	font-family: 'Patua One', cursive, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.wrapperbg{
	width:1000px;
	margin:0 auto;
	background-image:url(../img/common/footprint.png);
	background-repeat:no-repeat;
	background-position:left;
	}


#wrapper{
	width:1000px;
	margin:0 auto;
	}
	
/* 2 Layout style setting*/

#header{
	width:1000px;
	margin:0 auto;
	position:relative;
	}
#navigationbtn{
	display:none;
	}
	
#contentswrap{
	width:1000px;
	margin:0 auto;
}

#localNav{
	display:block;
	margin-top:50px;
	width:245px;
	height:320px;
	float:left;
	background-image:url(../img/common/localbg.png);
	background-repeat:no-repeat;
	position:relative;
}

#contentsRight{
	margin:50px 0 70px;
	width:755px;
	color:#37260d;
	float:right;
	}
	
#footer{
	width:100%;
}

/* 3 Header style setting*/

#header p #mainimg{
	display:block;
	width:1000px;
	}

#logoS{
	width:64px;
	display:block;
	position:absolute;
	top:15px;
	left:40px;
}

#header p{
	width:250px;
	color:#FFFFFF;
	font-size:1rem;
	position:absolute;
	top:25px;
	left:120px;
}

#header ul{
	width:375px;
	position:absolute;
	top:25px;
	right:90px;
}

#header li{
	color:#fff;
	display:inline-block;
	margin-right:20px;
	font-size:1.2rem;
}

#header li a{
	text-decoration:none;
	color:#fff;
	}

#header li a::after{
	content:"";
	display:block;
	border-bottom:1px solid #fff;
	margin:5px auto 0;
	width:0;
	-webkit-transition:width 0.3s ease-in-out;
	-moz-transition:width 0.3s ease-in-out;
	-o-transition:width 0.3s ease-in-out;
	-ms-transition:width 0.3s ease-in-out;
	transition:width 0.3s ease-in-out;
	}

#header li a:hover::after{
	width:100%;
	}
	

/* 4 LocalNav style setting*/

	
#localNav ul{
	position:absolute;
	top:100px;
	left:50px;
	}

#localNav li{
	font-size:1rem;
	display:inline-block;
	background-image:url(../img/common/allow.png);
	background-repeat:no-repeat;
	background-size:auto;
	padding-bottom:5px;
	padding-left:30px;
	}
	
#localNav li a{
	text-decoration:none;
	color:#37260d;
	}

#localNav li a::after{
	content:"";
	display:block;
	border-bottom:1px solid #37260d;
	margin:5px auto 0;
	width:0;
	-webkit-transition:width 0.3s ease-in-out;
	-moz-transition:width 0.3s ease-in-out;
	-o-transition:width 0.3s ease-in-out;
	-ms-transition:width 0.3s ease-in-out;
	transition:width 0.3s ease-in-out;
	}

#localNav li a:hover::after{
	width:100%;
	}


/* 5 Contents style setting*/

#contentsRighttop,#contentsMiddle,#contentsRightbtn{
	width:700px;
	margin:0 0 50px 55px;
	border-radius:10px;
	background-color:#fff;
	box-shadow:5px 5px 5px #dfdcd4;
	}

.bar{
	display:block;
	padding:30px 0;
	text-align:center;
	margin-bottom:50px;
	}

.conbtnBar{
	margin-top:50px;
	}

.clearfix:after{
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
	}
	
*html.clearfix{
	height:1px;
	height:auto;
	overflow:hidden;
	}


/* 6 footer style setting*/
#footer .footer{
	width:1000px;
	height:100px;
	margin:0 auto;
	margin-top:30px;
	position:relative;
	overflow:hidden;
	}

#footer #footerimg{
	display:block;
	width:1000px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	}

#footer p #logoSf{
	width:64px;
	height:auto;
	position:absolute;
	top:12%;
	left:5%;
	z-index:1;
	color:#ffffff;
	}

.footer p.shopnamef{
	width:250px;
	height:auto;
	display:inline-block;
	line-height:normal;
	letter-spacing:normal;
	padding:0;
	position:absolute;
	top:15%;
	left:15%;
	z-index:2;
	font-size:1rem;
	color:#fff;
	}

.footer ul{
	width:375px;
	z-index:3;
	position:absolute;
	top:15%;
	right:5%;
	}

.footer ul li{
	display:inline-block;
	margin-right:20px;
	font-size:1.2rem;
	list-style:none;
	}
	
.footer li a{
	text-decoration:none;
	color:#ffffff;
	}
	
.footer li a::after{
	content:"";
	display:block;
	border-bottom:1px solid #ffffff;
	margin:5px auto 0;
	width:0;
	-webkit-transition:width 0.3s ease-in-out;
	-moz-transition:width 0.3s ease-in-out;
	-o-transition:width 0.3s ease-in-out;
	-ms-transition:width 0.3s ease-in-out;
	transition:width 0.3s ease-in-out;
	}

.footer li a:hover::after{
	width:100%;
	}

#footer .footer p.copy{
	display:block;
	width:800px;
	position:absolute;
	right:5px;
	bottom:5px;
	font-size:0.8em;
	text-align:right;
	color:#fff;
	}


/*///////////////////////////メディアクエリ////////////////////////////*/
@media screen and (max-width:500px){
	/* 1 Overwrite style setting*/
	
body{
	width:100%;
	font-size:62.5%;
	background-color:#eeece7;
	color:#37260d;
	font-family: 'Patua One', cursive;
}

.wrapperbg{
	width:100%;
	margin:0 auto;
	background-image:none;
	overflow:hidden;
	}


#wrapper{
	width:100%;
	margin:0 auto;
	}
	
/* 2 Layout style setting*/

#header{
	width:100%;
	margin:0 auto;
	position:relative;
	}

#contentswrap{
	width:100%;
	margin:0 auto;
}

#localNav{
	display:none;
	
}


#contentsRight{
	margin-top:0px;
	width:100%;
	color:#37260d;
	float:right;
	}
	
#footer{
	width:100%;
}

p img.barM{
	width:80%;
	height:auto;
	margin:0 auto;
}


/* 3 Header style setting*/

#header #mainimg{
	width:100%;
	height:auto;
	}

#logoS{
	width:5%;
	height:auto;
	display:block;
	position:absolute;
	top:5px;
	left:10px;
}

#header p{
	width:100%;
	height:auto;
	color:#FFFFFF;
	font-size:11px;
	position:absolute;
	top:5px;
	left:40px;
}

#header ul{
	display:none;
}

#navigationbtn{
	display:block;
	width:100%;
	height:auto;
	background-color:#eeece7;
	border-radius:5px;
	}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.mobileNav{
	width:100%;
	height:40px;
	display:block;
	margin:0 auto;
	}

#navigationbtn ul{
	width:80%;
	margin:3% auto 0;
	text-align:center;
	}

	
#navigationbtn li{
	display:inline-block;
	padding:0 15px;
	font-size:18px;
	border-left:1px solid #37260d;
}

#navigationbtn li.border{
	border-right:1px solid #37260d; 
	}

#navigationbtn li a{
	text-decoration:none;
	color:#37260d;
	line-height:25px;
	padding-top:5%;
	}

#navigationbtn li a::after{
	content:"";
	display:block;
	border-bottom:1px solid #37260d;
	margin:5px auto 0;
	width:0;
	-webkit-transition:width 0.3s ease-in-out;
	-moz-transition:width 0.3s ease-in-out;
	-o-transition:width 0.3s ease-in-out;
	-ms-transition:width 0.3s ease-in-out;
	transition:width 0.3s ease-in-out;
	}

#navigationbtn li a:hover::after{
	width:100%;
	}

/* 4 Contents style setting*/

#contentsRighttop,#contentsMiddle,#contentsRightbtn{
	width:100%;
	height:auto;
	margin:0;
	}

.bar{
	display:block;
	width:100%;
	height:auto;
	padding:30px 0;
	margin-bottom:50px;
	text-align:center;
	}

/* 6 footer style setting*/
#footer .footer{
	width:100%;
	height:0px;
	padding-top:15%;
	}

#footer #footerimg{
	width:100%;
	}

#footer p #logoSf{
	width:5%;
	top:12%;
	left:5%;
	}

.footer p.shopnamef{
	width:80%;
	top:15%;
	left:15%;
	font-size:12px;
	}

.footer ul{
	display:none;
	}

#footer .footer p.copy{
	width:100%;
	font-size:8px;
	}


	
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

}