/* --------------- ashimori-garden village --------------- */
/* 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: 14px;
  letter-spacing: .08em;
}

/* 2021.11 追加　mv コンテナ */

.mv-container {
  width: 100%;
  position: relative;
}

.mv-container__img,
.mv-container__img.sp {
  display: block;
  width: 100%;
}

.mv-container__txt-wrap {
  display: block;
  text-align: left;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 83.33333333%;
  margin: 0 auto;
}
.mv-container__txt-wrap h1 {
  color: #fff;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  font-size: clamp(20px, 5vw, 90px);
  text-shadow: #000 0 0 15px;
  padding: 10px 10px 10px 0;
  margin-bottom: 18px;
  white-space: nowrap;
}

.mv-container__txt-wrap .pj,
.mv-container__txt-wrap .address {
  display: inline-block;
  padding: 2px 20px;
  font-size: clamp(14px, 2.5vw, 20px);
  font-weight: bold;
  letter-spacing: .05em;
}

.mv-container__txt-wrap .pj {
  background-color: #f4ecad;
  margin-bottom: 16px;
}

.mv-container__txt-wrap .address {
  background-color: rgba(255, 255, 255, .8);
}

@media screen and (max-width: 740px) {
  /* mv */
  .mv-container__txt-wrap .pj,
  .mv-container__txt-wrap h1 {
    margin-bottom: 8px;
  }
}

.lead {
  line-height: 1.8;
}

.location-lead {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
  margin-top: -1rem;
}

.text-large {
  font-size: 2.25rem;
  font-weight: 900;
}

.text-medium {
  font-size: 1.5rem;
  font-weight: 900;
}

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

/* event bnr width 800px */
.eventBnr-container.w-800 {
  max-width: 800px;
  margin: 0 auto;
}

.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
}

/* location */


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

.footer-logo span {
  display: inline-block;
  font-weight: bold;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

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

}

@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;
  }

  /* 物件概要 リスト */
  .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%;
  }

  .footer-logo span {
    position: static;
    display: block;
    transform: none;
    text-align: center;
    font-size: 12px;
  }
}

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

  .location_list {
    padding-left: 28px;
    font-size: .85em;
  }

  .sp-none {
    display: none;
  }

  .location-lead {
    font-size: 1rem;
  }
  
  .text-large {
    font-size: 1.5rem;
  }
  
  .text-medium {
    font-size: 1.2rem;
  }
}

/* SNS */

.sns {
  width: 100%;

}
.sns,
.sns__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sns__item {
  padding-bottom: 60px;
  padding-top: 60px;
  width: 50%;
}
.sns__item.line {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  background-color: #06c755;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 30px;
}
.sns__item.instagram {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  background-image: url("../img/instagram.jpg");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  padding-left: 30px;
  padding-right: 20px;

}
.sns__item__wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 490px;
}
.sns__item.instagram .sns__item__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  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--line {
  color: #06c755;
}
.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,
  .sns__item.line {
    -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;
  }
}

/* 20240813追加 */
.energy_performance_label {
  display: block;
  width: 60%;
  padding: 20px 0;
  margin: 0 auto;
}

/* 20241024追加 */
.eventBnr-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eventBnr-container .eventBnr {
  width: 100%;
}

@media screen and (max-width: 540px) {
  .eventBnr-container {
    flex-direction: column;
  }

  .eventBnr-container .eventBnr {
    width: 100%;
  }

  .eventBnr-container .eventBnr:first-child {
    margin-bottom: 16px;
  }
}

/* 2024.11 VRコンテナ追加 */
.iframe-container {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}


