/*! Writen  by SCSS */
.breadlist {
  display: none; }

.btn a {
  width: fit-content;
  margin-inline: auto;
  position: relative;
  color: #9c8e7d;
  font-size: clamp(14px, 1.819vw, 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  transition: all 0.3s ease-in-out 0s;
  font-weight: bold; }
  .btn a::after {
    content: '';
    width: 10px;
    height: 15px;
    background-color: #9c8e7d;
    position: relative;
    clip-path: polygon(100% 50%, 0 0, 0 100%); }
  @media (hover: hover) {
    .btn a:hover {
      opacity: 0.7; } }
  @media screen and (max-width: 480px) {
    .btn a {
      font-size: 17px; } }

.sec {
  padding: 0; }

.sec00 {
  position: relative;
  z-index: 1;
  padding-bottom: 0; }
  .sec00 .img {
    width: 33.23%;
    margin-inline: auto; }
    @media screen and (max-width: 480px) {
      .sec00 .img {
        width: 100%;
        max-width: 180px; } }

@media screen and (max-width: 480px) {
  .plantab_wrap {
    margin-bottom: 25px; } }
.plantab_wrap ul {
  max-width: 1000px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 480px) {
    .plantab_wrap ul {
      max-width: 90%; } }
  .plantab_wrap ul li {
    width: calc(490% / 10);
    cursor: pointer;
    transition: opacity 0.5s ease-in-out; }
    @media screen and (max-width: 480px) {
      .plantab_wrap ul li {
        width: 47%; } }
    .plantab_wrap ul li .tab_in {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      font-size: clamp(12px, 2.292vw, 22px);
      letter-spacing: 0.1em;
      line-height: 2.5;
      color: #679c9a;
      box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2), inset -3px -3px 3px rgba(0, 0, 0, 0.2);
      border-radius: 5px; }
      @media screen and (max-width: 480px) {
        .plantab_wrap ul li .tab_in {
          letter-spacing: 0.05em; } }
    .plantab_wrap ul li.active .tab_in, .plantab_wrap ul li:hover .tab_in {
      box-shadow: none;
      color: #FFF;
      background: linear-gradient(to right, #97bf8f 0%, #65a4be 100%); }

.sec_cont {
  position: relative; }

.sec_cont .sec {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: 0.3s all ease-in-out 0s; }

.sec_cont .sec.active {
  position: relative;
  pointer-events: all;
  opacity: 1; }

.box01 {
  padding-bottom: clamp(40px, 8.334vw, 80px); }
  .box01 .inner {
    max-width: 1200px; }
  @media screen and (max-width: 480px) {
    .box01 .map {
      margin-inline: -20px; } }
  .box01 .img {
    width: 67.34%;
    margin-inline: auto;
    margin-top: clamp(23px, 3.334vw, 40px); }
    @media screen and (max-width: 480px) {
      .box01 .img {
        width: 80%; } }

.box02 {
  padding-top: clamp(40px, 7.813vw, 75px);
  background-color: #f4f2f0;
  padding-bottom: 100px; }
  @media screen and (max-width: 480px) {
    .box02 {
      padding-bottom: 50px; } }
  .box02 .main_ttl {
    font-size: clamp(18px, 2.709vw, 26px);
    text-align: center;
    line-height: 1;
    margin-bottom: clamp(25px, 4.167vw, 40px);
    color: #3e3a39; }
  .box02 .main_lead {
    font-size: clamp(17px, 2.605vw, 25px);
    font-size: clamp(26px, 3.855vw, 37px);
    font-size: clamp(22px, 3.855vw, 37px);
    text-align: center;
    line-height: 1.4;
    margin-bottom: clamp(30px, 7.813vw, 75px);
    font-weight: 700;
    color: #3e3a39; }
    @media screen and (max-width: 480px) {
      .box02 .main_lead {
        line-height: 1.4; } }
    .box02 .main_lead .text_red {
      color: #a01035; }
  .box02 .list li {
    margin-bottom: clamp(50px, 8.334vw, 80px); }
    .box02 .list li:nth-child(1) .ttl_wrap {
      background-color: #c73043; }
    .box02 .list li:nth-child(2) .ttl_wrap {
      background-color: #f39800; }
    .box02 .list li:nth-child(3) .ttl_wrap {
      background-color: #2975d6; }
    .box02 .list li:nth-child(4) .ttl_wrap {
      background-color: #9f3590; }
    .box02 .list li:nth-child(5) .ttl_wrap {
      background-color: #7cb924; }
    .box02 .list li:nth-child(6) .ttl_wrap {
      background-color: #9c873d; }
    .box02 .list li:nth-child(7) .ttl_wrap {
      background-color: #18843f; }
    @media screen and (max-width: 480px) {
      .box02 .list li:nth-last-child(1) {
        margin-bottom: 70px; } }
    .box02 .list li .ttl_wrap {
      padding-top: clamp(15px, 2.605vw, 25px);
      color: #FFF; }
      .box02 .list li .ttl_wrap .ttl {
        position: relative;
        text-align: center;
        padding-bottom: clamp(10px, 1.146vw, 11px);
        margin-bottom: clamp(10px, 1.25vw, 12px);
        font-size: clamp(14px, 2.084vw, 20px);
        line-height: 1; }
        @media screen and (max-width: 480px) {
          .box02 .list li .ttl_wrap .ttl {
            padding-bottom: 11px; } }
        .box02 .list li .ttl_wrap .ttl::after {
          content: '';
          width: 100%;
          height: 1px;
          max-width: 96px;
          background-color: #fff;
          position: absolute;
          inset: 0;
          margin-inline: auto;
          top: auto; }
      .box02 .list li .ttl_wrap .flex_wrap .item {
        background: none;
        padding-bottom: clamp(10px, 1.146vw, 11px);
        padding-top: 0;
        letter-spacing: 0.1em;
        font-size: clamp(10px, 1.563vw, 15px); }
    .box02 .list li .flex_wrap {
      margin-top: 1px; }
      .box02 .list li .flex_wrap .item {
        width: 33.23%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding-block: clamp(10px, 1.563vw, 15px);
        background-color: #cbcccc;
        font-size: clamp(9px, 1.563vw, 15px);
        line-height: 1.2; }
        .box02 .list li .flex_wrap .item .s {
          font-size: 75%; }
        .box02 .list li .flex_wrap .item.p_link_top {
          width: 19%; }
        .box02 .list li .flex_wrap .item.p_link {
          padding: 3px;
          width: 19%; }
          .box02 .list li .flex_wrap .item.p_link.close {
            background-color: #cbcccc; }
          .box02 .list li .flex_wrap .item.p_link a,
          .box02 .list li .flex_wrap .item.p_link .link_close {
            border: 1px solid #f4f2f0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #a1a1a1;
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 0px 2px rgba(0, 0, 0, 0.2), 0px 0px 3px rgba(0, 0, 0, 0.2); }
            .box02 .list li .flex_wrap .item.p_link a .house_icon,
            .box02 .list li .flex_wrap .item.p_link .link_close .house_icon {
              display: inline-block;
              width: 2.3em;
              height: auto;
              padding-right: 0.4em; }
              .box02 .list li .flex_wrap .item.p_link a .house_icon img,
              .box02 .list li .flex_wrap .item.p_link .link_close .house_icon img {
                width: 100%; }
            .box02 .list li .flex_wrap .item.p_link a:hover,
            .box02 .list li .flex_wrap .item.p_link .link_close:hover {
              opacity: 0.8; }
          .box02 .list li .flex_wrap .item.p_link .link_close {
            pointer-events: none;
            opacity: 0.6; }
      .box02 .list li .flex_wrap:nth-child(odd) .item {
        background-color: #fff; }
        .box02 .list li .flex_wrap:nth-child(odd) .item.p_link a,
        .box02 .list li .flex_wrap:nth-child(odd) .item.p_link .link_close {
          border: 1px solid #898989; }
        .box02 .list li .flex_wrap:nth-child(odd) .item.close .link_close {
          border: 1px solid #f4f2f0; }
  .box02 .list.newhouse .flex_wrap .item {
    width: 16%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: clamp(9px, 0.938vw, 9px); }
    @media screen and (max-width: 380px) {
      .box02 .list.newhouse .flex_wrap .item {
        font-size: 8px; } }
    @media screen and (max-width: 480px) {
      .box02 .list.newhouse .flex_wrap .item:nth-child(3) {
        width: 19%; } }
    @media screen and (max-width: 480px) {
      .box02 .list.newhouse .flex_wrap .item:nth-child(5) {
        width: 13%; } }
  .box02 .caption_area {
    padding: 0; }

.mov_mdl li {
  background-color: #fff; }

@media screen and (max-width: 480px) {
  .sld1 img {
    width: 550px;
    max-width: 550px; } }
.cap_l.pink {
  color: #e4007f; }

/*# sourceMappingURL=plan.css.map */
