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

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
@-webkit-keyframes colorChange {
  0% {
    color: #fff;
    fill: #fff;
  }
  30% {
    color: #000;
    fill: #000;
  }
  60% {
    color: #000;
    fill: #000;
  }
  100% {
    color: #fff;
    fill: #fff;
  }
}
@keyframes colorChange {
  0% {
    color: #fff;
    fill: #fff;
  }
  30% {
    color: #000;
    fill: #000;
  }
  60% {
    color: #000;
    fill: #000;
  }
  100% {
    color: #fff;
    fill: #fff;
  }
}
@-webkit-keyframes bgColorChange {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes bgColorChange {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
/*Animate */
/* -----------------------------------------------------------
	スライドショーに関するcss
----------------------------------------------------------- */
.con_slide {
  width: 457px;
  overflow: visible;
  position: relative;
}

.box_slide {
  position: relative;
  height: 344px;
  overflow: hidden;
}

.box_slide .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.box_slide .slide:first-child {
  z-index: 10;
}

.box_thum {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
  z-index: 20;
}

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

.box_thum ul li {
  display: inline;
  float: left;
  cursor: pointer;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 7px;
}

.box_thum ul li:first-child {
  margin: 0;
}

.box_thum ul li.active {
  background: #c65567;
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  margin: 95px auto 100px;
  text-align: center;
}

.con_nav {
  margin-bottom: 100px;
}

.con_rooms:nth-of-type(n+2) {
  margin-top: 96px;
}
.con_rooms .box_intro_txt {
  margin-bottom: 69px;
}
.con_rooms .wrp_rooms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con_rooms .wrp_rooms .box_rooms {
  width: 461px;
}
.con_rooms .wrp_rooms .box_rooms:nth-of-type(n+2) {
  margin-left: 24px;
}
.con_rooms .wrp_rooms .box_rooms:nth-of-type(2n+1) {
  margin-left: 0;
}
.con_rooms .wrp_rooms .box_rooms:nth-of-type(n+3) {
  margin-top: 46px;
}
.con_rooms .wrp_rooms .box_rooms .con_slide {
  margin-bottom: 60px;
}
.con_rooms .comp_btn_rsv {
  margin: 33px auto 0;
}

.con_ameni {
  margin-top: 124px;
}

.con_roompartner {
  margin-top: 42px;
}

.con_roominfo {
  margin-top: 116px;
  margin-bottom: 100px;
}
