@charset "UTF-8";

.mainVisual {
	background: url("../image/housing/main_kurumu.jpg") no-repeat center center;
	background-size: cover;
	text-align: center;
}

.mainVisual figure {
    padding: 3% 0;
}

.mainVisual figure img {
    width: 20%;
	border-bottom: 10px solid #fff;
	padding-bottom: 15px;
    margin-bottom: 15px;
}

.mainVisual figcaption {
    color: #fff;
	font-weight: bold;
	font-size: 20px;
}

.requestBnr {
    max-width: 840px;
    margin: 6rem auto 6rem;
    text-align: center;
}

.requestBnr a:hover {
    filter: brightness(1.02);
    box-shadow: 2px 5px 7px #8a8a8a;
}

.housingMenu ul {
	justify-content: center;
}

.housingMenu li:nth-child(3),.housingMenu li:nth-child(3).is-now {
	display: flex!important;
}


@media screen and (min-width:320px) and ( max-width:767px) {

	main {
		padding-top: 60px;
	}
	
	.mainVisual {
		padding-top:60px;
	}
	
	.mainVisual figure {
		padding: 11% 0;
	}

	.mainVisual figure img {
		width: 40%;
		border-bottom: 8px solid #fff;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.mainVisual figcaption {
		font-size: 18px;
	}


	.requestBnr {
		width: 94%;
		margin: 40px auto 40px;
	}

	.mainVisual {
		background: url("../image/housing/main_kurumu_sp.jpg") no-repeat center center;
		background-size: cover;
	}	

	
	
}
