@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main .topcs {
    color: #FF0105;
}
#main .index .mainImg .photo {
    position: relative;
}
#main .index .mainImg .photo img {
    width: 100%;
}
#main .index .mainImg .photo p {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0%;
    left: 0%;
    background: rgba(18, 101, 168, 0.7);
}
/*------------------------------------------------------------
#main .index .mainImg .photo p {
	width: 290px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	background: rgba(18,101,168,0.7);
}
------------------------------------------------------------*/



#main .index p.ecosumai{
    display: block;
    font-size: 1.7rem;
    color:#000 !important;
    margin: 10px 6px 6px;
    text-align: center;
    font-weight:bold;
    line-height: 1.5;
    padding-bottom: 5px;
}
#main .index p.ecosumai span{
    font-size: 1.9rem;
    color:#7BB54D !important;
    margin: 10px 6px 6px;
    text-align: center;
    font-weight:bold;
    line-height: 1.5;
    padding-bottom: 5px;
}

#main .index p.ecosumai span.more{
    display: block;
    width: 80%;
    font-size: 1.4rem;
    background:#7BB54D;
    color:#fff !important;
    font-weight:bold;
    border-radius: 4px;
    padding:2%;
    margin: 10px auto;
    text-align: center;
}




/*--worksから　設計コンセプト・施工コンセプト--*/
#main .index .concept-block {
    margin: 30px 0;
    padding: 0 15px;
    line-height: 1.55;
}
#main .index .concept-block .ttl {
    text-align: center;
    font-size: 2rem;
    color: #EE8EB2;
    font-weight: 700;
    line-height: 1.27;
    margin-bottom: 22px;
}
#main .index .concept-block img {
    margin-top: 10px;
}
/*---*/
#main .index .mainImg .photo p > span {
    display: table;
    width: 100%;
    height: 100%;
}
#main .index .mainImg .photo p span span {
    padding: 0 5px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.55;
}
#main .index .topBox {
    margin: 10px 15px 0;
}
#main .index .topTxt {
    margin-bottom: 19px;
    line-height: 1.51;
    font-weight: 500;
}
#main .index .topBox .photoBox {
    text-align: center;
    margin-bottom: 20px;
}
#main .index .topBox .linkUl {
    margin-bottom: 36px;
    border-top: 2px solid #E0DFDE;
    border-bottom: 2px solid #E0DFDE;
}
#main .index .topBox .linkUl > li {
    background: url("../images/common/line01.png") repeat-x left top;
    background-size: 3px 1px;
}
#main .index .topBox .linkUl > li:first-child {
    background: none;
}
#main .index .topBox .linkUl li li {
    /*width: 25%;*/
    width:33%;
    float: left;
    position: relative;
}
#main .index .topBox .linkUl li li:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    bottom: 8px;
    background: url("../images/common/line02.png") repeat-y;
    background-size: 2px 3px;
    content: "";
}
#main .index .topBox .linkUl li:first-child li:before {
    bottom: 0;
    top: 8px;
}
#main .index .topBox .linkUl li li:last-child:before {
    display: none;
}
#main .index .topBox .linkUl li a {
    /*25% padding-top: 7px;*/
    padding-top: 15px;
    display: block;
    text-align: center;
    position: relative;
    /*25% height: 77px;*/
    height: 90px;
    box-sizing: border-box;
}
#main .index .topBox .linkUl li a span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    color: #323232;
    font-size: 1rem;
}
#main .index .topBox .banner {
    margin: 29px -15px 0;
}
#main .index .topBox .banner img {
    width: 100%;
}
#main .index .concept {
    margin-bottom: 23px;
    text-align: center;
}
#main .index .concept h2 {
    font-size: 1.7rem;
    text-align: center;
    line-height: 1;
    color: #fff;
    padding: 1em;
    width: 80%;
    margin: 0 auto;
    background: rgba(18, 101, 168, 0.7);
}
#main .index .concept p {
    display: inline;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 2px solid #25A1DC;
}
#main .index .sec01 {
    padding: 35px 15px 34px;
    background-color: #EEEDEE;
}
#main .index .sec01 .ttl {
    margin-bottom: 23px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.47;
}
#main .index .sec02 {
    padding: 37px 15px 40px;
}
#main .index .sec02 .headLine01 {
    margin-bottom: 17px;
}
#main .index .sec02 .headLine01 span::before {
    bottom: -7px;
    border-bottom: 2px solid #EF592A;
}
#main .index .sec02 .ttl {
    margin-bottom: 23px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.47;
}
#main .index .sec02 img.tl {
    width: 31px;
    height: auto;
    margin-right: 1em;
    vertical-align: middle;
}
#main .index .sec02 img.tr {
    width: 31px;
    height: auto;
    margin-left: 1em;
    vertical-align: middle;
}
#main .index .sec02 .comList li .txtBox .sort {
    width: 55px;
    background-color: #EB9332;
}
#main .index .sec03 {
    padding: 35px 15px 23px;
    background-color: #ffffff;
}
#main .index .sec03 .ttl {
    margin-bottom: 23px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.47;
}
#main .index .sec03 .ttl img {
    display: inline-block;
    vertical-align: middle;
}
#main .index .sec03 .comList {
    margin-bottom: 26px;
}
#main .index .sec03 .comList li {
    padding: 0;
}
#main .index .sec03 .comList li a {
    display: block;
    padding: 15px 0 17px;
}
#main .index .sec03 .headLine01 span:before {
    border-bottom: 2px solid #25A1DC;
}
#main .index .sec03 .comList li .txtBox .sort {
    margin: 0 10px 0 0;
    width: 55px;
    display: inline-block;
    background-color: #25A1DC;
}
#main .index .sec03 .comList li .txtBox .date {
    margin: 0;
    display: inline-block;
}
#main .index .sec03 .comList li .txtBox .title {
    margin-top: 9px;
}
#main .index .sec04 {
    padding: 35px 15px 23px;
    background-color: #EEEDEE;
}


/*-------------
　　補助金バナー
---------------*/
.subsidy-banner{
  display:block;
  max-width:520px;
  margin:12px auto; 
  border-radius:16px;
  overflow:hidden; 
  box-shadow:0 6px 18px rgba(0,0,0,.12);
  -webkit-tap-highlight-color: transparent;
}

.subsidy-banner img{
  display:block;
  width:100%;
  height:auto;
}

/* 押した感 */
.subsidy-banner:active{
  transform:scale(.99);
}

/*-------------
　　youtube
---------------*/
#main .index .sec05 {
    padding: 35px 15px 23px;
    background-color: #FFFFFF;
}
a.youtubechannel {
    display: block;
    width: 80%;
    height: auto;
    margin: 20px auto;
}
/*-------------
　　建築実例表示
---------------*/
#main .index .sec06 {
    padding: 35px 15px 23px;
    background-color: #EEEDEE;
    margin-bottom: 30px;
}
#main .index .sec06 .headLine01 span::before {
    bottom: -7px;
    border-bottom: 2px solid #D54C84;
}
#main .index .sec06 img.tr {
    width: 31px;
    height: auto;
    margin-left: 1em;
    vertical-align: middle;
}
#main .index .sec06 .ttl {
    margin-bottom: 23px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.47;
}
#main .index .sec06 .ttl span {
    color: #7BB54D;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}
#main .index .sec06 ul.works-sec li {
    margin-bottom: 13px;
}
#main .index .sec06 ul.works-sec li a {
    display: block;
    padding: 13px 10px 17px;
    background-color: #fff;
    text-align: center;
}
#main .works .sec06 ul.works-sec li img {
    margin-bottom: 9px;
}
#main .index .sec06 ul.works-sec li h3 {
    margin-top: 5px;
    display: block;
    font-size: 1.6rem;
    letter-spacing: -2px;
    font-weight: 500;
    color: #231815;
}
#main .index .sec06 ul.works-sec li h3 span {
    margin-left: 10px;
    text-align: left;
    font-size: 1.5rem;
    color: #717071;
    margin-bottom: 6px;
}

/*-------------
　　現場ブログ
---------------*/
#main .index .sec07 {
	padding: 35px 15px 23px;
	background-color: #EEEDEE;
}

#main .index .sec07 .ttl {
	margin-bottom: 23px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.47;
}

#main .index .sec07 .ttl img {
	display: inline-block;
	vertical-align: middle;
}

#main .index .sec07 .comList {
	margin-bottom: 26px;
}

#main .index .sec07 .comList li {
	padding: 0;
}

#main .index .sec07 .comList li a {
	display: block;
	padding: 15px 0 17px;
}

#main .index .sec07 .headLine01 span:before {
    border-bottom: 2px solid #19448e;
}

#main .index .sec07 .comList li .txtBox .sort {
	margin: 0 10px 0 0;
	width: 55px;
	display: inline-block;
	background-color: #19448e;
}

#main .index .sec07 .comList li .txtBox .date {
	margin: 0;
	display: inline-block;
}

#main .index .sec07 .comList li .txtBox .title {
	margin-top: 9px;
}
