@charset "utf-8";

@media screen and (max-width:768px) {

body {
	min-width: 0;
}
.inner {
	width: 96%;
}
img {
	width:auto;
	max-width: 100%;
	height: auto;
}
h1 {
	top: 20%;
	left: 25%;
	width: 50%;
}
#splash a {
	font-size: 1.6rem;
}
#news {
	padding: 8px 0;
}
#news h2 {
	font-size: 1.6rem;
}
#news #newsBox li {
	font-size: 1.5rem;
}
#news .cols .fBox {
	float: none;
	margin: 0 0 20px;
	width: 100%;
}
#foods .fBlock {
	background: rgba(246,243,234,0.8);
	margin: 40px 0;
	padding: 0;
}
#foods h2 span {
	font-size: 1.8rem;
}
#foods .h3Box {
	display: block;
}
#foods h3 {
	margin: 0 auto 16px;
	display: block;
}
#foods .plus {
	display: block;
}
#foods .cols .fBox,
#foods .cols .fBox3 {
	float: none;
	margin: 0 0 20px;
	width: 100%;
}
#foods h4 {
	font-size: 1.8rem;
}
#foods .txtMenu .fBox {
	border-bottom: 1px solid #000;
	padding: 8px 0;
	overflow: hidden;
}
#foods .txtMenu .fBox h4,
#foods .txtMenu .fBox .price {
	float: none;
	width: 100%;
}

#access .aBox {
	float: none;
	margin: 0;
	width: 100%;
}

footer {
	background: #780006;
	color: #fff;
	text-align: center;
}
footer #ft_logo {
	margin: 0 auto;
	width: 80px;
}
footer ul {
	margin: 8px 0;
}
footer ul li {
	display: inline;
	font-size: 1.2rem;
	padding: 0 10px;
	border-left: 1px solid #fff;
}
footer ul li:first-child {
	border-left: none;
	padding: 0 10px;
}
footer ul li a {
	color: #fff;
}
.share-buttons .fb img {
	width: 18px;
}
.share-buttons .tw img {
	width: 24px;
}
footer #cpr {
	font-size: 1.2rem;
}
#pagetop {
	display: none;
	cursor: pointer;
	display: inline;
	position: fixed;
	right: 20px;
	bottom: 20px;
}


}


@media screen and (max-width:419px) {
	#pickupWrap p {
		text-align: left;
	}
	footer ul li a {
		font-size: 1.1rem;
	}
}