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

file name  : rooms_casual.css
author     : Ability Consultant
style info :  別館ゆらぎ・山・街側客室
=================================================================== */
#htlContents::before {
  background: url("../img/common/bg.jpg") no-repeat top;
}

#cus_contents {
  margin-top: 90px;
}

#htlSide-A {
  margin-top: 280px;
}

.con_under {
  margin-top: 45px;
}
.con_under .box_tit .box_text {
  margin-top: 20px;
}
.con_under .box_room_type {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.con_under .box_room_type p {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  width: 24.8%;
  height: 200px;
  border-right: 1px solid #b8bfb8;
}
.con_under .box_room_type p:hover {
  opacity: 0.7;
}
.con_under .box_room_type p:nth-child(4n+1) {
  border-left: 1px solid #b8bfb8;
}
.con_under .box_room_type p a {
  width: 100%;
  height: 100%;
  display: block;
}
.con_under .box_room_type p.btn1 {
  background: url("../img/casual/room01.png") no-repeat;
}
.con_under .box_room_type p.btn2 {
  background: url("../img/casual/room02.png") no-repeat;
}
.con_under .box_room_type p.btn3 {
  background: url("../img/casual/room03.png") no-repeat;
}
.con_under .box_room_type p.btn4 {
  background: url("../img/casual/room04.png") no-repeat;
}
.con_under .box_room_type p.btn5 {
  background: url("../img/casual/room05.png") no-repeat;
  margin-top: 20px;
}
.con_under .box_room_type p.btn6 {
  background: url("../img/casual/room06.png") no-repeat;
  margin-top: 20px;
}

.con_room .box_room {
  position: relative;
}
.con_room .box_room:not(:first-child) {
  margin-top: 130px;
}
.con_room .box_tit .room_st {
  letter-spacing: 0.05em;
  line-height: 1.3;
  display: inline-block;
  border-bottom: 1px solid #b8bfb8;
}
.con_room .box_tit .room_st .jp {
  font-size: 254%;
}
.con_room .box_tit .room_st .sub {
  font-size: 187%;
}
.con_room .box_tit .room_st .en {
  font-size: 134%;
  color: #58aabc;
  font-family: "Lora", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-left: 0.5em;
}
.con_room .box_tit .cate {
  color: #fff;
  background-color: #5c4d89;
  width: 120px;
  padding: 5px;
  text-align: center;
  display: block;
  line-height: 1.6;
}
.con_room .box_tit .cate + .room_st {
  margin-top: 10px;
}
@media all and (-ms-high-contrast: none) {
  .con_room .box_tit .cate {
    padding: 5px 5px 0;
  }
  .con_room .box_tit .cate + .room_st {
    margin-top: 15px;
  }
}
.con_room .js-wrp {
  position: relative;
  margin-top: 45px;
  width: 870px;
  margin-right: 0;
  margin-left: auto;
}
.con_room .js-slider {
  position: relative;
  width: 100%;
}
.con_room .js-slider .slick-arrow {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 107%;
  position: absolute;
  top: -75px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.con_room .js-slider .slick-arrow:hover {
  opacity: 0.7;
}
.con_room .js-slider .slick-arrow.slick-prev {
  right: 100px;
}
.con_room .js-slider .slick-arrow.slick-prev::before {
  content: "←";
  margin-right: 0.25em;
}
.con_room .js-slider .slick-arrow.slick-next {
  right: 0;
}
.con_room .js-slider .slick-arrow.slick-next::after {
  content: "→";
  margin-left: 0.25em;
}
.con_room .box_text {
  margin-top: 50px;
  color: #2e2e2e;
}
.con_room .box_text .img {
  margin-top: 50px;
  display: block;
}
.con_room .box_text .img.west {
  width: 950px;
  height: 703px;
  background: url("../img/casual/img_western_txt.png") no-repeat;
}
.con_room .box_text .img.jp {
  width: 950px;
  height: 704px;
  background: url("../img/casual/img_jp_txt.png") no-repeat;
}
.con_room .box_text .img.casual {
  width: 950px;
  height: 365px;
  background: url("../img/casual/img_casual_txt.png") no-repeat;
}
.con_room .box_text .img.tsumugi {
  width: 950px;
  height: 705px;
  background: url("../img/casual/img_tsumugi_txt.png") no-repeat;
}
.con_room .box_text .img.lage {
  width: 950px;
  height: 366px;
  background: url("../img/casual/img_lage_txt.png") no-repeat;
}
.con_room .box_text .txt.right {
  margin-right: -2em;
}
.con_room .box_text .txt span {
  color: #d10707;
}
.con_room .box_tbl {
  margin-top: 60px;
}
.con_room .box_tbl .tmp_st_h4 {
  text-align: center;
}
.con_room .box_tbl table {
  margin-top: 20px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "YuGothicM", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.con_room .box_tbl table tr {
  border-bottom: 1px solid #e9e9e9;
}
.con_room .box_tbl table tr:first-child {
  border-top: 1px solid #e9e9e9;
}
.con_room .box_tbl table th {
  width: 170px;
  text-align: center;
  background-color: #f1f1f1;
  padding: 20px;
  font-weight: 300;
}
.con_room .box_tbl table td {
  padding: 20px;
  width: 780px;
  background-color: #fff;
}
.con_room .box_tbl .about {
  text-align: right;
  margin-top: 10px;
}
.con_room .box_yuragi {
  margin-top: 100px;
  width: 950px;
  height: 367px;
  display: block;
  background: url("../img/casual/btn_priv.png") no-repeat;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.con_room .box_yuragi:hover {
  opacity: 0.7;
}
.con_room .box_yuragi a {
  display: block;
  width: 100%;
  height: 100%;
}

.con_room_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
}
.con_room_link p {
  background-color: #fff;
  width: 465px;
  height: 160px;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.con_room_link p:hover {
  opacity: 0.7;
}
.con_room_link p:not(:nth-child(2n)) {
  margin-right: 20px;
}
.con_room_link p a {
  display: block;
  width: 100%;
  height: 100%;
}
.con_room_link p.suite {
  background: url("../img/common/btn_suite.jpg");
}
.con_room_link p.lux {
  background: url("../img/common/btn_luxury.jpg");
}

.box_name {
  min-height: 170px;
  width: 100%;
}
.box_name.casual {
  margin-top: 160px;
}
.box_name .tmp_st_h3 {
  text-align: center;
  display: block;
  position: relative;
}
.box_name .tmp_st_h3 i {
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box_name .tmp_st_h3 .jp {
  display: block;
  padding-top: 50px;
}
.box_name .tmp_st_h3.casual .jp {
  padding-top: 60px;
}
.box_name .box_text {
  margin-top: 5px;
}