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

/* 表示領域が800px未満の場合に適用するスタイル */
@media screen and (max-width: 799px) {
body {
	background-color: #2b3331;
	background-image: url(../images/bg_map_s.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#wrap {
	overflow: hidden;
}
#message {
	color: #FFF;
	position: relative;
}
#message h1 {
	margin: 30px 20px 20px 20px;
}
#message .chef {
	max-height:400px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
#message .chef img {
	width: 150px;
	height: auto;
}
.top_copy{
	padding: 10px;
	position: relative;
	z-index: 2;
}
.top_copy img{
	max-width: 100%;
	height: auto;
	text-align: center;
}
.top_copy .prof {
	padding: 20px 10px;
}
#ristorante {
	background-color: #ede0d1;
	text-align: center;
	position: relative;
	z-index: 3;
}
.btm {
	padding: 10px;
}
.btm a {
	padding: 10px;
	display: block;
	border: 1px solid;
	text-decoration: none;
	color: #2b3331;
}
.btm a:hover {
	color: #ffffff;
	background-color: #2b3331;
}
.hp_box {
	margin: 0 auto;

}
.cbox {
  align-items: center;
}
.cbox .item2 {
  padding: 20px;
}
#footer {
	color: #FFF;
	text-align: center;
	font-size: 13px;
	padding: 20px;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
}