@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :  homepage.scss
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_rooms .con_inner:after, .con_access .wrp_access:after {
  content: "";
  display: table;
  clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	.con_main
----------------------------------------------------------- */
.con_main {
  position: relative;
  background: url(../images/home/bg_line_main.jpg);
  padding-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  .con_main {
    padding-bottom: 15px;
  }
}
.con_main h2 {
  font-family: "Times New Roman", Georgia, Serif;
  width: 1260px;
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 50%;
  margin-left: -630px;
  color: #fff;
  font-size: 288%;
  font-weight: normal;
}
@media only screen and (max-width: 1260px) {
  .con_main h2 {
    left: 0;
    width: 100%;
    padding-left: 5%;
    margin-left: 0;
  }
}
@media print {
  .con_main h2 {
    left: 0;
    width: 100%;
    padding-left: 5%;
    margin-left: 0;
  }
}
.ie8 .con_main h2 {
  left: 0;
  width: 100%;
  padding-left: 5%;
  margin-left: 0;
}
@media only screen and (max-width: 1024px) {
  .con_main h2 {
    font-size: 225%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main h2 {
    top: 40%;
    font-size: 150%;
  }
}
.con_main .box_slide .slide {
  height: 655px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .con_main .box_slide .slide {
    height: 520px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_slide .slide {
    height: 360px;
  }
}

.slick-dots {
  position: absolute;
  z-index: 2;
  bottom: 25px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .slick-dots {
    bottom: 10px;
  }
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
  height: 13px;
}
.slick-dots li.slick-active button {
  background: #664a23;
}
.slick-dots li button {
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  width: 13px;
  padding-top: 13px;
  height: 0;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}

/* -----------------------------------------------------------
	.con_gnav
----------------------------------------------------------- */
.con_gnav {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
  padding: 15px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .con_gnav {
    display: none;
  }
}
.con_gnav:after {
  content: " ";
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: -15px;
  background: url(../images/header/bg_shadow.png) center bottom no-repeat;
}
.con_gnav .gnav {
  text-align: center;
}
.con_gnav .gnav li {
  display: inline-block;
}
.con_gnav .gnav li a {
  display: block;
  padding: 20px 20px 15px;
  color: #000000 !important;
  text-decoration: none;
  font-size: 113%;
  position: relative;
}
.con_gnav .gnav li a:after {
  content: " ";
  display: block;
  height: 5px;
  background: #350e01;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.con_gnav .gnav li a:hover:after {
  opacity: 1;
}
.con_gnav .gnav li.gnav_rsv a:after {
  background: #7c2725;
  opacity: 1;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  padding-top: 100px;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .con_intro {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 850px) {
  .con_intro {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding-top: 0;
  }
}
.con_intro .bg {
  background: url(../images/home/bg_intro.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 60px 0 50px 0;
}
@media only screen and (max-width: 767px) {
  .con_intro .bg {
    padding: 30px 0;
  }
}
.con_intro .con_inner {
  position: relative;
}
.con_intro .box_content {
  padding-left: 10%;
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_content {
    padding-left: 0;
  }
}
.con_intro .box_content h2 {
  font-family: "Times New Roman", Georgia, Serif;
  font-weight: normal;
  font-size: 188%;
  color: #fff;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_content h2 {
    margin-bottom: 20px;
    font-size: 113%;
  }
}
.con_intro .box_content .txt {
  font-size: 88%;
  color: #fff;
  line-height: 2.4;
  max-width: 45%;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_content .txt {
    max-width: 100%;
    line-height: 1.5;
  }
}
.con_intro .box_content .btn {
  margin-top: 35px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_content .btn {
    margin-top: -24%;
  }
}
.con_intro .box_content .btn li {
  float: left;
}
.con_intro .box_content .btn li:first-child {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_content .btn li {
    float: none;
    width: 100%;
    margin-right: 0 !important;
    margin-top: 10px;
  }
}
.con_intro .box_content .btn li a {
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  position: relative;
  text-align: center;
  font-size: 88%;
}
.con_intro .box_content .btn li a:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background: url(../images/common/bg_texure_brown_btn.jpg);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_intro .box_content .btn li a i {
  margin-left: 6px;
}
.con_intro .box_content .btn li a span {
  position: relative;
  z-index: 2;
}
.con_intro .box_content .btn li a .ion-ios-list-outline {
  margin-right: 10px;
  margin-left: 0;
}
.con_intro .box_content .btn li a:hover {
  padding: 7px 0;
  border: 3px solid #4b3417;
  color: #584020 !important;
}
.con_intro .box_content .btn li a:hover:after {
  opacity: 0;
}
.con_intro .box_content .btn li a:hover {
  color: #fff !important;
}
.con_intro .box_content .btn li.btn_access a {
  width: 10em;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_content .btn li.btn_access a {
    width: 100%;
  }
}
.con_intro .box_content .btn li.btn_sightseeing a {
  width: 18em;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_content .btn li.btn_sightseeing a {
    width: 100%;
  }
}
.con_intro .img_map {
  position: absolute;
  right: -10%;
  top: -60%;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .con_intro .img_map {
    width: 80%;
    top: -40%;
    right: -15%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .img_map {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    margin-top: 0;
    text-align: center;
  }
  .con_intro .img_map img {
    max-width: none;
    width: 160%;
    margin-left: -30%;
  }
}

/* -----------------------------------------------------------
	.wrp_points
----------------------------------------------------------- */
.wrp_points {
  background: url(../images/common/bg_texture_yellow.jpg);
}
.wrp_points h2 {
  background: url(../images/common/ic_st.png) center 0 no-repeat;
  padding-top: 40px;
  font-size: 150%;
  font-weight: normal;
  text-align: center;
  margin-bottom: 35px;
  color: #000;
  line-height: 1.4;
  font-family: "Times New Roman", Georgia, Serif;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .wrp_points h2 {
    font-size: 113%;
    background-size: 24px auto;
    padding-top: 35px;
    margin-bottom: 20px;
  }
}
.wrp_points .bg {
  padding-top: 90px;
  background: url(../images/home/bg_hotspring.png) center top no-repeat;
}
.wrp_points .con_hotspring {
  text-align: center;
  position: relative;
  padding-bottom: 80px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .wrp_points .con_hotspring {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
  }
}
.wrp_points .con_hotspring:after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 1px;
  left: 0;
}
.wrp_points .con_hotspring .box_title {
  position: absolute;
  z-index: 2;
  width: 1260px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -630px;
  -webkit-transform: translateY(-130%);
  transform: translateY(-130%);
  text-align: right;
  padding-right: 5%;
}
@media only screen and (max-width: 1260px) {
  .wrp_points .con_hotspring .box_title {
    margin-left: 0;
    width: 100%;
    left: 0;
  }
}
@media print {
  .wrp_points .con_hotspring .box_title {
    margin-left: 0;
    width: 100%;
    left: 0;
  }
}
.ie8 .wrp_points .con_hotspring .box_title {
  margin-left: 0;
  width: 100%;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .wrp_points .con_hotspring .box_title {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 20px;
    padding-right: 0;
    text-align: left;
  }
}
.wrp_points .con_hotspring h3 {
  font-family: "Times New Roman", Georgia, Serif;
  display: inline-block;
  color: #fff;
  font-size: 375%;
  font-weight: normal;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .wrp_points .con_hotspring h3 {
    font-size: 300%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_points .con_hotspring h3 {
    color: #000;
    font-size: 175%;
    text-align: center;
    display: block;
  }
}
.wrp_points .con_hotspring h3 span {
  display: block;
  font-size: 50%;
}
@media only screen and (max-width: 1024px) {
  .wrp_points .con_hotspring h3 span {
    font-size: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_points .con_hotspring h3 span {
    font-size: 50%;
  }
}
.wrp_points .con_hotspring .imgs {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 1750px) {
  .wrp_points .con_hotspring .imgs {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print {
  .wrp_points .con_hotspring .imgs {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ie8 .wrp_points .con_hotspring .imgs {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .wrp_points .con_hotspring .imgs {
    width: 100%;
  }
}
.wrp_points .con_hotspring .imgs li {
  padding-left: 1px;
  float: left;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1750px) {
  .wrp_points .con_hotspring .imgs li {
    width: 33.3333333%;
  }
  .wrp_points .con_hotspring .imgs li img {
    width: auto;
    height: 100%;
    max-width: none;
  }
}
@media print {
  .wrp_points .con_hotspring .imgs li {
    width: 33.3333333%;
  }
  .wrp_points .con_hotspring .imgs li img {
    width: auto;
    height: 100%;
    max-width: none;
  }
}
.ie8 .wrp_points .con_hotspring .imgs li {
  width: 33.3333333%;
}
.ie8 .wrp_points .con_hotspring .imgs li img {
  width: auto;
  height: 100%;
  max-width: none;
}
@media only screen and (max-width: 1024px) {
  .wrp_points .con_hotspring .imgs li img {
    -webkit-transform: translateX(-12.5%);
    transform: translateX(-12.5%);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_points .con_hotspring .imgs li {
    width: 100%;
  }
  .wrp_points .con_hotspring .imgs li img {
    width: 100%;
    height: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.wrp_points .con_hotspring .imgs li span {
  position: absolute;
  z-index: 2;
  color: #fff;
  right: 20px;
  bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .wrp_points .con_hotspring .imgs li span {
    left: auto !important;
    right: 20px !important;
  }
}
.wrp_points .con_hotspring .imgs li:last-child span {
  right: auto;
  left: 20px;
}
.wrp_points .con_cuisine {
  padding: 60px 0 140px 0;
  background: url(../images/common/bg_texture_white.jpg);
}
@media only screen and (max-width: 767px) {
  .wrp_points .con_cuisine {
    padding: 30px 0 40px 0;
  }
}
.wrp_points .con_cuisine h3 {
  font-family: "Times New Roman", Georgia, Serif;
  color: #000;
  font-size: 375%;
  font-weight: normal;
  text-align: center;
  margin-bottom: -25px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .wrp_points .con_cuisine h3 {
    font-size: 300%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_points .con_cuisine h3 {
    font-size: 175%;
  }
}
.wrp_points .con_cuisine h3 span {
  display: block;
  font-size: 50%;
}
@media only screen and (max-width: 1024px) {
  .wrp_points .con_cuisine h3 span {
    font-size: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_points .con_cuisine h3 span {
    font-size: 50%;
  }
}
.wrp_points .con_cuisine .box_slide {
  width: 1744px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1750px) {
  .wrp_points .con_cuisine .box_slide {
    width: 100%;
  }
}
@media print {
  .wrp_points .con_cuisine .box_slide {
    width: 100%;
  }
}
.ie8 .wrp_points .con_cuisine .box_slide {
  width: 100%;
}
.wrp_points .con_cuisine .box_slide .slide {
  padding-left: 1px;
  width: 349px;
}
@media only screen and (max-width: 1024px) {
  .wrp_points .con_cuisine .box_slide .slide img {
    width: 100%;
  }
}
.wrp_points .con_cuisine .btn_rsv {
  text-align: center;
  margin-top: 30px;
}
.wrp_points .con_cuisine .btn_rsv a {
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  position: relative;
  background: url(../images/common/bg_texture_red.jpg);
  text-align: center;
  font-size: 107%;
  max-width: 260px;
}
@media only screen and (max-width: 767px) {
  .wrp_points .con_cuisine .btn_rsv a {
    font-size: 100%;
  }
}
.wrp_points .con_cuisine .btn_rsv a:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background: url(../images/common/bg_texture_red_dark.jpg);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 1;
}
.wrp_points .con_cuisine .btn_rsv a i {
  margin-left: 6px;
}
.wrp_points .con_cuisine .btn_rsv a span {
  position: relative;
  z-index: 2;
}
.wrp_points .con_cuisine .btn_rsv a .ion-ios-list-outline {
  margin-right: 10px;
  margin-left: 0;
}
.wrp_points .con_cuisine .btn_rsv a:hover:after {
  opacity: 0;
}

/* -----------------------------------------------------------
	.con_rooms
----------------------------------------------------------- */
.con_rooms {
  background: url(../images/common/bg_texture_redbrown.jpg);
}
.con_rooms .bg {
  background: url(../images/home/bg_rooms.png) 0 0 no-repeat;
  padding: 50px 0 90px 0;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .bg {
    background-size: 50% auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .bg {
    padding: 40px 0 40px 0;
    background-size: 60% auto;
  }
}
.con_rooms h2 {
  background: url(../images/common/ic_st.png) center 0 no-repeat;
  padding-top: 40px;
  font-size: 150%;
  font-weight: normal;
  text-align: center;
  margin-bottom: 35px;
  color: #fff;
  line-height: 1.4;
  font-family: "Times New Roman", Georgia, Serif;
}
@media only screen and (max-width: 767px) {
  .con_rooms h2 {
    font-size: 113%;
    background-size: 24px auto;
    padding-top: 35px;
    margin-bottom: 20px;
  }
}
.con_rooms .section {
  width: 49%;
  position: relative;
  padding-top: 1px;
  overflow: hidden;
  padding-top: 0.7em;
}
.con_rooms .section:before {
  content: " ";
  display: block;
  width: 1px;
  height: 35px;
  border-left: 1px solid #7d6e39;
  position: absolute;
  z-index: 1;
  top: 0.7em;
  left: 0;
}
.con_rooms .section:after {
  content: " ";
  display: block;
  width: 1px;
  height: 35px;
  border-right: 1px solid #7d6e39;
  position: absolute;
  z-index: 1;
  top: 0.7em;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .section {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    margin-top: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .section {
    width: 100%;
    margin-top: 3em !important;
  }
}
.con_rooms .section.rooms01 {
  float: left;
}
@media only screen and (min-width: 1025px) {
  .con_rooms .section.rooms01 {
    width: 56.3%;
  }
}
@media print {
  .con_rooms .section.rooms01 {
    width: 56.3%;
  }
}
.ie8 .con_rooms .section.rooms01 {
  width: 56.3%;
}
@media only screen and (max-width: 767px) {
  .con_rooms .section.rooms01 {
    margin-top: 0 !important;
  }
}
.con_rooms .section.rooms01 ul li {
  width: 23.6%;
  margin-left: 1.5%;
}
.con_rooms .section.rooms01 ul li:first-child {
  margin-left: 0%;
}
.con_rooms .section.rooms02 {
  float: right;
}
@media only screen and (min-width: 1025px) {
  .con_rooms .section.rooms02 {
    width: 41.7%;
  }
}
@media print {
  .con_rooms .section.rooms02 {
    width: 41.7%;
  }
}
.ie8 .con_rooms .section.rooms02 {
  width: 41.7%;
}
.con_rooms .section.rooms02 h3 span {
  font-family: "Times New Roman", Georgia, Serif;
}
.con_rooms .section.rooms02 h3 span:before {
  border-top-color: #7a4c36;
  border-left-color: #7a4c36;
}
.con_rooms .section.rooms02 h3 span:after {
  border-top-color: #7a4c36;
  border-right-color: #7a4c36;
}
.con_rooms .section.rooms02 .border:before {
  border-top-color: #936047;
  border-left-color: #936047;
}
.con_rooms .section.rooms02 .border:after {
  border-top-color: #936047;
  border-right-color: #936047;
}
.con_rooms .section.rooms02 ul li {
  width: 31.6%;
  margin-left: 2.5%;
}
.con_rooms .section.rooms02 ul li .img {
  border-top-color: #b27152;
}
.con_rooms .section.rooms02 ul li:first-child {
  margin-left: 0%;
}
.con_rooms .section.rooms03 {
  float: left;
  margin-top: 65px;
  position: relative;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .con_rooms .section.rooms03 {
    width: 100%;
    margin-top: 160px;
    left: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.con_rooms .section.rooms03 ul li {
  margin-left: 1%;
  width: 13.4%;
}
.con_rooms .section.rooms03 ul li:first-child {
  margin-left: 0%;
}
.con_rooms .section.rooms03 ul li .img {
  border-top-color: #a95d58;
}
.con_rooms .section.rooms03 h3 span {
  font-family: "Times New Roman", Georgia, Serif;
}
.con_rooms .section.rooms03 h3 span:before {
  border-top-color: #894842;
  border-left-color: #894842;
}
.con_rooms .section.rooms03 h3 span:after {
  border-top-color: #894842;
  border-right-color: #894842;
}
.con_rooms .section.rooms03 .border:before {
  border-top-color: #a95d58;
  border-left-color: #a95d58;
}
.con_rooms .section.rooms03 .border:after {
  border-top-color: #a95d58;
  border-right-color: #a95d58;
}
.con_rooms .section .border:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 4px solid #938b47;
  border-left: 4px solid #938b47;
  position: absolute;
  top: 0.7em;
  left: 0;
  z-index: 1;
}
.con_rooms .section .border:after {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 4px solid #938b47;
  border-right: 4px solid #938b47;
  position: absolute;
  top: 0.7em;
  right: 0;
  z-index: 1;
}
.con_rooms .section h3 {
  font-family: "Times New Roman", Georgia, Serif;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  font-weight: normal;
  margin-top: -0.7em;
  color: #fff;
  font-size: 150%;
}
@media only screen and (max-width: 767px) {
  .con_rooms .section h3 {
    font-size: 125%;
  }
}
.con_rooms .section h3 span {
  display: inline-block;
  padding: 0 40px;
  position: relative;
}
.con_rooms .section h3 span:before {
  content: " ";
  display: block;
  width: 600%;
  height: 35px;
  border-left: 1px solid #7d6e39;
  border-top: 1px solid #7d6e39;
  position: absolute;
  z-index: 1;
  top: 0.7em;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.con_rooms .section h3 span:after {
  content: " ";
  display: block;
  width: 600%;
  height: 35px;
  border-right: 1px solid #7d6e39;
  border-top: 1px solid #7d6e39;
  position: absolute;
  z-index: 1;
  top: 0.7em;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@media only screen and (max-width: 767px) {
  .con_rooms .section h3 {
    margin-bottom: 20px;
  }
}
.con_rooms .section ul {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .con_rooms .section ul {
    margin-left: -2%;
    margin-top: -40px;
  }
}
.con_rooms .section ul li {
  float: left;
  width: 22.6%;
  margin-left: 1%;
}
@media only screen and (max-width: 767px) {
  .con_rooms .section ul li {
    width: 48% !important;
    margin-left: 2% !important;
    margin-top: 40px !important;
  }
}
.con_rooms .section ul li a {
  text-decoration: none;
  display: block;
}
@media only screen and (max-width: 1260px) {
  .con_rooms .section ul li .box_txt {
    font-size: 80%;
  }
}
@media print {
  .con_rooms .section ul li .box_txt {
    font-size: 80%;
  }
}
.ie8 .con_rooms .section ul li .box_txt {
  font-size: 80%;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .section ul li .box_txt {
    font-size: 100%;
  }
}
.con_rooms .section ul li .img {
  border-top: 5px solid #938b47;
  margin-bottom: 20px;
  position: relative;
}
.con_rooms .section ul li .img:after {
  content: " ";
  display: block;
  width: 20px;
  height: 21px;
  background: url(../images/home/ic_zoom.png) 0 0 no-repeat;
  position: absolute;
  z-index: 2;
  right: 5px;
  bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .section ul li .img img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .section ul li .img {
    margin-bottom: 15px;
  }
}
.con_rooms .section ul li .catch {
  color: #988f42;
  text-align: center;
}
.con_rooms .section ul li h4 {
  font-weight: normal;
  color: #fff;
  font-size: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_rooms .section ul li h4 {
    font-size: 88%;
  }
}
.con_rooms .section ul li h4 span {
  font-size: 70%;
}
@media only screen and (max-width: 767px) {
  .con_rooms .section ul li h4 span {
    font-size: 78%;
  }
}
.con_rooms .section ul li .btn_more {
  text-align: center;
  margin-top: 12px;
}
.con_rooms .section ul li .btn_more a {
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  position: relative;
  text-align: center;
  font-size: 88%;
  max-width: 145px;
}
.con_rooms .section ul li .btn_more a:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background: url(../images/common/bg_texure_brown_btn.jpg);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_rooms .section ul li .btn_more a i {
  margin-left: 6px;
}
.con_rooms .section ul li .btn_more a span {
  position: relative;
  z-index: 2;
}
.con_rooms .section ul li .btn_more a .ion-ios-list-outline {
  margin-right: 10px;
  margin-left: 0;
}
.con_rooms .section ul li .btn_more a:hover {
  padding: 7px 0;
  border: 3px solid #4b3417;
  color: #584020 !important;
}
.con_rooms .section ul li .btn_more a:hover:after {
  opacity: 0;
}
.con_rooms .section ul li .btn_more a:hover {
  color: #fff !important;
}
.con_rooms .btn_rsv {
  clear: both;
  padding-top: 45px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_rooms .btn_rsv {
    padding-top: 25px;
  }
}
.con_rooms .btn_rsv a {
  max-width: 260px;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  position: relative;
  background: url(../images/common/bg_texture_red.jpg);
  text-align: center;
  font-size: 107%;
}
@media only screen and (max-width: 767px) {
  .con_rooms .btn_rsv a {
    font-size: 100%;
  }
}
.con_rooms .btn_rsv a:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background: url(../images/common/bg_texture_red_dark.jpg);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 1;
}
.con_rooms .btn_rsv a i {
  margin-left: 6px;
}
.con_rooms .btn_rsv a span {
  position: relative;
  z-index: 2;
}
.con_rooms .btn_rsv a .ion-ios-list-outline {
  margin-right: 10px;
  margin-left: 0;
}
.con_rooms .btn_rsv a:hover:after {
  opacity: 0;
}

/* -----------------------------------------------------------
	.con_access
----------------------------------------------------------- */
.con_access {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .con_access {
    padding-top: 40px;
  }
}
.con_access h2 {
  font-family: "Times New Roman", Georgia, Serif;
  background: url(../images/common/ic_st.png) center 0 no-repeat;
  padding-top: 40px;
  font-size: 150%;
  font-weight: normal;
  text-align: center;
  margin-bottom: 35px;
  color: #000;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .con_access h2 {
    font-size: 113%;
    background-size: 24px auto;
    padding-top: 35px;
    margin-bottom: 20px;
  }
}
.con_access .wrp_access {
  margin-left: -4%;
}
@media only screen and (max-width: 1024px) {
  .con_access .wrp_access {
    margin-left: 0;
  }
}
.con_access .wrp_access .box_access {
  width: 37.83333333333%;
  margin-left: 4%;
  float: left;
  position: relative;
  padding-top: 1px;
}
@media only screen and (max-width: 1024px) {
  .con_access .wrp_access .box_access {
    float: none;
    width: 100% !important;
    margin-left: 0;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .wrp_access .box_access {
    margin-top: 40px;
  }
}
.con_access .wrp_access .box_access .border:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 4px solid #938b47;
  border-left: 4px solid #938b47;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.con_access .wrp_access .box_access .border:after {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 4px solid #938b47;
  border-right: 4px solid #938b47;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.con_access .wrp_access .box_access:before {
  content: " ";
  display: block;
  width: 100%;
  height: 35px;
  border-left: 1px solid #7d6e39;
  border-top: 1px solid #7d6e39;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.con_access .wrp_access .box_access:after {
  content: " ";
  display: block;
  width: 100%;
  height: 35px;
  border-right: 1px solid #7d6e39;
  border-top: 1px solid #7d6e39;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.con_access .wrp_access .box_access:last-child {
  width: 12.3333333333%;
}
@media only screen and (max-width: 1024px) {
  .con_access .wrp_access .box_access:last-child {
    width: 31.333333%;
    margin-left: auto;
    margin-right: auto;
  }
}
.con_access .wrp_access .box_access:last-child h3 span {
  padding: 0 10px;
}
.con_access .wrp_access .box_access:last-child ul li {
  width: 100%;
}
.con_access .wrp_access .box_access h3 {
  text-align: center;
  font-weight: normal;
  font-size: 113%;
  position: relative;
  z-index: 2;
  margin-top: -0.7em;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .con_access .wrp_access .box_access h3 {
    margin-bottom: 30px;
  }
}
.con_access .wrp_access .box_access h3 span {
  display: inline-block;
  padding: 0 40px;
  background: url(../images/common/bg_texture_white.jpg);
}
@media only screen and (max-width: 767px) {
  .con_access .wrp_access .box_access h3 span {
    padding: 0 20px !important;
  }
}
.con_access .wrp_access .box_access ul {
  margin-left: -4%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_access .wrp_access .box_access ul {
    margin-left: 0;
  }
}
.con_access .wrp_access .box_access ul li {
  width: 29.33333333333%;
  margin-left: 4%;
  float: left;
  background: url(../images/home/bg_line_access.png) center 0 repeat-y;
}
@media only screen and (max-width: 767px) {
  .con_access .wrp_access .box_access ul li {
    width: 100%;
    float: none;
    margin-top: 5px;
    margin-left: 0;
  }
}
.con_access .wrp_access .box_access ul li dl dt {
  display: table;
  width: 100%;
  color: #fff;
}
.con_access .wrp_access .box_access ul li dl dt span {
  padding: 0.2em 0;
  height: 3.2em;
  background: #350e01;
  text-align: center;
  display: table-cell;
  line-height: 1.3;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .con_access .wrp_access .box_access ul li dl dd {
    display: none;
    margin-bottom: 30px;
  }
}
.con_access .wrp_access .box_access ul li dl dd .time {
  display: table;
  width: 100%;
  margin: 1.5em 0;
}
.con_access .wrp_access .box_access ul li dl dd .time span {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 3em;
  font-size: 88%;
  color: #7c2725;
  text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}
.con_access .wrp_access .box_access ul li dl dd .bg {
  display: table;
  width: 100%;
  color: #fff;
}
.con_access .wrp_access .box_access ul li dl dd .bg span {
  padding: 0.2em 0;
  height: 3.2em;
  background: url(../images/home/bg_access.jpg);
  text-align: center;
  display: table-cell;
  line-height: 1.3;
  vertical-align: middle;
}
.con_access .wrp_access .box_access ul li dl dd .goal {
  display: table;
  width: 100%;
}
.con_access .wrp_access .box_access ul li dl dd .goal span {
  height: 86px;
  background: #350e01;
  text-align: center;
  display: table-cell;
  line-height: 1.3;
  vertical-align: middle;
}
.con_access .wrp_access .box_access ul li dl dd .goal span img {
  max-width: 90%;
}
.con_access .wrp_access .box_access ul li dl dd .adjust-padd01 {
  padding-top: 2em;
}
@media only screen and (max-width: 767px) {
  .con_access .wrp_access .box_access ul li dl dd .adjust-padd01 {
    padding: 0;
  }
}
.con_access .wrp_access .box_access ul li dl dd .adjust-padd02 {
  padding: 1.85em 0;
}
@media only screen and (max-width: 767px) {
  .con_access .wrp_access .box_access ul li dl dd .adjust-padd02 {
    padding: 0;
  }
}
.con_access .wrp_access .box_access ul li dl dd .adjust-padd03 {
  padding: 4.45em 0;
}
@media only screen and (max-width: 767px) {
  .con_access .wrp_access .box_access ul li dl dd .adjust-padd03 {
    padding: 0;
  }
}
.con_access .wrp_access .box_access ul li dl dd .adjust-padd04 {
  padding: 8.85em 0;
}
@media only screen and (max-width: 1024px) {
  .con_access .wrp_access .box_access ul li dl dd .adjust-padd04 {
    padding: 0;
  }
}

/* -----------------------------------------------------------
	.con_sightseeing
----------------------------------------------------------- */
.con_sightseeing {
  margin-top: 120px;
  background: url(../images/common/bg_texure_brown.jpg);
  padding-top: 35px;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing {
    margin-top: 60px;
    padding-top: 30px;
  }
}
.con_sightseeing h2 {
  font-family: "Times New Roman", Georgia, Serif;
  text-align: center;
  font-weight: normal;
  font-size: 163%;
  margin-bottom: 25px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing h2 {
    font-size: 113%;
    margin-bottom: 20px;
  }
}
.con_sightseeing .box_slide {
  overflow: hidden;
}
.con_sightseeing .box_slide .slide {
  position: relative;
  float: left;
  width: 16.6666666%;
}
@media only screen and (max-width: 1260px) {
  .con_sightseeing .box_slide .slide {
    width: 33.33333333%;
  }
}
@media print {
  .con_sightseeing .box_slide .slide {
    width: 33.33333333%;
  }
}
.ie8 .con_sightseeing .box_slide .slide {
  width: 33.33333333%;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_slide .slide {
    width: 50%;
  }
}
.con_sightseeing .box_slide .slide a {
  text-decoration: none;
  display: block;
}
.con_sightseeing .box_slide .slide .img img {
  width: 100%;
}
.con_sightseeing .box_slide .slide .box_content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(53, 14, 1, 0.9);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_slide .slide .box_content {
    position: static;
  }
}
.con_sightseeing .box_slide .slide .box_content h3 {
  color: #fff;
  font-weight: normal;
  font-size: 113%;
  padding: 5px 0;
  background: #350e01;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_slide .slide .box_content h3 {
    font-size: 100%;
  }
}
.con_sightseeing .box_slide .slide .box_content .time {
  font-size: 82%;
  padding: 10px 0;
  position: relative;
  color: #fff;
}
.con_sightseeing .box_slide .slide .box_content .time:after {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/home/ic_blank.png) 0 0 no-repeat;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_slide .slide .box_content .time:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-size: contain;
  }
}
.con_sightseeing .box_slide .slick-arrow {
  margin-top: -83px;
}

.slick-arrow {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  width: 86px;
  padding-top: 86px;
  height: 0;
  overflow: hidden;
  top: 50%;
  z-index: 3;
  margin-top: -43px;
  position: absolute;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .slick-arrow {
    width: 40px;
    padding-top: 40px;
    margin-top: -20px;
    background-size: cover !important;
  }
}
.slick-arrow.slick-prev {
  background: url(../images/home/direction_prev.png) 0 0 no-repeat;
  left: 50%;
  margin-left: -630px;
}
@media only screen and (max-width: 1750px) {
  .slick-arrow.slick-prev {
    left: 20px;
    margin-left: 0;
  }
}
@media print {
  .slick-arrow.slick-prev {
    left: 20px;
    margin-left: 0;
  }
}
.ie8 .slick-arrow.slick-prev {
  left: 20px;
  margin-left: 0;
}
.slick-arrow.slick-next {
  background: url(../images/home/direction_next.png) 0 0 no-repeat;
  right: 50%;
  margin-right: -630px;
}
@media only screen and (max-width: 1750px) {
  .slick-arrow.slick-next {
    right: 20px;
    margin-right: 0;
  }
}
@media print {
  .slick-arrow.slick-next {
    right: 20px;
    margin-right: 0;
  }
}
.ie8 .slick-arrow.slick-next {
  right: 20px;
  margin-right: 0;
}
