@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.plan::before {
    width: 100%;
    transition: 0.3s;
}
.footer_sitemap ul li.plan a {
    background: #0f345d;
    color: #fff;
}
.hummenu ul li.plan {
    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/plan/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/plan/subhead.jpg);
        background-position: center;
        background-size: cover;
    }
}

.plan_area{
	margin: 50px auto 60px;
	display: inline-block;
}

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

	.planList .planBox {
		margin: 20px auto !important;
		float: none !important;
		display: block !important;
	}
	.id_ {
		padding-top: 180px;
		margin-top: -180px;
	}

}


