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

/*＝＝＝＝＝＝扉ページ＝＝＝＝＝＝＝＝*/
#mainSuv.top h2 {
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0) 30%,#fff 30%,#fff 35%,rgba(255, 255, 255, 0) 35%,rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0));
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0) 30%,#fff 30%,#fff 35%,rgba(255, 255, 255, 0) 35%,rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0));
	margin: 6.5% auto!important;
	color: #fff;
}

#mainSuv.top h2 img {
	padding: 0px 0 17%;
}

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

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

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

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

#housingNav li {
	width:100%;
}

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

#housingNav li span {
	display:block;
	font-family: copperplate;
	border-top: 1px solid #434242;
	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 #434242;
	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%;
}

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

.kurumuList li {
	width: 48%;
	margin: 0 auto 2%;
	border: 1px solid #333;
}

.kurumuList li a {
	padding: 1.2rem;
}

.kurumuList li a p {
	font-size: 90%;
	margin-bottom: 0.8rem;
}

.kurumuList li a p.textSmall {
	font-size: 80%;
}

.kurumuList li a .flexBox {
	margin-bottom: 1rem;
}

.kurumuList li a .flexBox p {
	display: flex;
	align-items: center;
}

.kurumuList li .title {
	font-weight: bold;
	font-size: 120%;
	width: 80%;
}

.kurumuList .flexBox div {
    width: 100%;
}

sup {
    font-size: 70%;
}

.kurumuList li a p {
	text-align: left;
}

.kurumuList li a .textBox {
    min-height: 9rem;
}

.kurumuList li a p.mark {
    background: url(../../image/common/arrow_red01.png)no-repeat 99% 50%;
    background-size: 25px;
    display: block;
    padding: 0 2.2rem;
    color: #C90010;
    line-height: 25px;
	text-align: right;
	margin-bottom: 0;
}

/*======詳細ページ======*/

#mainSuv h2 {
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0) 37%,#fff 37%,#fff 45%,rgba(255, 255, 255, 0) 45%,rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0));
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0) 37%,#fff 37%,#fff 45%,rgba(255, 255, 255, 0) 45%,rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0));
}

#mainSuv h2 span {
	color:#fff;
}

.mb4 {
	margin-bottom: 2rem;
}

.mb6 {
	margin-bottom: 4rem;
}

ol.listNumber {
	list-style: decimal;
	padding-left: 1.2rem;
}

ol.listNumber li {
	line-height: 2;
}


@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:320px) and ( max-width:767px) { 
	p {
		font-size: 90%;
	}
	
	h2.nomal {
		font-size: 105%;
		margin: 8% auto;
		line-height: 1.8;
	}
	
	#mainSuv.top h2 {
		background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0) 30%,#fff 30%,#fff 38%,rgba(255, 255, 255, 0) 38%,rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0));
		background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0) 30%,#fff 30%,#fff 38%,rgba(255, 255, 255, 0) 38%,rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0));
		margin: 10%!important;
		line-height: 2;
	}
	
	#mainSuv.top h2 img {
		padding: 0px 0 16%;
		width: 50%;
	}
		 	
	#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;
	}
	
	.kurumuList {
		margin-bottom: 2rem;
	}
	
	.kurumuList li {
		width: 90%;
		margin: 0 auto 4%;
	}
		
	.kurumuList li a .textBox {
		min-height: unset;
	}
}
