@charset "UTF-8";

body,html {
    background-color: #fff;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    width: 100%;
}

/*--------------------------------------------------------------------------------
　▼ 共通　
--------------------------------------------------------------------------------*/
.inner-box {
    width: 1200px;
    margin: 0 auto;
}

.sec02 .title,
.sec03 .title {
    font-size: 30px;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , serif;
    text-align: center;
}

/*--------------------------------------------------------------------------------
　▼ mobile-header
--------------------------------------------------------------------------------*/
#mobile-header { display: none;}
#mmenu { display: none;}

/*--------------------------------------------------------------------------------
　▼ header
--------------------------------------------------------------------------------*/
#header {
    background: #fff;
    border-bottom: 8px solid #383838;
    min-height: 58px;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}

#header .inner-box {
    width: 1200px;
    padding: 10px 0 0;
}

/*--------------------------------------------------------------------------------
　▼ nav　
--------------------------------------------------------------------------------*/
.pc-nav {
    display: table;
    font-size: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.pc-nav li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
    width: 10%;
}

.pc-nav li.active {
    background-image: url("../img/li-active.jpg");
    background-size: 150px 10px;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.pc-nav li:first-child {
    width: 16%;
}

.pc-nav li:first-child a {
    padding: 0 10px 5px 0;
    font-size: 0;
}

.pc-nav li:nth-child(6){
    width: 14.5%;
}

.pc-nav li:nth-child(7) {
    width: 12.5%;
}
.pc-nav li:last-child {
    width: 16%;
}

.pc-nav li:last-child a {
    padding: 0 0 5px 10px;
    font-size: 0;
}

.pc-nav li a {
    color: #000;
    display: block;
    font-size: 18px;
    padding: 5px 0;
    text-decoration: none;
}

.pc-nav li a.pointer-no {
    pointer-events:none
}

.wrap-box { padding-top: 58px;}


/*--------------------------------------------------------------------------------
　▼ section-category　
--------------------------------------------------------------------------------*/
.section-category .title {
    font-size: 30px;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , serif;
    text-align: center;
}

.section-category .inner-box {
    width: 100%;
}

.section-category .ul-category {
    font-size: 0;
    margin: 0;
    padding: 0 20px 40px 0;
    text-align: center;
}

.section-category .ul-category li {
    display: inline-block;
    padding: 0 0 0 20px;
    position: relative;
    text-align: center;
    width: 33.33333%;
}

.section-category .ul-category li a {
    display: block;
    text-decoration: none;
}

.section-category .ul-category li img {
    width: 100%;
}

.category-name {
    font-size: 26px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    width: 70%;
}

.category-name01 {
    background-color: rgba(129, 184, 205, 0.70);
}

.category-name02 {
    background-color: rgba(232, 234, 154, 0.70);
}

.category-name03 {
    background-color: rgba(241, 148, 137, 0.70);
}

/*--------------------------------------------------------------------------------
　▼ section-bell
--------------------------------------------------------------------------------*/
.section-bell {
    background-image: url("../img/bg02.jpg");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 40px 0 50px;
    text-align: center;
}

.section-bell h2 {
    font-size: 30px;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , serif;
    margin: 0;
    padding: 10px 0;
}

.section-bell p {
    font-size: 18px;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , serif;
}

.link-bell {
    margin: 30px auto 0;
    width: 400px;
}

.link-bell a {
    background: linear-gradient(#f8f1db, #dec057);
    box-shadow: 0 2px 3px 4px rgba(0, 0, 0, 0.2);
    display: block;
    font-size: 16px;
    padding: 15px 10px;
    text-decoration: none;
}

/*--------------------------------------------------------------------------------
　▼ footer
--------------------------------------------------------------------------------*/
#footer {
    padding: 30px 0;
    text-align: center;
    color: #000;
}

.footer-inner {
    margin: 0 auto;
    width: 980px;
}

.footer-inner .fl {
    padding-right: 1%;
    width: 45%;
}

.footer-inner .fr {
    padding-left: 5%;
    width: 50%;
}

.footer-inner dl {
    margin: 0 0 20px;
}

.footer-inner dl dt {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 23%;
}

.footer-inner dl dd {
    display: inline-block;
    font-size: 0;
    margin: 0;
    padding-left: 5%;
    text-align: left;
    vertical-align: middle;
    width: 75%;
}

.footer-inner dl dd a {
    color: #000;
    display: inline-block;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 50%;
}

.footer-inner dl dd a.tel {
    display: block;
    text-align: left;
    width: 100%;
}

.footer-inner dl dd img.w100p {
    width: 100%;
}

.footer-nav {
    background: #000;
    color: #fff;
    padding: 20px 0;
}

.f-nav {
    font-size: 0;
    margin: 0;
    padding: 0;
    text-align: center;
}

.f-nav li {
    display: inline-block;
    font-size: 14px;
}

.f-nav li:before {
    content: "|";
    display: inline-block;
}

.f-nav li:first-child:before {
    display: none;
}

.f-nav li a {
    color: #fff;
    padding: 5px 9px;
    text-decoration: none;
    font-size: 16px;
}

.fr a {
    color: #000;
    display: block;
    font-size: 10px;
    text-align: right;
    text-decoration: underline;
}

.copy {
    padding: 20px 0 0;
    font-size: 12px;
    text-align: right;
}

/*--------------------------------------------------------------------------------
　▼ パンくずリスト　
--------------------------------------------------------------------------------*/
#pan {
    font-size: 0;
    padding: 5px 0;
}

#pan .inner-box {
    width: 960px;
}

ul.pankuzu {
    display: block;
    list-style: none;
    padding: 0;
    text-align: right;
}

ul.pankuzu li {
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding-right: 5px;
}

ul.pankuzu li a {
    color: #000;
}

ul.pankuzu li:before {
    color: #000;
    content: ">";
    display: inline;
    padding-right: 5px;
}

ul.pankuzu li:first-child:before {
    display: none;
}

/*--------------------------------------------------------------------------------
　▼ トップ以外
--------------------------------------------------------------------------------*/
.page-title {
    padding-top: 15%;
    background-image: url(../img/bg-page.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin: 0;
}

.page-title h2 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    left: 10%;
    top: 50%;
    -ms-transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    margin: 0;
}

.ul-property {
    font-size: 0;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , serif;
    margin: 0;
    padding: 0;
}

.ul-property li {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 10px;
    vertical-align: top;
    width: 50%;
}

.ul-property li a {
    background-color: #f6f6f6;
    border: 3px solid #601d00;
    display: block;
    font-size: 0;
    text-decoration: none;
}

/*---------物件表示--------*/
.property-table td:first-child {
    width: 40%;
    font-size: 0;
    padding: 0;
    background-size: cover;
    background-position: top center;
}

.property-table td {
    padding: 5px 20px;
    width: 60%;
    height: 200px;
}

.property-table td:nth-child(2) {
    padding: 20px;
    vertical-align: top;
}

.property-table02 tr td {
    height: 185px !important;
}

.property-name {
    font-size: 24px;
    font-weight: 600;
}

.property-access {
    font-size: 20px;
}
/*---------物件表示ここまで--------*/


/*
@media screen and (min-width:1281px) and (max-width:3000px) {
    .pc-nav li {
        font-size: 18px;
    }

    .pc-nav li a {
        font-size: .9vw;
    }

    .pc-nav li:first-child {
        width: 10%;
    }

}
*/

@media screen and (max-width:1024px) {

    #header .inner-box { width: 95%;}
    .footer-inner { width: 83%;}
    .footer-inner .link_tel a { font-size: 3.2em;}
    .footer-time { font-size: 0.6em;}

}

/*---------------------------------タブレット用----------------------------------*/
/*-----------------------------------------------------------------------------*/
@media screen and (max-width:900px) {

    .wrap-box { padding-top: 60px;}

    /*--------------------------------------------------------------------------------
    　▼ mobile_header nav　
    --------------------------------------------------------------------------------*/
    #mobile-header {
        display: block;
        width: 100%;
        padding: 10px 0;
        z-index: 9999;
        height: 60px;
        background: #fff;
        position: relative;
    }

    #mobile-header .logo {
        text-align: center;
        width: 60%;
        margin: 0 auto;
    }

    #mobile-header .logo img {
        height: 37px !important;
        width: auto;
    }

    #mobile-header .logo img.logo-img {
        height: 45px !important;
        width: auto;
    }

    #mobile-header #toggle_btn {
        font-size: 0;
        position: absolute;
        left: 15px;
        top: 9px;
    }

    .mm-list > li .logo-img {
        width: 250px;
        padding: 10px 5px;
    }

    #mmenu ul li a {
        font-size: 14px;
    }

    #mobile-header.headroom {
        position: fixed;
        top: 0;
        transition: all .2s ease-in-out;
    }

    #mobile-header.bounceOutUp {
        top: -60px;
    }

    #mobile-header.bounceInDown {
        top: 0;
    }

    .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
        border-color: #000 !important;
    }

    .mm-menu .mm-list > li > a.mm-subclose {
        color: #000 !important;
    }

    .mm-menu .mm-list > li:first-child {
        text-align: center;
        padding: 5px 0;
        width: 100%;
    }

    .mm-menu .mm-list > li > a.mm-subclose {
        color: #fff !important;
    }

    /*--------------------------------------------------------------------------------
    　▼ 共通　
    --------------------------------------------------------------------------------*/
    .inner-box,
    #pan .inner-box {
        width: 90%;
    }

    .page-title h2 {
        font-size: 24px;
    }

    #pan {
        padding: 10px 0 0;
    }

    .property-table td:first-child,
    .property-table tr td {
        display: block;
        width: 100%;
    }

    .property-table td:first-child {
        padding-top: 65%;
    }

    .property-table td:first-child .img_box {
        padding-top: 65%;
    }

    /*--------------------------------------------------------------------------------
    　▼ header　
    --------------------------------------------------------------------------------*/
    #header { display: none;}


    /*--------------------------------------------------------------------------------
    　▼ footer
    --------------------------------------------------------------------------------*/
    .footer-inner {
        width: 90%;
    }

    .copy {
        text-align: center;
    }

    .br::before {
        content: "";
        white-space: inherit;
    }

}

/*---------------------------------スマホ用----------------------------------*/
/*-----------------------------------------------------------------------------*/
@media screen and (max-width:767px) {

    .section-category .ul-category li {
        display: block;
        padding: 0 0 20px 20px;
        width: 100%;
    }

}


/*---------------------------------スマホ用----------------------------------*/
/*-----------------------------------------------------------------------------*/
@media screen and (max-width:640px) {

    .sec02 .title,
    .sec03 .title {
        font-size: 20px;
    }

    .page-title {
        background-position: bottom right;
        padding-top: 25%;
    }

    .page-title h2 {
        font-size: 20px;
    }

    .footer-inner .fl {
        float: none;
        padding: 0 0 20px;
        width: 100%;
    }

    .footer-inner .fr {
        float: none;
        padding-left: 0;
        width: 100%;
    }

    ul.pankuzu {
        text-align: left;
    }

    .property-ul li {
        display: block;
        width: 100%;
    }

    .link-bell {
        width: 320px;
    }

    /*--------------------------------------------------------------------------------
    　▼ 共通箇所　
    --------------------------------------------------------------------------------*/
    .ul-property li {
        display: block;
        width: 100%;
    }

    .br::before {
        content: "\A";
        white-space: pre;
    }

    .category-name {
        font-size: 20px;
    }

}