@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800);

*{margin:0;padding:0;}

html {
    height: 100%;
    font-size:62.5%;
}

body {
    font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: 500;
    line-height: 1.8;
    font-size: 16px;
    height: 100%;
	color: #252525;
	letter-spacing: .1px;
    background-color: #fff;
}

a {
	color: #777;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

a:hover{color:#999;text-decoration:none;}
a:active, a:focus {outline: 0;}

a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

img{border:0;}

.container img, div img, aside img {
    max-width: 100%;
    height: auto;
}
.banner-area img {
    max-width: none;
    width: 100%;
}

.no-gutter > [class*='col-'],
.no-gutter {
    padding-right:0;
    padding-left:0;
}

.strong {
    font-weight: bold;
}

address {
    margin-bottom: 0;
    padding: 7px 0;
    font-size: 1.4rem;
    color: #fff;
}

/*    font-family: 'Noto Sans Japanese', serif;*/
/*    font-family: "Sawarabi Mincho", serif;*/

/************************************
/* header
************************************/
header {
    padding-top: 26px;
    background:
        url(../images/header_line.png) 50% 0 no-repeat,
        url(../images/header_line_re.png) 0 0 repeat-x;
}

.carousel.slide {
    margin: 0 auto;
    max-width: 1280px;
}

.carousel-indicators li {
    width: 53px;
    height: 6px;
    margin-right: 6px;
    margin-left: 6px;
}


.carousel.slide .carousel-item .img-label{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}
@media only screen and ( max-width : 1100px ) {
  .carousel.slide .carousel-item .img-label{
      width: 50%;
  }
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 40px;
	height: 40px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.05);
	background-size: 70%;
}

.carousel-control-next, .carousel-control-prev {
    width: 6%;
}


/************************************
/* nav
************************************/
#toppage nav {
    min-height: 80px;
    font-size: 1.32rem;
    color: #fff;
    background: url(../images/bg_nav.png) 50% 52% repeat-x;
    background-size: auto 80px;
}

#toppage .navbar {
    padding: 0;
}

#toppage .navbar-expand-lg .navbar-nav {
    width: 100%;
}

#toppage nav ul li {
    width: calc((100% - 396px) / 6);
    text-align: center;
    list-style: none;
    line-height: 1;
    background: url(../images/nav_bd.png) 100% 50% no-repeat;
}

#toppage nav ul li:nth-of-type(3),
#toppage nav ul li:last-child {
    background-image: none;
}
#toppage nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 50%;
    font-family: "Sawarabi Mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
nav ul li a:hover {
    color: #baff00 !important;
}
#toppage nav ul li span {
    display: block;
    margin: 22px 0 7px;
    font-family: 'Noto Sans Japanese', serif;
    font-size: 1.3rem;
}
#toppage nav ul li.nav-logo {
    margin-top: -39px;
    width: 396px;
    background: #fff url(../images/nav_center_on.png) 0 0 no-repeat;
    background-size: 396px;
    overflow: hidden;
    border-bottom: 1px solid #fff;
}
#toppage nav ul li.nav-logo img {
	width: 100%;
}
#toppage nav ul li a {
    color: #fff !important;
}


/************************************
/* layout
************************************/
.container {
    max-width: 1200px;
}

ul li {
    list-style: none;
}

.mt-45 {
    margin-top: 4.5rem;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-45 {
    margin-bottom: 4.5rem;
}

.mb-65 {
    margin-bottom: 6.5rem;
}

.mtb-100 {
    margin: 100px 0;
}

.bd {
    border: 2px solid #940e0d;
}

main {
    position: relative;
}

/************************************
/* content
************************************/
#toppage article h2 {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.3rem;
    font-weight: bold;
    letter-spacing: .13em;
    border-bottom: 4px solid #8a0605;
}

#toppage article h2 span {
    padding: 0 3.5rem;
    margin-top: -5px;
    margin-right: 23px;
    color: #d9d9d9;
    background:
        url(../images/ttl_be.png) 0 0 no-repeat,
        url(../images/ttl_af.png) 100% 0 no-repeat,
        url(../images/ttl_mid.png) 50% 0 repeat-x;
    letter-spacing: normal;
}
h2,h3,h4,h5 {
    font-family: "Sawarabi Mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}
article h3 {
    padding: 10px 0 10px 1.5em;
    font-size: 3.3rem;
    font-weight: bold;
    letter-spacing: .1em;
    border-bottom: 4px solid #8a0605;
    background: url(../images/ttl_icon.png) 0 50% no-repeat;
    background-size: 25px 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

article h3.otoku span {
    display: inline-block;
    padding: 4px 25px;
    font-size: 2.2rem;
    color: #fff;
    background:
        url(../images/bg_arrow_r.png) 100% 0 no-repeat,
        url(../images/bg_arrow_l.png) 0 0 no-repeat,
        url(../images/bg_arrow_c.png) 50% 0;
    background-size: contain;
}


.lt-sp-n {
    letter-spacing: -2px;
}

.lead {
    font-size: 2rem;
    background: url(../images/bg_logo.png) 50% 50% no-repeat;
    background-size: 60%;
}
.lead p,
.lead ul {
    font-weight: 700;
}
.lead p {
    margin-bottom: 1em;
}
.lead .text-right p {
    margin-bottom: 0.5em;
    font-weight: normal;
}

/*viewpoint*/
.viewpoint {
    position: relative;
}

.viewpoint > figure {
    margin-bottom: 2px;
}

.viewpoint > figure:nth-of-type(odd) {
    padding-right: 0;
}

.viewpoint > figure:nth-of-type(even) {
    padding-left: 0;
}
.triangle {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 47%;
    height: 100%;
    text-align: center;
    z-index: 10;
}

.triangle img {
    height: 99.5%;
}

/* btn */
.btn-danger {
    width: 100%;
    font-family: 'Noto Sans Japanese', serif;
    font-weight: 600;
    letter-spacing: 2px;
    background: #ef5555 url(../images/footer_bg02.png) 50% 50%;
    background-size: cover;
}

.btn-danger span {
    display: block;
    padding: 6px 30px;
    border-top: 2px solid rgba(255, 255, 255, 0.4);
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    margin: 3px 0;
    font-weight: normal;
}

.btn-danger:hover {
    opacity: 1;
    background-image: none;
    background-color: #c82333;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn-danger {
    position: relative;
    padding: 0;
    width: 100%;
    font-size: 1.4rem;
}

/*property*/
.property360,
.font-go,
.app-text {
    /*font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic", YuGothic,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
    font-family: 'Noto Sans Japanese', serif;
}

.property360 span:first-child {
    display: inline-block;
    width: 63px;
    height: auto;
}

.property-img {
    margin-bottom: .5rem;
    position: relative;
    height: 180px;
    margin-bottom: 1em;
    background: url(../images/no_images.png) no-repeat center #fff;
    border-bottom: #ddd solid 1px;
    overflow: hidden;
}

.property-img img {
    /*width: 100%;
    height: auto;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    margin: 0 auto;
}

.property-img .fix-top {
    position: absolute;
    top: 0;
    left: 0;
}

.property-ttl,
.property-item-ttl {
    margin-bottom: 1rem;
    padding-bottom: 10px;
    font-family: 'Noto Sans Japanese', serif;
    font-size: 120%;
    font-weight: 600;
    border-bottom: 1px solid #070707;
    line-height: 1.4;
}

ul.property-info  {
    margin-bottom: 38px;
}

ul.property-info li {
   /* padding-left: 25px;*/
    /*font-size: 1.8rem;*/
    font-weight: 500;
}
ul.property-info li i {
    margin-right: 5px;
    color: #42557d;
}
ul.property-info li span {
    font-weight: 700;
    /*color: #42557d;*/
}

/*ul.property-info li:nth-of-type(1) {
    background: url(../images/icon_property2.png) 0 50% no-repeat;
    background-size: auto 70%;
}
ul.property-info li:nth-of-type(2) {
    background: url(../images/icon_property3.png) 0 50% no-repeat;
    background-size: auto 70%;
}
ul.property-info li:nth-of-type(3) {
    background: url(../images/icon_property1.png) 0 50% no-repeat;
    background-size: auto 70%;
}*/

#property .btn-danger div {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: auto;
}

#property .btn-danger div:hover {
    background-color: #2f2b2b;
}
#property .btn-danger:hover div img {
    opacity: 0.8;
}

/*appliances*/
.panel-red {
    padding: 2px 10px;
    font-family: 'Noto Sans Japanese', serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #259c17;
}

.recommened {
    position: absolute;
    top: -35px;
    right: -2%;
}

.property-item-ttl {
    padding: 0 10px 10px;
    /*text-align: center;
    background: url(../images/line_kasure.png) 50% 100% no-repeat;*/
    background-size: 100% 6px;
}

.app-text {
    font-weight: bold;
}

.tag-area {
    padding-left: 20px;
    font-size: 1.2rem;
    color: #8c0706;
    background: url(../images/icon_tag.png) 0 50% no-repeat;
}

#property .appliances a.btn-danger {
    padding-top: 9px;
    padding-bottom: 9px;
}

#property .appliances .btn-danger span {
    border: 0;
    padding: 0;
    margin: 0;
}

#property .appliances .btn-danger span:after {
    margin-left: .5em;
    content: url(../images/icon_arrow.png);
}

/*procedure*/
/*#procedure .btn-danger,
#real-estate .btn-danger {
    font-family: "Sawarabi Mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
}*/

#procedure .btn-danger small {
    display: block;
    font-size: 1rem;
}

.arow2 {
    background: url(../images/arrow_s0711_2.png) 90% 50% no-repeat;
}

.imgbox {
    position: relative;
}
.txtbox {
    position: absolute;
    bottom: 0px;
    right: 0%;
    margin: 0 auto;
    width: 130px;
    height: 45px;
    background: #000;
    display: block;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.txtarea p {
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
    padding: 5px;
    margin: 0;
    line-height: 1.2;
    width: 130px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.txtbox p span {
    font-size: 1.3rem;
}

.txtbox small {
    display: block;
}

/*searchmap*/
.searchmap {
    position: relative;
    width: 100%;
/*    height: 83%;*/
}

.searchmap li {
    position: absolute;
    font-size: 1.3rem;
    width: 10%;
    border-bottom: 1px dotted;
}

.searchmap li a {
    padding: .5% 1%;
    color: #333;
    font-weight: 700;
}

.searchmap li a:hover {
    color: #777;
}

.searchmap li.zenibako {
    top: 1%;
    left: 2%;
}
.searchmap li.ishikari {
    top: 3%;
    left: 17%;
}
.searchmap li.teineku {
    top: 19%;
    left: 3%;
}
.searchmap li.kitaku {
	top: 12%;
	left: 28%;
}
.searchmap li.nishiku {
	top: 42%;
	left: 6%;
}
.searchmap li.higashiku {
	top: 28%;
	left: 35%;
}
.searchmap li.chuouku {
	top: 48%;
	left: 22%;
}
.searchmap li.minamiku {
	top: 77%;
	left: 13%;
}
.searchmap li.toyohiraku {
	top: 60%;
	left: 37%;
}
.searchmap li.shiroishiku {
	top: 46%;
	left: 40%;
}
.searchmap li.kiyotaku {
	top: 70%;
	left: 46%;
}
.searchmap li.atshubetshuk {
	top: 51%;
	left: 53%;
}
.searchmap li.kitahiroshima {
	top: 81%;
	left: 55%;
}
.searchmap li.ebetsu {
	top: 37%;
	left: 58%;
}
.searchmap li.chitose {
	top: 6%;
	right: 17%;
}
.searchmap li.eniwa {
	top: 87%;
	right: 25%;
}
.searchmap li.tomakomai {
	top: 13%;
	right: 5%;
}

/*real-estate*/
.cntbox01 {
    padding: 30px;
}

.cntbox01 h4 {
    margin-bottom: 25px;
    font-size: 2.6rem;
    font-weight: bold;
}

.cntbox01 h4 span {
    font-size: 3.8rem;
}

.cntbox01 p {
    font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic", YuGothic,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    margin-bottom: 50px;
}

.l_btn01 {
    background: url(../images/arrow_s0711_1.png) 65% 50% no-repeat, url(../images/img_bg_btn0711_1.jpg) 0 0 no-repeat;
    width: 100%;
    color: #fff;
    border: none;
    display: block;
    padding: 25px 0;
    font-size: 1em;
    margin-top: 5px;
    border: 0;
}

.l_btn01:hover {
    background-image: none;
}

#real-estate .btn-danger {
    font-size: 2rem;
}

#real-estate .btn-danger span {
    padding: 15px 0;
}

.arow {
    background: url(../images/arrow_s0711_1.png) 85% 50% no-repeat;
}

.btn-primary:hover {
    color: #fff;
    background-color: maroon;
}

/*footer*/
.footerinner {
    background: url(../images/footer_top_bg01.png) 0 0 repeat-x;
    height: 73px;
    position: relative;
}

.pagetop {
    display: none;
    position: absolute;
    bottom: -1px;
    right: 4%;
}

.footer_bg {
    background: url(../images/footer_bg02.png) 0 0;
    background-size: cover;
    padding: 15px;
    color: #FFF;
}

footer dt {
    font-family: 'Noto Sans Japanese', serif;
    font-size: 2rem;
    font-weight: bold;
}

footer dd {
    margin-left: 1em;
    margin-bottom: 40px;
}

footer dd.no-gutter {
    margin-bottom: 0px;
}

footer p span.mL01 {
    margin-left: 4.4em;
}

footer p span.mL02 {
    margin-left: 4.3em;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
}

.footer-nav li {
    padding: 5px 10px 14px 0;
    list-style: none;
    display: block;
    font-size: 2.1rem;
}

.footer-nav a {
    color: #fff;
    text-decoration: none;
}

.footer-nav li:after {
    padding-left: 10px;
    content: "|";
    color: #fff;
}

.footerLower {
    color: #674848;
    background-color: #8a0605;
    text-align: center;
}


/*banner*/
#banner .d-flex a img {
    padding-right: 3px;
    padding-bottom: 3px;
}

#banner .d-flex a img.no-gutter {
    padding: 0 3px 0 0px;
    margin: 0px;
}

/*tel*/
.smt-tel a {
    color: #fff;
}

/*aside*/
aside {
    position: absolute;
   /* right: 1%;*/
   right: 0;
    width: 66px;
    z-index: 100;
}

.sidenav {
    -webkit-transition: .3s;
    transition: .3s;
/*    opacity: .8;*/
}

.is-fixed {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
}

.is-hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.sidenav li {
    width: 100%;
    position: relative;
}

.sidenav li a:hover img {
    opacity: 1;
}

.sidenav li > .btn {
    padding: 0;
    border: 0;
}

.sidenav li > .btn.focus, .sidenav li > .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.s-balloon {
    position: absolute;
    left: -279px;
    display: none;
    opacity: 0;
    width: 297px;
    padding: 5px 10px;
    border-top: 1px solid #ceb5b5;
    border-bottom: 1px solid #ceb5b5;
    border-left: 1px solid #ceb5b5;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: show-balloon;
    animation-name: show-balloon;

    line-height: 1.5;
    font-family: 'Noto Sans Japanese', serif;
}
.s-balloon strong {
    color: #8a0604;
    font-size: 120%;
}
.s-balloon i {
    color: #8a0604;
    margin-right: 5px;
}

a:hover .s-balloon {
    display: inline-block;
    opacity: 1;
    top: 0;
    left: -279px;
    color: #333;
    font-size: 1.4rem;
    min-height: 78%;
    /*height: 78%;*/
    height: 100% !important;
    background-color: #fff;
    z-index: -1;
}

@-webkit-keyframes show-balloon {
  0% {
    display: none;
    opacity: 0;
    left: -250px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    left: -279px;
  }
}


@keyframes show-balloon {
  0% {
    display: none;
    opacity: 0;
    left: -250px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    left: -279px;
  }
}





/*******************************
// Large devices (desktops, less than 1339px)
*******************************/
@media(min-width:1339px) {
    #nav-input,
    #nav-open{
        display: none;
    }
}

/*******************************
// Large devices (desktops, less than 1339px)
*******************************/
@media(max-width:1338.98px) {
    #nav-drawer {
/*        overflow: hidden;*/
    }
    #nav-open {
        display: inline-block;
        width: 42px;
        height: 42px;
        vertical-align: middle;
        opacity: .5;
    }

/*
    #nav-open span, #nav-open span:before, #nav-open span:after {
        position: absolute;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background: #555;
        display: block;
        content: "";
        cursor: pointer;
        text-align: center;
    }
    #nav-open span:before {
        bottom: -8px;
    }
    #nav-open span:after {
        bottom: -16px;
    }
*/


    #nav-close {
        display: none;
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
/*        background: #000;*/
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }


    #nav-content {
        z-index: 9999;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
/*
        -webkit-transform: translateX(10000%);
        transform: translateX(10000%);
*/
        display: none;
    }

/*チェックが入ったらもろもろ表示*/
    #nav-input:checked ~ #nav-close {
        display: block;/*カバーを表示*/
        opacity: .5;
        z-index: -1;
    }

    #nav-input:checked ~ #nav-content {
        -webkit-transform: translateX(0%);
/*        transform: translateX(0%);*/
        display: block;
    }
}

/*******************************
// Large devices (desktops, less than 1200px)
*******************************/
@media(max-width:1199.98px) {
    #toppage nav {
        margin-bottom: 11%;
    }
    nav ul li {
        font-size: 1.1rem;
    }
    nav ul li span {
        font-size: 1rem;
    }

    #toppage article h2,
    article h3 {
        font-size: 170%;
    }

    ul.property-info li {
        font-size: 105%;
    }

    article h3.otoku span {
        font-size: 61%;
    }

    .cntbox01 {
        padding: 1.5% 5%;
    }

    .cntbox01 h4 {
        margin-bottom: 4%;
    }

    .cntbox01 p {
        margin-bottom: 8%;
    }

    #real-estate .btn-danger span {
        padding: 2% 0;
    }

    .mtb-100 {
        margin: 6% 0;
    }

    .footer-nav li {
        font-size: 100%;
    }

    #property .no-gutter {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*******************************
// Medium devices (tablets, less than 1024px)
*******************************/
@media(max-width:1024px) {
    .lead {
        font-size: 1.8rem;
    }

    .btn-danger span {
        background-position: 95% 50%;
    }

    .cntbox01 h4 {
        font-size: 160%;
    }

    .searchmap li.eniwa {
        top: 81%;
    }
}

/*******************************
// Medium devices (tablets, less than 992px)
*******************************/
@media(min-width:992px) {
    .navbar-brand {
        display: none;
    }
}

/*******************************
// Medium devices (tablets, less than 992px)
*******************************/
@media(max-width:991.98px) {



        /* #gNav li a.nav_parent {
            display: none;
        } */
    #toppage header h1 {
        width: 16%;
    }
    #toppage .navbar {
        background: #8a0605;
    }
    .main-txt p {
        width: 49%;
    }
    nav ul li.nav-logo {
        margin-top: -41px;
    }
    ul.property-info li:nth-of-type(1),
    ul.property-info li:nth-of-type(2),
    ul.property-info li:nth-of-type(3) {
        background-size: 6%;
    }
    .property360, .font-go, .app-text {
        font-size: 94%;
    }
    .navbar {
        padding: .5rem 1rem;
    }
    .navbar-light .navbar-toggler {
        border-color: #a7201f;
    }
    nav {
        background: #8a0605;
    }
    .nav-logo,
    .nav-item br {
        display: none;
    }
    .navbar-light .custom-toggler .navbar-toggler-icon {
      background-image: url(../images/menu.svg);
    }
    nav ul li {
        padding-bottom: 2rem;
        width: 100% !important;
        font-size: 120%;
        background-image: none !important;
        border-bottom: 1px solid #ce8686;
    }
    .navbar-toggler {
        position: relative;
        right: 20px;
    }
    .navbar-brand {
        position: relative;
        left: 20px;
    }
    .navbar-brand img {
        max-height: 50px;
    }
    #toppage nav {
        min-height: auto !important;
        padding: 10px 0 !important;
    }
    nav ul li {
        padding-bottom: 0;
    }
    nav ul li a {
        display: block;
        max-height: 100%;
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        line-height: 1.5;
        text-align: left;
        border: none !important;
    }
    nav ul li span {
        display: block;
        font-size: 15px !important;
        margin: 0 !important;
    }
}

/*******************************
// Medium devices (tablets, less than 920px)
*******************************/
@media screen and (min-width: 920px) {
    .footer_bg .ct_line {
        border-left: 1px solid #fff;
    }
    .footer_bg .pl60 {
        padding-left: 60px;
    }
}

/*******************************
// Medium devices (tablets, less than 880px)
*******************************/
@media(max-width:879.98px) {
/*
    .mainimg {
        height: 30vh;
        background-size: cover;
    }
*/
    .lead {
        font-size: 104%;
    }

    #toppage article h2, article h3,
    footer h2 {
        font-size: 133%;
    }
    #toppage article h2 span {
        display: none;
    }
    #toppage main {
        margin-top: 30px;
    }

    article h3 {
        padding-left: 3%;
    }

    .property-img .fix-top {
        width: 30%;
    }

    .property-ttl, .property-item-ttl {
        font-size: 135%;
    }

    ul.property-info li {
        font-size: 88%;
    }

    .appliances .property-img .fix-top {
        width: 60%;
    }

    .panel-red {
        font-size: 76%;
    }

    .recommened {
        width: 38%;
    }

    .property-ttl, .property-item-ttl {
        font-size: 114%;
    }

    #procedure .btn-danger small {
        font-size: 58%;
    }

    .cntbox01 h4  {
        font-size: 132%;
    }
    .cntbox01 h4 span {
        font-size: 135%;
    }

    #real-estate .btn-danger {
        font-size: 100%;
    }

    footer dt {
        font-size: 110%;
    }

    footer dd {
        font-size: 90%;
    }

    .searchmap li {
        font-size: 71%;
    }
}

/*******************************
// Small devices (landscape phones, less than 768px)
*******************************/
@media(max-width:767.98px){
    .main-txt {
        padding-right: 1%;
        padding-left: 1%;
    }

    #toppage header h1 {
        margin-right: 2%;
        width: 20%;
    }

    .main-txt p {
        width: 69%;
    }

    .lead {
        font-size: 102%;
    }

    .lead p br {
        display: none;
    }

    .lead .text-right span {
        display: none;
    }

    article h3 {
        padding-left: 7%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
        background-size: 4% 100%;

        /* 2018.08.06 追記 */
        display: block;
        /*　ここまで　*/
    }

    article h3.otoku span {
        width: 100%;
        text-align: center;
    }

    .mb-65 {
        margin-bottom: 6.5%;
    }

    ul.property-info li {
        font-size: 110%;
    }

    ul.property-info li:nth-of-type(1), ul.property-info li:nth-of-type(2), ul.property-info li:nth-of-type(3) {
        background-size: 3%;
    }

    .property-img .fix-top {
        width: 19%;
    }

    #property .col-md-4 {
        margin-bottom: 8%;
    }

    #property .col-md-4:last-child,
    #property .appliances .col-md-4:last-child {
        margin-bottom: 0;
    }

    #property .appliances .col-md-4 {
        margin-bottom: 16%;
    }

    .mb-45 {
        margin-bottom: 4.5%;
    }

    .imgbox {
        text-align: center;
    }

    #procedure .imgbox + .btn-danger{
        margin-bottom: 4%;
    }

    .property360, .font-go, .app-text {
        font-size: 100%;
    }

    .group {
        margin: 0 auto;
        width: 80%;
    }

    .group .col-md-4 {
        margin-bottom: 2%;
    }

    #real-estate .information > .col-md-6 {
        margin-bottom: 4%;
    }

    #real-estate .information > .col-md-6:nth-of-type(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    #real-estate .information > .col-md-6:nth-of-type(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    #real-estate .information > .col-md-6:nth-of-type(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    #real-estate .information > .col-md-6:nth-of-type(4) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .footer-nav li {
        padding: .5% 1%;
        font-size: 86%;
    }
    footer-nav li:nth-child(odd) {
        width: 60%;
    }
    footer-nav li:nth-child(even) {
        width: 40%;
    }
    .footer-nav li:after {
        content: none;
        font-size: 100%;
    }
    .footer-nav li:before {
        content: "●";
        font-size: .8em;
        margin-right: 4px;
    }

    footer dd {
        margin-bottom: 8%;
    }

    footer p {
        margin-bottom: 8%;
        font-size: 90%;
    }

    footer p span {
        margin-left: 1em;
    }

    footer .col-lg-4 a img {
        margin-bottom: 15px;
    }
}

/*******************************
// Extra small devices (portrait phones, less than 576px)
*******************************/
@media(min-width:576px){
    .img-sp {
        display: none;
    }
}
/*******************************
// Extra small devices (portrait phones, less than 576px)
*******************************/
@media(max-width:575.98px){
    .viewpoint > figure:nth-of-type(odd) {
    padding-right: 15px;
    }

    .viewpoint > figure:nth-of-type(even) {
        padding-left: 15px;
    }

    .triangle {
        position: static;
        width: 100%;
        padding: 0 15px;
    }
    .img-pc {
        display: none;
    }
    .img-sp {
        display: block;
    }
    .img-sp img {
        height: auto;
    }
}

/*******************************
// Extra small devices (portrait phones, less than 385px)
*******************************/
@media(min-width:385px){
    .img-map-sp {
        display: none;
    }
}
/*******************************
// Extra small devices (portrait phones, less than 385px)
*******************************/
@media(max-width:384.98px){
    .searchmap ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .searchmap li {
        position: static;
        padding: 5px 0;
        font-size: 100%;
        width: calc(100% / 3);
    }

    .img-map-pc{
        display: none;
    }

    .img-map-sp {
        display: block;
    }
}

/*******************************
// Extra small devices (portrait phones, less than 322px)
*******************************/
@media(max-width:321.98px){
}



/* ---------------------------------------------------------------------------------------------

　   BUTTON

--------------------------------------------------------------------------------------------- */
.btn_style {
    display: block;
    text-align: center;
    position: relative;
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    overflow:hidden;
    border:none;
    font-size: inherit;
    position: relative;
}
.btn_style:hover {
    cursor: pointer;
}

.btn_style01 {
     display: block;
     background-image: linear-gradient(to top, #9c8144 0%, #a68b50 51%, #9c8144 100%);
     box-shadow: 0 6px 0 #6f5c32;
     -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
     transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
     text-shadow: 0 0 5px #9c8144;
     color: #fff;
     border-radius: 3px;
}
.btn_style01:hover {
    opacity: 1;
    box-shadow: 0 3px 0 #6f5c32;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    color: #fff;
}
.btn_style01:after {
    content: "\f0da";
    font-family: "fontAwesome";
    margin-left: 10px;
}

.btn_style02 {
    display: block;
    background-image: linear-gradient(to top, #2082b3 0%, #409ecc 51%, #228fc3 100%);
    box-shadow: 0 6px 0 #094c6d;
    -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    text-shadow: 0 0 5px #094c6d;
    color: #fff;
    border-radius: 3px;
}
.btn_style02:hover {
    opacity: 1;
    box-shadow: 0 3px 0 #094c6d;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    color: #fff;
}
.btn_style02:after {
    content: "\f0da";
    font-family: "fontAwesome";
    margin-left: 10px;
}



.backBtn {
    display: block;
    background-image: linear-gradient(to top, #7d7d7d 0%, #949494 51%, #7d7d7d 100%);
    box-shadow: 0 6px 0 #545454;
    -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    text-shadow: 0 0 5px #292929;
    color: #fff;
    border-radius: 3px;
}
.backBtn:hover {
    opacity: 1;
    box-shadow: 0 3px 0 #545454;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    color: #fff;
}
.backBtn:before {
    content: "\f0d9";
    font-family: "fontAwesome";
    margin-right: 10px;
}



.nav-unshown {
    display: none;
}

.panoview,.panoview:hover {
    width: 70px !important;
    height: 43px !important;
}
.panoview a {
    display: block;
}
.panoview a img {
    width: 100%;
}
.flexbox {
  -js-display : flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top_threebox {
    width: 32%;
    margin-right: 2%;
    position: relative;
    border: #8c7544 solid 1px;
}
.top_threebox:last-child {
    margin-right: 0;
}
.top_threebox .btn-danger {
    position: absolute;
    left: 0;
    bottom: 0;
}




/* ---------------------------------------------------------------------------------------------

　   追記

--------------------------------------------------------------------------------------------- */

.clr{zoom:1;display:inline-table}.clr:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size:0;line-height:0}* html .clr{height:1%;display:inline-table;display:block;height:1%}.clr{display:block}
#foro_group a:hover img {
    opacity: 1 !important;
}

@media(min-width:992px) {
    #gNav li {
        position: relative;
    }
    #gNav li a.nav_parent {
      position: relative;
      z-index: 10;
    }
    #gNav .submenu {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      bottom: -100px;
      left: 0;
      width: 100%;
      display: block;
      background: #770706;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      z-index: 9;
    }
    #gNav li:hover .submenu {
      visibility: visible;
      opacity: 1;
    }
    #gNav .submenu li {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #a7201f;
    }
    #gNav .submenu li:last-child {
      border-bottom: none;
    }
    #gNav .submenu li:first-child {
      border-left: none;
    }
    #gNav .submenu li a {
        display: block;
        padding: 15px;
        text-align: left;
    }
    #gNav .submenu li:after {
        content: "\f0da";
        font-family: "fontAwesome";
        position: absolute;
        top: 25%;
        font-size: 90%;
        right: 15px;
        color: #fff;
    }
    #toppage #gNav .submenu {
        bottom: -98px;
    }
    #toppage #gNav .submenu li {
        background: none;
    }
    #toppage #gNav .submenu li a {
        padding: 15px 5px;
    }
    #toppage #gNav .submenu li:after {
        top: 42%;
    }
}
@media(max-width:991.98px) {
    #gNav .submenu {
        -js-display : flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    #gNav .submenu li {
        border-bottom: none;
        border-top: 1px solid #a7201f;
        position: relative;
    }
    #gNav .submenu li:last-child {
        border-left: 1px solid #a7201f;
    }
    #gNav .submenu li a {
        padding: 15px 20px !important;
    }
    #gNav .submenu li:before {
        content: "\f0da";
        font-family: "fontAwesome";
        position: absolute;
        top: 30%;
        font-size: 12px;
        left: 10px;
        color: #fff;
    }
    nav ul li {
        font-size: 120%;
    }
    nav ul li span {
        margin-right: 10px !important;
        font-size: 90% !important;
    }
}

@media only screen and ( max-width : 768px ) {
    .btn_style01,.backBtn {
        padding: 15px 10px;
        margin: 0 auto;
    }
    .top_threebox {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .top_threebox_txt {
        padding: 0 10px 50px;
    }
    #toppage .published {
        margin-bottom: 40px;
    }
    #procedure {
        margin: 0 20px !important;
    }
    #procedure .imgbox img {
        width: 100%;
    }
    .banner-area {
        margin: 0 20px;
    }
    .banner-area .col-md-8 {
        margin-bottom: 20px;
    }
    nav {
        margin-bottom: 0;
    }
    .carousel-indicators {
        bottom: 0;
    }
    .sp_none {
        display: none;
    }
    #foro_group {
        margin-bottom: 4.5rem;
    }
    #foro_group figure {
        display: block;
        max-width: 787px;
        margin: 0 auto;
    }
    #foro_group div a {
        display: block;
        max-width: 787px;
        margin: 1em auto 0;
    }
    .bn_real {
        margin-top: 10px;
    }
    .bnr_two_col{
      display: block;
    }
    .bnr_two_col a{
      display: block;
      width: 100%;
    }
    .bnr_two_col a img{
      display: block;
      width: 100%;
    }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {




    main {
        min-height: 800px;
    }
    #toppage nav {
        margin-bottom: 80px;
    }
    .btn_style,.backBtn {
        max-width: 420px;
        min-width: 350px;
        margin: 0 auto;
        padding: 20px;
        font-size: 120%;
    }
    .top_threebox_txt {
        padding: 0 20px 50px;
    }
    .carousel-indicators {
        bottom: 37px;
    }
    .sp {
        display: none;
    }
    #foro_group {
        margin-bottom: 4.5em;
    }
    #foro_group .estbox,#foro_group .pebox {
        position: relative;
    }
    #foro_group figure {
        display: block;
        max-width: 585px;
        width: 50%;
        margin: 0;
        float: left;
    }
    #foro_group .est a {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        max-width: 282px;
        width: 24%;
        margin-left: -12%;
        z-index: 97;
    }
    #foro_group .bond {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        max-width: 282px;
        width: 24%;
        margin-left: -12%;
        z-index: 96;
    }
    #foro_group .prom {
        position: relative;
    }
    #foro_group .prom a {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        max-width: 282px;
        width: 48%;
        margin-left: -12%;
        z-index: 98;
    }
    #foro_group .ecoren {
        position: relative;
    }
    #foro_group .ecoren a {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        max-width: 282px;
        width: 48%;
        z-index: 99;
    }
    .bn_real {
        margin-top: 20px;
    }
    .bnr_two_col{
      display: flex;
      justify-content: space-between;
    }
    .bnr_two_col a{
      display: block;
      flex: 0 0 auto;
      width: 50%;
    }
    .bnr_two_col a img{
      display: block;
      width: 100%;
    }
    #twoBtn a {
        display: block;
        width: 49%;
        margin-right: 2%;
    }
    #twoBtn a:last-child {
        margin-right: 0;
    }
    #twoBtn .arow {
        background: url(../images/arrow_s0711_1.png) 95% 50% no-repeat;
    }
    #real-estate .btn {
        font-size: 1.8rem !important;
        letter-spacing: 0 !important;
    }
}


/* ---------------------------------------------------------------------------------------------

　   404 PAGE NOT FOUND

--------------------------------------------------------------------------------------------- */


@media only screen and ( max-width : 768px ) {
    #not_found .sbox {
        margin-bottom: 20px;
    }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
    #not_found .sbox {
        margin-bottom: 30px;
    }
}

@media print, screen and ( min-width : 1100px ) {
}
