body#room main img {
  max-width: 100%;
}
body#room main a {
  text-decoration: none;
  cursor: pointer;
}
body#room .BG_oneDay {
  margin-top: 0;
  margin-bottom: 0;
  background-image: url(../img/guest-room/bg_oneday.jpg);
}
@media (max-width: 767px) {
  body#room .BG_oneDay {
    background-image: url(../img/guest-room/sp_bg_oneday.webp);
  }
}
body#room .btn_goku {
  margin-bottom: 140px !important;
  width: 350px;
  margin-inline: auto;
}
body#room footer .alertTXT {
  margin-bottom: 10px;
}
body#room .BG_room {
  background-image: url(../img/guest-room/main_photo_room.webp);
}
@media (max-width: 767px) {
  body#room .BG_room {
    background-image: url(../img/guest-room/sp_main_photo_room.webp);
  }
}
@media (max-width: 767px) {
  body#room .mainVisual .page-read {
    bottom: 25px;
    top: auto;
    left: 32px;
    right: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
    text-align: left;
  }
  body#room .mainVisual .page-read .read1 {
    font-size: 14px;
    font-weight: 100;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  body#room .mainVisual .page-read .read2 {
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.16em;
  }
}
body#room .guestRoom-cont {
  padding-bottom: 80px;
}
body#room .guestRoom-cont.space {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  body#room .guestRoom-cont.space {
    padding-bottom: 92px;
  }
}
body#room .guestRoom-cont .main-ttl {
  padding-bottom: 19px;
}
@media (max-width: 767px) {
  body#room .guestRoom-cont .main-ttl .h3page-ttl {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  body#room .guestRoom-cont .tag {
    padding-bottom: 19px;
  }
}
@media (max-width: 767px) {
  body#room .teLeft-sp {
    text-align: left;
  }
}

.anchor-linkList {
  max-width: 1080px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .anchor-linkList {
    max-width: 360px;
  }
}
.anchor-linkList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.7%;
}
@media (max-width: 767px) {
  .anchor-linkList ul {
    gap: 16px;
  }
}
.anchor-linkList ul li {
  width: 23.725%;
}
@media (max-width: 767px) {
  .anchor-linkList ul li {
    width: calc((100% - 48px) / 4);
  }
}

.anchor-link {
  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;
  gap: 14px;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
}
@media (min-width: 768px) {
  .anchor-link {
    background: #F0F0E8;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .anchor-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
}
.anchor-link img {
  vertical-align: top;
}
.anchor-link .page-ttl {
  color: #000;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 900px) {
  .anchor-link .page-ttl {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: 0;
  }
}
.anchor-link .icon {
  width: 78px;
}
.anchor-link .arrow {
  position: absolute;
  width: 13px;
  height: 7px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1000px) {
  .anchor-link .arrow {
    display: none;
  }
}
@media (min-width: 768px) {
  .anchor-link:hover {
    opacity: 0.75;
  }
}

.guide-map {
  max-width: 800px;
  margin-inline: auto;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .guide-map {
    padding-bottom: 60px;
  }
}

.note {
  max-width: 1120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .note ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 4.8%;
  }
}
@media (min-width: 768px) {
  .note ul li {
    width: 30.1333333333%;
  }
}
@media (max-width: 767px) {
  .note ul li:nth-child(n+2) {
    margin-top: 40px;
  }
}
.note ul li .note-ttl {
  padding-bottom: 13px;
  margin-bottom: 12px;
  border-bottom: 1px solid #000;
}

.outWork-img {
  width: 100%;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .outWork-img {
    padding-bottom: 42px;
  }
}
.outWork-img img {
  width: 100%;
}

.outWork-ttl {
  padding-bottom: 24px;
}
.outWork-ttl .h2page-ttl {
  font-weight: 100;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .outWork-ttl .h2page-ttl {
    text-align: left;
  }
}
.outWork-ttl .h1page-ttl {
  font-weight: 500;
  padding-bottom: 14px;
}
@media (max-width: 767px) {
  .outWork-ttl .h1page-ttl {
    text-align: left;
  }
}

.outWork-tx {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.outWork-tx .bar {
  width: 18px;
  height: 1px;
  border-bottom: 1px solid #3D3D3D;
}

.outWork-lead {
  padding-bottom: 24px;
}
.outWork-lead .h3page-ttl {
  font-weight: 500;
}
@media (max-width: 767px) {
  .outWork-lead .h3page-ttl {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1.36px;
    line-height: 2;
  }
}

.outWork {
  padding-bottom: 84px;
}
@media (max-width: 767px) {
  .outWork {
    padding-bottom: 42px;
  }
}
.outWork .inner {
  padding: 0 32px;
}

.outWork-btn {
  max-width: 175px;
}
@media (min-width: 768px) {
  .outWork-btn {
    margin-inline: auto;
  }
}
.outWork-btn .global-btn {
  border: 1px solid #6F6B57;
  background: #fff;
  padding: 10px 0;
}