@charset "utf-8";
.head_info h1{
	position: relative;
}
.head_info h1::before{
	content: "デザイン｜横浜市保土ケ谷区の新築分譲マンション「デュオステージ横浜星川」公式HP。相鉄本線「星川」駅徒歩3分。";
	display: inline-block;
    font-size: 10px;
}


/* カレントメニュー */
.h_links ul li.design::before {
    width: 100%;
    transition: 0.3s;
}
.footer_sitemap ul li.design a {
    background: #0f345d;
    color: #fff;
}
.hummenu ul li.design {
    border-bottom: 1px solid #fff;
}


.scroll_be{
	display: none;
}

#wrapper{
	overflow: hidden !important;
}

.id_{
	padding-top: 120px;
	margin-top: -120px;
	display: block;
}

/* subhead  */
.sub_head{
	background: url(../img/design/subhead.jpg) no-repeat;
	background-position: center;
    background-size: cover;
}
.sub_head img {
    width: auto;
    max-height: 49px;
}



.facade {
	margin-bottom: 80px;
}
.sec_ttl {
    font-size: 28px;
    margin: auto;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.sec_lead {
    font-size: 16px;
    color: #221815;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 30px;
}

/* entrance */
.entrance {
	background: #f2f8ff;
    padding: 80px 0;
    /* margin-bottom: 40px; */
}


/* MATERIAL */
.material_box {
    margin: 60px auto;
    background: #ffffff;
    padding: 20px 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    max-width: 700px;
}
.material_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 880px;
    margin: 0 auto;
}
.material_text_box {
    width: 60%;
}
.material_ttl {
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 22px;
    letter-spacing: 0.1em;
    text-align: center;
	color: #848484;
}
.material_img {
    width: 100%;
    min-width: 249px;
    max-width: 387px;
    margin-left: 40px;
}
.des_img {
    overflow: hidden;
}
.margin-bottom_design {
    margin-bottom: 60px;
}




@media screen and (max-width: 1100px) {
    .sec_ttl {
        font-size: 24px;
    }
    .sec_lead {
        font-size: 15px;
        margin-top: 20px;
    }
}

@media screen and (max-width:768px){
    .sub_head {
        background: url(../img/design/subhead.jpg);
        background-position: center;
        background-size: cover;
    }
}

@media screen and (max-width: 750px) {
    .sec_ttl {
        font-size: 22px;
    }
	.sec_lead {
        font-size: 14px;
        margin-top: 20px;
    }
}

@media screen and (max-width:650px){
	.id_ {
		padding-top: 180px;
		margin-top: -180px;
	}

    .sec_ttl {
        font-size: 18px;
    }

    .material_box {
        margin: 40px auto;
        padding: 30px 20px;
    }
    .material_flex {
        flex-wrap: wrap;
        max-width: 380px;
    }
    .material_text_box {
        width: 100%;
        margin-bottom: 20px;
    }
	.material_img {
        margin: 0 auto;
        min-width: unset;
        width: 80%;
    }
    .facade {
        margin-bottom: 60px;
    }
    .entrance {
        padding: 60px 0;
    }
    .margin-bottom_design {
        margin-bottom: 40px;
    }
    .sec_box {
        padding: 40px 0;
    }
}


