@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　brand
 */

 .pc{display: block;}
 .sp{display: none;}

 @media  screen and (max-width: 768px){
     .pc{display: none;}
     .sp{display: block;}
 }
/* .f_bnr.display{
     display: none;
 }*/
.f_bnr .brand_bnr{
    display: none;
}


/*--------------------------------------------------------------------------
   page-ttl
---------------------------------------------------------------------------*/
#page-ttl{
    margin-top: 123px;
    background:url(../img/ttl_bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 350px;
    position: relative;
}
#page-ttl::after{
    content: "エントランスアプローチ 完成予想図";
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #fff;
    font-size: 1.1px;
}
#page-ttl .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 480px;
    text-align: center;
}
#page-ttl h1{
    font-size:3rem;
    line-height: 0.5;
    letter-spacing: 0.3rem;
    color: #fff;
    font-weight: normal;
}
#page-ttl h1 .en{
    font-size: 1.4rem;
    display: flex;
    align-items: center;
}
#page-ttl h1 .en::before,
#page-ttl h1 .en:after{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #fff;
}
#page-ttl h1 .en:before{
    margin-right: 1rem;
}
#page-ttl h1 .en:after{
    margin-left: 0.5rem;
}

@media  screen and (max-width: 768px) {    
    #page-ttl{
/*        margin-top: 60px;*/
        margin-top: 100px;
        height: 200px;
    }
    #page-ttl .inner{
        max-width: 250px;
        width: 80%;
    }
    #page-ttl h1{
        font-size: 1.4rem;
    }
    #page-ttl h1 .en{
        font-size: 1rem;
    }
}



/*--------------------------------------------------------------------------
   brand-top
---------------------------------------------------------------------------*/
.contents{
    padding: 100px 0;
}
.contents .brand-top{
    margin: 0 auto;
    text-align: center;
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid #231815;
}
h2{
    font-size: 2rem;
    padding-bottom: 65px;
}
.brand-logo{
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.brand-top .txt{
    line-height: 2.5;
}

@media  screen and (max-width: 768px) {
    .contents{
        padding:60px 0
    }
    h2{
        font-size: 4.9vw;
        padding-bottom: 30px;
    }
    .brand-logo{
        width: 70%;
    }
    .contents .brand-top{
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
    .txt{
        font-size: 14px;
    }
    .brand-top .txt{
        line-height: 2.3;
    }
}


/*--------------------------------------------------------------------------
   brand-bottom
---------------------------------------------------------------------------*/
.contents .brand-bottom{
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.txt-box{
	position: relative;
	margin: 0 0 80px;
	padding: 100px 28px 100px;
	background: #796A56;
	text-align: center;
    color: #fff;
}
.txt-box::after{
	position: absolute;
	left: 13px;
	top: 13px;
	display: block;
	content: "";
	width: calc(100% - 26px);
	height: calc(100% - 26px);
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .7);
	pointer-events: none;
}
.txt-box .brand-logo img{
	max-width: 220px;
	width: 130%;
}
.txt-box h3{
	font-size: 2.2rem;
	margin-top: 39px;
	margin-bottom: 49px;
}
.txt-box p{
    line-height: 2.5;
}

.txt.left{
    text-align: left;
    line-height: 2.5;
}

.jisseki_flex{
    margin-top: 80px;
	display: flex;
	justify-content: center;
    text-align: left;
}
.jisseki_in:nth-of-type(n+2){
	padding-left:10px;
}
.jisseki_in img{
	padding-bottom: 15px;
}
.info{
    padding-top: 5px;
    font-size: 14px;
    line-height: 1.4;
}



@media screen and (max-width: 768px){
    .txt-box{
		padding: 60px 20px;
		margin: 40px 0 30px;
	}
	.txt-box::after{
		left: 5px;
		top: 5px;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
	}
    .txt-box h3{
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 1.2rem;
	}
    .txt-box p{
        line-height: 2.3;
    }
	.jisseki_flex{
		flex-direction: column;
		text-align: center;
        margin-top: 40px;
	}
    .jisseki_in{
        margin-bottom: 30px;
    }
    .jisseki_in:last-of-type{
        margin-bottom: 0;
    }
	.jisseki_in .txt{
		font-size: 1.2rem;
        text-align: center!important;
	}
	.jisseki_in .note{
		font-size: 14px;
	}
    .txt.left{
        line-height: 2;
    }
}