@charset "utf-8";

.pc_off{display:none;}

.inqsplit_block>ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
	height:120px;
}
.inqsplit_block>ul>li{
    width: 50%;
    text-align: center;
}
.inqsplit_block>ul>li:nth-child(1){background-color: white;}
.inqsplit_block>ul>li:nth-child(2){background-color: black;}

.inqsplit_block>ul>li:nth-child(1)>a {
    display: inline-flex;
    width: fit-content;
    margin:26px auto;
    box-sizing: border-box;
}

.inqsplit_block>ul>li:nth-child(2)>a{
display: block;
    width: 350px;
    box-sizing: border-box;
    padding: 10px 10px;
    margin: 35px auto;
    position: relative;
    text-align: center;
    background-color: white;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.5em;
}

/* form start*/
.page_mv.form {
    background: url(../img/mv_form.jpg) no-repeat;
    background-size: cover;
}

.form h2{
font-size: 24px;
    line-height: 2em;
    text-align: center;
}

.inquirytable{
    width: 80%;
    margin: 40px auto 80px auto;
}

.inquirytable tr{}
.inquirytable th{
    padding: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    width: 200px;
    background-color: #FFF;
    border: none;
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    line-height: 48px;
}
.inquirytable td{padding: 10px;}
.inquirytable th span:not(:empty).form_required {
    background: #ff4a32;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 10px;
    line-height: 22px;
    margin: 14px 5px;
}
.inquirytable td input[type="text"], textarea{
    width: 95%;
    display: block;
}
.inquirytable td label{
    padding: 0.5em;
    margin: auto 0.5em 0.5em auto;
    display: block;
    width: fit-content;
    float: left;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}
input[type="tel"], input[type="text"], textarea, select {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
    border: 1px solid #ccdae4;
    background: #f5f9fc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img.ui-datepicker-trigger {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid #ccdae4;
    background: #f5f9fc;
    vertical-align: bottom;
}
.inquirytable td select {
    cursor: pointer;
    height: 46px;
    margin-right: 3px;
}
.inquirytable td span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}
.form_inner_add{
    line-height: 1.7em;
}

.form_inner_add input[type="tel"], .form_inner_add select{
    margin-bottom: 10px;
}


#jc_btn_submit {
 -webkit-appearance: none;
 border: 2px solid #ccc;
 background: #eee;
 color: #777;
 border-radius: 30px;
 width: 400px;
 height: 60px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 box-shadow: 0 0 3px 0 #999;
 padding: 0 40px;
 font-weight: bold;
 margin: 30px auto 50px;
 font-size: 20px;
 display: block;
}

#jc_btn_submit.jcjs_btn_ok {
 cursor: pointer;
 -webkit-appearance: none;
 border: 2px solid #2799fb;
 background: #2799fb;
 color: #fff;
}

#jc_btn_submit.jcjs_btn_ok:hover {
	color: #2799fb;
	background: #fff;
}

.form_pri { text-align: center;}
.form_pri a{ color: blue!important;}

/* form end*/

/*form_item start*/

.form_item{
    width: 45%;
    margin: auto;
    border: 1px solid #CCC;
    border-radius: 10px;
    padding: 20px;
    background-color: #f5f9fc;
}
.form_item h3{
    color: #333333;
    font-size: 18px;
    line-height: 1.7em;
}
.form_item ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.form_item ul li:nth-child(1){width: 30%;}
.form_item ul li:nth-child(2){width: 65%;}
.form_item ul li>img{width: 100%;}
/*form_item end*/


/* catalog start*/

.bg_catalog_gray{
	background-color:#f3f3f3;
}

.catalog .shape_giza:before {
	background-image: linear-gradient(135deg, #f3f3f3 25%, transparent 25%), linear-gradient(225deg, #f3f3f3 25%, transparent 25%);
}

section.catalog{
	padding-bottom: 80px;
}
.catalog_block{}
.catalog_block h3{
    text-align: center;
    font-size: 26px;
    line-height: 1.5em;
    border-bottom: 2px solid;
    width: fit-content;
    margin: 6em auto 1em auto;
    position: relative;
}

.catalog_block h3::before{
    content: "";
    display: block;
    background-image: url(/img/catalog_boockicon.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 31px;
    height: 25px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-position: right center;
}
.catalog_block p{
    text-align: center;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 1em;
}

.pamp_dl{
    display: block;
    margin: 40px auto;
    width: fit-content;
}

/* catalog end*/


/* openhouse start*/
.page_mv.openhouse {
    background: url(../img/mv_openhouse.jpg) no-repeat;
    background-size: cover;
}


/***************************************
openhouse　一覧 START
***************************************/



.openhouse_list>a>ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0em auto;
    padding: 3em 0;
    border-bottom: 1px solid #000;
}
.openhouse_list>a>ul>li{
    width: 46%;
}
.openhouse_list>a>ul>li img{
    width: 100%;
}
.openhouse_list>a>ul>li.openhouse_list_txt{
    width: 50%;
}
.openhouse_list_txt h3{
    position: relative;
    font-size: 24px;
    line-height: 1.5em;
}
.openhouse_list_txt p{
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
    color: #95ccf1;
}



ul.openhouse_list_tag{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 1em auto;
}
.openhouse_list_tag>li {
    font-size: 13px;
    display: block;
    width: fit-content;
    margin-right: 10px;
    padding: 8px;
    border-radius: 4px;
    color:#FFF;
    background-color: #2196F3;
}
.openhouse_list_tag>li:nth-child(2){
    background-color: #E91E63;
}
.openhouse_list_date{
    margin:20px auto;
}
.openhouse_list_date>li{
    font-size: 18px;
    line-height: 2.5em;
    padding-left: 2em;
    position: relative;
}

.openhouse_list_date>li:before{
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0.5em;
    top: 0.6em;
}
.openhouse_list_date>li:nth-child(1)::before{
    background-image: url(/img/cal_icon.png);
    background-size: auto;
    background-repeat: no-repeat;
}
.openhouse_list_date>li:nth-child(2)::before{
    background-image: url(/img/crock_icon.png);
    background-size: auto;
    background-repeat: no-repeat;
}
.openhouse_list_date>li:nth-child(3)::before{
    background-image: url(/img/crock_icon.png);
    background-size: auto;
    background-repeat: no-repeat;
}


.openhouse_list_date>li>i{
    color: #0bb3ea;
}

/***************************************
openhouse　一覧 END
***************************************/


/***************************************
openhouse　詳細 START
***************************************/
.openhouse_shosai_block .estate_open_img>img{
    width: 100%!important;
}
.openhouse_shosai_block .estate_open_txt h3{
	    padding-top: 0!important;
}

.openhouse_shosai_block .estate_open_txt h3::before{
	display:none!important;
}

/***************************************
openhouse　詳細 END
***************************************/


/* openhouse end*/





/* estate start*/
.page_mv.estate {
    background: url(../img/mv_estate.jpg) no-repeat;
    background-size: cover;
}


/***************************************
estate　一覧 START
***************************************/
.estate_list_waku{}

.estate_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.estate_list>li{
    width: 32%;
    margin: 10px auto 20px 0px;
    min-height: 460px;
}

.estate_list>li:last-child{
    margin: 10px auto 20px auto;
}


.estate_list .estate_tag>ul>li {
    font-size: 12px;
}

/***************************************
estate　一覧 END
***************************************/


/***************************************
estate　詳細 START
***************************************/
.page_mv.estate_shosai{
    height: 100vh;
        min-height: 930px;
        max-height: 950px;
}
.page_mv.estate_shosai.shape_giza:before{
    z-index: 0;
}
.estate_shosai{}
.estate_shosai img{
	max-width: 100%;
	max-height: 550px;
	margin: auto;
	display: block;

}
.es_inner{
    width: 90%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}
.estate_main{
    width: 90%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    top: 480px;
    transform: translate(-50% , -50%);
}
.estate_main_img{
    width: 48%;
}
.estate_main_img img{
    object-fit: cover;
    width: 450px;
    height: 450px;
    filter: drop-shadow(20px 20px 0 #000);
}
.estate_main_text{
    width: 48%;
    color: #fff;
    padding-top: 150px;
    position: relative;
}
.estate_main_text::before{
    content: "";
    display: block;
    width: 329px;
    height: 153px;
    position: absolute;
    top: -25px;
    right: -95px;
    z-index: 1;
}

.estate_main_workslink{
    position: absolute;
    bottom: 8em;
    right: 55%;
}
.estate_main_workslink span{
	display: block;
        font-size: 16px;
        font-weight: bold;
        line-height: 2em;
	text-align: center;
}

.estate_main_workslink a{
	display: block;
	width: 100%;
	margin-top: 5px;
	box-sizing: border-box;
	padding: 0 2em;
	position: relative;
	text-align: center;
	color: #FFF;
	border: 2px solid #638c0b;
	background-color: #638c0b;
	border-radius: 50px;
	font-size: 24px;
	font-weight: bold;
	line-height: 2.5em;
}


.main_address{
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
}
.main_title{
    font-size: 34px;
    line-height: 2.5em;
}

.estate_tag>ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 1em auto;
}

.estate_tag>ul>li{
	font-size: 11px;
	display: block;
	width: fit-content;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0.5em 0.5em;
	background-color: #2196f3;
	color: #FFF;
	border: none;
}

.estate_tag>ul>li:nth-child(2){background-color: red;}
.estate_tag>ul>li:nth-child(3){background-color: #8bc34a;}


.estate_grade{ margin-top: 20px;}
.estate_grade>h3{ font-size: 16px;}
.estate_grade>ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 1em auto;
}
.estate_grade>ul>li{
    font-size: 13px;
    display: block;
    width: fit-content;
    margin-right: 5px;
    padding: 8px;
    background-color: #9d9d9d;
}
.estate_grade>ul>li:nth-child(1).BASICNATURAL{    background-color: #000;}
.estate_grade>ul>li:nth-child(2).BASICBROOKLYN{    background-color: #000;}
.estate_grade>ul>li:nth-child(3).CRAFTNATURAL{    background-color: #000;}
.estate_grade>ul>li:nth-child(4).CRAFTBROOKLYN{    background-color: #000;}
.estate_waku{
    position: relative;
    box-sizing: border-box;
    width: 100%;
}
.estate_price>ul{
        margin: 1em 0;
}
.estate_price>ul>li{
        position: relative;
        margin-left: 58px;
        padding-left: 1em;
        font-size: 16px;
        line-height: 1.7em;
}


.estate_price>ul>li:empty{
        display: none;
}
.estate_price>ul>li.price_set{}
.estate_price>ul>li.price_set:before{
        content: "セット価格";
        display: block;
        position: absolute;
        bottom: -2px;
        left: -5em;
        font-size: 12px;
}
.estate_price>ul>li.price_tochi{}
.estate_price>ul>li.price_tochi:before{
        content: "土地価格";
        display: block;
        position: absolute;
        bottom: -2px;
        left: -5em;
        font-size: 12px;
}
.estate_price>ul>li.price_menseki{        font-size: 12px;}
.estate_price>ul>li.price_menseki:before{
        content: "面積";
        display: block;
        position: absolute;
        bottom: -2px;
        left: -5em;
        font-size: 12px;
}
.estate_price>ul>li.price_koutu{        font-size: 12px;}
.estate_price>ul>li.price_koutu:before{
        content: "交通";
        display: block;
        position: absolute;
        bottom: -2px;
        left: -5em;
        font-size: 12px;
}


/*詳細の場合*/
.estate_shosai .estate_price>ul>li{
        position: relative;
        margin-left: 71px;
        padding-left: 1em;
        font-size: 22px;
        line-height: 1.7em;
}
.estate_shosai .estate_price>ul>li.price_tochi:before{
        bottom: -5px;
        font-size: 14px;
}
.estate_shosai .estate_price>ul>li.price_set:before{
        bottom: -5px;
        font-size: 14px;
}



.estate_waku::before{
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
}


.estate_waku .pan{
    padding: 40px;
}

section.estate_concept{
}
.estate_concept_block{
    padding-top: 40px;
    padding-bottom: 30px;
}

.estate_concept_text{
    padding-top: 130px;
    width: 45%;
    padding-bottom: 80px;
}
.estate_concept_text h2{
    font-size: 22px;
    line-height: 1.7em;
    margin: 0.5em auto;
    position: relative;
}
.estate_concept_text h2::before{
    content: "";
    display: block;
    position: absolute;
    top: -130px;
    left: 0px;
    background-position: right center;
}
.estate_concept_text p{
}
.estate_concept_text::after {
    content: "";
    display: block;
    width: 47vw;
    height: 60vh;
    max-height: 420px;
    position: absolute;
    top: 80px;
    right: 0px;
    z-index: 1;
    background-position: right center;
}

.estate_concept_block ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 40px 0px;
}
.estate_concept_block ul>li{
    position: relative;
    width: 30%;
    display: block;
}
.estate_concept_block ul>li img{
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	min-height: 270px;
	object-fit: cover;
}
.estate_concept_block ul>li h3{
    font-size: 22px;
    text-align: center;
    line-height: 1.5em;
    margin: 0.5em auto;
}
/*.estate_concept_block ul>li p{    text-align: center;}*/
.estate_concept_block ul>li::before{
    width: 70px;
    height: 72px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 10;
}


.estate_concept_block ul>li:nth-child(2){
    margin-top: 40px;
}

.estate_concept_block ul>li:nth-child(3){
    margin-top: 80px;
}

section.estate_landplan{position: relative;}
section.estate_landplan::before{
    content: "";
    display: block;
    position: absolute;
}

.estate_landplan_block{
    padding-top: 80px;
    padding-bottom: 100px;
}

.estate_landplan_block h2{
    font-size: 22px;
    text-align: center;
    width: 60%;
    line-height: 1.7em;
    margin: 0.5em auto;
    padding-top: 165px;
    position: relative;
}

.estate_landplan_block p{
    width: 60%;
    margin: 0.5em auto 5em auto;
    text-align: center;
	img{border-radius: 15px;}
}
section.estate_openhouse {
}

.estate_openhouse_block{
    padding: 100px 0;
}
.estate_open_main{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.estate_open_img{
    width: 56%;
}
.estate_open_txt{
    width: 42%;
}
.estate_open_txt h3{
    position: relative;
    padding-top: 120px;
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.5em;
}
.estate_open_txt p{
    font-size: 18px;
    line-height: 3em;
    color: #95ccf1;
}

.estate_open_txt h3::before{
    content: "";
    display: block;
    background-image: url(/img/estate/bukken_ttl_openhouse.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 417px;
    height: 79px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: left top;
}
ul.estate_open_tag{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 1em auto;
}
.estate_open_tag>li {
    font-size: 13px;
    display: block;
    width: fit-content;
    margin-right: 10px;
    padding: 8px;
    border-radius: 4px;
    color:#FFF;
    background-color: #2196F3;
}
.estate_open_tag>li:nth-child(2){
    background-color: #E91E63;
}

.estate_open_date{
    margin:20px auto;
}
.estate_open_date>li{
    font-size: 18px;
    line-height: 2.5em;
    padding-left: 2em;
    position: relative;
}
.estate_open_date>li:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0.5em;
    top: 0.6em;
        background: #05375d;
}
.estate_open_date>li:nth-child(1)::before{
    -webkit-mask-image: url(/img/cal_icon.png);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(/img/cal_icon.png);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}
.estate_open_date>li:nth-child(2)::before{
    -webkit-mask-image: url(/img/crock_icon.png);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(/img/crock_icon.png);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}
.estate_open_date>li:nth-child(3)::before{
    -webkit-mask-image: url(/img/crock_icon.png);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(/img/crock_icon.png);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}


.estate_open_date>li>i{
    color: #0bb3ea;
}

.estate_open_catch {
	display: block;
	width: 100%;
	margin: 3em auto;
	font-size: 18px;
	line-height: 1.7em;
}


.estate_open_gallery{
    margin: 60px auto 100px auto;
}
.estate_open_gallery h3,.estate_open_vr h3,.estate_open_map h3{
    text-align: center;
    margin: 1em auto;
    line-height: 2em;
    font-size: 50px;
    font-weight: normal;
}

.estate_open_gallery h3 span,.estate_open_vr h3 span,.estate_open_map h3 span{
    text-align: center;
    line-height: 2em;
    font-size: 16px;
    display: block;
}

.estate_open_gallery ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.estate_open_gallery ul li{
width: 32%;
    margin: 0 0 1em 0;
    display: block;
}
.estate_open_gallery ul li img{
    width: 100% !important;
    height: 400px !important;
    max-height: unset !important;
    margin: auto;
    object-fit: cover;
    display: block;
}

.estate_open_gallery ul li:first-child{
	width: 100%;
}
.estate_open_gallery ul li:first-child img {
        width: fit-content !important;
        max-width: 80%;
        margin: auto;
        display: block;
        height: fit-content !important;
}


.estate_open_gallery ul li p{}


.estate_open_gallery .slick-dotted.slick-slider {
    height: 620px;
}
.estate_open_gallery div.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 80%;
}
.estate_open_gallery div.slick-list>li>img{
    max-width: 90%;
    max-height: 600px;
}


div[id^="map_canvas"] {width:100%!important; height:23em!important;}
@media (min-width:768px){
.maincontents{width: 100%!important; float: none!important;}
div[id^="map_canvas"] {width:100%!important; height:500px!important;}
}
/*.slick-dotted.slick-slider{height:600px;}*/
/*.slick-dots{margin: 20px auto!important;}*/
.slick-dots li button:before{}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #FFF;
    padding: 0.8em 1em;
    border-radius: 40px;
    /* width: 50px; */
}

/*.slick-prev {    left: 0px!important;}*/
.estate_open_vr{
}
section.estate_roomplan{
	position: relative;
	padding: 120px 0 80px 0;
	margin-bottom: 2em;
}
section.estate_roomplan::before {
    content: "";
    display: block;
    width: 58%;
    height: 400px;
    max-width: 1000px;
    position: absolute;
    top: 80px;
    left: 0px;
    z-index: 1;
    background-position: right center;
}
.estate_roomplan_block{
}
.estate_roomplan_text{
    padding-top: 100px;
    width: 40%;
    padding-bottom: 80px;
    padding-left: 65%;
    position: relative;
    z-index: 5;
    min-height: 200px;
}
.estate_roomplan_text::before{
    content: "";
    display: block;
    position: absolute;
    background-position: right center;
}
.estate_roomplan_text::after{
    content: "";
    display: block;
    position: absolute;
    background-position: right center;
}
.estate_roomplan_text h2{
    font-size: 22px;
    line-height: 1.7em;
    margin: 0.5em auto;
    position: relative;
}
.estate_roomplan_text h2::before{
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    left: 0px;
    background-position: right center;
}
.estate_roomplan_text p{
}

.estate_roomplan_room{
    width: 800px;
    margin: 10px auto 40px auto;
    position: relative;
}
.estate_roomplan_room_waku{
    position: relative;
}
.estate_roomplan_room_waku::before,.estate_roomplan_room_waku::after{
    content: "";
    display: block;
    position: absolute;
    background-position: right center;
}

.estate_roomplan_room_waku>iframe{
    width: 1000px;
    height: 750px;
    margin: auto;
}
.estate_roomplan_room ul{
    height: fit-content;
}
.estate_roomplan_room ul li.slider-item{
	background-color: #FFF;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	height: 680px;
	border-radius: 15px;
}


.estate_roomplan_room ul li>h3 {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 30px;
    font-size: 20px;
    letter-spacing: 2px;
    background: #263b62;
    color: #FFF;
    box-sizing: border-box;
    margin: 0px 0px 20px 0px;
}

.estate_roomplan_room ul li>h3:before, .estate_roomplan_room ul li>h3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.estate_roomplan_room ul li>h3:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.estate_roomplan_room ul li>h3:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.mensekiblock {
        width: fit-content;
        padding: 0 6em;
        margin: auto;
        text-align: left;
}

.estate_roomplan_room ul li.slider-item div>p {
    font-size: 18px;
    font-weight: bold;
    line-height: 2em;
    margin: 0;
}
.estate_roomplan_room ul li.slider-item div>p span{
    font-size: 26px;
        position: relative;
}
.estate_roomplan_room ul li.slider-item div>p span.senyu_menseki{

}
.estate_roomplan_room ul li.slider-item div>p span.senyu_menseki_uchiwake{
    font-size: 14px;
    display: block;
}
.estate_roomplan_room ul li.slider-item div>p span:empty{
	display:none;
}
.estate_roomplan_room ul li.slider-item div>p span.menseki::before{
    content: "土地面積";
    display: block;
        position: absolute;
        bottom: 0px;
        left: -5em;
        font-size: 14px;
}
.estate_roomplan_room ul li.slider-item div>p span.senyu_menseki::before{
        content: "参考プラン延床面積";
        display: block;
        position: absolute;
        bottom: -0.1em;
        left: -10em;
        font-size: 14px;
}

.estate_plan_img{
    width: 90%;
    margin: 20px auto;
}
.estate_plan_img img{
	width: fit-content;
	max-width: 100%;
	max-height: 300px;
	display: block;
	margin: auto;
}
.estate_plan_tag{
    font-size: 18px;
    width: fit-content;
    margin:0.5em auto;
    display: flex;
    flex-wrap: nowrap;
    line-height: 2em;
}
.estate_plan_tag span{
    display: block;
    width: fit-content;
    padding: 0 1em;
    color: #FFF;
    background-color: #263b62;

}
.estate_plan_kakaku{
    display: block;
    width: fit-content;
    margin: auto;
    font-size: 50px;
    line-height: 1.3em;
    font-weight: bold;
    text-align: justify;
}
.estate_plan_kakaku span{
    display: block;
    width: fit-content;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: bold;
    float: left;
    padding: 1em 0.5em;
    margin-right: 2em;
}

.estate_plan_txt{
    width: auto;
    margin: auto;
    clear: both;
    font-size: 18px;
}

.estate_plan_bikou{
    width: auto;
    margin: auto;
    clear: both;
    font-size: 14px;
}

section.estate_genchi{
    position: relative;
    padding: 0px 0 30px 0;
}
.estate_genchi_block{
}
.estate_genchi_block>ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.estate_genchi_block>ul>li{
    width: 31%;
    display: block;
    margin-bottom: 2em;
}
.estate_genchi_block>ul>li img{
	max-width: 100%;
	max-height: 280px;
	width: 100%!important;
	height: 280px!important;
	object-fit: cover;
}

section.estate_access{
    padding: 120px 0 100px 0;
}
.estate_access_block div[id^="map_canvas"]{
    display: block;
    height: 500px;
    width: 1080px;
}

.estate_access_block h2{
    font-size: 22px;
    text-align: center;
    width: 80%;
    line-height: 1.7em;
    margin: 0.5em auto;
    padding-top: 200px;
    position: relative;
}
.estate_access_block h2::before,.estate_location_block h2::before,.estate_outline_block h2::before,.estate_landplan_block h2::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-position: right center;
}
.estate_access_block p{
    width: 80%;
    margin: 0.5em auto 5em auto;
    text-align: center;
}


section.estate_location{
    position: relative;
    padding: 120px 0 80px 0;
}
.estate_location_block{
}
.estate_location_block h2{
    font-size: 22px;
    text-align: center;
    width: 80%;
    line-height: 1.7em;
    margin: 0.5em auto;
    padding-top: 200px;
    position: relative;
}

.estate_location_block>p{
    width: 80%;
    margin: 0.5em auto 5em auto;
    text-align: center;
}
.estate_location_block>ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}
.estate_location_block>ul>li{
    width: 31%;
    display: block;
    margin-bottom: 2em;
}
.estate_location_block>ul>li img{
	max-width: 100%;
	max-height: 220px;
	width: 100%!important;
	height: 220px!important;
	object-fit: cover;
}

.estate_location_date{

}
.location_date_grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.glid_item{ width: 48%;}
.glid_item h3{
    background-color: #263b62;
    padding: 10px 10px;
}
.glid_item>table{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3em;
}
.glid_item>table tbody{
    width: 100%;
}
.glid_item>table tr{
    border-bottom: 1px solid #d1d1d1;
    font-size: 14px;
    line-height: 2em;
    padding: 10px 5px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}
.glid_item>table tr>th{font-weight: normal;}
.glid_item>ul>li>dd{font-weight: normal;}

section.estate_outline{
    padding-top: 120px;
}
.estate_outline_block{
}
.estate_outline_block h2{
    font-size: 22px;
    text-align: center;
    width: 80%;
    line-height: 1.7em;
    margin: 0.5em auto;
    padding-top: 200px;
    position: relative;
}

.estate_outline_block p{
    width: 80%;
    margin: 0.5em auto 0em auto;
    padding-bottom: 5em;
}
.estate_outline_date{
}
.estate_outline_date>table{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3em;
}
.estate_outline_date>table tbody{
	width: 100%;
}
.estate_outline_date>table tr{
    border-bottom: 1px solid #d1d1d1;
    font-size: 14px;
    line-height: 1.7em;
    padding: 10px 5px;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.estate_outline_date>table tr th{ width: 12em; text-indent: 0.5em;}
.estate_outline_date>table tr dd{}
.estate_outline_date>p{
    width: 100%;
    font-size: 12px;
    line-height: 1.5em;
}
section.estate_inquiry {
    padding-bottom: 150px;
}
.estate_inquiry_block{
    width: 650px;
    margin: auto;
}

.estate_inquiry_block ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0px auto;
    padding: 40px 0;
}

.estate_inquiry_block ul li{
    width: 48%;
}
.estate_inquiry_block img{
    max-width: 100%;
    margin: auto;
    display: block;
}
.estate_inquiry_block>ul>li>a{
    display: inline-flex;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px;
    position: relative;
    text-align: center;
    border: 2px solid #ed7bae;
    border-radius: 10px;
    font-size: 20px;
    line-height: 1.5em;
}

.estate_inquiry_block>ul>li:nth-child(1)>a{
    background: #fff;
    color: #ed7bae;
}
.estate_inquiry_block>ul>li:nth-child(2)>a{
    background: #ed7bae;
    color: #fff;
}
.estate_inquiry_block>ul>li>a>img{
    margin: auto 1em;
    width: fit-content;
}





.estate_shosai .estate_price>ul>li {

        font-size: 34px;
        font-weight: bold;
}
.estate_concept_subtext{
	width: 100%;
	margin: 30px auto 100px auto;
	display: block;
	background-image: url(/img/estate/shosai_story_bgimg.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 5em;
}
.estate_concept_subtext_in{
    display: block;
    width: 1000px;
    margin: auto;
		line-height: 2em;
	h3{
		margin: auto;
		font-size: 20px;

	}
	p{
	        margin: auto auto 2em auto;
	        font-size: 14px;
	}
}
.estate_landplan_block{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	h2{
		width: 100%;
		margin-bottom: 2em;
	}
	p{
        	width: 40%;
	        text-align: left;
	}
	img{
		width: 45%!important;
		border-radius: 10px;
	}
}








.CRAFTNATURAL .estate_main_workslink span{color:#FFF;}
.CRAFTNATURAL .estate_main_workslink a{
        color: #231815;
        border: 2px solid #edc74f;
        background-color: #edc74f;
}



.CRAFTBROOKLYN .estate_main_workslink span{color:#FFF;}
.CRAFTBROOKLYN .estate_main_workslink a{
        color: #231815;
        border: 2px solid #edc74f;
        background-color: #edc74f;
}


.BASICNATURAL .estate_main_workslink span{color:#333;}
.BASICNATURAL .estate_main_workslink a{
        color: #FFF;
        border: 2px solid #638c0b;
        background-color: #638c0b;
}



.BASICBROOKLYN .estate_main_workslink span{color:#FFF;}
.BASICBROOKLYN .estate_main_workslink a{
        color: #FFF;
        border: 2px solid #b57c21;
        background-color: #b57c21;
}



/******* estate　詳細 PTN ***********/

/******* CRAFT NATURAL ***********/

.CRAFTNATURAL .estate_main_text::before{
    background-image: url(/img/estate/cn/mv_bukken_obj01.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.CRAFTNATURAL .page_mv.estate_shosai{
    background-color: #253d63;
}

.CRAFTNATURAL .estate_waku::before{
    background-image: url(/img/estate/cn/mv_bukken_obj.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 482px;
    height: 277px;
    left: 54%;
    top: -230px;
}


.CRAFTNATURAL .estate_concept_text h2::before{
    background-image: url(/img/estate/cn/bukken_ttl_concept.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 289px;
    height: 79px;
}

.CRAFTNATURAL .estate_concept_text::after {
    background-image: url(/img/estate/cn/concept_sideimg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.CRAFTNATURAL .estate_concept_block ul>li:nth-child(1)::before{
    content: "";
    display: block;
    background-image: url(/img/estate/cn/bukken_point01.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.CRAFTNATURAL .estate_concept_block ul>li:nth-child(2)::before{
    content: "";
    display: block;
    background-image: url(/img/estate/cn/bukken_point02.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.CRAFTNATURAL .estate_concept_block ul>li:nth-child(3)::before{
    content: "";
    display: block;
    background-image: url(/img/estate/cn/bukken_point03.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.CRAFTNATURAL section.estate_landplan::before{
    background-image: url(/img/estate/cn/bukken_obj_landplan.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 177px;
    height: 234px;
    top: -70px;
    left: 14%;
}


.CRAFTNATURAL .estate_open_txt h3::before{
    background-image: url(/img/estate/cn/bukken_ttl_openhouse.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 417px;
    height: 79px;
}
.CRAFTNATURAL .estate_open_txt p {
    color: #95ccf1;
}
.CRAFTNATURAL .estate_open_date>li:before{
    background-color: #95ccf1;
}


.CRAFTNATURAL .estate_roomplan_text::before{
    background-image: url(/img/estate/cn/bukken_obj_roomplan_lt.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 283px;
    height: 212px;
    bottom: -20px;
    left: -160px;
}
.CRAFTNATURAL .estate_roomplan_text::after {
    background-image: url(/img/estate/cn/bukken_obj_roomplan_rt.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 143px;
    height: 115px;
    bottom: -230px;
    right: -30px;
}

.CRAFTNATURAL .estate_roomplan_text h2::before {
    background-image: url(/img/estate/cn/bukken_ttl_roomplan.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 334px;
    height: 78px;
}


.CRAFTNATURAL .estate_roomplan_room_waku::before{
    background-image: url(/img/estate/cn/bukken_obj_roomplan_lb.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 133px;
    height: 142px;
    bottom: 20px;
    left: -150px;
}
.CRAFTNATURAL .estate_roomplan_room_waku::after{
    background-image: url(/img/estate/cn/bukken_obj_roomplan_rb.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 145px;
    height: 265px;
    bottom: -160px;
    right: -200px;
}

.CRAFTNATURAL .estate_access_block h2::before{
    background-image: url(/img/estate/cn/bukken_ttl_access.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 229px;
    height: 88px;
}



.CRAFTNATURAL .estate_landplan_block h2::before{
    background-image: url(/img/estate/cn/bukken_ttl_landplan.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 308px;
    height: 89px;
}

.CRAFTNATURAL .estate_location_block h2::before{
    background-image: url(/img/estate/cn/bukken_ttl_location.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 270px;
    height: 88px;
}

.CRAFTNATURAL .estate_outline_block h2::before{
    background-image: url(/img/estate/cn/bukken_ttl_outline.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 227px;
    height: 90px;
}

.CRAFTNATURAL .glid_item h3 {
    background-color: #263b62;
    padding: 10px 10px;
}
.CRAFTNATURAL .shape_giza:before{
    background-image: linear-gradient(135deg, #f4f4f4 25%, transparent 25%), linear-gradient(225deg, #f4f4f4 25%, transparent 25%);
}
.CRAFTNATURAL section.estate_concept {
    background: #f4f4f4;
}
.CRAFTNATURAL section.estate_openhouse {
    background-color: #263b62;
    color: #FFF;
}
.CRAFTNATURAL .estate_waku .pan{
    background-color: #f4f4f4;
}
.CRAFTNATURAL section.estate_roomplan{
    background-color: #f4f4f4;
}
.CRAFTNATURAL section.estate_landplan{
    background-color: #FFF;
}
.CRAFTNATURAL section.estate_location{
    background-color: #f4f4f4;
}
.CRAFTNATURAL section.estate_outline {
    background-color: #FFF;
}

.CRAFTNATURAL section.estate_roomplan::before {
    background-image: url(/img/estate/cn/roomplan_sideimg.png);
    background-size: cover;
    background-repeat: no-repeat;
}


/******* CRAFT BROOKLYN ***********/

.CRAFTBROOKLYN .estate_main_text::before{
    background-image: url(/img/estate/cb/mv_bukken_obj01.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.CRAFTBROOKLYN .page_mv.estate_shosai{
    background-image: url(/img/estate/cb/main_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.CRAFTBROOKLYN .estate_waku::before{
    background-image: url(/img/estate/cb/mv_bukken_obj.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 482px;
    height: 277px;
    left: 54%;
    top: -230px;
}


.CRAFTBROOKLYN .estate_concept_text h2::before{
    background-image: url(/img/estate/cb/bukken_ttl_concept.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 196px;
    height: 73px;
}

.CRAFTBROOKLYN .estate_concept_text::after {
    background-image: url(/img/estate/cb/concept_sideimg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.CRAFTBROOKLYN .estate_concept_block ul>li:nth-child(1)::before{
    content: "";
    display: block;
    background-image: url(/img/estate/cb/bukken_point01.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.CRAFTBROOKLYN .estate_concept_block ul>li:nth-child(2)::before{
    content: "";
    display: block;
    background-image: url(/img/estate/cb/bukken_point02.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.CRAFTBROOKLYN .estate_concept_block ul>li:nth-child(3)::before{
    content: "";
    display: block;
    background-image: url(/img/estate/cb/bukken_point03.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.CRAFTBROOKLYN section.estate_landplan::before{
    background-image: url(/img/estate/cb/bukken_obj_landplan.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 278px;
    height: 149px;
    top: -70px;
    left: 12%;
}


.CRAFTBROOKLYN .estate_open_txt h3::before{
    background-image: url(/img/estate/cb/bukken_ttl_openhouse.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 378px;
    height: 73px;
}
.CRAFTBROOKLYN .estate_open_txt p {
    color: #c8bb9b;
}
.CRAFTBROOKLYN .estate_open_date>li:before{
    background-color: #c8bb9b;
}


.CRAFTBROOKLYN .estate_roomplan_text::before{
    background-image: url(/img/estate/cb/bukken_obj_roomplan_lt.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 283px;
    height: 212px;
    bottom: -20px;
    left: -160px;
}
.CRAFTBROOKLYN .estate_roomplan_text::after {
    background-image: url(/img/estate/cb/bukken_obj_roomplan_rt.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 182px;
    height: 154px;
    bottom: -230px;
    right: -30px;
}

.CRAFTBROOKLYN .estate_roomplan_text h2::before {
    background-image: url(/img/estate/cb/bukken_ttl_roomplan.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 236px;
    height: 74px;
}


.CRAFTBROOKLYN .estate_roomplan_room_waku::before{
    background-image: url(/img/estate/cb/bukken_obj_roomplan_lb.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 172px;
    height: 153px;
    bottom: 20px;
    left: -150px;
}
.CRAFTBROOKLYN .estate_roomplan_room_waku::after{
    background-image: url(/img/estate/cb/bukken_obj_roomplan_rb.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 233px;
    height: 207px;
    bottom: -160px;
    right: -200px;
}

.CRAFTBROOKLYN .estate_access_block h2::before{
    background-image: url(/img/estate/cb/bukken_ttl_access.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 159px;
    height: 82px;
}



.CRAFTBROOKLYN .estate_landplan_block h2::before{
    background-image: url(/img/estate/cb/bukken_ttl_landplan.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 221px;
    height: 85px;
}

.CRAFTBROOKLYN .estate_location_block h2::before{
    background-image: url(/img/estate/cb/bukken_ttl_location.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 193px;
    height: 83px;
}

.CRAFTBROOKLYN .estate_outline_block h2::before{
    background-image: url(/img/estate/cb/bukken_ttl_outline.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 171px;
    height: 84px;
}

.CRAFTBROOKLYN .glid_item h3 {
    background-color: black;
    padding: 10px 10px;
}

.CRAFTBROOKLYN .glid_item>table tr {
    border-bottom: 1px solid block;
}
.CRAFTBROOKLYN .shape_giza:before{
    background-image: linear-gradient(135deg, #4d4d4d 25%, transparent 25%), linear-gradient(225deg, #4d4d4d 25%, transparent 25%);
}
.CRAFTBROOKLYN section.estate_concept {
    background: #4d4d4d;
    color: #FFF;
}


.CRAFTBROOKLYN .estate_waku .pan{
    background-color: #4d4d4d;
}
.CRAFTBROOKLYN .pan_nav a,.CRAFTBROOKLYN .pan_nav a:after,.CRAFTBROOKLYN .pan_nav li{
    color:#FFF!important;
}
.CRAFTBROOKLYN section.estate_openhouse {
    background-color:#4d4d4d;
    color: #FFF;
}
.CRAFTBROOKLYN section.estate_roomplan{
    background-color: black;
    color: #FFF;
}
.CRAFTBROOKLYN section.estate_landplan{
    background-color: #FFF;
}
.CRAFTBROOKLYN section.estate_location{
    background-color: #4d4d4d;
    color: #FFF;
}
.CRAFTBROOKLYN section.estate_outline {
    background-color: #e6e6e6;
}
.CRAFTBROOKLYN section.estate_inquiry {
    background-color: #e6e6e6;
}
.CRAFTBROOKLYN section.estate_roomplan::before {
    background-image: url(/img/estate/cb/roomplan_sideimg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

/******* BASIC BROOKLYN ***********/

.BASICBROOKLYN  .estate_main_text::before{
    background-image: url(/img/estate/bb/mv_bukken_obj01.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.BASICBROOKLYN  .page_mv.estate_shosai{
    background-image: url(/img/estate/bb/main_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.BASICBROOKLYN  .estate_waku::before{
    background-image: url(/img/estate/bb/mv_bukken_obj.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 482px;
    height: 277px;
    left: 54%;
    top: -230px;
}


.BASICBROOKLYN  .estate_concept_text h2::before{
    background-image: url(/img/estate/bb/bukken_ttl_concept.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 216px;
    height: 86px;
}

.BASICBROOKLYN  .estate_concept_text::after {
    background-image: url(/img/estate/bb/concept_sideimg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.BASICBROOKLYN  .estate_concept_block ul>li:nth-child(1)::before{
    content: "";
    display: block;
    background-image: url(/img/estate/bb/bukken_point01.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.BASICBROOKLYN  .estate_concept_block ul>li:nth-child(2)::before{
    content: "";
    display: block;
    background-image: url(/img/estate/bb/bukken_point02.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.BASICBROOKLYN  .estate_concept_block ul>li:nth-child(3)::before{
    content: "";
    display: block;
    background-image: url(/img/estate/bb/bukken_point03.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.BASICBROOKLYN  section.estate_landplan::before{
    background-image: url(/img/estate/bb/bukken_obj_landplan.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 313px;
    height: 207px;

    top: -70px;
    left: 7%;
}

.BASICBROOKLYN .estate_open_txt h3::before{
    background-image: url(/img/estate/bb/bukken_ttl_openhouse.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 283px;
    height: 86px;
}
.BASICBROOKLYN .estate_open_txt p {
    color: #c8bb9b;
}
.BASICBROOKLYN .estate_open_date>li:before{
    background-color: #c8bb9b;
}

.BASICBROOKLYN  .estate_roomplan_text::before{
    background-image: url(/img/estate/bb/bukken_obj_roomplan_lt.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 142px;
    height: 300px;
    bottom: -100px;
    left: -10%;
}
.BASICBROOKLYN  .estate_roomplan_text::after {
    background-image: url(/img/estate/bb/bukken_obj_roomplan_rt.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 182px;
    height: 154px;
    bottom: -230px;
    right: -30px;
}

.BASICBROOKLYN  .estate_roomplan_text h2::before {
    background-image: url(/img/estate/bb/bukken_ttl_roomplan.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 334px;
    height: 100px;
}


.BASICBROOKLYN  .estate_roomplan_room_waku::before{
    background-image: url(/img/estate/bb/bukken_obj_roomplan_lb.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 79px;
    height: 215px;
    bottom: 20px;
    left: -2%;
}
.BASICBROOKLYN  .estate_roomplan_room_waku::after{
    background-image: url(/img/estate/bb/bukken_obj_roomplan_rb.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 233px;
    height: 207px;
    bottom: -160px;
    right: -200px;
}

.BASICBROOKLYN  .estate_access_block h2::before{
    background-image: url(/img/estate/bb/bukken_ttl_access.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 178px;
    height: 95px;
}



.BASICBROOKLYN  .estate_landplan_block h2::before{
    background-image: url(/img/estate/bb/bukken_ttl_landplan.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 246px;
    height: 97px;
}

.BASICBROOKLYN  .estate_location_block h2::before{
    background-image: url(/img/estate/bb/bukken_ttl_location.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 218px;
    height: 97px;
}

.BASICBROOKLYN  .estate_outline_block h2::before{
    background-image: url(/img/estate/bb/bukken_ttl_outline.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 227px;
    height: 100px;
}

.BASICBROOKLYN  .glid_item h3 {
    background-color: black;
    padding: 10px 10px;
}

.BASICBROOKLYN  .glid_item>table tr {
    border-bottom: 1px solid white;
}
.BASICBROOKLYN  .shape_giza:before{
    background-image: linear-gradient(135deg, #cacaca 25%, transparent 25%), linear-gradient(225deg, #cacaca 25%, transparent 25%);
}

.estate_shosai.BASICBROOKLYN{
    background: repeating-linear-gradient(135deg, #ccc, #ccc 30px, #CECECE 0, #CECECE 60px);
}
.BASICBROOKLYN  section.estate_concept {
    background-color: unset;
}


.BASICBROOKLYN  .estate_waku .pan{
    background-color: unset;
}
.BASICBROOKLYN  .pan_nav a,.BASICBROOKLYN  .pan_nav a:after,.BASICBROOKLYN  .pan_nav li{
    color:#000;
}
.BASICBROOKLYN  section.estate_openhouse {
    background-color:#4d4d4d;
    color: #FFF;
}
.BASICBROOKLYN  section.estate_roomplan{
    background-color:  unset;
}
.BASICBROOKLYN  section.estate_landplan{
    background-color: #FFF;
}
.BASICBROOKLYN  section.estate_access{
    background-color: #FFF;
}
.BASICBROOKLYN  section.estate_location{
    background-color:  unset;
}
.BASICBROOKLYN  section.estate_outline {
    background-color: #FFF;
}
.BASICBROOKLYN  section.estate_inquiry {
    background-color: #FFF;
}
.BASICBROOKLYN  section.estate_roomplan::before {
    background-image: url(/img/estate/bb/roomplan_sideimg.png);
    background-size: cover;
    background-repeat: no-repeat;
}






/******* BASIC NATURAL ***********/

.BASICNATURAL  .estate_main_text::before{
    background-image: url(/img/estate/bn/mv_bukken_obj01.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.BASICNATURAL  .page_mv.estate_shosai{
    background-image: url(/img/estate/bn/main_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.BASICNATURAL  .estate_waku::before{
    background-image: url(/img/estate/bn/mv_bukken_obj.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 482px;
    height: 277px;
    left: 54%;
    top: -230px;
}


.BASICNATURAL  .estate_concept_text h2::before{
    background-image: url(/img/estate/bn/bukken_ttl_concept.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 205px;
    height: 96px;
}

.BASICNATURAL  .estate_concept_text::after {
    background-image: url(/img/estate/bn/concept_sideimg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.BASICNATURAL  .estate_concept_block ul>li:nth-child(1)::before{
    content: "";
    display: block;
    background-image: url(/img/estate/bn/bukken_point01.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.BASICNATURAL  .estate_concept_block ul>li:nth-child(2)::before{
    content: "";
    display: block;
    background-image: url(/img/estate/bn/bukken_point02.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.BASICNATURAL  .estate_concept_block ul>li:nth-child(3)::before{
    content: "";
    display: block;
    background-image: url(/img/estate/bn/bukken_point03.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.BASICNATURAL  section.estate_landplan{
    background: repeating-linear-gradient(90deg, #eef3d1, #eef3d1 5px, #eaedd8 0, #eaedd8 10px);
}
.BASICNATURAL  section.estate_landplan::before{
    background-image: url(/img/estate/bn/bukken_obj_landplan.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 352px;
    height: 236px;
    top: -70px;
    left: 7%;
}

.BASICNATURAL .estate_open_txt h3::before{
    background-image: url(/img/estate/bn/bukken_ttl_openhouse.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 352px;
    height: 96px;
}
.BASICNATURAL .estate_open_txt p {
    color: #638c0a;
}
.BASICNATURAL .estate_open_date>li:before{
    background-color: #638c0a;
}

.BASICNATURAL  .estate_roomplan_text::before{
    background-image: url(/img/estate/bn/bukken_obj_roomplan_lt.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 263px;
    height: 206px;
    bottom: -40px;
    left: 0%;
}
.BASICNATURAL  .estate_roomplan_text::after {
    background-image: url(/img/estate/bn/bukken_obj_roomplan_rt.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 238px;
    height: 142px;
    bottom: -230px;
    right: -40px;
}

.BASICNATURAL  .estate_roomplan_text h2::before {
    background-image: url(/img/estate/bn/bukken_ttl_roomplan.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 262px;
    height: 97px;
}


.BASICNATURAL  .estate_roomplan_room_waku::before{
    background-image: url(/img/estate/bn/bukken_obj_roomplan_lb.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 199px;
    height: 104px;
    bottom: 20px;
    left: 0%;
}
.BASICNATURAL  .estate_roomplan_room_waku::after{
    background-image: url(/img/estate/bn/bukken_obj_roomplan_rb.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 126px;
    height: 182px;
    bottom: -40px;
    right: -20px;
}

.BASICNATURAL  .estate_access_block h2::before{
    background-image: url(/img/estate/bn/bukken_ttl_access.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 181px;
    height: 106px;
}



.BASICNATURAL  .estate_landplan_block h2::before{
    background-image: url(/img/estate/bn/bukken_ttl_landplan.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 238px;
    height: 108px;
}

.BASICNATURAL  .estate_location_block h2::before{
    background-image: url(/img/estate/bn/bukken_ttl_location.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 205px;
    height: 107px;
}

.BASICNATURAL  .estate_outline_block h2::before{
    background-image: url(/img/estate/bn/bukken_ttl_outline.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    width: 173px;
    height: 107px;
}

.BASICNATURAL  .glid_item h3 {
    background-color: #638c0a;
    padding: 10px 10px;
}

.BASICNATURAL  .glid_item>table tr {
    border-bottom: 1px solid white;
}
.BASICNATURAL  .shape_giza:before{
    background-image: linear-gradient(135deg, #fff 25%, transparent 25%), linear-gradient(225deg, #fff 25%, transparent 25%);
}

.BASICNATURAL  section.estate_concept {
    background-color: unset;
}


.BASICNATURAL  .estate_waku .pan{
    background-color: unset;
}
.BASICNATURAL  .pan_nav a,.BASICNATURAL  .pan_nav a:after,.BASICNATURAL  .pan_nav li{
    color:#000;
}
.BASICNATURAL  section.estate_openhouse {
    background-color:#ceb280;
    color: #FFF;
}
.BASICNATURAL  section.estate_roomplan{
    background-color:  unset;
}
.BASICNATURAL  section.estate_landplan{
    background-color: #FFF;
}
.BASICNATURAL  section.estate_access{
    background: repeating-linear-gradient(90deg, #eef3d1, #eef3d1 5px, #eaedd8 0, #eaedd8 10px);
}
.BASICNATURAL  section.estate_location{
    background-color:  unset;
}
.BASICNATURAL  section.estate_outline {
    background: repeating-linear-gradient(90deg, #eef3d1, #eef3d1 5px, #eaedd8 0, #eaedd8 10px);
}
.BASICNATURAL  section.estate_inquiry {
    background: repeating-linear-gradient(90deg, #eef3d1, #eef3d1 5px, #eaedd8 0, #eaedd8 10px);
}
.BASICNATURAL  section.estate_roomplan::before {
    background-image: url(/img/estate/bn/roomplan_sideimg.png);
    background-size: cover;
    background-repeat: no-repeat;
}


/*==================================================
スライダーのためのcss
===================================*/

.wrapper{
  position: relative;
}
.slider {
    position:relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

.slider-item01 {
    background:url(https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/6-1-1/img/img_01.jpg);
}

.slider-item02 {
    background:url(https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/6-1-1/img/img_02.jpg);
}

.slider-item03 {
    background:url(https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/6-1-1/img/img_03.jpg);
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
  z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  position: relative;
  z-index: 3;
    text-align:center;
  margin:-50px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:20px;/*ドットボタンのサイズ*/
    height:20px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#CCC;/*ドットボタンの色*/
}
.slick-dots button{
    background:#CCC;/*ドットボタンの現在地表示の色*/
        color: #FFF!important;
        font-size: 14px!important;
}
.slick-dots .slick-active button{
    background:#263b62!important;/*ドットボタンの現在地表示の色*/
}



/***************************************
estate　詳細 END
***************************************/

/* estate end*/




/* catalog start*/
.page_mv.catalog {
    background: url(../img/mv_catalog.jpg) no-repeat;
    background-size: cover;
}
/* catalog end*/



.grouppaging {
    padding: 30px 0 50px 0;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.grouppaging>li{
    margin: auto 4px;
}
.grouppaging>li.current>span{
    font-size: 14px;
    font-weight: bold;
    background: #efefef;
    border: 1px solid #999;
    border-radius: 54px;
    line-height: 50px;
    text-align: center;
    display: block;
    width: 50px;
    height: 50px;
}
.grouppaging>li>a{
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #999;
    border-radius: 54px;
    line-height: 50px;
    text-align: center;
    display: block;
    width: 50px;
    height: 50px;
}

.grouppaging span,
.grouppaging a {
 font-weight: normal;
}


.form_fin_txt{
	text-align: center;
	margin: 5em;
	font-size: 18px;
	line-height: 2em;
}

.notfound_wrap{
        width: 1000px;
        margin: 5em auto;
        text-align: center;
}

.notfound_wrap h2{
        font-size: 60px;
        line-height: 3em;
}

.notfound_wrap h3{
        font-size: 34px;
        line-height: 3em;

}

.notfound_wrap p{
        font-size: 16px;
        line-height: 2em;
}

.page_mv.notfound {
        background: url(../img/mv_notfound.jpg) no-repeat;
        background-size: cover;
}


/* case start*/
.page_mv.case {
    background: url(../img/mv_openhouse.jpg) no-repeat;
    background-size: cover;
}
.case .page_mv_copy img{
    width: fit-content;
    margin: auto;
    display: block;
}
/*-----------------------------------------------
	case build list
-----------------------------------------------*/
.build_list {}

.build_list ul {
 display: flex;
 justify-content: flex-start;
 flex-wrap: wrap;
}

.build_list ul li {
 width: 32%;
 margin-bottom: 6%;
 margin-right: 2%;
}

.build_list ul li:nth-child(3n) {
 margin-right: 0;
}

.build_list ul li a {
 display: block;
}

.build_list ul li a img {
	width: 100%;
	height: 210px;
	max-height: 210px;
	object-fit: cover;
}

.build_list ul li a h3 {
	overflow: hidden;
        display: -webkit-box;
        margin: 15px 0 10px;
        max-height: 64px;
        line-height: 2em;
        font-size: 16px;
        /* font-weight: 500; */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-weight: bold;
        padding: 0 5px;
        height: 4em;
}

.build_list ul li a p {
	overflow: hidden;
        display: -webkit-box;
        margin: 0;
        max-height: 90px;
        font-size: 14px;
        color: #333;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        padding: 0 5px;
        height: 90px;
}

.build_li_more {
 width: 200px;
 margin: 0 auto;
 color: #fff;
 text-align: center;
 font-size: 15px;
 padding: 15px 0;
 background-color: #231815;
 margin-top: 36px;
}

.build_list ul li a:hover .build_li_more {
 background-color: #6D4A41;
}




/*-----------------------------------------------
	build detail
-----------------------------------------------*/

.cms_back {}

.build_result_ma {}

.build_detail_tl {
 margin-top: 30px;
 margin-bottom: 70px;
 border-top: 1px solid #000;
 border-bottom: 1px solid #000;
 padding-top: 55px;
 padding-bottom: 55px;
 line-height: 55px;
 letter-spacing: 5px;
 font-size: 34px;
 font-weight: bold;
 text-align: center;
}

.build_detail_tl span {
 display: block;
 margin-top: 30px;
 font-size: 20px;
 font-weight: normal;
}

.bu_de_img {
 text-align: center;
}

.bu_de_img a img {
 max-width: 950px !important;
}

.bu_de_free {
 margin: 60px 0;
 font-size: 18px;
 line-height: 27px;
}

.bu_de_gallery ul {
 display: flex;
 justify-content: flex-start;
 flex-wrap: wrap;
}

.bu_de_gallery ul li {
 width: 32%;
 margin-right: 2%;
 margin-bottom: 2%;
}
.bu_de_gallery ul li img {
	width: 100% !important;
	height:290px !important;
	object-fit: cover;
}

.bu_de_gallery ul li p {
 font-size: 15px;
 font-weight: 500;
 text-align: left;
 padding: 5px 0;
}

.bu_de_gallery ul li:first-child {
 background-color: #F6F2ED;
 font-size: 22px;
 font-weight: bold;
 text-align: center;
 padding: 120px 0;
 color: #6c3524;
 height: 290px;
 box-sizing: border-box;
}

.bu_de_gallery ul li:first-child span {
 font-size: 12px;
 display: block;
 margin-bottom: 8px;
}

.bu_de_gallery ul li:nth-child(3n) {
 margin-right: 0;
}

.bu_de_gallery ul li a {}

.bu_de_gallery ul li a img {
 width: 320px !important;
 height: 290px !important;
 object-fit: cover;
}

.build_form {
 background-color: #F5EAD9;
 overflow: hidden;
 padding: 30px 0;
}

.build_form p {
 font-size: 18px;
 text-align: center;
 margin: 0 0 10px !important;
 font-weight: bold;
 letter-spacing: 1px;
}

.build_form a {
 border-radius: 2px;
 font-size: 22px;
 color: #fff !important;
 letter-spacing: 2px;
 padding: 20px 20px;
 border-radius: 2px;
 background-color: #be3203;
 font-weight: bold;
 width: 400px;
 margin: 0 auto;
 display: block;
}

.build_form a i {
 margin: 0 35px;
}

.build_form a:hover {
 background-color: #dc3b05;
 color: #fff;
}

.bu_sho_list {
 margin-top: 30px;
}

.bu_sho_list_tl {
 font-size: 23px;
 font-weight: bold;
 border-top: 1px solid #000;
 border-bottom: 1px solid #000;
 padding: 30px 0;
 margin-bottom: 15px;
 text-align: center;
}

.bu_sho_list iframe {
 width: 100%;
 height: 370px;
}

.b_jirei_box_wrap {
 display: flex;
 justify-content: space-between;
 width: 1000px;
}

.b_jirei_box {
 width: 235px;
 font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.b_ji_img {
 text-align: center;
}

.b_jirei_box img {
 width: auto;
 height: 175px;
}

.b_jirei_box .b_ji_name {
 font-size: 16px;
 font-weight: bold;
 margin: 10px 0;
 letter-spacing: 1px;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
 height: 48px;
}

.b_jirei_box .b_ji_syosai {
 font-size: 15px;
 font-weight: 500;
 letter-spacing: 1px;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
 margin-bottom: 10px;
}

.b_jirei_box .b_ji_more {
 width: 235px;
 position: relative;
 display: block;
 background-color: #FFF;
 padding: 10px 0;
 text-indent: 15px;
 font-size: 14px;
 font-weight: bold;
 letter-spacing: 1px;
 border-bottom: 3px solid #231815;
 color: #000;
 text-decoration: none;
}

.b_jirei_box a {
 display: block;
 color: #000;
 text-decoration: none;
}

.b_jirei_box a .b_ji_more::before {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 content: '';
 background-color: #231815;
 transform-origin: right top;
 transform: scale(0, 1);
 transition: transform .3s;
 border-bottom: 3px solid #231815;
}

.b_jirei_box .b_ji_more span {
 background: url(/img/t_case_kiji.png)no-repeat 95% center;
 font-size: 18px;
 font-weight: bold;
 letter-spacing: 2px;
 position: relative;
 z-index: 1;
 display: block;
}

.b_jirei_box a:hover .b_ji_more span {
 color: #fff;
 background: url(/img/t_case_kiji_on.png)no-repeat 95% center;
}

.b_jirei_box a:hover .b_ji_more::before {
 transform-origin: left top;
 transform: scale(1, 1);
}


.vo_de_tag{}
.vo_de_tag_li{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 3em auto;
}
.vo_de_tag_li label{
        width: fit-content;
        display: block;
        margin: 4px;
}
.vo_de_tag_li label>a{
        display: block;
        line-height: 2.5em;
        border: solid 1px #CCC;
        border-radius: 5px;
        padding: 0 1em;
        background-color: #fff;
}


.staff_select{
        margin: 25px auto;
}
.staff_select iframe{
	width: 100%;
        height: 315px;
        border: 1px solid #CCC;
}

.event_tex_box>p{
	display: inline-flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	line-height: 38px;
}
.event_tex_box>p>img{
	width: fit-content;
	height: fit-content;
	margin: 0.5em 0.5em 0.5em auto;
}



.ouchicafe .fl_list.flexstart {
	justify-content: flex-start;
}

.ouchicafe .event_tex_box>h3{line-height: 2.5em;}
.ouchicafe .event_tex_box>p {
	width: 100%;
        line-height: 1.7em;
	color: #4f79a1;
}
.ouchicafe .event_tex_box>p>img {
	width: auto;
	height: 1.1em;
	margin: 0.2em;
	filter: brightness(0) saturate(100%) invert(45%) sepia(33%) saturate(522%) hue-rotate(168deg) brightness(93%) contrast(101%);
}

.ouchicafe .photo_frame img {
	aspect-ratio: 1 / 0.7;
	object-position: center;
}
