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

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

/*icon style*/
#trvlHtlSubNav ul {
  margin-bottom: 0 !important;
}

body {
  overflow: hidden;
}

/* -----------------------------------------------------------
    con_main
----------------------------------------------------------- */
.con_main {
  position: relative;
  width: 100%;
  height: 777px;
}
.con_main #slide {
  position: absolute;
  width: 2000px;
  height: 690px;
  top: 0;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.con_main #slide img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.con_main #slide img:first-child {
  display: block;
}
.con_main #thum {
  position: absolute;
  bottom: 130px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.con_main #thum li {
  -webkit-transition: background 300ms;
  transition: background 300ms;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 .5em;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.con_main #thum li.sel {
  background: #8ebe4e;
}
.con_main .box_tel {
  position: absolute;
  width: 2000px;
  bottom: 0;
  left: -405px;
  background: url(../images/bg_tel.jpg) no-repeat;
}
.con_main .box_tel .tel {
  width: 1190px !important;
  margin: 0 auto;
  height: 86px;
  overflow: hidden;
}
.con_main .box_tel .tel .logo {
  float: left;
  padding-top: 19px;
}
.con_main .box_tel .tel .logo a {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  display: block;
}
.con_main .box_tel .tel .logo a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_main .box_tel .tel .phone {
  float: right;
  padding-top: 19px;
}

.wrp_gnav {
  overflow: hidden;
  width: 1190px;
}
.wrp_gnav li {
  float: left;
  width: 9.88679%;
  border-left: #efefe7 1px solid;
  text-align: center;
}
.wrp_gnav li:last-child {
  border-right: #efefe7 1px solid;
  background: #d34c22;
}
.wrp_gnav li:last-child a {
  color: #ffffff;
}
.wrp_gnav li:last-child:hover a, .wrp_gnav li:last-child.active a {
  color: #ffffff;
}
.wrp_gnav li a {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #5d5d5d;
  font-size: 108%;
  text-decoration: none;
  padding: 19px 0;
  display: block;
  position: relative;
}
.wrp_gnav li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.wrp_gnav li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 5px;
  background: #d34c22;
  display: block;
  margin: 0 auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: width 400ms ease-out, opacity 400ms ease-out;
  transition: width 400ms ease-out, opacity 400ms ease-out;
}
.wrp_gnav li:hover a, .wrp_gnav li.active a {
  color: #5d5d5d;
}
.wrp_gnav li:hover a:after, .wrp_gnav li.active a:after {
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* -----------------------------------------------------------
   .contents
----------------------------------------------------------- */
#contents .con_intr .banner {
  margin: 7px auto 20px;
  width: 100%;
}
#contents .wrp_renew {
  background: url(../images/bg_con_renew.jpg) no-repeat;
  background-size: 100%, 400px;
  background-position: bottom;
  height: 500px;
  margin-top: 50px;
  position: relative;
}
#contents .wrp_renew .st_rbn {
  position: absolute;
  top: -12px;
  left: 305px;
  z-index: 1;
}
#contents .wrp_renew .box_renew {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contents .wrp_renew .box_renew .list_renew {
  margin-top: 2.4em;
}
#contents .wrp_renew .box_renew .list_renew .videoWrap video {
  width: 99%;
  height: 73.8%;
  -o-object-fit: fill;
     object-fit: fill;
}
#contents .wrp_renew .box_renew .list_renew .box_txt .st {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  text-align: center;
}
#contents .wrp_renew .box_renew .list_renew .box_txt .txt_min {
  margin-inline: auto;
  width: 94%;
}
#contents .con_news {
  background: url(../images/bg_bn.jpg);
  padding: 50px 35px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contents .con_news h4 {
  text-align: center;
}
#contents .con_news ul {
  width: 730px;
  margin: 40px auto 0;
}
#contents .con_news ul li:nth-child(n+2) {
  margin-top: 10px;
}
#contents .con_news ul li a {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  display: block;
}
#contents .con_news ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#contents .con_plan {
  background: url(../images/bg_plan.jpg);
  padding: 25px 25px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contents .con_plan h4 {
  text-align: center;
}
#contents .con_plan ul {
  margin-top: 30px;
}
#contents .con_plan ul li {
  float: left;
  width: 286px;
  margin-right: 20px;
  border-radius: 5px;
  background: #fff;
  position: relative;
}
#contents .con_plan ul li:nth-child(2):before {
  background: url(../images/ic_num02.png);
}
#contents .con_plan ul li:last-child {
  margin-right: 0;
}
#contents .con_plan ul li:last-child:before {
  background: url(../images/ic_num03.png);
}
#contents .con_plan ul li:before {
  content: "";
  position: absolute;
  background: url(../images/ic_num01.png);
  top: -15px;
  left: 10px;
  width: 79px;
  height: 79px;
  z-index: 1;
}
#contents .con_plan ul li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  text-decoration: none;
  display: block;
}
#contents .con_plan ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#contents .con_plan ul li a .pho {
  width: 100%;
  height: 0;
  padding-top: 164px;
  position: relative;
  overflow: hidden;
}
#contents .con_plan ul li a .pho img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#contents .con_plan ul li a .txt {
  margin-top: 1em;
  font-size: 108%;
  color: #323232;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  text-decoration: underline;
}
#contents .con_plan ul li a .box_pla {
  margin-top: 15px;
  background: #f6f1ce;
  text-align: center;
  padding: 15px 15px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 172%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #323232;
}
#contents .con_plan ul li a .box_pla span {
  display: block;
  font-size: 59%;
  border-bottom: 1px #aaaaaa solid;
  padding-bottom: .1em;
}
#contents .con_plan .btn {
  margin: 40px auto 0;
  width: 338px;
}
#contents .con_plan .btn a {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  background: #d34c22;
  text-align: center;
  display: block;
  border-radius: 5em;
  padding: .7em 1.5em;
  text-decoration: none;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #fff;
  border: 3px solid #fff;
  font-size: 122%;
}
#contents .con_plan .btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#contents .con_plan .btn a:hover:after {
  left: .5em;
}
#contents .con_sauna {
  margin-top: 70px;
  position: relative;
}
#contents .con_sauna .st_rbn {
  position: absolute;
  top: 30px;
  left: -68px;
}
#contents .con_sauna .box_tbl {
  position: absolute;
  width: 99%;
  background-color: #fff;
  bottom: 90px;
  left: 5px;
}
#contents .con_cui {
  background: url(../images/img_cui.jpg);
  height: 914px;
  position: relative;
}
#contents .con_cui .box_cui {
  position: absolute;
  bottom: 30px;
  left: 50px;
}
#contents .con_cui .box_cui .st {
  margin-bottom: 10px;
}
#contents .con_cui .box_cui .txt {
  margin-top: 10px;
}
#contents .con_room {
  margin-top: 70px;
}
#contents .con_room .box_room {
  overflow: hidden;
  margin-top: 50px;
}
#contents .con_room .box_room .box_st {
  float: left;
  width: 395px;
}
#contents .con_room .box_room .btn {
  margin-top: 30px;
  width: 229px;
}
#contents .con_room .box_room .btn a {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  background: #d34c22;
  text-align: center;
  display: block;
  border-radius: 5em;
  padding: .7em 1.5em;
  text-decoration: none;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #fff;
  border: 3px solid #fff;
  font-size: 122%;
}
#contents .con_room .box_room .btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#contents .con_room .box_room .btn a:hover:after {
  left: .5em;
}
#contents .con_room .box_txt {
  float: right;
  width: 506px;
}
#contents .con_room .box_txt span {
  color: #d34c22;
}
#contents .con_room .box_tbl {
  margin-top: 50px;
}
#contents .con_hot {
  margin-top: 50px;
  background: url(../images/img_hot.jpg);
  height: 970px;
  position: relative;
}
#contents .con_hot:after {
  content: "";
  width: 282px;
  height: 332px;
  position: absolute;
  background: url(../images/img_yuki.jpg);
  bottom: 30px;
  right: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#contents .con_hot .box_hot {
  width: 585px;
  position: absolute;
  bottom: 70px;
  left: 30px;
}
#contents .con_hot .box_hot .st {
  margin-bottom: 25px;
}
#contents .con_fac {
  margin-top: 70px;
  height: 1090px;
  position: relative;
}
#contents .con_fac:after {
  content: "";
  width: 950px;
  height: 265px;
  position: absolute;
  background: url(../images/img_fac.png) no-repeat;
  top: 0;
  left: 0;
}
#contents .con_fac ul {
  padding-top: 190px;
  overflow: hidden;
}
#contents .con_fac ul li {
  float: left;
  width: 475px;
}
#contents .con_fac ul li:nth-child(n+3) {
  margin-top: 40px;
}
#contents .con_fac ul li:nth-child(odd) {
  position: relative;
}
#contents .con_fac ul li:nth-child(odd):after {
  content: "";
  width: 1px;
  height: 80px;
  background: #eae6d0;
  bottom: 0;
  right: 0;
  position: absolute;
}
#contents .con_fac ul li .photo {
  width: 100%;
}
#contents .con_fac ul li .st {
  margin-top: 25px;
  text-align: center;
}
#contents .con_fac ul li .txt {
  width: 352px;
  margin: 10px auto 0;
}
#contents .con_cam {
  background: url(../images/bg_cam.jpg);
  height: 950px;
  padding: 60px 50px 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contents .con_cam .st {
  margin-bottom: 25px;
}
#contents .con_acc {
  margin-top: 45px;
  background: url(../images/bg_acc.jpg);
  height: 1008px;
  position: relative;
}
#contents .con_acc .box_acc {
  position: absolute;
  bottom: 135px;
  left: 40px;
  width: 340px;
}
#contents .con_acc .box_acc .st {
  margin-bottom: 20px;
}
#contents .con_acc .box_acc .btn {
  margin-top: 30px;
  width: 240px;
}
#contents .con_acc .box_acc .btn a {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  background: #ffffff;
  text-align: center;
  display: block;
  border-radius: 5em;
  padding: .7em 1.5em;
  text-decoration: none;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #000000;
  border: 1px solid #d3d3d3;
  font-size: 108%;
}
#contents .con_acc .box_acc .btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#contents .con_acc .box_acc .btn a:hover:after {
  left: .5em;
}
#contents .con_btns {
  background: url(../images/bg_bn.jpg);
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
#contents .con_btns li {
  float: left;
  margin-right: 20px;
}
#contents .con_btns li:last-child {
  margin-right: 0;
}
#contents .con_btns li a {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  display: block;
}
#contents .con_btns li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
