@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : hospitality.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: 43px;
}

/* -----------------------------------------------------------
	pnav
----------------------------------------------------------- */
.pnav {
  overflow: hidden;
  text-align: center;
  font-size: 0%;
}
.pnav li {
  display: inline-block;
  margin: 0 20px 20px 0;
}
.pnav li:last-child {
  margin-right: 0;
}

/* -----------------------------------------------------------
	con_hos
----------------------------------------------------------- */
.con_hos {
  overflow: hidden;
  padding: 60px 0;
  border-bottom: 1px dotted #8e566f;
}
.con_hos.last {
  border-bottom: none;
}
