@charset "utf-8";
/* 下層必須調整 */
.head_info h1{
	position: relative;
}
.head_info h1::before{
	content:"デザイン｜南区相模大野の新築分譲マンション「デュオステージ相模大野」公式HP。小田急小田原線相模大野駅徒歩3分。";
	display: inline-block;
    font-size: 10px;
    color: #fff;
}

.scroll_be{
	display: none;
}

#wrapper{
	overflow: hidden !important;
}

.out-wrapper{
	background-color: #fff;
	padding: 50px 0 0;
}
.duo-inner{
	max-width: 1020px;
	padding: 0 10px;
	margin: 0 auto;
}

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

/* 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;
}

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



.des_img{
    overflow: hidden;
}
.des_img.closs{
    width: 11%;
    max-width: 50px;
    margin: 15px auto;
}
.facade{
    margin-bottom: 80px;
}
.entrance{
    background: #f1f8f7;
    padding: 80px 0;
    margin-bottom: 40px;
}

.mw700 {
    max-width: 800px;
    margin: 0 auto;
}



.material_box{
    margin: 60px auto;
    background: #ffffff;
    padding: 20px 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    max-width: 500px;
}
.material_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 880px;
    margin: 0 auto;
}
.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_ttl_ja{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.5;
}
.material_text_box{
    /* color: #fff; */
}
.material_text{
    font-size: 14px;
    line-height: 2;
    text-align: justify;
}
.material_text_box{
    width: 60%;
}
.material_img{
    width: 100%;
    /* min-width: 249px; */
    max-width: 230px;
    margin-left: 40px;
}
.material_img .imgcap{
    background: none;
    bottom: -1em;
    color: #000;
}
.margin-bottom_design {
    margin-bottom: 60px;
}

.cap_kome_flex {
    display: flex;
}

@media screen and (max-width:1100px){
    
}


@media screen and (max-width:1000px){

}


@media screen and (max-width:750px){
    
}


@media screen and (max-width:650px){
    .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: 60%;
    }
    .material_box {
        margin: 40px auto;
        padding: 30px 20px;
    }
    .entrance {
        padding: 60px 0;
    }
    .facade {
        margin-bottom: 60px;
    }
    .margin-bottom_design {
        margin-bottom: 40px;
    }
    .des_img.closs{
        max-width: 50px;
        margin: 10px auto;
    }
}


@media screen and (max-width:550px){

}


@media screen and (max-width: 450px) {
	
}





















