@charset "UTF-8";

/*-- col_01 --*/
#col_01 + section .inner{
  width: 83.33%;
  max-width: 1000px;
  margin: 0 auto;
}

#col_01 + section .renova_feature li{
  position: relative;
  margin-top: 80px;
  list-style:none;

  position: relative;
  aspect-ratio: 642 / 428;
}

#col_01 + section .renova_feature .main_img {
    display: block;

    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}

#col_01 + section .renova_feature li:nth-of-type(even)  .main_img{
    right: -45%;
}

#col_01 + section .renova_feature .txt_area .num {
    color: #9d2328;
    font-family: futura-pt, 'Futura', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
}

#col_01 + section .renova_feature .ttl_wrap .ttl_txt {
    padding: 10px 0 26px;
    margin-bottom: 26px;
    font-size: 18px;
    line-height: 1.3;
    border-bottom: 1px solid #3f3a39;
}

#col_01 + section .renova_feature .ttl_wrap .en {
    font-family: futura-pt, 'Futura', sans-serif;
    font-weight: 600;
    font-size: 56px;
}

#col_01 + section .renova_feature .ttl_wrap .ja{
    font-weight: 700;
}

@media screen and (min-width: 769px) {
  #col_01 + section .renova_feature .main_img {
    width: 90%;
    max-width: 900px;
  }

  #col_01 + section .renova_feature li:nth-of-type(even) .main_img {
     margin-left: auto;
  }

  #col_01 + section .renova_feature li .txt_area {
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    left: inherit;
    padding: 50px 0 50px 100px;
    text-align: center;
    max-width: 400px;
  }

  #col_01 + section .renova_feature li:nth-of-type(even) .txt_area {
     right: inherit;
     left: 0;
     padding: 50px 100px 50px 0;
  }
}

@media screen and (max-width: 768px) {
   #col_01 + section  .inner {
      width: 90%;
   }

   #col_01 + section .renova_feature li {
        margin-top: 40px;
    }

    #col_01 + section .renova_feature li .txt_area, #col_01 + section .renova_feature li:nth-of-type(even) .txt_area {
        padding: 20px 10px;
    }

  #col_01 + section .renova_feature .txt_area .num {
        font-size: 24px;
  }

  #col_01 + section .renova_feature .ttl_wrap .en {
        font-size: 28px;
  }

  #col_01 + section .renova_feature .ttl_wrap .ttl_txt {
        font-size: 14px;
        padding: 6px 0 13px;
        margin-bottom: 13px;
  }

  #col_01 + section .renova_feature .main_img{
        position: relative;
        left: 50%;
  }

  #col_01 + section .renova_feature li:nth-of-type(even)  .main_img{

  }
}

/*-- area_price --*/
#area_price + section .page_renova .standard_spec .sub_ttl{
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
}

#area_price + section .lead_txt{
    line-height: 1.6;
    text-align: center;
    margin-bottom: 30px;
}

#area_price + section .page_renova .standard_spec .list_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#area_price + section .page_renova .standard_spec .list_wrap .img_item{
    width: 32%;
    margin-top: 20px;
    list-style:none;
    position:relative;
    aspect-ratio: 247 / 346;
}

#area_price + section .page_renova .standard_spec .list_wrap .img_item img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}

#area_price + section .page_renova .standard_spec .spec_name{
    background: #1a1311;
    color: #fff;
    line-height: 1.5;
    padding: 12px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
    position: relative;
}

#area_price + section .page_renova .item_all{
  margin-top: 20px;
}

#area_price + section .page_renova .item_all .list_wrap{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#area_price + section .page_renova .item_all .bg_item{
    background: linear-gradient(-135deg, rgb(63, 58, 57) 0%, rgb(75, 68, 68) 100%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    letter-spacing: .15em;
    height: 100px;
    text-align: center;
    position: relative;
}

#area_price + section .page_renova .item_all .col03 .bg_item{
    width: 33.33%;
}

#area_price + section .page_renova .item_all .note_num{
    position: absolute;
    top: 5px;
    right: 5px;
    letter-spacing: .01em;
}

#area_price + section .pc_none{
    display: none;
}

@media screen and (max-width: 768px) {
    #area_price + section .page_renova .standard_spec {
        margin: 60px auto 0;
    }

    #area_price + section .page_renova .standard_spec .sub_ttl {
        font-size: 18px;
    }

    #area_price + section .lead_txt {
        font-size: 12px;
        margin-bottom: 25px;
    }

    #area_price + section .page_renova .standard_spec .list_wrap .img_item {
        width: 48%;
    }

    #area_price + section .page_renova .standard_spec .spec_name {
        font-size: 12px;
        line-height: 1.2;
    }

    #area_price + section .page_renova .item_all .bg_item {
        font-size: 12px;
        line-height: 1.4;
        height: 80px;
    }

    #area_price + section .page_renova .item_all .col03 .bg_item {
        width: 50%;
    }

    #area_price + section .page_renova .item_all .note_num {
        font-size: 10px;
    }

    #area_price + section .pc_none {
        display: block;
    }
}

/*--価格エリア--*/
#area_price + section .center_ttl{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin-top:6rem;
}

#area_price + section .center_ttl:after{
    content: "";
    display: block;
    height: 2px;
    width: 20px;
    background: #3f3a39;
    margin: 25px auto 35px;
}

#area_price + section .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}


#area_price + section .page_renova .area_price_list{
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

#area_price + section .page_renova .area_price_list li {
  width: calc(100% / 5.5);
  list-style:none;
}


#area_price + section .area_price_list .floor_size{
    background: url("/common/upload_data/koshiken-rcom/image/20241003110953.png") no-repeat;
    background-size: contain;
    background-position: center;
    color: #fff;
    font-size: 20px;
    width: 100%;
    max-height: 182px;
    height: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

#area_price + section .area_price_list .floor_size .txt_wrap{
    padding-top: 20px;
}

#area_price + section .area_price_list .floor_size .num {
    font-family: futura-pt, 'Futura', sans-serif;
    font-weight: 600;
    font-size: 40px;
}

#area_price + section .area_price_list .area_price {
    font-size: 24px;
    text-align: center;
    line-height: 1.1;
    border-bottom: 2px solid #3f3a39;
    margin-top: 14px;
}

#area_price + section .area_price_list .area_price .num {
    font-family: futura-pt, 'Futura', sans-serif;
    font-weight: 600;
    font-size: 56px;
}

#area_price + section .area_price_list + .price_note {
    font-size: 12px;
    margin-top: 20px;
}


@media screen and (max-width: 768px) {
    #area_price + section .center_ttl {
        font-size: 20px;
        line-height: 1.2;
    }

    #area_price + section .center_ttl:after {
        margin: 15px auto 20px;
    }

    #area_price + section .inner {
        width: 100%;
    }

    #area_price + section .page_renova .area_price_list {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    #area_price + section .page_renova .area_price_list li {
        width: calc(100% / 3.5);
        margin: 10px;
    }

    #area_price + section .page_renova .area_price_list li:first-of-type {
        margin-left: 0;
    }

    #area_price + section .area_price_list .floor_size {
        font-size: 18px;
        height: 24vw;
    }

    #area_price + section .area_price_list .floor_size .num {
        font-size: 28px;
    }

    #area_price + section .area_price_list .area_price .num {
      font-size: max(22px , 5vw);
    }
}

/*--リノベーション実例--*/
#example_work + section .page_renova .example_work {
    margin: 120px auto;
}

#example_work + section .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#example_work + section .center_ttl {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

#example_work + section .center_ttl:after {
    content: "";
    display: block;
    height: 2px;
    width: 20px;
    background: #3f3a39;
    margin: 25px auto 35px;
}

#example_work + section .page_renova .example_work .works_img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#example_work + section .page_renova .example_work .works_img li {
    width: 32%;
    margin-top: 20px;
    list-style:none;
}

#example_work + section .page_renova .example_work .works_img::after {
    content: '';
    width: 32%;
    display: block;
}

#example_work + section .page_renova .works_img_note{
   font-size: 10px;
    margin-top: 20px;
    text-align: right;
}

@media screen and (max-width: 768px) {
    #example_work + section .page_renova .example_work {
        margin: 80px auto;
    }

    #example_work + section .center_ttl {
        font-size: 20px;
        line-height: 1.2;
    }

    #example_work + section .center_ttl:after {
        margin: 15px auto 20px;
    }

    #example_work + section .page_renova .example_work .works_img li {
        width: 49%;
        margin-top: 10px;
    }

    #example_work + section .page_renova .example_work .works_img::after {
        width: 49%;
    }
    #col_01 + section .renova_feature .image_wrap .main_img {
      position: initial;
      transform: none;
    }
}