@charset "utf-8";
/* CSS Document */


/*media Queries
----------------------------------------------------*/
@media screen and (max-width: 640px) {
/*layout
----------------------------------------------------*/
#wrapper {
}
#header_iframe, #footer {
display: none;
}
.sphead {
    display: block;
    margin-bottom: 2%;
}
header {
}
header .logo #wrap {
	display: block;
	text-align: center;
	padding: 20px 0px 10px 0px;
}
header #wrap p {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
header #wrap h1 {
	width: 100%;
	text-align: center;
}
header #wrap h2 {
	display: none;
}

#table header p,#animal header p,#baking header p,#gaspard_et_lisa header p,#lunch header p,#inquiry header p {
	display: none;
}
#table header h1,#animal header h1,#baking header h1,#gaspard_et_lisa header h1,#lunch header h1,#inquiry header h1 {
	margin-top: 30px;
}

.iconimg {
	display: block;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	text-decoration: none;
	/*filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;*/
	background: #000;
	box-shadow: 0 0 5px #333;
}
.iconimg span {
	background: #000 url(../img/icon02.png) left 12px no-repeat;
	-webkit-background-size: 15px;
	background-size: 15px;
	float: right;
	padding: 7px 7px 7px 20px;
	display: table-cell;
	color: #FFF;
	font-weight: bold;
}
.iconimg a {
	text-decoration: none;
}
.iconimg a:hover {
	text-decoration: none;
}
.fixed {
	z-index: 999999;
	text-align: center;
	position: fixed;
	top: 0px;
	width: 100%;
	font-size: 1.0em;
}
.fixed .contact {
	border: none;
}

.fixed ul#wrap {
	margin-top: 28px;
}
nav {
	z-index: 999999;
	text-align: center;
	position: fixed;
	top: 37px;
	width: 100%;
	font-size: 1.0em;
}
header nav ul#wrap {
	display: none;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}
nav ul li {
	float: none;
	width: 100%;
	border: none;
	padding: 0px;
	margin: 0px;
}
nav ul li a {
	background: #333;
	color: #fff;
	padding: 10px;
	-webkit-box-shadow: inset 0 0 5px 5px #222;
	-moz-box-shadow: inset 0 0 5px 5px #222;
	box-shadow: inset 0 0 5px 5px #222;
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #4d4d4d;
	border-right: 1px solid #4d4d4d;
}
nav ul li.contact {
	background-image: none;
	background: #333;
	float: none;
	width: 100%;
	border: none;
	padding: 0px;
	margin: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
nav ul li.contact a {
	background-image: none;
}
nav ul li.contact a:hover {
	color: #ec6d81;
}
nav ul li.contact:hover {
	color: #ec6d81;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
 #inquiry nav ul li.contact a {
	color: #ec6d81;
	}


#content {
	padding: 10px;
	margin: 0 auto 20px auto;
}
artice {
}
article section {
	margin-bottom: 2em;
}
aside {
	margin-bottom: 0em;
}


.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 10%;
}
.pagetop {
}


.bk01 {
	background: #FFF;
	padding: 15px 0px;
	margin-bottom: 15px;
}

.banner02 ul li,
.banner03 ul li {
	width:100%;
	float: none;
	margin-right: 0%;
	margin-bottom: 15px;
	background: url(../img/border01.png) left bottom repeat-x;
	padding: 10px 0px;
}
.banner02 ul li a,
.banner03 ul li a {
	width:100%;
	text-align: center;
	display: block;
}
.info dl {
	margin: 0px 0px;
}
.info dl dt .title {
	margin-top: 10px;
	display: block;
}
.itemdetail {
	display: block;
	padding: 10px 0px;
	margin-bottom: 0px;
	background: none;
}
.itemdetail dl {
	display: block;
	background: url(../img/border01.png) left bottom repeat-x;
	padding: 10px 0px;
}

.itemdetail dl .img img {
	width: 60%;
}
.itemdetail dl dt {
}
.itemdetail dl dd {
	padding: 0px 20px;
}
.itemdetail dl dd table th {
	text-align: right;
	padding-right: 20px;
	width: 50%;
}
.itemdetail .s {
	text-align: center;
}
.itemdetail dl dt.img50 img,
.itemdetail dl dt.img240 img {
	width: 60%;
	margin: 0px;
}

/*------------------------------------------------

------------------------------------------------*/
#toppage .banner02 {
	padding: 0px 0px;
}
#toppage .banner02 a {
	width:100%;
	text-align: center;
	display: block;
}
#toppage #mainImage ul {
	margin-left: -5px;
}


/*------------------------------------------------

------------------------------------------------*/
#inquiry .contactbox table th,
#inquiry .contactbox table td {
	width: 100%;
	padding: 0px;
	display: inline-block;
}
#inquiry .contactbox table th {
	text-align: left;
}
#inquiry .contactbox table td {
	margin-bottom: 10px;
}
#inquiry .btn {
	padding: 0px 0%;
}
#inquiry .btn .btn01 {
	width: 40%;
	/*display: block;
	margin: 0px 0px 10px 0px;*/
}

}

