@charset "shift-jis";
html {
}
body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#000;
	line-height:2;
}
.midashi{
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}
.quicksand{
	font-family: quicksand, sans-serif;
}
.tsukubr{
	font-family: fot-tsukubrdgothic-std, sans-serif;
}
a {
	color:#333;
	transition : all 0.4s;
	-webkit-transition : all 0.4s;
	opacity:1;
	outline:none;
}
a:hover {
	opacity: 0.8;
}

.only_smart,
.only_smart_i{
	display:none !important;
}

img{
	max-width:100%;
}

#wrapper{
	min-width:1080px;
}


/* header */
header{
	width:100%;
	min-width:1080px;
    background-color:#fff;
	-webkit-transition: top 0.4s;
	-moz-transition: top 0.4s;
	-ms-transition: top 0.4s;
	transition: top 0.4s;
}
header.fixed{
    position:fixed;
    top:-122px;
    left:0;
    z-index:100;
    box-shadow:0 0 3px rgba(0,0,0,0.3);
}
header > div{
	max-width:1286px;
	height:122px;
	margin:auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
    align-items: center;
}
header.fixed > div{
	height:70px;
}
header h1{
	width:290px;
}
header h1 a{
	display:block;
	padding-bottom:5px;
}
header nav > ul{
	display:table;
}
header nav > ul > li{
	display:table-cell;
	vertical-align:middle;
	/* width:144px; */
	width: 125px;
	border-left:1px dotted #000;
	position:relative;
}
header nav > ul > li:last-child{
	/* width:290px; */
	width: 200px;
	padding-top:8px;
	text-align:right;
	font-size:13px;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}
header nav > ul > li:last-child img{
	/* width:255px; */
	width: 180px;
	vertical-align:top;
}
header nav > ul > li:last-child p{
	line-height: 1.2;
}
header nav > ul > li > a{
	display:block;
	/* font-size:19px; */
	font-size: 15px;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}
header nav > ul > li > a img{
	display:block;
	/* width:26px; */
	margin:auto;
	height: 30px;
	width: auto;
}
header.fixed nav > ul > li > a img{
	display:none;
}
header nav > ul > li > a + ul{
	width:100%;
	background-color: rgba(243,243,243,0.7);
	position:absolute;
	top:100%;
	z-index:100;
	display:none;
}
header nav > ul > li > a + ul li a{
	display:block;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	line-height:40px;
}
header nav > ul > li > a + ul li a:hover{
	opacity:1;
	background-color:rgba(66, 66, 66, 0.9);
	color:#fff;
}
header nav > ul > li > a + ul li a span{
	display:block;
	line-height:0;
	font-size:12px;
	padding-bottom:15px;
}



@media screen and (max-width:1286px){
header div{
	padding:0 10px;
}
header h1{
	margin-right:20px;
}

}



/* #subnav */
#subnav{
	border:1px solid red;
	width:100%;
	position:absolute;
	top:93px;
	left:0;
	z-index:100;
	padding-top:20px;
}
#subnav ul{
	background-color:#ccc;
}





/* article */
header.fixed + article{
	padding-top:122px;
}


/* 下層ページメインビジュアルの文字 */
article > h2{
	padding:115px 0;
	font-size:17px;
	color:#fff;
	line-height:34px;
	letter-spacing:0.2em;
}
article > h2 span{
	margin:0;
	font-size:36px;
	font-family: quicksand, sans-serif;
	line-height:1;
	display:block;
}


/* パンくず */
article > h2 + ul{
	max-width:1286px;
	margin:10px auto 0;
	padding:0 10px;
	font-size:12px;
	text-align:left;
}
article > h2 + ul li{
	display:inline-block;
	vertical-align:middle;
}
article > h2 + ul li:after{
	content:'>';
	display:inline-block;
	vertical-align:2px;
	margin:0 0 0 3px;
}
article > h2 + ul li:last-child:after{
	content:none;
}


/* section */
section{
}


.more{
	display:inline-block;
	line-height:48px;
	padding-top:4px;
	border-radius:26px;
	font-size:16px;
	font-weight:bold;
	background-color:#e5e5e5;
	position:relative;
}
.more:after{
	content:'';
	display:block;
	width:8px;
	height:8px;
	border-top:2px solid;
	border-right:2px solid;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	right:30px;
	top:50%;
	margin-top:-4px;
}


/* .cont */
.cont{
}

.cont h2{
	margin-bottom:30px;
	font-size:14px;
}
.cont h2 span{
	margin-bottom:15px;
	display:inline-block;
	position:relative;
	font-size:30px;
	font-family: quicksand, sans-serif;
	line-height:1;
}
.cont h2 span:after{
	content:'';
	display:block;
	width:94%;
	height:2px;
	background-color:#d5000e;
	position:absolute;
	bottom:-5px;
	left:50%;
	margin-left:-47%;
}


/* footer */
footer{
	padding:20px 0;
}

footer > ul{
	width:1080px;
	margin:20px auto 100px;
}
footer > ul li{
	width:260px;
	display:inline-block;
	vertical-align:top;
	margin:20px 3px;
}
footer > ul li:nth-child(n+5){
	width:200px;
	margin:20px 6px;
}

footer dl{
	margin:auto;
}
footer dl dt{
	margin-bottom:30px;
}
footer dl dt img{
	width:290px;
}
footer nav{
	width:1080px;
	margin:60px auto 50px;
	text-align:left;
	line-height:3;
	color:#222;
}
footer nav > ul > li{
	width:200px;
	display:inline-block;
	vertical-align:top;
}
footer nav > ul > li span{
	display:block;
	font-size:15px;
	font-weight:bold;
}
/* footer nav > ul > li:first-child{
	width:420px;
} */
footer nav > ul > li ul{
	display:inline-block;
	vertical-align:top;
	width:200px;
}
footer nav ul li a{
	color:#222;
}
footer nav ul li.low a{
	color:#8d8d8d;
}
footer > p{
	width:1080px;
	margin:auto;
	padding:10px;
	font-size:11px;
	text-align:right;
}


/* top_top */
#topbtn{
	width:81px;
	position:fixed;
	z-index:100;
	right:30px;
	bottom:-150px;
	-webkit-transition: bottom 0.8s;
	-moz-transition: bottom 0.8s;
	-ms-transition: bottom 0.8s;
	transition: bottom 0.8s;
}
#rentbtn{
	width:81px;
	position:fixed;
	z-index:100;
	right:30px;
	bottom:-450px;
	-webkit-transition: bottom 0.8s;
	-moz-transition: bottom 0.8s;
	-ms-transition: bottom 0.8s;
	transition: bottom 0.8s;
}
#buybtn{
	width:81px;
	position:fixed;
	z-index:100;
	right:30px;
	bottom:-350px;
	-webkit-transition: bottom 0.8s;
	-moz-transition: bottom 0.8s;
	-ms-transition: bottom 0.8s;
	transition: bottom 0.8s;
}

#sellbtn{
	width:81px;
	position:fixed;
	z-index:100;
	right:30px;
	bottom:-250px;
	-webkit-transition: bottom 0.8s;
	-moz-transition: bottom 0.8s;
	-ms-transition: bottom 0.8s;
	transition: bottom 0.8s;
}

/* common */
.tal {
	text-align: left;
}

.tac {
	text-align: center;
}
/* bg */
.BG-sp {
	display: none;
}
#cont5 ul.blog li.BG-sp {
	display: none;
}

.br_pc {
	display: block;
}
.br_tab {
	display: none;
}
.br_sp {
	display: none;
}
@media screen and (max-width:768px){
	.br_tab {
		display: block;
	}
}
@media screen and (max-width:480px){
	.br_sp {
		display: block;
	}
	.br_pc {
		display: none;
	}
}

.l-blogpic {
	position: relative;
	width: 100%;
	padding-top: 66%;
	overflow: hidden;
	border-radius: 10px;
}
@media screen and (max-width: 768px) {
	#cont5 ul.blog li a figure .l-blogpic img{
		/*width: 100%;*/
		border-radius: 5px;
	}
	.l-blogpic {
		border-radius: 5px;
	}
}
@media screen and (max-width: 480px) {
	.l-blogpic {
		width: calc(100% - 20px);
		margin: 0 auto;

	}

}
.l-blogpic img{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 0;
	left: 0;
}
