@media (max-width: 767px) {
  .introduction-mv {
    height: auto !important;
  }
}

.intro-txtWrap {
  position: absolute;
  left: 10rem;
  bottom: 6rem;
}
@media (max-width: 1024px) {
  .intro-txtWrap {
    left: 7rem;
    bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .intro-txtWrap {
    left: 2rem;
    bottom: 4rem;
  }
}

.intro-txt {
  background-color: #699EC6;
  color: #fff;
  font-weight: 500;
  font-size: 2.4rem;
  padding: 1rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1501px) {
  .intro-txt {
    font-size: 2vw;
  }
}
@media (max-width: 1024px) {
  .intro-txt {
    padding: 0.5rem 1rem 0.7rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .intro-txt {
    font-size: 1.8rem;
    padding: 1rem;
  }
}
.intro-txt + .intro-txt {
  margin-top: 5px;
}

.intro-ttl img {
  width: 56rem;
}
@media (min-width: 1501px) {
  .intro-ttl img {
    width: 47vw;
  }
}
@media (max-width: 1024px) {
  .intro-ttl img {
    width: 36rem;
  }
}
@media (max-width: 767px) {
  .intro-ttl img {
    width: 27rem;
  }
}

.intro-subttl {
  font-weight: 700;
  font-size: 3.2rem;
  color: #816451;
  margin-top: 2rem;
}
@media (min-width: 1501px) {
  .intro-subttl {
    font-size: 2vw;
    margin-top: 1vw;
  }
}
@media (max-width: 1024px) {
  .intro-subttl {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .intro-subttl {
    font-size: 2.1rem;
    margin-top: 1.6rem;
  }
}

.fukidashi-txt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  width: 16.5rem;
  height: 12rem;
  top: 2rem;
  right: 2rem;
}
@media (max-width: 1024px) {
  .fukidashi-txt {
    font-size: 0.8rem;
    width: 7.5rem;
    height: 6rem;
    top: 0.2rem;
    right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .fukidashi-txt {
    font-size: 0.65rem;
    top: 0.5rem;
    right: 0.2rem;
    width: 8rem;
    height: 6rem;
  }
}

main section.commonSpace .variableContents .items.frame-list li {
  flex: 0 0 22%;
}
@media (max-width: 767px) {
  main section.commonSpace .variableContents .items.frame-list li {
    flex: 0 0 46%;
  }
}

.frame-list.--pink li::before {
  background-color: rgba(197, 105, 107, 0.7);
}
.frame-list.--beige li::before {
  background-color: #DBC794;
}
.frame-list.--beige li .frame-img {
  aspect-ratio: 248/290;
}
.frame-list.--beige li .frame-ttl {
  height: 100;
}
@media (max-width: 767px) {
  .frame-list.--beige li .frame-ttl {
    height: 100;
  }
}
@media (max-width: 767px) {
  .frame-list.--beige-blue li {
    flex: 0 0 46.5% !important;
  }
}
.frame-list.--beige-blue li::before {
  background-color: #F0EBE0;
}
.frame-list.--beige-blue li .frame-img {
  aspect-ratio: 278/184;
}
.frame-list.--beige-blue li .frame-ttl {
  color: #fff;
  height: 100;
  background-color: #699EC5;
}
@media (max-width: 767px) {
  .frame-list.--beige-blue li .frame-ttl {
    height: 100;
    max-height: 30px;
  }
}
.frame-list li {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.frame-list li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(105, 158, 197, 0.7);
  top: -8px;
  right: -8px;
  border-radius: 32px;
  overflow: hidden;
  z-index: -1;
}
@media (max-width: 767px) {
  .frame-list li::before {
    border-radius: 24px;
    top: -6px;
    right: -6px;
  }
}
.frame-list li.before-none::before {
  content: none;
}

.frame-img {
  aspect-ratio: 244/184;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px 32px 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .frame-img {
    aspect-ratio: 184/165;
    border-radius: 24px 24px 0 0;
  }
}

.frame-ttl {
  background-color: #fff;
  text-align: center;
  color: #503221;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 0.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 60px;
  height: 100%;
  flex: 1 0 auto;
  border-radius: 0 0 32px 32px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .frame-ttl {
    max-height: 35px;
    font-size: 1rem;
    border-radius: 0 0 24px 24px;
  }
}

.roomMain-wrap {
  padding-left: 3%;
  position: relative;
}
.roomMain-wrap li .lead {
  padding-left: 0 !important;
}
.roomMain-wrap li .roomMain-TxtWrap {
  position: absolute;
  top: -10px;
  left: -30px;
  z-index: 2;
}
@media (max-width: 767px) {
  .roomMain-wrap li .roomMain-TxtWrap {
    left: -10px;
  }
}
.roomMain-wrap li .roomMain-txt {
  background-color: #699EC5;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem 1.5rem 1.7rem;
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .roomMain-wrap li .roomMain-txt {
    font-size: 1.8rem;
    padding: 0.5rem 1rem 0.9rem;
  }
}
.roomMain-wrap li .roomMain-txt + .roomMain-txt {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .roomMain-wrap li .roomMain-txt + .roomMain-txt {
    margin-top: 0.5rem;
  }
}/*# sourceMappingURL=add.css.map */