@charset "UTF-8";
/*＝＝＝＝＝＝共通＝＝＝＝＝＝＝＝*/
#mainSuv {
	background: url(../image/freeplan/main.jpg) no-repeat 0 0;
	background-size: cover;
}

.madorishuBnr {
	max-width: 990px;
	margin: 0.5rem auto 0;
}
.madorishuBnr img{
	width: 100%;
}
.madorishuBnr a:hover {
	filter: brightness(1.02);
	box-shadow: 2px 5px 7px #8a8a8a;
}

.requestBnr {
	max-width: 840px;
	margin: 6rem auto 0;
}
.requestBnr img{
	width: 100%;
}
.requestBnr a:hover {
	filter: brightness(1.02);
    box-shadow: 2px 5px 7px #8a8a8a;
}

/*＝＝＝＝＝＝扉ページ＝＝＝＝＝＝＝＝*/
h2.nomal {
	background: none;
	line-height: 2;
	margin: 6% auto 0;
	display: inline-block;
	padding: 0 0 1rem 0;
	font-size: 220%;
	font-weight: bold;
}

h3 {
	font-size: 300%;
	font-weight: bold;
	color:#000;
	line-height: 1.2;
	margin: 0 0 3rem 0;
}

h3 span {
	font-size: 40%;
	font-weight: bold;
	display: block;
}

.text {
	font-size: 120%;
	line-height: 2.2;
}

.subText  {
	font-size: 90%;
	line-height: 2;
	margin-bottom: 4rem;
}

/*バナー上に配置するリード文*/
.lead{
	margin: 3rem auto 10px;
	font-size: 160%;
	font-weight: bold;
	line-height: 1.6;
    position: relative;
    display: inline-block;
    padding: 0 25px;
}
       
.lead:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(-25deg);
}
       
.lead:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(25deg);
}







#housingNav {
	width:80%;
	margin: 4% auto;
	justify-content: center;
}

#housingNav li {
	width:100%;
	padding: 0 2%;
}

#housingNav li a {
	font-weight: bold;
	line-height: 2.4;
}

#housingNav li span {
	display:block;
	font-family: copperplate;
	border-top: 1px solid #000;
	font-weight: bold;
	font-size: 12px;
	line-height: 3.1;
	margin-top: 2%;
	position: relative;
	padding-top: 4px;
}

#housingNav li span:after,#housingNav li span:before {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	top: -1px;
	width: 25%;
	border-top: 1px solid #fff;
}

#housingNav li span:after {
	left: 0;
}

#housingNav li span:before {
	right: 0;
}

#housingNav li.current span,#housingNav li a:hover span  {
	border-top: 5px solid #000;
	padding-top: 0;
}

#housingNav li.current span:after,#housingNav li.current span:before,#housingNav li a:hover span:after,#housingNav li a:hover span:before {
	top: -5px;
	border-top: 5px solid #fff;
}

#housingNav li:first-child img {
	width: 70%;
}

.freeplanList {
	flex-wrap: wrap;
	margin-bottom: 4rem;
}

.freeplanList li {
	width: 48%;
	margin: 0 auto 2%;
}

.freeplanList02 {
	flex-wrap: wrap;
	margin-bottom: 4rem;
}

.freeplanList02 li {
	width: 32%;
	margin: 0 auto 1.2%;
}

.w90 {
	width: 90%;
	margin: 0 auto 0;
	max-width: 1000px;
}

/*＝＝＝＝＝＝下層ページ＝＝＝＝＝＝＝＝*/

.photoList li {
	float: left;
	width: 49%;
	margin: 0 2% 2% 0;
}

.photoList li:nth-child(2n) {
	margin: 0 0 2% 0;
}

.bgColor {
	background: #f7f6f2;
	padding: 5% 0;
	margin-bottom: 4rem;
	
}

.bgColor h2 {
	width: 40%;
	margin: 0 auto;
	background: none;
}

.bgColor figure img {
	margin-bottom: 0.5rem;
}

.bgColor figcaption {
	margin-bottom: 2rem;
	text-align: left;
}

.bgColor .title {
    font-size: 180%;
    text-align: left;
    color: #fff;
    background: #f09b2f;
    font-weight: bold;
    padding-left: 0.8rem;
    margin-bottom: 1rem;
}

.whiteBox {
	background: #fff;
	width: 90%;
	padding: 4rem 0;
	margin: 0 auto;
	max-width: 1000px;
}

.whiteBox h3 span {
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 60%;
}


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

	#housingNav {
		width: 100%;
	}	

}

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

	#housingNav {
		width: 100%;
		flex-wrap: wrap;
	}	
	#housingNav li {
		width: 25%;
	}


}

@media screen and (min-width:768px) and ( max-width:1120px) { 
	.bgColor .title {
		font-size: 120%;
	}
	/*バナー上に配置するリード文*/
	.lead{
		font-size: 130%;
	}
}

@media screen and (min-width:320px) and ( max-width:767px) { 
	p {
		font-size: 90%;
	}
	
	h2.nomal {
		font-size: 105%;
		margin: 8% auto;
		line-height: 1.8;
	}
	
	h3 {
		font-size: 140%;
		margin: 0 0 2rem 0;
	}

	/*バナー上に配置するリード文*/
	.lead{
		font-size: 80%;
	}

	#housingNav {
		width: 100%;
		margin: 6% auto;
	}

	#housingNav li {
		width: 50%;
		margin-bottom: 4%;
	}

	#housingNav li a {
		line-height: 2.6;
		font-size: 13px;
	}

	#housingNav li:first-child img {
		width: 55%;
	}

	.text {
		font-size: 90%;
		line-height: 1.8;
	}
	
	#mainSuv {
		padding-top: 60px;
	}
	
	.freeplanList02 {
		margin-bottom: 1rem;
	}
	
	.freeplanList li {
		width: 90%;
		margin: 0 auto 4%;
	}
	
	.freeplanList02 li {
		width: 49%;
		margin: 0 auto 1%;
	}
	
	.requestBnr {
		max-width:unset;
		margin: 1rem auto 50px;
	}	
	.requestBnr img {
		width: 100%;
	}	
	.madorishuBnr {
/*		max-width: 990px;*/
		margin: 0rem auto 0;
	}
/*
	.madorishuBnr img{
		width: 100%;
	}
*/
/*
	.madorishuBnr a:hover {
		filter: brightness(1.02);
		box-shadow: 2px 5px 7px #8a8a8a;
	}
*/

/*＝＝＝＝＝＝下層ページ＝＝＝＝＝＝＝＝*/
	.subText  {
		line-height: 1.6;
		margin-bottom: 2rem;
	}
	
	.photoList li {
		float: none;
		width: 100%;
		margin: 0 0 2% 0;
	}

	.bgColor {
		padding: 2rem 0;
		margin-bottom: 1.4rem;
	}

	.bgColor h2 {
		width: 70%;
	}

	.bgColor figcaption {
		font-size: 90%;
	}

	.whiteBox {
		padding: 2rem 0;
		margin: 0 auto;
		max-width: unset;
	}

	.whiteBox h3 {
		margin: 0 0 1rem 0;
	}

	.bgColor .title {
		font-size: 100%;
		padding: 0 0.5rem;
		margin-bottom: 1rem;
		line-height: 2;
	}

	figure.mb4 {
		margin-bottom: 2rem;
	}



}
