@charset "utf-8";
/*====================================
　mansionのcss
====================================*/
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}

#sidebnr{
	position: fixed;
	top: 260px;
	right: 0;
	z-index: 2;
}
#sidebnr p{
	position: relative;
	overflow: hidden;
}
#sidebnr p + p{
	border-top: 1px solid #fff;
}
#sidebnr a{
	position: relative;
	display: block;
	padding: 22px 5px 20px;
	width: 50px;
	max-height: 185px;
	color: #fff;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

#sidebnr .blue a{
background: linear-gradient(30deg, rgba(14, 19, 42, 1) 0%, rgba(71, 99, 173, 1) 100%);

}

#sidebnr .yellow a{
background: linear-gradient(30deg, rgb(182, 128, 2) 0%, rgb(224, 179, 79) 100%);

}

#sidebnr .red a{
background: linear-gradient(30deg, rgb(112, 14, 14) 0%, rgb(196, 23, 23) 100%);

}



#sidebnr a::after{
	position: absolute;
	bottom: 2px;
	right: 2px;
	display: block;
	content: ' ';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #fff;
}
#sidebnr a span{
	display: inline-block;
	text-align: left;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
}
#sidebnr .twinkle-img{
	position: absolute;
	top: -300px;
	left: -300px;
	pointer-events: none;
}
@media screen and (max-width:767px) {
	#sidebnr{
		display: none;
	}
}


.lineupset{
	margin: 56px auto 0;
	width: 100%;
	max-width: 1020px;
}
.lineup_block{
	position: relative;
	float: left;
	width: 25%;
}
.lineup_block a{
	display: block;
	opacity: 1;
}
.lineup_block .imgbox img{
	width: 100%;
	height: auto;
}
.lineup_block a .txtbox{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 136px;
	background: rgba(2, 73, 151, 0.6);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.lineup_block a:hover .txtbox{
	height: 100%;
}
.lineup_block .txtbox .inner{
	display: table;
	width: 100%;
	height: 100%;
}
.lineup_block .txtbox .title{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 26px;
	font-family: "yu-mincho-pr6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
}
@media screen and (max-width:767px) {
	.lineupset{
		max-width: 510px;
	}
	.lineup_block{
		width: 50%;
	}
	.lineup_block .txtbox .title{
		font-size: 20px;
	}
}
.newsset{
	margin-top: 55px;
	padding: 26px 10px;
	background: url(../images/news_bg.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.newsset .inner{
	margin: 0 auto;
	width: 100%;
	max-width: 760px;
}
.news_block{
	padding: 10px 15px;
	background: #fff;
}
.news_block + .news_block{
	margin-top: 10px;
}
.news_block .date{
	float: left;
	width: 140px;
	color: #D81E79;
}
.news_block .text{
	float: right;
	width: calc(100% - 145px);
}
@media screen and (max-width:767px) {
	.news_block .date{
		float: none;
	}
	.news_block .text{
		float: none;
		width: 100%;
	}
}
.propertyset{
	margin: 55px auto 0;
	width: 100%;
	max-width: 1118px;
}
.property_block{
	float: left;
	width: 25%;
}
.property_block + .property_block{
	border-left: 1px solid #999;
}
.property_block a{
	display: block;
	padding: 19px;
	height: 320px;
	opacity: 1;
	background: none;
}
.hvr-radial-out:active, .hvr-radial-out:focus, .hvr-radial-out:hover{
	color: #333;
}
.property_block .hvr-radial-out:before{
	background: #F2F2F2;
}
.property_block .category{
	position: relative;
	margin-bottom: 10px;
	padding-left: 32px;
	font-size: 20px;
	font-family: "yu-mincho-pr6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.property_block .category::before{
	position: absolute;
	top: 5px;
	left: 5px;
	content: ' ';
	display: block;
	width: 8px;
	height: 8px;
	border: 4px solid #0F2657;
	border-radius: 50%;
	background: #fff;
}
.property_block .imgbox{
	margin-bottom: 15px;
}
.property_block .imgbox img{
	width: 100%;
	height: auto;
}
@media screen and (max-width:767px) {
	.propertyset{
		max-width: 559px;
	}
	.property_block{
		width: 50%;
	}
	.property_block:nth-child(3){
		clear: both;
		border-left: 0;
	}
	.property_block:nth-child(n+3){
		margin-top: 15px;
	}
	.property_block a{
		min-height: 240px;
		height: auto;
	}
	.property_block .category{
		padding-left: 20px;
		font-size: 18px;
	}
	.property_block .category::before{
		top: 3px;
		left: 0;
	}
}
.bnr_area{
	position: relative;
	margin-top: 30px;
	margin-bottom: 3px;
	padding: 34px 52px 30px;
	background: #F1F0DE;
	border-radius: 18px;
	z-index: 0;
}
.bnr_area .inner{
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
}
.bnr_slider a{
	display: block;
}
.bnr_slider img{
	width: 100%;
	height: auto;
}
.bnr_area .bx-wrapper .bx-controls-direction a{
	margin-top: -23px;
	width: 47px;
	height: 47px;
}
.bnr_area .bx-wrapper .bx-prev{
	left: -52px;
	background: url(../images/bnrarrow_prev.png) no-repeat left top;
	background-size: 47px;
}
.bnr_area .bx-wrapper .bx-next{
	right: -52px;
	background: url(../images/bnrarrow_next.png) no-repeat left top;
	background-size: 47px;
}
.bnr_area .bx-wrapper .bx-next:hover{
	background-position: 0 0;
}
@media screen and (max-width:767px) {
	.bnr_area .inner{
		max-width: 370px;
	}
}


.slidepagetitle{
	width: 100%;
	background: #F1F0DE;
	box-shadow:0 2px 6px -4px rgba(0,0,0,0.65) inset;
}
.slidepagetitle .inner{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1044px;
	height: 100%;
}
.slidepagetitle .slideset{
	position: relative;
}
.slidepagetitle .slideset > img{
	width: 100%;
	height: auto;
}
.slidepagetitle .slideset .subtitle{
	position: absolute;
	top: 17.5%;
	left: 10px;
	font-family: "Yu Gothic","メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",sans-serif;
	letter-spacing: 0.1em;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	text-shadow: 0 0 5px #000;
}
.slidepagetitle .slideset .title{
	position: absolute;
	top: 28%;
	left: 10px;
	font-family: "yu-mincho-pr6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 34px;
	letter-spacing: 0.1em;
	color: #fff;
	text-shadow: 0 0 8px #000, 0 0 8px #000;
}
.slidepagetitle .slideset .btn{
	position: absolute;
	bottom: 52px;
	right: 10px;
}
.slidepagetitle .slideset .btn a{
	display: block;
}
.slidepagetitle .slideset .btn a img{
	max-width: 100%;
	height: auto;
}
@media screen and (max-width:767px) {
	.slidepagetitle .slideset .subtitle{
		top: 17.5%;
		left: 20px;
		font-size: 11px;
	}
	.slidepagetitle .slideset .title{
		top: 34%;
		left: 18px;
		font-size: 14px;
	}
	.slidepagetitle .slideset .btn{
		bottom: 5px;
		right: 5px;
		width: 111px;
		height: 26px;
	}
}

.combi_bnr{
	position: relative;
	margin: 55px auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1044px;
}
.combi_bnr .combi_bnr_left{
	float: left;
	width: 49.02%;
}
.combi_bnr .combi_bnr_right{
	float: right;
	width: 49.02%;
}
.combi_bnr a{
	display: block;
}
.combi_bnr .combi_bnr_left01{
	position: relative;
	padding-top: 67.73%;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.combi_bnr .combi_bnr_right01{
	position: relative;
	padding-top: 31.87%;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.combi_bnr .combi_bnr_right02{
	position: relative;
	margin-top: 3.98%;
	padding-top: 31.87%;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.combi_bnr img{
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: 0;
	margin: auto;
	width: 100%;
	height: auto;
}
@media screen and (max-width:767px) {
	.combi_bnr{
		max-width: 522px;
	}
	.combi_bnr .combi_bnr_left{
		float: none;
		width: 100%;
	}
	.combi_bnr .combi_bnr_right{
		float: none;
		margin-top: 3.98%;
		width: 100%;
	}
}


.top_menuset{
	margin: 54px auto 0;
	padding: 0 10px;
	width: 100%;
	max-width: 1070px;
}
.top_menuset .menu_block{
	float: left;
	width: calc((100% - 111px) / 3);
}
.top_menuset .menu_block + .menu_block{
	margin-left: 55px;
}
.top_menuset .menu_block a{
	position: relative;
	display: block;
	padding: 10px;
	margin-bottom: 20px;
	background: #ccc;
}
.top_menuset .menu_block:first-child a::before{
	background: #2e7796;
}
.top_menuset .menu_block:nth-child(2) a::before{
	background: #baa780;
}
.top_menuset .menu_block:nth-child(3) a::before{
	background: #7daf83;
}
.top_menuset .menu_block a:hover{
	opacity: 1;
}
.top_menuset .menu_block .imgbox img{
	width: 100%;
	height: auto;
}
.top_menuset .menu_block .title{
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 12px 18px;
	width: calc(100% - 20px);
	background: rgba(0, 0, 0, 0.8);
	font-size: 26px;
	font-weight: bold;
	font-family: "yu-mincho-pr6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	text-align: center;
}
.top_menuset .menu_block .text{
	line-height: 1.71;
}
.top_menuset .menu_block .title::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	content: ' ';
	display: block;
	margin: auto 0;
	width: 9px;
	height: 14px;
	background: url(../images/menu_arrow.png) no-repeat left top;
	background-size: 9px 14px;
}
@media screen and (max-width:1023px) {
	.top_menuset .menu_block .title{
		font-size: 20px;
	}
}
@media screen and (max-width:767px) {
	.top_menuset{
		max-width: 320px;
	}
	.top_menuset .menu_block{
		float: none;
		width: 100%;
	}
	.top_menuset .menu_block + .menu_block{
		margin-left: 0;
		margin-top: 45px;
	}
}