@charset "utf-8";

.head_info h1::before{
	content:"デザイン｜東京都足立区の新築分譲マンション「パレステージ北千住Ⅱ」公式HP。東京メトロ千代田線・日比谷線「北千住」駅徒歩8分。";
	display: inline-block;
    font-size: 10px;
}
.h_links ul li.design::before {
    width: 100%;
    transition: 0.3s;
}
.hummenu ul li.design {
    border-bottom: 1px solid #fff;
}
.footer_sitemap ul li.design a {
    background: #1b233e;
    color: #fff;
}
.sub_head {
    background: url(../img/design/subhead.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
.sec_ttl.en {
    font-family: 'Cormorant Garamond';
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 20px;
}


/* design */
.des_img{
    overflow: hidden;
}
.facade{
    margin-bottom: 80px;
}
.bg_beige {
    background-color: #ebe5db;
}
.material_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.material_item {
    width: 17%;
}
.ttlbox.design_mb {
    margin-bottom: 80px;
}

.entrance_box{
    margin-bottom: 80px;
}



@media screen and (max-width: 650px) {
.facade {
    margin-bottom: 60px;
}
.material_flex {
    margin-bottom: 0;
    justify-content: center;
    gap: 6.5%;
}
.material_item {
    width: 29%;
}
.material_item:nth-child(n+4) {
    margin-top: 6.5%;
}
.ttlbox.design_mb {
    margin-bottom: 60px;
}
.entrance_box{
    margin-bottom: 60px;
}
}


/* inview */
.fade{
	opacity: 0;
	transition-duration: 1s;
	transform: translateY(20px);
}
.fade.is-show{
	opacity: 1;
	transition-duration: 1s;
	transform: translateY(0px);
}
