@charset "UTF-8";

/*---------------
* 改修日：2025.04.07
------------------------*/
.modePC .footer-our-hotels {
  margin-top: 90px;
}
.modeSP .footer-our-hotels {
  margin-top: 110px;
}

.footer-text-link-list {
  width: fit-content!important;
  height: auto!important;
}
.footer-text-link-list a {
  height: auto!important;
}

.modePC .other-hotel-link {
  position: absolute;
  left: 54%;
  bottom: 32px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  z-index: 12;
}
.modeSP .other-hotel-link {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 100px 0 60px;
}
.modePC .other-hotel-link span{
  display: flex;
  gap: 20px;
  align-items: center;
  color: #fff;
}
.modeSP .other-hotel-link span{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  color: #fff;
  margin-top: 40px;
}
.modePC .other-hotel-link a {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}
.modeSP .other-hotel-link a {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
}

.modePC footer h2 {
  margin-bottom: 0!important;
}

.modeSP footer h2 {
  margin-bottom: 0!important;
}