@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap&family=Oswald&display=swap");
/* ============================================================
   hotels.scss
============================================================ */
/* ============================================================
  Hotels list
============================================================ */
.hotels {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4rem;
}
.hotels__header {
  margin: 0 0 2rem 0;
  padding: 0;
}
.hotels__title {
  margin: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0.8rem;
  padding-left: 0;
  border-bottom: 2px solid #0066A6;
  font-size: clamp(1.6rem, 1.526rem + 0.23vw, 1.8rem);
  font-weight: 700;
  line-height: 1.4;
  color: #1B2730;
}
.hotels__body {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .hotels {
    padding-bottom: 5.6rem;
  }
  .hotels__header {
    margin-bottom: 2.8rem;
  }
  .hotels__title {
    font-size: clamp(2.2rem, 1.982rem + 0.68vw, 2.8rem);
  }
}

/* ============================================================
  Grid
============================================================ */
.hotels-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .hotels-grid {
    -ms-grid-columns: 1fr 2.8rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.8rem;
  }
}

/* ============================================================
  Card
============================================================ */
.hotels-card {
  background: #FFFFFF;
  border: 1px solid #D3DEE7;
  padding: 2rem;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.15s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.15s ease;
  transition: box-shadow 0.2s ease, transform 0.15s ease, border-color 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.15s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.15s ease;
}
.hotels-card--empty {
  text-align: center;
  color: #6F7C86;
}
.hotels-card__name {
  padding: 0;
  font-size: clamp(1.4rem, 1.326rem + 0.23vw, 1.6rem);
  font-weight: 700;
  line-height: 1.4;
  color: #1B2730;
}
.hotels-card__name-sub {
  margin-top: 0.4rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0.4rem;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-top: 1px dashed rgba(211, 222, 231, 0.9);
  font-size: clamp(1rem, 0.926rem + 0.23vw, 1.2rem);
  font-weight: 500;
  line-height: 1.6;
  color: #6F7C86;
}
.hotels-card__meta {
  margin: 0;
  padding: 0;
}
.hotels-card__row {
  display: block;
  padding: 0;
}
.hotels-card__dt {
  padding: 0;
  margin-top: 1em;
  font-size: clamp(1.2rem, 1.126rem + 0.23vw, 1.4rem);
  font-weight: 700;
  line-height: 1.6;
  color: #6F7C86;
}
.hotels-card__dd {
  margin: 0;
  padding: 0;
  font-size: clamp(1.2rem, 1.126rem + 0.23vw, 1.4rem);
  line-height: 1.8;
  color: #24313A;
}
.hotels-card__addr-sub {
  display: block;
  margin-top: 0.4rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0.4rem;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-top: 1px dashed rgba(211, 222, 231, 0.9);
  font-size: clamp(1rem, 0.926rem + 0.23vw, 1.2rem);
  font-weight: 500;
  line-height: 1.7;
  color: #6F7C86;
}
.hotels-card__tel {
  color: #24313A;
  text-decoration: none;
}
.hotels-card__tel:hover {
  text-decoration: underline;
}
.hotels-card__footer {
  margin-top: 1.6rem;
}
.hotels-card {
  /* 公式サイトボタン：指定スタイルを適用 */
}
.hotels-card__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  width: 100%;
  min-height: 4.8rem;
  padding-top: 0.9rem;
  padding-right: 1.2rem;
  padding-bottom: 0.9rem;
  padding-left: 1.2rem;
  border: 1px solid rgba(0, 102, 166, 0.65);
  background-color: #0066A6;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.2s ease;
}
.hotels-card__btn:hover {
  background-color: #00A3B5;
  border-color: #00A3B5;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  opacity: 1;
}
.hotels-card__btn:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 102, 166, 0.22);
          box-shadow: 0 0 0 3px rgba(0, 102, 166, 0.22);
}
@media (min-width: 768px) {
  .hotels-card__btn {
    width: 100%;
    min-height: 5.2rem;
    padding-top: 1rem;
    padding-right: 1.6rem;
    padding-bottom: 1rem;
    padding-left: 1.6rem;
  }
}
@media (min-width: 768px) {
  .hotels-card__name {
    font-size: clamp(1.6rem, 1.526rem + 0.23vw, 1.8rem);
  }
  .hotels-card__dd {
    font-size: clamp(1.4rem, 1.326rem + 0.23vw, 1.6rem);
  }
  .hotels-card__footer {
    margin-top: 2rem;
  }
}