@charset "utf-8";

/*-- リンク --*/
.room-section .link-holder {
  position: absolute;
  left: 60px;
  width: 140px;
}
.room-section:nth-of-type(2n+1) .link-holder {
  right: 60px;
  left: auto;
}
.room-section:nth-of-type(2n+1) .link-holder:nth-last-of-type(1) {
  right: 37px;
}
.room-section .link-holder:nth-last-of-type(2) {
  bottom: 50px;
}
.room-section .link-holder:nth-last-of-type(1) {
  bottom: 20px;
}
/*-- /リンク --*/
