/* =====================================================================
   現地情報を調べる (research-local-conditions) - page section styles.
   Shared chrome (header/footer/breadcrumb/lead + globals) lives in
   main.css; only page-unique rules remain here.
   ===================================================================== */

/* ---- animations / helpers lifted from inline <style> ---- */
.ali-card{transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease,border-color .25s ease;}
    .ali-card:hover{transform:translateY(-5px);box-shadow:0 18px 36px -14px rgba(6,22,41,0.30);}
    .ali-card__img{transition:transform .8s cubic-bezier(.16,1,.3,1);}
    .ali-card:hover .ali-card__img{transform:scale(1.06);}
    .ali-card:hover .ali-card__title{color:#C8102E;}
    .ali-card__title{transition:color .2s ease;}
    .ali-card__more-ar{transition:transform .3s cubic-bezier(.16,1,.3,1);}
    .ali-card:hover .ali-card__more-ar{transform:translateX(5px);}

/* ---------- Listings ---------- */

.listing__box {
  background: rgb(244, 247, 252);
  border-top: 1px solid rgb(227, 231, 238);
}

.listing__box-2 {
  max-width: 1280px;
  margin: 0px auto;
  padding: 40px 24px 72px;
}

.listing__label-3 {
  font-family: Barlow, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: rgb(107, 114, 128);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.listing__label-5 {
  font-family: Barlow, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: rgb(107, 114, 128);
  font-variant-numeric: tabular-nums;
}

.listing__box-8 {
  min-width: 220px;
}

.listing__label-6 {
  flex: 1 1 0%;
}

.listing__box-9 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 26px 2px 22px;
}

.listing__label-8 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.listing__label-9 {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: rgb(6, 22, 41);
  white-space: nowrap;
}

.listing__label-10 {
  width: 1px;
  height: 14px;
  background: rgb(227, 231, 238);
  margin: 0px 4px;
}

.listing__label-11 {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

.listing__label-12 {
  font-family: Barlow, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: rgb(6, 22, 41);
  font-variant-numeric: tabular-nums;
}

.listing__label-13 {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: rgb(58, 58, 58);
}

.listing__box-10 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.listing__link {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(227, 231, 238);
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-width: 0px;
  text-decoration: none;
}

.listing__box-11 {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgb(6, 22, 41);
}

.listing__img {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.listing__box-12 {
  position: absolute;
  inset: 0px;
  background: linear-gradient(rgba(6, 22, 41, 0.3) 0%, rgba(6, 22, 41, 0) 34%, rgba(6, 22, 41, 0) 58%, rgba(6, 22, 41, 0.74) 100%);
}

.listing__label-14 {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgb(12, 45, 94);
  color: rgb(255, 255, 255);
  font-family: Barlow, system-ui, sans-serif;
  font-weight: 800;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  padding: 5px 8px;
  text-transform: uppercase;
}

.listing__box-13 {
  position: absolute;
  left: 12px;
  bottom: 12px;
}

.listing__label-15 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: rgb(255, 255, 255);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 100px;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.listing__label-16 {
  font-size: 13px;
}

.listing__box-14 {
  padding: 16px 20px;
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
}

.listing__box-15 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.listing__label-17 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  color: rgb(200, 16, 46);
  background: rgb(252, 233, 236);
  border-radius: 3px;
  padding: 4px 10px;
  white-space: nowrap;
}

.listing__label-18 {
  width: 5px;
  height: 5px;
  background: rgb(200, 16, 46);
  border-radius: 50%;
}

.listing__label-19 {
  font-family: Barlow, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: rgb(107, 114, 128);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.listing__card-title {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 700;
  font-size: 17.5px;
  color: rgb(26, 26, 26);
  margin: 0px;
  line-height: 1.45;
  letter-spacing: 0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.listing__text {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgb(107, 114, 128);
  margin: 10px 0px 0px;
  line-height: 1.72;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.listing__box-16 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}

.listing__label-20 {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  color: rgb(58, 58, 58);
  border: 1px solid rgb(227, 231, 238);
  border-radius: 3px;
  padding: 3px 9px;
  white-space: nowrap;
}

.listing__box-17 {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-top: 1px solid rgb(239, 242, 247);
}

.listing__label-21 {
  width: 3px;
  height: 13px;
  background: rgb(200, 16, 46);
  flex-shrink: 0;
}

/* "更新" ahead of the date, as on the park card - a bare date means the publish
   date everywhere else on the site. */
.ali-card__dlabel {
  font-family: Barlow, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: rgb(107, 114, 128);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.listing__label-22 {
  font-family: Barlow, system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: rgb(58, 58, 58);
  letter-spacing: 0.03em;
  font-variant-numeric: tabular-nums;
}

.listing__label-23 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: Barlow, system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  color: rgb(12, 45, 94);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.listing__link-2 {
  background: rgb(6, 22, 41);
  border: 1px solid rgb(20, 59, 114);
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-width: 0px;
  text-decoration: none;
}

.listing__box-18 {
  position: absolute;
  inset: 0px;
  background: linear-gradient(rgba(6, 22, 41, 0.34) 0%, rgba(6, 22, 41, 0) 34%, rgba(6, 22, 41, 0.88) 100%);
}

.listing__box-19 {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.listing__label-24 {
  background: rgb(200, 16, 46);
  color: rgb(255, 255, 255);
  font-family: Barlow, system-ui, sans-serif;
  font-weight: 800;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  padding: 5px 9px;
  text-transform: uppercase;
}

.listing__label-25 {
  background: rgba(6, 22, 41, 0.62);
  color: rgb(255, 255, 255);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  padding: 5px 9px;
}

.listing__label-26 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  background: rgb(200, 16, 46);
  border-radius: 3px;
  padding: 4px 10px;
  white-space: nowrap;
}

.listing__card-title-2 {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 700;
  font-size: 17.5px;
  color: rgb(255, 255, 255);
  margin: 0px;
  line-height: 1.45;
  letter-spacing: 0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.listing__text-2 {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  margin: 10px 0px 0px;
  line-height: 1.72;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.listing__box-20 {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.listing__label-28 {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgb(255, 255, 255);
  color: rgb(6, 22, 41);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  padding: 9px 16px;
  border-radius: 4px;
  white-space: nowrap;
}

.listing__label-29 {
  font-family: Barlow, system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* =====================================================================
   MOBILE / RESPONSIVE
   ===================================================================== */
@media (max-width: 768px) {
  .listing__box-10 { grid-template-columns: 1fr; }
  .listing__box-8 { min-width: 0; flex: 1 1 100%; }
}
