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

.en-cursive {
	font-family: 'Staatliches', cursive;
}

body.gosick{
	font-family:"Yu Gothic Medium", "游ゴシック Medium", Yu Gothic, YuGothic, "游ゴシック体", 'Lato',"ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	word-break: break-all;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
}

header{
	z-index: 999;
}

ul.link-list > li{
	-webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
}



a{
	text-decoration: none;
	color: #333;
}

.breadcrumb ul{
	max-width: 1120px;
	margin: 0 auto;
}

.breadcrumb-item a{
	text-decoration: underline;
}

ul.link-list > li:hover{
	opacity: 0.7;
	cursor: pointer;
}
ul.link-list2 > li a{
	transition-duration: 0.3s;
}
ul.link-list2 > li a:hover{
	opacity: 0.7;
	cursor: pointer;
}

.w-footer{
	width: 100%;
}

.container{
	width: 90%;
	margin: 0 auto;
	max-width: 1120px;
}

#sub-title {
	background: center center no-repeat;
	background-size: cover;
}

#sub-title .container {
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#sub-title h2 {
	color: #fff;
	text-align: center;
	line-height: 1.4;
}

#sub-title h2 span {
	font-size: 30px;
	letter-spacing: 0.05em;
}

#sub-title h2 strong {
	font-size: 50px;
    font-weight: 700;
}


.tab-title,
.h2-title{
	text-align: center;
	font-weight: bold;
}

.tab-title{
	color: #fff;
}

.tab-title h2,
.h2-title h2{
	font-weight: bold;
}

.h2-title h2{
	color: #333;
}

.tab-partreform{
	background: #fe6067;
}

.tab-detached{
	background: #0068b7;
}

.tab-apartment{
	background: #06a77d;
}

.breadcrumb-item a,
.breadcrumb-item span{
	color: #333;
	line-height: 1.8em;
	font-size: 14px;
}

.breadcrumb-item+.breadcrumb-item::before{
	content: ">";
}

@media screen and (min-width:799px){
	
	.tab-title,
	.h2-title{
		padding: 70px 0;
		font-size: 36px;
	}
	
}

@media screen and (max-width:798px){
	
	.tab-title,
	.h2-title{
		padding: 40px 0;
		font-size: 24px;
	}
	


	#sub-title .container {
		height: 150px;
	}
		
	#sub-title h2 span {
		font-size: 15px;
	}
	
	#sub-title h2 strong {
		font-size: 25px;
	}
	

}