@charset "UTF-8";


/*.contents{
  padding-top: 140px;
}

@media all and (max-width: 680px) {
  .contents{
    padding-top: 50px;
  }
}*/

@media all and (min-width: 681px) {
  .under_head {
    margin-top: 21px;
  }
  .under_head_subttl {
    margin-top: 120px;
  }
  .under_head_txtwrap {
    padding-top: 104px !important;
  }
}


/* kukaku_wrap
---------------------------------------*/
.kukaku_wrap{
  scroll-margin-top: var(--header-height-pc, 104px);
}
.kukaku_img{
  width: 586px;
  margin: 0 auto;
  position: relative;
}

.kukaku_txt_wrap{
  p{
    width: 264px;
    height: 97px;
    background-color: #AFA675;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
    text-align: center;
    color: #EEEEEA;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}


@media all and (min-width: 681px) {
  .kukaku_txt_wrap{
    p{
      position: absolute;
    }
    .kukaku_txt01{
      top: 233px;
      left: -283px;
    }
    .kukaku_txt02 {
      top: 80px;
      right: -310px;
    }
    .kukaku_txt03{
      top: 269px;
      right: -310px;
    }
    .kukaku_txt04{
      top: 491px;
      right: -253px;
    }
    .kukaku_txt05{
      top: 553px;
      left: -133px;
    }
  }
 
}

@media all and (max-width: 680px) {
  .kukaku_wrap{
    scroll-margin-top: var(--header-height-sp, 60px);
  }
  .kukaku_img{
    width: 100%;
  }

  .kukaku_txt_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 8px 7px;
    margin-top: 20px;

    p{
      width: calc((100% - 7px) / 2);
      height: auto;
      font-size: 15px;
      padding: 10px 0;
    }
    p:last-child{
      width: 100%;
      padding: 18px 0;
    }
    
  }
  .contact_btnWrap{
    margin-left: auto;
    margin-right: auto;
  }

}


/* design_wrap
---------------------------------------*/
.design_wrap{
  .contact_btnWrap{
    margin-top: 90px;
  }
}
.design_imgWrap{
  width: 936px;
  margin: 0 auto;

  img{
    border-radius: 5px;
  }

  .design_img01{
    picture{
      display: block;
      width: 100%;
    }
    img{
      display: block;
      width: 100%;
      height: auto;
    }
  }

  .design_img02{
    display: flex;
    justify-content: space-between;
    margin-top: 26px;

    picture{
      width: 456px;
    }
  }

  .design_come{
    font-size: 12px;
    margin-top: 10px;
    text-align: right;
  }
}

.design_pointWrap{
  width: 1140px;
  background-color: #F7F7F7;
  border-radius: 5px;
  margin: 140px auto 0;
  padding: 0 60px 55px;

  > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.point_ttl{
  width: 456px;
  height: 67px;
  border-radius: 120px;
  background-color: #C6B493;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -33.5px;
  margin: 0 auto;
}

.point_img{
  width: 560px;
  flex-shrink: 0;

  p{
    font-size: 14px;
    /* font-weight: 500; */
    text-align: center;
    margin-top: 1em;
  }
}

.design_pointWrap01{
  .point_img{
    display: flex;
    justify-content: space-between;

    li{
      width: 128px;
    }
  }
}

.point_txt{
  width: 410px;

  h3{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;

    &::before{
      content: '';
      width: 12px;
      height: 12px;
      background-color: #9D8250;
      margin-right: 10px;
      margin-top: 5px;
    }
  }
  p{
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    text-align: justify;
    letter-spacing: 0.05em;
    margin-top: 1em;
  }
  p.point_come{
    font-size: 12px;
  }
}


@media all and (min-width: 681px) {
}

@media all and (max-width: 680px) {
  .design_wrap{
    .contact_btnWrap{
      margin-top: 45px;
    }
  }
  .design_imgWrap{
    width: 100%;

    .design_img02{
      margin-top: 8px;

      picture{
        width: calc((100% - 9px) / 2);
      }
    }

    .design_come{
      font-size: 12px;
      margin-top: 10px;
      text-align: right;
    }
  }

  .design_pointWrap{
    width: 100%;
    margin: 55px auto 0;
    padding: 0 27px 35px;

    > div{
      display: block;
    }
  }
  .point_ttl{
    width: 271px;
    height: 43px;
    font-size: 18px;
    top: -21.5px;
  }

  .point_img{
    width: 100%;

    p{
      margin-top: 0.2em;
    }
  }

  .design_pointWrap01{
    .point_img{
      flex-wrap: wrap;
      gap: 10px 0;

      li{
        width: calc((100% - 11px) / 2);
      }
    }
  }

  .point_txt{
    width: 100%;

    h3{
      font-size: 20px;
      margin-top: 25px;
    }
    p{
      font-size: 14px;
      line-height: 1.71;
    }
  }


}


/* aaa
---------------------------------------*/


@media all and (min-width: 681px) {
}

@media all and (max-width: 680px) {
}

/* aaa
---------------------------------------*/


@media all and (min-width: 681px) {
}

@media all and (max-width: 680px) {
}