<style>
@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	over-flow:hidden;
	position:relative;
	font-size:14px;
	font-family:Axis,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3",
"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
	font-weight:normal;
	color: #000;
	line-height:1.5em;
	line-height: 1.6;
	letter-spacing:0;
	word-wrap: break-word;
	background: #fff;
        
}
p {
	margin:0 0 20px 0;
}
a {
	text-decoration: none;
	       
}
img{
	max-width: 100%;
	height: auto;
	border:none;
}

body{
	margin:0;
	padding:0;
}

/*--------ヘッダーここから--------*/
header{
	font-family:Axis,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3",
"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	height:90px;
	padding:0;
	position:relative;
	display:flex: justify-content:space-around;
}
header .inner{
	margin:0 auto;
	padding:0;
	overflow:hidden;
	box-sizing:border-box;
	width:980px;
	height:90px;
	}

header .logo {
	float:left;
	margin:5px 0;
}
header .header-01 {
	display:inline-block;
	font-size:12px;
	float:left;
	letter-spacing:0.05em;
	margin:0;
	padding:0;
	height:90px;
	line-height:90px;
}

header .header-01{
	margin:0;
	padding:0 0 0 30px;
}

header .header-02 {
	float:right;
	padding:0;
}

h1.logo{
	height:90px;
	margin:0;
	padding:0;
}
/*ヘッダーここまで*/
/*トップイメージここから*/
#topimg {
	position:relative;
}
.flexslider {
	position:relative;
	border:0;
}
.slides {
	height:px;
}
/*トップイメージここまで*/
/*ナビここから*/
.outlayer {
	position:absolute;
	width:980px;
	left:50%;
	height:450px;
	margin-left:-450px;
	margin-top:-520px;
	z-index:99999;
	
}

.h_sell,.h_buy,.h_reform,.h_build,.h_arrange,.h_contact{
	position:absolute;
	width:100%;
	height:450px;
	display:none;
	left:0;
	box-shadow: 0px 10px 5px -5px #eee;
}

nav {
	margin:0;
	padding:0;
	height:auto;
	position:relative; top:-100px;
	z-index:999999;
}

nav ul {
	list-style:none;
	display:flex; justify-content:center;
	padding:0;
	margin:0 auto;
	width:980px;
	
}

/* Smart Phone nav  トップページのみのスマホ用ナビ*/

nav ul.sp_nav {
	display:none;
}

nav ul li {
	margin:0 5px; padding:0;
	width:155px;
	height:auto;
	position:relative;
	box-shadow:0px 10px 5px -5px #ddd;
	transition:all .3s;
	cursor:pointer;
	text-align:center;
}
nav ul li:hover {
	margin: -10px 5px 0;
	box-shadow: 0px 25px 10px -5px #eee;
}
.a {
	display:block;
	
}
.b {
	display:none;
}
.sale:hover .b,.buy:hover .b,.reform:hover .b,.build:hover .b,.tochi:hover .b,.contact:hover .b {
	box-shadow: 0px 25px 10px -5px #eee;
}
/*ナビここまで*/
/*メインここから*/
#main {
	width:1020px;
	margin:0 auto;
	overflow:hidden;
	padding:0 5px;
	font-family:Axis,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3",
"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
.news {
	margin-bottom:50px;
	overflow:hidden;
}
.news-01 {
	float:left;
	background:#f5f5f5;
	width:49%;
	padding-bottom:20px;
	
}
.news-title,.blog-title {
	padding:20px 20px 10px;
	overflow:hidden;
	
}

.news-title h3 {
	background-image:url(../images/index/news.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#231815;
	display:inline-block;
	font-size:23px;
	padding:5px 0 0 50px;
	clear:both;
	font-weight:normal;
	margin:0;
	display:inline-block;
}
.news-detail,.blog-detail {
	padding: 0 30px 0;
}
dl {
	border-bottom: 1px solid #e5e5e5;	
	font-size: 12px;
	text-align: justify;
 	color: #333;
 	line-height: 1.0;
	padding:0;
	margin:10px 0;
}
dt {
	color: #535353;
	line-height: normal;
	padding:0;
}

/*　↓ブログニュース先頭カテゴリー背景↓　*/
.osirase{
    background: #f25d3c;
    width: 85px;
    text-align: center;
    margin: 0 20px 0 0;
    color: #fff;
    font-size:12px;
}
.irowake {

    width: 85px;
    text-align: center;
    margin: 0 20px 0 0;
    color: #fff;
    font-size:12px;
}
.category{
	display:flex;
}

dd {
	font-size: 12px;
	padding: 18px 0;
	margin: 0 0 0 10px;
	
}
.news-02 {
	float:right;
	background:#f5f5f5;
	width:49%;
	padding-bottom:20px;
}
.blog-title h3 {
	background-image:url(../images/index/blog.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#231815;
	display:inline-block;
	font-size:23px;
	padding:5px 0 0 50px;
	clear:both;
	font-weight:normal;
	margin:0;
}
.tolist {
	display:inline-block;
	float:right;
}
.tolist a {
	display:flex; justify-content:flex-end;
}

#ichiran {
	width:1020px;
	margin:0 auto;
	padding: 0 30px;
}

.osirase2{
    background: #f25d3c;
    width: 85px;
    text-align: center;
    margin: 0 20px 0 0;
    color: #fff;
    font-size:12px;
}

.list {
	width:300px;
	height:335px;
	padding:10;
	margin:10px 10px;
	float:left;
}
.blog-entry {
	text-align:center;
	margin:10px 0;
}
small {
	font-size:12px;
	display:flex;
}

.desc-ttl {
	font-size:16px;
	color:#508bca;
	margin:10px 0 10px 0;
}
.desc-cmt {
	font-size:14px;
	margin-bottom:10px;
	text-align:right;
	
}

.desc-cmt p{
	margin:0;
}

.bana{
	overflow: hidden;
	margin: 50px 0 50px 0;
}

.bana ul {
	margin:20px 0 0;
	padding:0;
	
}
.bana ul li {
	margin:0 0.5%;
	width:32.3%;
	list-style:none;
}
.bana-01,.bana-02 {
	float:left;
}
.bana-03 {
	float:right;
}
.bloglist-title h3,.area h3 {
	color:#231815;
	font-size:23px;
	letter-spacing:0.2em;
	margin:0 0 30px;
	text-align:center;
	padding:20px;
	clear:both;
	font-weight:normal;
	border-bottom:1px solid #cfcfcf;
}
.map img {
	max-width:100%;
	height:auto;
	border:0;
	vertical-align:bottom;
	margin-bottom:100px;
}
.map {
	text-align:center;
}

.blog-list{
	overflow:hidden;
	margin:20px 0;
}

/*メインここまで*/
/*--------フッター--------*/
footer {
	padding-bottom:70px;
	background:#fcfcfc;
	width:100%;
	height:auto;
}

.footer-nav,.footer-info   {
	font-family:Axis,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3",
"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

.footer-nav {
	width: 100%;
	height:80px;
	background:#e4e4e4;
	float:left;
	margin:0;
	line-height:80px;
	z-index:1;
}

.footer-nav ul{
	list-style:none;
	width:990px;
	margin:0 auto;
	text-align:center;
}

.footer-nav li {
	display:inline-block;
	cursor:pointer;
	
}
.footer-nav li:first-child a{
	border-right: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
}
.footer-nav li a{
	font-size: 15px;
	letter-spacing: 2px;
	font-weight:bold;
	color: #606060;
	padding: 3px 14px;
	border-right: 1px solid #c6c6c6;
}
.footer-nav ul li a:hover{
	color:#489dba;
	cursor:pointer;
}
.footer-nav p{
	font-size:12px;
	line-height:1.5em;
	text-align:center;
	padding-top:20px;
	z-index:99999;
}
.footer-info  {
	margin:0;
	text-align:center;
	clear:both;
}
.footer-info p {
	padding-top:20px;
	font-size:13px;
	line-height:20px;
}
.footer-info .logo {
	text-align:center;
}
.copy {
	font-size:8px;
}
/*--------フッターここまで--------*/



/* ------------------- ver.Smart Phone ------------------ */

@media screen and (max-width:768px){

#wrap {
	width:100%;
	position:relative;
	overflow:hidden;
}

header .inner {
	width:100%;
}

header .header-01 {
	display:none;
}

header .header-02 {
	float:none;
	text-align:right;
}

.outlayer {
	display:none;
}

/* --- flex  --- */

nav ul.sp_nav,
.news,
#ichiran,
.bana ul {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
}

/* --- flex ここまで  --- */


/* --- nav --- */
nav {
	width:100%;
	top:-50px;
}

nav ul {
	display:none;
}

nav ul.sp_nav {
	width:100%;
	max-width:500px;
}

nav ul.sp_nav li {
	width:30%;
	margin-bottom:10px;
}

nav ul.sp_nav li a img {
	vertical-align:bottom;
}

/* --- news blog --- */

#main {
	width:100%;
	padding:0;
}

.news-01,
.news-02 {
	float:none;
	width:100%;
	margin-bottom:20px;
}

#ichiran {
	width:100%;
	padding:0;
	align-items:flex-start;
}

.list {
	float:none;
	width: 48%;
	margin: 0 auto;
	height:auto;
}

.osirase2 {
	width:100%;
	margin:0 0 10px 0;
}

small {
	width:100%;
	display:block;
	text-align: center;
}

.desc-ttl {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bana ul li {
	width:100%;
}

/* --- footer --- */

.footer-nav {
	height:auto;
	background:#fff;
	line-height:62px;
}

.footer-nav ul {
	width:100%;
	text-align:left;
	padding:0;
}

.footer-nav ul li {
	display:list-item;
	border-top:1px solid #c6c6c6;

}

.footer-nav li a {
	border-right:none;
	position:relative;
	display:inline-block;
	width:100%;
	padding:0;
	margin-left:1em;
}

.footer-nav li a::after {
	display:block;
	content:"＞";
	width:20px;
	height:62px;
	line-height:62px;
	position:absolute;
	top:0;
	bottom:0;
	right:2em;
	margin:auto 0 auto 0;
	text-align:center;
	color:#508bca;
	
}
.footer-nav li:first-child a {
	border:none;
}

}
</style>