/* Scoped to .hoterich to reduce Cocoon/SWELL/global theme bleed */
.hoterich.hoterich-root,
.hoterich.hoterich-root * {
  box-sizing: border-box;
}

.hoterich.hoterich-root {
  --hoterich-text: #111;
  --hoterich-muted: #666;
  --hoterich-border: rgba(0, 0, 0, 0.12);
  color: var(--hoterich-text);
  line-height: 1.5;
  max-width: 100%;
}

.hoterich.hoterich-root a {
  text-decoration: none;
}

.hoterich.hoterich-root a:hover {
  text-decoration: underline;
}

.hoterich.hoterich-root img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.hoterich .hoterich-pro-slot {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.45;
}

.hoterich .hoterich-empty {
  margin: 0;
  padding: 14px;
  font-size: 13px;
  color: var(--hoterich-muted);
  text-align: center;
  border: 1px dashed var(--hoterich-border);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.02);
}

.hoterich .hoterich-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hoterich .hoterich-card {
  display: flex;
  gap: 14px;
  border: 1px solid var(--hoterich-border);
  border-radius: 10px;
  padding: 14px;
  background: #fff;
}

.hoterich .hoterich-section {
  border: 1px solid var(--hoterich-border);
  border-radius: 10px;
  padding: 12px 14px;
  background: #fff;
}

.hoterich .hoterich-section__title {
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--hoterich-text);
}

.hoterich .hoterich-section__media img {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 8px;
  display: block;
}

.hoterich .hoterich-card__image a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.hoterich .hoterich-section__media--linked {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.hoterich .hoterich-card__credit,
.hoterich .hoterich-media-credit {
  display: block;
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: #2271b1;
  font-weight: 800;
  text-decoration: underline;
}

.hoterich .hoterich-card__credit {
  max-width: 500px;
}

.hoterich .hoterich-info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.hoterich .hoterich-info-table th,
.hoterich .hoterich-info-table td {
  padding: 9px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  vertical-align: top;
}

.hoterich .hoterich-info-table th {
  width: 8em;
  color: #333;
  text-align: left;
  background: rgba(0, 0, 0, 0.025);
  font-weight: 800;
}

.hoterich .hoterich-rakuten-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
}

.hoterich .hoterich-rakuten-link {
  background: #bf0000;
}

.hoterich .hoterich-rakuten-link--detail {
  background: #bf0000;
}

.hoterich .hoterich-rakuten-link--plan {
  background: #d35400;
}

.hoterich .hoterich-rakuten-link--dp {
  background: #8e44ad;
}

.hoterich .hoterich-rakuten-link--review {
  background: #2b6cb0;
}

.hoterich .hoterich-snippet {
  margin: 0;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.55;
  color: #333;
  background: rgba(0, 0, 0, 0.03);
  border-left: 3px solid #2271b1;
  border-radius: 4px;
}

.hoterich .hoterich-review-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hoterich .hoterich-snippet__no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7em;
  height: 1.7em;
  margin-right: 0.55em;
  border-radius: 999px;
  background: #2271b1;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  vertical-align: top;
}

.hoterich .hoterich-review-link {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 800;
}

.hoterich .hoterich-radar {
  display: grid;
  grid-template-columns: minmax(260px, 380px) minmax(180px, 1fr);
  gap: 16px;
  align-items: center;
}

.hoterich .hoterich-radar svg {
  width: min(360px, 100%);
  height: auto;
}

.hoterich .hoterich-radar-values {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
  font-size: 13px;
}

.hoterich .hoterich-radar-values li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(34, 113, 177, 0.07);
}

.hoterich .hoterich-radar-values strong {
  color: #2271b1;
}

.hoterich .hoterich-bar-chart {
  display: grid;
  gap: 10px;
  max-width: 640px;
}

.hoterich .hoterich-bar-row {
  display: grid;
  grid-template-columns: 5em minmax(0, 1fr) 3em;
  gap: 10px;
  align-items: center;
  font-size: 13px;
}

.hoterich .hoterich-bar-track {
  height: 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.hoterich .hoterich-bar-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #2271b1;
}

.hoterich .hoterich-doughnut-wrap {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.hoterich .hoterich-doughnut {
  width: 180px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: conic-gradient(#2271b1 var(--hoterich-pct), rgba(0, 0, 0, 0.1) 0);
  position: relative;
}

.hoterich .hoterich-doughnut::after {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 50%;
  background: #fff;
}

.hoterich .hoterich-doughnut span {
  position: relative;
  z-index: 1;
  font-size: 28px;
  font-weight: 900;
  color: #111;
}

.hoterich .hoterich-doughnut small {
  font-size: 13px;
  color: #666;
}

.hoterich .hoterich-hotel-grid {
  margin: 16px 0;
  background: transparent;
  border: 0;
  padding: 0;
}
.hoterich .hoterich-hotel-grid__title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: var(--hoterich-text);
  line-height: 1.4;
}
.hoterich .hoterich-hotel-grid__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 15px;
}
.hoterich .hoterich-hotel-grid__item {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.hoterich .hoterich-hotel-grid__inner {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  background: #fff;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.hoterich .hoterich-hotel-grid__item:hover .hoterich-hotel-grid__inner {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.hoterich .hoterich-hotel-grid__inner img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 3px;
  margin-bottom: 8px;
  display: block;
}
.hoterich .hoterich-hotel-grid__name {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--hoterich-text);
}
.hoterich .hoterich-hotel-grid__rating {
  font-size: 11px;
  color: #666;
  margin-top: 5px;
}
.hoterich .hoterich-hotel-grid__credit {
  font-size: 10px;
  color: #999;
  margin-top: 5px;
}

.hoterich .hoterich-facility-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hoterich .hoterich-facility-list li {
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(34, 113, 177, 0.08);
  font-weight: 800;
  font-size: 13px;
}

.hoterich .hoterich-comparison-wrap {
  overflow-x: auto;
}

.hoterich .hoterich-comparison {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.hoterich .hoterich-comparison th,
.hoterich .hoterich-comparison td {
  padding: 9px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.hoterich .hoterich-comparison thead th {
  background: #2271b1;
  color: #fff;
}

.hoterich .hoterich-gmap-wrap {
  position: relative;
  width: 100%;
  max-width: 640px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--hoterich-border);
}

.hoterich .hoterich-gmap {
  display: block;
  width: 100%;
  height: 220px;
  border: 0;
}

.hoterich .hoterich-btn--plan {
  background: #2b6cb0;
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.hoterich .hoterich-btn--plan:hover {
  filter: brightness(1.05);
  text-decoration: none;
  color: #fff;
}

.hoterich .hoterich-card__image {
  flex: 0 0 350px;
  position: relative;
}

.hoterich .hoterich-card__image img {
  width: 350px;
  height: 230px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.hoterich .hoterich-card--image-small .hoterich-card__image {
  flex-basis: 200px;
}

.hoterich .hoterich-card--image-small .hoterich-card__image img {
  width: 200px;
  height: 150px;
}

.hoterich .hoterich-card--image-medium .hoterich-card__image {
  flex-basis: 350px;
}

.hoterich .hoterich-card--image-medium .hoterich-card__image img {
  width: 350px;
  height: 230px;
}

.hoterich .hoterich-card--image-large .hoterich-card__image {
  flex-basis: 500px;
}

.hoterich .hoterich-card--image-large .hoterich-card__image img {
  width: 500px;
  height: 330px;
}

.hoterich .hoterich-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hoterich .hoterich-title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.hoterich .hoterich-title a {
  color: var(--hoterich-text);
  text-decoration: none;
}

.hoterich .hoterich-title a:hover {
  text-decoration: underline;
}

.hoterich .hoterich-description {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #333;
}

.hoterich .hoterich-sale-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  max-width: calc(100% - 20px);
  padding: 5px 9px;
  border-radius: 999px;
  background: #d92323;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.hoterich .hoterich-sale {
  margin: 12px 0 8px;
  padding: 12px 14px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  background: linear-gradient(90deg, #bf0000, #e83e3e);
}
.hoterich .hoterich-sale--white {
  background: #fff;
  color: #bf0000;
  border: 2px solid #bf0000;
  box-shadow: 0 4px 12px rgba(191, 0, 0, 0.10);
}
.hoterich .hoterich-sale--white .hoterich-sale__sub { color: #bf0000; opacity: 1; }
.hoterich .hoterich-sale--white .hoterich-sale__period { color: #7a1212; opacity: 1; }
.hoterich .hoterich-sale__headline {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
.hoterich .hoterich-sale__sub {
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.96;
}
.hoterich .hoterich-sale__period {
  font-size: 11px;
  letter-spacing: 0.02em;
  opacity: 0.85;
}
.hoterich .hoterich-sale__cta {
  align-self: flex-start;
  margin-top: 4px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff;
  color: #bf0000;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.15s ease;
}
.hoterich .hoterich-sale--white .hoterich-sale__cta {
  background: #bf0000;
  color: #fff;
  box-shadow: 0 2px 6px rgba(191, 0, 0, 0.25);
}
.hoterich .hoterich-sale__cta:hover { transform: translateY(-1px); }

.hoterich .hoterich-sale--align-center {
  align-items: center;
  text-align: center;
}
.hoterich .hoterich-sale--align-center .hoterich-sale__cta {
  align-self: center;
}

.hoterich .hoterich-card-wrap--with-sale {
  display: flex;
  flex-direction: column;
}
.hoterich .hoterich-card-wrap--with-sale > .hoterich-sale {
  margin: 0;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.04);
}
.hoterich .hoterich-card-wrap--with-sale > .hoterich-card--with-sale {
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

.hoterich .hoterich-address {
  margin: 0;
  font-size: 12px;
  color: var(--hoterich-muted);
}

.hoterich .hoterich-address__link {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
  color: #333;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.hoterich .hoterich-address__link:hover {
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.hoterich .hoterich-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  font-size: 12px;
  color: #444;
  align-items: center;
}

.hoterich .hoterich-review-link-inline,
.hoterich .hoterich-price-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.05);
  color: #333;
  font-weight: 800;
  text-decoration: none;
}

.hoterich .hoterich-review-link-inline:hover,
.hoterich .hoterich-price-link:hover {
  background: rgba(0, 0, 0, 0.09);
  text-decoration: none;
}

.hoterich .hoterich-stars {
  color: #f5a623;
  letter-spacing: 0;
}

.hoterich .hoterich-price-link {
  color: #d92323;
}

.hoterich .hoterich-facts {
  display: grid;
  gap: 6px;
  margin-top: 2px;
}

.hoterich .hoterich-fact {
  display: grid;
  grid-template-columns: 5.5em minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  font-size: 12px;
  color: #444;
}

.hoterich .hoterich-fact span {
  font-weight: 800;
  color: #555;
}

.hoterich .hoterich-fact p {
  margin: 0;
}

.hoterich .hoterich-meta__review {
  color: #f5a623;
  font-weight: 700;
}

.hoterich .hoterich-meta__count {
  color: #888;
  font-weight: 600;
}

.hoterich .hoterich-meta__price {
  color: #e53e3e;
  font-weight: 800;
}

.hoterich .hoterich-buttons {
  margin-top: 6px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.hoterich .hoterich-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  border: 0;
  line-height: 1.2;
  text-align: center;
}

.hoterich .hoterich-btn:hover {
  text-decoration: none;
  filter: brightness(1.03);
}

.hoterich .hoterich-btn--rakuten {
  background: #76ae25;
}

.hoterich .hoterich-btn--jalan {
  background: #ff7a15;
}

.hoterich .hoterich-btn--rurubu {
  background: #e87722;
}

.hoterich .hoterich-btn--yahoo {
  background: #ff0033;
}

.hoterich .hoterich-btn--jtb {
  background: #00753a;
}

.hoterich .hoterich-btn--ikkyu {
  background: #b8860b;
}

.hoterich .hoterich-btn--knt {
  background: #003d7a;
}

.hoterich .hoterich-btn--agoda {
  background: #5392f9;
}

.hoterich .hoterich-btn--custom1,
.hoterich .hoterich-btn--custom2,
.hoterich .hoterich-btn--custom3 {
  background: #4a5568;
}

@media (max-width: 600px) {
  .hoterich .hoterich-card {
    flex-direction: column;
  }

  .hoterich .hoterich-card__image {
    flex: 0 0 auto;
  }

  .hoterich .hoterich-card__image img {
    width: 100%;
    height: 180px;
  }

  .hoterich .hoterich-radar {
    grid-template-columns: 1fr;
  }

  .hoterich .hoterich-hotel-grid__items {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
  }
  .hoterich .hoterich-hotel-grid__inner img {
    height: 90px;
  }

  .hoterich .hoterich-buttons {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .hoterich .hoterich-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
