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

 file name  : stay__premium-sky.css
 author     : Ability Consultant
 style info : ご宿泊
=================================================================== */
.con_slider, .con_roo, .con_info .box_info {
  max-width: 1160px;
  margin: auto;
}
@media only screen and (max-width: 1159px) {
  .con_slider, .con_roo, .con_info .box_info {
    width: 91.66667%;
  }
}

/* font-awesome */
/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */
/* -----------------------------------------------------------
	ページリンク
----------------------------------------------------------- */
/* -----------------------------------------------------------
	タイトル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(none);
    transform: translate3d(none);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(none);
    transform: translate3d(none);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(none);
    -ms-transform: translate3d(none);
    -webkit-transform: translate3d(none);
    transform: translate3d(none);
  }
}
#sta_pnav li:first-child + * + * a {
  background: #fff;
}

#header .con_title .box_title {
  top: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  #header .con_title .box_title {
    top: 60%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_title .box_title {
    top: 35%;
  }
}
#header .con_title .box_title h2 span,
#header .con_title .box_title h2 em {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

h3.page_title {
  font-size: 124%;
  font-weight: 100;
  text-align: center;
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  h3.page_title {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  h3.page_title {
    font-size: 108%;
  }
}
h3.page_title em {
  display: block;
  font-size: 250%;
}
@media only screen and (min-width: 768px) {
  h3.page_title em:before, h3.page_title em:after {
    display: inline-block;
    content: "";
    width: 72px;
    height: 30px;
  }
  h3.page_title em:before {
    background: url(../images/common/title_be.png) no-repeat center;
    margin-right: .3em;
  }
  h3.page_title em:after {
    background: url(../images/common/title_af.png) no-repeat center;
    margin-left: .3em;
  }
}
@media print {
  h3.page_title em:before, h3.page_title em:after {
    display: inline-block;
    content: "";
    width: 72px;
    height: 30px;
  }
  h3.page_title em:before {
    background: url(../images/common/title_be.png) no-repeat center;
    margin-right: .3em;
  }
  h3.page_title em:after {
    background: url(../images/common/title_af.png) no-repeat center;
    margin-left: .3em;
  }
}
.ie8 h3.page_title em:before, .ie8 h3.page_title em:after {
  display: inline-block;
  content: "";
  width: 72px;
  height: 30px;
}
.ie8 h3.page_title em:before {
  background: url(../images/common/title_be.png) no-repeat center;
  margin-right: .3em;
}
.ie8 h3.page_title em:after {
  background: url(../images/common/title_af.png) no-repeat center;
  margin-left: .3em;
}
@media only screen and (max-width: 767px) {
  h3.page_title em {
    font-size: 150%;
  }
}
h3.page_title span {
  display: block;
  font-weight: 600;
  line-height: 1;
  color: #7c5b33;
}
h3.page_title .en {
  font-family: 'Libre Baskerville',serif;
}
h3.page_title .jp {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (max-width: 767px) {
  h3.page_title {
    margin-top: 5%;
  }
}

/* -----------------------------------------------------------
	.con_slider
----------------------------------------------------------- */
.con_slider {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_slider {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 1159px) {
  .con_slider {
    width: 100%;
  }
}
.con_slider .box_slider .slick-list {
  overflow: visible;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_slider .box_slider .slick-list .photo {
    overflow: hidden;
  }
  .con_slider .box_slider .slick-list .photo img {
    position: relative;
    width: 115%;
    max-width: none;
    margin-left: -7.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_slider .box_slider .slick-list .photo {
    overflow: hidden;
  }
  .con_slider .box_slider .slick-list .photo img {
    position: relative;
    width: 135%;
    max-width: none;
    margin-left: -17.5%;
  }
}
.con_slider .box_slider .slick-arrow {
  position: absolute;
  bottom: 50%;
  height: 0;
  overflow: hidden;
  z-index: 3;
  width: 35px;
  height: 68px;
}
@media only screen and (max-width: 767px) {
  .con_slider .box_slider .slick-arrow {
    width: 3.64583%;
    max-width: 35px;
    padding-top: 68px;
  }
}
.mouse .con_slider .box_slider .slick-arrow {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_slider .box_slider .slick-arrow:hover, .touch .con_slider .box_slider .slick-arrow.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_slider .box_slider .slick-arrow {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_slider .box_slider .slick-arrow.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_slider .box_slider .slick-next {
  cursor: pointer;
  background: url(../images/common/arr_nex.png) no-repeat left top;
  background-size: 100% auto;
  right: 5.5%;
}
.con_slider .box_slider .slick-next::before {
  content: "";
}
@media only screen and (max-width: 1159px) {
  .con_slider .box_slider .slick-next {
    right: 1%;
  }
}
.con_slider .box_slider .slick-prev {
  cursor: pointer;
  background: url(../images/common/arr_pre.png) no-repeat left top;
  background-size: 100% auto;
  left: 5.5%;
}
.con_slider .box_slider .slick-prev::before {
  content: "";
}
@media only screen and (max-width: 1159px) {
  .con_slider .box_slider .slick-prev {
    left: 1%;
  }
}
.con_slider .box_slider .slick-dots {
  width: 95%;
  right: 2.5%;
  bottom: 7%;
  text-align: center;
  line-height: 1;
}
.con_slider .box_slider .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 .8em;
  vertical-align: middle;
  text-align: center;
  -moz-transition: width 0.35s, height 0.35s;
  -o-transition: width 0.35s, height 0.35s;
  -webkit-transition: width 0.35s, height 0.35s;
  transition: width 0.35s, height 0.35s;
}
@media only screen and (max-width: 767px) {
  .con_slider .box_slider .slick-dots li {
    width: 1em;
    height: 1em;
  }
}
.con_slider .box_slider .slick-dots li button {
  cursor: pointer;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.con_slider .box_slider .slick-dots li button:before {
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #fff;
  -moz-transition: background 0.35s;
  -o-transition: background 0.35s;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}
.con_slider .box_slider .slick-dots li.slick-active button:before {
  border: 1px solid #fff;
  background-color: #fff;
}

/* -----------------------------------------------------------
	.con_roo
----------------------------------------------------------- */
.con_roo {
  margin-top: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_roo {
    margin-top: 4%;
  }
}
.con_roo .box_roo {
  float: left;
  width: 50.43103%;
  padding-right: 3.62069%;
  border-right: 1px solid #cccabf;
}
.con_roo .box_roo .txt {
  line-height: 1.7;
}
.con_roo .box_roo table {
  margin-top: 15px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo table {
    margin-top: 2.5%;
  }
}
.con_roo .box_roo .memo {
  margin-top: 15px;
  line-height: 1.7;
  font-size: 93%;
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .memo {
    margin-top: 2.5%;
  }
}
.con_roo .box_roo .btn {
  margin: 15px 0 0;
  border: 2px solid #d5cfc5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 340px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_roo .box_roo .btn {
    margin: 2.5% auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .btn {
    margin: 2.5% auto 0;
  }
}
.con_roo .box_roo .btn a {
  border: 1px solid #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 1em 0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZTJlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RlY2ZjZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eee2e1), color-stop(100%, #decfce));
  background: -moz-linear-gradient(#eee2e1, #decfce);
  background: -webkit-linear-gradient(#eee2e1, #decfce);
  background: linear-gradient(#eee2e1, #decfce);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEE2E1', endColorstr='#FFDECFCE');
  border: 1px solid #fff;
}
.mouse .con_roo .box_roo .btn a {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_roo .box_roo .btn a:hover, .touch .con_roo .box_roo .btn a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_roo .box_roo .btn a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_roo .box_roo .btn a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_roo .box_roo .btn a:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
  padding: .2em .4em .2em .6em;
  background: #904f4a;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_roo .box_roo .btn {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .btn {
    width: 70%;
  }
}
.con_roo .img_map {
  float: right;
  width: 42.24138%;
  letter-spacing: -0.4em;
}
.con_roo .img_map li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.con_roo .img_map li a {
  display: block;
  text-decoration: none;
  position: relative;
}
.con_roo .img_map li a span {
  display: block;
  line-height: 2;
}
.con_roo .img_map li a:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
}
.con_roo .img_map li a:before {
  font-size: 200%;
  display: block;
  position: absolute;
  width: 1em;
  height: 1.5em;
  margin-right: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  z-index: 3;
}
.con_roo .img_map li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 1160px) {
  .con_roo .img_map li a:before, .con_roo .img_map li a:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.45s;
    -o-transition: opacity 0.45s;
    -webkit-transition: opacity 0.45s;
    transition: opacity 0.45s;
  }
  .con_roo .img_map li a:hover:before, .con_roo .img_map li a:hover:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@media print {
  .con_roo .img_map li a:before, .con_roo .img_map li a:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.45s;
    -o-transition: opacity 0.45s;
    -webkit-transition: opacity 0.45s;
    transition: opacity 0.45s;
  }
  .con_roo .img_map li a:hover:before, .con_roo .img_map li a:hover:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
.ie8 .con_roo .img_map li a:before, .ie8 .con_roo .img_map li a:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.45s;
  -o-transition: opacity 0.45s;
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
}
.ie8 .con_roo .img_map li a:hover:before, .ie8 .con_roo .img_map li a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.con_roo .img_map li:first-child + * {
  margin-left: 2%;
}
@media only screen and (max-width: 1159px) {
  .con_roo .img_map li {
    width: 49%;
  }
}
.con_roo .img_map .txt_yaman {
  text-align: left;
  margin: 1rem 0 0 0 !important;
  width: 100%;
}
@media only screen and (max-width: 930px) {
  .con_roo .box_roo {
    float: none;
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .con_roo .img_map {
    margin-top: 4%;
    float: none;
    width: 100%;
    text-align: center;
  }
}

/* -----------------------------------------------------------
	.con_info
----------------------------------------------------------- */
.con_info {
  border-top: 3px solid #e3e2da;
  background: #fff;
  margin-top: 65px;
  padding: 55px 0;
}
@media only screen and (max-width: 767px) {
  .con_info {
    margin-top: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info {
    padding: 7% 0;
  }
}
.con_info h4 {
  font-size: 124%;
  font-weight: 100;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_info h4 {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info h4 {
    font-size: 108%;
  }
}
.con_info h4 em {
  display: block;
  font-size: 250%;
}
@media only screen and (min-width: 768px) {
  .con_info h4 em:before, .con_info h4 em:after {
    display: inline-block;
    content: "";
    width: 72px;
    height: 30px;
  }
  .con_info h4 em:before {
    background: url(../images/common/title_be.png) no-repeat center;
    margin-right: .3em;
  }
  .con_info h4 em:after {
    background: url(../images/common/title_af.png) no-repeat center;
    margin-left: .3em;
  }
}
@media print {
  .con_info h4 em:before, .con_info h4 em:after {
    display: inline-block;
    content: "";
    width: 72px;
    height: 30px;
  }
  .con_info h4 em:before {
    background: url(../images/common/title_be.png) no-repeat center;
    margin-right: .3em;
  }
  .con_info h4 em:after {
    background: url(../images/common/title_af.png) no-repeat center;
    margin-left: .3em;
  }
}
.ie8 .con_info h4 em:before, .ie8 .con_info h4 em:after {
  display: inline-block;
  content: "";
  width: 72px;
  height: 30px;
}
.ie8 .con_info h4 em:before {
  background: url(../images/common/title_be.png) no-repeat center;
  margin-right: .3em;
}
.ie8 .con_info h4 em:after {
  background: url(../images/common/title_af.png) no-repeat center;
  margin-left: .3em;
}
@media only screen and (max-width: 767px) {
  .con_info h4 em {
    font-size: 150%;
  }
}
.con_info h4 span {
  display: block;
  font-weight: 600;
  line-height: 1;
  color: #7c5b33;
}
.con_info h4 .en {
  font-family: 'Libre Baskerville',serif;
}
.con_info h4 .jp {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_info .box_info table {
  margin-top: 25px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_info .box_info table {
    margin-top: 4%;
  }
}
.con_info .box_info .memo {
  margin-top: 15px;
  line-height: 1.7;
  font-size: 93%;
}
@media only screen and (max-width: 767px) {
  .con_info .box_info .memo {
    margin-top: 2.5%;
  }
}

.con_rsrv-lod {
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .con_rsrv-lod {
    margin-top: 7%;
  }
}
