@charset "utf-8";
.head_info h1{
	position: relative;
}
.head_info h1::before{
	content: "間取り｜杉並区松庵の新築分譲マンション「パレステージ杉並松庵」公式HP。京王井の頭線三鷹台駅徒歩11分。";
	display: inline-block;
    font-size: 10px;
}


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


.scroll_be{
	display: none;
}

#wrapper{
	overflow: hidden !important;
}

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

.out-title{
	font-size: 20px;
	letter-spacing: 0.095em;
	font-weight: bold;
	margin-bottom: 10px;
	border-left: 4px solid #00a0e9;
	padding-left: 5px;
}
.btn_wrap{
	position: relative;
	padding-top: 55px;
}
.link_btn{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	max-width: 700px;
	margin: 0 auto;
	width: 100%;
	padding-top: 120px;
	margin-top: -120px;
	z-index: 10;
}
.link_btn.fixed{
	position: fixed;
	top: 105px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	bottom: auto;
}
.link_btn a{
	width: 31%;
	border: 1px solid #2e5231;
	text-align: center;
	color: #2e5231;
	padding: 10px 0;
	font-size: 18px;
	background: #fff;
	transition-duration: 0.3s;
}
.link_btn a.on{
	background: #2e5231;
	color: #fff;
}
.link_btn a:hover{
	background: #2e5231;
	color: #fff;
}
div h2{
	/* text-align: left; */
	/* padding-bottom: 15px; */
	/* padding-left: 10px; */
	/* border-bottom: 1px solid; */
	/* font-size: 20px; */
	/* margin-top: 30px; */
}
.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;
	}
	.link_btn{
		flex-wrap: wrap;
		padding-top: 105px;
		margin-top: -105px;
	}
	
	.link_btn a{
		width: 100%;
		margin-bottom: 10px;
	}
	.link_btn.fixed{
		top: 100px;
		padding: 105px 10px 0;
		box-sizing: border-box;
	}
	.link_btn.fixed a:first-of-type{
		border-top: 1px solid #2e5231;
	}
	.link_btn.fixed a{
		margin-bottom: 0px;
		padding: 5px 0;
		font-size: 15px;
		border-top: 0;
	}
	.btn_wrap{
		padding-top: 200px;
	}

}


