@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css　新デザインホテル　共通
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
/*Animate */
/*TOPの楽天追加エリア*/
.con_raku_bn {
  margin: 0 auto 50px;
}

.box_bn_raku {
  margin: 0 auto 20px;
  text-align: center;
}

/*TOPのお知らせエリア*/
.con_top_inf {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #00A19E;
  position: relative;
  padding: 1em 30px;
  margin: 0 auto 50px;
}

.con_top_inf:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/home/ic_inf.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 0;
}

.con_top_inf .box_inf + .box_inf {
  margin-top: 1em;
}

.con_top_inf .st {
  font-size: 116%;
  font-weight: bold;
}

.con_top_inf .st + .txt {
  margin-top: .5em;
}
