@charset "utf-8";

/*----------------------------------------------------------------------------------------------
	2LDK ページ
----------------------------------------------------------------------------------------------*/
.page_2ldk_ttl {
  width: 100%;
  padding-top: 140px;
  position: relative;
  overflow: hidden;
}

.l-2ldk__sec01 {
  width: clamp(300px, 90%, 1147px);
  margin-inline: auto;
  margin-top: 100px;
}

.c-sec01-ttl01 {
  margin-left: 3%;
}

.l-2ldk__sec01_inner {
  display: flex;
  gap: 40px;
  margin-top: 60px;
}

.l-2ldk__sec01_inner_left {
  flex: 1;
}

.c-sec-txt03 {
  font-size: 24px;
  line-height: 1.8;
  text-align: justify;
  margin-top: 2em;
}

.c-owners-voice {
  margin-top: 80px;
}

.l-2ldk__sec02 {
  background: #e4e1e0;
  margin-top: 180px;
  padding-bottom: 80px;
  position: relative;
}

.c-sec02-ttl01 {
  text-align: center;
}
.c-sec02-ttl01 img {
  margin-top: -118px;
}

.c-sec02-ttl02 {
  text-align: center;
  margin-top: 1em;
}

.c-sec02-txt01 {
  font-size: 23px;
  line-height: 1.8;
  text-align: center;
  margin-top: 2em;
}

.c-page-nav01 {
  width: clamp(300px, 90%, 920px);
  display: flex;
  gap: 4.9%;
  justify-content: center;
  margin-inline: auto;
  margin-top: 60px;
}

.c-page-nav01 li a,
.c-page-nav02 li a {
  display: block;
}

.c-page-nav01 li,
.c-page-nav02 li {
  transition: transform 0.3s ease;
}

.c-page-nav01 li:hover,
.c-page-nav02 li:hover {
  transform: translateY(-15px);
}

.c-page-nav02 {
  width: clamp(300px, 90%, 920px);
  display: flex;
  gap: 4.9%;
  justify-content: center;
  margin-inline: auto;
  margin-top: 60px;
}

.plan {
  width: clamp(300px, 90%, 1200px);
  margin-inline: auto;
  margin-top: 50px;
  padding-top: 50px;
}

.l-2ldk__sec03 {
  width: clamp(300px, 90%, 1147px);
  margin-inline: auto;
  margin-top: 100px;
}

.c-owners-voice03{
  width: clamp(200px, 80%, 1020px);
  margin-inline: auto;
  margin-top: 80px;
  text-align: center;
}

.top_banner_voice {
  width: clamp(200px, 80%, 855px);
  margin-inline: auto;
  margin-top: 80px;
  text-align: center;
}

.plan-back-btn {
  width: 375px;
  margin-inline: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.plan-back-btn a {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  height: 72px;
  line-height: 72px;
  background: #71625a;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.plan-back-btn a:hover {
  opacity: .7;
}

.plan-back-btn a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0px;
  height: 0px;
  border-left: 6px solid #ffffff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-2ldk_notes {
  width: clamp(200px, 80%, 1020px);
  margin-inline: auto;
  margin-top: 80px;
  padding-bottom: 80px;
  font-size: 10px;
  text-align: justify;
}

@media (max-width: 768px) {
  .page_2ldk_ttl {
    width: 100%;
    padding-top: 60px;
    position: relative;
    overflow: hidden;
  }

  .l-2ldk__sec01 {
    width: clamp(300px, 90%, 1147px);
    margin-inline: auto;
    margin-top: 40px;
  }

  .c-sec01-ttl01 {
    margin-left: 0;
    display: none;
  }

  .c-sec01-ttl01 img {
    width: auto;
    height: 17vw;
  }

  .l-2ldk__sec01_inner {
    width: 90%;
    display: flex;
    gap: 30px;
    margin-inline: auto;
    margin-top: 40px;
    flex-direction: column;
  }

  .c-sec-ttl02 img {
    width: auto;
    height: 53vw;
  }

  .c-sec-txt03 {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    margin-top: 2em;
  }

  .c-owners-voice {
    margin-top: 35px;
  }

  .l-2ldk__sec02 {
    background: #e4e1e0;
    margin-top: 65px;
    padding-bottom: 40px;
    position: relative;
  }

  .c-sec02-ttl01 {
    text-align: center;
    padding: 0 12%;
  }
  .c-sec02-ttl01 img {
    margin-top: -11vw;
  }

  .c-sec02-ttl02 {
    text-align: center;
    margin-top: 1.3em;
    padding: 0 7%;
  }

  .c-sec02-txt01 {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    margin-top: 2em;
  }

  .c-page-nav01 {
    width: clamp(300px, 80%, 920px);
    display: flex;
    gap: 3.9%;
    justify-content: center;
    margin-inline: auto;
    margin-top: 40px;
  }

  .c-page-nav01 li a,
  .c-page-nav02 li a {
    display: block;
  }

  .c-page-nav01 li,
  .c-page-nav02 li {
    transition: transform 0.3s ease;
  }

  .c-page-nav01 li:hover,
  .c-page-nav02 li:hover {
    transform: translateY(-15px);
  }

  .c-page-nav02 {
    width: clamp(300px, 80%, 920px);
    display: flex;
    gap: 3.9%;
    justify-content: center;
    margin-inline: auto;
    margin-top: 30px;
  }

  .plan {
    width: clamp(300px, 90%, 1200px);
    margin-inline: auto;
    margin-top: -10px;
    padding-top: 60px;
  }

  .l-2ldk__sec03 {
    width: clamp(300px, 90%, 1147px);
    margin-inline: auto;
    margin-top: 60px;
  }

  .c-owners-voice03{
    width: 100%;
    margin-inline: auto;
    margin-top: 40px;
    text-align: center;
  }

  .top_banner_voice {
    width: 100%;
    margin-inline: auto;
    margin-top: 30px;
    text-align: center;
  }

  .plan-back-btn {
    width: 70%;
    margin-inline: auto;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .plan-back-btn a {
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    /* background: #686D6F; */
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  .plan-back-btn a:hover {
    opacity: .7;
  }

  .c-2ldk_notes {
    width: 100%;
    margin-inline: auto;
    margin-top: 40px;
    padding-bottom: 40px;
    font-size: 10px;
    text-align: justify;
  }

}