@charset "utf-8";

#header *,
#footer *,
#m_footer *{
    font-family: "メイリオ",Meiryo,Tahoma,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    letter-spacing:-0.3px;
}

html {
    overflow: hidden;
    overflow-y: scroll;
}
body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 100%;
    font-weight: normal;
}
body {
    font-size: 76%;
    color: #4f4f4f;
    overflow: hidden;
}
ul, li {
    list-style-type: none;
}
img {
    border: none;
    vertical-align: bottom;
}
#header img,
#footer img,
#m_footer img{
    width:100%;
}
em {
    font-style: normal;
    font-weight: bold;
}
a{
    color:#476eec;
    text-decoration:underline 
}
a:hover {
    text-decoration:none;
    opacity:0.8;
}

/* clearfix */    
.clearfix:after {    
    content: url(/images/common/clearfix.gif);    
    display: block;    
    clear: both;    
    height: 0;    
}    
.clearfix {    
    display: inline-block;    
}    
.clearfix {    
    display: block;    
}

/*-------------------------------------------------------------------------
ヘッダー
-------------------------------------------------------------------------*/

/* レイアウト
--------------------------- */
#header{
    position: fixed;
    width: 100%;
    z-index: 99999;
    background: #fff;
}
    #header #info-wrraper{
        max-width:950px;
        margin:0 auto 10px;
    }
        #info-wrraper .infoRight {
            overflow: hidden;
        }
/* H!
--------------------------- */
#header #h1head {
    background:#eeeeee;
    margin-bottom:5px;
}
    #header #h1head h1 {
        padding:7px;
        max-width:940px;
        margin:auto;
        font-size:100%;
        /*background:#eee;*/
        color:#333;
        line-height:1;
    }
        #h1head h1 span {
            font-size:100%;
            background:#eeeeee;
            color:#333;
            line-height:1;
            padding:7px;
        }

/* リンク
--------------------------- */
#headlink {
    width: 950px;
    position: absolute;
    top     : 5px;
    right   : 50%;
    margin-right: -475px;
}
    #headlink ul {
        float: right;
        overflow: hidden;
    }
        #headlink li{
            float:left;
            margin-left:10px;
        }
        .headlink__company {
            background: url("/images/common/icn_floppy.gif") no-repeat 0 3px;
            padding-left: 14px;
        }
        .headlink__recruit {
            background: url("/images/common/icn_bag.gif") no-repeat 0 2px;
            padding-left: 16px;
        }
        .headlink__privacy {
            background: url("/images/common/icn_privacy.gif") no-repeat 0 2px;
            padding-left: 14px;
        }
        .headlink__sitemap {
            background: url("/images/common/icn_sitemap.gif") no-repeat 0 2px;
            padding-left: 14px;
        }
            #headlink a {
                font-size: 13px;
                color:#555;
                text-decoration: none;
            }
            #headlink a:hover {
                text-decoration: underline;
            }

/* ロゴ
--------------------------- */
#header #logo{
    width:535px;
    margin: 0 0 0 10px;
    float:left;
}
    #header #logo img{
        max-width:125px;
    }
    #header #logo span {
        display: inline-block;
        font-size: 11px;
        margin: 0 0 10px 5px;
    }

/* 電話番号
--------------------------- */
#header #info {
    width:50%;
    max-width:269px;
    float:right;
    margin: 5px 0 0;
}
    #header #info .info{
        text-align:right;
        margin-right:10px;
        line-height: 1;
    }

/* ボタン
--------------------------- */
#info-wrraper .infoRight .infoBtn {
    width: 35%;
    max-width: 138px;
    height: 50px;
    float: right;
    margin: 7px 0 0 5px;
    background: #902e40;
    background: -moz-linear-gradient(top,#b43950 0%,#902e40);
    background: -webkit-gradient(linear, left top, left bottom, from(#b43950), to(#902e40));
    border-bottom: 3px solid #6e1526;
    text-align: center;
    line-height: 1;
}
    #info-wrraper .infoRight .infoBtn a {
        font-size  : 15px;
        font-weight: bold;
        color      : #fff;
        text-decoration: none;
        display: block;
        height: inherit;
        line-height: 50px;
    }

/* グローバルナビゲーション
--------------------------- */
.headerNav {
    height: 45px;
    background-color: #676767;
    min-width: 950px;
    text-align: center;
    padding: 2px 0 0;
}
    .headerNav ul {
        font-size: 0;
    }
        .headerNav li {
            display: inline-block;
            margin: 0 0 0 2px;
        }
        .headerNav li:first-child {
            margin: 0;
        }
            .headerNav a {
                font-size: 15px;
                color    : #fff;
                height: 38px;
                line-height: 40px;
                display: block;
                text-decoration: none;
                background: -moz-linear-gradient(top center, #ccc 0%, #9a9a9a 100%);
                background: -webkit-gradient(linear, center top, center bottom, from(#ccc), to(#9a9a9a));
                background: linear-gradient(top center, #ccc 0%, #9a9a9a 100%);
                box-shadow: 2px 3px 1px #333;
            }
            .headerNav__top a     { width: 70px;}
            .headerNav__new a     { width: 168px;}
            .headerNav__land a    { width: 190px;}
            .headerNav__oldSell a { width: 190px;}
            .headerNav__shueki a  { width: 130px;}
            .headerNav__lease a   { width: 190px;}

/* パンくずリスト
--------------------------- */
#path {
    max-width: 950px;
    margin: 155px auto 10px;
    overflow: hidden;
    height: 100%;
}
    #path li {
        float: left;
        margin: 0 10px 0;
        color: #666;
    }
    #path li:first-child{
        margin: 0 0 0 10px;
    }
        #path li a {
            background: url(/images/bg_path.gif) no-repeat right center;
            padding: 0 20px 0 0;
            text-decoration: none;
            font-size:12px;
        }
        #path li a:hover {
            color: #999;
        }

/*-------------------------------------------------------------------------
フッター
-------------------------------------------------------------------------*/

#footer {
    border-bottom: 10px solid #000;
    margin: auto;
    margin-bottom: -30px;
    overflow: hidden;
}

/* ページトップ
--------------------------- */
#footer #backtop {
    display:none;
}
    #footer #backtop img {
        width:50px;
    }

/* 会社ロゴQRコード・連絡先
--------------------------- */
.footcompany {
    max-width: 1000px;
    overflow: hidden;
    margin: auto;
    padding: 20px 0 40px;
}
    .footcomp {
        float: left;
        width: 70%;
        margin-right: 2%;
    }
    .footcompany .telmail {
        float: right;
        width: 25%;
        margin-right: 3%;
    }

/* ブログ・ツイッター
--------------------------- */
.ownSite {
    float: right;
    overflow: hidden;
    margin: 40px 30px 0 0;
}
    .ownSite li {
        float: left;
        margin: 0 0 0 10px;
    }
        .ownSite a {
            display: table-cell;
            vertical-align: middle;
            padding: 0 7px;
            height: 54px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom: 4px solid #ddd;
        }
@media screen and (max-width: 748px){
.ownSite {
    float: none;
    text-align: center;
    margin: auto;
}
    .ownSite li {
        float: none;
        display: inline-block;
    }
    .ownSite li:first-child {
        margin: 0 10px 0 0;
    }
}
@media screen and (max-width: 440px){
.ownSite li {
    display: block;
    margin: 0;
}
.ownSite li:first-child {
    margin: 0 0 10px;
}
    .ownSite a {
        display: block;
        box-sizing: border-box;
        padding: 6px;
        height: auto;
    }
        #m_footer .ownSite img {
            width: auto;
            height: 33px;
        }
}

/* SNS
--------------------------- */
#footer .sns {
    padding: 10px 0;
    overflow: hidden;
    background: #f7f7f7;
    overflow: hidden;
}
    #footer .snsInner {
        max-width: 1000px;
        margin: auto;
        overflow: hidden;
    }
        .snsSite {
            float: right;
            margin-right: 3%;
        }
            .snsSite li {
                float: left;
                width: 120px;
                height: 30px;
                margin-left: 10px;
            }

/*-------------------------------------------------------------------------
フッター：フッターリンク
-------------------------------------------------------------------------*/

#footerlink {
    background-color: #666;
}
    #footerlinkInner {
        max-width: 1000px;
        margin: auto;
        padding: 37px 0 30px;
        overflow: hidden;
    }

/* リンク
--------------------------- */
.footerList {
    float:left;
    margin: 0 27px 0 0;
}
    .footerList__headline {
        font-size  : 14px;
        font-weight: bold;
        color      : #fff;
        margin: 0 0 7px;
        padding: 0 0 7px;
        line-height: 1;
        border-bottom: 1px solid #fff;
    }
    .footerList__headline:before{
        content:"■";
    }
    .footerList > ul {
        float:left;
    }
        .footerList li {
            padding: 0 0 0 9px;
            margin: 0 0 0 1em;
            font-size: 12px;
            text-indent: -1em;
        }
        .footerList li:before {
            content: ">";
            color: #fff;
            margin: 0 4px 0 0;
        }
            .footerList a {
                font-size: 12px;
                color: #fff;
                text-decoration: none;
                line-height: 1.9;
            }
#footer #backtop{
    width:950px;
    margin:0 auto;
}
#footer #backtop img{
    width:50px;
}

#footer #back {
    z-index: 999;
    bottom: 55px;
    margin-left: 980px;
    outline: 0 none;
    position: fixed;
}

/*-------------------------------------------------------------------------
モバイル
-------------------------------------------------------------------------*/

@media screen and (max-width: 748px) {
#headlink {
    display: none;
}
#headerInner {
    display:none;
}
#path {
    display:none;
}
h1 {
    font-size:75%;
}
}
@media screen and (min-width: 748px) {
    #m_headerInner {
        display:none;
    }
}
#m_headerInner {
    overflow: hidden;
    margin-bottom: 5px;
}
#m_headerInner #logo {
    float: left;
    width: 35%;
    max-width: 120px;
    margin: 0 0 0 10px;
}
#m_headerInner #headbtn {
    float: right;
    width: 60%;
    overflow: hidden;
}
#m_headerInner #headbtn > ul {
    float: right;
}
#m_headerInner #headbtn > ul > li {
    float: left;
    border-radius: 5px;
    height: 52px;
    width: 53px;
    margin-right: 4px;
    position: relative;
}
#m_headerInner #headbtn > ul > li > a {
    display: block;
    vertical-align: middle;
    text-align: center;
    padding-top: 5px;
    text-decoration: none;
}
#m_headerInner #headbtn > ul > li > a > span {
    display: block;
    vertical-align: middle;
    text-align: center;
    text-decoration:none;
    font-size  : 11px;
    font-weight: bold;
    color      : #fff;
    position:absolute;
    bottom  : 3px;
    right   : 5px;
}
#m_headerInner #headbtn > ul > li > a >img {
    width:45%;
}
#m_headerInner #headbtn > ul > li.mail > a >img {
    width:48%;
}
#m_headerInner #headbtn > ul > li.mail {
    background-color: #ffa200;
    -webkit-transition: none;
    transition: none; 
    box-shadow: 0 3px 0 #e68201;
}
#m_headerInner #headbtn > ul > li.tel {
    background-color: #B43950;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #8A172D;
}
#m_headerInner #headbtn .menu_icon {
    background-color: #184C87;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #0F2E51;
}

/* メニュー
--------------------------- */
#contents_list {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 5px;
    display: none;
    background:#184c87;
}
#contents_list ul {
    padding: 0;
    width: 100%;
    overflow:hidden;
}
#contents_list ul li {
    width: 50%;
    float: left;
    display: table-cell;
    border-bottom: 1px solid #bacadb;
    box-sizing: border-box;
}
#contents_list ul li.last {
    border-bottom: none;
}
#contents_list ul li:nth-child(2n) {
    border-left: 1px solid #bacadb;
}
#contents_list ul li a {
    font-size  :12px;
    font-weight:bold;
    color      : #FFF;
    text-decoration:none;
    display: block;
    padding: 17px 0 15px 0;
    margin: 0 13px;
    text-align: left;
    line-height: 1;
    background-image   :url(/images/common/m_icon_arw_menu.png);
    background-repeat  : no-repeat;
    background-position: right center;
    background-size    :10px 15px;
}
#contents_list ul li a span {
    display: block;
    margin-top: 5px;
    font-size  : 10px;
    font-weight: normal;
    color      : #fff;
}
#contents_list p {
    background-color: #fff;
    margin-bottom: 5px;
}
#contents_list p a {
    font-size  : 15px;
    font-weight:bold;
    color      : #184c87;
    text-decoration:none;
    display: block;
    padding: 20px 0 20px 0;
    margin: 0 20px;
    text-align: center;
    line-height: 1;
    background-image   :url(/images/common/m_icon_arw_menu_blue.png);
    background-repeat  : no-repeat;
    background-position: right center;
    background-size    :10px 15px;
}
#contents_list p a:after{
    content: 
}

/* メニューボタン
--------------------------- */
#menu_button .menu_icon span.text {
    position: absolute;
    bottom  :2px;
    right   :7px;
    color      :#fff;
    font-weight:bold;
    font-style : normal;
}
#menu_button {
    float: right;
    position: relative;
    width: 55px;
    height: 55px;
    cursor: pointer;
}
#menu_button .menu_icon {
    height: 32px;
    padding: 10px 14px;
    position: absolute;
    right   : 3px;
    top     : 0;
    width: 24px;
    border-radius:5px;
}
#menu_button .menu_icon span.line {
    position: absolute;
    display: block;
}
#menu_button .menu_icon span.line {
    position: absolute;
    display: block;
}
#menu_button .menu_icon span.line i,
#menu_button .menu_icon span.line::after,
#menu_button .menu_icon span.line::before {
    position: absolute;
    display: block;
    width: 23px;
    height: 2px;
    background-color: #FFF;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}
#menu_button .menu_icon span.line {
    top: 17px;
}
#menu_button .menu_icon span.line::before,
#menu_button .menu_icon span::after {
    content: '';
}
#menu_button .menu_icon span.line::before {
    top: -7px;
}
#menu_button .menu_icon span.line::after {
    top: 7px;
}
#menu_button .menu_icon.open span.line i {
    -moz-transition: all, 0.8s;
    -o-transition: all, 0.8s;
    -webkit-transition: all, 0.8s;
    transition: all, 0.8s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
#menu_button .menu_icon.open span.line::before {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: 7px;
}
#menu_button .menu_icon.open span.line::after {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -7px;
}

/*-------- モバイル #footer -----------*/

@media screen and (min-width: 748px) {
    #m_footer {
        display:none;
    }
}
@media screen and (max-width: 748px) {
    #footer {
        display:none;
    }
}
@media screen and (max-width: 950px) {
    #footerlink {
        display:none;
    }
}
#m_footer{
    border-bottom:10px solid #000;
}
#m_footer .contactbox{
    margin:0 3%;
}
#m_footer .contactbox p{
    margin-bottom:10px;
}
#m_footer .contactbox .mail{
    width:48%;
    margin:0 1% 10px;
    float:left;
}
#m_footer .contactbox .tel{
    margin:0 1% 10px;
}
#m_footer #backtop{
    display:block;
    text-align: center;
    margin: 20px auto;
    width: 15%;
}
#m_footer #backtop img{
    width: 100%;
}
#m_footer #pcsite{
    padding:10px 3%;
}
#m_footer #pcsite a{
    background:#184c87;
    padding:20px;
    text-align:center;
    border-radius:5px;
    display:block;
    color:#fff;
    font-weight:bold;
    font-size:14px;
    text-decoration:none;
}
#m_footer .sns{
    background: #f7f7f7;
    padding: 10px 10px;
    margin-bottom: 10px;
    text-align: center;
}
#m_footer .snsSite {
    float: none;
    margin: 0 0 10px;
}
#m_footer .snsSite li{
    display: inline-block;
    float: none;
}
#m_footer .snsSite li:first-child{
    border-right: 1px solid #ccc;
}