/* header */
.logo {
  width: 83% !important;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo img {
  display: inline-block;
  width: 310px;
}

a.logo span {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  display: inline-block;
  padding-left: 5px;
  letter-spacing: .08em;
}

/* mv*/
.mv {
  background-color: #fff;
  background-image: url("../img/mv.webp");
  background-position: center center;
  max-width: 1400px;
}

.txt-wrap {
  display: inline-block;
  padding: 20px 0;
}

.mv h1 {
  text-align: left;
  display: inline-block;
  font-size: clamp(22px, 5vw, 42px);
  line-height: 1.3;
  margin-bottom: 8px;
  text-shadow: 
  2px  2px 1px #ffffff,
 -2px  2px 1px #ffffff,
  2px -2px 1px #ffffff,
 -2px -2px 1px #ffffff,
  2px  0px 1px #ffffff,
  0px  2px 1px #ffffff,
 -2px  0px 1px #ffffff,
  0px -2px 1px #ffffff;  
}

.mv__txt-wrap {
  padding: 40px min(6vw, 80px) min(6vw, 80px);
  display: inline-block;
  text-align: left;
}

.mv .pj {
  text-align: left;
  display: inline-block;
  padding: 2px 20px;
  font-size: clamp(14px, 3vw, 20px);
  background-color: #e1e9e9;
  margin-bottom: 16px;
}

.mv .large {
  font-size: clamp(14px, 3vw, 20px);
  color: inherit;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 5px;
}

.lead {
  line-height: 1.8;
}

/* event bnr */
.eventBnr {
  display: inline-block;
  width: 100%;
  transition: all .2s ease-in;
}

.eventBnr:hover {
  opacity: .8;
}

.eventBnr img {
  width: 100%;
}


/* マスタープラン画像 */
.masterplan-img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

/* 物件概要 リスト */
.list-container {
  margin: 1em auto 0;
  max-width: 980px;
  padding: 0 2rem;
  position: relative;
}

.list-container hr {
  margin-bottom: 1rem;
  margin-top: 0
}

.list-container .container {
  margin: 1em auto .5em
}

.list-container .container .row.flow {
  margin-bottom: 0
}

.list-container .container .row.flow p {
  font-size: 14px
}

.list-container .container .row.flow .left {
  padding: 0 1rem
}

.list-container .container .row.flow .margin0 {
  margin: 0 2em 0 0
}

/* footer */
.footer-logo {
  display: block;
  width: 485px;
  font-weight: normal;
  text-decoration: none;
  margin: 0 auto;
}

@media screen and (min-width: 1920px){
  .text-small {
    font-size: 1.3vw;
  }

}

@media screen and (min-width: 539px) {
  .mv {
    min-height: 800px;
  }
}

@media screen and (min-width: 1200px){
  .lead {
    font-size: 1.6rem;
  }
}


@media screen and (max-width: 740px) {
  .logo {
    width: 100% !important;
    justify-content: flex-start;
    margin: 10px 0;
  }

  .logo img {
    width: 45%;
  }

  a.logo span {
    font-size: 12px;
    letter-spacing: 0;
  }

  /* topBnr */

  .mv img {
    width: 100%;
    padding: 10px 0 0 10px;
  }

  .txt-wrap {
    padding: 20px 26px;
  }

  /* 物件概要 リスト */
  .list-container .container .row.flow .margin0 {
    margin: 0 0 0 1em
  }

  .list-container .container .row.flow p {
    font-size: 12px
  }

  /* common */
  .btn {
    text-align: left;
  }

  /* footer */
  .footer-logo {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .header {
    height: auto;
    padding-left: 10px;
  }

  .mv {
    background-image: url("../img/mv_sp.webp?v=20231218");
    background-size: 150%;
    min-height: 450px;
  }

  .mv h1 {
    line-height: 1.5;
  }

  .mv .pj {
    display: block;
    padding: 2px 10px;
    margin-bottom: 0;
  }

  .mv .large {
    background-color: #fff;
    color: #333;
    padding: 2px 10px;
  }

  .mv__txt-wrap {
    padding: 20px 0 0 0;
  }

  .txt-wrap {
    padding: 18px 0;
  }
}

/* SNS */

.sns {
  width: 100%;

}
.sns,
.sns__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sns__item {
  padding-bottom: 60px;
  padding-top: 60px;
  width: 100%;
}

.sns__item.instagram {
  background-image: url("../img/instagram.jpg");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  padding-left: 30px;
  padding-right: 20px;

}
.sns__item__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 490px;
}
.sns__item.instagram .sns__item__wrap {
  flex-direction: row-reverse;
}
.sns__item__img {
  width: 30%;
}
.sns__item__img img {
  display: block;
  width: 100%;
}
.sns__item__txt {
  color: #fff;
  width: 65%;
}
.sns__item__txt h3 {
  font-size: 23px;
  margin-bottom: 25px;
}
.sns__item__txt h3 span {
  font-family: Arial, sans-serif;
  font-size: 26px;
}
.sns__item__txt .snsBtn-bg {
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sns__item__txt .snsBtn-bg:hover {
  opacity: 0.7;
}
.sns__item__txt .snsBtn {
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 5px;
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sns__item__txt .snsBtn--insta {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
    62deg,
    #f1a23c,
    #d234ec 33%,
    #eb4557 69%,
    #d12d56 96%
  );
  -webkit-background-clip: text;
  background-clip: text;
  border: 2px solid transparent;
  color: transparent;
}
@media screen and (max-width: 1024px) {
  .sns__item__txt h3 {
    font-size: 20px;
    height: auto;
  }
  .sns__item__txt .snsBtn {
    font-size: 18px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sns__item__txt .snsBtn {
    font-size: 16px;
  }
  .sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sns__item {
    padding: 30px 20px;
    width: 100%;
  }
  .sns__item.instagram {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sns__item.instagram {
    padding: 30px 20px;
  }
  .sns__item.instagram .sns__item__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sns__item__wrap {
    width: 100%;
  }
  .sns__item__img {
    width: 25%;
  }
  .sns__item__txt {
    width: 70%;
  }
  .sns__item__txt h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .sns__item__txt h3 span {
    font-size: 18px;
  }
  .sns__item__txt .snsBtn {
    font-size: 16px;
    padding: 16px;
  }
}

/* style.cssに上書き */
.img-fluid {
  width: 100%;
}