@charset "utf-8";


body {
    /*スマホで勝手に文字が大きくなる対策*/
    -webkit-text-size-adjust: 100%;
}
.main * {
    font-family: "メイリオ",Meiryo,Tahoma,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size  : 17px;
    color      : #000;
    line-height: 1.5;
}
.main a {
    color: #07519a;
    text-decoration: underline;
}
.main a:hover {
    text-decoration: none;
}
#contents {
    width: 100%;
    background: #fff;
}
.h1_section {
    width: 950px;
    margin: 0 auto 10px;
}

#fq1,#fq2,#fq3,#fq4,#fq5,#fq6 {
    padding-top: 100px;
    margin-top: -100px;
}

html {
    scroll-behavior: smooth;
}

/*-------------------------------------------------------------------------
UI
-------------------------------------------------------------------------*/

.ui-wrap {
    width: 950px;
    margin: auto;
}
.ui-bold {
    font-weight: bold;
}
.ui-mgb25 { margin-bottom: 25px;}


/*-------------------------------------------------------------------------
メインビュー
-------------------------------------------------------------------------*/

.main-view {
    margin: 0 0 11px;
}
.main-btn {
    margin: 0 0 100px;
}
.main-btn:hover {
    opacity: .7;
}

/*-------------------------------------------------------------------------
お悩み
-------------------------------------------------------------------------*/

.trouble__headline {
    font-size : 50px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.trouble-lst {
    height: 583px;
    background: url("../images/bg_nayami.png") no-repeat 0 0;
    border-top: 5px solid #000;
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 180px 0 0;
}
    .trouble-lst li {
        font-size  : 22px;
        font-weight: bold;
        line-height: 0.8;
        margin: 0 0 18px 32px;
    }
.trouble__img {
    text-align: center;
}

/*-------------------------------------------------------------------------
空室募集
-------------------------------------------------------------------------*/

.collect {
    margin: 0 0 150px;
}
    .collect-body {
        background-color: #4575c7;
        padding: 30px;
    }
    .collect-list > li {
        background-color: #fff;
        margin: 0 0 30px;
        padding: 0 30px 30px;
    }
    .collect-list > li:last-child {
        margin: 0;
    }
        .collect__ttl {
            margin: 0 0 30px 0;
            padding: 22px 0 0 103px;
            font-size  : 22px;
            font-weight: bold;
            color      : #4575c7;
            height: 101px;
            line-height: 1.3;
            background-repeat: no-repeat;
            background-position: 0 0;
            box-sizing: border-box;
        }
        [data-collect="1"] .collect__ttl { background-image: url("../images/icn_1.png");}
        [data-collect="2"] .collect__ttl { background-image: url("../images/icn_2.png");}
        [data-collect="3"] .collect__ttl { background-image: url("../images/icn_3.png");}
        
        .collect__img {
            text-align: center;
        }
        .collect__img:not(:last-child) {
            margin: 0 0 30px;
        }
        .collect-def:not(:last-child) {
            margin: 0 0 20px;
        }
            .collect-def dt {
                line-height: 1;
                font-size  : 20px;
                font-weight: bold;
                margin: 0 0 12px;
            }
        .collect__text {
            margin: 0 0 30px;
        }

/* 物件
--------------------------- */
/* 大窓 */
.bkn-window {
    overflow: hidden;
    margin: 0 0 30px;
}
    .bkn-window li {
        float: left;
        width: 400px;
    }
    .bkn-window li:first-child {
        margin: 0 30px 0 0;
    }
        .bkn-window__panel {
            width: 400px;
            height: 292px;
            display       : table-cell;
            text-align    : center;
            vertical-align: middle;
        }
            .bkn-window__panel img {
                max-width: 400px;
                max-height: 292px;              
            }
/* 小窓 */
.bkn-thumnail {
    overflow: hidden;
    margin: 0 0 26px;
}
    .bkn-thumnail li {
        float: left;
        width: 51px;
        margin: 0 4px 12px 0;
        cursor: pointer;
    }
    .bkn-thumnail li:nth-child(15n){
        margin-right: 0;
    }
        .bkn-thumnail__panel {
            width: 51px;
            height: 44px;
            display       : table-cell;
            text-align    : center;
            vertical-align: middle;
        }
            .bkn-thumnail__panel img {
                width: 51px;
                height: 44px;
            }

/*-------------------------------------------------------------------------
貸し出しませんか
-------------------------------------------------------------------------*/

/* レイアウト
--------------------------- */
.rent {
    margin: 0 0 40px;
}
    .rent__headline {
        height: 364px;
        background: url("../images/ttl_rent.png") no-repeat center 0;
        box-sizing: border-box;
        border-bottom: 1px solid #ccc;
        margin: 0 0 50px;
        padding: 140px 0 34px;
        text-align: center;
        font-size: 35px;
        line-height: 1;
    }
        .rent__headline span {
            display: block;
            font-size  : 37px;
            font-weight: bold;
            color      : #c92600;
            line-height: 1.2;
            margin: 10px 0;
        }

/* オブジェクト
--------------------------- */
.rent-sec:not(:last-child) {
    margin: 0 0 70px;
}
    .reform__headline {
        text-align: left;
    }

    .rent-sec__headline {
        text-align: center;
        line-height: 1;
        font-size  : 35px;
        font-weight: bold;
        color      : #4575c7;
        margin: 0 0 40px;
    }
    /* ol */
    .rent-sec__list {
        text-align: center;
        font-size: 0;
        margin: 0 0 40px;
    }
        .rent-sec__list li {
            display: inline-block;
            width: 231px;
            height: 231px;
            background-color: #4575c7;
            border-radius: 50%;
            margin: 0 35px 30px;
        }
            .rent-sec__list__ttl {
                font-size: 30px;
                color    : #fff;
                line-height: 1;
                margin: 0 40px 21px;
                padding: 40px 0 21px;
                border-bottom: 1px solid #fff;
            }
            .rent-sec__list__txt {
                color    : #fff;
            }
    /* text */
    .rent-sec__txt {
        background-color: #f2f6fd;
        border: 1px solid #b7b7b7;
        padding: 20px;
        position: relative;
    }
    .reason .rent-sec__txt:after {
        content: url("../images/img_staff.png");
        position: absolute;
        bottom  : 0;
        right   : 15px;
    }

    .rent-sec h5{
        font-weight: bold;
        font-size: 20px;
    }

/* リフォーム管理
--------------------------- */
.reform_bafr{
    width: 828px;
    margin: 0 auto;
}
    .reform_bafr li{
        float: left;
        margin-left: 10px;
    }
    .reform_bafr li:first-child{
        margin: 0;
    }

.bafr_under{
    width: 828px;
    margin: 20px auto 0;
}

    .bafr_under li{
        float: left;
        margin-left: 10px;
    }
    .bafr_under li:first-child{
        margin: 0;
    }


/* 貸し出しの流れ
--------------------------- */
.flow__txt {
    text-align: center;
    margin: 0 0 30px;
}
.flow-list {
    margin: 0 0 40px;
}
    .flow-list li:not(.flow-list__if) {
        border: 1px solid #b7b7b7;
        border-radius: 5px;
    }
    .flow-list > li:not(.flow-list__if) {
        margin: 0 0 30px;
        padding: 20px 30px 30px;
        position: relative;
        background-repeat: no-repeat;
        background-position: right bottom;
    }
    .flow-list__step1 { background-image: url("../images/bg_step1.png");}
    .flow-list__step3 { background-image: url("../images/bg_step3.png");}
    .flow-list__step4 { background-image: url("../images/bg_step4.png");}

        /* ナンバー */
        .flow-list__num {
            height: 46px;
            line-height: 52px;
            background-color: #4575c7;
            margin: 0 0 20px -30px;
            padding: 0 30px;
            display: inline-block;
            font-size: 24px;
            color    : #fff;
        }
            .flow-list__num span {
                font-size: inherit;
                color    : inherit;
                margin: 0 43px 0 0;
            }
        .flow-list__foreword {
            margin: 0 0 20px;
        }
        /* 入れ子リスト */
        .flow-list__inlist li {
            margin: 0 0 20px;
            padding: 30px;
            background-color   : rgba(255,255,255,.7);
            background-repeat  : no-repeat;
            background-position: 93% center;
            box-shadow: 0 1px 3px rgba(0,0,0,.1);
        }
        .flow-list__inlist li:last-child {
            margin: 0;
        }
        .flow-list__inlist__line1 { background-image: url("../images/icn_earth.png");}
        .flow-list__inlist__line2 { background-image: url("../images/icn_monitor.png");}
        .flow-list__inlist__line3 { background-image: url("../images/icn_database.png");}
        
            /* dt */
            .flow-list__inlist dt {
                font-size: 20px;
                font-weight: bold;
                margin: 0 0 15px;
            }
            ul.flow-list__inlist dt {/* ulの時だけ */
                border-left: 3px solid #c92600;
                height: 30px;
                line-height: 35px;
                padding: 0 0 0 14px;
            }
                .flow-list__inlist__num {
                    display: inline-block;
                    width: 34px;
                    height: 34px;
                    line-height: 34px;
                    text-align: center;
                    background-color: #cf4523;
                    font-size  : 25px;
                    font-weight: bold;
                    color      : #fff;
                    margin: 0 13px 0 0;
                }
            /* dd */
            .flow-list__inlist dd span {
                font-size  : inherit;
                font-weight: bold;
                color      : #c92600;    
            }
            .flow-list__inlist__coution {
                font-size: 13px;
                color    : #515151;
                margin: 5px 0 0;
            }
                .flow-list__inlist dd dl:not(:last-child) {
                    margin: 0 0 27px;
                }
                    .flow-list__inlist dd dt {
                        font-size: 17px;
                        margin: 0 0 6px;
                    }

/*-------------------------------------------------------------------------
お問い合わせ
-------------------------------------------------------------------------*/

.contact_cont {
    height: 241px;
    background-repeat: no-repeat;
    background-position: right 0;
    border: 1px solid #cf4523;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 28px 0 0;
}
[data-contact="1"]{ background-image: url("../images/bg_contact1.png"); margin: 0 0 70px;}
[data-contact="2"]{ background-image: url("../images/bg_contact2.png"); margin: 50px 0 0;}

    .contactus__text {
        line-height: 1;
        font-size: 27px;
        font-weight: bold;
        margin: 0 0 26px 103px;
    }
    .contact__btn {
        margin: 0 0 25px 122px;
    }
        .contact__btn:hover {
            opacity: .8;
        }
    .contactus__tel {
        margin: 0 0 0 51px;
        padding: 0 0 0 53px;
        background: url("/images/icn_free_dial.png") no-repeat 0 center / 41px auto;
        font-size: 42px;
        color: #cf4523;
        line-height: 1;
    }
        .contactus__tel span {
            font-size: 17px;
            margin: 0 0 0 26px;
            vertical-align: 2px;
        }
        .contactUs__bt-list {
            margin: 20px 0 70px;
        }
        .contactUs__bt-list li {
            float: left;
        }
        .contactUs__bt-list li a:hover {
            opacity: .7;
        }
        .contactUs__bt-item--1 {
            margin: 0 20px 20px 0;
        }
        .contactUs__bt-item--2 {
            margin: 0 0 20px 0;
        }

/*-------------------------------------------------------------------------
貸すときのQ＆A
-------------------------------------------------------------------------*/

/* レイアウト
--------------------------- */
.faq {
    margin: 0 0 100px;
}
    .faq-head {
        margin: 0 0 33px;
    }
    .faq-body__inner {
        border: 1px solid #b7b7b7;
        border-radius: 5px;
        padding: 30px;
    }
        .faq__headline {
            height: 30px;
            line-height: 33px;
            border-left: 3px solid #c92600;
            margin: 0 0 30px;
            padding: 0 0 0 28px;
            font-size  : 27px;
            font-weight: bold;
        }

/* メニュー
--------------------------- */
.faq-menu {
    margin: 0 0 0 30px;
}
    .faq-menu li:not(:last-child) {
        margin: 0 0 11px;
    }
        .faq-menu a {
            margin: 0 0 0 5px;
        }

/* faq
--------------------------- */
/* レイアウト */
.faq-def:not(:last-child) {
    margin: 0 0 30px;
}
    .faq-def > dt {
        margin: 0 0 20px;
    }
    .faq-def > dd {
        padding: 6px 0 0 54px;
        position: relative;
    }
    .faq-def dt:before,
    .faq-def dd:before {
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        font-size  : 25px;
        font-weight: bold;
        color      : #fff;
        display: inline-block;
    }
    .faq-def > dt:before {
        content: "Q";
        background-color: #4575c7;
        margin: 0 20px 0 0;    
    }
    .faq-def > dd:before {
        content: "A";
        background-color: #cf4523;
        position: absolute;
        top     : 0;
        left    : 0;
    }
/* 注意文 */
.faq-def__coution {
    font-size: 13px;
    color    : #515151;
    margin: 10px 0 15px;
}
/* 入れ子のリスト */
.faq-def__list,
.faq-def__check {
    background-color: #f2f2f2;
    padding: 20px;
}
    .faq-def__list li:not(:last-child) {
        position: relative;
        margin: 0 0 40px;
    }
    .faq-def__list li:not(:last-child):after {
        content: "";
        border-width: 22px 22px 0 22px;
        border-style: solid;
        border-color: #dcdcdc transparent transparent;
        position: absolute;
        bottom  : -30px;
        left    : 16px;
    }
        .faq-def__list dt,
        .faq-def__check dt {
            font-weight: bold;
            margin: 0 0 5px;
        }
.faq-def__check {
    margin: 20px 0 0;
}
    .faq-def__check dd {
        margin: 0 0 5px;
        padding: 0 0 0 28px;
        background: url("../images/icn_check.gif") no-repeat 0 1px;
    }
    .faq-def__check dd:last-child {
        margin: 0;
    }

/*VR*/
.vrcontents_wrap {
    width: 632px;
    margin: 0 auto;
}

.vrcontents_main-list {
    width: 475px;
    height: 260px;
    margin: 0 auto 20px;
}


.collect-list li.vrcontents_main-item,
.collect-list li.vrcontents_thumb-item {
    margin: 0;
    padding: 0;
}

.collect-list li.vrcontents_thumb-item {
    float: left;
    margin-left: 18px;
    width: 112px;
    height: 61px;
}
    .collect-list li.vrcontents_thumb-item:first-child {
        margin-left: 0;
    }


    
/*-----fancy------*/

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../images/fancybox_overlay.png)!important;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/fancybox_sprite.png)!important;
}