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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_plan .box_plan:after {
  content: "";
  display: table;
  clear: both;
}

/*楽天設定*/
#htlSide-A {
  position: absolute;
  top: 1000px;
}

#cus_page {
  margin-top: 0;
}

/* スライドショーに関するcss
-------------------------------------------------------*/
#slide_wrap {
  position: relative;
}

/*この要素の「height」に画像の高さを入れます*/
#slide {
  position: relative;
  width: 100%;
  height: 570px;
  overflow: hidden;
}

/*この要素の「margin-left」にマイナスの値で画像の横幅/2の数値を入れます*/
#slide img {
  position: absolute;
  top: 0;
}

#slide img:first-child {
  z-index: 10;
}

#thum {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 20;
}

#thum ul {
  overflow: hidden;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

#thum ul li {
  display: inline;
  float: left;
  cursor: pointer;
}

#thum ul li:first-child {
  margin: 0;
}

/*デフォルトのサムネイルデザイン、大きさ、隣のサムネイルとの間隔*/
#thum ul li {
  width: 60px;
  height: 5px;
  margin-left: 10px;
  background: #fff;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

/*ホバーした時のサムネイルデザイン*/
#thum ul li:hover {
  background: #fff;
}

/*現在表示している画像のサムネイルデザイン*/
#thum ul li.active {
  background: #00a19e;
}

.con_slider {
  width: 1200px;
  overflow: hidden;
  position: relative;
}
.con_slider .box_btn {
  position: absolute;
  bottom: 4px;
  right: 4px;
  z-index: 100;
}
.con_slider .box_btn:hover {
  opacity: 0.7;
}

.slider {
  margin-bottom: 40px;
  height: 440px;
  background: url(../images/home/main_img1.jpg) 0 0 no-repeat;
}

/* -----------------------------------------------------------
	#cus_page
----------------------------------------------------------- */
#cus_page {
  width: 100%;
}
#cus_page .box_camp {
  text-align: center;
  margin: 0 0 65px;
}
#cus_page .box_concept, #cus_page .box_fac, #cus_page .box_sis, #cus_page .box_point, #cus_page .con_plan {
  margin: 0 0 65px;
}
#cus_page .box_concept p, #cus_page .box_fac p, #cus_page .box_sis p, #cus_page .box_point p, #cus_page .con_plan p {
  width: 100%;
  text-align: center;
}
#cus_page .box_concept .box_fac .box_img img, #cus_page .box_fac .box_fac .box_img img, #cus_page .box_sis .box_fac .box_img img, #cus_page .box_point .box_fac .box_img img, #cus_page .con_plan .box_fac .box_img img {
  margin-bottom: 5px;
}
#cus_page .box_concept .tl, #cus_page .box_fac .tl, #cus_page .box_sis .tl, #cus_page .box_point .tl, #cus_page .con_plan .tl {
  margin: 0 0 30px;
}
#cus_page .box_concept .box_point .tl, #cus_page .box_fac .box_point .tl, #cus_page .box_sis .box_point .tl, #cus_page .box_point .box_point .tl, #cus_page .con_plan .box_point .tl {
  width: 100%;
  text-align: center;
}
#cus_page .box_concept .box_point ul li, #cus_page .box_fac .box_point ul li, #cus_page .box_sis .box_point ul li, #cus_page .box_point .box_point ul li, #cus_page .con_plan .box_point ul li {
  width: 294px;
  height: 294px;
  overflow: hidden;
  float: left;
}

/* -----------------------------------------------------------
	con_poi
----------------------------------------------------------- */
.box_point {
  overflow: hidden;
  margin-bottom: 65px;
}
.box_point ul li {
  width: 294px;
  height: 294px;
  float: left;
  overflow: hidden;
  position: relative;
  margin: 0 30px 30px 0;
}
.box_point ul li .photo img {
  width: 100%;
}
.box_point ul li .box_txt {
  position: absolute;
  width: 100%;
  left: 0;
  margin: auto;
  padding: 10px 15px 0;
  color: #fff;
  background: rgba(51, 51, 51, 0.8);
  text-align: left;
  top: calc(100%);
  top: -webkit-calc(100%);
  height: 40%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.box_point ul li:hover .box_txt {
  padding: 10px 15px 0;
  top: 180px;
  height: 100%;
}
.box_point ul li:nth-child(3n) {
  margin: 0 0 30px 0;
}

/* -----------------------------------------------------------
	con_plan
----------------------------------------------------------- */
.con_plan .box_plan {
  padding: 50px 5px 55px;
  background: #00a19e;
}
.con_plan .box_plan ul a {
  display: black;
  color: #000;
}
.con_plan .box_plan ul a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.con_plan .box_plan ul li {
  width: 295px;
  float: left;
  padding: 5px 0 15px;
  margin: 0 27px 35px 0;
  background: #fff;
  text-align: center;
  position: relative;
}
.con_plan .box_plan ul li .ico {
  position: absolute;
  top: -35px;
}
.con_plan .box_plan ul li img {
  margin-bottom: 20px;
}
.con_plan .box_plan ul li .txt {
  text-align: center;
}
.con_plan .box_plan ul li .txt .red {
  color: #f00;
}
.con_plan .box_plan ul li:hover {
  opacity: 0.6;
}
.con_plan .box_plan ul li:visited {
  color: #000;
}
.con_plan .box_plan ul li:last-child {
  margin: 0;
}
.con_plan .btn_rsv {
  clear: both;
}
