@charset "UTF-8";
/*-----------------------------------------------
 * color
 * --------------------------------------------*/
/*-----------------------------------------------
 * font-size(base:16px)
 * --------------------------------------------*/
/*-----------------------------------------------
 * font-family
 * --------------------------------------------*/
/*-----------------------------------------------
 * bootstrap3 class 
 * --------------------------------------------*/
.img-responsive {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  max-width: 100%;
}

.img-responsive-inline {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

ul.list-inline li {
  display: inline-block;
}
ul.list-inline li:not(:last-child) {
  margin-right: 0.5rem;
}

.table-responsive table th {
  white-space: nowrap;
}

/*-----------------------------------------------
 * wp login only (fixed-top menu)
 * --------------------------------------------*/
.admin-bar .fixed-top {
  margin-top: 32px !important;
}

.admin-bar .drawer-nav,
.admin-bar .drawer-hamburger {
  top: 32px !important;
}

@media screen and (min-width: 783px) and (max-width: 991px) {
  .admin-bar .fixed-top {
    margin-top: 32px !important;
  }
  .admin-bar .drawer-nav,
  .admin-bar .drawer-hamburger {
    top: 32px !important;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .fixed-top {
    margin-top: 46px !important;
  }
  .admin-bar .drawer-nav,
  .admin-bar .drawer-hamburger {
    top: 46px !important;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
/*------------------------------------------
 * ドロワーメニュー（bootstrap modal使用）
 *----------------------------------------*/
.modal-dialog.dialog-height-left {
  max-width: unset;
  width: 100vw;
  height: 100vh;
  margin: 0;
  margin-right: auto;
}
.modal-dialog.dialog-height-left .modal-header,
.modal-dialog.dialog-height-left .modal-content,
.modal-dialog.dialog-height-left .modal-footer {
  border: none;
  border-radius: 0;
  background: transparent;
}
.modal-dialog.dialog-height-left .modal-content {
  height: inherit;
}
.modal-left.fade .modal-dialog.dialog-height-left {
  transition: transform 0.3s ease-out;
  transform: translate(-50px, 0);
}
.modal-left.show .modal-dialog.dialog-height-left {
  transform: none;
}

.img-full {
  width: 100%;
  height: auto;
}

/*---------------------------
---------------------------*/
ul.list-border-rooms {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  margin-bottom: 100px;
}
ul.list-border-rooms li {
  display: flex;
  align-items: center;
  list-style: none;
  width: 33.3333333333%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-top: 1px solid #B4B4B4;
  border-right: 1px solid #B4B4B4;
}
ul.list-border-rooms li:nth-child(1), ul.list-border-rooms li:nth-child(4) {
  border-left: 1px solid #B4B4B4;
}
ul.list-border-rooms li:nth-child(4), ul.list-border-rooms li:nth-child(5), ul.list-border-rooms li:nth-child(6) {
  border-bottom: 1px solid #B4B4B4;
}
ul.list-border-rooms li a {
  display: block;
  width: 100%;
  height: 100%;
}
ul.list-border-rooms li a:hover, ul.list-border-rooms li a:focus {
  opacity: 1;
  background: #F5FBF2;
}
ul.list-border-rooms.en li {
  height: 60px;
  line-height: 20px;
}
ul.list-border-rooms.en li a {
  padding-top: 7px;
}
ul.list-border-rooms.en li:nth-child(5) a, ul.list-border-rooms.en li:nth-child(6) a {
  padding-top: 18px;
}

/*---------------------------
---------------------------*/
article.rooms .btn-left {
  text-align: left;
  letter-spacing: 1px;
}
article.rooms .btn-left span {
  font-size: 11px;
}
article.rooms .btn-bk {
  background: none;
  background-color: black;
  color: white;
}
article.rooms .btn-bk:after {
  position: absolute;
  top: 15px;
  right: 22px;
}
article.rooms .btn-bk[aria-expanded=false]:after {
  content: url("../images/ico_tri_w_down.svg");
}
article.rooms .btn-bk[aria-expanded=true]:after {
  content: url("../images/ico_tri_w_up.svg");
}
@media screen and (max-width: 991px) {
  article.rooms .cont {
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 990px) {
  article.rooms .cont.pc-mt-0 {
    margin-top: 0px !important;
  }
}
article.rooms .cont .container-rooms {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  article.rooms .cont .container-rooms {
    padding: 0 20px;
  }
}
article.rooms .cont .row {
  margin: 0;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  article.rooms .cont .row {
    display: block;
  }
}
article.rooms .cont .row .ph {
  width: 53%;
}
@media screen and (max-width: 991px) {
  article.rooms .cont .row .ph {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
article.rooms .cont .row .ph .slide {
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  article.rooms .cont .row .ph .slide {
    margin-bottom: 7px;
  }
}
article.rooms .cont .row .ph .slide ul {
  margin: 0;
}
article.rooms .cont .row .ph .thumb .swiper-wrapper {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
article.rooms .cont .row .ph .thumb .swiper-wrapper .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  width: calc((100% - 25px) / 6) !important;
  margin-right: 5px;
}
article.rooms .cont .row .ph .thumb .swiper-wrapper .swiper-slide:last-of-type {
  margin-right: 0;
}
article.rooms .cont .row .ph .thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
article.rooms .cont .row .ph .thumb .swiper-wrapper .swiper-slide:hover {
  cursor: pointer;
}
article.rooms .cont .row .txt {
  width: 42%;
}
@media screen and (max-width: 991px) {
  article.rooms .cont .row .txt {
    width: 100%;
  }
}
article.rooms .cont .row .txt h4 {
  margin-bottom: 5px;
}
article.rooms .cont .row .txt p {
  font-size: 0.875rem;
}
@media screen and (max-width: 991px) {
  article.rooms .cont .row .txt p {
    margin-bottom: 0.5em;
  }
}
article.rooms .cont .row .txt p .smoke {
  display: block;
  font-size: 0.9375rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  article.rooms .cont .row .txt p .smoke {
    font-size: 0.875rem;
    margin-bottom: 0px;
  }
}
article.rooms .cont .row .txt ul {
  margin: 0 0 0 0.875rem;
  padding: 0;
}
article.rooms .cont .row .txt ul li {
  list-style: none;
  line-height: 200%;
  font-size: 0.875rem;
  text-indent: -0.875rem;
}
article.rooms .cont .row .txt ul.dot {
  margin: 0 0 0 20px;
}
article.rooms .cont .row .txt ul.dot li {
  list-style: disc;
  text-indent: -5px;
  padding-left: 0px;
}
article.rooms .cont .row .txt ul.note {
  margin: 10px 0 30px 0;
}
article.rooms .cont .row .txt ul.note li {
  font-size: 0.75rem;
  text-indent: -0.75rem;
  line-height: 170%;
  margin: 5px 0 0 0.75rem;
}
@media screen and (min-width: 990px) {
  article.rooms #s07 {
    background-image: url("../images/bg_rooms.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  article.rooms #s07 {
    margin-top: -12px;
  }
}
@media screen and (max-width: 991px) {
  article.rooms #s07 .s07_wrap {
    margin-left: 20px;
    margin-right: 20px;
    background-image: url("../images/bg_rooms_sp.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
article.rooms #s07 .s07_wrap .faci-room {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 3rem 0;
  padding: 0;
}
article.rooms #s07 .s07_wrap .faci-room li {
  list-style: none;
  width: 23%;
}
@media screen and (max-width: 991px) {
  article.rooms #s07 .s07_wrap .faci-room li {
    width: 47%;
  }
}
article.rooms #s07 .s07_wrap .faci-room li p {
  font-size: 0.75rem;
  text-align: center;
  line-height: 140%;
  margin: 0.75em 0 1.5em 0;
}
article.rooms #s07 .s07_wrap .faci-room li p a {
  text-decoration: underline;
}
article.rooms #s07 .s07_wrap .amenity {
  align-items: center;
}
@media screen and (max-width: 991px) {
  article.rooms #s07 .s07_wrap .other_photo {
    margin-top: 48px;
    margin-right: 12px;
    margin-left: 12px;
  }
}/*# sourceMappingURL=rooms.css.map */