@font-face {
  font-family: "ZenMaruGothic";
  src: url("../../fonts/ZenMaruGothic-Bold.woff") format("woff"), url("../../fonts/ZenMaruGothic-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ZenMaruGothic";
  src: url("../../fonts/ZenMaruGothic-Medium.woff") format("woff"), url("../../fonts/ZenMaruGothic-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Filson Soft";
  src: url("../../fonts/Filson_Soft_Black.woff") format("woff"), url("../../fonts/Filson_Soft_Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.amenity .wrapper {
  padding-top: 20px;
}

.bnrKids {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #f7931e;
  background: #fffbed url(../../img/kids/bg_dot@2x.png) repeat-x top center/15px auto;
  background-image: image-set(url("../../img/kids/bg_dot@2x.webp") type("image/webp"), url("../../img/kids/bg_dot@2x.png") type("image/png"));
  max-width: 780px;
  margin-inline: auto;
  padding: 25px 4.5%;
  line-height: 1.7;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .bnrKids {
    flex-direction: column;
    max-width: 76%;
  }
}

.bnrKids .photo {
  border-radius: 0;
  width: 300px;
  margin: 0;
}

@media (max-width: 767px) {
  .bnrKids .photo {
    width: 100%;
    margin-bottom: 20px;
  }
}

.bnrKids .leadText {
  color: #ff99cc;
  text-align: left;
  font-family: "Filson Soft";
  font-weight: 900;
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .bnrKids .leadText {
    font-size: 1.8rem;
  }
}

.bnrKids .pageTitle {
  margin: 0 0 10px;
  line-height: 1.3;
  color: #1b1464;
  font-family: "ZenMaruGothic";
  font-size: 3.2rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .bnrKids .pageTitle {
    margin: 0 0 10px;
    font-size: 2.5rem;
  }
}

/*# sourceMappingURL=map/room.css.map */