#page_room.azabu .under_mv {
  background-image: url(/assets/img/azabu/ph_room_mv.jpg);
}
#page_room.shibuya .under_mv {
  background-image: url(/assets/img/shibuya/ph_room_mv.jpg);
}
#page_room.kanda .under_mv {
  background-image: url(/assets/img/kanda/ph_room_mv.jpg);
}
#page_room .under_mv {
  background-image: url(/assets/img/ph_room_mv.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  /* background-size: cover; */
}
#page_room .lead {
  color: var(--main-color);
  font-size: 18rem;
  font-weight: bold;
  text-align: center;
}
#page_room .lead .notes {
  font-weight: normal;
}
#page_room .room_content + .room_content {
  margin-top: 200rem;
}
#page_room .room_content .content_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page_room .room_content .content_wrap .swiper_outer {
  overflow: hidden;
  /*width: 1281rem;*/
  width: 900rem;
}
#page_room .room_content .content_wrap .swiper_outer .photo-cont img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 500rem;
  /* max-width: none; */
}
#page_room .room_content .content_wrap .swiper_outer .thumbs-cont {
  margin-top: 20rem;
}
#page_room .room_content .content_wrap .swiper_outer .thumbs-cont .swiper-wrapper {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
}
#page_room .room_content .content_wrap .swiper_outer .thumbs-cont .swiper-slide {
  cursor: pointer;
  /*width: calc((100% - 60rem) / 4 ) !important;*/
  width: 12.5% !important;
}
#page_room .room_content .content_wrap .swiper_outer .thumbs-cont .swiper-slide + .swiper-slide {
  margin-left: 15rem;
}
#page_room .room_content .content_wrap .swiper_outer .thumbs-cont .swiper-slide-thumb-active {
  position: relative;
}
#page_room .room_content .content_wrap .swiper_outer .thumbs-cont .swiper-slide-thumb-active::before {
  border: 4px solid var(--main-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
#page_room .room_content .content_wrap .text_wrap {
  margin-left: 95rem;
  /*margin-right: 170rem;*/
  margin-right: 95rem;
}
#page_room .room_content .content_wrap .text_wrap .text {
  background-color: #fff;
  width: 375rem;
  position: relative;
  height: 100%;
}
#page_room .room_content .content_wrap .text_wrap .text h2 {
  margin: 0 auto;
  font-size: 45rem;
  color: var(--main-color);
  font-weight: bold;
}
#page_room .room_content .content_wrap .text_wrap .text dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30rem;
}
#page_room .room_content .content_wrap .text_wrap .text dl dt,
#page_room .room_content .content_wrap .text_wrap .text dl dd {
  padding: 1em 0;
}
#page_room .room_content .content_wrap .text_wrap .text dl dt {
  width: 110rem;
  border-bottom: 1px solid #707070;
  text-align: center;
}
#page_room .room_content .content_wrap .text_wrap .text dl dd {
  padding-left: 1em;
  width: calc(100% - 110rem);
  border-bottom: 1px solid #d2cdcd;
}
#page_room .room_content .content_wrap .text_wrap .text p.t_description {
  color: #333;
  font-size: 16rem;
  margin-top: 2em;
}
#page_room .room_content .content_wrap .text_wrap .text p.amenity a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  display: block;
  font-size: 16rem;
  margin-top: 2.5em;
  text-decoration: underline;
  padding-right: 20rem;
}
#page_room .room_content .content_wrap .text_wrap .text p.amenity a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 10rem;
  -webkit-transform: translateY(-65%) rotate(45deg);
          transform: translateY(-65%) rotate(45deg);
  aspect-ratio: 1/1;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
#page_room .room_content .content_wrap .text_wrap .text p.btn_more {
  margin-top: 1.7em;
}
#page_room .room_content .content_wrap .text_wrap .text p.btn_more a {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
#page_room .info_wrap {
  background-color: #f6f6f6;
  padding-top: 100rem;
  padding-bottom: 130rem;
}
#page_room .info_wrap .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#page_room .info_wrap .info dt,
#page_room .info_wrap .info dd {
  padding: 1.5em 0;
}
#page_room .info_wrap .info dt {
  width: 300rem;
  border-bottom: 1px solid #707070;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#page_room .info_wrap .info dd {
  padding-left: 1em;
  width: calc(100% - 300rem);
  border-bottom: 1px solid #d2cdcd;
}
#page_room .info_wrap .info .tax_table {
  margin-top: 10rem;
}

/*@media screen and (max-width: 1279px) {}*/
@media screen and (max-width: 680px) {
  #page_room .lead {
    font-size: 14rem;
    margin: 2em 0;
  }
  #page_room .room_content {
    margin-top: 20rem;
  }
  #page_room .room_content + .room_content {
    margin-top: 95rem;
    margin: 2em auto;
    width: 340rem;
    text-align: left;
  }
  #page_room .room_content .content_wrap {
    /* padding-top: 320rem; */
    padding-top: 90rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page_room .room_content .content_wrap .swiper_outer {
    overflow: hidden;
    width: auto;
  }
  #page_room .room_content .content_wrap .swiper_outer .photo-cont img {
    width: auto;
    height: 250rem;
  }
  #page_room .room_content .content_wrap .swiper_outer .thumbs-cont {
    margin-top: 10rem;
  }
  #page_room .room_content .content_wrap .swiper_outer .thumbs-cont .swiper-wrapper {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 94%;
  }
  #page_room .room_content .content_wrap .swiper_outer .thumbs-cont .swiper-slide {
    /*width: calc((100% - 30rem) / 4 ) !important;*/
    width: 16.6666666667% !important;
  }
  #page_room .room_content .content_wrap .swiper_outer .thumbs-cont .swiper-slide + .swiper-slide {
    margin-left: 10rem;
  }
  #page_room .room_content .content_wrap .swiper_outer .thumbs-cont .swiper-slide-thumb-active::before {
    border: 3px solid #e57e24;
  }
  #page_room .room_content .content_wrap .text_wrap {
    margin-left: auto;
    margin-right: auto;
    width: 335rem;
  }
  #page_room .room_content .content_wrap .text_wrap .text {
    width: auto;
  }
  #page_room .room_content .content_wrap .text_wrap .text h2 {
    font-size: 22rem;
    text-align: center;
    position: absolute;
    top: -360rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #page_room .room_content .content_wrap .text_wrap .text p.t_description {
    font-size: 14rem;
  }
  #page_room .room_content .content_wrap .text_wrap .text p.amenity a {
    font-size: 14rem;
  }
  #page_room .info_wrap {
    margin-top: 70rem;
    padding-top: 50rem;
    padding-bottom: 60rem;
  }
  #page_room .info_wrap .info {
    margin-top: 20rem;
  }
  #page_room .info_wrap .info dt {
    width: 30%;
  }
  #page_room .info_wrap .info dd {
    width: 70%;
  }
  #page_room .info_wrap .tax_table {
    margin-top: 10rem;
  }
  #page_room .info_wrap .tax_table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page_room .info_wrap .tax_table tr + .tr {
    margin-top: 7rem;
  }
  #page_room .info_wrap .tax_table td {
    width: 100%;
  }
}/*# sourceMappingURL=room.css.map */