.location-section {
    padding: 100px 0;
}
.location-section .headline {
  margin-bottom: 90px;
}
.lo_space.jp-title {
  padding-top: 90px;
}
.top-mv .c-caption {
    color: #fff;
    bottom: 0;
}
.top-mv-wrap {
    position: relative;
    display: block;
    line-height: 0;
}
.top-mv-wrap picture,
.top-mv-wrap img {
    width: 100%;
    display: block;
}
.mv-caption-sp {
    display: block;
    font-size: 12px;
    text-align: right;
    color: #333;
    margin-top: 4px;
    padding-right: 8px;
}
.location_area {
    position: relative;
}
@media (max-width: 799px) {
    .ttl-sp-mb {
        margin-bottom: 30px;
    }
}
.location-img {
    width: clamp(138px, 55vw, 815px);
    height: auto;
    display: block;
}
.c-caption {
    font-size: 12px;
    bottom: -10px;
    right: 0;
    position: absolute;
    color: #333;
}
.jp-title {
    padding-top: 46px;
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 1.9;
    text-align: left;
    padding-bottom: 16px;
    letter-spacing: .06em;
    max-width: 900px;
    margin: 0 auto;
}
.jp-body {
    margin-top: 20px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2.05;
    max-width: 900px;
}
.caption.--mg {
  margin-top: 15px;
}
.hero {
    position: relative;
    min-height: 380px;
}

.headline .brand {
    margin-top: 18px;
    letter-spacing: .14em;
    color: #333;
    font-size: 24px;
}
.headline .lead {
    margin-top: 16px;
    color: #c7000b;
    line-height: 1.7;
    font-weight: normal;
    letter-spacing: .06em;
    font-size: 14px;
    /* max-width: 520px; */
}
.headline {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 18px;
}

.gourmet-section {
    width: 100%;
    /* max-width: 1600px; */
    margin: 0 auto;
    padding: 80px 0 60px;
    overflow: hidden;
  }

  .gourmet-wrap {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 12px;
    align-items: start;
  }

  .gourmet-hero {
    width: 420px;
    /* height: 420px; */
    margin-left: -40px;
    flex-shrink: 0;
  }

  .gourmet-hero img {
    max-width:  370px;
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .gourmet-content {
    /* padding-right: 20px; */
  }

  .gourmet-head {
    max-width: 760px;
    margin-bottom: 30px;
  }
  .gourmet-head .title-sub {
    padding-bottom: 0;
  }
  .shopblk-headline .title-sub {
    padding-top: 10px;
  }
  .title-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
    flex-wrap: wrap;
  }

  .title-main {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .title-main h2 {
    font-size: 56px;
    line-height: 0.95;
    /* font-weight: 700; */
    color: #C7000B;
  }

  .title-main .jp {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    /* padding-bottom: 8px; */
  }

  .title-sub {
    max-width: 300px;
    font-size: 12px;
    line-height: 1.5;
    /* font-weight: 700; */
    color: #C7000B;
    /* padding-top: 10px; */
  }
.gourmet-section .title-sub  {
    max-width: 350px;
}
.edubox-head .title-sub {
  max-width: 250px;
}
  .lead {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 16px;
  }

  .desc {
    font-size: 14px;
    line-height: 2.2;
    max-width: 720px;
  }
  .desc2 {
    font-size: 12px;
    line-height: 170%;
    margin-top: 15px;
  }
  .gourmet-gallery {
    display: grid;
    grid-template-columns: 360px 1fr 460px;
    gap: 12px;
    align-items: stretch;
    margin-top: -100px;
  }

  .gallery-left .photo-box {
    width: 100%;
    height: auto;
    padding-top: 70px;
  }

  .gallery-center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .gallery-center .item .photo-box {
    width: 100%;
    /* height: 215px; */
  }

  .gallery-right .photo-box {
    width: 100%;
    height: auto;
  }

  .photo-box {
    overflow: hidden;
  }

  .photo-box img {
    width: 100%;
    height: auto;
    display: block;
  }

  .caption {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.4;
  }
  .gour-img {
    margin-top: -150px;
  }

  @media (max-width: 1400px) {
    .gourmet-gallery {
      grid-template-columns: 280px 1fr 360px;
    }
  }

  @media (max-width: 1100px) {
  
    .title-main {
        gap: 5px;
        position: relative;
    }
    .gourmet-content {
        padding-right: 0;
    }
    .title-main h2 {
        font-size: 36px;
    }
    .title-sub {
        width: 100%;
    }
    .lead {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .desc {
        font-size: 12px;
    }
    .title-main .jp {
        font-size: 12px;
    }
    .gallery-left {
        margin-top: 20px;
    }
    .gourmet-hero img {
      width: 240px;
      position: relative;
      /* margin-left: -120px; */
    }
    .gour-img {
      margin-top: -20px;
    }
    .gourmet-wrap {
      grid-template-columns: 260px 1fr;
    }
  
 
  }

  @media (max-width: 768px) {
 

    .gourmet-title-main h2 {
      font-size: 42px;
    }

    .gourmet-title-main .jp {
      font-size: 14px;
    }

    .gourmet-title-sub {
      font-size: 12px;
      max-width: 100%;
    }

    .gourmet-lead {
      font-size: 18px;
    }

    .gourmet-gallery {
      gap: 15px;
    }

    .gallery-center {
      grid-template-columns: 1fr;
    }

    .parksec-person_sp {
        width: 133px;
        margin-top: -40px;
    }
    .parksec-person_sp p {
        font-size: 9px;
    }

    .gourmet-hero {
      width: 150px;
      height: auto;
      /* height: 260px; */
    }
    .jp-title {
      font-size: 20px;
      padding-bottom: 10px;
      /* margin-bottom: 10px; */
    }
    .gourmet-hero img {
      width: 150px;
    }
    .gourmet-wrap {
      grid-template-columns: 130px 1fr;
    }
  }

  .shopblk-section {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 78px 20px 90px;
    position: relative;
  }

  .shopblk-head {
    margin-bottom: 34px;
  }

  .shopblk-headline {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 34px;
  }

  .shopblk-headline-main {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
  }

  .shopblk-headline-main h2 {
    font-size: 56px;
    line-height: 1;
    /* font-weight: 700; */
    color: #C7000B;
    letter-spacing: 0.01em;
  }

  .shopblk-headline-main span {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
  
    padding-bottom: 7px;
    letter-spacing: 0.08em;
  }

  .shopblk-headline-sub {
    max-width: 335px;
    font-size: 12px;
    line-height: 1.5;
    /* font-weight: 700; */
    color: #C7000B;
    padding-top: 5px;
  }


  .shopblk-toprow {
    display:grid;
    grid-template-columns: 380px minmax(0, 1fr);
    gap:12px;
    align-items:start;
    margin-bottom: 20px;
  }

  .shopblk-topcopy {
    padding-top: 18px;
  }

  .shopblk-topcopy-title {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 700;
 
    margin-bottom: 18px;
  }

  .shopblk-topcopy-text {
    font-size: 14px;
    line-height: 2.1;

  }

  .shopblk-topcards {
    display:grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap:12px;
    align-items:start;
  
    min-width:0;
    width: calc(100% + clamp(40px, 6vw, 180px));
    margin-right: calc(clamp(40px, 6vw, 180px) * -1);
  }
  .shopblk-topcards > *{
    min-width:0;
  }
  @media (max-width: 1370px){
    .shopblk-topcards{
      width: calc(100% + 63px);
      margin-right: -80px;
    }
  }
  
  @media (max-width: 1200px){
    .shopblk-toprow{
      grid-template-columns: 240px minmax(0, 1fr);
    }
  
    .shopblk-topcards{
      width: 100%;
      margin-right: 0;
    }
  }
  
  @media (max-width: 768px){
    .shopblk-toprow{
      grid-template-columns: 1fr;
    }
  
    .shopblk-topcards{
      grid-template-columns: 1fr;
      width: 100%;
      margin-right: 0;
    }
  }
  
  .shopblk-midcards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    align-items: start;
    /* margin-left: 302px; */
    margin-bottom: 42px;
    width: 95%;
    position: relative;
  }


  .shopblk-item {
    display: block;
  }

  .shopblk-photo {
    width: 100%;
    aspect-ratio: 1.36 / 1;
    overflow: hidden;
    background: #111;
  }

  .shopblk-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .shopblk-note {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.4;

  }


  .shopblk-figure {
    position: absolute;
    right: -78px;
    bottom: -26px;
    width: 92px;
    /* z-index: 2; */
  }
  @media (max-width: 1400px){
    .shopblk-figure{
      right:-60px;
    }
    .shopblk-midcards {
      width: 92%;
    }
  }
  .shopblk-figure img {
    width: 100%;
    display: block;
  }

  .shopblk-figure p {
    margin-top: 2px;
    font-size: 11px;

    text-align: left;
  }


  .shopblk-footbox {
    /* background-color: #FFF1F2; */
   border: 1px solid;
    padding: 18px 30px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    align-items: center;
  }

  .shopblk-footcopy-title {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 700;

    margin-bottom: 18px;
  }

  .shopblk-footcopy-text {
    font-size: 12px;
    line-height: 2.1;
 
  }

  .shopblk-footphotos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: start;
  }

  @media (max-width: 768px) {
    .shopblk-toprow,
    .shopblk-footbox {
      grid-template-columns: 1fr;
    }


    .shopblk-midcards {
      margin-left: 0;
      width: 100%;
    }

    .shopblk-figure {
      display: none;
    }
  }

  @media (max-width: 768px) {
    .shopblk-section,
    .gourmet-section,
    .parksec-wrap {
      padding-right: 8px!important;
      padding-left: 8px!important;
    }
    .gallery-left,
    .gallery-center,
    .gallery-right,
    .shopblk-topcards,
    .shopblk-midcards,
    .shopblk-footphotos,
    .parksec-grid,
    .edubox-topcards,
    .edubox-bottomcards,
    .pubsec-grid,
    .fitblk-cards {
        padding-right: 20px;
        padding-left: 20px;
    }
    .edubox-bottomcards {
        width: 100%!important;
    }
    .shopblk-headline-main h2 {
      font-size: 38px;
    }
    .pubsec-grid {
        grid-template-columns: 1fr!important;
    }
   
    .shopblk-section,
    .pubsec,
    .fitblk {
        padding-top: 0!important;
        padding-bottom: 50px!important;
    }
    .parksec-wrap {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .gourmet-section {
        padding-top: 0;
    }
    .shopblk-headline-main span {
      font-size: 13px;
    }

    .shopblk-headline-sub {
      max-width: 100%;
    }

    .shopblk-topcards,
    .shopblk-midcards,
    .shopblk-footphotos {
      grid-template-columns: 1fr;
    }

    .shopblk-topcopy-title,
    .shopblk-footcopy-title {
      font-size: 16px;
    }
    .title-main {
        /* align-items: end; */
        padding-bottom: 0;
    }
  }


  .parksec-wrap{
    width:100%;
    /* max-width:1500px; */
    margin:0 auto;
    padding:90px 0 120px;
    position:relative;
    overflow:hidden;
  }

  .parksec-inner{
    display:grid;
    grid-template-columns: 510px 1fr;
    gap:40px;
    align-items:start;
    position:relative;
    z-index:1;
  }

 
  .parksec-left{
    padding-top:18px;
  }

  .parksec-left-main{
    /* margin-bottom:36px; */
  }

  .parksec-photo{
    width:100%;
    overflow:hidden;
  }

  .parksec-photo img{
    width:100%;

    /* object-fit:cover; */
    display:block;
  }
 .parksec-caption2 {
  margin-bottom: 0!important;
 }
  .parksec-caption{
    margin-top:4px;
    font-size:11px;
    line-height:1.4;
    margin-bottom: 15px;
  }

  .parksec-left-main .parksec-photo{
    /* aspect-ratio: 1.03 / 1; */
  }

  .parksec-left-sub{
    width:68%;
    margin-left:auto;
  }

  .parksec-left-sub .parksec-photo{
    /* aspect-ratio: 1.33 / 1; */
  }


  .parksec-head{
    max-width:760px;
    margin-bottom:26px;
  }

  .parksec-title-row{
    display:flex;
    align-items:flex-start;
    gap:18px;
    flex-wrap:wrap;
    margin-bottom:22px;
  }

  .parksec-title-main{
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
  }

  .parksec-title-main h2{
    font-size:56px;
    line-height:1;
    /* font-weight:700; */
    color:#C7000B;
    letter-spacing:0.01em;
  }

  .parksec-title-main span{
    font-size:20px;
    line-height:1;
    font-weight:700;
    padding-bottom:7px;
    letter-spacing:0.08em;
  }

  .parksec-title-sub{
    max-width:340px;
    font-size:12px;
    line-height:1.5;
    /* font-weight:700; */
    color:#C7000B;
    padding-top:5px;
  }

  .parksec-lead{
    font-size:18px;
    line-height:1.8;
    font-weight:700;

    margin-bottom:18px;
  }

  .parksec-text{
    max-width:720px;
    font-size:12px;
    line-height:2.1;
   
  }


  .parksec-grid{
    display:grid;
  grid-template-columns: 1.2fr 1fr;

  gap:12px;
    align-items:start;
    max-width:760px;
  }
  

  .parksec-card{
    display:block;
    /* margin-bottom: 15px; */
  }
  .parksec-card .caption {
    margin-bottom: 15px;
  }

  .parksec-card .parksec-photo{
    width:100%;
  }

  .parksec-card--wide .parksec-photo{
    /* aspect-ratio: 1.42 / 1; */
  }

  .parksec-card--tall .parksec-photo{
    /* aspect-ratio: 0.95 / 1; */
  }

  .parksec-card--mid .parksec-photo{
    /* aspect-ratio: 1.08 / 1; */
  }

  .parksec-card--small .parksec-photo{
    /* aspect-ratio: 1.16 / 1; */
  }


  .parksec-person{
    position:absolute;
    left:270px;
    bottom:120px;
    width:320px;
    z-index:3;
    text-align:left;
  }

  .parksec-person img{
    width:100%;
    display:block;
  }

  .parksec-person p{
    margin-top:4px;
    font-size:11px;
    text-align: right;
  }

  .parksec-wave{
    position:absolute;
    left:0;
    bottom:120px;
    width:100%;
    /* z-index:1; */
    pointer-events:none;
  }

  .parksec-wave img{
    width:100%;
    display:block;
  }


  @media (max-width: 1200px){
  

    .parksec-inner{
      grid-template-columns: 420px 1fr;
      gap:28px;
    }

    .parksec-person{
      left:180px;
      width:140px;
    }

  }

  @media (max-width: 768px){
    .parksec-inner{
      grid-template-columns:1fr;
    }

    .parksec-left-sub{
      width:60%;
      margin-left:0;
    }

    .parksec-grid{
      max-width:none;
    }

    .parksec-person{
      display:none;
    }
  }

  @media (max-width: 768px){


    .parksec-title-main h2{
      font-size:38px;
    }

    .parksec-title-main span{
      font-size:13px;
    }

    .parksec-title-sub{
      max-width:100%;
    }

    .parksec-grid{
      grid-template-columns:1fr;
    }

    .parksec-left-sub{
      width:100%;
    }

    .parksec-lead{
      font-size:16px;
    }
    .parksec-wave {
        display: none;
    }
    .location-section {
        padding: 50px 0;
    }
    .gourmet-wrap {
      align-items: end;
    }
    .gourmet-wrap .gourmet-head {
      margin-bottom: 0;
    }
  .gourmet-head .title-sub {
    padding-bottom: 0;
  }
  .shopblk-headline .title-sub {
    padding-top: 0;
  }
    .gallery-left .photo-box {
      padding-top: 110px;
    }
  }

  .edubox-head {
    margin-bottom: 36px;
  }

  .edubox-title-row {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 34px;
  }

  .edubox-title-main {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    flex-wrap: wrap;
  }

  .edubox-title-main h2 {
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    color: #C7000B;
    letter-spacing: 0.01em;
  }

  .edubox-title-main span {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
  
    padding-bottom: 8px;
    letter-spacing: 0.12em;
  }

  .edubox-title-sub {
    max-width: 350px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    color: #C7000B;
    padding-top: 5px;
  }

  .edubox-top {
    display: grid;
    grid-template-columns: 430px 1fr;
    gap: 26px;
    align-items: start;
    margin-bottom: 18px;
  }

  .edubox-copy .valuesec-note {
    font-size: 12px;
   line-height: 1.5;
  }

  .edubox-copy-title {
    font-size: 20px;
    line-height: 1.9;
    font-weight: 700;

    margin-bottom: 22px;
  }

  .edubox-copy-text {
    font-size: 12px;
    line-height: 2.25;

    max-width: 400px;
  }

  .edubox-topcards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-items: start;
  }

  .edubox-bottomcards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  
    width: 78%; 
    max-width: 935px;
  }

  .edubox-card {
    display: block;
  }

  .edubox-photo {
    width: 100%;
    aspect-ratio: 1.3 / 1;
    overflow: hidden;
    background: #111;
  }

  .edubox-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .edubox-caption {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.4;

  }

  @media (max-width: 768px) {
    .edubox-top {
      grid-template-columns: 1fr;
    }

    .edubox-copy-text {
      max-width: none;
    }
  }

  @media (max-width: 768px) {
    .edubox-section {
      padding: 42px 16px 54px;
    }

    .edubox-title-main h2 {
      font-size: 40px;
    }

    .edubox-title-main span {
      font-size: 13px;
    }

    .edubox-title-sub {
      max-width: 100%;
    }

    .edubox-copy-title {
      font-size: 17px;
    }

    .edubox-topcards,
    .edubox-bottomcards {
      grid-template-columns: 1fr;
    }
    .edubox-copy .valuesec-note {
      font-size: 10px;
    }
  }

  .pubsec-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:16px;
    align-items:start;
    width:100%;
  }

  .pubsec-card{
    display:block;
    min-width:0;
    margin-top: 30px;
  }

  .pubsec-photo{
    width:100%;
  }
.pubsec {
    padding-left: 80px!important;
    padding-right: 80px!important;
}

.fitblk {
    position: relative;
    padding-top: 120px;
}
.fitblk-runner-w {
    display: grid;
    grid-template-columns: .7fr 1fr;
    align-items: end;
}
.fitblk-runner{
    position:absolute;
    top:-55px;
    right:75px;
    width:305px;
    text-align:center;
}
.fitblk-runner p {
    font-size: 12px;
}
.--right {
  text-align: right;
}
.fitblk-runner img{
    width:75%;
    display:block;
}
.fitblk-body{
    display:grid;
    grid-template-columns: 420px 1fr;
    gap:34px;
    align-items:start;
}
.fitblk-cards{
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap:16px;
    margin-top:8px;
}

  .lo-line {
    margin-top: -40px;
    margin-bottom: 60px;
}

/* ── REDEVELOPMENT + VALUE 全幅背景 ── */
.redv-value-bg {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background-color: #EFEFEF;
}

/* ── REDEVELOPMENT ── */
.redvsec {
  padding: 80px 0 60px;
}
.redvsec-title {
  font-size: 64px;
  line-height: 1;
  color: #C7000B;
  /* letter-spacing: 0.02em; */
  margin-bottom: 20px;
}
.redvsec-subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  padding-bottom: 20px;
}
.redvsec-body {
  font-size: 14px;
  line-height: 200%; /* 36.4px */
  margin-bottom: 40px;
}
.redvsec-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.redvsec-img-wrap {
  position: relative;
}
.redvsec-img-wrap img {
  width: 100%;
  height: 430px;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* ── VALUE ── */
.valuesec {
  padding: 60px 0 80px;
  padding-left: 8px;
  padding-right: 8px;
}
.valuesec-inner {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 50px;
  align-items: start;
}
.valuesec-body {
  font-size: 14px;
  line-height: 200%;
  margin-bottom: 16px;
}
.valuesec-note {
  font-size: 10px;
}
.valuesec-chart-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 16px;
}
.valuesec-chart-label {
  font-size: 13px;
  font-weight: 600;
}
.valuesec-badge {
  text-align: right;
  flex-shrink: 0;
}
.valuesec-badge-sub {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #333;
}
.valuesec-badge-sub strong {
  font-size: 16px;
}
.valuesec-badge-num {
  display: block;
  font-size: 48px;
  font-weight: 700;
  color: #C7000B;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.valuesec-chart-wrap img {
  width: 100%;
  height: auto;
}
.valuesec-chart-note {
  font-size: 11px;
  color: #666;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .redvsec {
    padding-bottom: 50px;
    padding-top: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .lo_space.jp-title {
    padding-top: 50px;
  }
  .valuesec {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .redvsec-title {
    font-size: 38px;
    line-height: 0.95;
  }
  .redvsec-subtitle {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .redvsec-imgs {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .valuesec-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .valuesec-badge-num {
    font-size: 36px;
  }
  .redvsec-body {
    font-size: 12px;
    line-height: 200%;
    margin-bottom: 20px;
  }
  .redvsec-img-wrap img {
    height: auto;
  }
  .valuesec-body {
    font-size: 12px;
    line-height: 200%;
  }
}

 
  @media (max-width: 768px) { 
    .lo-line {
      margin-top: 0px;
      margin-bottom: 60px;
  }
    .pubsec {
        padding-right: 8px!important;
        padding-left: 8px!important;;
    }
    .fitblk-cards,
    .fitblk-body {
        grid-template-columns: 1fr;
    }
    .parksec-inner{
        z-index: 0;
    }
    .gourmet-gallery {
        grid-template-columns: 1fr;
      }
      .shopblk-figure_sp {
          width: 57px;
      }
      .shopblk-figure_sp p {
          font-size: 9px;
      }
      .shopblk-head {
          margin-bottom: 0!important;
      }
      .shopblk-topcopy {
        padding-top: 0;
      }
      .title-row {
        margin-bottom: 15px;
      }
      .pubsec-grid {
        gap: 15px;
        margin-top: 20px;
      }
      .fitblk-body {
        gap: 20px;
      }
      .pubsec-card {
        margin-top: 0;
      }
      .parksec-head,
      .edubox-head,
      .gallery-left {
          margin-bottom: 15px!important;
      }
      .shopblk-toprow {
          margin-top: -65px;
      }
      .shopblk-footbox {
        padding-right: 8px;
        padding-left: 8px;
      }
      .shopblk-footbox .desc {
        margin-bottom: 15px;
      }
      .shopblk-footbox .desc2 {
        margin-bottom: 15px;
      }
      .sp_caption {
          margin-bottom: 15px;
      }
      .shopblk-toprow  {
        margin-bottom: 0;
      }
      .edubox-head,
      .pubsec-head {
        margin-top: 50px;
      }
      .edubox-copy {
        padding-top: 0;
      }
      .edubox-top {
        gap: 20px;
      }
      .shopblk-topcards {
        gap: 15px;
      }
      .parksec-grid {
        gap: 0;
      }
      .shopblk-footphotos {
        width: 100%;
        padding: 0;
      }
      .shopblk-midcards {
          gap: 15px!important;
      }
      .fitblk-runner-sp {
        width: 63px;
      }
      .fitblk-runner-sp p {
        font-size: 9px;
      }
      .edubox-head .title-row,
      .pubsec-head .title-row {
        justify-content: center;
      }
      .title-sub_sp {
        max-width: 450px;
        font-size: 12px;
        line-height: 1.5;
        color: #C7000B;
        padding-top: 10px;
      }
      .redvsec-title {
        margin-bottom: 15px;
      }
  }
