@charset "UTF-8";
.con_wel, .con_rec > .inner, .con_spa, .con_roo .inner, .con_dis, .con_acc .box_map .box_inf, .con_acc .box_acc, .con_acc .box_sig {
  width: 960px;
  margin: auto;
}

/* ===================================================================
CSS information

 file name  :homepage.css
 author     :Ability Consultant
style info  :トップページ
=================================================================== */
/* -----------------------------------------------------------
	コンテンツ
----------------------------------------------------------- */
/* -----------------------------------------------------------
	メインイメージ
----------------------------------------------------------- */
.con_mainimg {
  overflow: hidden;
  position: relative;
}
.con_mainimg h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -446px;
  margin-top: -110px;
  z-index: 50;
}
.con_mainimg #obj_mainImg {
  position: static !important;
}
.con_mainimg #obj_mainImg > div > div {
  z-index: 0 !important;
}
.con_mainimg #obj_mainImg img {
  position: relative;
  left: 50%;
  margin-left: -800px;
}
@media only screen and (min-width: 1600px) {
  .con_mainimg #obj_mainImg img {
    width: 100%;
    position: static;
    margin-left: 0;
  }
}
.con_mainimg #obj_mainImg .slick-dots {
  font-size: 0;
  width: 960px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -480px;
  text-align: right;
}
.con_mainimg #obj_mainImg .slick-dots li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-left: 10px;
}
.con_mainimg #obj_mainImg .slick-dots li:first-child {
  margin-left: 0;
}
.con_mainimg #obj_mainImg .slick-dots li button {
  background: #e9e9e9;
  width: 85px;
  height: 57px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #562a16;
  padding: 0;
}
.con_mainimg #obj_mainImg .slick-dots li:first-child button {
  background: url(../images/home/th_main01.jpg) no-repeat center;
}
.con_mainimg #obj_mainImg .slick-dots li:first-child + li button {
  background: url(../images/home/th_main02.jpg) no-repeat center;
}
.con_mainimg #obj_mainImg .slick-dots li:first-child + li + li button {
  background: url(../images/home/th_main03.jpg) no-repeat center;
}
.con_mainimg #obj_mainImg .slick-dots li:first-child + li + li + li button {
  background: url(../images/home/th_main04.jpg) no-repeat center;
}
.con_mainimg #obj_mainImg .slick-dots li:first-child + li + li + li + li button {
  background: url(../images/home/th_main05.jpg) no-repeat center;
}
.con_mainimg #obj_mainImg .slick-dots li.slick-active button,
.con_mainimg #obj_mainImg .slick-dots li button:hover {
  border: 3px solid #306c23;
}

/* -----------------------------------------------------------
	ようこそ
----------------------------------------------------------- */
.con_wel {
  padding-top: 20px;
  position: relative;
}
.con_wel .box_wel01, .con_wel .box_wel02 {
  *zoom: 1;
  position: relative;
}
.con_wel .box_wel01:after, .con_wel .box_wel02:after {
  content: "";
  display: table;
  clear: both;
}
.con_wel .box_wel01 .box_det, .con_wel .box_wel02 .box_det {
  float: right;
  width: 440px;
}
.con_wel .box_wel01 .box_det .txt, .con_wel .box_wel02 .box_det .txt {
  padding: 20px 10px 0 15px;
  line-height: 2;
}
.con_wel .box_wel01 .img, .con_wel .box_wel02 .img {
  position: absolute;
  left: -300px;
  top: -120px;
  z-index: -1;
}
.con_wel .box_his {
  margin-top: 125px;
  background: url(../images/home/bg_his.jpg);
  padding: 0 30px 16px;
  border: 3px solid #d3b280;
}
.con_wel .box_his h4 {
  position: relative;
  height: 122px;
}
.con_wel .box_his h4 img {
  position: absolute;
  left: -38px;
  bottom: -24px;
  z-index: 0;
}
.con_wel .box_his .his {
  background: url(../images/home/bg_inner_his.jpg);
  overflow: hidden;
}
.con_wel .box_his .his h5, .con_wel .box_his .his .txt {
  position: relative;
  z-index: 1;
}
.con_wel .box_his .his h5 {
  float: left;
}
.con_wel .box_his .his .txt {
  float: right;
  width: 767px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 15px 0;
  font-size: 93%;
  line-height: 1.1;
  color: #f9dda3;
}
.con_wel .box_wel02 {
  margin-top: 65px;
  padding-bottom: 70px;
}
.con_wel .box_wel02 .box_det {
  float: none;
  width: auto;
}
.con_wel .box_wel02 .box_det .txt {
  width: 420px;
  padding-top: 10px;
}
.con_wel .box_wel02 .img {
  top: -84px;
  left: auto;
  right: -122px;
}
.con_wel .dec {
  position: absolute;
  right: -55px;
  bottom: 210px;
  z-index: -1;
}

/* -----------------------------------------------------------
	おすすめプラン
----------------------------------------------------------- */
.con_rec {
  background: url(../images/home/filter_green.png);
  padding-bottom: 42px;
}
.con_rec > .inner {
  position: relative;
}
.con_rec h3 {
  position: relative;
  height: 140px;
}
.con_rec h3 img {
  position: absolute;
  top: -60px;
  left: 28px;
  z-index: 0;
}
.con_rec ul li {
  margin-top: 23px;
  padding: 15px;
  background: url(../images/home/bg_rec.png);
  *zoom: 1;
  position: relative;
}
.con_rec ul li:first-child {
  margin-top: 15px;
}
.con_rec ul li:after {
  content: "";
  display: table;
  clear: both;
}
.con_rec ul li:before {
  content: '';
  height: 2px;
  border-bottom: 1px solid #000000;
  border-top: 7px solid #000000;
  top: -12px;
  position: absolute;
  width: 100%;
  left: 0;
}
.con_rec ul li .img {
  float: left;
}
.con_rec ul li .box_det {
  float: right;
  width: 520px;
}
.con_rec ul li table {
  width: 100%;
  border: 1px solid rgba(154, 128, 30, 0.5);
}
.con_rec ul li table th, .con_rec ul li table td {
  text-align: center;
  padding: 5px 0;
}
.con_rec ul li table th {
  background: url(../images/home/bg_th.png);
  font-weight: normal;
  width: 75px;
  border-top: 1px solid #ccc;
}
.con_rec ul li table tr:first-child th {
  border-top: 0;
}
.con_rec ul li table tr:first-child td {
  border-top: 0;
}
.con_rec ul li table td {
  padding: 0 10px;
  text-align: left;
  background: url(../images/home/bg_td.png);
  border-top: 1px solid #ccc;
}
.con_rec ul li .btn {
  text-align: right;
  margin-top: 15px;
}
.con_rec .inner > .btn {
  margin-top: 20px;
}
.con_rec .dec {
  position: absolute;
  left: -160px;
  bottom: 60px;
  z-index: -1;
}

/* -----------------------------------------------------------
	温泉
----------------------------------------------------------- */
.con_spa {
  padding-top: 30px;
  padding-bottom: 140px;
  position: relative;
}
.con_spa h3 {
  text-align: center;
}
.con_spa .box_img {
  overflow: hidden;
}
.con_spa .box_img > li {
  float: right;
  width: 475px;
}
.con_spa .box_img > li:first-child {
  float: left;
}
.con_spa .box_img > li > ul {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
.con_spa .box_img > li > ul > li span {
  display: block;
}
.con_spa .box_img > li > ul > li:first-child {
  margin-bottom: 40px;
}
.con_spa .box_img > li > ul > li + li + li {
  position: absolute;
  left: 230px;
  bottom: 0px;
}
.con_spa .box_des {
  margin-top: 45px;
  overflow: hidden;
}
.con_spa .box_des .box_txt {
  float: left;
}
.con_spa .box_des .box_txt .txt {
  margin-top: 10px;
  line-height: 2;
}
.con_spa .box_des .box_inf {
  float: right;
  width: 380px;
}
.con_spa .box_des .box_inf table {
  width: 100%;
  line-height: 1.2;
}
.con_spa .box_des .box_inf table caption {
  font-size: 115%;
  padding-bottom: 7px;
}
.con_spa .box_des .box_inf table caption:before {
  content: '';
  width: 12px;
  height: 12px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-right: 10px;
  background: url(../images/home/ic_caption.png) no-repeat;
}
.con_spa .box_des .box_inf table th, .con_spa .box_des .box_inf table td {
  padding: 10px;
  font-size: 86%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.con_spa .box_des .box_inf table th {
  background: url(../images/home/bg_th2.jpg);
  font-weight: normal;
  vertical-align: middle;
}
.con_spa .box_des .img {
  position: absolute;
  right: 0;
  bottom: 89px;
}
.con_spa .dec1,
.con_spa .dec2,
.con_spa .dec3 {
  position: absolute;
  z-index: -1;
}
.con_spa .dec1 {
  right: -50px;
  bottom: 390px;
}
.con_spa .dec2 {
  left: 340px;
  bottom: 85px;
}
.con_spa .dec3 {
  left: -145px;
  bottom: 25px;
}

/* -----------------------------------------------------------
	客室
----------------------------------------------------------- */
.con_roo {
  background: url(../images/home/filter_green.png);
  padding-top: 30px;
  padding-bottom: 80px;
}
.con_roo .inner {
  position: relative;
}
.con_roo h3 {
  text-align: center;
}
.con_roo .box_img1 {
  overflow: hidden;
}
.con_roo .box_img1 li {
  float: right;
}
.con_roo .box_img1 li:first-child {
  float: left;
  position: relative;
}
.con_roo .box_img1 li:first-child span {
  text-align: left;
}
.con_roo .box_img1 li:first-child .bn {
  position: absolute;
  right: -150px;
  bottom: -35px;
}
.con_roo .box_img1 li:first-child + li {
  margin-bottom: 20px;
}
.con_roo .box_img1 li span {
  padding-top: 5px;
  display: block;
  text-align: right;
}
.con_roo .box_des {
  position: relative;
}
.con_roo .box_des > .img {
  position: absolute;
  left: 0px;
  top: -4px;
}
.con_roo .box_des > .img span {
  display: block;
  position: relative;
  left: 0px;
  top: 0px;
}
.con_roo .box_des .box_det {
  padding-left: 376px;
}
.con_roo .box_des .box_det .txt {
  padding-left: 13px;
  line-height: 1.8;
}
.con_roo .box_des .box_det .img {
  position: absolute;
  right: -65px;
  top: 45px;
}
.con_roo .box_img2 {
  margin-top: 85px;
  overflow: hidden;
}
.con_roo .box_img2 li {
  float: right;
}
.con_roo .box_img2 li span {
  display: block;
  padding-top: 5px;
}
.con_roo .box_img2 li:first-child {
  float: left;
}
.con_roo .dec {
  position: absolute;
  bottom: 336px;
  right: 180px;
  z-index: -1;
}

/* -----------------------------------------------------------
	お食事
----------------------------------------------------------- */
.con_dis {
  padding-top: 30px;
  position: relative;
}
.con_dis h3 {
  text-align: center;
}
.con_dis .box_dis {
  padding-bottom: 80px;
}
.con_dis .box_dis > .img {
  height: 397px;
  position: relative;
}
.con_dis .box_dis > .img img {
  position: absolute;
  top: -31px;
  z-index: -1;
}
.con_dis .box_dis ul {
  *zoom: 1;
}
.con_dis .box_dis ul:after {
  content: "";
  display: table;
  clear: both;
}
.con_dis .box_dis ul li {
  float: right;
  width: 430px;
  padding-top: 80px;
}
.con_dis .box_dis ul li h4 {
  position: relative;
  left: -12px;
  padding: 8px 0;
}
.con_dis .box_dis ul li:first-child {
  float: left;
  width: 500px;
  padding-top: 0;
}
.con_dis .box_dis ul li:first-child .txt {
  line-height: 1.8;
}
.con_dis .box_dis ul li:first-child h4 {
  padding-top: 0;
}
.con_dis .dec {
  position: absolute;
  z-index: -1;
  bottom: 100px;
  left: 330px;
}

/* -----------------------------------------------------------
	アクセス & 周辺観光
----------------------------------------------------------- */
.con_acc {
  padding-bottom: 70px;
}
.con_acc h3 {
  overflow: hidden;
}
.con_acc h3 img {
  position: relative;
  left: 50%;
  margin-left: -800px;
}
.con_acc .box_map #map {
  height: 500px;
  background: #fff;
}
.con_acc .box_map .box_inf {
  margin-top: 3px;
  overflow: hidden;
}
.con_acc .box_map .box_inf .txt {
  float: left;
}
.con_acc .box_map .box_inf .btn {
  float: right;
  margin-top: 8px;
}
.con_acc .box_acc {
  margin-top: 60px;
  position: relative;
}
.con_acc .box_acc .dec {
  position: absolute;
  top: 55px;
  left: 160px;
  z-index: -1;
}
.con_acc .box_acc ul li {
  margin-top: 80px;
}
.con_acc .box_acc ul li:first-child {
  margin-top: 30px;
}
.con_acc .box_acc .bn {
  margin-top: 60px;
}
.con_acc .box_sig {
  margin-top: 90px;
}
.con_acc .box_sig ul {
  display: table;
  border-collapse: separate;
  border-spacing: 27px;
  width: 1014px;
  position: relative;
  left: -27px;
  top: -27px;
  margin-top: 50px;
}
.con_acc .box_sig ul li {
  display: table-cell;
  width: 33.333%;
  background: url(../images/home/filter_green.png);
}
.con_acc .box_sig ul li .box_det {
  background: url(../images/home/bg_dec_sig.png) no-repeat right top;
  padding: 14px;
}
.con_acc .box_sig ul li .box_det h4 {
  color: #b9a353;
  font-weight: normal;
  font-size: 90%;
}
.con_acc .box_sig ul li .box_det h4 span {
  font-size: 85%;
}
.con_acc .box_sig ul li .box_det .txt {
  font-size: 86%;
  padding: 5px 0;
  min-height: 12em;
}
.con_acc .box_sig ul li .box_det table {
  width: 100%;
  border: 1px solid rgba(154, 128, 30, 0.5);
}
.con_acc .box_sig ul li .box_det table th, .con_acc .box_sig ul li .box_det table td {
  text-align: center;
  padding: 5px 0;
  font-size: 90%;
}
.con_acc .box_sig ul li .box_det table th {
  background: url(../images/home/bg_th.png);
  font-weight: normal;
}
.con_acc .box_sig ul li .box_det table td {
  background: rgba(255, 255, 255, 0.2);
}
.con_acc .box_sig ul li .box_det .att {
  padding: 10px 0;
  font-size: 90%;
  color: #b9a353;
}
.con_acc .box_sig ul li .box_det .btn {
  text-align: center;
}
