/* 20250513-提携サイトリニューアルに伴い新規作成 */
body {
  background: none;
	color: #231816;
	font-family: YakuHanJP, 'Noto Sans JP' , 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif!important;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
}

a:link {
  color: #231816;
  text-decoration: none;
}

a:hover {
  color: #231816;
}

a:visited {
  color: #231816;
}

.wcont {
  width: min(calc(100% - 30px) , 1000px);
  margin-inline: auto;
}

hr {
  display: block;
  background-color: #e1d8d0;
  margin-block: 60px;
  border: none;
  height: 1px;
}

/*-- ヘッダー：/teikei/common/css/main.cssで指示済 --*/

/*-- ページヘッダー ----------------------*/
.pageHeader {/*ヘッダー分*/
  margin-top: 145px;
  background-image: url(../images/mansion_reform-ideas_header.jpg);
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.pageTitle {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  height: 50px;
  padding-left: calc((100% - 1000px) / 2);
  color: #fff;
  font-size: 24px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  line-height: 1;
  background: #B9A08D;
}

.pageTitle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -200px;
  width: 200px;
  height: 100%;
  background: linear-gradient(90deg, #b9a08d 0%, rgba(185, 160, 141, 0) 100%);
}

/*-- リード文 ----------------------------*/
.page_lead {
  margin-block: 0;
}

.page_lead .page_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.page_lead .page_ttl_sub {
  font-size: 90px;
  font-weight: 400;
  color: #e1dbd0;
  opacity: 0.9;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Helvetica", "nimbus-sans", sans-serif;
  font-style: oblique;
}

.page_lead .page_ttl_main {
  font-size: 20px;
  letter-spacing: 0.1em;
}

.page_lead .lead {
  letter-spacing: 0.11em;
  text-align: center;
  margin-block: 80px;
  color: #231816;
  font-weight: 400;
}

.page_lead .lead ._ttl {
  font-size: 26px;
  margin-bottom: 40px;
}

.page_lead .lead ._txt {
  font-size: 14px;
  line-height: 2;
}

/*-- 実例 -------------------------------*/
.works {
  margin-block: 60px;
}

#works_01 {
  margin-top: 90px;
}

.works .works_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-size: 28px;
}

.works .works_ttl .year {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  font-size: 16px;
  border: 1px solid #231816;
}

.works .works_cont {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.works .works_slider {
  width: 70%;
}

.works .works_data {
  width: 30%;
}

.works .works_data_in {
  margin-left: 30px;
}

.works .works_data h3 {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: bold;
}

.works .works_data ul li {
  border-bottom: 1px solid rgba(35, 24, 22, 0.8);
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
}

.works .works_data ul li:last-child {
  padding-left: 8px;
}

.works .works_data ul li span {
  font-weight: 500;
  font-size: 16px;
  margin-right: 10px;
}

.works .works_data ul li span.reform-part {
  display: block;
  padding-bottom: 5px;
  margin-left: -3px;
}


.works .works_txt {
  font-size: 16px;
  line-height: 1.8;
}

/*-- お問い合わせ：基本的な体裁は/teikei/common/css/main.cssで指示済 --*/
.teikei_contact {
  margin-top: 100px;
  margin-bottom: 0;
  padding-block: 100px;
  background-color: #f3efec;
}

.contact_btn a {
  color: #fff;
}

.contact_btn a:hover {
  color: #fff;
}

.contact_btn a:visited {
  color: #fff;
}

/*-- フッター：/teikei/common/css/main.cssで指示済 --*/


@media screen and (max-width:767px){
    .vw_s {
    display: block;
  }

  .vw_l {
    display: none;
  }

  .wcont {
    width: min(100% - 13.3333333333vw);
    margin-inline: auto;
  }

  section {
    margin-block: 60px;
  }

  hr {
    margin-block: 40px;
  }

/*-- ヘッダー：基本的な体裁は/teikei/common/css/main.cssで指示済 --*/
  .hbg-btn {
    display: flex;
  }

/*-- ページヘッダー ----------------------*/
  .pageHeader {
    margin-top: 70px;/*ヘッダー分*/
    position: relative;
    height: 42.6666666667vw;
    background-position: calc(50% - 25vw) center;
    background-size: cover;
  }

  .pageTitle {
    display: block;
    height: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 4vw 6.6666666667vw;
    color: #ffffff;
    line-height: 1.4;
    background: rgba(185, 160, 141, 0.6);
  }

  .pageTitle:after {
    display: none;
  }

/*-- リード文 ----------------------------*/

  .page_lead .page_ttl {
    margin-top: 13.3333333333vw;
  }

  .page_lead .page_ttl_sub {
    font-size: calc(46 * 0.2666666667vw);;
  }

  .page_lead .page_ttl_main {
    font-size: 14px;
    letter-spacing: 0.2em;
  }

  .page_lead .lead {
    letter-spacing: 0.18em;
    margin-block: calc(50 * 0.2666666667vw);;
  }

  .page_lead .lead ._ttl {
    font-size: 18px;
    margin-bottom: calc(30 * 0.2666666667vw);
  }

/*-- 実例 -------------------------------*/
  .works {
    margin-block: 40px;
  }

  #works_01 {
    margin-top: 60px;
  }

  .works .works_ttl {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .works .works_ttl .year {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }

  .works .works_cont {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .works .works_slider {
    width: 100%;
    margin-bottom: 35px;
  }

  .works .works_data {
    width: 100%;
  }

  .works .works_data_in {
    margin-left: 0;
  }

  .works .works_data h3 {
    font-size: 18px;
    margin-bottom: 15px;

  }

  .works .works_data ul li {
    padding-left: 3px;
    font-size: 15px;
  }

  .works .works_data ul li:last-child {
    padding-left: 5px;
  }

  .works .works_data ul li span.reform-part {
    margin-left: -2px;
  }


  .works .works_txt {
    font-size: 14px;
    line-height: 1.8;
  }

/*-- お問い合わせ：基本的な体裁は/teikei/common/css/main.cssで指示済 --*/
  .teikei_contact {
    margin-top: 60px;
    padding-block: 60px;
  }
}