@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  width: 100%;
}

.sp {
  display: none;
}

.inner-1000 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.flex {
  display: flex;
}

figure figcaption {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 11px;
  letter-spacing: 0.05em;
}

figcaption.cap-bk {
  color: #000;
}

figcaption.cap-wh {
  color: #fff;
}

figcaption.cap-bl {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF, 0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

/* ファーストビュー */
.rec-hero {
  position: relative;
}

h2.rec-hero-ttl {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
  width: 68%;
}

/* 行動提起 */

.sokyu {
  background: #fdebe6;
  position: relative;
  height: 200px;
}

.sokyu-inner {
  max-width: 1222px;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  /* top: -230px; */
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}

/* 3つのこだわりポイント */

/* ポイント① */

.texture-bg {
  width: 100%;
  background: url(../images/recommend-plan/texture-bg.png) repeat-y;
  background-size: cover;
  background-position: center center;
  padding: 6% 0 4%;
}

h3.content-ttl {
  max-width: 898px;
  margin: 0 auto 50px;
}

h4.rec-point-ttl {
  font-size: 24px;
  color: #fff;
  background: #00a9cc;
  position: relative;
  padding: 20px 0;
  text-align: center;
  letter-spacing: 0.05em;
}

.point2 h4.rec-point-ttl{
  background-color: #f08300;
}

.rec-point-ttl span {
  max-width: 130px;
  position: absolute;
  left: 12%;
  top: -25%;
}

.point-wrap {
  background: rgba(255, 255, 255, 0.7);
  padding: 4%;
}

.point-sub-copy {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.point-sub-txt {
  font-size: 16px;
  margin: 16px 0 30px;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.8;
}

.point-wrap figure+figure {
  margin-top: 30px;
}

.point-map {
  width: 94%;
  margin: 0 auto;
}

.point-pic-sm {
  max-width: 695px;
  margin: 0 auto;
}

.read-more a {
  margin: 50px auto 10px;
  display: block;
  max-width: 400px;
  padding: 12px 0;
  background-color: #ea5d5a;
  font-weight: 600;
  color: var(--color_wh);
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  position: relative;
  transition: 0.3s;
}

.read-more a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0%, -50%) skew(50deg);
  display: block;
  width: 48px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: 0.3s;
}

.read-more a:hover::after {
  transform: translate(30%, -50%) skew(50deg);
}

.rec-point+.rec-point {
  margin-top: 60px;
}

/* ポイント③ */

.zeh-m-bg {
  background-image: url(../images/zeh/bg.webp);
  background-size: cover;
  background-position: top center;
  padding: 4% 0;
}

.point3 h4.rec-point-ttl {
  color: #fff;
  background: #009537;
}

.point3 .point-sub-txt {
  margin: 0 0 30px;
}

.zehm-pic01,
.zehm-pic02 {
  width: 90%;
  margin: 0 auto;
}

.point-wrap .zehm-pic02 {
  margin-top: 50px;
  width: 80%;
}

/* 新築分譲マンションが家賃並みのお支払いで購入できます！ */
.plan-price {
  background: #f9f8f2;
}

.plan-price-ttl {
  color: #fff;
  background: #e72553;
  padding: 2% 0;
  text-align: center;
}

.plan-price-ttl img {
  max-width: 613px;
  height: auto;
  margin: 0 auto;
}

.anchor-link {
  justify-content: center;
  gap: 50px;
  margin-top: 80px;
}

.anchor-link li a {
  display: block;
  width: 360px;
  padding: 5% 0;
}

.anchor-link li img {
  height: 34px;
  width: auto;
  margin: 0 auto;
}

.ctype-link a {
  background: #ea5d5a;
}

.btype-link a {
  background: #00a9cb;
}

.ctype,
.btype {
  margin: 40px 0 0;
}

.page-inlink {
  margin: 40px 0 0;
}

.madori {
  justify-content: center;
}

.madori .mad-txt {
  width: 440px;
  max-width: 45%;
  margin-right: 5%;
}

.mad-ttl {
  background: #ea5d5a;
  padding: 5% 0;
}

.mad-ttl img {
  height: 44px;
  width: auto;
  margin: 0 auto;
}

.menseki {
  margin: 20px 0;
  letter-spacing: 0.1em;
}

.menseki li {
  position: relative;
}

.menseki li>div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;
}

.menseki li p {
  font-size: min(4vw, 20px);
  font-weight: 500;
  line-height: 1.8;
}

.menseki li>div>p:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  text-align: justify;
}

.menseki li>div>p:nth-child(2) {
  display: inline-block;
  padding: 0 1em;
  box-sizing: border-box;
}

.desc-item+.desc-item {
  margin-top: 30px;
}

.desc-item-ttl {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.ctype .desc-item-ttl {
  color: #ea5d5a;
}

.desc-item-txt {
  margin-top: 5px;
}

.desc-item-pic {
  margin-bottom: 10px;
}

.desc-item-ttl span img {
  width: 32px;
  height: 32px;
}

.mad-desc figure {
  position: relative;
}

.madori .mad-zumen {
  max-width: 50%;
}

.price-bnr img {
  margin: 50px 0;
}

/* Bタイプ */

#btype.page-inlink {
  margin: 80px 0 0;
}

.wic-txt {
  margin: 20px 0;
}

.btype .menseki {
  margin: 20px 0;
}

.btype .mad-ttl {
  background: #00a9cb;
}

.btype .desc-item-ttl {
  color: #00a9cb;
}

.desc-item-ttl small {
  font-size: 0.8em;
}

/* モデルルーム来場予約はこちらから */

.yoyaku-area {
  padding: 40px 0 100px;
}

/* 20250626 */
/* .yoyaku {
  border: 1px solid #e71e40;
  background: #fff;
  border-radius: 4px;
  text-align: center;
}

.yoyaku a {
  display: block;
  font-size: 42px;
  color: #e71e40;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 2.5% 0;
  transition: 0.3s;
} */

.yoyaku a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.yoyaku a span {
  color: #000;
  font-size: 0.8em;
}

@media only screen and (max-width : 767px) {

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* ファーストビュー */
  h2.rec-hero-ttl {
    width: 70%;
  }

  /* 行動提起 */

  .sokyu {
    height: 210px;
  }

  .sokyu-inner {
    width: 95%;
    margin-right: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(0%);
  }

  /* 3つのこだわりポイント */

  /* ポイント① */

  .texture-bg {
    padding: 12% 0 6%;
  }

  h3.content-ttl {
    width: 90%;
    margin: 0 auto 40px;
  }

  h4.rec-point-ttl {
    font-size: 18px;
    padding: 10px 0;
  }

  .rec-point-ttl span {
    max-width: 90px;
    left: -3%;
  }

  .point-wrap {
    padding: 4%;
  }

  .point-sub-copy {
    font-size: 18px;
  }

  .point-sub-txt {
    font-size: 15px;
    margin: 12px 0 20px;
    text-align: left;
    line-height: 1.5;
  }

  .point-wrap figure+figure {
    margin-top: 20px;
  }

  .point-map {
    width: 100%;
  }

  .point-pic-sm {
    max-width: 100%;
  }

  .read-more a {
    margin: 24px auto 10px;
    font-size: 16px;
    width: 90%;
  }

  .read-more a::after {
    right: 20px;
    width: 32px;
    height: 6px;
  }

  .rec-point+.rec-point {
    margin-top: 30px;
  }


  /* ポイント③ */

  .zeh-m-bg {
    padding: 10% 0 8%;
  }

  .point3 .rec-point-ttl span {
    top: -30%;
  }

  .point3 .point-sub-txt {
    text-align: center;
    margin: 0 0 24px;
  }

  .zehm-pic01,
  .zehm-pic02 {
    width: 100%;
  }

  .point-wrap .zehm-pic02 {
    margin-top: 20px;
    width: 100%;
  }

  /* 新築分譲マンションが家賃並みのお支払いで購入できます！ */

  .plan-price-ttl {
    color: #fff;
    background: #e72553;
    padding: 5% 6%;
    text-align: center;
  }

  .anchor-link {
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
  }

  .anchor-link li a {
    display: block;
    width: 100%;
    padding: 3.5% 0;
  }

  .anchor-link li img {
    height: 24px;
  }

  .ctype-link a {
    background: #f9f8f2;
    border: 1px solid #ea5d5a;
  }
  
  .btype-link a {
    background: #f9f8f2;
    border: 1px solid #00a9cb;
  }

  .ctype {
    margin: 40px 0 0;
  }

  .page-inlink {
    margin: 0;
    height: 1px;
    overflow: hidden;
  }

  .madori {
    flex-direction: column;
  }

  .madori .mad-txt {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .mad-ttl {
    background: #ea5d5a;
    padding: 3.5% 0;
  }

  .mad-ttl img {
    height: 24px;
  }

  .menseki {
    margin: 16px 0;
    letter-spacing: 0.05em;
  }

  .mad-desc {
    margin-top: 24px;
  }

  .desc-item+.desc-item {
    margin-top: 24px;
  }

  .desc-item-ttl {
    font-size: 18px;
  }

  .desc-item-txt {
    margin-top: 3px;
  }

  .desc-item-ttl span img {
    width: 24px;
    height: 24px;
  }

  .madori .mad-zumen {
    max-width: 100%;
    margin-top: 10px;
  }

  .price-bnr img {
    margin: 30px 0;
  }

  /* Bタイプ */

  .btype {
    margin: 30px 0 0;
  }

  #btype.page-inlink {
    margin: 0;
  }

  .wic-txt {
    margin: 10px 0;
  }

  .btype .menseki {
    margin: 10px 0;
  }

  /* モデルルーム来場予約はこちらから */

  .yoyaku-area {
    padding: 10px 0 50px;
  }

  .yoyaku a {
    font-size: 18px;
    line-height: 1.5;
    padding: 3.5%;
  }


}