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

 file name  : points.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
/* font-awesome */
.box_intro {
  margin-bottom: 40px;
}

.box_snav {
  height: 70px;
  background: url(../images/points/bg_snav.png);
}
.box_snav ul.sub_nav {
  display: flex;
  justify-content: center;
  width: 931px;
  margin: 0 auto;
  letter-spacing: -.40em;
  height: 55px;
}
.box_snav ul.sub_nav li {
  height: 55px;
}
.box_snav ul.sub_nav li a {
  display: block;
  overflow: hidden;
  width: 133px;
  height: 0;
  padding-top: 55px;
  display: block;
  background: top left no-repeat;
}
.box_snav ul.sub_nav li a.snv_acc {
  background: url(../images/points/snav_acc.png);
}
.box_snav ul.sub_nav li a.snv_cin {
  background: url(../images/points/snav_cin.png);
}
.box_snav ul.sub_nav li a.snv_fac {
  background: url(../images/points/snav_fac.png);
}
.box_snav ul.sub_nav li a.snv_rooms {
  background: url(../images/points/snav_rooms.png);
}
.box_snav ul.sub_nav li a.snv_bf {
  background: url(../images/points/snav_bf.png);
}
.box_snav ul.sub_nav li a.snv_cout {
  background: url(../images/points/snav_cout.png);
}
.box_snav ul.sub_nav li a.snv_plan {
  background: url(../images/points/snav_plan.png);
}
.box_snav ul.sub_nav li a:hover {
  background-position: bottom left;
}

/* -----------------------------------------------------------
	xxx
----------------------------------------------------------- */
.btn_more a {
  display: block;
}

.box_acc {
  background: url(../images/points/img_acc_shuttlebus.png) bottom left no-repeat;
  height: 965px;
  margin-bottom: 50px;
}
.box_acc .btn_more {
  position: relative;
  top: 310px;
  left: 380px;
}

.box_cin {
  height: 930px;
  margin-bottom: 50px;
}

.box_fac {
  margin-bottom: 50px;
}

.box_romms {
  position: relative;
  margin-bottom: 50px;
}
.box_romms ul {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.box_romms ul li {
  margin-right: 10px;
}
.box_romms ul li a {
  display: block;
}

.box_bf {
  position: relative;
  margin-bottom: 140px;
}
.box_bf .btn_more {
  position: absolute;
  bottom: 40px;
  left: 150px;
}
.box_bf .btn_more a {
  display: block;
  width: 100%;
  height: 100%;
}
.box_bf:after {
  content: url(../images/points/img_star.png);
  position: absolute;
  bottom: -100px;
  right: 20px;
}

.box_cout {
  background: url(../images/points/tl_cout.png) bottom left no-repeat;
  height: 580px;
  margin-bottom: 50px;
}
.box_cout .btn_more {
  position: relative;
  top: 480px;
  left: 380px;
}

.box_plan {
  background: url(../images/points/img_plan.png) bottom left no-repeat;
  height: 440px;
}
.box_plan ul {
  height: 210px;
  margin-top: 20px;
}
.box_plan ul li {
  margin: 0 13px 60px;
  float: left;
  width: 210px;
  height: 210px;
}
.box_plan ul li a {
  width: 210px;
  height: 210px;
}
