@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : dining.css
 author     : Ability Consultant
 style info : お食事
=================================================================== */
/* -----------------------------------------------------------
	楽天左カラム高さ設定
----------------------------------------------------------- */
#htlSide-A {
  top: 561px !important;
}

/* -----------------------------------------------------------
	con_int
----------------------------------------------------------- */
.con_int h4 {
  text-align: center;
  margin-bottom: 27px;
}
.con_int .lead {
  text-align: center;
  margin-bottom: 30px;
}
.con_int .txt {
  line-height: 1.6;
  margin-bottom: 30px;
}
.con_int .img {
  text-align: center;
  margin-bottom: 60px;
}

/* -----------------------------------------------------------
	pnav
----------------------------------------------------------- */
.pnav {
  overflow: hidden;
  text-align: center;
  font-size: 0%;
}
.pnav li {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.pnav li:nth-child(3) {
  margin-right: 0;
}

/* -----------------------------------------------------------
	con_din
----------------------------------------------------------- */
.con_din {
  overflow: hidden;
  padding: 60px 0;
  border-bottom: 1px dotted #8e566f;
}
.con_din .img {
  margin-bottom: 25px;
}
.con_din .txt {
  margin-bottom: 30px;
  text-align: center;
}
.con_din .tbl {
  margin: 0 auto;
  border-top: 1px dotted #54314a;
  line-height: 1.6;
  min-width: 440px;
}
.con_din .tbl th {
  border-bottom: 1px dotted #54314a;
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  background: #8e566f;
}
.con_din .tbl td {
  padding: 10px 20px;
  border-bottom: 1px dotted #54314a;
}
.con_din.last {
  border-bottom: none;
}
.con_din li {
  float: left;
  margin-right: 60px;
}
.con_din li:last-child {
  margin-right: 0;
}
