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

 file name  : clubsavvy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swap");
#abi_contents {
  background: url("../images/common/bg.jpg");
}

.box_activity {
  position: relative;
}

.box_restaurant,
.box_kidsdinner,
.box_facilities {
  position: relative;
  margin-top: 100px;
}

.btn-detail {
  position: absolute;
}

.con_intro {
  margin: 120px 0 0 !important;
}

/* -----------------------------------------------------------
	specialdear
----------------------------------------------------------- */
.con_specialdear {
  padding-block: 50px 100px;
  text-align: center;
}

.box_activity .btn-arrow {
  position: absolute !important;
  top: 235px;
  left: 30px;
}

.box_restaurant .btn-detail {
  top: 217px;
  left: 580px;
}

.box_kidsdinner .btn-detail {
  top: 357px;
  left: 30px;
}

.box_facilities .btn-detail {
  top: 352px;
  left: 580px;
}
