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

 file name  : stay.css
 author     : Ability Consultant
 style info : ご宿泊
=================================================================== */
.con_information, .con_roomstyle > .box_txt, .con_roomstyle .container, .con_roomstyle .box_room_l, .con_deal, .con_deal .btn_tmp02 {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .con_information, .con_roomstyle > .box_txt, .con_roomstyle .container, .con_roomstyle .box_room_l, .con_deal, .con_deal .btn_tmp02 {
    width: 95%;
  }
}
@media print {
  .con_information, .con_roomstyle > .box_txt, .con_roomstyle .container, .con_roomstyle .box_room_l, .con_deal, .con_deal .btn_tmp02 {
    width: 95%;
  }
}
.ie8 .con_information, .ie8 .con_roomstyle > .box_txt, .ie8 .con_roomstyle .container, .con_roomstyle .ie8 .container, .ie8 .con_roomstyle .box_room_l, .con_roomstyle .ie8 .box_room_l, .ie8 .con_deal, .ie8 .con_deal .btn_tmp02, .con_deal .ie8 .btn_tmp02 {
  width: 95%;
}
@media only screen and (max-width: 1024px) {
  .con_information, .con_roomstyle > .box_txt, .con_roomstyle .container, .con_roomstyle .box_room_l, .con_deal, .con_deal .btn_tmp02 {
    width: 95%;
  }
}

/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
.slider_rooms .slide {
  outline: none;
}
.slider_rooms .slide img {
  width: 100%;
}
.slider_rooms .slick-slide img {
  width: 100%;
}
.slider_rooms .slick-dots {
  text-align: right;
  bottom: 4.5%;
  z-index: 1;
  width: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 1024px) {
  .slider_rooms .slick-dots {
    bottom: 8%;
  }
}
.slider_rooms .slick-dots li {
  position: relative;
  width: 12px;
  height: 0;
  padding-top: 12px;
  margin: 0;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: background 300ms;
  transition: background 300ms;
  background: #FFF;
}
.slider_rooms .slick-dots li:not(.slick-active) button {
  cursor: pointer;
}
.mouse .slider_rooms .slick-dots li:not(.slick-active):hover, .touch .slider_rooms .slick-dots li:not(.slick-active).touchstart {
  background: #bbd486;
}
.touch .slider_rooms .slick-dots li:not(.slick-active) {
  -webkit-tap-highlight-color: transparent;
}
.touch .slider_rooms .slick-dots li:not(.slick-active).touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.slider_rooms .slick-dots li:not(:first-child) {
  margin-left: 1.7em;
}
@media only screen and (max-width: 767px) {
  .slider_rooms .slick-dots li:not(:first-child) {
    margin-left: 1.7em;
  }
}
.slider_rooms .slick-dots li.slick-active {
  background-color: #77a80d;
}
@media only screen and (max-width: 767px) {
  .slider_rooms .slick-dots li {
    width: 1em;
    padding-top: 1em;
  }
}
.slider_rooms .slick-dots li button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
}

html.lower #contents .con_lnk {
  margin: 2em auto 0;
}
@media only screen and (min-width: 1025px) {
  html.lower #contents .con_lnk ul li {
    width: 33.25%;
  }
}
@media print {
  html.lower #contents .con_lnk ul li {
    width: 33.25%;
  }
}
.ie8 html.lower #contents .con_lnk ul li {
  width: 33.25%;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_lnk ul li {
    margin-bottom: 0;
    width: 100%;
  }
}
html.lower #contents .con_lnk ul li a:before, html.lower #contents .con_lnk ul li a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
html.lower #contents .con_lnk ul li a > * {
  vertical-align: middle;
  display: inline;
}
html.lower #contents .con_lnk ul li a:after {
  content: "";
  margin-left: .5em;
  position: absolute;
  right: 1em;
  top: auto;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_lnk ul li a:after {
    right: .5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_lnk ul li:nth-child(n+4) a:before {
    border-top-width: 0;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_lnk ul li:nth-child(n+2) a:before {
    border-top-width: 0;
  }
}

/* -----------------------------------------------------------
	con_information
----------------------------------------------------------- */
.con_information {
  padding: 60px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_information {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_information {
    padding: 3em 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_information .box_st {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print {
  .con_information .box_st {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ie8 .con_information .box_st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .con_information .box_st .st_tmp01 {
    margin-right: 6.77083%;
  }
}
@media print {
  .con_information .box_st .st_tmp01 {
    margin-right: 6.77083%;
  }
}
.ie8 .con_information .box_st .st_tmp01 {
  margin-right: 6.77083%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_information .box_st .st_tmp01 {
    margin-right: 4.6875%;
  }
}
.con_information .box_st .st_tmp01 span {
  letter-spacing: .15em;
}
.con_information .box_st .st_tmp01 span.jp {
  font-size: 216%;
}
@media only screen and (max-width: 767px) {
  .con_information .box_st .st_tmp01 span.jp {
    font-size: 185%;
  }
}
.con_information .box_st .st_tmp01 span.eng {
  font-size: 93%;
}
.con_information .box_st ul {
  font-size: 108%;
  line-height: 1.8;
}
.con_information .box_st ul li {
  position: relative;
  padding-left: 1.5em;
}
.con_information .box_st ul li:before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}
.con_information .box_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  padding: 2.60417% 0;
  background: url(../stay/images/line_time.png) repeat-x left top, url(../stay/images/line_time.png) repeat-x left bottom;
}
@media only screen and (max-width: 767px) {
  .con_information .box_info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2em;
    padding: 2em 0;
  }
}
.con_information .box_info li {
  width: 19.5%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_information .box_info li {
    margin-top: 1em;
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .con_information .box_info li .img {
    margin: auto;
    width: 50%;
  }
}
.con_information .box_info li .txt {
  margin-top: 1em;
  font-size: 154%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (max-width: 767px) {
  .con_information .box_info li .txt {
    font-size: 124%;
  }
}
.con_information .box_info li:nth-child(-n+2) .txt {
  margin-top: .8em;
  font-size: 185%;
}
@media only screen and (max-width: 767px) {
  .con_information .box_info li:nth-child(-n+2) .txt {
    font-size: 154%;
  }
}
.con_information .box_info li:nth-child(-n+2) .txt span {
  display: block;
  font-size: 67%;
  line-height: .8;
}
@media only screen and (max-width: 767px) {
  .con_information .box_info li:nth-child(-n+3) {
    margin-top: 0;
  }
}
.con_information .box_service {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .con_information .box_service {
    margin-top: 2em;
  }
}
.con_information .box_service .st_tmp01 {
  padding-left: 0;
  background: none;
}
.con_information .box_service .st_tmp01 span {
  letter-spacing: .15em;
}
.con_information .box_service .st_tmp01 span.jp {
  font-size: 170%;
}
@media only screen and (max-width: 767px) {
  .con_information .box_service .st_tmp01 span.jp {
    font-size: 154%;
  }
}
.con_information .box_service .st_tmp01 span.s_jp {
  display: block;
  font-size: 93%;
}
.con_information .box_service .box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2.08333% 5.20833%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f9f9f9;
}
@media only screen and (max-width: 767px) {
  .con_information .box_service .box_list {
    padding: 1.5em;
  }
}
.con_information .box_service .box_list li {
  position: relative;
  padding-left: 1.5em;
  width: 17.5%;
  font-size: 108%;
}
@media only screen and (min-width: 768px) {
  .con_information .box_service .box_list li {
    line-height: 3;
  }
}
@media print {
  .con_information .box_service .box_list li {
    line-height: 3;
  }
}
.ie8 .con_information .box_service .box_list li {
  line-height: 3;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_information .box_service .box_list li {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .con_information .box_service .box_list li {
    width: 50%;
  }
}
.con_information .box_service .box_list li:before {
  content: '●';
  position: absolute;
  left: 0;
  top: .6em;
  color: #bd9038;
  font-size: 65%;
}
.con_information .box_room_infor {
  overflow: hidden;
  *zoom: 1;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .con_information .box_room_infor {
    margin-top: 2em;
  }
}
.con_information .box_room_infor .list_star {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 2em;
}
.con_information .box_room_infor .list_star li {
  font-size: 108%;
  line-height: 1.8;
}
.con_information .box_room_infor .list_dot {
  overflow: hidden;
  *zoom: 1;
  margin: 1em 0;
}
.con_information .box_room_infor .list_dot li {
  list-style-type: disc;
  margin-left: 1.5em;
}
.con_information .box_room_infor .box_content {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 2em;
  font-size: 108%;
  line-height: 1.8;
}

/* -----------------------------------------------------------
	con_sellingpoint
----------------------------------------------------------- */
.con_sellingpoint {
  overflow: hidden;
  *zoom: 1;
  background: #2f1805;
  padding: 50px 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sellingpoint {
    padding: 40px 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sellingpoint {
    padding: 2em 0 1em;
  }
}
.con_sellingpoint h3 span {
  color: #FFF;
}
.con_sellingpoint h3 span.jp {
  font-size: 247%;
}
@media only screen and (max-width: 767px) {
  .con_sellingpoint h3 span.jp {
    font-size: 200%;
  }
}
.con_sellingpoint .list_selling_point {
  overflow: hidden;
  *zoom: 1;
}
.con_sellingpoint .list_selling_point li {
  width: 33.3%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_sellingpoint .list_selling_point li {
    width: 100%;
  }
}
.con_sellingpoint .list_selling_point li .img {
  position: relative;
}
.con_sellingpoint .list_selling_point li .img img {
  width: 100%;
}
.con_sellingpoint .list_selling_point li .img h4 {
  position: absolute;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #FFF;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -.5em;
  z-index: 9;
  font-size: 308%;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sellingpoint .list_selling_point li .img h4 {
    font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sellingpoint .list_selling_point li .img h4 {
    font-size: 154%;
  }
}
.con_sellingpoint .list_selling_point li .txt {
  font-size: 108%;
  color: #FFF;
  text-align: center;
  line-height: 1.8;
  padding: 1.5em 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sellingpoint .list_selling_point li .txt {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .con_sellingpoint .list_selling_point li .txt {
    text-align: left;
  }
}

.con_news {
  border-top: 1px solid #d5d5d5;
}

/* -----------------------------------------------------------
	con_roomstyle
----------------------------------------------------------- */
.con_roomstyle {
  background: #f2f2f2;
  margin-top: 80px;
  padding: 60px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roomstyle {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_roomstyle {
    margin-top: 3em;
    padding: 3em 0 2em;
  }
}
.con_roomstyle > .box_txt {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_roomstyle > .box_txt {
    margin-bottom: 1.5em;
  }
}
.con_roomstyle > .box_txt .txt {
  font-size: 108%;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_roomstyle > .box_txt .txt {
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) {
  .con_roomstyle .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1570px;
  }
}
@media print {
  .con_roomstyle .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1570px;
  }
}
.ie8 .con_roomstyle .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1570px;
}
@media only screen and (min-width: 1280px) {
  .con_roomstyle .box_room {
    width: 49.32292%;
    min-width: 630px;
  }
  .con_roomstyle .box_room:nth-child(even) {
    margin-left: 1.30208%;
  }
}
@media print {
  .con_roomstyle .box_room {
    width: 49.32292%;
    min-width: 630px;
  }
  .con_roomstyle .box_room:nth-child(even) {
    margin-left: 1.30208%;
  }
}
.ie8 .con_roomstyle .box_room {
  width: 49.32292%;
  min-width: 630px;
}
.ie8 .con_roomstyle .box_room:nth-child(even) {
  margin-left: 1.30208%;
}
@media only screen and (min-width: 768px) {
  .con_roomstyle .box_room {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.30208%;
  }
}
@media print {
  .con_roomstyle .box_room {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.30208%;
  }
}
.ie8 .con_roomstyle .box_room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.30208%;
}
@media only screen and (max-width: 767px) {
  .con_roomstyle .box_room {
    margin-bottom: 2em;
  }
}
.con_roomstyle .box_room .box_img {
  position: relative;
  overflow: hidden;
  width: 61.41935%;
}
@media only screen and (max-width: 767px) {
  .con_roomstyle .box_room .box_img {
    width: 100%;
  }
}
.con_roomstyle .box_room .box_img .cate {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  padding: .5em;
  width: 5em;
  font-size: 108%;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con_roomstyle .box_room .box_img .cate {
    font-size: 93%;
  }
}
@media only screen and (min-width: 1280px) {
  .con_roomstyle .box_room .box_img img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: unset;
    height: 100%;
  }
}
@media print {
  .con_roomstyle .box_room .box_img img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: unset;
    height: 100%;
  }
}
.ie8 .con_roomstyle .box_room .box_img img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: unset;
  height: 100%;
}
@media only screen and (max-width: 1279px) {
  .con_roomstyle .box_room .box_img img {
    width: 100%;
  }
}
@media print {
  .con_roomstyle .box_room .box_img img {
    width: 100%;
  }
}
.ie8 .con_roomstyle .box_room .box_img img {
  width: 100%;
}
.con_roomstyle .box_room .box_txt {
  padding: 3.95833%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 38.58065%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_roomstyle .box_room .box_txt {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_roomstyle .box_room .box_txt {
    padding: 2.39583%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roomstyle .box_room .box_txt {
    padding: 1em;
  }
}
.con_roomstyle .box_room .box_txt .st {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_roomstyle .box_room .box_txt .st {
    margin-bottom: .5em;
  }
}
.con_roomstyle .box_room .box_txt .st span {
  display: block;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #555555;
}
.con_roomstyle .box_room .box_txt .st span.jp {
  font-size: 162%;
}
@media only screen and (max-width: 767px) {
  .con_roomstyle .box_room .box_txt .st span.jp {
    font-size: 139%;
  }
}
.con_roomstyle .box_room .box_txt .st span.eng {
  font-size: 93%;
}
.con_roomstyle .box_room .box_txt ul {
  margin-bottom: 1.5em;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_roomstyle .box_room .box_txt ul {
    margin-bottom: 1em;
  }
}
.con_roomstyle .box_room .box_txt ul li:not(:last-child) {
  border-bottom: 5px solid #fff;
}
@media only screen and (max-width: 767px) {
  .con_roomstyle .box_room .box_txt ul li {
    display: inline-block;
    margin-right: 1.5em;
  }
}
.con_roomstyle .box_room .box_txt ul li p {
  display: inline-block;
  padding: .5em 0;
  font-size: 108%;
  font-weight: normal;
}
.con_roomstyle .box_room .box_txt ul li .item {
  margin-right: .5em;
  width: 90px;
  background-color: #f2f2f2;
  text-align: center;
}
.con_roomstyle .box_room .box_txt .box_btn {
  margin-bottom: .5em;
}
.con_roomstyle .box_room .box_txt .box_btn a {
  padding: 1em .5em;
  width: auto;
}
@media only screen and (min-width: 1280px) {
  .con_roomstyle .box_room_l {
    max-width: 1570px;
    width: 100%;
    margin: auto;
  }
}
@media print {
  .con_roomstyle .box_room_l {
    max-width: 1570px;
    width: 100%;
    margin: auto;
  }
}
.ie8 .con_roomstyle .box_room_l {
  max-width: 1570px;
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 1280px) {
  .con_roomstyle .box_room_l .box_img {
    width: 60.98958%;
  }
}
@media print {
  .con_roomstyle .box_room_l .box_img {
    width: 60.98958%;
  }
}
.ie8 .con_roomstyle .box_room_l .box_img {
  width: 60.98958%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_roomstyle .box_room_l .box_img img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: unset;
    height: 100%;
    width: auto;
  }
}
@media print {
  .con_roomstyle .box_room_l .box_img img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: unset;
    height: 100%;
    width: auto;
  }
}
.ie8 .con_roomstyle .box_room_l .box_img img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: unset;
  height: 100%;
  width: auto;
}
@media only screen and (min-width: 1280px) {
  .con_roomstyle .box_room_l .box_txt {
    padding: 4.47917%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 39.0625%;
  }
}
@media print {
  .con_roomstyle .box_room_l .box_txt {
    padding: 4.47917%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 39.0625%;
  }
}
.ie8 .con_roomstyle .box_room_l .box_txt {
  padding: 4.47917%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 39.0625%;
}
.con_roomstyle .box_room_l .box_txt > .txt {
  border-bottom: 1px solid #ababab;
  padding-bottom: 2em;
  margin-bottom: 2.5em;
  font-size: 108%;
  line-height: 1.8;
}
@media only screen and (max-width: 1279px) {
  .con_roomstyle .box_room_l .box_txt > .txt {
    padding-bottom: 1em;
    margin-bottom: 1.5em;
  }
}
@media print {
  .con_roomstyle .box_room_l .box_txt > .txt {
    padding-bottom: 1em;
    margin-bottom: 1.5em;
  }
}
.ie8 .con_roomstyle .box_room_l .box_txt > .txt {
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 1280px) {
  .con_roomstyle .box_room_l .box_txt ul {
    margin-bottom: 2.5em;
  }
}
@media print {
  .con_roomstyle .box_room_l .box_txt ul {
    margin-bottom: 2.5em;
  }
}
.ie8 .con_roomstyle .box_room_l .box_txt ul {
  margin-bottom: 2.5em;
}
@media only screen and (min-width: 1280px) {
  .con_roomstyle .box_room_l .box_txt ul li {
    display: inline-block;
    width: 49%;
  }
}
@media print {
  .con_roomstyle .box_room_l .box_txt ul li {
    display: inline-block;
    width: 49%;
  }
}
.ie8 .con_roomstyle .box_room_l .box_txt ul li {
  display: inline-block;
  width: 49%;
}
@media only screen and (min-width: 1280px) {
  .con_roomstyle .box_room_l .box_txt .box_btn, .con_roomstyle .box_room_l .box_txt .btn {
    display: inline-block;
    width: 48.125%;
  }
}
@media print {
  .con_roomstyle .box_room_l .box_txt .box_btn, .con_roomstyle .box_room_l .box_txt .btn {
    display: inline-block;
    width: 48.125%;
  }
}
.ie8 .con_roomstyle .box_room_l .box_txt .box_btn, .ie8 .con_roomstyle .box_room_l .box_txt .btn {
  display: inline-block;
  width: 48.125%;
}
@media only screen and (min-width: 1280px) {
  .con_roomstyle .box_room_l .box_txt .box_btn {
    margin-right: 1em;
  }
}
@media print {
  .con_roomstyle .box_room_l .box_txt .box_btn {
    margin-right: 1em;
  }
}
.ie8 .con_roomstyle .box_room_l .box_txt .box_btn {
  margin-right: 1em;
}

/* -----------------------------------------------------------
	con_deal
----------------------------------------------------------- */
.con_deal .st_tmp02 {
  text-align: center;
}
.con_deal .box_deal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con_deal .box_deal li {
  border: 1px solid #d4d4d4;
  width: 31.5%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_deal .box_deal li {
    width: 31%;
  }
}
@media print {
  .con_deal .box_deal li {
    width: 31%;
  }
}
.ie8 .con_deal .box_deal li {
  width: 31%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_deal .box_deal li {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_deal .box_deal li {
    width: 48%;
    margin-bottom: .7em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_deal .box_deal li:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
@media print {
  .con_deal .box_deal li:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
.ie8 .con_deal .box_deal li:not(:nth-child(3n)) {
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_deal .box_deal li:not(:nth-child(3n)) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_deal .box_deal li:not(:nth-child(2n)) {
    margin-right: .7em;
  }
}
.con_deal .box_deal li a {
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.con_deal .box_deal li a .img img {
  width: 100%;
}
.con_deal .box_deal li a .box_txt {
  padding: 1.8em;
}
@media only screen and (max-width: 767px) {
  .con_deal .box_deal li a .box_txt {
    padding: .8em;
  }
}
.con_deal .box_deal li a .box_txt h4 {
  font-size: 124%;
  color: #525E14;
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: .5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.firefox .con_deal .box_deal li a .box_txt h4, .ie .con_deal .box_deal li a .box_txt h4 {
  max-height: 3em;
}
@media only screen and (max-width: 767px) {
  .con_deal .box_deal li a .box_txt h4 {
    margin: 0 0 .5em;
    font-size: 100%;
  }
}
.con_deal .box_deal li a .box_txt .txt {
  color: #555555;
  font-size: 108%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
}
.firefox .con_deal .box_deal li a .box_txt .txt, .ie .con_deal .box_deal li a .box_txt .txt {
  max-height: 4.5em;
}
@media only screen and (max-width: 767px) {
  .con_deal .box_deal li a .box_txt .txt {
    font-size: 100%;
  }
}
.con_deal .box_deal li a:hover h4 {
  text-decoration: none;
}
.con_deal .btn_tmp02 {
  margin-top: .5em;
}
.con_deal .btn_tmp02 a {
  margin: auto;
  width: 345px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_deal .btn_tmp02 a {
    width: 345px;
  }
}
@media only screen and (max-width: 767px) {
  .con_deal .btn_tmp02 a {
    width: 95%;
  }
}

#trip_ai_container {
  bottom: 100px !important;
}
@media only screen and (max-width: 767px) {
  #trip_ai_container {
    bottom: 9% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #trip_ai_container {
    bottom: 16% !important;
  }
}
