.hotel-detail-heading-main {
  min-width: 0;
  flex: 1;
}

.hotel-primary-profile {
  max-width: 760px;
  margin-top: 27px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hotel-primary-profile-item {
  min-width: 0;
  min-height: 84px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: stretch;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--deep);
  text-decoration: none;
}

.hotel-primary-profile-icon {
  display: grid;
  place-items: center;
  background: var(--ink);
  color: #fff;
}

.hotel-primary-profile-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hotel-primary-profile-copy {
  min-width: 0;
  padding: 15px 17px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hotel-primary-profile-copy small {
  margin-bottom: 7px;
  overflow: hidden;
  color: #7b8798;
  font: 700 7px/1 "DM Sans", "Noto Sans JP", sans-serif;
  letter-spacing: .12em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotel-primary-profile-copy strong {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotel-primary-profile-copy em {
  margin-top: 5px;
  overflow: hidden;
  color: #8390a1;
  font-size: 8px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotel-primary-profile-copy em b {
  margin-left: 5px;
  color: var(--ink);
}

.hotel-primary-profile-item.is-area {
  transition: border-color .2s, box-shadow .2s, transform .2s;
}

.hotel-primary-profile-item.is-area:hover {
  border-color: #a8b8ce;
  box-shadow: 0 8px 20px rgba(3, 34, 76, .07);
  transform: translateY(-1px);
}

.hotel-tag-profile {
  padding-top: 5px;
}

.hotel-tag-profile-heading {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 360px);
  gap: 40px;
  align-items: end;
}

.hotel-tag-profile-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 2;
}

.hotel-tag-groups {
  border-top: 1px solid var(--line);
}

.hotel-tag-group {
  min-height: 92px;
  padding: 21px 0;
  display: grid;
  grid-template-columns: 155px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.hotel-tag-group header small {
  display: block;
  margin-bottom: 7px;
  color: #8995a5;
  font: 700 8px/1 "DM Sans", sans-serif;
  letter-spacing: .16em;
}

.hotel-tag-group h3 {
  margin: 0;
  color: var(--deep);
  font-size: 13px;
}

.hotel-tag-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hotel-tag-chips > a,
.hotel-tag-chips > span {
  min-height: 34px;
  padding: 7px 14px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #d6deea;
  border-radius: 999px;
  background: #f7f9fc;
  color: #17345c;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.hotel-tag-chips > a {
  border-color: #bcc9da;
  background: #fff;
  transition: background-color .2s, color .2s, border-color .2s;
}

.hotel-tag-chips > a:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.hotel-tag-chips em {
  color: #9aa4b2;
  font-size: 9px;
  font-style: normal;
}

.hotel-tag-profile-note {
  margin: 18px 0 0;
  padding-left: 14px;
  border-left: 2px solid var(--ink);
  color: #818c9c;
  font-size: 8px;
  line-height: 1.8;
}

.hotel-tag-profile-note span {
  margin-right: 10px;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: .12em;
}

@media (max-width: 900px) {
  .hotel-tag-profile-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 650px) {
  .hotel-primary-profile {
    max-width: none;
    margin-top: 22px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hotel-primary-profile-item {
    min-height: 78px;
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .hotel-primary-profile-copy {
    padding: 13px 15px;
  }

  .hotel-tag-group {
    padding: 20px 0;
    grid-template-columns: 1fr;
    gap: 13px;
  }
}

@media (max-width: 650px) {
  .hotel-primary-profile{margin-top:16px;gap:6px}
  .hotel-primary-profile-item{min-height:68px}
  .hotel-primary-profile-copy{padding:10px 13px}
  .hotel-tag-profile-heading{gap:12px}
  .hotel-tag-group{padding:14px 0;gap:9px}
  .hotel-tag-profile-note{margin-top:13px}
}

/* Readable labels with less unused vertical space. */
.hotel-primary-profile-copy small{margin-bottom:5px;font-size:9px}
.hotel-primary-profile-copy em{font-size:10px}
.hotel-tag-profile-heading{margin-bottom:22px;gap:30px}
.hotel-tag-profile-heading>p{font-size:12px;line-height:1.8}
.hotel-tag-group{min-height:76px;padding:16px 0;grid-template-columns:145px minmax(0,1fr);gap:18px}
.hotel-tag-group header small{margin-bottom:5px;font-size:10px}
.hotel-tag-group h3{font-size:14px}
.hotel-tag-chips>a,.hotel-tag-chips>span{min-height:32px;padding:6px 12px;font-size:11px}
.hotel-tag-chips em{font-size:10px}
.hotel-tag-profile-note{margin-top:14px;font-size:10px;line-height:1.7}
@media(max-width:650px){
  .hotel-tag-profile-heading{margin-bottom:17px;gap:9px}
  .hotel-tag-profile-heading>p{font-size:11px}
  .hotel-tag-group{min-height:0;padding:12px 0;grid-template-columns:1fr;gap:8px}
  .hotel-tag-group header small{font-size:9px}
  .hotel-tag-chips>a,.hotel-tag-chips>span{font-size:10px}
}
