html{
  scroll-behavior: smooth;
}
body{
  font-family: "Noto Sans JP", sans-serif;
}
body.nav-open {
  overflow: hidden;
}

@media (hover: hover) and (min-width: 769px) {
a:hover{
  opacity: .8;
  transition: .3s;
}
}

.livwith-main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 0.19vw + 13.26px, 16px);
  line-height: 1.8;
  color: #5F4C34;
  letter-spacing: .05em;
  padding-top: 100px;
}
@media only screen and (max-width: 960px) {
.livwith-main {
  padding-top: 60px;
}
}
.livwith-main a{
  transition: .3s;
}
.livwith-main a:hover{
  transition: .3s;
  opacity: .8;
}
.sec-pd{
  padding-top: 10%;
  padding-bottom: 10%;
}
@media only screen and (max-width: 768px) {
.sec-pd{
  padding-top: 13%;
  padding-bottom: 13%;
}
}
.pcNone{
  display: none;
}
.spNone{
  display: block;
}
@media only screen and (max-width: 768px) {
.pcNone{
  display: block;
}
.spNone{
  display: none;
}
}
.pcNone960{
  display: none;
}
.spNone960{
  display: block;
}
@media only screen and (max-width: 960px) {
.pcNone960{
  display: block;
}
.spNone960{
  display: none;
}
}


/* ----------------------下層ページ----------------------------------------------------------- */
.main-container_header-ttl{
font-family: "Zen Kaku Gothic New", sans-serif;
}
.main-container_inner h2 {
font-family: "Zen Kaku Gothic New", sans-serif;
}
.main-container_inner h3 {
    margin-top: 2em;
}
.main-container_inner{
  padding-bottom: 4em;

}
/* ----------------------幅----------------------------------------------------------- */
.l-inner{
  width: min(1200px,92%);
  margin-inline: auto;
}
.m-inner{
  width: min(1000px,92%);
  margin-inline: auto;
}


/* ----------------------ヘッダー----------------------------------------------------------- */





.header-2026{
width: 100%;
}

.header-2026__inner {
  background: rgba(255, 255, 255, 0.9);
    position: fixed;
    left: 0;
    right: 0;
    margin-inline: auto;
    top: 1.5%;
    width: 98%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    padding: 0 3%;
    border-radius: 100px;
}
@media screen and (max-width: 960px) {
.header-2026__inner {
  background: rgba(255, 255, 255, 1);
    height: 60px;
    display: flex;
            border-radius: 0;
        top: 0;
        width: 100%;
}
}
.header-2026__nav-wrap {
  width: 100%;
}

.header-2026__logo img{
 width: 220px;
}

.header-2026__nav {
    display: flex;
        justify-content: end;
  }
@media screen and (max-width: 960px) {
.header-2026__nav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(105%);
  background-color: #FFF6F1;
  transition: ease .4s;
  overflow-y: auto; 
    -webkit-overflow-scrolling: touch; 
    padding: 38px 0; 
    justify-content: center;
}
}


.header-2026__nav-sp {
 width:80% ; 
}
.header-2026__nav.active {
    transform: translateX(0); 
  }
  .nav__items {
       width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 3.5em;
  }


@media screen and (max-width: 960px) {
.nav-items {
  position: relative;
  top: 0;
    left: 0;
    transform: none;
  padding: 0;
   display: grid;
  justify-content: normal;
  width: 100%;
  gap: 0;
}
}

.nav-items__item a {
  color: #5F4C34;
  font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size:clamp(15px, 1vw, 17px);
    
}
@media screen and (max-width: 960px) {
.nav-items__item a {
  text-align: center;
        display: block;
        padding-bottom: 1.5em;
        border-bottom: 1px solid #F0E3DC;
        padding-top: 2em;
        position: relative;
        font-size: 16px;
}
.nav-items__item a::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 0;
  bottom:37%;
  color: #E88776;
}
.nav-items__item:last-child a:after {
  content: none;
}
}

.nav-items__item.header-2026__contact a {
   background-image: linear-gradient(90deg, rgba(237, 141, 108, 1), rgba(252, 181, 115, 1));
    color: #fff;
    width: 200px;
    padding: .7em;
    display: flex;
    text-align: center;
    border-radius: 100px;
    justify-content: center;
    place-items: center;
    gap: .4em;
    transition: .3s;
}
@media screen and (max-width: 960px) {
.nav-items__item.header-2026__contact a {
  margin-inline: auto;
  margin-top: 2em;
}
}
/* --- ハンバーガーボタン本体 --- */
.header__hamburger {
  /* 親要素の指定をリセット */
  width: auto;
  height: auto;
}

.hamburger {
  display: none;
}

@media screen and (max-width: 960px) {
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    width: 40px;
        height: 40px;
        aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background: linear-gradient(178deg, rgba(238, 144, 109, 1), rgba(252, 180, 115, 1));
    outline: none;
    padding: 0;
  }
}

/* --- 三本線のデザインと位置調整 --- */
.hamburger span {
  width: 22px; /* 線の長さ */
  height: 2px; /* 線の太さ */
  background-color: #fff;
  transition: all .4s;
  display: block;
  border-radius: 10px;
}

/* 線同士の間隔 */
.hamburger span:nth-child(2) {
  margin: 5px 0; 
}

/* --- クリック（active）時の動き --- */
.hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.header__sub-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
      margin-top: 3em;
    padding-bottom: 3em;
    row-gap: 1em;
}
.header__sub-menu a{
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #5C4F49;
    font-size: 12px;
}
.header__sub-menu a .fa-solid.fa-circle-chevron-right {
  color: #E88776;
}


.header-2026__nav small{
 font-family: "Zen Kaku Gothic New", sans-serif;
    text-align: center;
    font-size: 11px;
    display: block;
    padding-bottom: 10%;
}

/* -----------------------MV----------------------------------------------------------- */

.livwith-mv{
  width: 96%;
  margin-inline: auto;
  position: relative;
}
.livwith-mv__img img {
  border-radius: 20px;
    width: 100%;
    height: 84vh;
    object-fit: cover;
    object-position: 50% 64%;
}
@media only screen and (max-width: 768px) {
.livwith-mv__img img {
  border-radius: 10px;
    width: 100%;
    height: 66vh;
    object-position: 56% 64%;
}
}
.livwith-mv__txt {
  position: absolute;
  left: 6%;
  top: 13%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media only screen and (max-width: 768px) {
  .livwith-mv__txt {
  left: 6%;
  top: 9%;
}
}
.livwith-mv__txt p {
  background-color: rgba(255, 255, 255, 0.8);
  padding: .3em;
  font-weight: 800;
  font-size: clamp(22px, 1.235rem + 2.469vw, 42px);
  letter-spacing: .05em;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  width: fit-content;
  display: block;
  margin-bottom: 2%;
}
.livwith-mv__txt em{
  font-size: clamp(32px, 1.216rem + 3.21vw, 58px);
  background: linear-gradient(90deg, rgba(238, 122, 85, 1), rgba(247, 177, 105, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}
.tour-bnr{
  position: absolute;
  left: -1.5em;
    bottom: -3em;
}
@media only screen and (max-width: 768px) {
.tour-bnr{
  left: -1em;
  bottom: -2em;
}
}
.tour-bnr a{
  display: block;
  width: 200px;
}
@media only screen and (max-width: 768px) {
.tour-bnr a{
  width: 150px;
}
}

.bnr-sub__EN {
font-family: "baskerville-display-pt", serif;
font-weight: 400;
font-style: normal;
}







/* -----------------------MV直下バナー----------------------------------------------------------- */
.bnr-wrap {
font-size: clamp(2em, 1.216rem + 3.21vw, 3.625em);
    padding-top: 1.5em;
}
.bnr-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 5%;
  list-style: none;
  padding: 0;
}

@media (max-width: 768px) {
  .bnr-list {
    grid-template-columns: auto;
    row-gap: 5%; 
    width: min(400px, 100%);
    margin-inline: auto;
  }
}

/* カード本体 */
.bnr-btn {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}

/* 下にはみ出すアイコン */
.bnr-btn::before {
  content: "\f13a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 35px; 
  position: absolute;
  left: 50%;
  bottom: -1em; 
  transform: translateX(-50%);
  z-index: 10; 
  -webkit-background-clip: text;
  background-clip: text;
   color: #E88776;
  display: inline-block;
}

@media (max-width: 768px) {
.bnr-btn::before {
  content: none;
}
}
.bnr-btn a {
  display: block;
  text-decoration: none;
}
@media (max-width: 768px) {
.bnr-btn a {
display: grid;
    grid-template-columns: 40% 1fr;
}
}

/* 画像部分 */
.bnr-btn__img img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

@media (max-width: 1024px) {
  .bnr-btn__img img {
    height: 120px;
  }
}
@media (max-width: 768px) {
  .bnr-btn__img img {
    height:90px;
    border-radius: 10px 0 0 10px;
  }
}

.bnr-btn__content {
  padding: .5em 0.2em .7em;
  margin: 0;
}
@media (max-width: 768px) {
  .bnr-btn__content {
display: grid;
    place-items: center;
  }
}

.bnr-btn__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(17px, 0.943rem + 0.494vw, 21px);
  font-weight: 800;
  color: #5C4F49;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
.bnr-btn__title {
  margin-bottom: 0;
}
}
.bnr-btn__sub-en {
  display: block;
  font-size: clamp(11px, 0.657rem + 0.123vw, 12px);
  color: #E88776;
  font-weight: normal;
  font-family: "baskerville-display-pt", serif;
}

.bnr-btn__text {
  font-size: 14px;
  color: #5C4F49;
  text-align: center;
  margin: 0;
  letter-spacing: 0;
}
@media (max-width: 768px) {
.bnr-btn__text {
  display: none;
}
}
/* -----------------------LIVwithとは----------------------------------------------------------- */

.livwith-dtl__wrap{
       padding-top: 25%;
    position: relative;
    z-index: -1;
    background-image: url(../../images/top_2026/about-bg4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -15%;
   padding-bottom: 15%;
}
@media (max-width: 768px) {
.livwith-dtl__wrap{
    background-position: center;
    border-radius: 0 0 15px 15px;
    background-image: url(../../images/top_2026/about-bg4_sp.jpg);
    padding-top: 36%;
}
}
.about-wrap {
  background-image: linear-gradient(124deg, rgba(255, 219, 212, 0.5) 51%, rgba(255, 235, 206, 0.5));
  width: 97%;
    border-radius: 0 20px 20px 0; 
    position: relative;
    z-index: 10;
}
@media (max-width: 768px) {
.about-wrap {
  width: 95%;
}
}
.about-inner {
  width: min(900px, 90%);
    margin-inline: auto;
    padding: 6em 0;
}
@media (max-width: 768px) {
.about-inner {
    padding: 3.5em 0;
}
}
.about-bg1 {
  mix-blend-mode: lighten;
    position: absolute;
    display: block;
    top: -22em;
    z-index: 1;
    width: 100%;
}
.about-wrap .main-ttl {
  text-align: left;
}
@media (max-width: 768px) {
.about-wrap .main-ttl {
  text-align: center;
}
}
.main-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(24px, 0.468rem + 4.233vw, 40px);
  text-align: center;
  color: #5C4F49;
  letter-spacing: .05em;
  line-height: 1.5;
}


.main-ttl__sub {
  font-family: "baskerville-display-pt", serif;
  color: #E88776;
  font-size: clamp(12px, 0.235rem + 2.116vw, 20px);
  letter-spacing: 0;
  display: block;
  margin-top: 5px; 
}
@media (max-width: 768px) {
.main-ttl__sub {
  margin-top: 0px; 
}
}
.header-2026 .main-ttl__sub  {
  font-size: 12px
}
.main-ttl__icon {
  margin-right: 0.2em; 
  background:  linear-gradient(124deg, rgba(247, 180, 105, 1), rgba(255, 158, 141, 1));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}

.about-ttl{
 font-size: clamp(18px, 1.005rem + 0.494vw, 22px);
  font-weight: 800;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 1em;
    letter-spacing: 0.075em;
}

@media (max-width: 768px) {
.about-ttl{
  text-align: center;
}
}


.about-logo{
  width: min(430px,90%);
  margin-bottom: 1em;
}
@media (max-width: 768px) {
.about-logo{
  margin-inline: auto;
}
}
.about__txt-wrap{
  display: grid;
  grid-template-columns: 1fr 35%;
  margin-top: 2em;
    align-items: center;
}
@media (max-width: 768px) {
.about__txt-wrap{
  display: grid;
  grid-template-columns: auto;
  margin-top: 1em;
    align-items: center;
    gap:2em;
}
}

@media (max-width: 768px) {
.circle-img{
  width: min(250px,90%);
  margin-inline: auto;
}
}


.about-txt {
  line-height: 1.8;
  font-size: clamp(14px, 0.815rem + 0.247vw, 16px);
}

@media (max-width: 768px) {
.about-txt {
  text-align: center;
}
}


/* -----------------------LIVwithの4つの特徴----------------------------------------------------------- */
.feature-wrap{
  padding-top: 10%;
  padding-bottom: 22em;
  position: relative;
    z-index: 10;
}
@media (max-width: 768px) {
.feature-wrap{
  padding-bottom: 16em;
}
}
.ttl__txt{
  font-size: clamp(14px, 0.815rem + 0.247vw, 16px);
  margin-top: 2em;
    text-align: center;
}
.feature-list {
  margin-top: 6%;
}
@media (max-width: 768px) {
.feature-list {
  margin-top: 15%;
}
}
.feature-list ul {
display: grid;
    row-gap: 7%;
}
@media (max-width: 768px) {
.feature-list ul {
    row-gap: 3%;
}
}
.feature-item{
  background-color: #fff;
  border-radius: 0 50px 0 0;
  width: 93%;
  padding: 4em 0;
  position: relative;
}
@media (max-width: 768px) {
.feature-item{
  border-radius: 0 30px 0 0;
  width: 100%;
  padding: 2.5em 0 4.5em;
}
}
.feature-item:nth-child(2n){
  margin-left: auto;
  border-radius: 50px 0 0 0;
}
@media (max-width: 768px) {
.feature-item:nth-child(2n){
  margin-left: auto;
  border-radius: 30px 0 0 0;
}
}
.point-dec{
  font-family: "Grape Nuts", cursive;
  position: absolute;
  font-size: clamp(80px, -0.15rem + 21.164vw, 160px);
  color: #E88776;
  opacity: .2;
  line-height: 1;
  z-index: 10;
  top: -.5em;
  left:0;
}
.feature-item:nth-child(2n) .point-dec{
right:0;
left: auto;
}
.feature-box {
  display: grid;
    grid-template-columns: 45% auto;
    column-gap: 7%;
    width: min(940px, 87%);
    margin-inline: auto;
    align-items: center;
}
@media (max-width: 768px) {
.feature-box {
    grid-template-columns: auto;
    gap: 2em;
}
}
.feature-box__img{
 box-shadow: 10px 10px 0px 0px rgba(244, 158, 98, 1);
 width: 100%;
}
@media (max-width: 768px) {
.feature-box__img{
 box-shadow: 6px 6px 0px 0px rgba(244, 158, 98, 1);
 width: min(500px, 100%);
        margin-inline: auto;
}
}
.feature-box dt{
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #F0885A;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: clamp(22px, 1.116rem + 1.058vw, 26px);
  line-height: 1.5;
}
@media (max-width: 768px) {
.feature-box dt{
  margin-bottom: .2em;
}
}
.feature-box dd{
 font-size: clamp(14px, 0.746rem + 0.529vw, 16px);
 line-height: 2;
}



/* -----------------------住まい体験----------------------------------------------------------- */
.slid-content--wrap {
    overflow: hidden;
    position: relative;
    background: #FFFAF7;
    margin-top: -3em;
    border-radius: 50px 50px 0;
    z-index: 5;
}
@media screen and (max-width: 767px) {
.slid-content--wrap {
  padding-bottom: 9em;
  border-radius: 30px 30px 0;
}
}

.slid-content--wrap::before {
  content: "";
  position: absolute;
  background-image: url(../../images/top_2026/tour_left_bg.png);
 width: 500px;
    left: 0;
    height: 900px;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 767px) {
  .slid-content--wrap::before {
   content:none;
}
}


.slid-content--wrap::after {
  content: "";
  position: absolute;
  background-image: url(../../images/top_2026/tour_right_bg.png);
  width: 70%;   
  height: 60%;  
  max-width: 1000px; 
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .slid-content--wrap::after {
    width: 180%;        
    height: 70%;       
    right: -30%;        
    bottom: -5%;
    background-size: cover;
}
}
.slid-content--wrap .main-ttl{
font-size: clamp(22px, 0.474rem + 3.704vw, 36px);
margin-bottom: 6%;
margin-top: 2em;
}
@media screen and (max-width: 768px) {
.slid-content--wrap .main-ttl{
margin-top: 0em;
}
}
.slid-content--list ul{
  display: flex;
  justify-content: center;
}
.slid-item a {
  display: grid;
    row-gap: .7em;
  background-color: #fff;
  border: 2px solid #F0885A;
  border-radius: 10px;
  padding: 7% 5%;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.slid-img img {
aspect-ratio: 4 / 3;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
        border-radius: 10px;
    margin-inline: auto;
    width: 100%;
}
.slid-item--ttl {
  font-size: clamp(16px, 0.871rem + 0.529vw, 18px);
  font-weight: 800;
  color: #5C4F49;
  margin-bottom: .3em;
}
.slid-item--dtl {
  font-size: clamp(14px, 0.746rem + 0.529vw, 16px);
  color: #5C4F49;
  margin-bottom: .3em;
}
.slid-date{
  margin-bottom: .3em;
}
.sub-dtl {
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: bold;
color: #A5A19B;
    gap: .4em;
    display: flex;
    align-items: center;
    gap: .3em;
}
.sub-dtl img {
display: block;
}

.slider .slid-item {
    padding: 0 20px;
    box-sizing: border-box;
}
@media (max-width: 768px) {
.slider .slid-item {
    padding: 0 10px;
}
}
.slider {
    margin: 0 -10px 80px; 
    position: relative;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: auto; 
    bottom: -80px; 
    z-index: 10;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slick-prev:before,
.slick-next:before {
    color: #F0885A; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 38px;
    opacity: 1;
}

.slick-prev {
    left: 48%;
    margin-left: -90px; 
}
.slick-prev:before {
    content: "\f137";
}

.slick-next {
    right: 48%;
    margin-right: -90px;
}
.slick-next:before {
    content: "\f138";
}

.slick-dots {
    bottom: -70px; 
}

.slick-dots li button:before {
    font-size: 12px;
    color: #D6D6D6; 
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: #F0885A; 
}
.slick-dots li:only-child {
    display: none;
}
.slide-caption{
  background-color: #fff;
 padding: 2em;
    width: min(900px, 90%);
    margin-inline: auto;
    border-radius: 100px;
    margin-top: 10em;
}
@media (max-width: 768px) {
.slide-caption{
    border-radius: 15px;
}
}
.slide-caption dt{
   font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  color: #5C4F49;
  display: flex;
  align-items: center;
  gap: .5em;
  justify-content: center;
  font-size: clamp(17px, 0.869rem + 0.794vw, 20px);
  margin-bottom: .5em;
}

.slide-caption dt span{
  display: block;
}
.slide-caption dd{
  text-align: center;
}
@media (max-width: 768px) {
.slide-caption dd{
  text-align: left;
}
}




/* -----------------------無料相談会----------------------------------------------------------- */

.free-mtg {
  background-image: linear-gradient(90deg, rgba(255, 187, 115, 1), rgba(235, 138, 107, 1));
  padding: 2em 1em;
}
@media (max-width: 768px) {
.free-mtg {
  padding: 3em 1em;
}
}
.free-mtg__wrap{
  display: grid;
    grid-template-columns: 43% 1fr;
    gap: 2em;
    width: min(1200px, 100%);
    margin-inline: auto;
}
@media (max-width: 1024px) {
.free-mtg__wrap{
  align-items: center;
}
}
@media (max-width: 768px) {
.free-mtg__wrap{
  grid-template-columns:auto;
  gap: 1.5em;
}
}
.free-mtg__img img{
  position: relative;
  margin-top: -4.5em;
  z-index: 5;
}
@media (max-width: 1024px) {
  .free-mtg__img img{
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .free-mtg__img img{
    margin-top: -6.5em;
    display: block;
    width: min(500px, 100%);
    margin-inline: auto;
  }
}
.free-mtg__right dl{
  text-align: center;
  color: #fff;
}
.free-mtg__right dt{
  font-size: clamp(26px, 1.238rem + 1.587vw, 32px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  margin-bottom: .5em;
}

@media (max-width: 500px) {
.free-mtg__right dd{
  text-align: left;
}
}


.free-mtg__cta{
  background-color: #fff;
  color: #F0885A;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: min(330px, 100%);
    padding:.2em 1em;
    text-align: center;
    border-radius: 100px;
    margin-inline: auto;
    font-size: clamp(18px, 0.996rem + 0.529vw, 20px);
    margin-top: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5em;
}
@media (max-width: 768px) {
.free-mtg__cta{
    margin-top: 1em;
}
}
.free-mtg__cta span{
display: block;
    font-size: 36px;
}
@media (hover: hover) and (min-width: 769px) {
    .free-mtg__cta:hover {
        opacity: .8;
        transition: .3s;
        color: #F0885A;
    }
}


/* -----------------------自社物件アクセスマップ----------------------------------------------------------- */

.access-map .main-ttl{
  text-align: left;
  font-size: clamp(22px, 0.474rem + 3.704vw, 36px);
}
@media (max-width: 900px) {
.access-map .main-ttl{
  text-align: center;
  margin-bottom: 8%;
}
}
.access-map  {
  padding-bottom: 0;
  position: relative;
}
.access-map::before{
content: "";
    position: absolute;
    background-image: url(../../images/top_2026/reason_dec_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    width: 19vw;
    height: 30vw;
    max-width: 338px;
    bottom: -28%;
    right: 0;
    opacity: .5;
}
@media (max-width: 768px) {
    .access-map::before {
        width: 31vw; 
        height: 45vw;
        bottom: -20%;
    }
}
.access-map__area {
  background-color: #FFF6EF;
  width: 100%;
  border-radius: 50px 0 0 0 ;
  padding: 7% 0;
}
@media (max-width: 900px) {
.access-map__area {
  padding: 14% 0;
}
}

.access-map__area area{
  cursor: pointer;
}


.access-map__pc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2em;
  align-items: end;
  width: min(1100px, 92%);
    margin-inline: auto;
    position: relative;
    z-index: 10;
}
@media (max-width:900px) {
.access-map__pc {
  display: none;
}
}
.map-item {
    display: none;
}
.map-item:first-child {
    display: block;
}

.map-item img {
    max-width:100%;
  height:auto;
  display: block;
  margin-inline: auto;
}

.map-tab__list {
    display: grid;
    gap: 15px;   
    margin-top: 2em;  
}

.tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-radius: 50px;  
    border: 1px solid #EC8C6B;
    background-color: #fff;
    color: #EC8C6B; 
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
    width: fit-content; 
    cursor: pointer;
font-size: clamp(16px, 1.045rem + 0.328vw, 20px);
        gap: .5em;
}

.tab span i {
    color: #EC8C6B; 
    font-size: 1.5em;
    transition: all 0.3s ease;
    vertical-align: middle;
}

.map-tab__list .tab.active {
    background-color: #EC8C6B; 
    color: #fff;               
}

/* active時のアイコンの色を白にする */
.tab.active span i {
    color: #fff;
}

.tab:hover {
    opacity: 0.8;
}
/* PC時は完全に非表示 */
.access-map__sp {
    display: none !important;
}

@media (max-width: 900px) {
    .access-map__sp {
        display: block !important;
    }
.map-accordion {
  display: grid;
    gap: 1em;
    z-index: 10;
        position: relative;
}
    .acc-item {
       width: min(500px, 100%);
        margin-inline: auto;
    }

    .acc-map__accordion {
      font-size: clamp(15px, 0.871rem + 0.529vw, 18px);
        padding: .6em 1em;
        color: #F0885A;
        gap: 1em;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        background-color: #fff;
        border: 1px solid #F0885A;
        border-radius: 8px;
    }

    .acc-map__accordion.is-open {
        border-radius: 8px 8px 8px;
    }

    .acc-content {
      position: relative;
        display: none; 
        padding: 2em 0;
        border-top: none;
        border-radius: 0 0 8px 8px;
    }

    .senro-img  {
        margin-inline: auto;
        display: block;
        width: 92%;
    }

    .acc-map__accordion span {
        display: inline-block;
        transition: transform 0.4s; 
        font-size: 20px;
    }

    .acc-map__accordion.is-open span {
        transform: rotate(180deg);
    }
}

@media (max-width: 500px) {
        .map-accordion {
        gap: .5em;
    }
}


/* 井の頭・小田急MAP */
.map-item {
  position: relative;
}
.keio-odakyu_house01{
  position: absolute;
    width: 25%;
    top: 30%;
    left: 43%;
    transform: translate(-50%, -100%);
}
@media (max-width: 900px) {
.keio-odakyu_house01 {
   width: 21%;
    top: 33%;
    left: 43%;
    }
}
.keio-odakyu_house02{
  position: absolute;
    width: 22%;
    bottom: 4%;
    left: 6%;
    transform: translate(-50%, -100%);
}
@media (max-width: 900px) {
.keio-odakyu_house02{
    width: 22%;
        bottom: 8%;
        left: 10%;
    }
}
.keio-odakyu_house03{
 position: absolute;
    width: 22%;
    bottom: -27%;
    left: 43%;
    transform: translate(-50%, -100%);
}
@media (max-width: 900px) {
.keio-odakyu_house03{
width: 21%;
    bottom: -21%;
    left: 43%;
}
}
/* 西武新宿・大江戸線MAP */
.seibu-oedo_house01{
  position: absolute;
    width: 25%;
    top: 36%;
    left: 33%;
    transform: translate(-50%, -100%);
}
.seibu-oedo_house02{
position: absolute;
    width: 24%;
    bottom: -18%;
    left: 41%;
    transform: translate(-50%, -100%);
}
@media (max-width: 900px) {
.seibu-oedo_house02{
position: absolute;
    bottom: -12%;
}
}
/* 総武線MAP */
.sobu_house01 {
  position: absolute;
    width: 24%;
    bottom: -9%;
    left: 43%;
    transform: translate(-50%, -100%);
}
@media (max-width: 900px) {
.sobu_house01 {
    bottom: -4%;
}
}
/* 京成金町線MAP */
.keiseikanamachi_house01 {
  position: absolute;
    width: 29%;
    top: 53%;
    left: 43%;
    transform: translate(-50%, -100%);
}
/* 都営三田線MAP */
.mita_house01 {
  position: absolute;
    width: 24%;
    top: 45%;
    left: 22%;
    transform: translate(-50%, -100%);
}
@media (max-width: 900px) {
.mita_house01 {
      width: 24%;
    top: 49%;
    left: 23%;
}
}


/* -----------------------Livwithが選ばれる理由----------------------------------------------------------- */


.reason-wrap {
  position: relative;
}
.reason-wrap::after {
  content: "";
    position: absolute;
    background-image: url(../../images/top_2026/reason_dec_left.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    width: 19vw;
    height: 31vw;
    max-width: 338px;
    bottom: -10%;
    left: 0;
    opacity: .5;
}
@media (max-width: 768px) {
    .reason-wrap::after {
        width: 31vw; 
        height: 45vw;
        bottom: -20%;
    }
}
.reason-wrap__content {
  position: relative;
  z-index: 5;
}


.reason-list__box {
  padding-top: 3em;
  width: min(1200px, 93%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center; 
}

@media (max-width: 768px) {
  .reason-list__box {
    width: 100%;
    align-items: flex-end; 
    margin-right: 0;
  }
}

.reason-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
  list-style: none;
  padding: 0;
}

@media (max-width: 768px) {
  .reason-list {
    width: 95%; 
  }
}

.reason-list li {
  font-size: clamp(16px, 0.84rem + 0.656vw, 20px);
  color: #fff;
  background-color: #EC8C6B;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  text-align: left; 
  width: fit-content;
  padding: .7em 1.5em;
  border-radius: 100px;
  margin-bottom: .7em;
  display: flex;
  align-items: center;
  gap: .5em;
}

@media (max-width: 768px) {
  .reason-list li {
    width: 100%; 
    border-radius: 100px 0 0 100px; 
  }
}
.reason-list li .fa-solid.fa-circle-check {
  font-size: 25px;
}


@media (max-width: 768px) {
  .reason-list li {
    width: 100%; 
    border-radius: 100px 0 0 100px; 
  }
}

.reason-list li i {
  flex-shrink: 0;
}




/* -----------------------３つの安心----------------------------------------------------------- */
.anshin3-wrap {
  padding-top: 5%;
}

.anshin3-list {
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
  gap: 2em;
  margin-top: 3em;
}
@media (max-width: 768px) {
.anshin3-list {
  grid-template-columns: auto;
  width: 80%;
  margin-inline: auto;
}
}
.anshin3-list li {
    display: grid;
    gap: 1em;
}

.anshin3-item dt {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  color: #EC8C6B;
  font-size: clamp(22px, 1.134rem + 0.984vw, 28px);
}
.anshin3-item dd {
  text-align: center;
  font-size: clamp(14px, 0.19vw + 13.26px, 16px);
}
.anshin3-item dd em {
  font-weight: bold;
  font-size: clamp(18px, 0.19vw + 13.26px, 20px);
  color: #EC8C6B;
  font-style: normal;
      vertical-align: -0.05em;
    padding-left: .1em;
}

/* -----------------------よくある質問----------------------------------------------------------- */
.faq-wrap {
  background-color: #FFF3EA;
}
.faq-accordion__wrap {
  margin-inline: auto;
  width: min(900px,90%);
  margin-top: 3em;
  position: relative;
}
.faq-accordion__container {
  display: grid;
    gap: 1em;
}
.q-accordion-title {
  cursor: pointer;
font-size: clamp(14px, 0.795rem + 0.328vw, 16px);
  padding: 10px 20px;
}

.a-accordion {
  display: none;
  background-color: #fff;
  position: relative;
  border-radius: 15px;
font-size: clamp(14px, 0.795rem + 0.328vw, 16px);
}

.a-accordion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px; 
  right: 20px;
  border-top: 1px dashed #D1C5B4; 
}

.a-accordion p {
  display: flex;
  align-items:center; 
  margin: 0;
}

.a-accordion p span {
  color: #E88776;
  font-weight: bold;
  margin-right: 15px;
  font-size: 22px;
}

.q-accordion-title span {
  color: #E88776;
  margin-right: 10px;
  font-size: 22px;
}.faq-accordion__item {
  background-color: #fff;
  border-radius: 15px;
}

.q-accordion-title {
  cursor: pointer;
  padding: 1em 2.8em 1em 1.3em;
  position: relative;
  display: flex;
  align-items: center;
  background-color: transparent;
}
@media (max-width: 768px) {
.q-accordion-title {
  padding: 1em 2.8em 1em 1em;
}
}
.q-accordion-title::before,
.q-accordion-title::after {
  content: "";
  background: #AB9474;
  height: 2px;
  width: 15px;
  position: absolute;
  right: 25px;
  top: 50%;
  z-index: 10; 
}
@media (max-width: 768px) {
.q-accordion-title::before,
.q-accordion-title::after {
  right: 14px;
}
}
.q-accordion-title::before {
  transform: translateY(-50%) rotate(90deg);
  transition: transform .3s ease-in-out;
}

.q-accordion-title::after {
  transform: translateY(-50%);
}

.q-accordion-title.open::before {
  transform: translateY(-50%) rotate(0deg);
}

.a-accordion {
  display: none;
    padding: 1em 1em 1em 1.3em;
  position: relative;
}

.a-accordion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  border-top: 1px dashed #D1C5B4;
}


/* -----------------------CTA----------------------------------------------------------- */
/* ベースのスタイル */
.cta-content ul {
    display: flex;
    padding: 0;
    margin: 0;
    width: 100%;
}

.cta-content li {
    flex: 1;
    overflow: hidden; /* はみ出た背景を隠す */
    position: relative;
}

/* 背景を制御するための共通の擬似要素設定 */
.cta-content li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: transform 0.6s ease; 
}

/* 左側：グラデーション背景 */
.cta-content li.cta__contact-wrap::after {
    background: linear-gradient(135deg, #fbc06d 0%, #ef8a5f 100%);
}
.cta-content li.cta__contact-wrap::before {
  content: "CONTACT";
  font-weight: bold;
  letter-spacing: .1em;
  bottom: -3%;
  font-size: 9vw;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1;
    color: rgba(255,255,255,.2);
        z-index: 1;
    position: absolute;
    transition: transform 0.6s ease;
    text-align: center;
    right: 0;
    left: 0;
}
@media (max-width: 768px) {
.cta-content li.cta__contact-wrap::before {
  font-size: 17vw;
}
}
/* 右側：画像背景 */
.cta__tour-wrap::after {
    background-image: url(../../images/top_2026/about-tour.jpg);
    background-size: cover;
    background-position: center;
}

/* 右側の暗いオーバーレイ（画像の上に重ねる） */
.cta__tour-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.cta-content li:hover::after,
.cta-content li:hover::before {
    transform: scale(1.1);
}

.cta-content li a:hover {
    opacity: 0.95;
}

.cta-content li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 2; /* 背景より上に配置 */
    padding: 5em 0;
}
@media (max-width: 768px) {
.cta-content li a {
      padding: 2em 0;
    }
  }
.cta-content li dt {
    font-size: clamp(18px, 1.01rem + 0.984vw, 26px);
    font-weight: bold;
    line-height: 1.6;
}

.cta-content li dt span {
    display: block;
    font-size: clamp(12px, 0.613rem + 0.82vw, 18px);
    margin-top: 10px;
}

.cta-content dl {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.cta-content dd {
    margin: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    transition: transform 0.3s ease;
}
@media (max-width: 768px) {
.cta-content dd {
    font-size: 30px;
}
}

@media (max-width: 768px) {
    .cta-content ul {
        flex-direction: column;
    }
    
}






/* -----------------------物件詳細ページ----------------------------------------------------------- */
.livwith-main.property{
  background-color: #FFF8F3;
}
.property-content  {
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 10%;
  margin-top: 6%;
}
@media (max-width: 768px) {
.property-content  {
  padding-bottom:24%;
  margin-top: 10%;
}
}
.property-content:nth-child(n+2)  {
  margin-top: 0;
}
@media (max-width: 768px) {
.property-content:nth-child(n+2)  {
  margin-top: 0;
}
}
.property-content h3 {
  font-weight: bold;
  color: #5F4C34;
  width: 100%;
  padding: .6em 1em;
    border-radius: 3px;
  background-color: #fff;
  border-bottom:2px solid #E88776;
  font-size: clamp(16px, 0.7rem + 1.28vw, 24px);
  margin-bottom: 1%;
}
.property-date {
  text-align: right;
    color: #B7AFA4;
    margin-bottom: 3%;
    font-size: 12px;
}

.property-slider {
  width: min(500px,100%);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .property-slider {
    width: 100%; 
    margin-bottom: 1em; 
  }
}
.property-main__img-wrap img {
    width: 100%;
    aspect-ratio: 1 / 1; 
    object-fit: contain;
    background-color: #fff;
    padding: 2em;
    border-radius: 15px;
    border: 1px solid #E1E1E1;
}
@media (max-width: 768px) {
.property-main__img-wrap img {
    border-radius: 5px;
     padding: 1.5em;
      aspect-ratio: 4 / 3; 
}
}
.property-thumb__img-wrap {
    margin-top: 10px;
        margin-top: 10px;
    background-color: #fff;
    padding: 1em;
    border-radius: 10px;
    border: 1px solid #E1E1E1;
}
@media (max-width: 768px) {
.property-thumb__img-wrap {
    border-radius: 5px;
}
}

.property-thumb__img-wrap .slick-slide {
  margin: 0 2px;
  cursor: pointer;
  box-sizing: border-box; 
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
/* 選択されている（カレント）時の設定 */
.property-thumb__img-wrap .slick-current {
  opacity: 1;
  border: 2px solid #ff8c00;
   
}

/* 画像自体のサイズ調整（枠線に被らないように） */
.property-thumb__img-wrap img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
   border: 1px solid #E1E1E1;
   opacity: 1;
}
.property .slick-next {
    right: 5px;
    margin-right: 0;
}
@media (max-width: 768px) {
.property .slick-next {
    right: -6px;
}
}
.property .slick-prev {
    left: 5px;
    margin-left: 0;
}
@media (max-width: 768px) {
.property .slick-prev {
    left: -6px;
}
}
.property .slick-prev, .property .slick-next {
    position: absolute;
    top: auto;
    bottom: 32%;
    z-index: 10;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
.property .slick-prev, .property .slick-next {
    bottom: 29%;
}
}
.property .slick-prev:before, .property .slick-next:before {
    font-size: 25px;
}


.property-main {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 2em;
}
@media (max-width: 1024px) {
.property-main {
  display: block;
}
}
.property-main__dtl ul{
  margin-bottom: 2em;
  display: grid;
    row-gap: 10px;
}
@media (max-width: 860px) {
.property-main__dtl ul{
    row-gap: 7px;
}
}
.property-price {
 font-size: clamp(28px, 1.25rem + 2.67vw, 36px);
 font-weight: bold;
 color: #EC8664;
 margin-bottom: 3%;
}
.property-price span{
 font-size: clamp(14px, 0.8rem + 0.32vw, 16px);
 font-weight: 500;
 color: #5C4F49;
}
.dtl__box1 .box1_01{
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;

}
@media (max-width: 500px) {
.dtl__box1 .box1_01{
    gap: 7px;
    grid-template-columns: auto;
}
}
.dtl__box1 .box1_02{
  display: grid;
    gap: 10px;
}
@media (max-width: 768px) {
.dtl__box1 .box1_02{
    gap: 7px;
}
}

.dtl_ct__wrap {
  display: grid;
    gap: 10px;
    font-size: clamp(13px, 0.9rem + 0.38vw, 15px);
    grid-template-columns: 7em 1fr;
    align-items: center;
}
@media (max-width: 500px) {
.dtl_ct__wrap {
  display: grid;
    font-size:13px;
    grid-template-columns: 6.3em 1fr;
}
}
.dtl-ttl {
  background-color: #F9ECDF;
  padding: .3em .8em;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 500px) {
.dtl-ttl {
  padding: .3em .3em;
        font-weight: 400;
}
}

.dtl-txt{
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 500px) {
.dtl-txt{
  font-weight: bold;
  letter-spacing: .01em;
}
}
.dtl__box2 li{
  display: grid;
  row-gap: 10px;
}


.dtl__access dt {
  color: #EC8664;
  font-size: clamp(16px, 0.738rem + 0.32vw, 17px);
  font-weight: bold;
  margin-bottom: .5em;
}
.dtl__access dd {
  font-size: clamp(14px, 0.738rem + 0.32vw, 17px);
  margin-bottom: .3em;
}
@media (max-width: 500px) {
.dtl__access dd {
  margin-bottom:0;
  font-weight: 400;
}
}
.dtl__access .fa-solid.fa-circle-check {
color: #EC8664;
padding-right: .2em;
}

.property-features__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}
@media (max-width: 768px) {
.property-features__wrap {
  grid-template-columns: auto;
}
}
.property-sub {
  margin-bottom: 10%;
}
@media (max-width: 768px) {
.property-sub {
  margin-bottom: 13%;
}
}
.property-sub__item {
  margin-top: 6%;
}
@media (max-width: 768px) {
.property-sub__item {
  margin-top: 10%;
}
}
.equipment-icon__list {
  display: flex;
  flex-wrap: wrap;
 gap: 1em 1em;
}

.property-ttl {
  color: #EC8664;
  font-weight: bold;
  border-bottom: 2px solid #EC8664;
  margin-bottom: 1.5em;
    padding-bottom: .5em;
    font-size: clamp(16px, 0.925rem + 0.32vw, 18px);
    display: flex;
    align-items: center;
    gap: .3em;
}
.property-features__dtl{
  background-color: #fff;
  padding: 1.3em 1.5em;
  border-radius: 5px;
}
.property-features__dtl dt{
 color: #EC8664;
  font-weight: bold;
  font-size: clamp(16px, 0.925rem + 0.32vw, 18px);
  margin-bottom: .3em;
}

.property-sub__item.column2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}
@media (max-width: 768px) {
.property-sub__item.column2 {
  grid-template-columns: auto;
}
}

.property-sub__item.column2 .dtl__box1 .box1_01  {
  grid-template-columns: auto;

}
@media (max-width: 768px) {
.property-sub__item .dtl__box1 .box1_01 {
  grid-template-columns: auto ;
}
}

.property-cta a{
    display: block;
    background-image: linear-gradient(90deg, rgba(237, 141, 108, 1), rgba(252, 181, 115, 1));
    color: #fff;
    text-align: center;
    width: min(880px, 90%);
    margin-inline: auto;
    padding: .5em 1em;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: clamp(16px, 0.55rem + 1.92vw, 25px);
    border-radius: 10px;
}
@media (max-width: 768px) {
.property-cta a{
    padding: .7em 1em;
}
}

.property-cta a i{
  padding-left: .5em;
}






/* -----------------------フッター---------------------------------------------------------- */
footer{
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.footer-2026__nav {
  width: 93%;
    margin-inline: auto;
    padding: 1em 0;
        border-bottom: 1px dashed #D1C5B4;
}
.footer-2026__nav ul {
  display: grid;
  grid-template-columns: repeat(5,auto);
  justify-items: center;
  color: #5F4C34;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 768px) {
.footer-2026__nav ul {
  grid-template-columns: repeat(3,auto);
  column-gap: .5em;
        row-gap: 1.5em;
        font-size: 14px;
        justify-items: left;
}
}
@media (max-width: 480px) {
.footer-2026__nav ul {
  grid-template-columns: repeat(2,auto);
}
}
.footer-2026__nav a {
  justify-items: center;
  color: #5F4C34;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.footer__sub-menu__wrap{
 display: flex;
    width: 93%;
    font-size: clamp(12px, 2vw, 14px);
    margin-inline: auto;
    align-items: center;
    justify-content: space-between;
    padding: 1em 0;
    color: #5C4F49;
}
@media (max-width: 768px) {
.footer__sub-menu__wrap{
 display: block;
}
}
.footer__sub-menu {
display: flex;
    row-gap: 1em;
    grid-template-columns: repeat(3, auto);
    column-gap: 2em;
}

@media (max-width: 768px) {
.footer__sub-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 1em;
}
}
.footer__sub-menu a  {
    color: #5F4C34;
    font-size: clamp(12px,2vw,14px);
}
.footer__sub-menu a .fa-solid.fa-circle-chevron-right {
    color: #E88776;
}
@media (max-width: 768px) {
.footer__sub-menu__wrap small{
  padding-top: 2em;
  padding-bottom: 3em;
  display: block;
  text-align: center;
}
}