@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,"メイリオ",'MS PGothic',sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	color: #6F5243;
    vertical-align:baseline;
	font-size: 14px;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, div{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	word-wrap: break-word;
    vertical-align:baseline;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
img {
	border: 0px none;
	vertical-align: bottom;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
a {
	text-decoration: none;
	color: #6F5243;
}
input, select {
    vertical-align:middle;
}
header, footer, aside, section {
	display: block;
}
.fs12 {
	font-size: 12px;
}
.fs14 {
	font-size: 14px;
}
.fs16 {
	font-size: 16px;
}
.fs18 {
	font-size: 18px;
}
.fs20 {
	font-size: 20px;
}
.fs22 {
	font-size: 22px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
.opa:hover img {
	filter: alpha(opacity= 80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
.radius {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;	
	border-radius: 5px;
}
.sp {
	display: none;
}
#wrapper {
	position: relative;
	width: 100%;
	min-width: 1240px;
}
header {
	width: 100%;
	margin: 0 auto;
	background-color: #846C5F;
	background-color: rgba(111,82,67,0.85);
	height: 80px;
	position: relative;
	z-index: 3000;
}
header .inner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 15px;
}
header #h_logo {
	float: left;
}
header #nav_btn {
	display: none;
}
header #nav {
	overflow: hidden;
	float: right;
	border-left: solid 1px #FFFFFF;
	margin-top: 15px;
	display: block;
}
header #nav li {
	float: left;
	border-right: solid 1px #FFFFFF;
}
header #nav li:first-child {
	display: none;
}
header #nav li a {
	display: block;
	padding: 0 27px;
	line-height: 17px;
}
#local_title {
	width: 1240px;
	margin: -80px auto 0;	
}
#content {
	min-height: 720px;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	width: 1240px;
	padding: 40px 140px 90px;
}
aside {
	height: 360px;
	width: 1240px;
	margin: 0 auto;
	padding: 30px 140px;
}
#to_pagetop {
	width: 71px;
	position: absolute;
	bottom: 90px;
	left: 50%;
	margin-left: 520px;
	z-index: 2000;
	text-align: right;
}
footer {
	width: 100%;
	height: 69px;
	margin: 0 auto;
	padding-top: 15px;
	background-color: #E8441A;
	color: #FFFFFF;
}
footer .inner {
	width: 960px;
	margin: 0 auto;
}
footer #f_nav {
	float: left;
	position: relative;
    left: 50%;
	margin-bottom: 8px;
}
footer #f_nav li {
	float: left;
	position: relative;
    left: -50%;
	padding: 0 10px;
	font-size: 12px;
	line-height: 14px;
	border-right: solid 1px #FFFFFF;
}
footer #f_nav li a {
	color: #FFFFFF;
}
footer #f_nav li a:hover {
	text-decoration: underline;
}
footer #f_shop_info {
	display: none;
}
footer #f_logo {
	display: none;
}
footer address {
	clear: both;
	text-align: center;
}
footer address img + img {
	display: none;
}
.slicknav_menu {
	display: none;
}
.cat {
	border-radius: 8px;
	background-color: #0E47FF;
	width: 87px;
	height: 17px;
	line-height: 1;
	padding-top: 3px;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	display: inline-block;
	margin-left: 20px;
}
.cat_jiyugaoka {
	background-color: #E8441A
}
.cat_haneda {
	background-color: #6F5243;
}
.cat_oshirase {
	background-color: #0D8300;
}
.cat_sonota {
	background-color: #888888;
}



@media screen and (max-width: 640px) {
* {
	font-family: Helvetica,"Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,"メイリオ",'MS PGothic',sans-serif;
}
html {
	min-width: 320px;
}
img {
	width: 100%;
	height: auto;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.br_sp {
	display: none;
}
#wrapper {
	min-width: inherit;
}
header {
	background-color: rgba(227,66,28,0.85);
	height: 60px;
}
header .inner {
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
}
header #h_logo {
	float: left;
	margin-left: 6%;
	width: 165px;
}
header #nav_btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 60px;
	cursor: pointer;
	transition: background-image .3s;
	background: url(http://jiyugaokaburger.com/img/common/nav_open.png) no-repeat center center;
	background-size: 30px auto;
	display: block;
}
header #nav_btn.active {
	background: url(http://jiyugaokaburger.com/img/common/nav_close.png) no-repeat center center;
	background-size: 24px auto;
	background-color: #6F5243;
}
header #nav {
	display: none;
	float: none;
	border-left: none;
	margin-top: 0;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
}
header #nav li {
	float: none;
	border-right: none;
	border-top: solid 1px #5F4234;
	background-color: #6F5243;
}
header #nav li.close {
	padding: 0 6%;
	height: 40px;
	text-align: center;
	background: url(http://jiyugaokaburger.com/img/common/nav_close02.png) no-repeat center center;
	background-size: 66px auto;
	background-color: #593F31;
	cursor: pointer;
}
header #nav li:first-child {
	display: block;
}
header #nav li a {
	display: block;
	padding: 17px 6%;
	line-height: 17px;
}
header #nav li a:before {
	content: attr(data-label);
	color: #FFFFFF;
}
header #nav li a img {
	display: none;
}
#local_title {
	width: 100%;
	margin: -60px auto 0;
	overflow: hidden;
	position: relative;
}
#local_title img {
	width: 640px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -320px;
}
#content {
	min-height: inherit;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	padding: 20px 6% 40px;
}
aside {
	height: auto;
	width: 100%;
	padding: 20px 6%;
}
#to_pagetop {
	width: 100%;
	position: static;
	margin-left: 0;
	text-align: center;
	background: url(http://jiyugaokaburger.com/img/common/pagetop_sp.png) no-repeat center center;
	background-size: 29px auto;
	background-color:#593F31;
}
#to_pagetop a {
	display: block;
	height: 40px;
}
#to_pagetop img {
	display: none;
}
footer {
	height: auto;
	padding-top: 0;
	padding-bottom: 10px;
	background-color: #6F5243;
}
footer .inner {
	width: 100%;
}
footer #f_nav {
	float: none;
	position: inherit;
	margin-bottom: 8px;
}
footer #f_nav li {
	float: none;
	position: inherit;
	line-height: 1.5;
	border-right: none;
	border-bottom: solid 1px #5F4233;
	padding: 0;
}
footer #f_nav li a {
	color: #FFFFFF;
	display: block;
	padding: 15px 6%;
}
footer #f_nav li a:hover {
	text-decoration: none;
}
footer #f_nav li a span {
	display: none;
}
footer #f_nav li a:before {
	content: attr(data-label);
	font-size: 14px;
}
footer #f_shop_info {
	display: block;
	padding: 20px 6% 0;
}
footer #f_shop_info li {
	margin-bottom: 20px;
}
footer #f_shop_info li p:first-child {
	padding-left: 25px;
	background: url(http://jiyugaokaburger.com/img/common/f_shop_info_icon.png) no-repeat left top;
	background-size: 17px auto;
	font-weight: bold;
	margin-bottom: 3px;
}
footer #f_logo {
	display: block;
	width: 40px;
	margin: 0 auto 10px;
}
footer address {
	clear: both;
	text-align: center;
}
footer address img:first-child {
	display:none;
}
footer address img + img {
	display:inline;
	width: 200px;
}
}