/* 4. Header*/
header#top{
    position:relative;
}

#brand img{
    width:180px;
    margin-top:-8px;
}
#brand a img{
    width:130px;
    margin-top:8px;
}

.h_tel{
    position:absolute;
    top:9px;
    right:0;
}

.navbar-nav {
    /* margin: 26px 0 0; */
}

.navigation {
    background-color: #004875;
    border-bottom: 1px solid #004875;
    position: relative;
    width: 100%;
    z-index: 99;
    top: 0;
}
.navigation:hover .secondary-navigation {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.navigation .navbar-collapse {
    padding-right: 0;
}
.navigation .navbar {
    border: none;
    margin-bottom: 0;
    min-height: inherit;
    /* padding: 10px 0; */
    padding: 2px 0;
    /**/
    display: table;
    width: 100%;
}
.navigation .navbar .collapse {
    display: table-cell !important;
    vertical-align: middle;
    float: none !important;
}
.navigation .navbar .navbar-brand {
    height: inherit;
    line-height: 0;
    padding: 0;
}
.navigation .navbar .navbar-nav {
    float: right;
}
.navbar-nav > li{
    margin-top:20px;
}
.navbar-nav > li.navTel{
    margin-top:0;
    float:right;
}
.navbar-nav > li.navTel img{
    /* width:160px; */
    height: 54px;
}

.navigation .navbar .navbar-nav > li:hover > .child-navigation {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
}
.navigation .navbar .navbar-nav > li:last-child a {
    padding-right: 0;
    border-right:none;
}
.navigation .navbar .navbar-nav > li.active a {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.navigation .navbar .navbar-nav > li.active a:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.navigation .navbar .navbar-nav > li.active .child-navigation a {
    color: #5a5a5a;
}
.navigation .navbar .navbar-nav > li.active .child-navigation a:after {
    display: none;
}
.navigation .navbar .navbar-nav > li.active .child-navigation li:first-child a:after {
    display: block;
}
.navigation .navbar .navbar-nav > li.active .child-navigation.position-bottom li:last-child a:after {
    display: block;
}
.navigation .navbar .navbar-nav > li.has-child {
    position: relative;
}
/* .child-navigationがあるときのみ使用 */
/*.navigation .navbar .navbar-nav > li.has-child:after {
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	content: "\f0d7";
	color: #1396e2;
	font-size: 8px;
	height: 10px;
	position: absolute;
	top: 3px;
	bottom: 0;
	margin: auto;
	right: 2px;
}*/
.navigation .navbar .navbar-nav > li a {
    color: #fff;
    line-height: 0;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 9px;
    padding-left:10px;
    padding-right:10px;
    position: relative;
    /* font-size:90%; */
    /* border-right:1px solid #999; */
}
.navigation .navbar .navbar-nav > li a:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-color: #fff;
    bottom: -6px;
    content: "";
    left: 15px;
    height: 1px;
    position: absolute;
    width: 15px;
}
.navigation .navbar .navbar-nav > li a:hover {
    color: #ffffff;
    background-color: transparent;
}
.navigation .navbar .navbar-nav > li a:active, .navigation .navbar .navbar-nav > li a:focus {
    background-color: transparent;
}
.navigation .navbar .navbar-nav > li > .child-navigation {
    margin-top: 11px;
}
.navigation .navbar .navbar-nav > li > .child-navigation.navigation-to-left {
    right: 15px;
    left: inherit;
}
.navigation .navbar .navbar-nav > li > .child-navigation.navigation-to-left > li:first-child a:after {
    left: inherit;
    right: 10px;
}
.navigation .navbar .navbar-nav > li > .child-navigation.navigation-to-left.position-bottom > li:last-child a:after {
    left: inherit;
    right: 10px;
}
.navigation .navbar .navbar-nav > li > .child-navigation.position-bottom {
    bottom: 25px;
}
.navigation .navbar .navbar-nav > li > .child-navigation.position-bottom > li:first-child a:after {
    border-color: transparent !important;
}
.navigation .navbar .navbar-nav > li > .child-navigation.position-bottom > li:last-child:hover a:after {
    border-color: #1396e2 transparent transparent transparent;
}
.navigation .navbar .navbar-nav > li > .child-navigation.position-bottom > li:last-child > a:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background-color: transparent;
    border-color: #f3f3f3 transparent transparent transparent;
    border-style: solid;
    border-width: 7.5px 7.5px 0 7.5px;
    content: "";
    height: 0px;
    position: absolute;
    left: 10px;
    bottom: -7px;
    width: 0px;
}
.navigation .navbar .navbar-nav > li > .child-navigation.position-bottom > li:last-child > a:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background-color: transparent;
    content: "";
    height: 8px;
    left: 0;
    width: 100%;
    position: absolute;
    bottom: -8px;
}
.navigation .navbar .navbar-nav > li > .child-navigation.position-bottom > li .child-navigation {
    bottom: 0;
    margin-top: inherit;
}
.navigation .navbar .navbar-nav > li > .child-navigation > li {
    position: relative;
}
.navigation .navbar .navbar-nav > li > .child-navigation > li:first-child:hover a:hover:after {
    border-color: transparent transparent #1396e2 transparent;
}
.navigation .navbar .navbar-nav > li > .child-navigation > li:first-child a:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3 transparent;
    border-style: solid;
    border-width: 0 7.5px 7px 7.5px;
    content: "";
    height: 0px;
    position: absolute;
    left: 10px;
    top: -7px;
    width: 0px;
}
.navigation .navbar .navbar-nav > li > .child-navigation > li:first-child a:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background-color: transparent;
    content: "";
    height: 8px;
    left: 0;
    width: 100%;
    position: absolute;
    top: -8px;
}
.navigation .navbar .navbar-nav > li .child-navigation {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #f3f3f3;
    position: absolute;
    visibility: hidden;
    list-style: none;
    padding-left: 0;
    left: 15px;
    min-width: 240px;
    z-index: 100;
}
.navigation .navbar .navbar-nav > li .child-navigation li:hover .child-navigation {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    visibility: visible;
}
.navigation .navbar .navbar-nav > li .child-navigation li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    padding: 20px 10px 15px 10px;
    position: relative;
}
.navigation .navbar .navbar-nav > li .child-navigation li a:hover {
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #1396e2;
    color: #fff;
}
.navigation .navbar .navbar-nav > li .child-navigation li .child-navigation {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    margin-top: -41px;
}
.navigation .navbar .navbar-nav > li.mobile-submit {
    display: none;
}
.navigation .navbar .navbar-nav li .child-navigation li.has-child:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    background-color: transparent;
    color: #1396e2;
    content: "\f105";
    height: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: inherit;
    right: 8px;
    width: 5px;
    z-index: 2;
}
.navigation .navbar .navbar-nav li .child-navigation li.has-child:hover:after {
    color: #fff;
}
.navigation .add-your-property {
    position: absolute;
    right: 0;
    bottom: -39px;
}
.navigation .add-your-property:hover .text {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    right: 50px;
    pointer-events: none;
}
.navigation .add-your-property .btn {
    width: 38px;
}
.navigation .add-your-property .text {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #5a5a5a;
    background-color: #fff;
    padding: 10px;
    position: absolute;
    right: 40px;
    text-align: right;
    top: 0;
    pointer-events: none;
}
.navigation .add-your-property .text:after {
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    margin: auto;
}
.navigation .secondary-navigation {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-bottom: 1px solid #f3f3f3;
    display: table;
    font-size: 12px;
    padding: 5px 0;
    width: 100%;
}
.navigation .secondary-navigation a {
    color: #5a5a5a;
    margin-left: 10px;
}
.navigation .secondary-navigation a:hover {
    color: #073855;
}
.navigation .secondary-navigation a.promoted {
    color: #1396e2;
}
.navigation .secondary-navigation a.promoted:hover {
    color: #073855;
}
.navigation .secondary-navigation .contact {
    float: left;
}
.navigation .secondary-navigation .contact figure {
    margin-right: 10px;
}
.navigation .secondary-navigation .contact figure strong {
    margin-right: 5px;
}
.navigation .secondary-navigation .user-area {
    float: right;
}
.navigation .secondary-navigation .user-area .actions {
    float: left;
}
.navigation .secondary-navigation .user-area .language-bar {
    float: right;
}
.navigation .secondary-navigation figure {
    display: inline-block;
}

.navigation-fixed-bottom .navigation {
    bottom: 0;
    position: absolute;
    top: inherit;
}

.navigation-fixed-top .navigation {
    top: 0;
    position: fixed;
    bottom: inherit;
}

.navigation-fix-to-top {
    position: fixed !important;
    bottom: inherit !important;
    top: 0 !important;
}
.navigation .head-text{
    /* border-top: 1px solid #E2D3B8; */
    /* background-color: #fffef9; */
    /* background-color: #dfdfdf; */
    border-top: 1px solid #c3c3c3;
    background-color: #fff;
}
.navigation .head-text h1{
    font-size:11px;
    text-align:left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #000;
}
.navigation .head-text h1:after{
    height:0;
}
/* 5. Footer */

#page-footer .inner {
    background: url("../images/tokyo_dtown.png") repeat-x center top;
    display: table;
    width: 100%;
    margin-top: 30px;
    padding-top: 80px;
    color: #000;
}
#page-footer .inner h3 {
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 0;
}
#page-footer .inner #footer-main {
    background-color: #5492ba;
    padding: 35px 0 15px;
    font-size: 14px
}
#page-footer .inner #footer-main a {
    color: #fff;
}
#page-footer .inner #footer-main a:hover {
    color: #fff;
}
#page-footer .inner #footer-copyright {
    background-color: #004775;
    /* text-align:center; */
    display: table;
    padding: 10px 0;
    width: 100%;
    color: #fff;
}
#page-footer .inner #footer-copyright a {
    color: #000;
}
#page-footer .inner #footer-copyright a:hover {
    color: #FFCD00;
}
#page-footer .inner #footer-copyright .glyphicon {
    margin-left: 5px;
}
#page-footer .inner .property:last-child {
    margin-bottom: 0 !important;
}
#page-footer .inner .property-thumbnail {
    background-color: #1396e2;
    float: left;
    height: 60px;
    overflow: hidden;
}
#page-footer .inner .property-thumbnail:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
#page-footer .inner .property-thumbnail img {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
    width: 100%;
}
#page-footer address {
    margin-bottom: 5px;
    line-height: 1.6;
}
#page-footer address * {
    font-weight: normal;
}
#page-footer .inner h3 {
    margin-bottom: 14px;
    padding:0 0 10px;
    border-bottom: 1px solid #fff;
    font-size: 108%;
    font-weight:bold;
    color:#FFF;
}

#page-footer li{
    background:url("../images/f_icon.png") no-repeat left center;
    padding-left:20px;
}


.back-top-wrap {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 100;
}
.top-btn {
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #d1c0a5;
    background: #294a7f;
    border: none;
    border-radius: 20%;
    color: #fff;
    outline: none;
    cursor: pointer;
    font-size: 12px;
    padding-top: 3px;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s
}
.top-btn:hover {
    opacity:0.6;
}

.go-search-wrap {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    display:none;
    width:100%;
}
.search-btn {
    text-align: center;
    width:100%;
    background: #2f83ba;
    border:none;
    color: #fff;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.3em;
    padding-top: 3px;
    padding:6px 0;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}


/***************** スマホ *****************/
@media (max-width: 767px) {
    .navbar-nav > li.navTel{
        display:none;
    }

    #brand img{
        display:none;
    }
    #brand a img{
        display:block;
    }

    .navbar-nav > li  {
        margin-top: 0;
    }


    #search-area{
        margin:0 auto;
    }
    #search-area h2{
        font-size:150%
    }
    h1 {
        font-size: 123.1%;
    }
    .agency .agency-image {
        display: block;
        width: inherit;
    }
    .agency .agency-image img {
        max-width: 100%;
    }
    .agency .wrapper {
        display: block;
        width: inherit;
    }
    .agency .wrapper dl, .agency .wrapper address {
        display: block;
        width: inherit;
        margin-left: 0;
    }
    .agency .wrapper dl {
        margin-bottom: 30px;
    }

    .agency-image {
        text-align: center;
        margin-bottom: 30px;
    }

    .agent {
        padding-left: 0;
        text-align: center;
    }
    .agent .agent-image {
        display: inline-block;
        position: relative;
        text-align: center;
        max-width: 100%;
        margin-bottom: 20px;
        width: inherit !important;
    }
    .agent .agent-image img {
        width: inherit !important;
    }

    blockquote {
        display: block !important;
        padding: 20px 0 !important;
        text-align: center;
    }
    blockquote figure {
        display: inline-block !important;
        margin-bottom: 30px;
    }
    blockquote .cite {
        display: block !important;
        padding-left: 0;
    }

    .blog-post {
        margin-bottom: 30px;
    }
    .blog-post h2 {
        font-size: 24px !important;
    }
    .blog-post .tags {
        float: none !important;
    }
    .blog-post .tags .tag {
        margin: 20px 0;
    }
    .blog-post .tags .tag:first-child {
        margin-left: 0 !important;
    }

    .account-profile h3 {
        margin-bottom: 15px;
    }

    .agent-detail h3 {
        margin-top: 40px;
    }

    .agent-info {
        padding-left: 0 !important;
        margin-bottom: 20px;
    }
    .agent-info figure {
        text-align: center;
        position: relative !important;
        margin-bottom: 20px;
    }

    .background-image {
        left: -200%;
        margin-left: 100%;
    }

    .block {
        padding: 30px 0;
    }

    .banner {
        padding: 20px;
    }
    .banner .title {
        display: block;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }
    .banner .submit {
        display: block;
        text-align: center;
        width: 100%;
    }

    .comment .name, .comment .date {
        float: none !important;
        position: relative !important;
        top: 0 !important;
    }

    section#results {
        padding-top: 0;
    }
    .display-lines .property {
        padding-left: 0px;
        width: 100%;
    }
    .display-lines .property .info a {
        position: relative !important;
    }
    /*
    .display-lines .property .info aside p, .display-lines .property .info aside dl {
        float: none;
        width: 100%;
    }
    */
    /*
    .display-lines .property .property-image {
        height: auto;
        margin-bottom: 20px;
        position: relative;
        width: 100%;
    }
    */
    .display-lines .property{
        overflow:hidden;
    }
    .display-lines .property .property-image {
        width:26%;
        height:auto;
    }
    .display-lines .property .info{
        display:block;
        width:70%;
        float:right;
    }
    .display-lines .property .info header h3 {
        font-size: 16px;
        line-height:1.2em;
    }
    .display-lines .property .info header figure {
        margin-bottom:0;
    }

    .feature-box {
        margin-bottom: 30px !important;
    }

    .form-map {
        background-color: transparent !important;
        padding: 0 !important;
    }

    .fun-facts {
        padding: 0;
    }
    .fun-facts:before {
        display: none;
    }
    .fun-facts .number-wrapper {
        margin-bottom: 30px;
        position: relative;
    }
    .fun-facts .number-wrapper:before {
        background-color: rgba(0, 0, 0, 0.07);
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        margin: auto;
        position: absolute;
        top: -15px;
        right: 0;
        width: 100%;
        z-index: -2;
    }

    .geo-location-wrapper .btn {
        top: 20px;
    }

    .horizontal-search .advanced-search-toggle {
        position: relative !important;
    }
    .horizontal-search .search-box-wrapper input[type="text"], .horizontal-search .search-box-wrapper input[type="email"], .horizontal-search .search-box-wrapper input[type="search"], .horizontal-search .search-box-wrapper input[type="password"], .horizontal-search .search-box-wrapper input[type="number"], .horizontal-search .search-box-wrapper textarea.form-control, .horizontal-search .search-box-wrapper .selectpicker {
        background-color: #fff !important;
    }
    .horizontal-search .submit-features li {
        width: 100%;
    }

    .logos {
        padding: 0;
        text-align: center;
    }
    .logos .logo {
        display: block;
        margin-bottom: 40px;
    }
    .logos .logo:last-child {
        margin-bottom: 0;
    }

    .floor-photos img {
        width: 100%;
    }

    #footer-copyright {
        text-align: center;
    }
    #footer-copyright span {
        float: none !important;
    }

    .leaflet-control-attribution {
        display: none;
    }

    .map-osm #map:after {
        display: none;
    }

    #map {
        margin-top: 0 !important;
    }

    .member {
        margin-bottom: 40px !important;
        padding-left: 0px;
        text-align: center;
    }
    .member h3 {
        font-size: 18px;
    }
    .member dl {
        border-top: none;
        border-bottom: 2px solid #f3f3f3;
        font-size: 12px;
        padding-bottom: 20px;
    }
    .member .image {
        display: block;
        position: relative;
    }
    .member .image img {
        width: 150px;
    }
    .member .tag {
        top: 10px;
    }

    .h_tel{
        display:none;
    }

    .navbar-nav {
        margin: 0;
    }

    .navigation {
        position: relative !important;
        font-size: 14px;
    }
    .navigation .navbar {
        display: block !important;
        padding: 10px 0 0 !important;
        width: 100%;
    }
    .navigation .navbar .navbar-collapse {
        border-top: none;
        max-height: inherit;
        overflow: hidden;
        margin-left: -15px;
        margin-right: -15px;
        padding-right: 0;
        padding-left: 0;
    }
    .navigation .navbar .collapse {
        display: none !important;
        float: inherit !important;
    }
    .navigation .navbar .collapse.in {
        display: block !important;
    }
    .navigation .navbar .collapse.in .child-navigation {
        display: block;
    }
    .navigation .navbar .navbar-nav {
        margin-bottom: 0;
        float: none !important;
    }
    .navigation .navbar .navbar-nav li:hover > .child-navigation {
        height: auto;
    }
    .navigation .navbar .navbar-nav li:hover > .child-navigation.navigation-to-left {
        right: inherit;
    }
    .navigation .navbar .navbar-nav li:hover > .child-navigation li:hover > .child-navigation {
        -moz-transition-delay: 0;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        height: auto;
    }
    .navigation .navbar .navbar-nav li.active a:after {
        display: none;
    }
    .navigation .navbar .navbar-nav li.has-child:after {
        right: 25px !important;
    }
    .navigation .navbar .navbar-nav li a {
        padding-bottom: 20px;
        padding-top: 20px;
        border-bottom: 1px solid #004875;
        border-right:none;
        background-color: #2f83ba;
    }
    .navigation .navbar .navbar-nav li:first-child a {
        border-top: 1px solid #004875;
    }
    .navigation .navbar .navbar-nav li a:after {
        display: none;
    }
    .navigation .navbar .navbar-nav li.mobile-submit {
        display: block;
    }
    .navigation .navbar .navbar-nav li.mobile-submit i {
        color: #1396e2;
        position: absolute;
        bottom: 12px;
        margin-left: 10px;
    }
    .navigation .navbar .navbar-nav li .child-navigation {
        display: none;
        left: 0;
        min-width: inherit;
        width: 100%;
        position: relative;
        margin-top: 0;
        box-shadow: none;
        background-color: #f3f3f3;
        height: 0;
    }
    .navigation .navbar .navbar-nav li .child-navigation li {
        border-bottom: none !important;
    }
    .navigation .navbar .navbar-nav li .child-navigation li:first-child a:after, .navigation .navbar .navbar-nav li .child-navigation li:last-child a:after {
        display: none !important;
    }
    .navigation .navbar .navbar-nav li .child-navigation li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-left: 15px;
        padding: 20px 15px 20px 15px;
    }
    .navigation .navbar .navbar-nav li .child-navigation li a:hover {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        color: #1396e2;
    }
    .navigation .navbar .navbar-nav li .child-navigation li:hover .child-navigation {
        height: auto;
    }
    .navigation .navbar .navbar-nav li .child-navigation li .child-navigation {
        -moz-transition-delay: 0;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        height: 0;
        background-color: #ebebeb;
        margin-top: 0;
        left: 0px !important;
    }
    .navigation .navbar .navbar-toggle {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        bottom: 0;
        display: block !important;
        vertical-align: middle;
        position: absolute;
        right: 0;
        margin: 0;
        top: 0;
        height: 60px;
        padding: 0;
    }
    .navigation .navbar .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navigation .secondary-navigation {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        background-color: #073855;
    }
    .navigation .secondary-navigation .contact {
        display: none;
    }
    .navigation .secondary-navigation .user-area {
        float: none;
    }
    .navigation .secondary-navigation .user-area a {
        color: #fff;
        margin-left: 0;
        margin-right: 10px;
    }
    .navigation .secondary-navigation .user-area a:hover {
        color: #fff;
    }
    .navigation .navbar .navbar-brand {
        margin-bottom: 10px;
    }
    .owl-controls {
        display: none !important;
    }

    #page-content {
        padding-top: 0px !important;
    }
    .page-sub-page #page-content {
        margin-top: 0px;
    }

    #page-footer #footer-main {
    }
    #page-footer #footer-main article {
        margin-bottom: 30px;
    }
    #page-footer #footer-main article h3 {
        margin-bottom: 10px !important;
    }

    .page-sign-in .wrapper {
        display: table !important;
    }

    #page-content {
        overflow: hidden;
    }

    .add-your-property {
        display: none;
        bottom: inherit;
        position: absolute;
        top: 8px;
    }
    .add-your-property figure {
        display: none !important;
    }

    .post-author {
        text-align: center;
    }
    .post-author img {
        display: inline-block;
        margin-bottom: 20px;
    }
    .post-author .wrapper {
        display: block;
    }
    .property.small .info {
        padding-left: 110px;
    }
    .property.small .property-image {
        /*
            float: none;
            height: auto;
            margin-bottom: 10px;
            width: 100%;
        */
    }
    .property.masonry {
        width: 100%;
    }
    .property.masonry .property-image:hover img {
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    .property.masonry .property-image img {
        -moz-backface-visibility: visible;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    .property-detail-map {
        width: 100% !important;
    }

    .property-features-list li {
        width: 100%;
    }

    .property-title .actions {
        position: relative;
        margin-top: 20px;
        top: 10px;
    }
    .property-title .actions .title-add, .property-title .actions .title-added {
        text-align: left;
        left: 25px;
    }

    .rating-form .btn {
        float: none !important;
        width: 100%;
    }

    .ribbon {
        height: 18px;
        bottom: inherit;
        font-size: 9px;
        padding: 3px 2px 2px;
        position:static;
        transform: none;
        top:0;
        right: auto;
        left:0;
        width:100%
    }

    #search-filter {
        margin-bottom: 10px;
        padding: 0;
    }
    #search-filter .sorting {
        position: relative;
        margin-top: 10px;
    }
    #search-filter .sorting .form-group {
        width: 100%;
    }

    .search-box-wrapper {
        background-color: #fff;
        padding: 20px 0;
        position: relative;
        top: 0 !important;
    }
    .search-box-wrapper h2 {
        color: #fff;
    }
    .search-box-wrapper input[type="text"], .search-box-wrapper input[type="email"], .search-box-wrapper input[type="search"], .search-box-wrapper input[type="password"], .search-box-wrapper input[type="number"], .search-box-wrapper textarea.form-control {
        background-color: rgba(0, 0, 0, 0.4) !important;
    }
    .search-box-wrapper .background-image {
        left: inherit;
        margin-left: inherit;
    }
    .search-box-wrapper .selectpicker, .search-box-wrapper .price-range {
        background-color: rgba(0, 0, 0, 0.4) !important;
    }
    .search-box-wrapper .search-box {
        margin-top: 0;
        padding-right: 0;
        position: relative;
    }
    .form-search-wrap .search-box {
        width: 100%;
        max-width:100%;
    }
    .search-box-wrapper .search-box .nav-pills {
        margin-bottom: 20px;
    }
    .search-box-wrapper .search-box .nav-pills li.active a {
        background-color: #1396e2;
        color: #fff;
        position: relative;
    }
    .search-box-wrapper .search-box .nav-pills li.active a:after {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    .search-box-wrapper .search-box .nav-pills li a {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        background-color: transparent;
        color: #fff;
    }
    .search-box-wrapper .search-box .nav-pills li a:after {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -moz-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        width: 0;
        border-style: solid;
        border-width: 5px 3.5px 0 3.5px;
        border-color: #1396e2 transparent transparent transparent;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -5px;
    }

    .go-search-wrap {
        display:block;
    }


    .section-title .link-arrow {
        position: relative;
        top: -15px;
    }

    #top-flow .section-title .link-arrow2 {
        position: relative;
        top: -15px;
        left:0;
        right:0;
    }

    #slider {
        margin-top: 0 !important;
    }
    #slider .slide {
        overflow: hidden;
    }
    #slider .slide:after {
        height: 50% !important;
    }
    #slider .slide .overlay {
        margin-bottom: 10px !important;
    }
    #slider .slide .overlay figure {
        font-size: 14px !important;
    }
    #slider .slide .overlay h3 {
        font-size: 24px !important;
        font-weight: bold !important;
    }
    #slider .slide .overlay hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #slider .slide .overlay img {
        left: -200%;
        position: relative;
    }
    #slider .slide .overlay .tag {
        font-size: 18px !important;
    }
    #slider .slide img {
        position: relative !important;
        height: 100% !important;
        width: inherit !important;
    }
    .submit-step {
        display: none;
    }

    .submit-pricing table th {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .submit-pricing table th:first-child {
        padding-left: 0 !important;
    }

    .text-banner h1 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
        padding-bottom: 15px;
    }

    .form-submit section {
        margin-bottom: 30px;
    }
    .form-submit .submit-features li {
        width: 100%;
    }
    .form-submit .file-preview-frame {
        display: inline-block;
        float: none;
    }

    #video-presentation img {
        width: 100%;
    }

    #top-featured-properties h2,
    h2 {
        font-size: 143.1%;
        text-shadow: 1px 1px 1px #fff;
        margin-bottom: 30px;
    }

    .wrapper {
        display: block;
    }
    .property .overlay p {
        font-size: 13px;
    }
    #recommend-properties .recommend-text {
        margin-bottom: 30px;
    }
    #recommend-properties .about-link {
        top: -20px;
        position: relative;
    }
    #ranking-properties .property .overlay h3 {
        margin-bottom: 15px;
    }
    #property-detail #property-overview dl {
        color: #807772;
    }
    #property-detail #property-overview dt {
        float: none;
        border-bottom: 1px solid #807772;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
    .reading-image-area p {
        margin-bottom: 20px;
    }
    .reading-image-area {
        padding: 20px 20px 0;
    }
    .listing-block {
        display: block;
    }
    .listing-image-inner {
        width: 100%;
    }
    .listing-block .listing-image {
        display: block;
        width: 100%;
    }
    .listing-block .listing-txt {
        display: block;
        padding-left: 0;
        margin: 10px 0;
    }
    .listing-block .listing-txt h2 {
        font-size: 116%;
        font-weight: bold;
    }
    #page-description-detail .comparison-block .row {
        width: 100%;
    }
    #page-description-detail .comparison-block .row > div {
        display: block;
    }

    body.basic-contact .main-form-area .fieldset-inner {
        display: block;
    }
    body.basic-contact .main-form-area .field-legend {
        width: 100%;
        display: block;
    }
    body.basic-contact .main-form-area .field-area {
        width: 100%;
        display: block;
    }
    #ranking-properties .property {
        outline: none;
    }
    #ranking-properties .property {
        margin-bottom: 80px;
    }
    #top-flow .tf_item{
        height:auto;
        margin:0 0 20px;
    }
    #top-flow .tf_item.next:after{
        content:"▼";
        font-size: 20px;
        top:auto;
        bottom:-23px;
        right:50%;
    }
    body.basic-contact .field-area {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .send-txt {
        font-size: 108%;
    }

    #property-detail .unit-price-table .tBody.price td{
        border-top:none;
    }
    #property-detail .unit-price-table .tBody.price td.td1{
        border-top:1px solid #ddd;
    }
    .table.unit-item > tbody > tr > td{
        display:block;
        text-align:center;
        border-top: none;
    }
    .table.unit-item > tbody > tr > td.td4{
        text-align:auto;
    }
    .universal-button.trunkInqBtn,
    .universal-button.kantanBtn {
        padding: 8px 6px 6px 40px;
    }
    .table.unit-item > tbody > tr > td.td2,
    .table.unit-item > tbody > tr > td.td3{
        width:50%;
        float:left;
    }
    .table.unit-item > tbody > tr > td.td6{
        display:block;
    }
    #property-detail .unit-price-table .tBody.camp{
        display:none;
    }

    #foot-banner .row .col-md-4 img{
        margin:0 auto;
    }

}

/***************** 印刷 *****************/
@media print {
    #page-footer, .breadcrumb {
        display: none;
    }

    .page-property-detail body, .page-property-detail html {
        height: 100%;
        width: 100%;
        padding: 0;
    }
    .page-property-detail #sidebar, .page-property-detail #page-footer, .page-property-detail .thick, .page-property-detail .actions, .page-property-detail .navigation, .page-property-detail .breadcrumb {
        display: none;
    }

    .page-invoice .navigation {
        display: none;
    }

    .invoice {
        font-size: 12px;
    }
    .invoice address {
        line-height: 18px;
    }
    .invoice h1 {
        font-size: 36px;
        margin-top: 20px;
    }
    .invoice h2, .invoice h3 {
        font-size: 18px;
    }
    .invoice section {
        border-width: 1px;
        padding: 10px 0;
    }
    .invoice dl dd {
        margin-bottom: 4px;
    }
    .invoice #description-table th {
        border-bottom: 2px solid #e8e8e8;
        padding: 8px 0;
    }
    .invoice #description-table th:first-child {
        padding-left: 0px;
    }
    .invoice #description-table th:last-child {
        padding-right: 0px;
    }
    .invoice #description-table td {
        padding: 10px 0;
    }
    .invoice #description-table td:first-child {
        padding-left: 0px;
    }
    .invoice #description-table td:last-child {
        padding-right: 0px;
    }
}

/*** step***/
.step-info {
    position: relative;
    color: #ccc;
    text-align: center;
    margin: 40px auto 65px;
}
.step-info .step-txt p {
    width: 16.66%;
    display: inline-block;
    margin: 0;
    vertical-align: bottom;
    position: relative;
}
.step-info .step-txt {
    font-size: 12px;
    font-weight: bold;
}
.step-info .step-txt p:after {
    content: '●';
    z-index: 1;
    font-size: 10px;
    bottom: -1.4em;
    display: block;
    left: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    text-shadow: 3px 0 0 #ffffff,-3px 0 0 #ffffff;
}
.step-info:after {
    content: '';
    border-top: 1px #ccc solid;
    position: absolute;
    bottom: -0.5em;
    left: 0;
    z-index: 0;
    height: 0;
}
.step-info.step2:after {
    margin: 0 42%;
    width: 16%;
}
.step-info.step3:after {
    margin: 0 33%;
    width: 34%;
}
.step-info.step4:after {
    margin: 0 24.5%;
    width: 51%;
}
.step-info.step5:after {
    margin: 0 17.5%;
    width: 65%;
}
.step-info.step6:after {
    margin: 0 9%;
    width: 82%;
}
.step-info .now-step {
    color: #2f83ba;
}

ul.list-links {
    margin-top: -5px;
}
ul.list-links li a {
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #5a5a5a;
    display: block;
    padding: 5px 0;
    padding-left: 0;
}
ul.list-links li a:hover {
    color: #F79C08;
}

.indent-1em {
    text-indent: -1em !important;
    padding-left: 1em !important;
}


/***************** タブレット *****************/
.f_fix_set{ display:none; }
.navbar-tel{ display:none; }
@media (max-width: 991px) {
    #page-footer .inner #footer-copyright{
        padding-bottom: 65px;
    }
    .f_fix_set{ /* display:block; */ }
    .f_fix_set{
        position: fixed;
        bottom: 0;	/* 上部に固定 */
        left: 0;
        z-index: 1000;
        width: 100%;
        background: rgba(91,77,77,.85);
        padding: 8.5px 12px;
        box-sizing: border-box;
        height:55px;
    }

    .f_fix_set .tel{
        font-size:11px;
    }
    .f_fix_set .tel .btn-tel{
        display:block;
        background:#2f83ba;
        color:#fff;
        border-radius:4px;
        padding: 9px 0 6px;
        box-shadow:0 1px 1px rgba(0, 0, 0, 0.6);
        position:relative;
        font-size:14px;
    }
    .f_fix_set .tel i{
        /* padding:0 12px 0 0; */
        color: #fff;
        font-size: 20px;
        opacity: 0.59;
        padding: 0 2px 0 0;
        position: absolute;
        top: 8px;
        left: 4px;
    }
    .f_fix_set .tel span{
        position:relative;
        z-index:120;
        padding: 0 0 0 28px;
        display:block;
    }

    .navbar-tel{
        display:block;
        border-radius: 0;
        bottom: 0;
        height: 60px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 62px;
        top: 2px;
        vertical-align: middle;
        background-color: transparent;
        background-image: none;
        border:none;
        font-size:40px;
    }

}

.tel_menu_wrap{
    display:none;
    overflow:hidden;
}
.tel_menu{
    width:100%;
    list-style: outside none none;
    padding:0;
    margin: 0;
    overflow:hidden;
}
.tel_menu li{
    background:#fbfbfb;
    border-bottom:1px solid #eceae7;
    padding: 0;
    marign: 0;
    width:50%;
    font-size:90%;
    float:left;
}
.tel_menu li a,
.tel_menu li span{
    display:block;
    width:100%;
    padding:15px;
}
.tel_menu li a{
    color:#2f83ba;
    font-weight:bold;
}