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

 file name  : rooms.css
 author     : Ability Consultant
 style info : rooms
=================================================================== */
.con_lnk ul, .wrp_roo .con_roo_1 .box_po, .con_roo_3 .box_po, .con_faci {
  max-width: 1260px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_lnk ul, .wrp_roo .con_roo_1 .box_po, .con_roo_3 .box_po, .con_faci {
    width: 95%;
  }
}

.con_intro .box_nav ul:after, .wrp_roo .con_about .box_about:after, .wrp_roo .con_roo_1 .box_roo:after, .wrp_roo .con_roo_1 .box_po ul:after, .wrp_roo .con_roo_1 .box_po ul li .btn:after, .con_roo2 .box_roo:after, .con_roo_3 .box_roo:after, .con_roo_3 .box_po ul:after, .con_roo_3 .box_po ul li .btn:after, .con_faci:after, .con_faci ul:after, .con_tea .box_tea:after {
  content: "";
  display: table;
  clear: both;
}

/* Animation */
/* Font size */
/*Vertical text */
/*keyframes*/
/*keyframes srcoll*/
@-webkit-keyframes animationScrollDown {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
}
@keyframes animationScrollDown {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
}
/* -----------------------------------------------------------
	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;
}

.box_thum {
  margin: 0 auto;
}
@media only screen and (max-width: 1259px) {
  .box_thum {
    width: 150px;
  }
}
@media print {
  .box_thum {
    width: 150px;
  }
}
.ie8 .box_thum {
  width: 150px;
}
@media only screen and (max-width: 1024px) {
  .box_thum {
    position: absolute;
    z-index: 50;
    left: .5em;
    bottom: .5em;
    width: 100%;
  }
}
.box_thum .slick-slide {
  cursor: pointer;
  margin-right: 5px;
  background: #ece1d6;
}
.box_thum .slick-slide span {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-family: "Crimson Text", serif;
  font-size: 20px;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .box_thum .slick-slide span {
    width: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .box_thum .slick-slide span {
    height: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .box_thum .slick-slide span {
    line-height: 2em;
  }
}
.box_thum .slick-slide.slick-current {
  background: #000;
}
.box_thum .slick-slide.slick-current span {
  color: #fff;
}

table.tbl_roo {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  table.tbl_roo {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_roo {
    margin-bottom: 20px;
  }
}
table.tbl_roo tr {
  border-top: 1px solid #957c5d;
  border-bottom: 1px solid #957c5d;
  font-size: 100%;
  line-height: 1.8;
}
@media only screen and (max-width: 1259px) {
  table.tbl_roo tr {
    font-size: 94%;
  }
}
@media print {
  table.tbl_roo tr {
    font-size: 94%;
  }
}
.ie8 table.tbl_roo tr {
  font-size: 94%;
}
@media only screen and (max-width: 1024px) {
  table.tbl_roo tr {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  table.tbl_roo tr {
    font-size: 82%;
  }
}
table.tbl_roo tr th, table.tbl_roo tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table.tbl_roo tr th {
  width: 30%;
  padding: 1.5em 0 1.5em 1.1em;
}
table.tbl_roo tr td {
  width: 70%;
  padding: 1.5em 1.1em;
}

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

/* -----------------------------------------------------------
	con_lnk
----------------------------------------------------------- */
.con_lnk {
  padding: 45px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_lnk {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_lnk {
    padding: 25px 0;
  }
}
.con_lnk ul {
  text-align: center;
}
.con_lnk ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5em;
}
@media only screen and (max-width: 1024px) {
  .con_lnk ul li {
    margin: 0 .5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_lnk ul li {
    display: block;
  }
}
.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(../rooms/images/img_intro.jpg) no-repeat center center;
  background-size: cover;
  height: 1070px;
  position: relative;
  text-align: center;
  padding-top: 4em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    padding-top: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding-top: 3em;
  }
}
.con_intro .box_intro {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro {
    max-width: 95%;
    margin: 0 auto;
  }
}
.con_intro .box_intro .st_md {
  font-size: 313%;
  text-shadow: 0px 0px 7px black;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_intro .st_md {
    font-size: 225%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro .st_md {
    font-size: 175%;
  }
}
.con_intro .box_intro .txt {
  margin: 1em 0 2em;
  line-height: 2.5;
  font-size: 100%;
  text-shadow: 0px 0px 7px black;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_intro .txt {
    line-height: 2;
  }
}
@media only screen and (max-width: 1259px) {
  .con_intro .box_intro .txt {
    font-size: 94%;
  }
}
@media print {
  .con_intro .box_intro .txt {
    font-size: 94%;
  }
}
.ie8 .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_intro .box_nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 20;
  bottom: -120px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_nav {
    bottom: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_nav {
    bottom: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_nav {
    position: static;
    margin-top: 2em;
  }
}
.con_intro .box_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1250px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_nav ul {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_nav ul {
    width: 95%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.con_intro .box_nav ul li {
  width: 14.64%;
  margin: 0 1.6% 7.24638%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_nav ul li {
    width: 22%;
    margin-right: 4%;
    margin-left: 0;
    margin-bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_nav ul li {
    width: 48%;
    margin: 0 1% 20%;
  }
}
.con_intro .box_nav ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #fff;
}
.con_intro .box_nav ul li a .photo img {
  width: 100%;
  max-width: none;
}
.con_intro .box_nav ul li a .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  left: 0;
}
.con_intro .box_nav ul li a .txt span {
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  display: inline-block;
  white-space: nowrap;
}
.con_intro .box_nav ul li a .txt span.small {
  font-size: 88%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_nav ul li a .txt span.small {
    font-size: 82%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_nav ul li a .txt span.small {
    font-size: 75%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1472.5px) {
  .con_intro .box_nav ul li a .txt span.small {
    font-size: 82%;
  }
}
.con_intro .box_nav ul li a .txt span.larg {
  font-size: 138%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_nav ul li a .txt span.larg {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_nav ul li a .txt span.larg {
    font-size: 113%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1472.5px) {
  .con_intro .box_nav ul li a .txt span.larg {
    font-size: 125%;
  }
}
.con_intro .box_nav ul li a .txt span i {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  line-height: 1;
}
.con_intro .box_nav ul li a .txt span em {
  font-size: 116%;
}
.con_intro .box_nav ul li a .more {
  position: absolute;
  width: 56px;
  height: 56px;
  color: #fff;
  text-align: center;
  background: #221608;
  bottom: -30px;
  left: 50%;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  padding-top: .5em;
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_nav ul li a .more {
    width: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_nav ul li a .more {
    height: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_nav ul li a .more {
    bottom: -2.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_nav ul li a .more {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_nav ul li a .more {
    font-size: 75%;
  }
}
.con_intro .box_nav ul li a .more em {
  display: inline-block;
}
.con_intro .box_nav ul li a .more em:last-child {
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari */
  transform: rotate(90deg);
  /* Standard syntax */
}
.con_intro .box_nav ul li a .new {
  position: absolute;
  z-index: 2;
  width: 90px;
  height: 90px;
  color: #fff;
  background: #920000;
  top: -30px;
  right: -30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 94%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_nav ul li a .new {
    width: 6em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_nav ul li a .new {
    width: 6em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_nav ul li a .new {
    height: 6em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_nav ul li a .new {
    height: 6em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_nav ul li a .new {
    top: -4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_nav ul li a .new {
    right: -1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_nav ul li a .new {
    font-size: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_nav ul li a .new {
    font-size: 69%;
  }
}
.con_intro .box_nav ul li:last-child {
  margin-right: 0;
}

/* -----------------------------------------------------------
	con_roo_1
----------------------------------------------------------- */
.wrp_roo {
  background: transparent url(../rooms/images/bg_roo.jpg);
  position: relative;
}
.wrp_roo .con_about {
  padding: 130px 0;
  position: relative;
  background-image: url(../rooms/images/bg_intro01.png), url(../rooms/images/bg_intro02.png);
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  background-size: 33.64435%, 33.64435%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo .con_about {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_about {
    padding: 3em 0;
  }
}
.wrp_roo .con_about .box_about {
  max-width: 1250px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .wrp_roo .con_about .box_about {
    width: 95%;
  }
}
.wrp_roo .con_about .box_about .st_md {
  font-weight: normal;
  padding-bottom: 30px;
  text-align: center;
  font-size: 282%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo .con_about .box_about .st_md {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_about .box_about .st_md {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1259px) {
  .wrp_roo .con_about .box_about .st_md {
    font-size: 250%;
  }
}
@media print {
  .wrp_roo .con_about .box_about .st_md {
    font-size: 250%;
  }
}
.ie8 .wrp_roo .con_about .box_about .st_md {
  font-size: 250%;
}
@media only screen and (max-width: 1024px) {
  .wrp_roo .con_about .box_about .st_md {
    font-size: 219%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_about .box_about .st_md {
    font-size: 188%;
  }
}
.wrp_roo .con_about .box_about .sub {
  padding-bottom: 60px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo .con_about .box_about .sub {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_about .box_about .sub {
    padding-bottom: 30px;
  }
}
.wrp_roo .con_about .box_about .box_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrp_roo .con_about .box_about .box_photo li {
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_about .box_about .box_photo li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_about .box_about .box_photo li:not(:last-child) {
    margin-bottom: 2em;
  }
}
.wrp_roo .con_about .box_about .box_photo li .img {
  position: relative;
}
.wrp_roo .con_about .box_about .box_photo li .img span {
  position: absolute;
  top: 0;
  right: 0;
  padding: .2em;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center !important;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  text-align: left;
  display: inline-block;
  font-size: 169%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo .con_about .box_about .box_photo li .img span {
    font-size: 138%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_about .box_about .box_photo li .img span {
    font-size: 125%;
  }
}
.wrp_roo .con_about .box_about .box_photo li .st {
  text-align: center;
  font-size: 188%;
  padding: .5em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo .con_about .box_about .box_photo li .st {
    font-size: 138%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_about .box_about .box_photo li .st {
    font-size: 125%;
  }
}
.wrp_roo .con_about .box_about .box_photo li .txt {
  font-size: 107%;
}
.wrp_roo .con_roo_1 {
  background: transparent url(../rooms/images/bg_roo_2.jpg) no-repeat top right;
  background-size: 33.64435%;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo .con_roo_1 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1 {
    padding-bottom: 40px;
  }
}
.wrp_roo .con_roo_1.yamanami_2 .sub, .wrp_roo .con_roo_1.yamanami .sub, .wrp_roo .con_roo_1.ryusui .sub, .wrp_roo .con_roo_1.kawane .sub, .wrp_roo .con_roo_1.tsuki .sub, .wrp_roo .con_roo_1.takumi .sub {
  position: relative;
  z-index: 2;
}
.wrp_roo .con_roo_1.yamanami_2 {
  background: transparent url(../rooms/images/bg_tsuki.jpg) repeat;
}
.wrp_roo .con_roo_1.yamanami_2 .box_st {
  background: transparent url(../rooms/images/bg_tsuki01.png) no-repeat 5% top;
  background-size: contain;
  position: relative;
}
.wrp_roo .con_roo_1.yamanami_2 .box_st:before {
  content: '';
  background: transparent url(../rooms/images/bg_tsuki02.png) no-repeat top right;
  background-size: cover;
  width: 33.64435%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.wrp_roo .con_roo_1.yamanami_2 .box_roo .box_slide {
  float: right;
}
.wrp_roo .con_roo_1.yamanami_2 .box_roo .box_info {
  float: left;
}
@media only screen and (max-width: 1259px) {
  .wrp_roo .con_roo_1.yamanami_2 .box_thum {
    width: 245px;
  }
}
@media print {
  .wrp_roo .con_roo_1.yamanami_2 .box_thum {
    width: 245px;
  }
}
.ie8 .wrp_roo .con_roo_1.yamanami_2 .box_thum {
  width: 245px;
}
.wrp_roo .con_roo_1.yamanami {
  background: url("../images/common/bg_par.jpg") repeat;
}
.wrp_roo .con_roo_1.yamanami .box_st {
  background: url(../rooms/images/bg_kawane01.png), url(../rooms/images/bg_kawane02.png);
  background-repeat: no-repeat;
  background-position: left bottom, right top;
  background-size: 50% auto, 35% auto;
}
@media only screen and (max-width: 1259px) {
  .wrp_roo .con_roo_1.yamanami .box_thum {
    width: 245px;
  }
}
@media print {
  .wrp_roo .con_roo_1.yamanami .box_thum {
    width: 245px;
  }
}
.ie8 .wrp_roo .con_roo_1.yamanami .box_thum {
  width: 245px;
}
.wrp_roo .con_roo_1.ryusui {
  background: transparent url(../rooms/images/bg_tsuki.jpg) repeat;
}
.wrp_roo .con_roo_1.ryusui .box_st {
  background: transparent url(../rooms/images/bg_tsuki01.png) no-repeat 5% top;
  background-size: contain;
  position: relative;
}
.wrp_roo .con_roo_1.ryusui .box_st:before {
  content: '';
  background: transparent url(../rooms/images/bg_tsuki02.png) no-repeat top right;
  background-size: cover;
  width: 33.64435%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.wrp_roo .con_roo_1.ryusui .box_roo .box_slide {
  float: right;
}
.wrp_roo .con_roo_1.ryusui .box_roo .box_info {
  float: left;
}
@media only screen and (max-width: 1259px) {
  .wrp_roo .con_roo_1.ryusui .box_thum {
    width: 245px;
  }
}
@media print {
  .wrp_roo .con_roo_1.ryusui .box_thum {
    width: 245px;
  }
}
.ie8 .wrp_roo .con_roo_1.ryusui .box_thum {
  width: 245px;
}
.wrp_roo .con_roo_1.kawane {
  background: transparent url(../rooms/images/bg_tsuki.jpg) repeat;
}
.wrp_roo .con_roo_1.kawane .box_st {
  background: transparent url(../rooms/images/bg_tsuki01.png) no-repeat 5% top;
  background-size: contain;
  position: relative;
}
.wrp_roo .con_roo_1.kawane .box_st:before {
  content: '';
  background: transparent url(../rooms/images/bg_tsuki02.png) no-repeat top right;
  background-size: cover;
  width: 33.64435%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.wrp_roo .con_roo_1.kawane .box_roo .box_slide {
  float: right;
}
.wrp_roo .con_roo_1.kawane .box_roo .box_info {
  float: left;
}
@media only screen and (max-width: 1259px) {
  .wrp_roo .con_roo_1.kawane .box_thum {
    width: 245px;
  }
}
@media print {
  .wrp_roo .con_roo_1.kawane .box_thum {
    width: 245px;
  }
}
.ie8 .wrp_roo .con_roo_1.kawane .box_thum {
  width: 245px;
}
.wrp_roo .con_roo_1.tsuki {
  background: url("../images/common/bg_par.jpg") repeat;
}
.wrp_roo .con_roo_1.tsuki .box_st {
  background: url(../rooms/images/bg_kawane01.png), url(../rooms/images/bg_kawane02.png);
  background-repeat: no-repeat;
  background-position: left bottom, right top;
  background-size: 50% auto, 35% auto;
}
@media only screen and (max-width: 1259px) {
  .wrp_roo .con_roo_1.tsuki .box_thum {
    width: 245px;
  }
}
@media print {
  .wrp_roo .con_roo_1.tsuki .box_thum {
    width: 245px;
  }
}
.ie8 .wrp_roo .con_roo_1.tsuki .box_thum {
  width: 245px;
}
.wrp_roo .con_roo_1.tsuki .con_tea {
  background: #fff url(../images/common/bg_par.jpg);
  margin-top: 130px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo .con_roo_1.tsuki .con_tea {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1.tsuki .con_tea {
    margin-top: 50px;
  }
}
.wrp_roo .con_roo_1.tsuki .con_tea .box_tea {
  background: transparent url(../rooms/images/bg_tsuki03.png) no-repeat 95% center;
}
.wrp_roo .con_roo_1.tsuki .box_washi {
  background: url("../rooms/images/bg_washi.jpg") no-repeat top 50px left;
  position: relative;
  padding: 7% 10%;
  margin: 110px auto 0;
  max-width: 1540px;
  width: 90%;
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  .wrp_roo .con_roo_1.tsuki .box_washi {
    padding: 7% 4%;
  }
  .wrp_roo .con_roo_1.tsuki .box_washi:before {
    left: -3.5% !important;
  }
  .wrp_roo .con_roo_1.tsuki .box_washi:after {
    width: 31% !important;
    right: -6% !important;
  }
}
@media print {
  .wrp_roo .con_roo_1.tsuki .box_washi {
    padding: 7% 4%;
  }
  .wrp_roo .con_roo_1.tsuki .box_washi:before {
    left: -3.5% !important;
  }
  .wrp_roo .con_roo_1.tsuki .box_washi:after {
    width: 31% !important;
    right: -6% !important;
  }
}
.ie8 .wrp_roo .con_roo_1.tsuki .box_washi {
  padding: 7% 4%;
}
.ie8 .wrp_roo .con_roo_1.tsuki .box_washi:before {
  left: -3.5% !important;
}
.ie8 .wrp_roo .con_roo_1.tsuki .box_washi:after {
  width: 31% !important;
  right: -6% !important;
}
@media only screen and (min-width: 1401px) and (max-width: 1600px) {
  .wrp_roo .con_roo_1.tsuki .box_washi:after {
    width: 40%;
    right: -6%;
  }
}
@media print {
  .wrp_roo .con_roo_1.tsuki .box_washi:after {
    width: 40%;
    right: -6%;
  }
}
.ie8 .wrp_roo .con_roo_1.tsuki .box_washi:after {
  width: 40%;
  right: -6%;
}
@media only screen and (min-width: 1261px) and (max-width: 1400px) {
  .wrp_roo .con_roo_1.tsuki .box_washi:after {
    width: 33% !important;
    right: -6%;
  }
}
@media print {
  .wrp_roo .con_roo_1.tsuki .box_washi:after {
    width: 33% !important;
    right: -6%;
  }
}
.ie8 .wrp_roo .con_roo_1.tsuki .box_washi:after {
  width: 33% !important;
  right: -6%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo .con_roo_1.tsuki .box_washi {
    background: url("../rooms/images/bg_washi.jpg") repeat-y top 50px left;
    position: relative;
    padding: 63% 4% 4%;
    margin: 15% auto 0;
  }
  .wrp_roo .con_roo_1.tsuki .box_washi:before {
    top: -5% !important;
    left: 4% !important;
  }
  .wrp_roo .con_roo_1.tsuki .box_washi:after {
    width: 80% !important;
    top: -5% !important;
    right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1.tsuki .box_washi {
    background: url("../rooms/images/bg_washi.jpg") repeat-y top 50px left;
    position: relative;
    padding: 63% 3% 3%;
    margin: 15% auto 0;
  }
  .wrp_roo .con_roo_1.tsuki .box_washi:before {
    width: 3em !important;
    top: -5% !important;
    left: -6% !important;
  }
  .wrp_roo .con_roo_1.tsuki .box_washi:after {
    width: 85% !important;
    top: -5% !important;
    right: 0 !important;
  }
}
.wrp_roo .con_roo_1.tsuki .box_washi:before {
  content: '';
  background-image: url("../rooms/images/st_washi.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 4%;
}
.wrp_roo .con_roo_1.tsuki .box_washi:after {
  content: '';
  background-image: url("../rooms/images/img_washi.png");
  background-repeat: no-repeat;
  width: 40%;
  height: 100%;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
}
.wrp_roo .con_roo_1.tsuki .box_washi .title {
  font-size: 170%;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1.tsuki .box_washi .title {
    font-size: 113%;
    padding-bottom: .5em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1.tsuki .box_washi .txt {
    font-size: 82%;
  }
}
.wrp_roo .con_roo_1.takumi {
  background: url("../images/common/bg_par.jpg") repeat;
}
.wrp_roo .con_roo_1.kotone {
  background: url("../images/common/bg_par.jpg") repeat;
  padding-: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo .con_roo_1.kotone {
    padding-: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1.kotone {
    padding-: 40px;
  }
}
.wrp_roo .con_roo_1 .box_st {
  text-align: center;
  background: url(../rooms/images/bg_kawane01.png), url(../rooms/images/bg_kawane02.png);
  background-repeat: no-repeat;
  background-position: left bottom, right top;
  background-size: 50% auto, 35% auto;
  padding: 145px 0 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo .con_roo_1 .box_st {
    padding: 90px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1 .box_st {
    padding: 3em 0 1.5em;
  }
}
@media only screen and (max-width: 1024px) {
  .wrp_roo .con_roo_1 .box_st {
    max-width: 95%;
    margin: 0 auto;
  }
}
.wrp_roo .con_roo_1 .box_st .new {
  display: block;
  color: #920000;
  font-size: 150%;
}
.wrp_roo .con_roo_1 .box_st .st_md {
  font-weight: normal;
  margin-bottom: 30px;
  text-align: center;
  font-size: 250%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo .con_roo_1 .box_st .st_md {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1 .box_st .st_md {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1259px) {
  .wrp_roo .con_roo_1 .box_st .st_md {
    font-size: 219%;
  }
}
@media print {
  .wrp_roo .con_roo_1 .box_st .st_md {
    font-size: 219%;
  }
}
.ie8 .wrp_roo .con_roo_1 .box_st .st_md {
  font-size: 219%;
}
@media only screen and (max-width: 1024px) {
  .wrp_roo .con_roo_1 .box_st .st_md {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1 .box_st .st_md {
    font-size: 157%;
  }
}
.wrp_roo .con_roo_1 .box_st .st_md span {
  display: block;
  font-size: 120%;
}
.wrp_roo .con_roo_1 .box_st .st_md span em {
  font-size: 70%;
  padding-right: 1em;
}
.wrp_roo .con_roo_1 .box_st .st_md ruby rt {
  font-size: 35%;
}
.wrp_roo .con_roo_1 .box_st .txt {
  line-height: 1.8;
  font-size: 100%;
  color: #000;
}
.wrp_roo .con_roo_1 .box_roo {
  position: relative;
  margin-bottom: 65px;
}
@media only screen and (max-width: 1024px) {
  .wrp_roo .con_roo_1 .box_roo {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1 .box_roo {
    width: 90%;
    margin: auto;
  }
}
.wrp_roo .con_roo_1 .box_roo .box_slide_1,
.wrp_roo .con_roo_1 .box_roo .box_slide_2,
.wrp_roo .con_roo_1 .box_roo .box_slide_tsuki,
.wrp_roo .con_roo_1 .box_roo .box_slide_kawane,
.wrp_roo .con_roo_1 .box_roo .box_slide_yamanami,
.wrp_roo .con_roo_1 .box_roo .box_slide_yamanami_2,
.wrp_roo .con_roo_1 .box_roo .box_slide_ryusui,
.wrp_roo .con_roo_1 .box_roo .box_slide_kozuki,
.wrp_roo .con_roo_1 .box_roo .box_slide_kotone,
.wrp_roo .con_roo_1 .box_roo .box_slide_suimei,
.wrp_roo .con_roo_1 .box_roo .box_slide_unkai {
  float: left;
  width: 67.06915%;
}
@media only screen and (max-width: 1024px) {
  .wrp_roo .con_roo_1 .box_roo .box_slide_1,
  .wrp_roo .con_roo_1 .box_roo .box_slide_2,
  .wrp_roo .con_roo_1 .box_roo .box_slide_tsuki,
  .wrp_roo .con_roo_1 .box_roo .box_slide_kawane,
  .wrp_roo .con_roo_1 .box_roo .box_slide_yamanami,
  .wrp_roo .con_roo_1 .box_roo .box_slide_yamanami_2,
  .wrp_roo .con_roo_1 .box_roo .box_slide_ryusui,
  .wrp_roo .con_roo_1 .box_roo .box_slide_kozuki,
  .wrp_roo .con_roo_1 .box_roo .box_slide_kotone,
  .wrp_roo .con_roo_1 .box_roo .box_slide_suimei,
  .wrp_roo .con_roo_1 .box_roo .box_slide_unkai {
    width: 100%;
  }
}
.wrp_roo .con_roo_1 .box_roo .box_info {
  float: right;
  width: 32.93085%;
  margin-top: 0;
}
@media only screen and (max-width: 1259px) {
  .wrp_roo .con_roo_1 .box_roo .box_info {
    margin-top: 1em;
  }
}
@media print {
  .wrp_roo .con_roo_1 .box_roo .box_info {
    margin-top: 1em;
  }
}
.ie8 .wrp_roo .con_roo_1 .box_roo .box_info {
  margin-top: 1em;
}
@media only screen and (max-width: 1024px) {
  .wrp_roo .con_roo_1 .box_roo .box_info {
    width: 98%;
    margin: 0 1% 1em;
  }
}
.wrp_roo .con_roo_1 .box_roo .box_info .info {
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 1259px) {
  .wrp_roo .con_roo_1 .box_roo .box_info .info {
    max-width: 500px;
  }
}
@media print {
  .wrp_roo .con_roo_1 .box_roo .box_info .info {
    max-width: 500px;
  }
}
.ie8 .wrp_roo .con_roo_1 .box_roo .box_info .info {
  max-width: 500px;
}
.wrp_roo .con_roo_1 .box_roo .box_info .info h3 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo .con_roo_1 .box_roo .box_info .info h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1 .box_roo .box_info .info h3 {
    margin-bottom: 25px;
  }
}
.wrp_roo .con_roo_1 .box_roo .box_info .info h3 span {
  -webkit-writing-mode: unset !important;
      -ms-writing-mode: unset !important;
          writing-mode: unset !important;
  text-align: center;
}
.wrp_roo .con_roo_1 .box_roo .box_info .info h3 span.new {
  display: block;
  color: #920000;
  font-size: 120%;
}
.wrp_roo .con_roo_1 .box_roo .box_info .info h3 span em {
  font-size: 70%;
  padding-right: 1em;
}
.wrp_roo .con_roo_1 .box_roo .box_info .info .txt {
  line-height: 1.8;
  font-size: 100%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1259px) {
  .wrp_roo .con_roo_1 .box_roo .box_info .info .txt {
    font-size: 94%;
  }
}
@media print {
  .wrp_roo .con_roo_1 .box_roo .box_info .info .txt {
    font-size: 94%;
  }
}
.ie8 .wrp_roo .con_roo_1 .box_roo .box_info .info .txt {
  font-size: 94%;
}
@media only screen and (max-width: 1024px) {
  .wrp_roo .con_roo_1 .box_roo .box_info .info .txt {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1 .box_roo .box_info .info .txt {
    font-size: 82%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo .con_roo_1 .box_roo .box_info .info .txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1 .box_roo .box_info .info .txt {
    margin-bottom: 15px;
  }
}
.wrp_roo .con_roo_1 .box_roo .box_info .info .btns {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo .con_roo_1 .box_roo .box_info .info .btns {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1 .box_roo .box_info .info .btns {
    margin-bottom: 15px;
  }
}
.wrp_roo .con_roo_1 .box_roo .box_info .info .btns .modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.wrp_roo .con_roo_1 .box_roo .box_info .info .btns .modal .modal-box {
  background-color: #fff;
  margin: 10% auto;
  max-width: 640px;
  width: 90%;
  border-radius: 10px;
  -webkit-animation-name: modalopen;
          animation-name: modalopen;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  position: relative;
}
.wrp_roo .con_roo_1 .box_roo .box_info .info .btns .modal .modal-box .modalClose {
  position: absolute;
  top: 0;
  right: 0;
}
.wrp_roo .con_roo_1 .box_roo .box_info .info .btns p a span {
  padding: 1.2em 0;
}
.wrp_roo .con_roo_1 .box_roo .box_info .info .btns p.btn_brown {
  margin: 0 0 1em;
}
@media only screen and (min-width: 1025px) {
  .wrp_roo .con_roo_1 .box_roo .side {
    margin-top: 0;
  }
  .wrp_roo .con_roo_1 .box_roo .side .info h3 {
    margin-bottom: 20px;
  }
  .wrp_roo .con_roo_1 .box_roo .side .info h3 span {
    -webkit-writing-mode: unset !important;
        -ms-writing-mode: unset !important;
            writing-mode: unset !important;
  }
  .wrp_roo .con_roo_1 .box_roo .side .info .txt {
    margin-bottom: 15px;
  }
  .wrp_roo .con_roo_1 .box_roo .side .info .btns {
    margin: 20px 0;
  }
}
@media print {
  .wrp_roo .con_roo_1 .box_roo .side {
    margin-top: 0;
  }
  .wrp_roo .con_roo_1 .box_roo .side .info h3 {
    margin-bottom: 20px;
  }
  .wrp_roo .con_roo_1 .box_roo .side .info h3 span {
    -webkit-writing-mode: unset !important;
        -ms-writing-mode: unset !important;
            writing-mode: unset !important;
  }
  .wrp_roo .con_roo_1 .box_roo .side .info .txt {
    margin-bottom: 15px;
  }
  .wrp_roo .con_roo_1 .box_roo .side .info .btns {
    margin: 20px 0;
  }
}
.ie8 .wrp_roo .con_roo_1 .box_roo .side {
  margin-top: 0;
}
.ie8 .wrp_roo .con_roo_1 .box_roo .side .info h3 {
  margin-bottom: 20px;
}
.ie8 .wrp_roo .con_roo_1 .box_roo .side .info h3 span {
  -webkit-writing-mode: unset !important;
      -ms-writing-mode: unset !important;
          writing-mode: unset !important;
}
.ie8 .wrp_roo .con_roo_1 .box_roo .side .info .txt {
  margin-bottom: 15px;
}
.ie8 .wrp_roo .con_roo_1 .box_roo .side .info .btns {
  margin: 20px 0;
}
.wrp_roo .con_roo_1 .box_append {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo .con_roo_1 .box_append {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1 .box_append {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1 .box_append {
    max-width: 95%;
    margin-bottom: 30px;
  }
}
.wrp_roo .con_roo_1 .box_append .btns {
  margin: 40px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo .con_roo_1 .box_append .btns {
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1 .box_append .btns {
    margin: 20px 0 0;
  }
}
.wrp_roo .con_roo_1 .box_append .btns .btn_brown {
  margin: 0 0 .5em;
}
.wrp_roo .con_roo_1 .box_po {
  max-width: 1230px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1 .box_po {
    margin-top: 3em;
  }
}
.wrp_roo .con_roo_1 .box_po.spe {
  margin-bottom: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo .con_roo_1 .box_po.spe {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1 .box_po.spe {
    margin-bottom: 30px;
  }
}
.wrp_roo .con_roo_1 .box_po h3 {
  font-weight: normal;
  margin-bottom: 30px;
  text-align: center;
  font-size: 250%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo .con_roo_1 .box_po h3 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1 .box_po h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1259px) {
  .wrp_roo .con_roo_1 .box_po h3 {
    font-size: 219%;
  }
}
@media print {
  .wrp_roo .con_roo_1 .box_po h3 {
    font-size: 219%;
  }
}
.ie8 .wrp_roo .con_roo_1 .box_po h3 {
  font-size: 219%;
}
@media only screen and (max-width: 1024px) {
  .wrp_roo .con_roo_1 .box_po h3 {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1 .box_po h3 {
    font-size: 138%;
  }
}
.wrp_roo .con_roo_1 .box_po ul li {
  float: left;
  width: 46.03175%;
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1 .box_po ul li {
    width: 100%;
    margin: 0 0 1em;
  }
}
.wrp_roo .con_roo_1 .box_po ul li h4 {
  font-weight: normal;
  margin: 25px 0;
  text-align: center;
  font-size: 188%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo .con_roo_1 .box_po ul li h4 {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1 .box_po ul li h4 {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 1259px) {
  .wrp_roo .con_roo_1 .box_po ul li h4 {
    font-size: 157%;
  }
}
@media print {
  .wrp_roo .con_roo_1 .box_po ul li h4 {
    font-size: 157%;
  }
}
.ie8 .wrp_roo .con_roo_1 .box_po ul li h4 {
  font-size: 157%;
}
@media only screen and (max-width: 1024px) {
  .wrp_roo .con_roo_1 .box_po ul li h4 {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1 .box_po ul li h4 {
    font-size: 113%;
  }
}
.wrp_roo .con_roo_1 .box_po ul li .txt {
  font-size: 100%;
  line-height: 1.8;
}
@media only screen and (max-width: 1259px) {
  .wrp_roo .con_roo_1 .box_po ul li .txt {
    font-size: 94%;
  }
}
@media print {
  .wrp_roo .con_roo_1 .box_po ul li .txt {
    font-size: 94%;
  }
}
.ie8 .wrp_roo .con_roo_1 .box_po ul li .txt {
  font-size: 94%;
}
@media only screen and (max-width: 1024px) {
  .wrp_roo .con_roo_1 .box_po ul li .txt {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1 .box_po ul li .txt {
    font-size: 82%;
  }
}
.wrp_roo .con_roo_1 .box_po ul li .btn {
  margin-top: 25px;
}
.wrp_roo .con_roo_1 .box_po ul li .btn p {
  margin: 0 auto;
  width: 48%;
}
@media only screen and (max-width: 1259px) {
  .wrp_roo .con_roo_1 .box_po ul li .btn p {
    width: 100%;
    margin: 0 0 .5em;
  }
}
@media print {
  .wrp_roo .con_roo_1 .box_po ul li .btn p {
    width: 100%;
    margin: 0 0 .5em;
  }
}
.ie8 .wrp_roo .con_roo_1 .box_po ul li .btn p {
  width: 100%;
  margin: 0 0 .5em;
}
.wrp_roo .con_roo_1 .box_po ul li .btn p a span {
  padding: 1.2em 0;
}
.wrp_roo .con_roo_1 .box_po ul li:last-child {
  float: right;
}
.wrp_roo .con_roo_1 .box_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 110px 0 0;
  margin-bottom: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo .con_roo_1 .box_con {
    margin-bottom: -70px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1 .box_con {
    margin-bottom: -40px;
  }
}
.wrp_roo .con_roo_1 .box_con .img {
  width: 38%;
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1 .box_con .img {
    width: 100%;
  }
}
.wrp_roo .con_roo_1 .box_con .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrp_roo .con_roo_1 .box_con .box_txt {
  background: #31210b;
  width: 62%;
  padding: 3% 0 2% 4%;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1 .box_con .box_txt {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .wrp_roo .con_roo_1 .box_con .box_txt {
    padding: 3% 4% 2% 4%;
  }
}
.wrp_roo .con_roo_1 .box_con .box_txt:before {
  content: '';
  background: url("../rooms/images/bg_con.png") no-repeat bottom right;
  background-size: auto;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.wrp_roo .con_roo_1 .box_con .box_txt .st {
  font-size: 188%;
  padding-bottom: 30px;
  font-size: 250%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_roo .con_roo_1 .box_con .box_txt .st {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_roo .con_roo_1 .box_con .box_txt .st {
    font-size: 157%;
  }
}
.wrp_roo .con_roo_1 .box_con .box_txt .txt {
  position: relative;
  z-index: 2;
}

/* -----------------------------------------------------------
	con_roo2
----------------------------------------------------------- */
.con_roo2 {
  position: relative;
  background: transparent url(../rooms/images/bg_roo.jpg);
  padding: 100px 3.97914% 50px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo2 {
    padding: 70px 3.97914% 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo2 {
    padding: 30px 3.97914% 40px;
  }
}
.con_roo2:before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 33.809%;
  height: 539px;
  right: 0;
  top: 0;
  background: transparent url(../rooms/images/bg_roo_2.jpg) no-repeat center top;
  background-size: 100% auto;
}
.con_roo2:after {
  content: '';
  position: absolute;
  z-index: 0;
  width: 21.84413%;
  height: 586px;
  left: 0;
  top: 30%;
  background: transparent url(../rooms/images/bg_roo_4.png) no-repeat center left;
  background-size: 100% auto;
}
.con_roo2 .box_st {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo2 .box_st {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo2 .box_st {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_roo2 .box_st {
    max-width: 95%;
  }
}
.con_roo2 .box_st .new {
  display: block;
  color: #920000;
  font-size: 150%;
}
.con_roo2 .box_st .st_md {
  font-weight: normal;
  margin-bottom: 30px;
  text-align: center;
  font-size: 250%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo2 .box_st .st_md {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo2 .box_st .st_md {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1259px) {
  .con_roo2 .box_st .st_md {
    font-size: 219%;
  }
}
@media print {
  .con_roo2 .box_st .st_md {
    font-size: 219%;
  }
}
.ie8 .con_roo2 .box_st .st_md {
  font-size: 219%;
}
@media only screen and (max-width: 1024px) {
  .con_roo2 .box_st .st_md {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo2 .box_st .st_md {
    font-size: 157%;
  }
}
.con_roo2 .box_st .st_md span {
  display: block;
  font-size: 120%;
}
.con_roo2 .box_st .st_md span em {
  font-size: 70%;
  padding-right: 1em;
}
@media only screen and (max-width: 767px) {
  .con_roo2 .box_st .st_md span em {
    display: block;
  }
}
.con_roo2 .box_st .st_md ruby rt {
  font-size: 35%;
}
.con_roo2 .box_st .txt {
  line-height: 1.8;
  font-size: 100%;
  color: #000;
}
.con_roo2 .box_roo {
  position: relative;
  z-index: 10;
}
.con_roo2 .box_roo .box_slide {
  float: left;
  width: 72.57007%;
}
@media only screen and (max-width: 1024px) {
  .con_roo2 .box_roo .box_slide {
    width: 100%;
  }
}
.con_roo2 .box_roo .box_info {
  float: right;
  width: 26.83363%;
  margin-top: 60px;
}
@media only screen and (max-width: 1670px) {
  .con_roo2 .box_roo .box_info {
    margin-top: 30px;
  }
}
@media print {
  .con_roo2 .box_roo .box_info {
    margin-top: 30px;
  }
}
.ie8 .con_roo2 .box_roo .box_info {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo2 .box_roo .box_info {
    width: 98%;
    margin: 0 1% 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo2 .box_roo .box_info {
    width: 100%;
    margin: 0;
  }
}
.con_roo2 .box_roo .box_info .info {
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 1259px) {
  .con_roo2 .box_roo .box_info .info {
    max-width: 500px;
  }
}
@media print {
  .con_roo2 .box_roo .box_info .info {
    max-width: 500px;
  }
}
.ie8 .con_roo2 .box_roo .box_info .info {
  max-width: 500px;
}
.con_roo2 .box_roo .box_info .info h3 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_roo2 .box_roo .box_info .info h3 {
    margin-bottom: 1em;
  }
}
.con_roo2 .box_roo .box_info .info h3 span {
  -webkit-writing-mode: unset !important;
      -ms-writing-mode: unset !important;
          writing-mode: unset !important;
}
.con_roo2 .box_roo .box_info .info .txt {
  line-height: 1.8;
  font-size: 100%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1259px) {
  .con_roo2 .box_roo .box_info .info .txt {
    font-size: 94%;
  }
}
@media print {
  .con_roo2 .box_roo .box_info .info .txt {
    font-size: 94%;
  }
}
.ie8 .con_roo2 .box_roo .box_info .info .txt {
  font-size: 94%;
}
@media only screen and (max-width: 1024px) {
  .con_roo2 .box_roo .box_info .info .txt {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo2 .box_roo .box_info .info .txt {
    font-size: 82%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo2 .box_roo .box_info .info .txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo2 .box_roo .box_info .info .txt {
    margin-bottom: 15px;
  }
}
.con_roo2 .box_roo .box_info .info .box_sub .btns {
  margin: 30px 0 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo2 .box_roo .box_info .info .box_sub .btns {
    margin: 20px 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo2 .box_roo .box_info .info .box_sub .btns {
    margin: 15px 0;
  }
}
.con_roo2 .box_roo .box_info .info .box_sub .btns .modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.con_roo2 .box_roo .box_info .info .box_sub .btns .modal .modal-box {
  background-color: #fff;
  margin: 10% auto;
  max-width: 640px;
  width: 90%;
  border-radius: 10px;
  -webkit-animation-name: modalopen;
          animation-name: modalopen;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  position: relative;
}
.con_roo2 .box_roo .box_info .info .box_sub .btns .modal .modal-box .modalClose {
  position: absolute;
  top: 0;
  right: 0;
}
.con_roo2 .box_roo .box_info .info .box_sub .btns p a span {
  padding: 1.2em 0;
}
.con_roo2 .box_roo .box_info .info .box_sub .btns p.btn_brown {
  margin: 0 0 1em;
}
@media only screen and (max-width: 1670px) {
  .con_roo2 .box_roo.box2 {
    margin-top: .5em;
  }
}
@media print {
  .con_roo2 .box_roo.box2 {
    margin-top: .5em;
  }
}
.ie8 .con_roo2 .box_roo.box2 {
  margin-top: .5em;
}
@media only screen and (max-width: 767px) {
  .con_roo2 .box_roo.box2 {
    margin-top: 3em;
  }
}
.con_roo2 .box_roo.box2 .box_slide {
  float: right;
}
.con_roo2 .box_roo.box2 .box_info {
  float: left;
}
.con_roo2 .box_roo.box3 {
  width: 100%;
  z-index: 1;
}
.con_roo2 .box_roo.box3 .box_info {
  float: left;
  width: 50%;
  margin: 0;
}
@media only screen and (max-width: 1670px) {
  .con_roo2 .box_roo.box3 .box_info {
    margin-top: .5em;
  }
}
@media print {
  .con_roo2 .box_roo.box3 .box_info {
    margin-top: .5em;
  }
}
.ie8 .con_roo2 .box_roo.box3 .box_info {
  margin-top: .5em;
}
@media only screen and (max-width: 1024px) {
  .con_roo2 .box_roo.box3 .box_info {
    display: block;
    width: 98%;
    margin: 0 1% 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo2 .box_roo.box3 .box_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 2em 1% 0;
  }
}
.con_roo2 .box_roo.box3 .box_info .info {
  max-width: 100%;
}
.con_roo2 .box_roo.box3 .box_info .info h3 {
  margin: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo2 .box_roo.box3 .box_info .info h3 {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo2 .box_roo.box3 .box_info .info h3 {
    margin: 5% 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_roo2 .box_roo.box3 .box_info .info h3 {
    text-align: left;
  }
}
@media print {
  .con_roo2 .box_roo.box3 .box_info .info h3 {
    text-align: left;
  }
}
.ie8 .con_roo2 .box_roo.box3 .box_info .info h3 {
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .con_roo2 .box_roo.box3 .box_info .info .txt {
    width: 60%;
    float: left;
  }
  .con_roo2 .box_roo.box3 .box_info .info .box_sub {
    width: 40%;
    float: right;
  }
  .con_roo2 .box_roo.box3 .box_info .info .box_sub .btns {
    margin: 0 1em;
  }
}
@media print {
  .con_roo2 .box_roo.box3 .box_info .info .txt {
    width: 60%;
    float: left;
  }
  .con_roo2 .box_roo.box3 .box_info .info .box_sub {
    width: 40%;
    float: right;
  }
  .con_roo2 .box_roo.box3 .box_info .info .box_sub .btns {
    margin: 0 1em;
  }
}
.ie8 .con_roo2 .box_roo.box3 .box_info .info .txt {
  width: 60%;
  float: left;
}
.ie8 .con_roo2 .box_roo.box3 .box_info .info .box_sub {
  width: 40%;
  float: right;
}
.ie8 .con_roo2 .box_roo.box3 .box_info .info .box_sub .btns {
  margin: 0 1em;
}
.con_roo2 .box_roo.box3 .box_info .box_sub {
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo2 .box_roo.box3 .box_info .box_sub {
    max-width: 500px;
  }
  .con_roo2 .box_roo.box3 .box_info .box_sub .btns {
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo2 .box_roo.box3 .box_info .box_sub {
    max-width: 95%;
    margin-bottom: 30px;
  }
  .con_roo2 .box_roo.box3 .box_info .box_sub .btns {
    margin: 20px 0 0;
  }
}
.con_roo2 .box_append {
  position: relative;
  z-index: 10;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo2 .box_append {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo2 .box_append {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo2 .box_append {
    max-width: 95%;
    margin-bottom: 30px;
  }
}
.con_roo2 .box_append .btns {
  margin: 40px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo2 .box_append .btns {
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo2 .box_append .btns {
    margin: 20px 0 0;
  }
}
.con_roo2 .box_append .btns .btn_brown {
  margin: 0 0 .5em;
}

/* -----------------------------------------------------------
	con_roo_3
----------------------------------------------------------- */
.con_roo_3 {
  background: transparent url(../rooms/images/bg_roo_2.jpg) no-repeat top right;
  background-size: 33.64435%;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo_3 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo_3 {
    padding-bottom: 40px;
  }
}
.con_roo_3 .box_st {
  background: transparent url(../rooms/images/bg_roo_1.jpg) no-repeat 5% top;
  background-size: 27.27772%;
  text-align: center;
  padding: 145px 0 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo_3 .box_st {
    padding: 90px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo_3 .box_st {
    padding: 40px 0 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_roo_3 .box_st {
    max-width: 95%;
    margin: 0 auto;
  }
}
.con_roo_3 .box_st h3 {
  margin-bottom: 30px;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo_3 .box_st h3 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo_3 .box_st h3 {
    margin-bottom: 20px;
  }
}
.con_roo_3 .box_st .txt {
  line-height: 1.8;
  font-size: 100%;
  color: #000;
}
.con_roo_3 .box_roo {
  position: relative;
  margin-bottom: 65px;
}
@media only screen and (max-width: 1024px) {
  .con_roo_3 .box_roo {
    margin-bottom: 0;
  }
}
.con_roo_3 .box_roo .box_slide_1,
.con_roo_3 .box_roo .box_slide_2 {
  float: left;
  width: 70.52689%;
}
@media only screen and (max-width: 1024px) {
  .con_roo_3 .box_roo .box_slide_1,
  .con_roo_3 .box_roo .box_slide_2 {
    width: 100%;
  }
}
.con_roo_3 .box_roo .box_info {
  float: right;
  width: 29.41822%;
  margin-top: 95px;
}
@media only screen and (max-width: 1259px) {
  .con_roo_3 .box_roo .box_info {
    margin-top: 1em;
  }
}
@media print {
  .con_roo_3 .box_roo .box_info {
    margin-top: 1em;
  }
}
.ie8 .con_roo_3 .box_roo .box_info {
  margin-top: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo_3 .box_roo .box_info {
    width: 98%;
    margin: 0 1% 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo_3 .box_roo .box_info {
    width: 100%;
    margin: 3em 0 0;
  }
}
.con_roo_3 .box_roo .box_info .info {
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 1259px) {
  .con_roo_3 .box_roo .box_info .info {
    max-width: 500px;
  }
}
@media print {
  .con_roo_3 .box_roo .box_info .info {
    max-width: 500px;
  }
}
.ie8 .con_roo_3 .box_roo .box_info .info {
  max-width: 500px;
}
.con_roo_3 .box_roo .box_info .info h3 {
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo_3 .box_roo .box_info .info h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo_3 .box_roo .box_info .info h3 {
    margin-bottom: 25px;
  }
}
.con_roo_3 .box_roo .box_info .info .txt {
  line-height: 1.8;
  font-size: 100%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1259px) {
  .con_roo_3 .box_roo .box_info .info .txt {
    font-size: 94%;
  }
}
@media print {
  .con_roo_3 .box_roo .box_info .info .txt {
    font-size: 94%;
  }
}
.ie8 .con_roo_3 .box_roo .box_info .info .txt {
  font-size: 94%;
}
@media only screen and (max-width: 1024px) {
  .con_roo_3 .box_roo .box_info .info .txt {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo_3 .box_roo .box_info .info .txt {
    font-size: 82%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo_3 .box_roo .box_info .info .txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo_3 .box_roo .box_info .info .txt {
    margin-bottom: 15px;
  }
}
.con_roo_3 .box_roo .box_info .info .btns {
  margin: 40px 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo_3 .box_roo .box_info .info .btns {
    margin: 30px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo_3 .box_roo .box_info .info .btns {
    margin: 20px 0 15px;
  }
}
.con_roo_3 .box_roo .box_info .info .btns p a span {
  padding: 1.2em 0;
}
.con_roo_3 .box_roo .box_info .info .btns p.btn_brown {
  margin: 0 0 1em;
}
.con_roo_3 .box_append {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo_3 .box_append {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo_3 .box_append {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo_3 .box_append {
    max-width: 95%;
    margin-bottom: 30px;
  }
}
.con_roo_3 .box_append .btns {
  margin: 40px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo_3 .box_append .btns {
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo_3 .box_append .btns {
    margin: 20px 0 0;
  }
}
.con_roo_3 .box_append .btns .btn_brown {
  margin: 0 0 .5em;
}
.con_roo_3 .box_po {
  max-width: 1230px;
  position: relative;
  z-index: 10;
}
.con_roo_3 .box_po h3 {
  font-weight: normal;
  margin-bottom: 30px;
  text-align: center;
  font-size: 250%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo_3 .box_po h3 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo_3 .box_po h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1259px) {
  .con_roo_3 .box_po h3 {
    font-size: 219%;
  }
}
@media print {
  .con_roo_3 .box_po h3 {
    font-size: 219%;
  }
}
.ie8 .con_roo_3 .box_po h3 {
  font-size: 219%;
}
@media only screen and (max-width: 1024px) {
  .con_roo_3 .box_po h3 {
    font-size: 188%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo_3 .box_po h3 {
    font-size: 157%;
  }
}
.con_roo_3 .box_po ul li {
  float: left;
  width: 46.03175%;
}
@media only screen and (max-width: 767px) {
  .con_roo_3 .box_po ul li {
    width: 100%;
    margin: 0 0 1em;
  }
}
.con_roo_3 .box_po ul li h4 {
  font-weight: normal;
  margin: 25px 0;
  text-align: center;
  font-size: 188%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo_3 .box_po ul li h4 {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo_3 .box_po ul li h4 {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 1259px) {
  .con_roo_3 .box_po ul li h4 {
    font-size: 157%;
  }
}
@media print {
  .con_roo_3 .box_po ul li h4 {
    font-size: 157%;
  }
}
.ie8 .con_roo_3 .box_po ul li h4 {
  font-size: 157%;
}
@media only screen and (max-width: 1024px) {
  .con_roo_3 .box_po ul li h4 {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo_3 .box_po ul li h4 {
    font-size: 113%;
  }
}
.con_roo_3 .box_po ul li .txt {
  font-size: 100%;
  line-height: 1.8;
}
@media only screen and (max-width: 1259px) {
  .con_roo_3 .box_po ul li .txt {
    font-size: 94%;
  }
}
@media print {
  .con_roo_3 .box_po ul li .txt {
    font-size: 94%;
  }
}
.ie8 .con_roo_3 .box_po ul li .txt {
  font-size: 94%;
}
@media only screen and (max-width: 1024px) {
  .con_roo_3 .box_po ul li .txt {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo_3 .box_po ul li .txt {
    font-size: 82%;
  }
}
.con_roo_3 .box_po ul li .btn {
  margin-top: 25px;
}
.con_roo_3 .box_po ul li .btn p {
  margin: 0 auto;
  width: 48%;
}
@media only screen and (max-width: 1259px) {
  .con_roo_3 .box_po ul li .btn p {
    width: 100%;
    margin: 0 0 .5em;
  }
}
@media print {
  .con_roo_3 .box_po ul li .btn p {
    width: 100%;
    margin: 0 0 .5em;
  }
}
.ie8 .con_roo_3 .box_po ul li .btn p {
  width: 100%;
  margin: 0 0 .5em;
}
.con_roo_3 .box_po ul li .btn p a span {
  padding: 1.2em 0;
}
.con_roo_3 .box_po ul li:last-child {
  float: right;
}

/* -----------------------------------------------------------
	con_faci
----------------------------------------------------------- */
.con_faci {
  margin: 65px auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_faci {
    margin: 40px auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_faci {
    margin: 3em auto;
  }
}
.con_faci h3 {
  text-align: center;
  font-weight: normal;
  color: #221608;
  margin-bottom: 30px;
  font-size: 219%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_faci h3 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_faci h3 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1259px) {
  .con_faci h3 {
    font-size: 188%;
  }
}
@media print {
  .con_faci h3 {
    font-size: 188%;
  }
}
.ie8 .con_faci h3 {
  font-size: 188%;
}
@media only screen and (max-width: 1024px) {
  .con_faci h3 {
    font-size: 157%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faci h3 {
    font-size: 125%;
  }
}
.con_faci .txt {
  text-align: center;
  line-height: 1.8;
  color: #232323;
  font-size: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1259px) {
  .con_faci .txt {
    font-size: 94%;
  }
}
@media print {
  .con_faci .txt {
    font-size: 94%;
  }
}
.ie8 .con_faci .txt {
  font-size: 94%;
}
@media only screen and (max-width: 1024px) {
  .con_faci .txt {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faci .txt {
    font-size: 82%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_faci .txt {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_faci .txt {
    margin-bottom: 15px;
  }
}
.con_faci table {
  max-width: 1160px;
  margin: 0 auto;
}
.con_faci table tr td p {
  margin-top: 2em;
  color: #531616;
}
.con_faci ul {
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_faci ul {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_faci ul {
    margin-top: 20px;
  }
}
.con_faci ul li {
  float: left;
  width: 23.01724%;
  margin-right: 2.58621%;
}
@media only screen and (max-width: 767px) {
  .con_faci ul li {
    width: 47%;
    margin: 0 1.5% 5%;
  }
}
.con_faci ul li .photo img {
  max-width: none;
  width: 100%;
}
.con_faci ul li h4 {
  font-weight: normal;
  text-align: center;
  font-size: 125%;
  margin: .5em 0;
}
@media only screen and (max-width: 1259px) {
  .con_faci ul li h4 {
    font-size: 119%;
  }
}
@media print {
  .con_faci ul li h4 {
    font-size: 119%;
  }
}
.ie8 .con_faci ul li h4 {
  font-size: 119%;
}
@media only screen and (max-width: 1024px) {
  .con_faci ul li h4 {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faci ul li h4 {
    font-size: 107%;
  }
}
.con_faci ul li .txt {
  margin: 0;
  text-align: left;
}
.con_faci ul li:last-child {
  margin-right: 0;
}

/* -----------------------------------------------------------
	con_tea
----------------------------------------------------------- */
.con_tea {
  overflow: hidden;
  background: transparent url(../rooms/images/bg_tea0.jpg);
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_tea {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_tea {
    margin-bottom: 30px;
  }
}
.con_tea .box_tea {
  background: transparent url(../rooms/images/bg_tea.jpg) no-repeat 95% center;
  position: relative;
}
.con_tea .box_tea .photo {
  float: left;
  width: 33.26015%;
}
@media only screen and (max-width: 767px) {
  .con_tea .box_tea .photo {
    width: 100%;
    margin: 0 0 2em;
  }
}
.con_tea .box_tea .photo img {
  float: right;
  max-width: none;
  width: 606px;
}
@media only screen and (max-width: 767px) {
  .con_tea .box_tea .photo img {
    max-width: 100%;
  }
}
.con_tea .box_tea .info {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 47.74973%;
  left: 35.67508%;
}
@media only screen and (max-width: 1024px) {
  .con_tea .box_tea .info {
    width: 62%;
  }
}
@media only screen and (max-width: 767px) {
  .con_tea .box_tea .info {
    width: 100%;
    width: 100%;
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    float: left;
    padding: 0 2.5% 5%;
  }
}
.con_tea .box_tea .info h3 {
  font-weight: normal;
  font-size: 188%;
  color: #221608;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1259px) {
  .con_tea .box_tea .info h3 {
    font-size: 175%;
  }
}
@media print {
  .con_tea .box_tea .info h3 {
    font-size: 175%;
  }
}
.ie8 .con_tea .box_tea .info h3 {
  font-size: 175%;
}
@media only screen and (max-width: 1024px) {
  .con_tea .box_tea .info h3 {
    font-size: 163%;
  }
}
@media only screen and (max-width: 767px) {
  .con_tea .box_tea .info h3 {
    font-size: 150%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_tea .box_tea .info h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_tea .box_tea .info h3 {
    margin-bottom: 15px;
  }
}
.con_tea .box_tea .info .txt {
  font-size: 100%;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1259px) {
  .con_tea .box_tea .info .txt {
    font-size: 94%;
  }
}
@media print {
  .con_tea .box_tea .info .txt {
    font-size: 94%;
  }
}
.ie8 .con_tea .box_tea .info .txt {
  font-size: 94%;
}
@media only screen and (max-width: 1024px) {
  .con_tea .box_tea .info .txt {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .con_tea .box_tea .info .txt {
    font-size: 82%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_tea .box_tea .info .txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_tea .box_tea .info .txt {
    margin-bottom: 15px;
  }
}
.con_tea .box_tea .info .txt:last-child {
  margin-bottom: 0;
}

.kotone .box_po ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  float: none !important;
  width: auto !important;
}
.kotone .box_po ul li .box_flex {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .kotone .box_po ul li .box_flex {
    width: 100%;
  }
}
.kotone .box_po ul li .box_flex .btn p {
  float: none !important;
  width: 30em;
  margin-inline: auto;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .kotone .box_po ul li .box_flex .btn p {
    width: 100%;
  }
}

/*# sourceMappingURL=rooms.css.map */