#head {
  padding-left: 4rem;
  padding-right: 4rem;
  margin-bottom: 10rem;
  position: relative;
  z-index: 35;
}
#head .base {
  line-height: 0;
  position: relative;
}
#head .base .ttl {
  position: absolute;
  z-index: 5;
  color: #FFF;
  font-size: 3.6rem;
  line-height: 1;
  right: 3.0303030303%;
  bottom: 6.8965517241%;
  text-shadow: 0 0 3px #000, 0 0 7px #000, 0 0 15px #000;
}
#head .base .bg {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #head {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 8rem;
  }
  #head .base .ttl {
    font-size: 5.5rem;
    right: 4rem;
    bottom: 4rem;
  }
}

section.room {
  padding-top: 9rem;
}
section.room .txt {
  margin-top: 3.5rem;
  letter-spacing: 0.14em;
}
section.room .links {
  margin-top: 4.5rem;
}
section.room .links a:not(:last-child) {
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  section.room {
    padding-top: 12rem;
  }
  section.room .h {
    padding-left: 3rem;
  }
  section.room .slider {
    margin-left: -6rem;
    margin-right: -1.5rem;
  }
  section.room .txt {
    margin-top: 4rem;
    padding-left: 3rem;
  }
  section.room .links {
    margin-top: 7rem;
    padding-left: 3rem;
  }
  section.room .links a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 3.5rem;
  }
}

#map .txt01 {
  text-align: center;
  margin-bottom: 7rem;
}
#map .map {
  width: 86.41766rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 6rem;
  overflow: hidden;
}
#map .map .txt {
  text-align: right;
  color: #9A8D66;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #map .map {
    padding-bottom: 18rem;
  }
  #map .map .txt {
    font-size: 2.2rem;
  }
}

#checkinout {
  padding-top: 10rem;
  padding-bottom: 12rem;
}
#checkinout .base {
  background-color: #96885E;
  color: #FFF;
  text-align: center;
  margin-bottom: 7rem;
  padding: 6rem;
  padding-bottom: 5rem;
}
#checkinout .base .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  margin-bottom: 5.5rem;
}
#checkinout .base .time .checkin,
#checkinout .base .time .checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#checkinout .base .time .checkin .txt,
#checkinout .base .time .checkout .txt {
  margin-right: 3.8rem;
  padding-top: 4.4rem;
}
#checkinout .base .time .checkin .txt .jp,
#checkinout .base .time .checkout .txt .jp {
  font-size: 1.8rem;
}
#checkinout .base .time .checkin .txt .en img,
#checkinout .base .time .checkout .txt .en img {
  width: auto;
  height: 1.55rem;
}
#checkinout .base .time .checkin img,
#checkinout .base .time .checkout img {
  width: 12.7rem;
}
#checkinout .base .memo {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5714285714em;
}
#checkinout .link {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #checkinout .base {
    padding-top: 8rem;
    padding-bottom: 8rem;
    margin-bottom: 10rem;
  }
  #checkinout .base .time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 3.5rem;
  }
  #checkinout .base .time .checkin,
  #checkinout .base .time .checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #checkinout .base .time .checkin .txt,
  #checkinout .base .time .checkout .txt {
    width: 29rem;
    margin-right: 0;
    padding-top: 5rem;
  }
  #checkinout .base .time .checkin .txt .jp,
  #checkinout .base .time .checkout .txt .jp {
    font-size: 2.5rem;
  }
  #checkinout .base .time .checkin .txt .en img,
  #checkinout .base .time .checkout .txt .en img {
    width: auto;
    height: 3rem;
  }
  #checkinout .base .time .checkin img,
  #checkinout .base .time .checkout img {
    width: 14.458rem;
  }
  #checkinout .base .time .checkin {
    margin-bottom: 5.5rem;
  }
  #checkinout .base .memo {
    font-size: 2.2rem;
    line-height: 1.6em;
  }
}

.modalwin .mw_base .mw_container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modalwin .mw_base .mw_container .room_lightbox {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}/*# sourceMappingURL=rooms.css.map */