@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : appeal.css
 author     : Ability Consultant
 style info : ホテルの魅力
=================================================================== */
/* -----------------------------------------------------------
	.con_app
----------------------------------------------------------- */
.con_app {
  margin-top: 60px;
}
.con_app h3 {
  text-align: center;
}
.con_app h3 + div {
  margin-top: 30px !important;
}
.con_app div[class^="box_app"] {
  margin-top: 50px;
  position: relative;
}
.con_app div[class^="box_app"] .btn {
  position: absolute;
}
.con_app div[class^="box_app"].box_app1 .btn {
  position: absolute;
  bottom: 55px;
  right: 322px;
}
.con_app div[class^="box_app"].box_app2 .btn {
  position: absolute;
  bottom: 45px;
  right: 105px;
}
.con_app div[class^="box_app"].box_app3 .btn {
  position: absolute;
  bottom: 349px;
  right: 91px;
}
.con_app div[class^="box_app"].box_app4 .btn {
  position: absolute;
  bottom: 71px;
  right: 212px;
}
.con_app div[class^="box_app"].box_app5 .btn {
  position: absolute;
  bottom: 75px;
  right: 75px;
}
