/*======================================================================
   facilities layout
======================================================================*/
#facilities #mainVisual {
 background-image: url(../img/facilities/mainimg.jpg);
}

#lead h3 {
 margin-bottom: 1em;
}

#lead .txtArea {
 width: 90%;
 height: auto;
 padding: 50px 0;
 margin: 0 auto;
}

#lead .decotile {
 position: absolute;
 top: 0;
 left: 50%;
 -webkit-transform: translateX(40%);
 -ms-transform: translateX(40%);
 transform: translateX(40%);
 z-index: -5;
}

#lead .decotile1 {
 position: absolute;
 left: -20%;
 bottom: 30px;
 -webkit-transform: translateX(0%);
 -ms-transform: translateX(0%);
 transform: translateX(0%);
 z-index: -5;
}

#gallery {
 background-image: url(../img/bg_gara01.png);
 padding-bottom: 6em;
}

#gallery .slide_wrap {
 width: 100%;
}

#gallery .slide_wrap .item {
 width: 330px;
 height: 220px;
}

#guestroom .txtArea {
 margin-bottom: 2em;
}

#guestroom .cont {
 position: relative;
 margin-bottom: 4em;
}

#guestroom h4 {
 position: absolute;
 top: -20px;
 left: 20px;
 z-index: 5;
}

#guestroom .imgArea {
 position: relative;
}

#guestroom .imgArea::before {
 content: '';
 display: block;
 width: 100%;
 height: 100%;
 position: absolute;
 top: 20px;
 left: -20px;
 z-index: -1;
 background-image: url(../img/deco_barB.png);
}

#summary {
 margin-bottom: 4em;
}

@media screen and (min-width: 768px) {
 #lead h3 {
  float: right;
  margin-right: 50px;
 }
 #lead .txtArea {
  width: auto;
  height: 300px;
  float: right;
  margin-right: 50px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  word-wrap: break-word;
 }
 #lead .txtArea .txt_combine {
  text-combine-upright: all;
 }
 #lead .txtArea p {
  margin: 0 0 0 1.7em;
 }
 #lead .decotile {
  -webkit-transform: translateX(90%);
  -ms-transform: translateX(90%);
  transform: translateX(90%);
 }
 #lead .decotile1 {
  left: inherit;
  right: 60%;
 }
 #guestroom .txtArea {
  text-align: center;
 }
 #guestroom .cont {
  display: inline-block;
 }
 #guestroom .room01 {
  width: 50%;
 }
 #guestroom .room01 h4 {
  left: 85%;
 }
 #guestroom .room02 {
  width: 45%;
  position: relative;
  top: 100px;
  left: 30px;
 }
 #guestroom .room03 {
  width: 40%;
  position: relative;
  left: 60px;
 }
 #guestroom .room04 {
  width: 40%;
  position: relative;
  top: 80px;
  left: 90px;
 }
}

.slide_wrap .slideArea {
 max-width: 720px;
 width: 80%;
 height: auto;
 position: relative;
 margin: 0 auto 30px;
}

.slide_wrap .thumArea {
 width: 80%;
 height: auto;
 margin: 30px auto 50px;
}

.slide_wrap .thumArea .item {
 width: auto;
 height: auto;
 overflow: hidden;
 border: solid 1px #444;
 margin: 0 4px;
 float: left;
 position: relative;
}

.slide_wrap .thumArea .item::after {
 content: '';
 display: block;
 padding-top: 56.25%;
}

.slide_wrap .thumArea .item img {
 width: auto;
 height: auto;
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%) scale(1);
 -ms-transform: translate(-50%, -50%) scale(1);
 transform: translate(-50%, -50%) scale(1);
}
/*# sourceMappingURL=facilities.css.map */