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

 file name  : rooms.css
 author     : Ability Consultant
 style info : 客室
=================================================================== */
.wrp_roo .con_roo, .wrp_roo .con_roo .wrp_slider .slider, .con_equ {
  max-width: 950px;
  margin: auto;
}
@media only screen and (max-width: 949px) {
  .wrp_roo .con_roo, .wrp_roo .con_roo .wrp_slider .slider, .con_equ {
    width: 95%;
  }
}

.wrp_equ:after {
  content: "";
  display: table;
  clear: both;
}

/* font-awesome */
/*----------------------------------------------------
	.con_intr
----------------------------------------------------*/
.con_intr {
  position: relative;
}
.con_intr ul {
  overflow: hidden;
}
.con_intr ul li {
  float: left;
  width: 49.75%;
}
.con_intr ul li:last-child {
  float: right;
}
@media only screen and (max-width: 1810px) {
  .con_intr ul li .photo {
    overflow: hidden;
  }
  .con_intr ul li .photo img {
    position: relative;
    width: 150%;
    max-width: none;
    margin-left: -25%;
  }
}
@media print {
  .con_intr ul li .photo {
    overflow: hidden;
  }
  .con_intr ul li .photo img {
    position: relative;
    width: 150%;
    max-width: none;
    margin-left: -25%;
  }
}
.ie8 .con_intr ul li .photo {
  overflow: hidden;
}
.ie8 .con_intr ul li .photo img {
  position: relative;
  width: 150%;
  max-width: none;
  margin-left: -25%;
}
@media only screen and (max-width: 1270px) {
  .con_intr ul li .photo {
    overflow: hidden;
  }
  .con_intr ul li .photo img {
    position: relative;
    width: 180%;
    max-width: none;
    margin-left: -40%;
  }
}
@media print {
  .con_intr ul li .photo {
    overflow: hidden;
  }
  .con_intr ul li .photo img {
    position: relative;
    width: 180%;
    max-width: none;
    margin-left: -40%;
  }
}
.ie8 .con_intr ul li .photo {
  overflow: hidden;
}
.ie8 .con_intr ul li .photo img {
  position: relative;
  width: 180%;
  max-width: none;
  margin-left: -40%;
}
@media only screen and (max-width: 1020px) {
  .con_intr ul li .photo {
    overflow: hidden;
  }
  .con_intr ul li .photo img {
    position: relative;
    width: 210%;
    max-width: none;
    margin-left: -55%;
  }
}
@media print {
  .con_intr ul li .photo {
    overflow: hidden;
  }
  .con_intr ul li .photo img {
    position: relative;
    width: 210%;
    max-width: none;
    margin-left: -55%;
  }
}
.ie8 .con_intr ul li .photo {
  overflow: hidden;
}
.ie8 .con_intr ul li .photo img {
  position: relative;
  width: 210%;
  max-width: none;
  margin-left: -55%;
}
.con_intr .box_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.9);
  width: 475px;
  text-align: center;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 50px 30px 55px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 949px) {
  .con_intr .box_txt {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .box_txt {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .box_txt {
    width: 95%;
    position: static;
    margin: 4% auto 0;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.con_intr .box_txt .st {
  line-height: 1.4;
  color: #001e43;
  letter-spacing: .18em;
  font-family: 'Noto Serif JP',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 170%;
}
@media only screen and (min-width: 768px) and (max-width: 949px) {
  .con_intr .box_txt .st {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .box_txt .st {
    font-size: 139%;
  }
}
.con_intr .box_txt .st span {
  font-size: 128%;
}
@media only screen and (min-width: 768px) and (max-width: 949px) {
  .con_intr .box_txt .st span {
    font-size: 130%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .box_txt .st span {
    font-size: 134%;
  }
}
.con_intr .box_txt .wrp_txt {
  display: inline-block;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_txt .wrp_txt {
    margin-top: 5%;
  }
}
.con_intr .box_txt .wrp_txt .txt {
  text-align: left;
  line-height: 2;
}

/*----------------------------------------------------
	.pnav
----------------------------------------------------*/
.pnav {
  margin: 100px auto 0;
  text-align: center;
}
@media only screen and (max-width: 949px) {
  .pnav {
    margin: 10% auto 0;
    width: 95%;
  }
}
.pnav ul {
  margin: 0 auto;
  overflow: hidden;
  max-width: 950px;
  text-align: center;
  letter-spacing: -0.4em !important;
}
@media only screen and (max-width: 767px) {
  .pnav ul {
    display: block;
    margin-top: 8%;
  }
}
.pnav ul li {
  text-align: center;
  overflow: hidden;
  width: 230px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -0.4em !important;
  background-size: cover;
  margin-left: 10px;
  position: relative;
  border: 1px solid #dbdbdb;
  font-size: 124%;
}
.mouse .pnav ul li {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .pnav ul li:hover, .touch .pnav ul li.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .pnav ul li {
  -webkit-tap-highlight-color: transparent;
}
.touch .pnav ul li.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (min-width: 768px) and (max-width: 949px) {
  .pnav ul li {
    width: 24.21053%;
    margin-left: 1.05263%;
  }
}
@media only screen and (max-width: 767px) {
  .pnav ul li {
    margin: 0 auto;
    width: 100%;
    font-size: 108%;
  }
  .pnav ul li:nth-child(n+2) {
    margin-top: 2%;
  }
}
.pnav ul li a {
  font-family: 'Noto Serif JP',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  letter-spacing: 0.15em;
  text-decoration: none;
  display: block;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .pnav ul li a {
    padding: 2%;
    position: relative;
  }
}
.pnav ul li a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .3em;
  color: #113f82;
  display: block;
  margin-top: -2px;
  font-size: 124%;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media only screen and (min-width: 768px) {
  .pnav ul li a:after {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media print {
  .pnav ul li a:after {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.ie8 .pnav ul li a:after {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .pnav ul li a:after {
    margin-top: 0;
    position: absolute;
    top: 50%;
    right: 3%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .pnav ul li a:hover:after {
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }
}
@media print {
  .pnav ul li a:hover:after {
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }
}
.ie8 .pnav ul li a:hover:after {
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
}
.pnav ul li .txt {
  color: #001e43;
  margin-top: .4em;
}
@media only screen and (max-width: 767px) {
  .pnav ul li .txt {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    padding-left: 3%;
    margin-top: 0;
    width: 55%;
    letter-spacing: normal;
  }
}
.pnav ul li .photo {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pnav ul li .photo {
    display: inline-block;
    vertical-align: middle;
    width: 42%;
  }
}
.pnav ul li .photo img {
  width: 100%;
}
.pnav ul li:first-child {
  margin-left: 0;
}
.pnav ul li:last-child {
  margin-right: 0;
}

/*----------------------------------------------------
	.wrp_roo
----------------------------------------------------*/
.wrp_roo {
  clear: both;
}
.wrp_roo .con_roo {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo {
    margin-top: 18%;
  }
}
.wrp_roo .con_roo:first-child {
  padding: 0;
  background: none;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo:first-child {
    margin-top: 15%;
  }
}
.wrp_roo .con_roo h3 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 949px) {
  .wrp_roo .con_roo h3 {
    margin-bottom: 5%;
  }
}
.wrp_roo .con_roo h3 em {
  display: block;
  color: #001e43;
  font-family: 'Libre Baskerville', serif;
  letter-spacing: .1em;
  font-size: 262%;
}
@media only screen and (min-width: 768px) and (max-width: 949px) {
  .wrp_roo .con_roo h3 em {
    font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo h3 em {
    font-size: 170%;
  }
}
.wrp_roo .con_roo h3 span {
  font-family: 'Noto Serif JP',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  display: block;
  color: #3e3e3e;
  letter-spacing: .24em;
  font-size: 108%;
}
.wrp_roo .con_roo .wrp_slider {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo .wrp_slider {
    margin-top: 4%;
  }
}
.wrp_roo .con_roo .wrp_slider .slider {
  margin-bottom: 0;
}
.wrp_roo .con_roo .wrp_slider .slider .slick-dots {
  width: 100%;
  left: 0;
  bottom: 77px;
  line-height: 1;
}
.wrp_roo .con_roo .wrp_slider .slider .slick-dots li {
  width: 11px;
  height: 11px;
  margin: 0 .4em;
  vertical-align: middle;
  text-align: center;
  position: relative;
  -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;
}
.wrp_roo .con_roo .wrp_slider .slider .slick-dots li button {
  cursor: pointer;
  padding: 0;
  height: 0;
}
.wrp_roo .con_roo .wrp_slider .slider .slick-dots li button:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background 0.35s, border-color 0.35s;
  -o-transition: background 0.35s, border-color 0.35s;
  -webkit-transition: background 0.35s, border-color 0.35s;
  transition: background 0.35s, border-color 0.35s;
}
.wrp_roo .con_roo .wrp_slider .slider .slick-dots li.slick-active button:before {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo .wrp_slider .slider .slick-dots {
    bottom: 13%;
  }
  .wrp_roo .con_roo .wrp_slider .slider .slick-dots li {
    width: 1.2em;
    height: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo .wrp_slider .slider {
    width: 100%;
  }
}
.wrp_roo .con_roo .wrp_slider .slider .slick-list {
  overflow: visible;
}
.wrp_roo .con_roo .wrp_slider .slider .slick-slide {
  position: relative;
}
.wrp_roo .con_roo .wrp_slider .slider .slick-slide:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.8s, z-index 0.8s;
  -o-transition: opacity 0.8s, z-index 0.8s;
  -webkit-transition: opacity 0.8s, z-index 0.8s;
  transition: opacity 0.8s, z-index 0.8s;
}
.wrp_roo .con_roo .wrp_slider .slider .slick-slide.slick-current:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.wrp_roo .con_roo .wrp_slider .slider .slick-dots {
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo .wrp_slider .slider .slick-dots {
    bottom: 3%;
  }
}
.wrp_roo .con_roo .box_roo {
  overflow: hidden;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo .box_roo {
    margin-top: 4%;
  }
}
.wrp_roo .con_roo .box_roo .txtarea {
  width: 590px;
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 949px) {
  .wrp_roo .con_roo .box_roo .txtarea {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo .box_roo .txtarea {
    width: 100%;
    margin-top: 0;
    float: none;
  }
}
.wrp_roo .con_roo .box_roo .txtarea .txt {
  letter-spacing: .01em;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo .box_roo .txtarea .txt {
    line-height: 1.8;
  }
}
.wrp_roo .con_roo .box_roo .txtarea .tbl_roo {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo .box_roo .txtarea .tbl_roo {
    margin-top: 6%;
  }
}
.wrp_roo .con_roo .box_roo .txtarea .tbl_roo th {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo .box_roo .txtarea .tbl_roo th {
    width: 30%;
  }
}
.wrp_roo .con_roo .box_roo .map {
  width: 300px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo .box_roo .map {
    width: 100%;
  }
}
.wrp_roo .con_roo .box_roo .map .btn_map {
  width: 100%;
  margin: 2% 0 0;
}
.mouse .wrp_roo .con_roo .box_roo .map .btn_map {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .wrp_roo .con_roo .box_roo .map .btn_map:hover, .touch .wrp_roo .con_roo .box_roo .map .btn_map.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .wrp_roo .con_roo .box_roo .map .btn_map {
  -webkit-tap-highlight-color: transparent;
}
.touch .wrp_roo .con_roo .box_roo .map .btn_map.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.wrp_roo .con_roo .box_roo .map .btn_map span {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bb9914;
  display: block;
  background: #fff;
  text-align: center;
  color: #bb9914;
  padding: .8em 0;
  position: relative;
  font-size: 108%;
  font-family: 'Noto Serif JP',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.wrp_roo .con_roo .box_roo .map .btn_map span:after {
  content: "";
  background: url(../images/common/ic_arrow05.png) no-repeat center/contain;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3%;
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo .box_roo .map .btn_map span:after {
    width: .8em;
    height: .8em;
  }
}
.wrp_roo .con_roo .box_roo .map .btn_map.active span:after {
  content: "";
  background: url(../images/common/ic_arrow05.png) no-repeat center/contain;
  transform: rotateX(180deg);
  top: 40%;
}
.wrp_roo .con_roo .box_roo .map .img_map {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  float: left;
  border: 1px solid #d3d3d3;
  padding: 25px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wrp_roo .con_roo .box_roo .map .img_map {
    display: block !important;
  }
}
@media print {
  .wrp_roo .con_roo .box_roo .map .img_map {
    display: block !important;
  }
}
.ie8 .wrp_roo .con_roo .box_roo .map .img_map {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo .box_roo .map .img_map {
    border-top: none;
    display: none;
    padding: 5%;
    float: none;
  }
  .wrp_roo .con_roo .box_roo .map .img_map img {
    width: 50%;
    -webkit-backface-visibility: hidden;
  }
}
.wrp_roo .box_btn .btn_roo {
  float: left;
  margin-top: 30px;
  width: 285px;
}
.mouse .wrp_roo .box_btn .btn_roo {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .wrp_roo .box_btn .btn_roo:hover, .touch .wrp_roo .box_btn .btn_roo.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .wrp_roo .box_btn .btn_roo {
  -webkit-tap-highlight-color: transparent;
}
.touch .wrp_roo .box_btn .btn_roo.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.wrp_roo .box_btn .btn_roo a {
  letter-spacing: .1em;
  background: #bb9914;
  color: #fff;
  text-align: center;
  font-family: 'Noto Serif JP',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 108%;
  display: block;
  padding: .8em 0;
  position: relative;
  text-decoration: none;
}
.wrp_roo .box_btn .btn_roo a:after {
  content: '';
  position: absolute;
  background: url(../images/common/ic_arrow03.png) no-repeat center center/contain;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 3%;
  width: 10px;
  height: 10px;
}
@media only screen and (max-width: 767px) {
  .wrp_roo .box_btn .btn_roo a:after {
    width: .8em;
    height: .8em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .box_btn .btn_roo {
    width: 100%;
    margin-top: 6%;
  }
}
.wrp_roo .box_btn .btn_roo a {
  display: block;
}
.wrp_roo .box_btn .btn_roo a:hover {
  color: #fff;
}
.wrp_roo .box_btn .btn_360 {
  float: right;
  margin-top: 30px;
  width: 285px;
}
.mouse .wrp_roo .box_btn .btn_360 {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .wrp_roo .box_btn .btn_360:hover, .touch .wrp_roo .box_btn .btn_360.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .wrp_roo .box_btn .btn_360 {
  -webkit-tap-highlight-color: transparent;
}
.touch .wrp_roo .box_btn .btn_360.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.wrp_roo .box_btn .btn_360 a {
  display: block;
  text-decoration: none;
  background: #001e43;
  text-align: center;
  color: #fff;
  padding: .8em 0;
  letter-spacing: .1em;
  position: relative;
  font-size: 108%;
  font-family: 'Noto Serif JP',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.wrp_roo .box_btn .btn_360 a:hover {
  color: #fff;
}
.wrp_roo .box_btn .btn_360 a:after {
  content: "";
  background: url(../images/common/ic_arrow03.png) no-repeat center/contain;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3%;
}
@media only screen and (max-width: 767px) {
  .wrp_roo .box_btn .btn_360 a:after {
    width: .8em;
    height: .8em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .box_btn .btn_360 {
    width: 100%;
    margin: 4% 0;
  }
}
.wrp_roo .box_btn .btn_360 a {
  display: block;
}
.wrp_roo .box_btn .btn_360 a:hover {
  color: #fff;
}

/*----------------------------------------------------
	.wrp_equ
----------------------------------------------------*/
.wrp_equ {
  background: url(../rooms/images/bg_equ.jpg) repeat center 5px;
  position: relative;
  border-top: 1px solid #b8c2ce;
  border-bottom: 1px solid #b8c2ce;
  padding: 70px 0 80px;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .wrp_equ {
    padding: 10% 0;
    margin: 12% auto;
  }
}
.wrp_equ + * {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .wrp_equ + * {
    margin-top: 0;
  }
}
.wrp_equ h3 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 949px) {
  .wrp_equ h3 {
    margin-bottom: 5%;
  }
}
.wrp_equ h3 em {
  display: block;
  color: #001e43;
  font-family: 'Libre Baskerville', serif;
  letter-spacing: .1em;
  font-size: 262%;
}
@media only screen and (min-width: 768px) and (max-width: 949px) {
  .wrp_equ h3 em {
    font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_equ h3 em {
    font-size: 170%;
  }
}
.wrp_equ h3 span {
  font-family: 'Noto Serif JP',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  display: block;
  color: #3e3e3e;
  letter-spacing: .24em;
  font-size: 108%;
}

.con_equ {
  text-align: center;
}
.con_equ .tbl_equ {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_equ .tbl_equ {
    margin-top: 6%;
  }
}
@media only screen and (min-width: 768px) {
  .con_equ .tbl_equ th, .con_equ .tbl_equ td {
    padding: 1.5em .5em 1.5em 1em;
  }
}
@media print {
  .con_equ .tbl_equ th, .con_equ .tbl_equ td {
    padding: 1.5em .5em 1.5em 1em;
  }
}
.ie8 .con_equ .tbl_equ th, .ie8 .con_equ .tbl_equ td {
  padding: 1.5em .5em 1.5em 1em;
}
@media only screen and (max-width: 767px) {
  .con_equ .tbl_equ th, .con_equ .tbl_equ td {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .con_equ .tbl_equ .last {
    border-bottom: none;
  }
}
.con_equ .tbl_equ th {
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .con_equ .tbl_equ th {
    width: 100%;
    display: block;
    text-align: center;
    background: #fff;
  }
  .con_equ .tbl_equ th:after {
    display: none;
  }
}
.con_equ ul {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .con_equ ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media print {
  .con_equ ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.ie8 .con_equ ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .con_equ ul {
    overflow: hidden;
    margin-top: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_equ ul li {
    width: 31.15789%;
    margin: 0 3.15789% 40px 0;
  }
  .con_equ ul li:nth-child(3n), .con_equ ul li:last-child {
    margin-right: 0;
  }
}
@media print {
  .con_equ ul li {
    width: 31.15789%;
    margin: 0 3.15789% 40px 0;
  }
  .con_equ ul li:nth-child(3n), .con_equ ul li:last-child {
    margin-right: 0;
  }
}
.ie8 .con_equ ul li {
  width: 31.15789%;
  margin: 0 3.15789% 40px 0;
}
.ie8 .con_equ ul li:nth-child(3n), .ie8 .con_equ ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_equ ul li {
    width: 100%;
    overflow: hidden;
  }
  .con_equ ul li:nth-child(n+2) {
    margin-top: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .con_equ ul li .box_txt {
    width: 60%;
    float: right;
  }
}
.con_equ ul li .box_txt .st {
  letter-spacing: .14em;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  color: #001e43;
  font-size: 139%;
  font-family: 'Noto Serif JP',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (max-width: 767px) {
  .con_equ ul li .box_txt .st {
    border: none;
    font-size: 116%;
    margin: 0 0 2% 0;
    padding: 0;
    text-align: left;
  }
}
.con_equ ul li .box_txt .txt {
  line-height: 2;
  letter-spacing: .025em;
  margin-top: 15px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .con_equ ul li .box_txt .txt {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .con_equ ul li .box_txt .txt {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 949px) {
  .con_equ ul li .photo {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_equ ul li .photo {
    width: 33%;
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 949px) {
  .con_equ ul li .photo img {
    width: 100%;
  }
}
