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

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
@-moz-keyframes btn {
  50% {
    margin-left: -.2em;
  }
}
@-webkit-keyframes btn {
  50% {
    margin-left: -.2em;
  }
}
@keyframes btn {
  50% {
    margin-left: -.2em;
  }
}
/* -----------------------------------------------------------
	xxx
----------------------------------------------------------- */
.con_title {
  margin-bottom: 30px !important;
}

.con_spa {
  margin-bottom: 80px !important;
}
.con_spa .box_privatebath {
  margin-top: 60px;
}

/* -----------------------------------------------------------
	xxx
----------------------------------------------------------- */
.con_facilities .box_lnk {
  background: url(../facilities/images/bg_lnk.png) repeat top left;
  padding: 20px 0 10px;
}
.con_facilities .box_lnk p.st {
  text-align: center;
  margin-bottom: 10px;
}
.con_facilities .box_lnk ul {
  text-align: center;
}
.con_facilities .box_lnk ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.con_facilities .box_facilities {
  margin-top: 60px;
}
