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

 file name  : rooms__yutori.css
 author     : Ability Consultant
 style info : 趣の客室　-　ゆとりの間
=================================================================== */
@font-face {
  font-family: 'Playlist-Script';
  src: url(../css/fonts/Playlist-Script.woff) format("woff"), url(../css/fonts/Playlist-Script.ttf) format("opentype");
}
.con_pnav .box_pnav, .con_roo h3, .con_roo .box_roo, .con_link .box_link {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1099px) {
  .con_pnav .box_pnav, .con_roo h3, .con_roo .box_roo, .con_link .box_link {
    width: 95%;
  }
}

/* font-awesome */
/* -----------------------------------------------------------
	スライド
----------------------------------------------------------- */
/* -----------------------------------------------------------
	keyframes(anim1)
----------------------------------------------------------- */
/* -----------------------------------------------------------
	keyframes(anim1)
----------------------------------------------------------- */
@-moz-keyframes anim1 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    bottom: 5%;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    bottom: 4%;
  }
}
@-webkit-keyframes anim1 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    bottom: 5%;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    bottom: 4%;
  }
}
@keyframes anim1 {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    bottom: 5%;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    bottom: 4%;
  }
}
@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#fix_menu {
  display: none;
}

/* -----------------------------------------------------------
	#pnav_rooms 客室上部　共通部分　pnavリンク
----------------------------------------------------------- */
.con_pnav {
  margin-top: 80px;
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pnav {
    margin-top: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pnav {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pnav {
    margin-bottom: 9%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pnav {
    margin-bottom: 10%;
  }
}
.con_pnav .box_pnav {
  letter-spacing: -.4em;
}
.con_pnav .box_pnav li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #2a2a2a;
  border-top: 1px solid #2a2a2a;
  text-align: center;
  position: relative;
  width: 14.18182%;
}
.con_pnav .box_pnav li:last-child {
  border-right: 1px solid #2a2a2a;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_pnav .box_pnav li {
    width: 14.08046%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav li {
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .con_pnav .box_pnav li:nth-child(even) {
    border-right: 1px solid #2a2a2a;
  }
}
.con_pnav .box_pnav li a {
  display: block;
  background: #000000;
  text-decoration: none;
  color: #fff;
  font-size: 116%;
  padding: 22px 0;
  -moz-transition: background 1s, color 1s;
  -o-transition: background 1s, color 1s;
  -webkit-transition: background 1s, color 1s;
  transition: background 1s, color 1s;
}
@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav li a {
    padding: 0.8em 0 1.2em;
  }
}
.con_pnav .box_pnav li a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  color: #fff;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 0;
  background: #292929;
  padding: 0.1em 0.2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav li a:after {
    padding: 0.01em 0.2em;
  }
}
.con_pnav .box_pnav li:hover a {
  background: #fff;
  color: #262626;
}

/* -----------------------------------------------------------
	.con_roo
----------------------------------------------------------- */
.con_roo {
  color: #fff;
  margin-bottom: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_roo {
    margin-bottom: 11%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo {
    margin-bottom: 10%;
  }
}
.con_roo h3 {
  text-align: center;
  display: block;
  font-weight: normal;
  font-size: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_roo h3 {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo h3 {
    font-size: 124%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_roo h3 {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo h3 {
    margin-bottom: 5%;
  }
}
.con_roo h3 em {
  display: block;
  font-family: "Times New Roman";
  letter-spacing: .05em;
  color: #ccc;
  /*@include min-en;*/
}
.con_roo h3 span {
  margin-top: 12px;
  display: block;
  font-family: '游明朝',"Yu Mincho",YuMincho,'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',"Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 200%;
}
@media only screen and (max-width: 767px) {
  .con_roo h3 span {
    margin-top: 2%;
  }
}
.con_roo .con_slider {
  max-width: 1400px;
  margin: auto;
}
@media only screen and (max-width: 1400px) {
  .con_roo .con_slider {
    width: 95%;
  }
}
@media print {
  .con_roo .con_slider {
    width: 95%;
  }
}
.ie8 .con_roo .con_slider {
  width: 95%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_roo .con_slider {
    width: 95%;
  }
}
.con_roo .con_slider .slick-dots {
  left: 0;
  text-align: center;
  bottom: 18%;
  z-index: 1;
  width: 100%;
  position: absolute;
  bottom: -10%;
}
.con_roo .con_slider .slick-dots li {
  position: relative;
  width: 15px;
  height: 0;
  padding-top: 15px;
  margin: 0;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  -webkit-transition: background 300ms;
  transition: background 300ms;
  margin-left: 1em;
  background: #fff;
  border: 1px solid #FFF;
}
@media only screen and (max-width: 767px) {
  .con_roo .con_slider .slick-dots li {
    width: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .con_slider .slick-dots li {
    padding-top: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_roo .con_slider .slick-dots li {
    margin-left: 0.7em;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .con_slider .slick-dots li {
    margin-left: 2em;
  }
}
.con_roo .con_slider .slick-dots li:not(.slick-active) button {
  cursor: pointer;
}
.mouse .con_roo .con_slider .slick-dots li:not(.slick-active):hover, .touch .con_roo .con_slider .slick-dots li:not(.slick-active).touchstart {
  background: #9d938d;
}
.touch .con_roo .con_slider .slick-dots li:not(.slick-active) {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_roo .con_slider .slick-dots li:not(.slick-active).touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_roo .con_slider .slick-dots li:first-child {
  margin-left: 0;
}
.con_roo .con_slider .slick-dots li.slick-active {
  background-color: #fff;
}
.con_roo .con_slider .slick-dots li button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
  text-indent: -5000px;
  background: none;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_roo .con_slider .slick-dots {
    bottom: -12%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .con_slider .slick-dots {
    bottom: -2em;
  }
}
.con_roo .con_slider .slick-dots li {
  background: none;
  margin-left: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_roo .con_slider .slick-dots li {
    margin-left: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .con_slider .slick-dots li {
    margin-left: 2em;
  }
}
.con_roo .box_roo {
  letter-spacing: -.4em;
  overflow: hidden;
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_roo .box_roo {
    margin-top: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo {
    margin-top: 10%;
  }
}
.con_roo .box_roo .photo {
  width: 33.63636%;
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) {
  .con_roo .box_roo .photo {
    display: inline-block;
    vertical-align: top;
  }
}
@media print {
  .con_roo .box_roo .photo {
    display: inline-block;
    vertical-align: top;
  }
}
.ie8 .con_roo .box_roo .photo {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .photo {
    float: left;
  }
}
.con_roo .box_roo .box_det {
  width: 60%;
  letter-spacing: normal;
  margin-left: 6.36364%;
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_det {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_roo .box_roo .box_det {
    display: inline-block;
    vertical-align: top;
  }
}
@media print {
  .con_roo .box_roo .box_det {
    display: inline-block;
    vertical-align: top;
  }
}
.ie8 .con_roo .box_roo .box_det {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_det {
    width: 100%;
  }
}
.con_roo .box_roo .box_det .box_txt {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_det .box_txt {
    margin-bottom: 4%;
  }
}
.con_roo .box_roo .box_det .box_txt .catch {
  font-family: '游明朝',"Yu Mincho",YuMincho,'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',"Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 154%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_roo .box_roo .box_det .box_txt .catch {
    font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_det .box_txt .catch {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_det .box_txt .catch {
    margin-bottom: 2%;
  }
}
.con_roo .box_roo .box_det table {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_roo .box_roo .box_det table {
    margin-top: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_det table {
    margin-top: 0;
  }
}
.con_roo .box_roo .box_det table tr {
  border-bottom: 1px solid #301001;
}
.con_roo .box_roo .box_det table tr th {
  padding: 0.8em 0;
}
.con_roo .box_roo .box_det table tr td {
  padding: 0.8em 0;
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_det table {
    float: left;
    margin-left: 4%;
    width: 60%;
  }
  .con_roo .box_roo .box_det table tr {
    letter-spacing: -.4em;
    width: 100%;
  }
  .con_roo .box_roo .box_det table tr th, .con_roo .box_roo .box_det table tr td {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }
  .con_roo .box_roo .box_det table tr th {
    width: 25%;
  }
  .con_roo .box_roo .box_det table tr td {
    width: 75%;
  }
}
.con_roo .box_roo .box_det .btn {
  margin-top: 35px;
  width: 280px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_roo .box_roo .box_det .btn {
    margin-top: 3.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_det .btn {
    margin-top: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_roo .box_roo .box_det .btn {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_det .btn {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_det .btn {
    margin: 0 auto;
    clear: both;
    padding-top: 2%;
  }
}
.con_roo .box_roo .box_det .btn a {
  text-align: center;
  text-decoration: none;
  border: 1px solid #301001;
  display: block;
  color: #fff;
  padding: 0.8em 0;
  font-size: 116%;
  font-family: '游明朝',"Yu Mincho",YuMincho,'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',"Times New Roman",Times,Garamond,Georgia,serif;
  -moz-transition: background 0.45s, color 0.45s;
  -o-transition: background 0.45s, color 0.45s;
  -webkit-transition: background 0.45s, color 0.45s;
  transition: background 0.45s, color 0.45s;
}
.con_roo .box_roo .box_det .btn a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
}
.con_roo .box_roo .box_det .btn a:hover {
  color: #333;
  background: #fff;
}

/* -----------------------------------------------------------
	#roo_link 客室上部　共通部分　pnavリンク
----------------------------------------------------------- */
.con_link {
  background: #fff;
  padding: 45px 0 50px;
  background: url(../images/common/bg01.jpg) #000;
}
@media only screen and (max-width: 767px) {
  .con_link {
    padding: 0.8em 0;
  }
}
.con_link h3 {
  font-weight: normal;
  text-align: center;
  color: #FFF;
  font-family: '游明朝',"Yu Mincho",YuMincho,'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',"Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 200%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_link h3 {
    font-size: 185%;
  }
}
@media only screen and (max-width: 767px) {
  .con_link h3 {
    font-size: 154%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_link h3 {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_link h3 {
    margin-bottom: 3%;
  }
}
.con_link .box_link {
  letter-spacing: -.4em;
}
.con_link .box_link li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 14.18182%;
  border-top: 1px solid #5b4a43;
  border-left: 1px solid #5b4a43;
  -moz-transition: background 1s linear;
  -o-transition: background 1s linear;
  -webkit-transition: background 1s linear;
  transition: background 1s linear;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_link .box_link li {
    width: 14.08046%;
  }
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li {
    width: 33.33333%;
  }
  .con_link .box_link li:nth-child(3n) {
    border-right: 1px solid #5b4a43;
  }
}
.con_link .box_link li:last-child {
  border-right: 1px solid #5b4a43;
}
.con_link .box_link li a {
  text-decoration: none;
  text-align: center;
  display: block;
}
.con_link .box_link li a .photo {
  padding: 11.76471% 8.97436%;
}
@media only screen and (max-width: 767px) {
  .con_link .box_link li a .photo {
    padding: 1em;
  }
}
.con_link .box_link li a .st {
  background: #000000;
  color: #fff;
  padding: 1em 0;
  font-family: '游明朝',"Yu Mincho",YuMincho,'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',"Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 108%;
}
.con_link .box_link li:hover {
  background: #000;
}
