@charset "UTF-8";
/*-----------------------------------------------------
  Plan
----------------------------------------------------- */
#Plan #main {
  padding-bottom: clamp(100px, 10vw, 120px);
}
#Plan #main .intro {
  margin-bottom: 0;
}
.anchor_menu_wrap {
  max-width: 800px;
  width: 90%;
  margin-top: clamp(25px, 3vw, 60px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(50px, 10vw, 85px);
}
.anchor_menu_wrap ul.menu {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.anchor_menu_wrap ul.menu li {
  flex: 1;
  min-width: 0;
}
.anchor_menu_wrap ul.menu li > .anchor_item {
  width: 100%;
  max-width: 170px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
}
.anchor_item {
  position: relative;
  display: grid;
  padding: 5px;
  place-items: center;
  box-sizing: border-box;
  background: #ffffff;
  color: #77513b !important;
  box-shadow: 0 0 10px 0 #b2a48430;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.anchor_item:hover,
.anchor_item:focus-visible {
  background: #77513b;
  color: #fff !important;
}
.anchor_item.is-current {
  background: #745039;
  color: #fff !important;
}
.anchor_item__arrow {
  position: absolute;
  left: 50%;
  bottom: 25px;
  width: 16px;
  height: 10px;
  transform: translateX(-50%);
}
.anchor_item__label_text-large {
  font-size: clamp(10px, 2vw, 21px);
  text-align: center;
  line-height: 1.4;
}
.anchor_item__arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 8px;
  height: 8px;
  transform: translateX(-50%) rotate(315deg);
  border-left: 1px solid #b0a282;
  border-bottom: 1px solid #b0a282;
}

/* common */
.section-hero {
  position: relative; /*min-height: 520px; margin-bottom: 70px; */
  background: var(--exterior-bg) center/cover no-repeat;
}
.section-hero__inner {
  margin-bottom: clamp(40px, 2.2vw, 80px);
}
.section-hero__mark {
  max-width: 29px;
  margin: 0 auto;
  text-align: center;
}
.section-hero__copy {
  text-align: center;
  padding-top: 70px;
}
.section-hero__lead {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 24px);
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.section-hero__txt {
  margin: 18px 0 0;
  font-size: clamp(13px, 2.2vw, 14px);
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.section-hero__cap {
  position: absolute;
  top: 10px;
  right: 5%;
}

/* .overall */
.overall {
  position: relative;
  background: url(../img/plan/overall_bg.png) no-repeat;
  background-size: 100%;
  padding-block: clamp(50px, 10vw, 100px);
}

.overall .section-hero__copy {
  padding-top: 100px;
  font-feature-settings: "palt";
}

.overall .section-hero__inner {
  margin-bottom: 0;
}

.section-hero__txt--pink {
  margin-top: 30px;
  font-size: clamp(15px, 2.2vw, 19px);
  line-height: 1.7;
  text-align: center;
  color: #c16f6f;
  text-decoration: underline;
  text-decoration-color: #c16f6f;
  text-decoration-thickness: 1px;
  text-decoration-style: solid;
  text-underline-offset: 5px;
}

.overall-hyoko {
  margin-top: 70px;
}
.overall-hyoko img {
  margin-bottom: 20px;
}

.overall-landplan {
  margin-top: 50px;
}

.landplan__wrapper {
  margin-bottom: 50px;
}

.landplan__title {
  margin-top: 30px;
  font-size: clamp(16px, 2vw, 20px);
  color: #fff;
  text-align: center;
  background-color: #90837a;
  line-height: 2;
  margin-bottom: 30px;
}

.alsok {
  background-color: #e7ebf1;
  padding-block: clamp(30px, 2.2vw, 40px);
}

.alsok__logo {
  width: 109px;
  margin-inline: auto;
  margin-bottom: clamp(20px, 2.2vw, 30px);
}

.alsok__content {
  width: 90%;
  margin-inline: auto;
}

.alsok__lead {
  font-size: clamp(18px, 2.2vw, 23px);
  color: #3a5b8c;
  text-align: center;
}

.alsok__title {
  margin-top: clamp(16px, 2.2vw, 40px);
  font-size: clamp(15px, 2.2vw, 20px);
  text-align: center;
  color: #fdf11f;
  background-color: #3a5b8c;
  text-align: center;
  line-height: 2.2;
}

.alsok-grid {
  margin-top: clamp(10px, 2.2vw, 40px);
  display: grid;
  align-items: stretch;
  gap: 16px;
  grid-template-areas: "photo text";
}

.alsok-grid__image {
  order: 1;
  position: relative;
}

.alsok-grid__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alsok-grid__image .image-cp {
  position: absolute;
  bottom: 12px;
  left: 3%;
  font-size: 10px;
  line-height: 1.3;
}
.alsok-grid__description {
  display: flex;
  flex-direction: column;
  order: 2;
}

.alsok-grid__title {
  line-height: 1.4;
  color: #3a5b8c;
  font-feature-settings: "palt";
  margin-bottom: 12px;
}

.alsok-grid__title span {
  display: block;
}

.alsok-grid.all {
  grid-template-columns: 7fr 10fr;
}

.alsok-grid.all .image-cp {
  color: #fff;
}

.alsok-grid.all .alsok-grid__title {
  font-size: clamp(18px, 4.2vw, 23px);
}
.alsok-grid.all .alsok-grid__title span {
  font-size: 12px;
}

.alsok-grid.kodate {
  grid-template-columns: 10fr 7fr;
  gap: clamp(16px, 4vw, 40px);
}

.alsok-grid.kodate .alsok-grid__image {
  order: 2;
}
.alsok-grid.kodate .alsok-grid__description {
  order: 1;
}

.alsok-grid.kodate .alsok-grid__title {
  font-size: clamp(18px, 4.2vw, 28px);
}
.alsok-grid.kodate .alsok-grid__title span {
  font-size: clamp(14px, 4.2vw, 20px);
}

.alsok-grid__text {
  font-size: clamp(13px, 4.2vw, 15px);
}

.alsok-getsugaku {
  margin-top: 4px;
}

/* .house */
.house {
  position: relative;
  background: url(../img/plan/house_bg.png) no-repeat;
  background-size: 100%;
  padding: clamp(50px, 10vw, 100px) 0;
}

.point-card-head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  width: 100%;
}

/* 左側（テキスト） */

.point-card-head__num {
  width: 110px;
  padding-bottom: 20px;
}

.point-card-head__underline {
  background: var(--main-font-color);
  height: 1px;
  width: auto;
  margin-left: calc(50% - 50vw);
}

.point-card-head__description {
  padding-right: 6%;
}

.point-card-head__title {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: clamp(30px, 4vw, 40px);
}

.point-card-head__text {
  margin: 0;
  font-size: 14px;
  line-height: 2;
}

/* 右側（画像） */
.point-card-head__right {
  width: 50vw;
  height: 245px;
  margin-right: calc(50% - 50vw);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}

.point1 .point-card-head__right {
  background-image: url(../img/plan/point1-head.png);
}

.point2 .point-card-head__right {
  background-image: url(../img/plan/point2-head.png);
}

.point3 .point-card-head__right {
  background-image: url(../img/plan/point3-head.png);
}

.point4 .point-card-head__right {
  background-image: url(../img/plan/point4-head.png);
}

.point-card-head__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.point-card-head__cap {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 11px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.point__content {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 133px;
}

.point-card {
}

.point-card-head {
  margin-bottom: 100px;
}

.point-card__body {
}

.point-card__body .anchor_ttl {
  font-family: var(--lutes-font);
  color: #fff;
  background: #90837a;
  padding: 8px 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: clamp(21px, 4vw, 25px);
  margin-bottom: clamp(15px, 4vw, 35px);
  margin-top: 40px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec_ttl {
  text-align: center;
  font-size: clamp(16px, 4vw, 23px);
  margin-bottom: 10px;
}

.sec_txt {
  text-align: center;
  font-size: clamp(13px, 2vw, 15px);
  line-height: 1.8;
}

.txt_area {
  background: url(../img/plan/point1-img01.png) no-repeat;
  background-size: cover;
  background-position: right;
  padding: 40px;
  box-sizing: border-box;
  margin-block: 25px;
  position: relative;
}

.ttl {
  color: #b0a282;
  font-size: clamp(16px, 3vw, 23px);
  margin-bottom: 13px;
}

.txt {
  font-size: 13px;

  line-height: 1.8;
}

.point1 .txt_area .cp {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
}

.point1 .txt.white {
  color: #fff;
}

.point__content .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(10px, 4vw, 30px);
  row-gap: clamp(20px, 4vw, 100px);
}

.point2 .cp {
  max-width: 680px;
  margin-inline: auto;
}

.floor__image {
  margin-bottom: 20px;
}

.floor .sec_ttl {
  text-align: left;
}

.floor .txt {
  margin-bottom: 12px;
}

.floor .cp {
  position: static;
  margin-top: 4px;
}

.floor-flex {
  display: flex;
  align-items: start;
  gap: 20px;
}

.floor-flex .txt-img {
  width: 115px;
  flex-shrink: 0;
}

.floor-flex .img {
}

.floor_ttl,
.door_ttl {
  font-family: var(--lutes-font);
  color: #fff;
  background: #90837a;
  padding: 8px 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: clamp(21px, 4vw, 25px);
  margin-bottom: clamp(15px, 4vw, 20px);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wall__lists {
  margin-top: 40px;
  max-width: 680px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wall-list .ph {
}

.wall-list .txt {
  font-size: 12px;
}

.wallpaper-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px;
}

.wallpaper-grid .grid-card {
}

.wallpaper-grid .ph {
}

.wallpaper-grid .cp {
  margin-top: 30px;
}

.wallpaper-grid .txt {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.4;
}

.kitchen-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 4fr 2fr;
  gap: 30px;
}

.kitchen-grid .cp {
  margin-top: 4px;
}

.kitchen-grid__bottom-wrapper {
  margin-top: 64px;
}

.kitchen-grid__bottom-wrapper .lead {
  font-feature-settings: "palt";
  font-size: clamp(17px, 4vw, 23px);
  text-align: center;
}
.kitchen-grid__bottom-wrapper .lead-pink {
  font-size: clamp(21px, 4vw, 29px);
  color: #c16f6f;
}
.kitchen-grid__bottom {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kitchen-grid__bottom .leftbox .ph {
  width: 88%;
  margin-inline: auto;
  margin-bottom: 16px;
}

.door-item {
  margin-top: 30px;
}

.door-item .cp {
  margin-top: 4px;
}

.door-grid__col3 {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.door-grid__col3 .door-grid-card__title,
.bathroom-grid-card__title {
  font-size: 17px;
  background-color: #dedad7;
  width: 100%;
  text-align: left;
  padding: 12px 8px;
  font-feature-settings: "palt";
  margin-bottom: 12px;
  box-sizing: border-box;
}

.bathroom-grid-card__title {
  font-size: 18px;
  background-color: #ece8e3;
  margin-bottom: 4px;
}

.door-grid__col2 {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.door-grid__col2 .ttl {
}

.door-grid__col2 .sec_ttl {
  font-feature-settings: "palt";
  font-size: clamp(16px, 4vw, 21px);
  text-align: left;
}

.door-grid__col2 .txt {
  margin-bottom: 12px;
}

.door-grid__col2 .cp {
  margin-top: 4px;
}

.palt {
  font-feature-settings: "palt";
}

.kitchen-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}

.quality {
  background-color: #ece8e3;
  padding-top: 80px;
  padding-bottom: 70px;
}

.quality .section-hero__lead {
  text-align: center;
}

.quality .link {
  margin-top: 50px;
  display: block;
  max-width: 540px;
  margin-inline: auto;
  transition: opacity 0.5s ease;
}

/* .exterior */
.exterior {
  position: relative;
  background: url(../img/plan/exterior_bg.png) no-repeat;
  background-size: 100%;
  padding: clamp(50px, 10vw, 100px) 0;
}
.exterior__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: clamp(30px, 2.2vw, 60px);
}
.exterior__ttl {
  font-size: clamp(17px, 2.2vw, 21px);
  letter-spacing: 0.02em;
  border-bottom: 1px solid #90837a;
  padding-bottom: 10px;
}
.exterior__body {
  display: grid;
  grid-template-columns: 207px 1fr;
  gap: 10px;
  margin-top: 18px;
  align-items: start;
}
.exterior__season {
  margin: 0 0 10px;
}
.exterior__season span {
  font-size: clamp(12px, 2.2vw, 14px);
  width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  background: #b0a282;
  color: #fff;
  letter-spacing: 0.02em;
}
.exterior__desc {
  margin: 0;
  font-size: clamp(10px, 2.2vw, 12px);
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.72);
}
.exterior_imgall picture {
  margin-bottom: clamp(20px, 2.2vw, 25px);
}
.exterior_imgall p.cp {
  text-align: right;
}

/* plan */
.plan {
  position: relative;
  background: url(../img/plan/plan_bg.png) no-repeat;
  background-size: 100%;
  padding: clamp(50px, 10vw, 100px) 0 clamp(30px, 10vw, 50px) 0;
}
.plan .plan_blk {
  border-top: 5px solid #5f825a;
  border-bottom: 5px solid #5f825a;
  padding: clamp(30px, 2.2vw, 20px) 0;
}
.plan .plan_blk:not(:last-of-type) {
  margin-bottom: clamp(50px, 2.2vw, 80px);
}
.plan .plan-num {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 15px;
}
.plan .plan-num img {
  max-width: clamp(100px, 10vw, 140px);
}
.plan .plan-num p {
  font-size: clamp(18px, 2.2vw, 23px);
  font-feature-settings: "palt";
}
.plan .plan-info {
  margin-bottom: clamp(20px, 2.2vw, 50px);
}
.plan .plan-madori,
.plan .plan-point {
  margin-bottom: clamp(30px, 2.2vw, 20px);
}

@media (hover: hover) and (pointer: fine) {
  .quality .link:hover {
    opacity: 0.5;
  }
}

@media only screen and (max-width: 980px) {
  .exterior__body {
    grid-template-columns: 1fr 1fr;
  }
  .anchor_menu_wrap ul.menu {
    gap: 12px;
  }
  .anchor_menu_wrap ul.menu li > .anchor_item {
    max-width: 140px;
  }
  .anchor_item__label_text-large {
    font-size: clamp(10px, 1.8vw, 16px);
  }
}

@media only screen and (max-width: 600px) {
  .head_area p.cp {
    color: var(--main-font-color);
  }
  .section-hero__mark {
    max-width: 25px;
    margin-bottom: 20px;
  }
  .section-hero__copy {
    padding-top: 0;
  }

  .overall .section-hero__copy {
    padding-top: 32px;
  }

  .section-hero__txt--pink {
    margin-top: 20px;
  }

  .overall-hyoko {
    margin-top: 20px;
  }

  .overall-hyoko img {
    margin-bottom: 10px;
  }
  .overall-landplan {
    margin-top: 18px;
  }

  .landplan__title {
    margin-top: 16px;
    margin-bottom: 8px;
    line-height: 1.3;
    padding: 10px;
  }

  .alsok-grid {
    grid-template-areas: none;
    grid-template-columns: 1fr;
  }
  .alsok-grid.all,
  .alsok-grid.kodate {
    grid-template-columns: 1fr;
  }

  .alsok-grid.kodate .alsok-grid__image,
  .alsok-grid.kodate .alsok-grid__description {
    order: initial;
  }

  .alsok-grid__text {
    font-size: 13px;
  }

  .house .section-hero__inner {
    margin-bottom: 0;
  }

  .point-card-head {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
    gap: 16px;
  }

  .point-card-head__underline {
    margin-inline: calc(50% - 50vw);
  }
  .point-card-head__text {
    font-size: 13px;
    line-height: 1.7;
  }

  .point-card-head__right {
    width: 100vw;
    height: 127px;
    margin-inline: calc(50% - 50vw);
  }

  .point1 .point-card-head__right {
    background-image: url(../img/plan/point1-head-sp.png);
  }

  .point2 .point-card-head__right {
    background-image: url(../img/plan/point2-head-sp.png);
  }

  .point3 .point-card-head__right {
    background-image: url(../img/plan/point3-head-sp.png);
  }

  .point4 .point-card-head__right {
    background-image: url(../img/plan/point4-head-sp.png);
  }

  .point-card__body .anchor_ttl {
    padding: 8px 10px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: clamp(15px, 4vw, 35px);
    margin-top: 30px;
    height: 35px;
  }

  .point__content .sec_ttl,
  .point__content .sec_txt {
    text-align: left;
  }

  .txt_area {
    background: url(../img/plan/point1-img01-sp.png) no-repeat;
    padding: 30px 16px;
    font-feature-settings: "palt";
  }

  .point__content {
    gap: 50px;
  }

  .point__content .grid {
    grid-template-columns: 1fr;
  }

  .floor__image {
    margin-bottom: 10px;
  }

  .floor-flex .txt-img {
    width: 97px;
  }

  .floor .floor-flex .txt {
    font-size: 10px;
    line-height: 1.7;
    margin-bottom: 0;
  }

  .floor-flex {
    gap: 12px;
  }

  .floor .cp,
  .door-grid__col2 .cp {
    margin-top: 4px;
  }

  .wall__lists {
    margin-top: 16px;
  }

  .wallpaper-grid {
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .wallpaper-grid .cp,
  .wallpaper-grid .txt {
    margin-top: 4px;
    font-size: 10px;
  }

  .kitchen-grid {
    margin-top: 12px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .kitchen-grid__bottom {
    grid-template-columns: 1fr;
  }

  .kitchen-grid__bottom .txt {
    font-feature-settings: "palt";
    margin-bottom: 12px;
  }

  .door-item {
    margin-top: 16px;
  }

  .door-grid__col3 {
    width: 80%;
    margin-inline: auto;
    grid-template-columns: 1fr;
  }

  .door-grid__col3 .door-grid-card__title {
    font-size: 16px;
  }

  .door-grid__col2 {
    margin-top: 24px;
    grid-template-columns: 1fr;
  }

  .kitchen-grid .rightbox.shower {
    width: 80%;
    margin-inline: auto;
  }

  .quality {
    padding-block: 30px;
  }

  .exterior {
    background: url(../img/plan/overall_bg_sp.png) no-repeat;
    background-size: 100%;
  }
  .exterior {
    background: url(../img/plan/exterior_bg_sp.png) no-repeat;
    background-size: 100%;
  }
  .exterior__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .exterior__body {
    margin-top: 10px;
  }
  .plan {
    background: url(../img/plan/plan_bg_sp.png) no-repeat;
    background-size: 100%;
  }
  .plan .plan-num {
    flex-direction: column;
  }
  .anchor_menu_wrap {
    box-sizing: border-box;
  }
  .anchor_menu_wrap ul.menu {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    justify-content: initial;
  }
  .anchor_menu_wrap ul.menu li {
    min-width: 0;
  }
  .anchor_menu_wrap ul.menu li > .anchor_item {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
  }
  .anchor_item__label_text-large {
    font-size: clamp(9px, 2.2vw, 12px);
    line-height: 1.2;
  }
  .anchor_item__arrow {
    bottom: 10%;
  }
}
