@charset "UTF-8";

/* 開発TOPここから
----------------------------------------------- */
.development{
    background-image: url(/images/ourbuiss/development/base/development_title_bk.jpg);
}

.developmentTop_slider_wrap{
    position: relative;
    margin-bottom: 16px;
}

.developmentTop_slider_wrap ul{
    margin-left: 0;
}

.developmentTop_slider_wrap ul li{
    margin: 0;
}


.developmentTop_slider_wrap .slick-arrow{
    position: absolute;
    top:40%;
    z-index: 2;
    cursor: pointer;
    width: 3%;
}

.developmentTop_slider_wrap .prev-arrow{
    left: 0;
}

.developmentTop_slider_wrap .next-arrow{
    right: 0;
}

.developmentTop_slider_wrap a{
    position: relative;
    display: block;
}

.developmentTop_slider_wrap a:hover{
    opacity: 1;
}

.developmentTop_slider_wrap .leftText{
    position: absolute;
    top: 35%;
    left: 5%;
    color: #fff;
    font-family: 'ＭＳ明朝', '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 700;
    text-shadow: #000000 4px 4px 8px, #000000 -4px 4px 8px,#000000 4px -4px 8px, #000000 -4px -4px 8px;
    font-size: 250%;
	letter-spacing: 2px;
	line-height: 4rem;
    padding: .5%;
}


.developmentTop_slider_wrap .rightText{
    position: absolute;
    bottom: 10%;
    right: 2%;
    color: #fff;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: 700;
    text-shadow: #000000 2px 2px 4px, #000000 -2px 2px 4px,#000000 2px -2px 4px, #000000 -2px -2px 4px;	
    text-shadow: #000000 2px 2px 4px, #000000 -2px 2px 4px,#000000 2px -2px 4px, #000000 -2px -2px 4px;	
    font-size: 140%;
    padding: .8%;
}


@media only screen and (max-width: 1199px) {
.developmentTop_slider_wrap .leftText{
    top: 25%;
	line-height: 3rem;	
}
.developmentTop_slider_wrap .rightText{
    bottom: 17%;
    right: 2%;
}
}

@media only screen and (max-width: 1199px) and (max-width: 767px) {
.developmentTop_slider_wrap .leftText{
    font-size: 200%;
	top: 13%;
	line-height: 2rem;
}
.developmentTop_slider_wrap .rightText{
    bottom: 18%;
    right: 2%;
    line-height: 1;
}
}


.developmentTop_slider_wrap .sliderLogo{
    position: absolute;
    top: 13%;
    right: 10%;
    width: 20%;
}

.developmentTop_slider_wrap .read_more{
    position: absolute;
    bottom: 2%;
    right: 2%;
    background-color: #1F509C;
    color: #fff;
    padding: 10px;
    width: 7em;
    text-align: center;
    padding: .4%;
}

.developmentTop_nav {
    margin-bottom: 40px;
}

.developmentTop_nav ul{
    display: flex;
    justify-content: space-between;
    margin-left: 0;
}

.developmentTop_nav ul li{
    width: 24%;
    list-style-type: none;
    margin: 0;
}

.developmentTop_nav ul li a figure{
    position: relative;
    overflow: hidden;
}
.developmentTop_nav ul li a figure img{
    transition: transform 0.5s ease;
    vertical-align: bottom;
}

.developmentTop_nav ul li a figure img:hover{
    transform: scale(1.3);
}

.developmentTop_nav ul li a figcaption{
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    color: #fff;
    text-align: center;
    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: bold;
    font-size: 19px;
    height: 72px;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}

.developmentTop_nav ul li a figcaption::-webkit-scrollbar {
    display:none;   /* Chrome, Safari 対応 */
}


.developmentTop_nav ul li a figcaption p{
    position: absolute;
    top: 50%;transform: translateY(-50%);
    text-align: center;
    width: 100%;
    overflow: hidden;
    padding: 0;
}


.development_newinfo_content dt{
    font-weight: bold;
    float: left;
    width: 20%;
    padding-left:16px;
    line-height: 2.0rem;
}

.development_newinfo_content dd{
    float: left;
    width: 80%;
    padding-right: 16px;
    line-height: 2.0rem;
}

/*注目物件*/

.development_attention_box_wrapper{
	display: flex; 
	align-items:stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

.development_attention_box_wrapper::after{
	content:"";
	display: block;
	width:32%;
}

@media only screen and (max-width: 800px) {
.development_attention_box_wrapper{
    display: block;
}
}

.development_attention_box {
	width: 32%;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #009370;
}

.development_attention_box h4{
	margin: 0.2px!important;
	font-size: 0.9rem;
}
.development_attention_box h4::after{
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 0 0.5em;
}

.development_attention_cap{
	overflow: hidden;
}

.development_attention_cap img{
	float: left;
	width: 150px;
	margin-top:3px;
	margin-right: 10px;
}

@media only screen and (max-width: 800px) {
.development_attention_box {
	width: 100%;
}
}

/*
.mainContent ul.development_attproperty_content{
    margin-left: 0;
}

.mainContent ul.development_attproperty_content li{
    width: calc(100%/3 - 30px);
    margin: 0 32px 32px 0;
    display: inline-block;
    list-style-type: none;
	background-color: none;
}

.mainContent ul.development_attproperty_content li:nth-child(3n){
    margin: 0 0 46px 0;
}

.mainContent ul.development_attproperty_content li a h4{
    font-weight: bold;
    font-size: 14px;
    border-bottom: none;
    padding: 0;
    margin-bottom: 8px;
}

.mainContent ul.development_attproperty_content li a{
    display: block;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.16);
    color: #000;
    padding: 8px;
}

.mainContent ul.development_attproperty_content li a:hover{
    background-color: rgba(173,42,75, .1);
    opacity: 1;
}


.mainContent ul.development_attproperty_content li a h4::before{
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 0 0.5em;
}
*/

.attproperty_content_wrap{
    display: flex;
}

.attproperty_img{
    width: 55%;
}

.attproperty_text{
    margin-left: 8px;
    width: 45%;
}

.property_tag{
    font-size: 10px;
    color: #fff;
    background-color: #3A3A3A;
    border-radius: 10px;
    display: inline-block;
    line-height: 1.3em;
    height: 1.3em;
    padding: 0 5px;
    margin-bottom: 1em;
}

.property_place{
    font-size: 13px;
    margin-bottom: 1em;
    line-height: 1;
}

.property_explain{
    font-size: 13px;
    line-height: 1.5;
}

.development_sp_bannerArea{
    display: none;
}

/* 開発PCバナーエリア */
.development_pc_bannerArea ul li{
    margin-bottom: 8px;
}

.development_pc_bannerArea ul li:last-child{
    margin-bottom: 0;
}



@media only screen and (max-width: 1199px){
    .developmentTop_nav ul li a figcaption{
        font-size: 16px;
    }

    .attproperty_img{
        width: 35%;
    }

    .attproperty_text{
        width: 65%;
    }

    .mainContent ul.development_attproperty_content li{
        width: calc(100%/2 - 16px);
        margin: 0 0 32px 0;
    }
    .mainContent ul.development_attproperty_content li:nth-child(3n){
        margin: 0 0 32px 0;
    }

    .mainContent ul.development_attproperty_content li:nth-child(2n){
        margin: 0 0 32px 0;
    }
}


@media only screen and (max-width: 1199px) and (max-width: 767px) {


    .developmentTop_slider_wrap .slick-arrow{
        width: 5%;
    }


    .developmentTop_nav ul{
        flex-wrap: wrap;
    }

    .developmentTop_nav ul li{
        width: calc(50% - 8px);
        margin-bottom: 16px;
    }

    .developmentTop_nav ul li a figure img{
        width: 100%;
    }
    .developmentTop_nav ul li a figure img:hover{
        transform: scale(1.0);
    }

    .developmentTop_nav ul li a figcaption{
        font-size: 13px;
        height: 40px;
    }

    .development_newinfo_content dt{
        float: none;
        width: 100%;
        padding-left:0;
        font-size: 13px;
        line-height: 1.5;
    }

    .development_newinfo_content dd{
        float: none;
        width: 100%;
        padding-right: 0;
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 8px;
    }

    .development_attproperty_content{
        display: block;
    }

    .mainContent ul.development_attproperty_content li{
        width: 100%;
        margin: 0 0 16px 0;
    }

    .mainContent ul.development_attproperty_content li:nth-child(3n){
        margin: 0 0 16px 0;
    }

    .mainContent ul.development_attproperty_content li:nth-child(2n){
        margin: 0 0 16px 0;
    }

    .mainContent ul.development_attproperty_content li a:hover{
        background-color: inherit;
    }

    .attproperty_img{
        width: 30%;
        min-width: 110px;
    }

    .attproperty_text{
        width: 100%;
    }

/* 開発SPバナーエリア */
    .development_sp_bannerArea{
        display: block;
    }

    .development_sp_bannerArea ul {
        display: flex;
        justify-content: center;
    }

    .development_sp_bannerArea ul li{
        width: 40%;
        margin: 0 8px;
        list-style-type: none;
    }


}


/* 開発TOPここまで
----------------------------------------------- */


/* 開発各種物件ここから
----------------------------------------------- */

.property_nav{
    margin-bottom: 40px;
}

.property_nav ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
}

.property_nav ul li{
    width: 25%;
    text-align: center;
    border-right: 1px solid #fff;
    list-style-type: none;
    margin: 0;
}

.property_nav_2 ul li{
    width: 33.3%;
}

.property_nav ul li:last-child{
    border-right: none;
}

.property_nav ul li a{
    display: block;
    background-color: #009370;
    color: #fff!important;
    height: 80px;
    line-height: 80px;
}

.property_nav ul li a:hover{
    background-color: #b71254;
    opacity: 1;
}

.property_nav ul li a.current{
    background-color: #b71254;
}

.property_list ul {
    margin-left:0;
}

.property_list ul li {
    margin:0 0 40px 0;
    list-style-type: none;
}

.property_top figure{
    float: left;
    padding:0 56px;
}

.property_top figure img{
    width: 240px;
}

.property_top p{
    margin-bottom: 1em;
}

.property_bottom {
    margin-bottom: 16px;
}

.property_bottom table tr th {
    width: 8em;
}

.property_bottom table tr th p{
    background-color: #E7EAE6;
    color: #000;
    padding: 0.3em 0.5em;
    text-align: center;
}

.property_bottom table tr td{
    padding: 0.5em 0 1em 1em;
}

.property_btn{
    display: flex;
    justify-content: center;
}

.property_btn p{
    margin: 8px;
}

.property_btn p a{
    background-color: #009370;
    color: #fff!important;
    padding: 0.5em 1em;
    border-radius: 25px;
}

.property_btn p a:hover{
    background-color: #b71254;
    opacity: 1;
}

.property_btn p a i{
    padding-right:1em;
}

.no_property p{
    margin: 1em 2em;
    padding: 16px;
    background-color: #fcc;
    border: 1px solid #f99;
    text-align: center;
}

@media only screen and (max-width: 1199px) {

    .property_top figure{
        padding:0 28px;
    }
}


@media only screen and (max-width: 1199px) and (max-width: 767px) {
    .property_top{
            display: flex;
    }

    .property_top p{
        width: 50%;
        margin: 0  0 1em 1em;
    }

    .property_top figure {
        width: 50%;
        max-width: 200px;
        padding: 0;
    }

    .property_top figure{
        float: none;
    }

    .property_nav ul li{
        width: 50%;
        text-align: center;
        border-right: 1px solid #fff;
        border-bottom:1px solid #fff;
    }

    .property_nav ul li:last-child{
        border-right: 1px solid #fff;
        }

    .property_nav ul li:nth-child(2n){
        border-right: none;
        }

    .property_nav ul li a:hover{
        background-color: #1F509C;
    }

    .property_bottom table tr td{
        padding: 1em 0 1em 1em;
    }

    .property_btn p a{
        padding: 0.8em;
        }

    .property_btn p a:hover{
        background-color: #1F509C;
    }
    }

/* 開発各種物件ここまで
----------------------------------------------- */


/* ルサンクここから
----------------------------------------------- */
/* 開発ブランド紹介 */

.lecinq_banner{
    background-image: url(/images/ourbuiss/development/lecinq/lecinqismBack.jpg);
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    padding: 24px;
    display: flex;
}


.banner_left img{
    max-width: 200px;
}

.banner_right{
    margin-left: 1em;
}

.banner_right h2{
    font-size: 18px;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 1em;
    display: inline-block;
    margin: 0 0 32px 0;
}

.lecinq_middle_wrap{
    display: flex;
    justify-content: space-between;
}

.lecinq_middle_left{
    flex-basis: 70%;
}

.lecinq_bottom ul{
    display: flex;
    justify-content: space-between;
}

.lecinq_bottom ul li{
    width: calc(100% / 6);
    margin-right: 16px;
}

.lecinq_bottom ul li:nth-child(6n) {
    margin-right: 0;
}

@media only screen and (max-width: 1199px) {

    .lecinq_bottom ul{
        flex-wrap: wrap;
    }

    .lecinq_bottom ul li{
        width: calc((100% / 3) - 32px);
        margin-right: 16px;
    }

    .lecinq_bottom ul li:nth-child(3n) {
        margin-right: 0;
    }


}

@media only screen and (max-width: 1199px) and (max-width: 767px) {

    .lecinq_banner{
        display: block;
    }

    .banner_left {
        margin-bottom: 1em;
    }


    .banner_right h2{
        display: block;
        text-align: center;
    }

    .banner_left{
        text-align: center;
    }

    .banner_left{
        margin-right: 0;
    }

    .lecinq_middle_wrap{
        flex-direction: column-reverse;
    }

    .lecinq_middle_left img{
        width: 80%;
    }

    .lecinq_bottom ul li{
        width: calc(100% / 2 - 16px);
        margin-right: 16px;
    }

    .lecinq_bottom ul li:nth-child(3n) {
        margin-right: 16px;
    }

    .lecinq_bottom ul li:nth-child(2n) {
        margin-right: 0;
    }

}


/* ルサンクここまで
----------------------------------------------- */


/* 開発事業部方針ここから
----------------------------------------------- */
.philosophy_content .philosophy_box{
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    line-height: 2;
    padding: 24px 48px 24px 72px;
    margin: 16px 0;
}

.philosophy_content .philosophy_box .attText{
    font-weight: bold;
    line-height: 1.5;
    padding-left: 1em;
    margin: 0.5em 0;
}

.zeh-m-building{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.zeh-m-building h6{
	color: #000!important;
}

.zeh-m-building li{
	width: fit-content;
	padding: 0 10px;
	border: 1px solid #ddd;
}

@media only screen and (max-width: 1199px) {
    .philosophy_content .philosophy_box{
        padding: 24px 16px;
    }
}


/* 開発事業部方針ここまで
----------------------------------------------- */

/* 開発下層の画像のスタイルここから
----------------------------------------------- */

.devlopmentUnder_wrap{
    margin-bottom: 16px;
}

.devlopmentUnder_wrap figure{
    position: relative;
}

.devlopmentUnder_wrap figure figcaption{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    text-shadow: 4px 2px #000;
    font-size: 28px;
    margin-top: 15%;
    font-weight: bold;
    background-color: rgba(0,0,0,.5);
    line-height: 1.5;
    padding: 20px 30px;
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 767px) {

    .devlopmentUnder_wrap figure figcaption{
        margin-top: 10%;
        font-size: 20px;
        line-height: 1.2;
        padding: 3%;
    }

}


/* 開発下層の画像のスタイルここまで
----------------------------------------------- */

/* 開発事業拠点ここから
----------------------------------------------- */

.dev_outline_table th:first-child{
    width: 17em;
}


@media only screen and (max-width: 767px) {

    .dev_outline_table th:first-child{
        width: 10em;
    }
    

}

/* 開発事業拠点ここまで
----------------------------------------------- */