#top {
  /*sp*/ }
  #top #mvArea {
    position: relative;
    width: 100%;
    min-width: 1100px;
	  max-width: 1500px;
    margin: auto; }
    #top #mvArea #mvTxt {
      position: absolute;
      text-align: center;
      top: 12%;
      left: 0;
      right: 0;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #fff; }
      #top #mvArea #mvTxt h2 {
        font-size: 2.9rem;
        font-weight: normal;
        letter-spacing: 0.08em;
        margin-bottom: 0.75em; }
      #top #mvArea #mvTxt p {
        font-size: 1.125rem;
        line-height: 2;
        text-shadow: #354FA8 1px 1px 5px, #354FA8 -1px 1px 2px; }
    #top #mvArea #mvImg {
      line-height: 0; }
      #top #mvArea #mvImg img {
        width: 100%;
        height: auto; }
    #top #mvArea .scrollIco {
      position: absolute;
      width: 46px;
      height: 64px;
      bottom: 16%;
      left: 0;
      right: 0;
      margin: auto; }
      #top #mvArea .scrollIco::after {
        position: absolute;
        content: "\f3d0";
        font-family: "Ionicons";
        display: block;
        text-align: center;
        color: #fff;
        font-size: 2em;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        width: 100%;
        height: 1em;
        left: -1px;
        right: 0;
        bottom: -20px;
        margin: auto;
        -webkit-animation: sdb 3s infinite;
        animation: sdb 3s infinite; }

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0; } }

@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0; } }
  #top .salesCat {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
    position: relative;
    display: flex;
      flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    color: #000;
    text-align: center;
border-top: 1px solid #9f9f9f;
padding-top: 30px;
}


/*
 #top .salesCat::before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
     bottom: -13px;
    border: 6px solid transparent;
     border-top: 7px solid #000;
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
}

    #top .salesCat::after {
      position: absolute;
      bottom: 0px;
      left: 0;
      content: "";
      width: 160px;
      height: 2px;
      background: #000;
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s; }


    #top .salesCat.mansion::after {
      left: 20px; }
    #top .salesCat.house::after {
      left: 240px; }
    #top .salesCat.renovation::after {
      left: 480px; }
 #top .salesCat.residential::after {
      left: 720px; }
    #top .salesCat.investment::after {
      left: 620px; }
 #top .salesCat.others::after {
      left: 720px; }


    #top .salesCat.mansionActive::after {
      left: 20px; }
    #top .salesCat.houseActive::after {
          left: 225px; }
    #top .salesCat.renovationActive::after {
      left: 410px; }
 #top .salesCat.residentialActive::after {
      left: 610px;
    width: 120px; }
    #top .salesCat.investmentActive::after {
      left: 750px; }
 #top .salesCat.rentActive::after {
      left: 925px;
    width: 120px; }
 #top .salesCat.othersActive::after {
      left: 1070px;
    width: 120px; }


     #top .salesCat.mansionActive::before {
      left: 92px;}
    #top .salesCat.houseActive::before {
      left: 295px; }
    #top .salesCat.renovationActive::before {
      left: 483px; }
#top .salesCat.residentialActive::before {
      left: 664px;}
    #top .salesCat.investmentActive::before {
      left: 825px;}
#top .salesCat.rentActive::before {
          left: 980px; }
#top .salesCat.othersActive::before {
      left: 1123px; }
*/




#top .salesCat li {
      width: 200px;
      height: 100%;
      display: block;
      cursor: pointer;
      padding: 1.05em 0 0.5em; 
     display: flex;
    justify-content: center;
    position: relative;
/*align-items: center;*/
}
#top .salesCat li::after {
    transition: all 0.6s;
    transform: scaleX(0.1);
    opacity: 0;
    content: "";
    width: 80%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 10%;
background-image: url(../images/top/salse/button_current.svg);
 background-repeat: no-repeat;
 background-size: cover;
     background-position: center;
    aspect-ratio: 81 / 5;
}



#top .salesCat li.active::after {
opacity: 1;
transform: scaleX(1);
}


.project_cate {
    width: 36px;
}


.project_cate .button-basic-block__icon {
    margin-right: .6rem;
    margin-left: 0;
}

.project_cate .button-basic-block__icon>path:first-child {
    stroke:#959595;
}

/****/
.project_cate_bt:hover .button-basic-block__icon>path:nth-child(2) {
    stroke-dashoffset: 0;
    transition-timing-function: cubic-bezier(0,.58,.58,1);
}


.project_cate_bt:hover .button-basic-block__icon>path:nth-child(3)  {
    transition-timing-function: cubic-bezier(0,.58,.58,1);
    transform: translateX(.6rem);
    stroke: #333;
}

/*
#top .salesCat li:nth-child(3) {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}
*/

#top .salesCat li dl {
      margin: 0;
}
/*
#top .salesCat li:nth-child(2), #top .salesCat li:nth-child(4) {
   padding-left: 1.5em;
}
#top .salesCat li:nth-child(5) {
   padding-left: 1.5em;
    width: 180px;
}

#top .salesCat li:nth-child(5) {
   padding-left: 0.5em;
    opacity: 0.4;
        cursor: default;
    pointer-events: none;
}
*/

#top .salesCat li dl dt {
        font-size: 0.75rem;
        letter-spacing: 0.03em; }

#top .salesCat li dl dt.new {
    position: relative;
}
#top .salesCat li dl dt.new::before {
    content: "NEW";
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    color: #fff;
    background: #F20E0E;
    padding: 2px 6px 1px;
    font-size: 10px;
    line-height: 100%;
    font-weight: 700;
    z-index: 5;
    font-family: 'Cormorant Garamond', serif;
}


#top .salesCat li:nth-child(3) dl dt .ja {
    letter-spacing: -0.15em;
}

        #top .salesCat li dl dt .ja {
          display: block;
          /*font-size: 1.3em;*/
          font-size: min(1.1vw, 13px);
          margin-top: 0.4em; }
      #top .salesCat li dl .img {
        padding: 10px 20px 5px; }
        #top .salesCat li dl .img img {
          width: 100%;
          height: auto; }
      #top .salesCat li dl .view {
        position: relative;
        display: inline-block;
        height: 22px;
        background-size: auto 1em; }
        #top .salesCat li dl .view span {
          display: block;
          height: 100%;
          border-radius: 22px;
          background: #343d2e url(../images/arw_white.png) 8% 48% no-repeat;
          background-size: auto 0.65em;
          color: #fff;
          padding: 0.2em 2em 0.2em 2.25em;
          -webkit-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          transition-duration: 0.5s; }
        #top .salesCat li dl .view::after {
          content: "";
          display: block;
          position: absolute;
          opacity: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: url(../images/top/tab_arw.png) center 0 no-repeat;
          background-size: auto 22px; }
      #top .salesCat li.active dl .view span {
        opacity: 0; }
      #top .salesCat li.active dl .view::after {
        opacity: 1; }
  #top .salesCatBottom .salesCat > li {
    background: #f2f2f2; }
    #top .salesCatBottom .salesCat > li dl .view::after {
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  #top .salesCatBottom .salesCat::after {
    bottom: auto;
    top: -8px; }


.wrapp_gray {
    background: #f5f5f5;
    padding-bottom: 60px;
}


  #top #salesProject {
    padding: 5em 0 4.5em;
    text-align: center; }
    #top #salesProject h3 {
      font-size: 1.125rem;
      font-weight: normal;
      line-height: 2;
      margin-bottom: 2.25em; }

    #top #salesProject .tit {
      font-weight: normal;
      font-size: 1.6rem;
      letter-spacing: 0.06em;
      margin-bottom: 1.5em; }

      #top #salesProject .tit .en {
        position: relative;
        padding: 0 9.5em;
          font-size: 0.7em;
}

/*
        #top #salesProject .tit .en::before, #top #salesProject .tit .en::after {
          content: " ";
          position: absolute;
          top: 0.55em;
          height: 1px;
          width: 9em; }
        #top #salesProject .tit .en::before {
          left: 0;
          background: -webkit-gradient(linear, right top, left top, from(black), color-stop(60%, black), to(rgba(255, 255, 255, 0)));
          background: -webkit-linear-gradient(right, black 0%, black 60%, rgba(255, 255, 255, 0) 100%);
          background: -o-linear-gradient(right, black 0%, black 60%, rgba(255, 255, 255, 0) 100%);
          background: linear-gradient(to left, black 0%, black 60%, rgba(255, 255, 255, 0) 100%); }
        #top #salesProject .tit .en::after {
          right: 0;
          background: -webkit-gradient(linear, left top, right top, from(black), color-stop(60%, black), to(rgba(255, 255, 255, 0)));
          background: -webkit-linear-gradient(left, black 0%, black 60%, rgba(255, 255, 255, 0) 100%);
          background: -o-linear-gradient(left, black 0%, black 60%, rgba(255, 255, 255, 0) 100%);
          background: linear-gradient(to right, black 0%, black 60%, rgba(255, 255, 255, 0) 100%); }
*/

#salesWrap {
 
}


      #top #salesProject .tit .ja {
        display: block;
        letter-spacing: 0.25em;
        margin-top: 0.4em; }

  #top .salesArea {
    padding: 0 0 1em;
    display: none; }
    #top .salesArea .salsesTit {
      text-align: center;
      font-weight: normal;
      font-size: 0.95rem;
      margin-bottom: 2.25em; }
      #top .salesArea .salsesTit .ja {
        display: block;
        font-size: 1.65em;
        letter-spacing: 0.15em;
        margin-top: 0.35em; }
    #top .salesArea .salesBox {
      margin-bottom: 5.5em; }


#top .salesArea h3 {
    font-size: min(5.5vw, 30px); 
    font-weight: 500;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    max-width: 1100px;
    padding: 3vw;
        background: #ebebeb;
}

    .salesList .propertyBody {
   padding: 0px 40px 20px;
}


    .salesList .propertyBody .btns .detailBtn {
      background: #278241;
      border-color: #278241; }
      .salesList .propertyBody .btns .detailBtn:hover {
        color: #278241; }
        .salesList .propertyBody .btns .detailBtn:hover::after {
          color: #3e9a58; }
    #.salesList .propertyBody .btns .docBtn {
      background: #368988;
      border-color: #368988; }
      .salesList .propertyBody .btns .docBtn:hover {
        color: #368988; }
      .salesList .propertyBody .btns .docBtn:hover::after {
          color: #4a9a99; }

    .salesList .propertyBody .btns .detailBtn {
      background: #981b1e;
      border-color: #981b1e; 
}

      .salesList .propertyBody .btns .detailBtn:hover {
        color:#981b1e;  }
       .salesList .propertyBody .btns .detailBtn:hover::after {
          color: #b1393c;  }
    .salesList .propertyBody .btns .docBtn {
     background: #000040;
      border-color: #000040;  }
      #.salesList .propertyBody .btns .docBtn:hover {
        color:#000040; }
        .salesList .propertyBody .btns .docBtn:hover::after {
          color:#0c0c4c; }

    .salesList .propertyBody .btns .detailBtn {
      background: #981b1e;
      border-color: #981b1e; }
    .salesList .propertyBody .btns .detailBtn:hover {
        color: #981b1e; }
      .salesList .propertyBody .btns .detailBtn:hover::after {
          color: #b1393c; }
    .salesList .propertyBody .btns .docBtn {
      background: #000040;
      border-color: #000040; }
     .salesList .propertyBody .btns .docBtn:hover {
        color: #000040; }
     .salesList .propertyBody .btns .docBtn:hover::after {
          color: #0c0c4c; }
    #top .salesArea .tabArea .tabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #top .salesArea .tabArea .tabs > li {
        margin: 3px;
        cursor: pointer; }
        #top .salesArea .tabArea .tabs > li img {
          -webkit-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          transition-duration: 0.5s; }
          #top .salesArea .tabArea .tabs > li img:hover {
            opacity: 0.7; }
        #top .salesArea .tabArea .tabs > li.active {
          cursor: auto; }
          #top .salesArea .tabArea .tabs > li.active img {
            opacity: 0; }
        #top .salesArea .tabArea .tabs > li.active.kansai {
          background: url(../images/top/tab_kansai_on.png) center top no-repeat; }
        #top .salesArea .tabArea .tabs > li.active.shikoku {
          background: url(../images/top/tab_shikoku_on.png) center top no-repeat; }
        #top .salesArea .tabArea .tabs > li.active.kyusyu {
          background: url(../images/top/tab_kyusyu_on.png) center top no-repeat; }
    .salesLists {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }


.salesList {
        position: relative;
        width: 450px;
        padding: 0 0 20px;
        margin-top: 1.5em;
        margin-left: 6px;
       margin-right:6px;
}


.salesList.rf_slide {
        position: relative;
        width: 450px;
        padding: 35px 0 20px;
        margin-top: 1.5em;
        margin-left: 6px;
       margin-right:6px;
}


.noslidesWrap {
    position: relative;
    margin-bottom: 55px;
}


.noslidesWrap .salesList {
        margin: 1.5em auto 0;
}


.noslidesWrap_house {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.noslidesWrap_house .coming_box {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    background: #ebebeb;
    padding: 80px;
    font-weight: 500;
    font-size: 18px;
}



.noslidesWrap_house .salesList {
        margin: 1.5em 6px 0;
}

        .salesList:nth-child(odd) {
          /*margin-left: 0;*/ }
        .salesList .newIco {
          position: absolute;
          width: 80px;
          height: 22px;
          text-align: center;
          line-height: 25px;
          font-size: 0.95rem;
          left: 0;
          top: 0;
          background: #d90000;
            font-weight: 600;
          color: #fff;
          letter-spacing: 0;
            z-index: 2;
}
        .salesList .propertyTit {
          text-align: center;
          font-size: 1rem;
          margin-bottom: 1.75em;}

.salesList.rf_slide .propertyBody {
    padding: 0 40px;
}


       /*.salesList .propertyBody .propertyInfo {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; 
           font-family: "Noto Sans JP", sans-serif;
}*/


.salesList .project_img {
     width: 100%;
              margin-bottom: 20px;
              position: relative;
              overflow: hidden;
              display: inline-block;
}

.salesList .project_img img {
 width: 100%;
              height: auto;
               transition:1s all;
        vertical-align: bottom;
}
.salesList .project_img:hover img {
   transform:scale(1.2,1.2);
  transition:1s all;
}

.salesList.soon .project_img:hover img, .salesList.sold .project_img:hover img  {
   transform:scale(1.0,1.0);
  transition:1s all;
}
.salesList.sold .project_img img {
    opacity: 0.7;
}

/**/
.salesList .propertyBody .propertyInfo.hh_auto  {
height: auto !important;
}
.salesList .propertyBody .propertyInfo.hh_auto_mb  {
margin-bottom: 22px;
}

@media screen and (max-width: 750px) {
.salesList .propertyBody .propertyInfo.hh_auto_mb  {
margin-bottom: 10px;
}
}

.salesList .propertyBody .propertyInfo .img {
            width: 100%;
              margin-bottom: 20px;
              border-radius: 10px;
              position: relative;
              overflow: hidden;
              display: inline-block;
}


.salesList .propertyBody .propertyInfo .img img {
              width: 100%;
              height: auto;
               transition:1s all;
}

.salesList .propertyBody .propertyInfo .img:hover img {
    transform:scale(1.2,1.2);
  transition:1s all;
}

.salesList.sold .propertyBody .propertyInfo .img:hover img {
    transform:scale(1.0,1.0);
}


.salesList.sold .inside__image {
    background-color: #000;
}
.salesList.sold .propertyBody .propertyInfo .img img {
    opacity: 0.7;
}


         .salesList .propertyBody .propertyInfo .cont {
            width: 100%;
            margin-top: 1em; }
          .salesList .propertyBody .propertyInfo .cont dl {
              font-family: "Roboto", "Noto Sans JP", sans-serif;
              font-size: 0.8rem;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              margin-bottom: 1em;
              padding-bottom: 1em;
              border-bottom: 1px dotted #ccc;
              line-height: 1.6; }
              .salesList .propertyBody .propertyInfo .cont dl dt {
                width: 50px;
                font-weight: bold; }
              .salesList .propertyBody .propertyInfo .cont dl dd {
                width:80% }
        .salesList .propertyBody .propertyTxtBox {
            min-height: 80px;
          margin-bottom: 2em; }
        .salesList .propertyBody .propertyTxt {
          font-family: "Roboto", "Noto Sans JP", sans-serif;
          font-size: 0.8125rem;
          line-height: 1.6;
          margin: 1em 0.55em 1em; }

  .salesList .propertyBody .propertyTxt.solodout {
     text-align: center;
    color: #ff0000;
    font-size: 18px;
    font-weight: 700;
    border-top: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
    padding: 5px 0;
           }


        .salesList .propertyBody .officialSite {
          text-align: right;
          margin: 0 0.5em 0 0;
          font-size: 0.8rem; }
          .salesList .propertyBody .officialSite span {
            position: relative;
            background: url(../images/arw.png) 0.9em 45% no-repeat;
            background-size: auto 0.6em;
            border: 1px solid;
            line-height: 1;
            margin: 0 0 0 1em;
            padding: 0.15em 0.75em 0.15em 2em; }
            .salesList .propertyBody .officialSite span::before, .salesList .propertyBody .officialSite span::after {
              content: "";
              background: #fff;
              position: absolute;
              left: 0;
              right: 0;
              margin: auto;
              width: 92%;
              height: 2px;
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              text-rendering: optimizeLegibility; }
            .salesList .propertyBody .officialSite span::before {
              top: -1px; }
            .salesList .propertyBody .officialSite span::after {
              bottom: -1px; }
            .salesList .propertyBody .officialSite span a:hover {
              text-decoration: underline; }

.salesList .propertyBody .btns {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin: 0 0.55em;
          font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.salesList.soon .propertyBody .btns {
   -webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}


.salesList .propertyBody .btns p {
    width: 49%;
    position: relative;
    overflow: hidden;
}

.salesList .propertyBody .btns p::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
    transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}


.salesList .propertyBody .btns p:hover::after {
    left: 0%;
    z-index: 0;
}

.salesList p.solodout {
    width: 70%;
     text-align: center;
    color: #ff0000;
    font-size: 18px;
    font-weight: 700;
    border-top: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
    padding: 5px 0;
    margin: 0 auto 8px;
           }
.salesList .propertyBody .btns p.solodout::after {
  display: none;
}

.salesList .propertyBody .btns p.solodout {
    width: 70%;
}


.salesList .propertyBody .btns .btn {
            display: block;
            position: relative;
            text-align: center;
            /*width: 240px;*/
            font-size: 0.8rem;
            color: #000;
            padding:1em 0.25em 1em 0;
            -webkit-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
              border: 1px solid #888888;
              background: none;
    box-sizing: border-box;
}
.salesList .propertyBody .btns .btn.docBtn {
            color: #fff;
              border:none;
              background:#A83A80;
}
.salesList .propertyBody .btns .btn.docBtn:hover {
    background: none;
}

.salesList .propertyBody .btns .btn.csn {
            color:#8e8b8b;
 }



.salesList .propertyBody .btns .cancel {
color: #ff0000;
padding: 0.8em 0.25em 0.5em 0;
display: block;
border-top: 1px solid #ff0000;  
margin: 0 auto;
font-size: 16px;
font-weight: 600;
    text-align: center;
 }



.salesList .propertyBody .btns .btn::after {
              content: "";
              position: absolute;
              top: -1px;
               top: 50%;
              right: 8px;
               height: 1px;
               width: 14px;
               background: #000;
              font-family: "Ionicons";
              font-size: 2em;
              line-height: 1;
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              text-rendering: optimizeLegibility;
              -webkit-transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
    transition: 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
}


.salesList .propertyBody .btn.docBtn::after {
    background: #fff;
}


.salesList .propertyBody .btns .btn:hover {
    color: #fff;
    z-index: 1;
}

.salesList .propertyBody .btns .btn:hover::after {
    background: #fff;
    z-index: 1;
    right: 1px;
 }


            .salesList .propertyBody .btns .btn.csn:hover {
             background:#000040;
border-color:#000040;
				color:#8e8b8b;
}

.salesList .propertyBody .btns .btn.csn:hover::after {
color:#8e8b8b;
}




  #top .bnr {
    width: 930px;
    margin: 7em auto 5em; }
  #top #infoArea {
    padding: 5.5em 0 3.5em; 
      background: #fff;
}

.cool_info {
font-family: "Roboto", "Noto Sans JP", sans-serif;
width: 94%;
max-width: 980px;
margin: 0 auto 40px;
padding: 20px 30px;
border: 1px solid #ccc;
}

.cool_info h4 {
text-align: center;
font-size: 20px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
color: #fff;
font-weight: bold;
background: #060c59;
}
.cool_info p {
    font-size: 15px;
    font-size: 115%;
    line-height: 200%;
}


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

.cool_info {
margin: 0 auto 30px;
padding: 20px 20px;
border: 1px solid #ccc;
}
    
.cool_info h4 {
text-align: center;
font-size: 18px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
}  
    
.cool_info p {
    font-size: 100%;
    line-height: 200%;
}   
    
}

    #top #infoArea .tit {
      font-size: 1.05rem;
      font-weight: normal;
      text-align: center;
      letter-spacing: 0.15em;
      margin-bottom: 2em; }
      #top #infoArea .tit .ja {
        display: block;
        font-size: 1.2em;
        margin-top: 0.35em;
        letter-spacing: 0.08em; }
    #top #infoArea .infoBox {
      font-family: "Roboto", "Noto Sans JP", sans-serif;
      overflow-y: scroll;
    width: 92%;
        max-width: 1160px;
      height: 520px;
        margin: 0 auto 40px;
        padding: 0 20px 0 0;
}

      #top #infoArea .infoBox > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #top #infoArea .infoBox > ul li {
          width: 50%;
padding: 3em 1em 3em 3em;
border-left: 1px solid #ccc;
border-top: 1px dotted #ccc;
            /*font-family:'メイリオ', 'Meiryo', sans-serif;*/
}
          #top #infoArea .infoBox > ul li:nth-child(odd) {
            border-left: none; }
          #top #infoArea .infoBox > ul li dl .infoTit {
            font-size: 0.875rem;
            font-weight:normal;
            margin-bottom: 0.5em; 
                  line-height: 180%;
}


 #top #infoArea .infoBox > ul li a {
     color: #000;
    border-bottom: 1px solid #000;
}

 #top #infoArea .infoBox > ul li a:hover {
    color:#778999;
    border-bottom: 1px solid #778999;
}

#top #infoArea .infoBox > ul li dl .infoTit em {
   color: #ff0000;
}

            #top #infoArea .infoBox > ul li dl .infoTit .date {
              display: block;
              color: #666;
              font-weight: normal;
              margin-bottom: 0.5em; }
          #top #infoArea .infoBox > ul li dl .infoBody {
            font-size: 0.825rem;
            line-height: 1.7; }
            #top #infoArea .infoBox > ul li dl .infoBody .stInfo {
              display: inline-block;
              line-height: 1;
              margin-bottom: 0.75em;
              padding: 0.5em 0.5em 0.2em; }
            #top #infoArea .infoBox > ul li dl .infoBody .emInfo {
              color: #d90000;
              margin-bottom: 0.75em; }



@media screen and (max-width: 1050px) {
    
.wd {
    width: 100%;
    margin: auto;
}
    
    

    .salesProjectIn.wd {
        width: 96%;
    }   
    
    #top .salesCat {
        flex-wrap: wrap;
        -webkit-box-pack: start;
    -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative;
        gap: 3%;
    }
    
    #top .salesCat::before {
     display: none;
}
    #top .salesCat::after {
        display: none;
    }
    
    #top .salesCat li  {
    width: 30%;
    padding: 1.05em 0 0.5em;
        margin-bottom: 15px;
            position: relative;
        justify-content: center;
}
    
 
.project_cate {
    width: 30px;
    position: absolute;
    transform: translateY(-10px);
    left: 5%;
}
   
#top .salesCat li::after {
    width: 100%;
    bottom: -10px;
    left: 0%;
}
    
    
}



  @media screen and (max-width: 736px) {
      
.wd {
    width: 92%;
}
      
#top .salesArea h3 {
    font-size: min(5.5vw, 30px); 
    padding: 6vw 0;
    margin-bottom: 20px;
}
      
      
    #top #mvArea {
      min-width: auto; }
      #top #mvArea #mvTxt {
        top: 10%; }
        #top #mvArea #mvTxt h2 {
          font-size: 1.65rem;
          letter-spacing: 0.04em;
          margin-bottom: 0.5em; }
        #top #mvArea #mvTxt p {
          font-size: 0.8rem;
          line-height: 2; }
      #top #mvArea .scrollIco {
        width: 9%;
        height: 16vw;
        bottom: 5%; }
        #top #mvArea .scrollIco::after {
          font-size: 1.5em;
          left: -0.75vw;
          bottom: -2%; }
      
.project_cate {
         width: 17%;
        transform: translateY(-18px);
        left: 2%;
}
      
    #top .salesCat {
            gap: 5%;
        width: 94%;
      }
#top .salesCat li dl {
    margin: 0;
    display: block;
    width: 100%;
}
      
#top .salesCat li::after {
    width: 100%;
    bottom: -3px;
    left: 0%;
}
      
        #top .salesCat li dl dt {
                font-size: 2.0vw; 
      }
      
          #top .salesCat li dl dt .ja {
           font-size: min(2.7vw, 13px);
            letter-spacing: 0; }
      
      
      .project_wrapp .salesCat li.renovation dl dt .ja {
    letter-spacing: -0.15em;
}
      
        #top .salesCat li dl .img {
          padding: 2vw 1vw 1.5vw; }
        #top .salesCat li dl .view {
          height: 5vw;
          background-size: auto 1em;
          font-size: 0.6rem; }
          #top .salesCat li dl .view span {
            border-radius: 5vw;
            background: #343d2e url(../images/arw_white.png) 8% 48% no-repeat;
            background-size: auto 0.65em;
            padding: 0.3em 2em 0.2em 2.25em; }
          #top .salesCat li dl .view::after {
            top: -0.5vw;
            background-size: auto 6vw; }
    #top .salesCatBottom .salesCat::after {
      content: none; }
    #top .salesCatBottom .salesCat li::after {
      bottom: auto;
      top: -2vw; }
    #top #salesProject {
      padding: 1.5em 0 1.25em; }
      #top #salesProject h3 {
        font-size: 0.9rem;
        line-height: 1.9;
        margin-bottom: 1.5em; }
      #top #salesProject .tit {
        font-weight: normal;
        font-size: 1.15rem;
        letter-spacing: 0.03em;
        margin-bottom: 1.1em; }
        #top #salesProject .tit .en {
          padding: 0 5em; }
          #top #salesProject .tit .en::before, #top #salesProject .tit .en::after {
            top: 0.475em;
            width: 4.5em; }
        #top #salesProject .tit .ja {
          display: block;
          font-size: 0.675em;
          letter-spacing: 0.15em;
          margin-top: 0.4em; }
    #top .salesArea {
      padding: 2.25em 0 0; 
        padding-top: 0;
      }
      #top .salesArea .salsesTit {
        font-size: 0.95rem;
        margin-bottom: 1.5em; }
        #top .salesArea .salsesTit .ja {
          font-size: 1.25em;
          letter-spacing: 0.1em;
          margin-top: 0.35em; }
      #top .salesArea .salesBox {
        margin-bottom: 3em; }
      #top .salesArea .tabArea {
        margin-bottom: -1em; }
        #top .salesArea .tabArea .tabs > li {
          margin: 3px; }
          #top .salesArea .tabArea .tabs > li.active.kansai {
            background: url(../images/top/sp/sp_tab_kansai_on.png) center top no-repeat;
            background-size: 100% auto; }
          #top .salesArea .tabArea .tabs > li.active.shikoku {
            background: url(../images/top/sp/sp_tab_shikoku_on.png) center top no-repeat;
            background-size: 100% auto; }
          #top .salesArea .tabArea .tabs > li.active.kyusyu {
            background: url(../images/top/sp/sp_tab_kyusyu_on.png) center top no-repeat;
            background-size: 100% auto; }
      #top .salesArea .salesLists .salesList {
        width: 96%;
        padding: 2em 1em 1.5em;
        margin: 1.5em auto 0; }
        #top .salesArea .salesLists .salesList:nth-child(odd) {
          margin-left: auto; }
        #top .salesArea .salesLists .salesList .newIco {
          width: 5em;
          height: 1.5em;
          line-height: 1.65;
          font-size: 0.75rem; }
        #top .salesArea .salesLists .salesList .propertyTit {
          text-align: center;
          font-size: 1.05rem;
          margin-bottom: 0.75em;
          padding-bottom: 0;
          border-bottom: none; }
        #top .salesArea .salesLists .salesList .propertyBody .propertyInfo {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          #top .salesArea .salesLists .salesList .propertyBody .propertyInfo .img {
            width: 80%;
            margin: auto; }
            #top .salesArea .salesLists .salesList .propertyBody .propertyInfo .img img {
              max-width: 100%; }
          #top .salesArea .salesLists .salesList .propertyBody .propertyInfo .cont {
            width: 100%;
            margin-top: 1em; }
            #top .salesArea .salesLists .salesList .propertyBody .propertyInfo .cont dl {
              font-size: 0.75rem;
              margin-bottom: 0.5em;
              padding-bottom: 0.5em; }
              #top .salesArea .salesLists .salesList .propertyBody .propertyInfo .cont dl dt {
                width: 15%; }
              #top .salesArea .salesLists .salesList .propertyBody .propertyInfo .cont dl dd {
                width: 84%; }
        #top .salesArea .salesLists .salesList .propertyBody .propertyTxtBox {
          margin-bottom: 1.5em; }
        #top .salesArea .salesLists .salesList .propertyBody .propertyTxt {
          font-size: 0.75rem;
          line-height: 1.6;
          margin: 1em 0 1em; }
        #top .salesArea .salesLists .salesList .propertyBody .officialSite {
          text-align: center;
          margin: 0 0.5em 0 0;
          font-size: 0.75rem; }
          #top .salesArea .salesLists .salesList .propertyBody .officialSite span {
            padding: 0.35em 1em 0.35em 2em; }
            #top .salesArea .salesLists .salesList .propertyBody .officialSite span::before, #top .salesArea .salesLists .salesList .propertyBody .officialSite span::after {
              height: 2vw; }
            #top .salesArea .salesLists .salesList .propertyBody .officialSite span::before {
              top: -1vw; }
            #top .salesArea .salesLists .salesList .propertyBody .officialSite span::after {
              bottom: -1vw; }
        #top .salesArea .salesLists .salesList .propertyBody .btns {
          margin: 0 0.5em; }
          #top .salesArea .salesLists .salesList .propertyBody .btns > p {
            width: 48.5%; }
          #top .salesArea .salesLists .salesList .propertyBody .btns .btn {
            width: auto;
            font-size: 0.8rem; }
            #top .salesArea .salesLists .salesList .propertyBody .btns .btn::after {
              right: 0.5em; }
    #top .bnr {
      width: 92%;
      margin: 1.5em auto 2.25em; }
    #top #infoArea {
      padding: 1.5em 0 2em; }
      #top #infoArea .tit {
        font-size: 0.8rem; }
        #top #infoArea .tit .ja {
          font-size: 1.2em; }
      #top #infoArea .infoBox {
        height: 80vw; }
        #top #infoArea .infoBox > ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          #top #infoArea .infoBox > ul li {
            width: 100%;
            margin-bottom: 1.5em;
            padding: 0 0 1.25em 1em;
            border-left: none;
            border-bottom: 1px solid #ccc;
			  border-top: none;
	  }
            #top #infoArea .infoBox > ul li dl .infoTit {
              font-size: 0.8rem;
              margin-bottom: 0.75em; }
              #top #infoArea .infoBox > ul li dl .infoTit .date {
                margin-bottom: 0.5em; }
            #top #infoArea .infoBox > ul li dl .infoBody {
              font-size: 0.75rem;
              line-height: 1.7; }
              #top #infoArea .infoBox > ul li dl .infoBody .stInfo {
                font-size: 0.725rem;
                padding: 0.5em 0.5em 0.4em; }
              #top #infoArea .infoBox > ul li dl .infoBody .emInfo {
                color: #d90000;
                margin-bottom: 0.5em; } }


.invest_bunner {
    width: 96%;
    max-width: 1030px;
    margin: 60px auto 20px;
    border: 1px solid #ccc;
    box-sizing: content-box;
}
.invest_bunner img {
    vertical-align: bottom;
    width: 100%;
}







@media screen and (max-width: 750px) {
    
    
.invest_bunner {
    width: 92%;
    margin: 30px auto 20px;
    border: 1px solid #ccc;
    box-sizing: content-box;
}
    
    
    .salesList .propertyBody .btns {
    display: block;}
    
    .salesList .propertyBody .btns p {
    width: 90%;
    margin-bottom: 10px;
}
   
    

.salesList .propertyBody .btns .cancel {
padding: 1.5em 0.25em 0.5em 0;
 }
  
    
    
}
