@charset "utf-8";
/* CSS Document */


/*/////////////// MV ///////////////*/
.mv2 {
	position: relative;
	background: linear-gradient(90deg, #f4f4f4 0%, #f4f4f4 94%, #FFFFFF 94%, #FFFFFF 100%);
}

.mv2 .mv_img {
	display: block;
	margin-left: 4%;
	padding-bottom: 20px;
}

.mv2 .title {
    position: absolute;
    left: 0%;
    top: 45%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.mv2 .title img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 64%;
}

@media (min-width: 480px) {
	.mv2 .title img {
		width: 280px;
	}
}

@media (min-width: 576px) {
	.mv2 .title img {
		width: 300px;
	}
}

@media (min-width: 768px) {
	.mv2 .mv_img {
		margin-left: 4%;
		padding-bottom: 30px;
	}
	
	.mv2 .title img {
		width: 320px;
	}
}

@media (min-width: 992px) {
	.mv2 .mv_img {
		margin-left: 5%;
		padding-bottom: 40px;
	}
	
	.mv2 .title img {
		width: 360px;
	}
}

@media (min-width: 1200px) {
	.mv2 {
		background: linear-gradient(90deg, #f4f4f4 0%, #f4f4f4 90%, #FFFFFF 90%, #FFFFFF 100%);
	}
	
	.mv2 .mv_img {
		margin-left: 8%;
		padding-bottom: 60px;
	}
	
	.mv2 .title img {
		width: 400px;
	}
}

@media (min-width: 1400px) {
	.mv2 {
		background: linear-gradient(90deg, #f4f4f4 0%, #f4f4f4 88%, #FFFFFF 88%, #FFFFFF 100%);
	}
	
	.mv2 .mv_img {
		margin-left: 10%;
		padding-bottom: 70px;
	}
}

@media (min-width: 1600px) {
	.mv2 .mv_img {
		padding-bottom: 80px;
	}	
}


/*/////////////// パンくず ///////////////*/
.pankuzu a {
	color: #222 !important;		
}


/*/////////////// 共通 ///////////////*/
.list .container, .back-num .container {
	max-width: 1300px;
}

.list h3, .back-num h3 {
	color: #222 !important;
}

.list h3 {
	font-size: 1.4em;
	margin-bottom: 0;
	color: #222 !important;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;		
}

.list h3:hover, .list p:hover, .back-num h3:hover, .back-num p:hover {
	color: #A3DEFF !important;
	text-decoration: none;
	transition-duration: 0.3s;
}

.list p, .back-num p {
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;	
}

.list .wrap, .back-num .wrap {
	margin-bottom: 35px;
}

.list .wrap:last-child, .back-num .wrap:last-child {
	margin-bottom: 0 !important;
}


@media (min-width: 576px) {
	.list h3 {
		font-size: 1.25em !important;
	}
	
	.list .wrap, .back-num .wrap {
		margin-bottom: 45px;
	}
	
	.list .col-12:nth-last-child(-n+2), .back-num .wrap:nth-last-child(-n+2) {
		margin-bottom: 0 !important;
	}	
}

@media (min-width: 768px) {	
	.list .wrap, .back-num .wrap {
		margin-bottom: 55px;
	}
	
	.list .wrap:nth-last-child(-n+3), .back-num .wrap:nth-last-child(-n+3) {
		margin-bottom: 0 !important;
	}	
}

@media (min-width: 992px) {
	.list h3, .back-num h3 {
		font-size: 1.3em;
	}
	
	.list .wrap, .back-num .wrap {
		margin-bottom: 60px;
	}	
}





/*/////////////// 記事 ///////////////*/
.article .container {
	max-width: 960px;
}

.article h1 {
	border-top: 3px solid #222;
	border-bottom: 1px solid #222;
	font-size: 1.7em;
	margin-bottom: 30px;
}

.article h2 {
	font-size: 1.5em;
	color: #fff;
	background-color: #225e40;
	padding: 15px;
	border-left: 10px solid #91afa0;
	margin-bottom: 20px;
}

.article .midashi1 {
	color: #225e40;
	font-size: 1.5em;
	font-weight: 700;
}

.article .highlight {
	font-size: 1.2em;
	font-weight: bold;
	background-color: #FBE0E0;
	display: inline-block;
	padding-top: 3px;
}

.article .highlight2 {
	border: 1px solid #888;
	padding: 15px;
}

.article .highlight3 {
	font-size: 1.3em;
	font-weight: bold;
	background-color: #988575;
	display: inline-block;
	padding-top: 3px;
}

.article .text-large {
	font-size: 1.2em;
	line-height: 1.6em;
}

@media (min-width: 576px) {
	.article h1 {
		margin-bottom: 35px;
	}

	.article h2 {
		font-size: 1.5em;
		padding: 20px;
		border-left: 15px solid #91afa0;
		margin-bottom: 25px;
	}
}

@media (min-width: 768px) {
	.article h1 {
		font-size: 1.75em;
	}

	.article h2 {
		font-size: 1.55em;
		padding: 25px;
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) {
	.article h1 {
		margin-bottom: 45px;
	}
}

@media (min-width: 1200px) {
	.article h1 {
		font-size: 1.8em;
		margin-bottom: 55px;
	}
	
	.article h2 {
		font-size: 1.6em;
		margin-bottom: 35px;
	}	
}


/*/////////////// 記事内マージン ///////////////*/
.article section {
	margin-bottom: 45px;
}

@media (min-width: 576px) {
	.article section {
		margin-bottom: 55px;
	}
}

@media (min-width: 768px) {
	.article section {
		margin-bottom: 65px;
	}
}

@media (min-width: 992px) {
	.article section {
		margin-bottom: 75px;
	}
}

@media (min-width: 1200px) {
	.article section {
		margin-bottom: 90px;
	}
}

@media (min-width: 1400px) {
	.article section {
		margin-bottom: 100px;
	}
}


/*/////////////// 物件一覧へ ///////////////*/
.house-list {
	background-color: #286689;
}

.house-list .container {
	max-width: 840px;
}

.house-list .btn1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	font-size: 1.3em;
	color: #286689;
	width: 94%;
	text-align: center;
	background-color: #fff;
	border-radius: 34px;
	padding: 20px 0;
}

.house-list .btn1:hover {
	background-color: #CAE9FF;
	color: #fff;
	transition-duration: 0.3s;
}

.house-list .btn1 img {
	width: 45px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: -8px;
}

@media (min-width: 768px) {
	.house-list .btn1 {
		font-size: 1.3em;
		width: 97%;
		padding: 25px 0;
		border-radius: 38px;		
	}

	.house-list .btn1:hover {
		background-color: #CAE9FF;
		color: #fff;
		transition-duration: 0.3s;
	}
}

@media (min-width: 992px) {
	.house-list .btn1 {
		font-size: 1.35em;	
	}
}

/*/////////////// バックナンバーへ ///////////////*/
.back-num {
	position: relative;
	background-color: #f4f4f4;
	padding-top: 80px !important;
}

.back-num .title2 {
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width: 120px;
}

.back-num h3 {
	font-size: 1.15em !important;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.back-num .wrap p {
	display: none;
}

.back-num .wrap {
	margin-bottom: 30px;
}

.back-num .wrap:nth-last-child(-n+2) {
	margin-bottom: 0;
}

@media (min-width: 576px) {
	.back-num {
		padding-top: 110px !important;
	}

	.back-num .title2 {
		top: 20px;
		width: 130px;
	}
}

@media (min-width: 768px) {
	.back-num {
		padding-top: 110px !important;
	}

	.back-num .title2 {
		top: 20px;
		width: 140px;
	}
}

@media (min-width: 992px) {
	.back-num {
		padding-top: 120px !important;
	}

	.back-num .title2 {
		top: 25px;
		width: 150px;
	}
}

@media (min-width: 1200px) {
	.back-num {
		padding-top: 150px !important;
	}

	.back-num .title2 {
		top: 40px;
	}
}


/*/////////////// 文字サイズ ///////////////*/
.f-0_8 {
	font-size: 0.8em !important;
}

.f-0_9 {
	font-size: 0.9em !important;
}

.f-1_0 {
	font-size: 1.0em !important;
}

.f-1_1 {
	font-size: 1.1em !important;
}

.f-1_2 {
	font-size: 1.2em !important;
}

.f-1_3 {
	font-size: 1.3em !important;
}

.f-1_4 {
	font-size: 1.4em !important;
}

.f-1_5 {
	font-size: 1.5em !important;
}


@media (min-width: 576px) {
	.f-sm-0_8 {
		font-size: 0.8em !important;
	}

	.f-sm-0_9 {
		font-size: 0.9em !important;
	}

	.f-sm-1_0 {
		font-size: 1.0em !important;
	}

	.f-sm-1_1 {
		font-size: 1.1em !important;
	}

	.f-sm-1_2 {
		font-size: 1.2em !important;
	}

	.f-sm-1_3 {
		font-size: 1.3em !important;
	}

	.f-sm-1_4 {
		font-size: 1.4em !important;
	}

	.f-sm-1_5 {
		font-size: 1.5em !important;
	}
}

@media (min-width: 768px) {
	.f-md-0_8 {
		font-size: 0.8em !important;
	}

	.f-md-0_9 {
		font-size: 0.9em !important;
	}

	.f-md-1_0 {
		font-size: 1.0em !important;
	}

	.f-md-1_1 {
		font-size: 1.1em !important;
	}

	.f-md-1_2 {
		font-size: 1.2em !important;
	}

	.f-md-1_3 {
		font-size: 1.3em !important;
	}

	.f-md-1_4 {
		font-size: 1.4em !important;
	}

	.f-sm-1_5 {
		font-size: 1.5em !important;
	}
}

@media (min-width: 992px) {
	.f-lg-0_8 {
		font-size: 0.8em !important;
	}

	.f-lg-0_9 {
		font-size: 0.9em !important;
	}

	.f-lg-1_0 {
		font-size: 1.0em !important;
	}

	.f-lg-1_1 {
		font-size: 1.1em !important;
	}

	.f-lg-1_2 {
		font-size: 1.2em !important;
	}

	.f-lg-1_3 {
		font-size: 1.3em !important;
	}

	.f-lg-1_4 {
		font-size: 1.4em !important;
	}

	.f-lg-1_5 {
		font-size: 1.5em !important;
	}
}

@media (min-width: 1200x) {
	.f-xl-0_8 {
		font-size: 0.8em !important;
	}

	.f-xl-0_9 {
		font-size: 0.9em !important;
	}

	.f-xl-1_0 {
		font-size: 1.0em !important;
	}

	.f-xl-1_1 {
		font-size: 1.1em !important;
	}

	.f-xl-1_2 {
		font-size: 1.2em !important;
	}

	.f-xl-1_3 {
		font-size: 1.3em !important;
	}

	.f-xl-1_4 {
		font-size: 1.4em !important;
	}

	.f-xl-1_5 {
		font-size: 1.5em !important;
	}
}
