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

br.sp{
	display: block;
}

div#header .img > img {
    margin-left: -50%;
    width: auto;
    height: 100%;
}
div#header .carousel > div > img {
	width: auto;
	height: 100%;
}
.noimg div#header {
    height: 110px;
}
.home div#header div#logo {
    top: 30px;
    width: 238px;
    margin: 0 auto 0 -119px;
}
.noimg nav + h2 {
    margin: 20px 0 30px;
}
div#body div.blog {
    float: none;
    width: 90%;
    margin: 0 auto;
}
div#body div.blog.wide {
    width: 100%;
}
div#body div.blog img{
	width: 100%;
}
nav{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:300px;
	overflow:hidden;
}
div#navi,.home div#navi {
	position:absolute;
    right: -240px;
    top: 0;
	width: 240px;
	height:auto;
    z-index: 903;
    background-color: #000;
}
.noimg div#navi {
    top: 0;
}

#navi ul{
	display:block;
	margin:0 0 0 40px;
}
#navi ul:before{
	display: block;
	position: absolute;
	top: 0px;
	left: -40px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	content: "+";
	color: #FFF;
	background-color: #000;
	font-family: Arial,Helvetica;
	font-size: 40px;
	box-sizing:border-box;
	text-align: center;
	border:1px solid #999;
}
#navi.open ul:before{
	content: "-";
}
#navi ul li{
	display:block;
	width: auto;
	margin:0;
	border-bottom: 1px dashed #666;
}
#navi li a {
	display:block;
    text-align: left;
    font-size: 13px;
	padding: 10px;
}
nav + h2 span {
    font-size: 20px;
}

div#body,
div#body.wide
{
	width:100% !important;
	overflow:hidden;
	margin:30px 0 0 0;
}

div#body div.contents {
    width: 100%;
	padding:20px;
    margin: 0 auto;
	box-sizing:border-box;
}
div#body div.contents img{
	display:block !important;
	float:none !important;
	width:100% !important;
	height:auto !important;
	margin:auto !important;
}
div#body div.contents div{
	width:100% !important;
	float:none;
}

header.ttl,header.ttl.half {
	width:100%;
    min-width: 100%;
	float:none;
}

header.ttl img {
	height:500px;
	width:auto;
	position:relative;
	left:-50%;
	bottom:0px;
}
header.ttl h2{
	width:100% !important;
}
header.ttl h2 span {
    font-size: 20px;
}

div#footer ul, div#footer .contents {
    width: auto;
	padding:20px;
}

div#footer #sns,
div#footer #tripadviser{
	position:static;
}

.menu {
    padding: 5px;
    margin: 0;
}

.dinner a{
	display: block;
	margin: 0 20px;
}
.dinner a img{
	display: block;
	width: 100%;
	margin: 0 !important;
}

#body .delivery {
	padding: 10px;
}
#body .delivery #lunchbox,
#body .delivery #Sandwich,
#body .delivery #fingerfood,
#body .delivery #coffee,
#body .delivery #sweets
{
	float: none;
	width: 100%;
}

#body .delivery div.photo{
	display: block;
	width: 100% !important;
	margin: 0 0 20px !important;
	box-sizing: border-box;
}

#body .delivery div.photo img{
	width: 100% !important;
}

#body .delivery div.order {
    position: static;
    width: 95%;
    margin: auto;
    padding: 5px;
    box-sizing: border-box;
}

.cart table{
	width: 100%;
}
.cart input,.cart textarea{
	display: block;
	width: 90%;
	border: 1px solid #CCC;
}















/**/