@charset "utf-8";
.skip{display: none;}
.sp{display:none;}
.pc{display:block;}
/* Base Style
================================================== */
body {
	background-color: #fff;
	color: #4d4d4d;
	font-size: 87.5%;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', Meiryo, 'MS P Gothic', sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}
a:link {
	color: #0071bc;
}
a:visited {
	color: #339;
}
a:hover, a:focus {
	color: #c30;
}
a:hover img,
a:focus img {

}
input, select, textarea {
	color: #000;
	font-family: inherit;
	font-size: 100%;
}
.new {
	margin-left: .75em;
	padding: 3px 5px 2px;
	border-radius: 2px;
	background-color: #d00;
	color: #fff;
	font-size: 75%;
	font-weight: normal;
	text-transform: uppercase;
}

.none_text {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 60px;
}
#page-top img{}
#page-top a {
    text-decoration: none;
    width: 50px;
    display: block;
	opacity: 1;
}
#page-top a:hover {
    text-decoration: none;
}

/* Header
================================================== */

/* focus時のみ表示する */
.skip {
	background-color: #666;
}
.skip a {
	display: block;
	background-color: #666;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: absolute;
	height: 0;
	overflow: hidden;
}
.skip a:focus {
	position: static;
	height: auto;
}

/* BreadCrumb
================================================== */
#breadCrumb{width: 1024px;padding: 10px; margin-left: auto;margin-right: auto;}
.scrText{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.print_wrp{display: none;}
/* Sitemap
================================================== */

/*サイトマップ リスト 階層関係なく共通*/
.sitemap-list{
	/*border-left: 1px dotted #444;*/
	margin: 1em 1em;
}

/*サイトマップ リスト項目 階層関係なく共通*/
.sitemap-list-item{
}

.sitemap-list-item-span a{
	text-decoration: none;
}

/*サイトマップ リスト 階層を特定*/
ul.sitemap-list.sm-depth1-list{
	list-style-type: disc;
}
ul.sitemap-list.sm-depth2-list{
	list-style-type: circle;
}
ul.sitemap-list.sm-depth3-list{
	list-style-type: square;
}
ul.sitemap-list.sm-depth4-list{
	list-style-type: circle;
}
.h_info table{}
.h_info1 td,.h_info2 td{vertical-align:top;padding-left: 8px;}

/*ヘッダー*/
header {
	border-bottom: 1px solid #CFCFCF;
}
#header {}
#header .inner{width: 100%;margin-left: auto;margin-right: auto;}
#header .row{padding: 30px;padding-bottom: 0px; display: flex;}
#header .h_right{display: flex;justify-content:flex-end;width: 100%;}
#header .h_right div{margin-left: 10px;margin-right: 10px;font-size: 1.3em;}

/*menu*/
.menu{display: block;}
.menu ul{display: flex;justify-content:flex-end;margin-right: 30px;}
.menu li{display: block; margin: 20px;margin-top: 0px; font-size: 1.5em;font-weight:bold;}
.menu li a{text-decoration: none;}


/*物件検索*/
.bukken-wrapperh{
	height: 315px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 31%, #eff8d8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 31%,#eff8d8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 31%,#eff8d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff8d8',GradientType=0 ); /* IE6-9 */
	
}
.bukken-head{
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../images/bukken-bg.png);
	text-align: center;
	height: 100px;
}
.bukken-footer{
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../images/town.png);
	text-align: center;
	height: 65px;
}
.bukken-head img{
	margin-top: 20px;
}

.bukken-search-bt{
	margin-top: 30px;
	display: flex;
	overflow: hidden;
}
.bukken-search-bt a{
	height: 120px;
	font-size: 2em;
	text-align: center;
	vertical-align: middle;
	line-height: 4em;
	color: #ffffff;
}

.bukken-search-bt a span{
		font-size: 2em;
}
.bukken-search-bt .chintai a{
	-webkit-transform: skewX(150deg);
	-moz-transform: skewX(150deg);
	transform: skewX(150deg);
	display: block;
	text-decoration: none;
	background-color:#6DBC55;
}
.bukken-search-bt .chintai a:hover{
	background-color: #CAEE49;
            -webkit-transition: .6s;
            -moz-transition:.6s;
            -o-transition: .6s;
            -ms-transition: .6s;
            transition: .6s;
}
.bukken-search-bt .chintai:hover{
	background-color: #CAEE49;
            -webkit-transition: .6s;
            -moz-transition: .6s;
            -o-transition: .6s;
            -ms-transition: .6s;
            transition: .6s;
}
.bukken-search-bt .baibai a{
	-webkit-transform: skewX(150deg);
	-moz-transform: skewX(150deg);
	transform: skewX(150deg);
	display: block;
	text-decoration: none;
	background-color: #F38F1E;
}
.bukken-search-bt .baibai a:hover{
	background-color: #F3AD1E;
            -webkit-transition: .6s;
            -moz-transition:.6s;
            -o-transition: .6s;
            -ms-transition: .6s;
            transition: .6s;
}
.bukken-search-bt .baibai:hover{
	background-color: #F3AD1E;
            -webkit-transition: .6s;
            -moz-transition: .6s;
            -o-transition: .6s;
            -ms-transition: .6s;
            transition: .6s;
}
.chintai {
	width: 50%;
	height: 120px;
	background-color: #6DBC55;
	display: block;
}
.baibai {
	width: 50%;
	height: 120px;
	background-color: #F38F1E;
	display: block;
}
.bukken-search-bt .chintai a strong{
	display: block;
	-webkit-transform: skewX(-150deg);
	-moz-transform: skewX(-150deg);
	transform: skewX(-150deg);
}
.bukken-search-bt .baibai a strong{
	display: block;
	-webkit-transform: skewX(-150deg);
	-moz-transform: skewX(-150deg);
	transform: skewX(-150deg);
}
/*BLOG*/
.blog-wrapper{
	height: 400px;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(../images/grid.png);
}
.blog-head{
	text-align: center;
	padding: 20px;
}
.blog{width: 980px;margin-left: auto;margin-right: auto; display: flex;justify-content:space-around;}
.blog span a:hover{opacity: 1;}
.blog .drive, .blog .tensyu, .blog .okuizumo {
	position:relative;
    width:290px;
}
.blog span{
   position:absolute;
    bottom:0px;
    right:0px;
    width:290px;
}
.banner-list li img{
	width: 290px;
	height: 290px;
	object-fit: cover;
	border-radius: 10px;
}
/*topics*/
.topics-head{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;

}
.topics{width: 860px;margin-left: auto;margin-right: auto;padding-bottom: 30px;}
.topics li{
	padding: 7px;
	border-bottom: 1px dotted #5A5A5A;
	font-size: 1.2em;
}
.topics li a{
	margin-left: 10px;
}
.list-category-mark{
	color: #ffffff;
	padding: 4px;
	font-size: 0.8em;
}
.list-category-blog-drive{
	background-color: #B05700;
	border-radius: 5px;
}
.list-category-blog-tensyu{
	background-color: #285B00;
	border-radius: 5px;	
}
.list-category-blog-okuizumo{
	background-color: #DD4A34;
	border-radius: 5px;
}
.list-category-topics{
	background-color: #606060;
	border-radius: 5px;
}
/*footer*/
#footer{
	background-color: #EFF8D8;
    float: none;
    clear: both;
}
.ftt{
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 50px;
	background-image: url(../images/ft-town.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.footer_logo a{
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	color: #1F1F1F;
}
.add{
}
.copy{
	background-color: #6DBC55;
	padding: 4px;
	text-align: center;
	color: #ffffff;
}

#main {
    width: 100%;
	padding-bottom: 30px;
}
#main2 {
    width: 73%;
    float: left;
	padding-bottom: 30px;
}
/**/
#container #content{
	width: 1048px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}

/**/
h1 {
	border-bottom: solid 3px #6DBC55;
	position: relative;
	letter-spacing: 0.12em;
	padding: 8px;
	font-size: 2em;
}

h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}
.contentBody{
	display: block;
	padding: 10px;
}
/*blog*/
#blog-nav {
    width: 20%;
    float: right;
}
#blog-nav .section{
	margin-bottom: 30px;
}
#blog-nav .section ul li{
	border-bottom: 1px dotted #8B8B8B;
	padding: 5px;
}
#blog-nav h3{
	border-bottom: 2px solid #7F7F7F;
	text-align: center;
	font-size: 1.3em;
}
.blog-item{
	margin-bottom: 30px;
}
.blog-item .contentBody{
	border: 1px solid #8B8B8B;
	padding: 15px;
	border-radius: 10px;
}

.current-category_blog-drive, .current-category_blog-tensyu, .current-category_blog-okuizumo{
	padding-top: 20px;
}
.current-category_blog-drive li, .current-category_blog-tensyu li, .current-category_blog-okuizumo li{list-style: none;}
.current-category_blog-drive .title a, .current-category_blog-tensyu .title a, .current-category_blog-okuizumo .title a{color: #ffffff;}
.current-category_blog-drive .title, .current-category_blog-tensyu .title, .current-category_blog-okuizumo .title {
	background: #6DBC55;
	padding: .4em .8em .3em;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 2em;
	text-align: left;
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	position: relative;
	border-radius: 10px;
}
.current-category_blog-drive .title::after, .current-category_blog-tensyu .title::after, .current-category_blog-okuizumo .title::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 12px;
  border: 5px solid transparent;
  border-top: 8px solid #6DBC55;
  width: 0;
  height: 0;
}
.contentBlogBody{
	padding-top: 20px;
}
/*tree*/
.contentListWrapper{padding: 5px;}
.contentListWrapper .pageList{display: block;width: 100%;margin-left: auto;margin-right: auto;}
.contentListWrapper .pagelist-item{
	margin: 1em .5em;
	background: #EFF8D8;
	border-left: solid 10px #6DBC55;
}
.contentListWrapper .pagelist-item .thumb img{
	width: 100%;
	object-fit: cover;
}
.contentListWrapper .pagelist-item .title{font-size: 1.5em;font-weight: bold;}
.contentListWrapper .pagelist-item .title a{display: block;padding: 0.8em 1em;}

.contentListWrapper .pagelist-item .title a:link{
	color: #6DBC55;
}

.contentListWrapper .pagelist-item .title a:focus {
	color: #6DBC55;
	text-decoration: underline;
}
.contentListWrapper .pagelist-item .title a:hover{
	color: #6098aa;
}

/*Responsive*/
@media screen and (max-width: 768px) {
.pc{display:none;}
.sp{display:block;}
nav{width: 100%;}
#container{padding: 0px;
	background-repeat: no-repeat;
	background-position: center 100px;
}
img{max-width:100%;}
#main {width: 100%;}    
#content{width: 100%;}
#breadCrumb{display: none;}
#footer{text-align: center;padding-bottom: 10px;}
#header{width: 100%;height: auto;text-align: center;}

#header .row{padding: 10px;padding-bottom: 0px; display: block;}
#header .h_logo{text-align: center;}
#header .h_logo img{width: 260px;}
#header .h_right{display: block;justify-content:flex-end;width: 100%;}
#header .h_right div{margin-left: 10px;margin-right: 10px;font-size: 1.3em;text-align: -webkit-center;}	

#header .h_right table tr,
#header .h_right table th,
#header .h_right table td {
    display: block;
    width: auto;
	text-align: center;
}

#header .h_right table tr:first-child {}
  
#header .h_right table th,
#header .h_right table td {
    border-top: none;
}	

/*TOP物件検索*/
.bukken-search-bt{
	margin-top: 0px;
}
.bukken-search-bt a span{
		font-size: 1.6em;
	}
.bukken-search-bt a{
	height: 120px;
	font-size: 1.3em;
	text-align: center;
	vertical-align: middle;
	line-height: 6em;
	color: #ffffff;
}
/*TOP ブログ*/
.blog-wrapper{
	height: auto;
	padding-bottom: 20px;
}
.blog{width: 100%;margin-left: auto;margin-right: auto; display:block;}
/*TOP トピックス*/
.topics{width: 100%;}

.topics .date{display: block;}
.topics .title a{display: block;}

.blog div{margin-left: auto;margin-right: auto;}

#container #content{width: 100%;padding:0px;}
#main2{width: 100%;float: none;}
#blog-nav {width: 100%;float: none;}
}


@media print {
body {
	width: 1200px;
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform-origin: 0 0;
}
#scrollTop {
	display: none;
}
}
