/* ボートハゼ釣りページ */

.term {
  display: inline-block;
}

.haze-content {
  padding-bottom: 80px;
  overflow-x: hidden;
  background-color: #f3f1eb;

  table td {
    background-color: #fff;
  }
}

.sec {
  padding: 0 30px;
  max-width: none;
}

.haze-content>.sec {
  position: relative;
  z-index: 2;
}

.haze-lead-sec,
.haze-meta-sec {
  z-index: 0;
  isolation: isolate;
}

.haze-lead-sec {
  position: relative;
  overflow: visible;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 0;

  &::before {
    content: "";
    position: absolute;
    top: 60%;
    left: 78%;
    width: 65%;
    aspect-ratio: 1000 / 546;
    transform: translate(-50%, -50%);
    background: url(bg.png) center center / 100% 100% no-repeat;
    pointer-events: none;
    z-index: 0;
  }
}

/* hero */
.haze-hero {
  height: 60vh;
  margin-top: 76px;
  background: url(hero.jpg) center center / cover no-repeat;
  position: relative;

  .inner {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }

  h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    line-height: 0;
    width: auto;
    height: 84%;

    img {
      width: auto;
      max-width: 100%;
      height: 100%;
    }
  }
}

/* intro */
.haze-sec {
  max-width: 900px;
  margin: 0 auto 48px;

  .inner {
    p {
      font-size: 16px;
      line-height: 1.9;
      margin-bottom: 1em;

      &:last-child {
        margin-bottom: 0;
      }
    }
  }
}

/* lead */
.haze-lead {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  position: relative;
  z-index: 1;

  p {
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 2.3;
    margin-bottom: 1em;

    &:last-child {
      margin-bottom: 0;
    }
  }
}

/* point */
.haze-point {
  max-width: 1000px;
  margin: 0 auto 120px;
  position: relative;
  z-index: 1;
}

.haze-point-block {
  padding: 56px;
  background-color: #ffffffaf;
  margin-bottom: 56px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.04);

  &:last-child {
    margin-bottom: 0;
  }
}

.haze-point-cols {
  display: flex;
  align-items: flex-start;
  gap: 48px;

  .haze-point-body {
    flex: 3;
    min-width: 0;
  }

  .haze-point-txt {
    margin-bottom: 0;
  }

  .haze-point-img {
    flex: 2;
    min-width: 0;
    margin: 0;
    aspect-ratio: 5 / 6;
    overflow: hidden;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

.haze-point-ttl {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  margin: -8px 0 22px;
}

.haze-point-label {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: linear-gradient(160deg, #4a6d9a 0%, #1e3a5f 100%);
  color: #fff;
  line-height: 1.1;
  box-sizing: border-box;
  padding-top: 6px;
  color: #fcffd8;
}

.haze-point-label-txt {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.haze-point-num {
  font-size: 34px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-top: 4px;
}

.haze-point-ttl-txt {
  flex: 1;
  min-width: 0;
}

.haze-point-txt {
  font-size: 18px;
  line-height: 1.8;
}

.haze-point-img {
  margin: 24px 0 0;
  line-height: 0;

  img {
    width: 100%;
    vertical-align: bottom;
  }
}

.haze-point-imgs {
  display: flex;
  gap: 24px;

  .haze-point-img {
    flex: 1;
    min-width: 0;
  }
}

/* meta (season / time) */
.haze-meta-sec {
  position: relative;
  overflow: visible;
  padding-top: 40px;
  padding-bottom: 110px;
  margin-bottom: 0;
  z-index: 0 !important;

  &::before {
    content: "";
    position: absolute;
    top: 60%;
    left: 20%;
    width: 70%;
    aspect-ratio: 1000 / 700;
    transform: translate(-50%, -50%);
    background: url(bg_meta.png) center center / 100% 100% no-repeat;
    pointer-events: none;
    z-index: 0;
  }
}

.haze-meta {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.haze-meta-block {
  width: 48%;
  text-align: center;
  position: relative;
  z-index: 1;
  border: 1px solid #36375c;
  padding: 48px;
  box-sizing: border-box;
}

.haze-meta-ttl {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 18px;
}

.haze-meta-label {
  display: inline-block;
}

.haze-meta-txt {
  font-size: 18px;
  line-height: 1.8;
}

.haze-meta-block--time {
  text-align: center;
}

.haze-meta-block--time .haze-meta-txt {
  display: inline-block;
  text-align: left;
}

.haze-meta-time-row {
  display: flex;
  margin: 0;
  margin-bottom: 12px;
}

.haze-meta-time-term {
  flex: 0 0 7em;
  min-width: 7em;
}

.haze-meta-time-val {
  flex: 1;
  min-width: 0;
}

/* section title (price / sanbashi) */
.haze-sec-ttl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.haze-sec-ttl-label {
  display: inline-block;
}

/* price table */
.haze-price {
  max-width: 1000px;
  margin: 0 auto 80px;
  position: relative;
  z-index: 1;
  isolation: isolate;
}

.haze-price-ttl {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.haze-price-label {
  display: inline-block;
}

.haze-price-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;

  th,
  td {
    padding: 18px 16px;
    font-size: 16px;
    line-height: 1.6;
    border: 1px solid #acacac;
    text-align: center;
  }

  th {
    background-color: #f2fbfc;
    font-weight: bold;
    white-space: nowrap;
  }

  td:last-child {
    white-space: nowrap;
  }
}

.haze-price-note,
.haze-sanbashi-note {
  line-height: 1.9;
  list-style: none;
  padding-left: 0;

  li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: .4em;

    &::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.9em;
      width: 10px;
      height: 10px;
      border: 2px solid #6a8bb0;
      border-radius: 50%;
      background-color: transparent;
      box-sizing: border-box;
      transform: translateY(-50%);
    }

    &:last-child {
      margin-bottom: 0;
    }
  }
}

.haze-price-note {
  font-size: 17px;
}

/* sanbashi */
.haze-sanbashi {
  max-width: 1000px;
  margin: 0 auto 80px;
  position: relative;
  z-index: 1;
  isolation: isolate;
}

.haze-sanbashi-txt {
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 24px;
}

.haze-sanbashi-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;

  th,
  td {
    padding: 18px 16px;
    font-size: 16px;
    line-height: 1.6;
    border: 1px solid #acacac;
    text-align: center;
  }

  th {
    background-color: #f2fbfc;
    font-weight: bold;
    width: 40%;
  }
}

.haze-sanbashi-note {
  font-size: 17px;
}

.haze-sanbashi-imgs {
  display: flex;
  gap: 16px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;

  .haze-sanbashi-img {
    flex: 1;
    min-width: 0;
    margin: 0;
    line-height: 0;

    img {
      width: 100%;
      vertical-align: bottom;
    }
  }
}

/* mobile */
@media only screen and (max-width: 768px) {

  .haze-content {
    padding-bottom: 56px;
  }

  .haze-hero {
    height: 42vh;
    min-height: 200px;
    margin-top: 0;
    margin-bottom: 0;

    h1 {
      height: 78%;
    }
  }

  .sec {
    padding: 0 16px;
  }

  .haze-sec {
    margin-bottom: 32px;

    .inner p {
      font-size: 16px;
    }
  }

  .haze-lead-sec {
    padding-top: 48px;
    padding-bottom: 48px;

    &::before {
      width: 120%;
      left: 70%;
      top: 65%;
    }
  }

  .haze-lead {
    padding: 0;
    text-align: left;

    p {
      font-size: 16px;
      line-height: 1.9;
      font-weight: bold;
      letter-spacing: 0.02em;
    }
  }

  .haze-point {
    margin-bottom: 64px;
  }

  .haze-point-block {
    padding: 24px 20px;
    margin-bottom: 24px;
  }

  .haze-point-cols {
    display: block;
    gap: 0;

    .haze-point-img {
      margin-top: 20px;
      aspect-ratio: 5 / 4;
    }
  }

  .haze-point-ttl {
    font-size: 20px;
    margin: 0 0 16px;
    gap: 14px;
  }

  .haze-point-label {
    width: 72px;
    height: 72px;
    padding-top: 4px;
  }

  .haze-point-label-txt {
    font-size: 11px;
  }

  .haze-point-num {
    font-size: 28px;
    margin-top: 2px;
  }

  .haze-point-txt {
    font-size: 16px;
    line-height: 1.8;
  }

  .haze-point-imgs {
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
  }

  .haze-meta-sec {
    padding-top: 32px;
    padding-bottom: 64px;

    &::before {
      width: 120%;
      left: 30%;
      top: 65%;
    }
  }

  .haze-meta {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 0;
  }

  .haze-meta-block {
    width: 100%;
    padding: 28px 20px;
  }

  .haze-meta-ttl {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .haze-meta-txt {
    font-size: 16px;
  }

  .haze-meta-time-row {
    margin-bottom: 8px;
  }

  .haze-meta-time-term {
    flex: 0 0 6.5em;
    min-width: 6.5em;
  }

  .haze-price,
  .haze-sanbashi {
    margin-bottom: 56px;
  }

  .haze-sec-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .haze-sanbashi-txt {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 20px;
  }

  .haze-price-table,
  .haze-sanbashi-table {
    margin-bottom: 20px;

    th,
    td {
      padding: 12px 8px;
      font-size: 15px;
      line-height: 1.5;
    }
  }

  .haze-price-note,
  .haze-sanbashi-note {
    font-size: 15px;
    line-height: 1.8;
  }

  .haze-sanbashi-imgs {
    gap: 12px;
  }

}