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

body {
	background-color: #2b3331;
	background-image: url(../images/bg_map.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;
}

#message {
	color: #FFF;
	height: 450px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#message h1 {
	margin: 30px 20px 20px 20px;
}

#message .chef {
	position: absolute;
	top: 0;
	right: -150px;
}
.top_copy{
	text-align: center;
	position: relative;
	width: 700px;
	margin: 0 auto;
}
.top_copy .prof {
	position: absolute;
	right: -160px;
	text-align: left;
}
#ristorante {
	background-color: #ede0d1;
	text-align: center;
}

.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 {
	width: 700px;
	margin: 0 auto;

}
.cbox {
  display: flex;
  align-items: center;
    justify-content: center;
}
.cbox .item2 {
  width: 50%;
  padding: 30px 20px;
}
.cbox .item3 {
  width: 33.333%;
  padding: 30px 20px;
}
#footer {
	color: #FFF;
	text-align: center;
	font-size: 13px;
	padding: 20px 0;
}
