@charset "UTF-8";


/**************** ここから追加分 ****************/

/*.top-topix-body {
    background: #f4f4f4;
}*/

.section-bg {
    background: #fbf6f1;
}

.section-about-bg {
	background: url(../images/top/about_bg.jpg) #bfd986 repeat center;
}


.top-about-list {
    background:rgba(255,255,255,0.5);
}

.top-about-list2 {
    border: none;
    margin-top: 20px;
}

.top-about-list2 .banner-item {
    border: none;
    padding-left: 0;
}

.about-title {
	margin: 0;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #333;
	font-weight: bold;
	font-size: 18px;
    text-align: center;
    line-height: 2em;
}


@media screen and (min-width: 1024px) {
.about-title {
    padding-top: 5em;
    padding-bottom: 5em;
	font-size: 22px;
    }
}

.title-emphasis {
	font-size: 28px;
    white-space: nowrap;
}

.about-title2 {
	background: #bfd986d4;
    margin: 0;
    padding: 0;
    color: #333;
	font-weight: bold;
	font-size: 22px;
    text-align: center;
    line-height: 2.5em;  
}

.about-title3 {
	background: #bfd986d4;
    margin: 0;
    padding: 0;
    color: #483434;
	font-size: 15px;
    text-align: center;
    line-height: 2em;
    
}

.section-about-bg .acms-list-group-item {
    border-bottom: none;
}


.section-about-bg h2.section-heading,
.section-modelhouse-bg h2.section-heading {
    margin-bottom: 80px;
}

.section-modelhouse-bg p {
    color: #483434;
    line-height: 1.8;
    font-size: 15px;
}
 

/* tag-cloud */
section.tag-cloud {
    border: 2px solid #634c41;
}
.tag-cloud-item a {
    background: #634c41;
}


/* ------------------------------
　　narrow-container
------------------------------ */

.modelhouse .narrow-container,
.voice .narrow-container,
.company .narrow-container{
	max-width: 900px;
    /*border: 1px solid #85E9A6;*/
}

.event .narrow-container,
.kwb .narrow-container{
	max-width: 800px;
    /*border: 1px solid #ff0;*/
}



/* ------------------------------
　　全体の見出し
------------------------------ */
.acms-page-header {
    border-bottom: none;
}

.entry-column h2 {
    margin: 30px 10px 25px 0px;
    padding: 5px 10px;
    font-size: 20px;
    color: #246f24;
    border-left: none;
    clear: both;
}

.entry-column h3 {
    margin: 30px 10px 25px 10px;
    padding: 8px 10px;
    font-size: 18px;
    color: #4f1717;
    background: #FBEFD9;
    clear: both;
}

.entry-column h4 {
    margin: 30px 10px 10px 10px;
    font-size: 18px;
    color: #4f1717;
}

.section-space2 {
	padding: 25px 0;
}

.entry-column p.entry-center-text {
    text-align: center;
}


/* ------------------------------
　　エントリー
------------------------------ */
.entry {
	/*margin: 0 0 50px 0;*/
	border-bottom: none;
}

/* ------------------------------
　　会社概要
------------------------------ */
.company .entry-container th,
.company .entry-container td {
    font-size: 16px;
}

/* ------------------------------
　　イベント
------------------------------ */

/*
.event .entry-title {
  position: relative;
    padding: 1rem 0.5rem;
    margin-bottom: 2rem;
  border-bottom: 3px solid #4f1717;
  border-left: 3px solid #4f1717;
  border-radius: 0 0 0 20px;
    text-align: center;
    font-size: 2.2em;
    background: linear-gradient(to right, rgb(79, 23, 23) 25%, rgb(203, 14, 10) 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255,255,255,0.0);
  color: #4f1717;
}

.event .entry-title::before,
.event .entry-title::after {
content: '';
position: absolute;
border: 15px solid transparent;
top: 100%;
left: 50%;
}

.event .entry-title::before {
border-top: 15px solid #4f1717;
}

.event .entry-title::after {
margin-top: -4px;
border-top: 15px solid #fff;
    }
*/

.event .entry-title {
    text-align: center;
    font-size: 2.2em;
    background: linear-gradient(to right, rgb(79, 23, 23) 25%, rgb(203, 14, 10) 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255,255,255,0.0);
  color: #4f1717;
}


@media screen and (min-width: 1024px) {
.event h1 {
    max-width: 700px;
    margin: 0 auto;
    }

.event .entry-title {
    padding: 1rem 1.5rem 2rem;
    font-size: 3em;
    }
    
}

.event .entry-column h2 {
    margin-top: 0px;
    font-size: 24px;
    color: #4f1717;
    text-align: center;
    margin-bottom: 50px;
}

.event .event-table {
    margin-top: 20px;
    margin-bottom: 20px;
}

.event .event-table th,
.event .event-table td {
    font-weight: normal;
    padding: 10px 20px;
    font-size: 16px;
    color: #534031;
    border: 5px solid #fff;
} 

@media (max-width: 767px) {
.event .event-table {
    border-top: 2px solid #fff;
} 

}

.event-table td.event-date{
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.02em;
}
.event-table td.status span{
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    letter-spacing: 0.2em;
}

.event-table td.status .open{
    background: #178fca;
}

.event-table td.status .close{
    background: #756363;
}


.event-list-subtitle {
    margin: 6px 0;
    font-size: 15px;

}

.event-label.event-fin,
.event-label.event-bef,
.event-label.event-now {
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
}
    
.event-label.event-bef {
    background: #178fca;
}

.event-label.event-now {
    background: #fb2850;
}

.event-label.event-fin {
    background: #756363;
}

.acms-label-danger {
    background-color: #f46363;
}


/* ------------------------------
　　よくある質問
------------------------------ */

.faq .entry-column h2 span {
    font-size: 40px;
    color: #58aa32;
    margin-right: 0.3em;
}

/* ------------------------------
　　住まい手の声
------------------------------ */

.voice .page-header,
.staff .page-header{
    display: none;
}

.voice_header {
  position: relative;
  border: 4px solid #5f493e;
    background: #f7f0de;
    margin-bottom: 50px;
}

.voice_header:before,
.voice_header:after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  border-top: 4px dotted #5f493e;
}

.voice_header:before {
  top: 6px;
}

.voice_header:after {
  bottom: 6px;
}

.voice_header h1 {
    font-size: 2.4em;
    color: #4f1717;
    padding: 0 1.2em 1.2em;
}

.voice_header p {
    font-size: 18px;
    display: inline-block;
    padding: 5px 40px;
    border: 3px double #5f493e;
    margin-bottom: 3em;
    background: #f7e1a9;
  } 

.voice .entry-column p {
    line-height: 2;
  } 

/*ボタン*/
.btn  {
    background: #246f24;
    color: #f7f1ec;
}

.btn a {
    color: #f7f1ec;

}

.btn:hover, .btn:visited, .btn a:hover, .btn a:visited {
    color: #f7f1ec;
}

.card-link h3 {
    color: #4f1717;
    /*font-weight: normal;*/
    margin-bottom: 5px;
}

.list-place {
    background: #634c41;
    margin-top: 5px;
}

.thumbnail-link {
    color: #4f1717;
}


/* ------------------------------
　　スタッフ紹介
------------------------------ */

.staff-box {
    margin: 0 10px 50px;
    padding: 70px 5% 2% 5%;
  background: url(../images/top/pin2.png) no-repeat top, 
      linear-gradient(180deg, #fff 0%, #fff 3%, #f8f4ef 3%, #f2e6da 100%);
}

.staff-head {
    border-bottom: 1px solid #774848;
    margin-bottom: 20px;
    margin-left: 15px;
}

.entry-column .staff-job {
	margin-bottom: 0.5em;
	font-size: 18px;
	color: #1c791c;  
}

.entry-column .staff-catch {
	margin-bottom: 1em; 
}

.entry-column .staff-name {
	margin-bottom: 0.5em;
    padding: 0;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 2px;
}

.entry-column .staff-name span {
    font-size: 16px;
    font-family: serif;
    margin-left: 2em;
}

.entry-column .staff-profile {
	margin-left: 1.5em;
}


.entry-column .staff-img-wrap {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.entry-column .staff-img {
	display: block;
	margin: 0 auto;
}

.staff .entry-column h2{
    font-size:  22px;
    color: #fff;
    position:  relative;
    font-weight:  normal;
    display:  inline-block;
    background-color: #bc9d83;
    padding:  10px 50px 10px 30px;
    margin-bottom: 15px;
}

.staff .entry-column h2:before {
    content:  '';
    background-color: #b3b3b3;
    display:  block;
    position:  absolute;
    left: 50%;
    height: 60%;
    top: 30%;
    z-index:  -1;
    width: 49%;
    box-shadow: 0 0 8px 8px #b3b3b3;
    transform: rotate(3deg);
}

.staff .entry-column .acms-btn:hover {
    color: #77570C;
    text-decoration: none;
}

@media (max-width: 767px) {
.staff-head {
    margin-top: 1em;
    margin-left: 0px;
}
.entry-column .staff-name span {
    display: block;
    margin-top: 5px;
    margin-left: 0;
    }
}


/* ------------------------------
　　施工事例
------------------------------ */

.case .page-header {
    padding-left: 10%;
    padding-right: 10%;
}

.case .entry-title {
  position: relative;
  padding: 1.5rem 1rem;
    margin-bottom: 50px;
    text-align: center;
    color: #4f1717;
    font-size: 2.4em;
}

.case .entry-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #4f1717, #4f1717 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #4f1717, #4f1717 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.case .entry-column p {
    text-align: center;
}

/* ------------------------------
　　かさはらの家について
------------------------------ */

.about .entry-title {
  position: relative;
  padding: 1.5rem 5rem calc(1rem + 10px);
  /*background: #ffce5c;*/
    display: inline-block;
    font-size: 3em;
    letter-spacing: 0.2em;
    transform: rotate(-2deg);
  background: url(../images/top/logo_s.png) no-repeat top left #ffce5c;
}

.about .entry-title:before {
  position: absolute;
  top: -14px;
  left: -14px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #4f1717;
}

@media screen and (min-width: 1024px) {
.about .entry-column p {
    line-height: 2;
    }
.about .entry-column p.entry-center-text {
    margin-right: 120px;
    margin-left: 120px;
    text-align: left;
    }
}

.about .entry-column h2 {
    padding: 1rem 4rem 1rem 1.5rem;
  color: #fff;
  background: #094;
  -webkit-box-shadow: 5px 5px 0 #007032;
  box-shadow: 5px 5px 0 #007032;
/*display: inline-block;*/
display: table;
   /* margin-bottom: 10px;*/
}
.about .entry-column h2 + h3 {
    margin-top: 0px;
}


/* ------------------------------
　　バイオマスボイラー
------------------------------ */
.kwb .entry-column p {
    line-height: 2;
    color: #4d2f25;
}


.kwb .entry-column dt {
    line-height: 1.5;
    color: #246f24;
    font-size: 20px;
}
.kwb .entry-column dt::first-letter {
  font-size: 150%;
  color: #eb6100;
}

.kwb .entry-column dd {
    line-height: 2;
    color: #4d2f25;
    margin-bottom: 1.5em;
}



/* ------------------------------
　　トピックスsp
------------------------------ */
@media (max-width: 767px) {   
    .top-topics-title {
    display: block;
    }
    
    .top-topics-title h2 {
    font-size: 16px;
    padding: 5px;
    margin: 0;
    }  
    
    .top-topics-body {
    display: block;
    padding: 0px;
    }
    .top-topics-body .headline-item {
		padding: 0;
	  }
    .top-topics-body ul {
    padding: 10px 5px;
}


}

.copyright {
    background: #401c1c;
}

.banner_foot {
    margin-top: 100px;
    margin-bottom: 30px;
    padding: 2.5em 1em;
    background: #f7f7f7;
}

.entry-company-foot {
    margin-bottom: -50px;
}

.modelhouse-bg {
    padding: 25px;
    margin: 50px 0px;
    background: #faeeee;
}

.modelhouse .entry-column .btn-attention-block-large {
    padding: 20px 15px;
    border-radius: 5px;
}



/* 202605add */

.lead-area {
  margin: 40px auto 20px;
  text-align: center;
}

.lead-area .section-heading {
  font-size: 24px;
  margin: 20px;
}
.lead-area p {
  font-size: 16px;
}
.lead-area .heading-copy {
  font-size: 24px;
}


/* ------------------------------
　　余白
------------------------------ */

@media (min-width: 1024px) {
  .section-space-2 {
  padding: 40px 0;
  clear: both;
  visibility: hidden;
  }
  .section-space-3 {
  padding: 20px 0;
  clear: both;
  visibility: hidden;
  }
}


/* ------------------------------
　　幅狭
------------------------------ */

@media (min-width: 1024px) {
  .gu-narrow {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

/* ------------------------------
　　メディア中央
------------------------------ */

@media (min-width: 1024px) {
  .gu-center-media{
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}


/* ------------------------------
　　スタイル(規格)カテゴリー
------------------------------ */

.style .entry-column h3.title_min {
  font-size: 30px;
  font-family: 'Times New Roman', Times, serif;
  background: #fff;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}

.style .entry-column h3.title_mid {
  font-size: 24px;
  color: #444;
  text-align: center;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}

.style .entry-column p.entry-center-text-pc {
  text-align: center;
}

@media (max-width: 767px) {
  .style .entry-column h3.title_mid.style_price span {
  display: block;
  margin-top: 8px;
  }

  .style .entry-column p {
  font-size: 14px;
  }
  .style .entry-column p.entry-center-text-pc  {
  text-align: left;
  }

}


.style .entry-column p span.title_waku {
  border: 1px solid #333;
  color: #333;
  padding: 10px 30px;
  font-size: 20px;
}

.style .entry-column p span.title_waku2 {
  border: 1px solid #333;
  color: #333;
  padding: 10px 30px;
  font-size: 26px;
}



/* 矢印*/
.down-arrow {
  font-size: 16px;
  width: 1.2em;
  height: 1.8em;
  background-color: #ff944d;
  margin: 0 auto;
  position: relative;
}

.down-arrow::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1.5em solid transparent;
  border-right: 1.5em solid transparent;
  border-top: 1.5em solid #ff944d;
}

@media (max-width: 768px) {
  .down-arrow {
    font-size: 12px; 
  }
}

.entry-column .flow_text p.title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  clear: both;
}

.entry-column .style-btn {
  background: #f29708;
  border-radius: 20px;
  padding: 0.5em 1.5em;
  font-size: 18px;
}

.entry-column .style-btn:focus,
.entry-column .style-btn:active,
.entry-column .style-btn:visited {
  background: #f29708;
}

.entry-column .style-btn:hover {
  background: #fbb06e;
}


/* before-after */

.before-after {
  max-width: 1000px;
  margin: 0 auto;
}

.ba-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}

/* =========================
   image
========================= */
.ba-before,
.ba-after {
  overflow: hidden;
}

.ba-before {
  width: 30%;
}

.ba-after {
  width: 60%;
}

.ba-before img,
.ba-after img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* =========================
   arrow
========================= */

.arrow-mark {
  /* padding-top: 8em;
  padding-left: 1em; */

}

.ba-arrow {
  /* font-size: 60px;
  color: #bdbdbd;
  font-weight: bold;
  line-height: 1;
  flex-shrink: 0; */
}

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

  .ba-item {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }

  .ba-before,
  .ba-after {
    width: 100%;
  }

  .ba-arrow {
    transform: rotate(90deg);
  }
}

/* ------------------------------
　　standard（規格住宅）
------------------------------ */

.column-media.column-media-center.align-center.title-cozy {
  margin-bottom: -20px;
  z-index: 5;
  position: relative;
}

.style .entry-center-text.standard-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: -20px;
    margin-bottom: 50px;
}

.style .standard-sub-title {
    background-color: #ccc;
    display: inline-table;
    text-align: center;
    padding: 0 4em;
}
.style .entry-column .standard-sub-title .line-title {
    font-size: 2.5em;
    margin-bottom: 0;
    border-bottom: 1px solid #444;
    color: #444;
    letter-spacing: 0.08em;
}

/*  */

.spec-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.spec-box {
  border: 1px solid #888;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 90px;
  padding: 10px;
  box-sizing: border-box;
}

.spec-box p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  color: #222;
}

.spec-box span {
  font-size: 32px;
  line-height: 1.2;
}

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

  .spec-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
  }

  .spec-box {
    min-height: 80px;
  }

  .spec-box p {
    font-size: 16px;
  }

  .spec-box span {
    font-size: 28px;
  }
}

.guarantee-grid {
  max-width: 900px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.guarantee-box {
  border: 1px solid #777;
  background: #efefef;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.guarantee-box p {
  margin: 0;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  color: #111;
}

.guarantee-box span {
  font-size: 36px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .guarantee-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .guarantee-box {
    min-height: auto;
    padding: 24px 16px;
  }

  .guarantee-box p {
    font-size: 22px;
  }

}

.stan-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.stan-flex-lead {
  text-align: center;
}

.stan-flex-lead p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.stan-flex-lead p.stan-area {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .stan-flex {
    flex-direction: column;
    gap: 20px;
  }
}


.page-title-wrapper.style-wrapper {
  height: 100px;
  background-color: #d2d2d2;
  background-image: none;
  color: #444;
}