@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : guestroom.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swap");
.con_floorguide .box_floorguide {
  margin-top: 100px;
}
.con_floorguide .box_floorguide img {
  margin-left: 100px;
  margin-bottom: 25px;
}
.con_floorguide .box_floorguide table {
  width: 750px;
  margin: 0 auto 0;
}
.con_floorguide .box_floorguide table tr {
  border-top: 1px solid #b4b5b7;
}
.con_floorguide .box_floorguide table tr:last-child {
  border-bottom: 1px solid #b4b5b7;
}
.con_floorguide .box_floorguide table tr th,
.con_floorguide .box_floorguide table tr td {
  font-family: "Zen Old Mincho", serif;
  color: #333333;
  font-weight: normal;
}
.con_floorguide .box_floorguide table tr th {
  position: relative;
  width: 100px;
  padding: 25px;
}
.con_floorguide .box_floorguide table tr th::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #b4b5b7;
}
.con_floorguide .box_floorguide table tr td {
  width: 550px;
  padding: 25px;
}
.con_floorguide .box_floorguide table tr td a {
  text-decoration: underline;
}
.con_floorguide .box_floorguide table tr td a:hover {
  text-decoration: none;
}

.anchor-wrap {
  margin-block: 100px 0 !important;
}

.con_clubfloor {
  margin-top: 100px;
  text-align: center;
  width: 580px;
  margin-inline: auto;
}

.con_guestroom {
  padding-top: 140px;
}
.con_guestroom .box_guestroom {
  margin-top: 120px;
}
.con_guestroom .box_guestroom .lnk {
  position: relative;
  text-align: center;
  width: 800px;
  margin-inline: auto;
}
.con_guestroom .box_guestroom .lnk .btn {
  position: absolute;
}
.con_guestroom .box_guestroom .lnk .btn.low1 {
  top: 64px;
}
.con_guestroom .box_guestroom .lnk .btn.low2 {
  top: 90px;
}
.con_guestroom .box_guestroom .lnk .btn.low3 {
  top: 118px;
}
.con_guestroom .box_guestroom .lnk .btn a {
  margin: 0 !important;
}

.guestroom__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 950px;
  margin: 0 auto 50px;
  gap: 40px;
}
.guestroom__row .box_guestroom {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 20px);
          flex: 1 1 calc(50% - 20px);
  min-width: 0;
}
.guestroom__row .box_guestroom .ttl img {
  display: block;
  margin: 0 auto;
}
.guestroom__row .box_guestroom img {
  max-width: 100%;
  height: auto;
  display: block;
}
.guestroom__row .box_guestroom .con_inline_slider {
  width: auto !important;
}
.guestroom__row .box_guestroom .btn-arrow {
  margin-bottom: 0 !important;
}

.slider__track {
  padding-top: 50% !important;
}
.slider__track img {
  height: auto !important;
  width: 100%;
}

.con_inline_slider.row {
  width: 455px !important;
}

.anchor-list {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.anchor-list li a {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
