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

 file name  : stay.css
 author     : Ability Consultant
 style info :     過ごし方
=================================================================== */
.con_lnk ul, .con_stay1 .box_stay1, .con_stay1 .box_stay2, .con_stay1 .box_stay3, .con_stay1 .box_stay4, .con_stay1 .box_stay5, .con_stay1 .box_wrp6 .box_stay6 ul, .con_stay1 .box_wrp6 .box_stay6 .box_bottom, .con_stay1 .wrp_box7 .box_stay7, .con_stay2 .box_stay1, .con_stay2 .wrp_box .box_stay2 {
  max-width: 950px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_lnk ul, .con_stay1 .box_stay1, .con_stay1 .box_stay2, .con_stay1 .box_stay3, .con_stay1 .box_stay4, .con_stay1 .box_stay5, .con_stay1 .box_wrp6 .box_stay6 ul, .con_stay1 .box_wrp6 .box_stay6 .box_bottom, .con_stay1 .wrp_box7 .box_stay7, .con_stay2 .box_stay1, .con_stay2 .wrp_box .box_stay2 {
    width: 95%;
  }
}

.con_stay1 .box_wrp6 .box_stay6 ul:after, .con_stay2 .wrp_box .box_stay2:after, .con_stay2 .box_stay3:after {
  content: "";
  display: table;
  clear: both;
}

/* Animation */
/* Font size */
/*Vertical text */
/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
.box_slide .slick-slide a {
  position: relative;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.box_slide .slick-slide a img {
  width: 100%;
  max-width: none;
}
.box_slide .slick-slide a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box_slide .slick-slide a .more {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  color: #fff;
  text-align: center;
  background: #221608;
  padding-top: 2em;
}
.box_slide .slick-slide a .more em {
  line-height: 100%;
  font-size: 125%;
  font-family: "Crimson Text", serif;
}
.box_slide .slick-slide a .more i {
  line-height: 100%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  font-size: 125%;
}
.box_slide .slick-slide a:hover:before {
  opacity: 1;
}
.box_slide .slick-slide a:hover .more {
  opacity: 1;
}

/* -----------------------------------------------------------
	con_main
----------------------------------------------------------- */
.con_main {
  background: transparent url(../images/stay/img_main.jpg) no-repeat center center;
  background-size: cover;
}

/* -----------------------------------------------------------
	con_lnk
----------------------------------------------------------- */
.con_lnk {
  background: transparent url(../images/common/bg_lnk.jpg);
  padding: 45px 0;
}
.con_lnk ul {
  text-align: center;
}
.con_lnk ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0  1em;
}
.con_lnk ul li a {
  text-decoration: none !important;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  font-size: 100%;
}
.mouse .con_lnk ul li a:hover, .touch .con_lnk ul li a.touchstart {
  text-decoration: underline !important;
}
.touch .con_lnk ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_lnk ul li a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_lnk p {
  text-align: center;
}
.con_lnk p select {
  max-width: 100%;
  padding: .5em;
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  background: transparent url(../images/stay/bg_intro.jpg) no-repeat center center;
  background-size: cover;
  height: 600px;
  position: relative;
  text-align: center;
  padding-top: 8em;
}
.con_intro .box_intro {
  color: #fff;
}
.con_intro .box_intro .sub {
  font-size: 250%;
  margin: 0 0 .5em;
  line-height: 100%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
}
@media only screen and (max-width: 949px) {
  .con_intro .box_intro .sub {
    font-size: 219%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_intro .sub {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro .sub {
    font-size: 125%;
  }
}
.con_intro .box_intro .txt {
  margin-top: 1em;
  line-height: 2.5;
  font-size: 100%;
}
@media only screen and (max-width: 949px) {
  .con_intro .box_intro .txt {
    font-size: 94%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_intro .txt {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro .txt {
    font-size: 82%;
  }
}

/* -----------------------------------------------------------
	con_stay1
----------------------------------------------------------- */
.con_stay1 {
  padding-top: 80px;
  background: transparent url(../images/stay/bg_stay1_1.png) no-repeat 0 480px;
  background-size: 37.65093%;
}
.con_stay1 h3 {
  text-align: center;
  margin-bottom: 70px;
}
.con_stay1 .wrp_box {
  background: transparent url(../images/stay/bg_wrp_box.jpg);
}
.con_stay1 .box_stay1 {
  overflow: hidden;
  margin-bottom: 70px;
}
.con_stay1 .box_stay1 .photo {
  float: left;
  width: 40%;
}
.con_stay1 .box_stay1 .photo img {
  width: 380px;
}
.con_stay1 .box_stay1 .info {
  width: 55%;
  float: right;
}
.con_stay1 .box_stay2 {
  overflow: hidden;
  margin-bottom: 70px;
}
.con_stay1 .box_stay2 .photo {
  float: right;
  width: 65%;
}
.con_stay1 .box_stay2 .photo img {
  width: 617px;
}
.con_stay1 .box_stay2 .info {
  float: left;
  width: 30%;
  padding-top: 30px;
}
.con_stay1 .box_stay2 .info h4 {
  margin-bottom: 20px;
}
.con_stay1 .box_stay2 .info .btn_black {
  max-width: 330px;
  margin-top: 15px;
}
.con_stay1 .box_stay3 {
  overflow: hidden;
  margin-bottom: 70px;
}
.con_stay1 .box_stay3 .photo {
  float: left;
  width: 570px;
}
.con_stay1 .box_stay3 .photo img {
  width: 570px;
}
.con_stay1 .box_stay3 .info {
  float: right;
  width: 330px;
  padding-top: 30px;
}
.con_stay1 .box_stay3 .info h4 {
  margin-bottom: 20px;
}
.con_stay1 .box_stay3 .info .btn_black {
  max-width: 330px;
  margin-top: 15px;
}
.con_stay1 .box_stay4 {
  margin-bottom: 70px;
}
.con_stay1 .box_stay4 .photo {
  width: 950px;
  margin-bottom: 10px;
}
.con_stay1 .box_stay4 .photo img {
  width: 950px;
}
.con_stay1 .box_stay4 .info {
  width: 900px;
  padding: 0 25px 25px;
}
.con_stay1 .box_stay4 .info .btn_black {
  max-width: 400px;
  margin-top: 15px;
}
.con_stay1 .box_stay5 .photo {
  width: 950px;
  margin-bottom: 10px;
}
.con_stay1 .box_stay5 .photo img {
  width: 950px;
}
.con_stay1 .box_stay5 .info {
  width: 900px;
  padding: 0 25px 25px;
}
.con_stay1 .box_stay5 .info .btn_black {
  max-width: 400px;
  margin-top: 15px;
}
.con_stay1 .box_wrp6 {
  padding: 70px 0 0;
  position: relative;
  background: transparent url(../images/stay/bg_stay1_3.png) no-repeat top left;
  background-size: 22.50274%;
}
.con_stay1 .box_wrp6 .box_stay6 {
  padding: 0 0 70px;
  background: transparent url(../images/stay/bg_stay1_4.png) no-repeat bottom right;
  background-size: 24.58836%;
}
.con_stay1 .box_wrp6 .box_stay6 h4 {
  text-align: center;
  margin-bottom: 40px;
}
.con_stay1 .box_wrp6 .box_stay6 ul li {
  float: left;
  width: 50%;
}
.con_stay1 .box_wrp6 .box_stay6 ul li img {
  width: 100%;
  max-width: none;
}
.con_stay1 .box_wrp6 .box_stay6 .box_bottom {
  overflow: hidden;
}
.con_stay1 .box_wrp6 .box_stay6 .box_bottom .photo {
  width: 50%;
  float: left;
}
.con_stay1 .box_wrp6 .box_stay6 .box_bottom .photo img {
  width: 475px;
}
.con_stay1 .box_wrp6 .box_stay6 .box_bottom .info {
  width: 46%;
  float: right;
  padding: 25px 25px 0 0;
}
.con_stay1 .box_wrp6 .box_stay6 .box_bottom .info .btn_black {
  max-width: 330px;
  margin-top: 15px;
}
.con_stay1 .wrp_box7 {
  background: rgba(32, 19, 6, 0.7);
  padding: 60px 0;
}
.con_stay1 .wrp_box7 .box_stay7 {
  overflow: hidden;
}
.con_stay1 .wrp_box7 .box_stay7 .photo {
  width: 55%;
  float: right;
}
.con_stay1 .wrp_box7 .box_stay7 .photo img {
  width: 525px;
}
.con_stay1 .wrp_box7 .box_stay7 .info {
  width: 40%;
  float: left;
  padding: 20px 0 0 25px;
}
.con_stay1 .wrp_box7 .box_stay7 .info .txt {
  color: #fff;
  margin-top: 20px;
}
.con_stay1 .wrp_box7 .box_stay7 .info .btn_black {
  margin: 15px 0;
}

/* -----------------------------------------------------------
	con_stay2
----------------------------------------------------------- */
.con_stay2 {
  padding: 150px 0 70px;
  background: transparent url(../images/stay/bg_stay_2_1.jpg) no-repeat top right;
  background-size: 19.04501%;
}
.con_stay2 h3 {
  text-align: center;
  margin-bottom: 70px;
}
.con_stay2 .box_stay1 {
  overflow: hidden;
  margin-bottom: -40px;
}
.con_stay2 .box_stay1 .photo {
  float: left;
  width: 570px;
}
.con_stay2 .box_stay1 .photo img {
  width: 570px;
}
.con_stay2 .box_stay1 .info {
  float: right;
  width: 330px;
  padding-top: 30px;
}
.con_stay2 .box_stay1 .info .st_md {
  margin: 20px 0;
}
.con_stay2 .box_stay1 .info .btn_black {
  max-width: 330px;
  margin-top: 15px;
}
.con_stay2 .box_stay1.re {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}
.con_stay2 .wrp_box {
  position: relative;
  background: transparent url(../images/stay/bg_wrp_box2.jpg);
  padding: 70px 0 50px;
  margin-bottom: 70px;
}
.con_stay2 .wrp_box:before {
  content: '';
  position: absolute;
  width: 50.87816%;
  left: 0;
  top: 0;
  height: 203px;
  background: transparent url(../images/stay/bg_stay_2_2.jpg) no-repeat top left;
  background-size: 100%;
}
.con_stay2 .wrp_box .box_stay2 {
  position: relative;
}
.con_stay2 .wrp_box .box_stay2 .photo {
  float: left;
  width: 570px;
}
.con_stay2 .wrp_box .box_stay2 .photo img {
  width: 570px;
}
.con_stay2 .wrp_box .box_stay2 .photo span {
  position: absolute;
  left: 2%;
  bottom: -7%;
  width: 30%;
}
.con_stay2 .wrp_box .box_stay2 .photo span img {
  width: 100%;
}
.con_stay2 .wrp_box .box_stay2 .info {
  float: right;
  width: 330px;
  padding: 20px 25px 0 0;
}
.con_stay2 .wrp_box .box_stay2 .info .st_md {
  margin: 20px 0;
}
.con_stay2 .wrp_box .box_stay2 .info .btn_black {
  max-width: 320px;
  margin-top: 15px;
}
.con_stay2 .box_stay3 {
  position: relative;
}
.con_stay2 .box_stay3 .box_slide_1 {
  width: 950px;
}
.con_stay2 .box_stay3 .box_slide_1 img {
  width: 950px;
}
.con_stay2 .box_stay3 .box_info {
  overflow: hidden;
}
.con_stay2 .box_stay3 .box_info .info h3 {
  margin: 25px 0;
}
.con_stay2 .box_stay3 .box_info .info .txt {
  line-height: 1.8;
  font-size: 100%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 949px) {
  .con_stay2 .box_stay3 .box_info .info .txt {
    font-size: 94%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_stay2 .box_stay3 .box_info .info .txt {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .con_stay2 .box_stay3 .box_info .info .txt {
    font-size: 82%;
  }
}
.con_stay2 .box_append {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.con_stay2 .box_append .btns {
  margin: 40px 0 0;
}
.con_stay2 .box_append .btns .btn_brown {
  margin: 0 0 .5em;
}
