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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
/*Animate */
/* -----------------------------------------------------------
	con_main
----------------------------------------------------------- */
.con_main {
  width: 950px;
  margin: auto;
}
.con_main .main_inner {
  position: relative;
}
.con_main .main_inner img {
  width: 100%;
}

/* -----------------------------------------------------------
	rktn
----------------------------------------------------------- */
#htlSide-A {
  margin-top: 204px;
}

@-moz-document url-prefix() {
  #htlSide-A {
    left: 0;
  }
}
#contents {
  width: 950px;
  margin: auto;
}

/* -----------------------------------------------------------
	.con_contents
----------------------------------------------------------- */
.con_covid_19 .information2 {
  margin: 2em 0;
}
.con_covid_19 a:hover {
  opacity: 0.8;
}
.con_covid_19 .img {
  width: 950px;
  margin: 0 0 2.5em;
}
.con_covid_19 .img img {
  width: 100%;
}
.con_covid_19 .txt {
  width: 950px;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  padding: 0 15px;
}

.con_contents {
  position: relative;
}
.con_contents .box_slide {
  width: 100%;
  position: relative;
}
.con_contents .box_slide .slide {
  position: absolute;
  right: 4.5em;
  top: 195px;
}
.con_contents .box_slide .slide:first-child {
  z-index: 10;
}
.con_contents .bg_contents {
  z-index: -1;
}
.con_contents #btn_prev {
  position: absolute;
  width: 100%;
  left: 756px;
  top: auto !important;
  top: 600px !important;
  bottom: auto !important;
  color: transparent;
  background: url(../images/common/ic_arrow_prev.png) 0 0 no-repeat;
  border: none;
  cursor: pointer;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
.con_contents #btn_prev::before {
  display: none;
}
.con_contents #btn_next {
  position: absolute;
  width: 100%;
  left: 906px;
  top: auto !important;
  top: 600px !important;
  bottom: auto !important;
  color: transparent;
  background: url(../images/common/ic_arrow_next.png) 0 0 no-repeat;
  border: none;
  cursor: pointer;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
.con_contents .slick-dots {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
  line-height: 0;
  text-align: center;
  bottom: 839px;
  right: 4.5em;
}
.con_contents .slick-dots li {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 10px;
  background: #212226;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.con_contents .slick-dots li:first-child {
  margin-left: 0;
}
.con_contents .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 5.5px;
  text-indent: -9999px !important;
  background: none;
  border: none;
  cursor: pointer;
}

.slick-dots li.active {
  background: #fff;
}

/* -----------------------------------------------------------
	.con_rooms
----------------------------------------------------------- */
.con_rooms {
  position: relative;
  margin-top: 32px;
}
.con_rooms .box_slide02 {
  width: 100%;
  position: relative;
}
.con_rooms .box_slide02 .slide {
  position: absolute;
  top: 270px;
  z-index: 10;
  right: 4.5em;
}
.con_rooms .box_slide02 .slide:first-child {
  z-index: 10;
}
.con_rooms .bg_rooms {
  z-index: -1;
}
.con_rooms #btn_prev02 {
  position: absolute;
  width: 100%;
  left: 756px;
  top: auto !important;
  top: 234px !important;
  bottom: auto !important;
  color: transparent;
  background: url(../images/common/ic_arrow_prev.png) 0 0 no-repeat;
  border: none;
  cursor: pointer;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
.con_rooms #btn_prev02::before {
  display: none;
}
.con_rooms #btn_next02 {
  position: absolute;
  width: 100%;
  left: 906px;
  top: auto !important;
  top: 234px !important;
  bottom: auto !important;
  color: transparent;
  background: url(../images/common/ic_arrow_next.png) 0 0 no-repeat;
  border: none;
  cursor: pointer;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
.con_rooms .slick-dots02 {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
  line-height: 0;
  text-align: center;
  bottom: 562px;
  right: 4.5em;
}
.con_rooms .slick-dots02 li {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 10px;
  background: #212226;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.con_rooms .slick-dots02 li:first-child {
  margin-left: 0;
}
.con_rooms .slick-dots02 li button {
  width: 12px;
  height: 12px;
  border-radius: 5.5px;
  text-indent: -9999px !important;
  background: none;
  border: none;
  cursor: pointer;
}
.con_rooms .slick-dots02 li.slick-active {
  background: #fff;
}

.slick-dots02 li.active {
  background: #fff;
}

/* -----------------------------------------------------------
	.con_facilities
----------------------------------------------------------- */
.con_facilities {
  position: relative;
}
.con_facilities .box_slide03 {
  width: 100%;
  position: relative;
}
.con_facilities .box_slide03 .slide {
  position: absolute;
  top: 272px;
  z-index: 10;
  right: 4.5em;
}
.con_facilities .box_slide03 .slide:first-child {
  z-index: 10;
}
.con_facilities .bg_facilities {
  z-index: -1;
}
.con_facilities #btn_prev03 {
  position: absolute;
  width: 100%;
  left: 814px;
  top: auto !important;
  top: 596px !important;
  bottom: auto !important;
  color: transparent;
  background: url(../images/common/ic_arrow_prev.png) 0 0 no-repeat;
  border: none;
  cursor: pointer;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
.con_facilities #btn_prev03::before {
  display: none;
}
.con_facilities #btn_next03 {
  position: absolute;
  width: 100%;
  left: 906px;
  top: auto !important;
  top: 596px !important;
  bottom: auto !important;
  color: transparent;
  background: url(../images/common/ic_arrow_next.png) 0 0 no-repeat;
  border: none;
  cursor: pointer;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
.con_facilities .slick-dots03 {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
  line-height: 0;
  text-align: center;
  right: 4.5em;
  top: 592px;
}
.con_facilities .slick-dots03 li {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 10px;
  background: #212226;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.con_facilities .slick-dots03 li:first-child {
  margin-left: 0;
}
.con_facilities .slick-dots03 li button {
  width: 12px;
  height: 12px;
  border-radius: 5.5px;
  text-indent: -9999px !important;
  background: none;
  border: none;
  cursor: pointer;
}
.con_facilities .slick-dots03 li.slick-active {
  background: #fff;
}

.slick-dots03 li.active {
  background: #fff;
}

/* -----------------------------------------------------------
	con_contents
----------------------------------------------------------- */
.con_contents .box_slide04 {
  width: 100%;
  position: relative;
}
.con_contents .box_slide04 img {
  position: absolute;
  top: 290px;
  z-index: 10;
  right: 4.5em;
}
.con_contents .box_slide04 img:first-child {
  z-index: 10;
}
.con_contents .bg_facilities {
  z-index: -1;
}
.con_contents #btn_prev04 {
  position: absolute;
  width: 100%;
  left: 803px;
  top: auto !important;
  top: 254px !important;
  bottom: auto !important;
  color: transparent;
  background: url(../images/common/ic_arrow_prev.png) 0 0 no-repeat;
  border: none;
  cursor: pointer;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
.con_contents #btn_prev04::before {
  display: none;
}
.con_contents #btn_next04 {
  position: absolute;
  width: 100%;
  left: 890px;
  top: auto !important;
  top: 254px !important;
  bottom: auto !important;
  color: transparent;
  background: url(../images/common/ic_arrow_next.png) 0 0 no-repeat;
  border: none;
  cursor: pointer;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
.con_contents .slick-dots04 {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
  line-height: 0;
  text-align: center;
  top: 250px;
  right: 5.6em;
}
.con_contents .slick-dots04 li {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 10px;
  background: #212226;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.con_contents .slick-dots04 li:first-child {
  margin-left: 0;
}
.con_contents .slick-dots04 li button {
  width: 12px;
  height: 12px;
  border-radius: 5.5px;
  text-indent: -9999px !important;
  background: none;
  border: none;
  cursor: pointer;
}
.con_contents .slick-dots04 li.slick-active {
  background: #fff;
}

.slick-dots04 li.active {
  background: #fff;
}

.btn_arrow {
  position: absolute;
  width: 100%;
  left: 5em;
  top: auto !important;
  top: 680px !important;
  bottom: auto !important;
}
.btn_arrow a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 1.3125em;
  height: 3.4375em;
  letter-spacing: .2em;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.btn_arrow a::before, .btn_arrow a::after {
  position: absolute;
  bottom: 0;
  height: 1px;
  background: currentColor;
  -webkit-transition: .3s;
  transition: .3s;
  content: "";
}
.btn_arrow a::before {
  left: 0;
  width: 100%;
}
.btn_arrow a::after {
  right: 0;
  width: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.btn_arrow a:hover {
  color: #c8a480;
}

/* -----------------------------------------------------------
	con_access
----------------------------------------------------------- */
.con_access {
  margin-top: 32px;
}

/* -----------------------------------------------------------
	.con_bnr_rakuten	バナーエリア
----------------------------------------------------------- */
.con_bnr_rakuten {
  padding: 0 0 60px;
  text-align: center;
}

.con_bnr_rakuten a img {
  width: 910px;
  margin-bottom: 10px;
}

.con_bnr_rakuten a:hover {
  opacity: 0.8;
}

/*hack ie*/
