@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;
}

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

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

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


@media screen and (min-width: 768px) {
.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 {
}

.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: 0px;
    }  
    
    .top-topics-body {
    display: block;
    padding: 0px;
    }
    .headline-item {
		padding: 5px 0;
	}
}

.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;
    /*width: 500px;
    max-width: 100%;
    font-size: 20px;*/
}