@charset "utf-8";

/*************************************************/ 

/*　メインカラーを置換してください      */
/*　color:#FF9900;　  */


/*************************************************/ 
.smart_off{display:none;}

/* openhouse start*/
.page_mv.openhouse {
    background: url(../img/mv_openhouse.jpg) no-repeat;
    background-size: cover;
}
/* openhouse end*/


/* catalog start*/
.page_mv.catalog {
    background: url(../img/mv_catalog.jpg) no-repeat;
    background-size: cover;
}

.catalog_block>div>img{width:100%;}
/* catalog end*/


/* form start*/
.page_mv.form {
    background: url(../img/mv_form.jpg) no-repeat;
    background-size: cover;
}
/* form end*/



.inqsplit_block>ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
}
.inqsplit_block>ul>li{
    width: 100%;
    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: 100%;
    margin:26px auto;
    box-sizing: border-box;
}
.inqsplit_block>ul>li:nth-child(1)>a img{
width: 70%;
        display: block;
        margin: auto;
}

.inqsplit_block>ul>li:nth-child(2)>a{
display: block;
    width: 70%;
    box-sizing: border-box;
    padding: 10px 10px;
    margin: 35px auto;
    position: relative;
    text-align: center;
    background-color: white;
    border-radius: 6px;
    font-size: 4vw;
    line-height: 27px;
}

/* form start*/
.page_mv.form {
    background: url(../img/mv_form.jpg) no-repeat;
    background-size: cover;
}

.form h2{
font-size: 5vw;
    line-height: 2em;
    text-align: center;
}

.inquirytable{
        width: 100%;
        margin: 2em auto;
}

.inquirytable tr{
display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: 1em;
}
.inquirytable th{
padding: 10px;
        /* display: math; */
        width: 100%;
        box-sizing: border-box;
        text-align: left;
}
.inquirytable td{padding: 10px;	width: 100%;}
.inquirytable th span:not(:empty).form_required {
	background: #ff4a32;
	color: #fff;
	font-size: 3vw;
	font-weight: bold;
	padding: 0 1em;
	line-height: 2em;
	margin: 0.5em;
	width: fit-content;
}
.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: 3.5vw;
        line-height: 2em;
        padding: 0.5em;
        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{
font-size: 3vw;
    line-height: 1.5em;
}

.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: fit-content;
	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: 80%;
    margin: auto;
    border: 1px solid #CCC;
    border-radius: 10px;
    padding: 20px;
    background-color: #f5f9fc;
}
.form_item h3{
    color: #333333;
    font-size: 4vw;
    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: 5.5vw;
    line-height: 1.5em;
    border-bottom: 2px solid;
    width: fit-content;
    margin: 3em 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: 3.5vw;
    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: wrap;
    justify-content: space-between;
    margin: 0em auto;
    padding: 3em 0;
    border-bottom: 1px solid #000;
}
.openhouse_list>a>ul>li{
    width: 100%;
}
.openhouse_list>a>ul>li img{
    width: 80%;
    margin: 0em auto;
    display: block;
}
.openhouse_list>a>ul>li.openhouse_list_txt{
    width: 100%;
}
.openhouse_list_txt h3{
    position: relative;
    font-size: 5vw;
    line-height: 1.5em;
}
.openhouse_list_txt p{
    font-size: 3.5vw;
    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: 3vw;
    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: 4vw;
    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_shosai_block .estate_open_catch{
    font-size: 4.5vw;
    line-height: 1.5em;
    margin: 2em auto;
}




/***************************************
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: 48%;
        margin: 1em auto;
        min-height: 24em;
}

.estate_list .estate_tag>ul>li {
        font-size: 3vw;
        padding: 0.5em;
        margin-bottom: 0.5em;
}

/***************************************
estate　一覧 END
***************************************/


/***************************************
estate　詳細 START
***************************************/
.page_mv.estate_shosai{
    height: auto;
    min-height: 800px;
    max-height: 970px;
	padding-bottom: 15vh;
}
.page_mv.estate_shosai.shape_giza:before{
    z-index: 0;
}
.estate_shosai{}
.estate_shosai img{
	max-width: 100%;
	max-height: 30em;
	margin: auto;
	display: block;
}
.es_inner{
    width: 90%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}
.estate_main{
        width: 85%;
        max-width: 1040px;
        padding-top: 150px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
}
.estate_main_img{
    width: 94%;
}
.estate_main_img img{
    object-fit: cover;
    width: 450px;
    height: 450px;
    filter: drop-shadow(20px 20px 0 #000);
}
.estate_main_text{
    width: 100%;
    color: #fff;
    padding-top: 3em;
    position: relative;
}
.estate_main_text::before{
        /*content: "";*/
        display: block;
        width: 180px;
        height: 84px;
        position: absolute;
        bottom: -84px;
        left: -6%;
        z-index: 1;
}

.estate_main_workslink{
        width: 80%;
        display: block;
        margin: 2vh auto 5vh auto;
}
.estate_main_workslink span{
	display: block;
        font-size: 3vw;
        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: 4vw;
	font-weight: bold;
	line-height: 2.5em;
}



.main_address{
    font-size: 4vw;
    font-weight: bold;
    line-height: 1em;
}
.main_title{
    font-size: 7vw;
    line-height: 2em;
}

.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: 3.5vw;}
.estate_grade>ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1em auto;
}
.estate_grade>ul>li{
        font-size: 3vw;
        display: block;
        width: 46%;
        margin-bottom: 2px;
        padding: 0.5em;
        text-align: center;
    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-top: 1em;
        padding-top: 0.5em;
        font-size: 3.5vw;
        line-height: 1.7em;
        font-weight: normal;
        letter-spacing: 1px;
}
.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;
        top: -1em;
        font-size: 3vw;
}
.estate_price>ul>li.price_tochi{}
.estate_price>ul>li.price_tochi:before{
        content: "土地価格";
        display: block;
        position: absolute;
        top: -1em;
        font-size: 3vw;
}
.estate_price>ul>li.price_menseki{font-size: 3vw;}
.estate_price>ul>li.price_menseki:before{
        content: "面積";
        display: block;
        position: absolute;
        top: -1em;
        font-size: 3vw;
}
.estate_price>ul>li.price_koutu{font-size: 3vw;}
.estate_price>ul>li.price_koutu:before{
        content: "交通";
        display: block;
        position: absolute;
        top: -1em;
        font-size: 3vw;
}



/*詳細の場合*/
.estate_shosai .estate_price>ul>li{
        position: relative;
        margin-top: 1em;
        padding-top: 0.5em;
        font-size: 5.5vw;
        line-height: 1.7em;
        font-weight: bold;
        letter-spacing: 1px;
}
.estate_shosai .estate_price>ul>li.price_tochi:before{
        top: -1em;
        font-size: 3vw;
}
.estate_shosai .estate_price>ul>li.price_set:before{
        top: -1em;
        font-size: 3vw;
}


.estate_waku::before{
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
}


.estate_waku .pan{
    padding: 1em 0;
}

section.estate_concept{
}
.estate_concept_block{
        padding-top: 1em;
        padding-bottom: 3em;
}

.estate_concept_text{
        padding-top: 11em;
        width: 100%;
        padding-bottom: 1em;
}
.estate_concept_text h2{
    font-size: 5vw;
    line-height: 1.7em;
    margin: 0.5em auto;
    position: relative;
}
.estate_concept_text h2::before{
    content: "";
    display: block;
    position: absolute;
    top: -4em;
    left: 0px;
    background-position: right center;
}
.estate_concept_text p{
}
.estate_concept_text::after {
        content: "";
        display: block;
        width: 50%;
        height: 60vh;
        max-height: 420px;
        position: absolute;
        top: -4em;
        right: 0px;
        z-index: 1;
        background-position: right center;
}

.estate_concept_block ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2em auto;
}
.estate_concept_block ul>li{
        position: relative;
        width: 100%;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin:0 auto 3em auto;
}
.estate_concept_block ul>li img{
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	width: 40% !important;
	display: block;
	margin: 0;
	max-height: 14em;
        height: 130px !important;
	object-fit: cover;
}
.estate_concept_block ul>li div{ width: 58% !important;}
.estate_concept_block ul>li h3{
        font-size: 4vw;
        text-align: left;
        line-height: 1.7em;
        /* margin: auto; */
        width: fit-content;
}
.estate_concept_block ul>li p{
        width: 100%;
        font-size: 3.2vw;
        line-height: 1.5em;
}
.estate_concept_block ul>li::before{
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        left: 20%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        z-index: 10;
}

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: 4.5vw;
        text-align: center;
        width: 90%;
        line-height: 1.7em;
        margin: 0.5em auto;
        padding-top: 100px;
        position: relative;
}

.estate_landplan_block p{
    width: 90%;
    margin: 0.5em auto 2em auto;
}
section.estate_openhouse {
}

.estate_openhouse_block{
    padding: 100px 0;
}
.estate_open_main{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.estate_open_img{
    width: 100%;
}
.estate_open_txt{
    width: 100%;
}
.estate_open_txt h3{
    position: relative;
    padding-top: 120px;
    margin-top: 20px;
    font-size: 5vw;
    line-height: 1.5em;
}
.estate_open_txt p{
    font-size: 4vw;
    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: 4vw;
    line-height: 2.5em;
    padding-left: 2em;
    position: relative;
}
.estate_open_date>li:before{
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0.5em;
    top: 0.6em;
}
.estate_open_date>li:nth-child(1)::before{
background-image: url(/img/cal_icon.png);
        background-size: auto;
        background-repeat: no-repeat;
}
.estate_open_date>li:nth-child(2)::before{
background-image: url(/img/crock_icon.png);
        background-size: auto;
        background-repeat: no-repeat;
}
.estate_open_date>li:nth-child(3)::before{
background-image: url(/img/crock_icon.png);
        background-size: auto;
        background-repeat: no-repeat;
}


.estate_open_date>li>i{
    color: #0bb3ea;
}
.estate_open_gallery{
    margin: 2em auto 2em auto;
}
.estate_open_gallery h3,.estate_open_vr h3,.estate_open_map h3{
    text-align: center;
    margin: 0.5em 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: 3.5vw;
    display: block;
}

.estate_open_gallery ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.estate_open_gallery ul li{
width: 48%;
    margin: 0 0 1em 0;
    display: block;
}
.estate_open_gallery ul li img{
    width: 100% !important;
    height: 12emx !important;
    max-height: unset !important;
    margin: auto;
    object-fit: cover;
    display: block;
}
.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.2em 0.5em;
    border-radius: 40px;
    /* width: 50px; */
}

/*.slick-prev {    left: 0px!important;}*/
.estate_open_vr{
}
section.estate_roomplan{
    position: relative;
    padding: 120px 0 80px 0;
}
section.estate_roomplan::before {
content: "";
        display: block;
        width: 75%;
        height: 11em;
        max-width: 1000px;
        position: absolute;
        top: 3em;
        left: 0px;
        z-index: 1;
        background-position: right center;
}
.estate_roomplan_block{
}
.estate_roomplan_text{
	padding-top: 13em;
	width: 100%;
	padding-bottom: 2em;
	position: relative;
	z-index: 5;
}
.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: 5vw;
        line-height: 1.7em;
        margin: 0.5em auto;
        position: relative;
}
.estate_roomplan_text h2::before{
    content: "";
    display: block;
    position: absolute;
    top: -4em;
    left: 0px;
    background-position: right center;
}
.estate_roomplan_text p{
}

.estate_roomplan_room{
    width: 100%;
    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: 100%;
        height: 800px;
    margin: auto;
}
.estate_roomplan_room ul{
	height: fit-content;
	margin: 0;
	padding: 0;
}
.estate_roomplan_room ul li.slider-item{
    /*background-color: #FFF;*/
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    min-height: 500px;
}


.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;
}


.estate_roomplan_room ul li.slider-item>p {
    font-size: 4vw;
    font-weight: bold;
    line-height: 2em;
    margin: 0;
}
.estate_roomplan_room ul li.slider-item div>p span{
    font-size: 5.5vw;
    position: relative;
    left: 47%;
}

/*
.estate_roomplan_room ul li.slider-item>p span:empty{
	display:none;
}
.estate_roomplan_room ul li.slider-item>p span.menseki::before{
    content: "土地面積";
    display: block;
        position: absolute;
        bottom: 0px;
        left: -5em;
        font-size: 3vw;
}

.estate_roomplan_room ul li.slider-item>p span.senyu_menseki::before{
    content: "延床面積";
    display: block;
        position: absolute;
        bottom: 0px;
        left: -5em;
        font-size: 3vw;
}
*/
.mensekiblock {
	width: fit-content;
	padding: 0 6em;
	margin: auto;
	text-align: left;
}
.estate_roomplan_room .slick-prev {
	left: -4% !important;
}

.estate_roomplan_room .slick-next {
	right: 1%!important;
}

.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_roomplan_room ul li.slider-item div>p span.senyu_menseki_uchiwake{
    font-size: 3vw;
    display: block;
}
.estate_plan_img{
    width: 90%;
    margin: 20px auto;
}
.estate_plan_img img{
	width: auto;
	max-width: 100%;
	max-height: 300px;
	display: block;
	margin: auto;
}
.estate_plan_tag{
    font-size: 4vw;
    width: fit-content;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    line-height: 2.5em;
}
.estate_plan_tag span{
    display: block;
    width: fit-content;
    padding: 0 2em;
    color: #FFF;
    background-color: #263b62;
    margin-right: 0.5em;
}

.estate_plan_title{
    font-size: 3.5vw;
    margin: 1em auto;
}
.estate_plan_kakaku{
    display: block;
    width: fit-content;
    margin: auto;
    font-size: 11vw;
    line-height: 1.3em;
    font-weight: bold;
    text-align: justify;
}
.estate_plan_kakaku span{
    display: block;
    width: fit-content;
    font-size: 4vw;
    line-height: 1.3em;
    font-weight: bold;
    float: left;
    padding: 1em 0.5em;
    margin-right: 2em;
}
.estate_plan_kakaku span br{
    display: none;
}
.estate_plan_txt{
    width: auto;
    margin: auto;
    clear: both;
    font-size: 4vw;
}

section.estate_genchi{
	position: relative;
	padding: 0px 0 30px 0;
}
.estate_genchi_block{
        width: 96%;
        overflow: scroll;
}
.estate_genchi_block>ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: fit-content;
        width: 90%;
        margin: auto;
}
.estate_genchi_block>ul>li{
        display: block;
        padding: 0;
        margin: 0 0 2em 0;
        width: 100%;
}
.estate_genchi_block>ul>li img{
	max-width: 100%;
	width: 100%!important;
	height: 230px!important;
	object-fit: cover;
}


section.estate_access{
    padding: 5em 0 4em 0;
}
.estate_access_block div[id^="map_canvas"]{
    display: block;
    height: 500px;
    width: 1080px;
}

.estate_access_block h2{
    font-size: 5vw;
    text-align: center;
    width: 80%;
    line-height: 1.7em;
    margin: 0.5em auto;
    padding-top: 13vh;
    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: 100%;
    margin: 0.5em auto 1em auto;
}


section.estate_location{
    position: relative;
    padding:  5em 0 4em 0;
}
.estate_location_block{
}
.estate_location_block h2{
    font-size: 5vw;
    text-align: center;
    width: 100%;
    line-height: 1.7em;
    margin: 0.5em auto;
    padding-top: 13vh;
    position: relative;
}

.estate_location_block>p{
    width: 100%;
    margin: 0.5em auto 2em auto;
}
.estate_location_block>ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2em;
}
.estate_location_block>ul>li{
    width: 48%;
    display: block;
    margin-bottom: 2em;
}
.estate_location_block>ul>li img{
	max-width: 100%;
	max-height: 220px;
	width: 100%!important;
	height: 8em!important;
	object-fit: cover;
}
.estate_location_block>ul>li p{font-size: 3.5vw;}
.estate_location_date{

}
.location_date_grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.glid_item{ width: 100%;}
.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: 5em;
}
.estate_outline_block{
}
.estate_outline_block h2{
    font-size: 5vw;
    text-align: center;
    width: 80%;
    line-height: 1.7em;
    margin: 0.5em auto;
    padding-top: 13vh;
    position: relative;
}

.estate_outline_block p{
    width: 80%;
    margin: 0.5em auto 0em auto;
    padding-bottom: 1em;
}
.estate_outline_date{
}
.estate_outline_date>table{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3em;
    width: 100%;
}
.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 0px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.estate_outline_date>table tr th{ 
        width: 30%;
        text-align: center;
        font-size: 3vw;
        line-height: 1.5em;
}
.estate_outline_date>table tr td{
        width: 68%;
        text-align: left;
        font-size: 3.2vw;
        line-height: 1.5em;
}
.estate_outline_date>p{
    width: 100%;
    font-size: 12px;
    line-height: 1.5em;
}
section.estate_inquiry {
    padding-bottom: 6em;
}
.estate_inquiry_block{
    width: 80%;
    margin: auto;
}

.estate_inquiry_block ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px auto;
    padding: 40px 0 10px 0;
}

.estate_inquiry_block ul li{
width: 100%;
        margin-bottom: 1em;
}
.estate_inquiry_block img{
    max-width: 80%;
    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_concept_subtext{
	width: 90%;
	margin: 2em auto 4em auto;
	display: block;
	padding-bottom: 2em;
}

.estate_concept_subtext_in{
    display: block;
    width: 100%;
    margin: auto;
		line-height: 2em;
	h3{
		margin: auto;
		font-size: 4vw;

	}
	p{
	        margin: auto auto 2em auto;
	        font-size: 3.5vw;
	}
}



.estate_landplan_block{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	h2{
		width: 100%;
		margin-bottom: 2em;
	}

}





.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: 49%;
	height: 15vh;
	right: 0px;
	top: -14vh;
}


.CRAFTNATURAL .estate_concept_text h2::before{
    background-image: url(/img/estate/cn/bukken_ttl_concept.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
        width: 50%;
        height: 5vh;
}

.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:  contain;
    background-repeat: no-repeat;
        width: 30%;
        height: -webkit-fill-available;
        top: -1em;
        left: -25px;
}


.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: contain;
        background-repeat: no-repeat;
        background-position: top center;
        width: -webkit-fill-available;
        max-width: 40%;
        height: -webkit-fill-available;
        max-height: 16em;
        display: block;
        top: 0em;
        right: 1%;
}
.CRAFTNATURAL .estate_roomplan_text::after {
    background-image: url(/img/estate/cn/bukken_obj_roomplan_rt.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom center;
        width: -webkit-fill-available;
        max-width: 30%;
        height: -webkit-fill-available;
        max-height: 16em;
        bottom: -2em;
        right: 1%;
}

.CRAFTNATURAL .estate_roomplan_text h2::before {
    background-image: url(/img/estate/cn/bukken_ttl_roomplan.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
        width: -webkit-fill-available;
        height: 8vh;
}


.CRAFTNATURAL .estate_roomplan_room_waku::before{
    background-image: url(/img/estate/cn/bukken_obj_roomplan_lb.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom left;
        width: 30%;
        height: -webkit-fill-available;
        bottom: -2em;
        left: -2%;
}
.CRAFTNATURAL .estate_roomplan_room_waku::after{
    background-image: url(/img/estate/cn/bukken_obj_roomplan_rb.png);
background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom left;
        width: 22%;
        height: -webkit-fill-available;
        bottom: -3em;
        right: -2%;
}

.CRAFTNATURAL .estate_access_block h2::before{
    background-image: url(/img/estate/cn/bukken_ttl_access.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
        width: -webkit-fill-available;
        height: 10vh;
}



.CRAFTNATURAL .estate_landplan_block h2::before{
    background-image: url(/img/estate/cn/bukken_ttl_landplan.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
        width: -webkit-fill-available;
        height: 10vh;
}

.CRAFTNATURAL .estate_location_block h2::before{
    background-image: url(/img/estate/cn/bukken_ttl_location.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
        width: -webkit-fill-available;
        height: 10vh;
}

.CRAFTNATURAL .estate_outline_block h2::before{
    background-image: url(/img/estate/cn/bukken_ttl_outline.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
        width: -webkit-fill-available;
        height: 10vh;
}

.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: 49%;
	height: 15vh;
	right: 0px;
	top: -14vh;
}


.CRAFTBROOKLYN .estate_concept_text h2::before{
    background-image: url(/img/estate/cb/bukken_ttl_concept.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
        width: 50%;
        height: 5vh;
}

.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:  contain;
    background-repeat: no-repeat;
        width: 30%;
        height: -webkit-fill-available;
        top: -25px;
        left: 4%;
}


.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: contain;
        background-repeat: no-repeat;
        background-position: top center;
        width: -webkit-fill-available;
        max-width: 40%;
        height: -webkit-fill-available;
        max-height: 16em;
        display: block;
        top: 0em;
        right: 1%;
}
.CRAFTBROOKLYN .estate_roomplan_text::after {
/*
	background-image: url(/img/estate/cb/bukken_obj_roomplan_rt.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom center;
        width: -webkit-fill-available;
        max-width: 30%;
        height: -webkit-fill-available;
        max-height: 16em;
        bottom: -2em;
        right: 1%;
*/

}

.CRAFTBROOKLYN .estate_roomplan_text h2::before {
    background-image: url(/img/estate/cb/bukken_ttl_roomplan.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
        width: -webkit-fill-available;
        height: 8vh;
}


.CRAFTBROOKLYN .estate_roomplan_room_waku::before{
    background-image: url(/img/estate/cb/bukken_obj_roomplan_lb.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom left;
        width: 30%;
        height: -webkit-fill-available;
        bottom: -2em;
        left: -2%;
}
.CRAFTBROOKLYN .estate_roomplan_room_waku::after{
    background-image: url(/img/estate/cb/bukken_obj_roomplan_rb.png);
background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom left;
        width: 22%;
        height: -webkit-fill-available;
        bottom: -3em;
        right: -2%;
}

.CRAFTBROOKLYN .estate_access_block h2::before{
    background-image: url(/img/estate/cb/bukken_ttl_access.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
        width: -webkit-fill-available;
        height: 10vh;
}



.CRAFTBROOKLYN .estate_landplan_block h2::before{
    background-image: url(/img/estate/cb/bukken_ttl_landplan.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
        width: -webkit-fill-available;
        height: 10vh;
}

.CRAFTBROOKLYN .estate_location_block h2::before{
    background-image: url(/img/estate/cb/bukken_ttl_location.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
        width: -webkit-fill-available;
        height: 10vh;
}

.CRAFTBROOKLYN .estate_outline_block h2::before{
    background-image: url(/img/estate/cb/bukken_ttl_outline.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
        width: -webkit-fill-available;
        height: 10vh;
}

.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: 49%;
	height: 15vh;
	right: 0px;
	top: -14vh;
}


.BASICBROOKLYN  .estate_concept_text h2::before{
    background-image: url(/img/estate/bb/bukken_ttl_concept.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
        width: 50%;
        height: 5vh;
}

.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:  contain;
    background-repeat: no-repeat;
        width: 30%;
        height: -webkit-fill-available;
        top: -25px;
        left: 4%;
}

.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: contain;
        background-repeat: no-repeat;
        background-position: top center;
        width: -webkit-fill-available;
        max-width: 40%;
        height: -webkit-fill-available;
        max-height: 16em;
        display: block;
        top: 0em;
        right: 1%;
}
.BASICBROOKLYN  .estate_roomplan_text::after {
/*
    background-image: url(/img/estate/bb/bukken_obj_roomplan_rt.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom center;
        width: -webkit-fill-available;
        max-width: 30%;
        height: -webkit-fill-available;
        max-height: 16em;
        bottom: -2em;
        right: 1%;
*/
}

.BASICBROOKLYN  .estate_roomplan_text h2::before {
    background-image: url(/img/estate/bb/bukken_ttl_roomplan.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
        width: -webkit-fill-available;
        height: 8vh;
}


.BASICBROOKLYN  .estate_roomplan_room_waku::before{
    background-image: url(/img/estate/bb/bukken_obj_roomplan_lb.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom left;
        width: 30%;
        height: -webkit-fill-available;
        bottom: -2em;
        left: -2%;
}
.BASICBROOKLYN  .estate_roomplan_room_waku::after{
    background-image: url(/img/estate/bb/bukken_obj_roomplan_rb.png);
background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom left;
        width: 22%;
        height: -webkit-fill-available;
        bottom: -3em;
        right: -2%;
}

.BASICBROOKLYN  .estate_access_block h2::before{
    background-image: url(/img/estate/bb/bukken_ttl_access.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
        width: -webkit-fill-available;
        height: 10vh;
}



.BASICBROOKLYN  .estate_landplan_block h2::before{
    background-image: url(/img/estate/bb/bukken_ttl_landplan.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
        width: -webkit-fill-available;
        height: 10vh;
}

.BASICBROOKLYN  .estate_location_block h2::before{
    background-image: url(/img/estate/bb/bukken_ttl_location.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
        width: -webkit-fill-available;
        height: 10vh;
}

.BASICBROOKLYN  .estate_outline_block h2::before{
    background-image: url(/img/estate/bb/bukken_ttl_outline.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
        width: -webkit-fill-available;
        height: 10vh;
}

.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: 49%;
	height: 15vh;
	right: 0px;
	top: -14vh;
}


.BASICNATURAL  .estate_concept_text h2::before{
    background-image: url(/img/estate/bn/bukken_ttl_concept.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
        width: 50%;
        height: 5vh;
}

.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:  contain;
    background-repeat: no-repeat;
        width: 30%;
        height: -webkit-fill-available;
        top: -25px;
        left: 4%;
}

.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: contain;
        background-repeat: no-repeat;
        background-position: top center;
        width: -webkit-fill-available;
        max-width: 40%;
        height: -webkit-fill-available;
        max-height: 16em;
        display: block;
        top: 0em;
        right: 1%;
}
.BASICNATURAL  .estate_roomplan_text::after {
/*
	background-image: url(/img/estate/bn/bukken_obj_roomplan_rt.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom center;
        width: -webkit-fill-available;
        max-width: 30%;
        height: -webkit-fill-available;
        max-height: 16em;
        bottom: -2em;
        right: 1%;
*/
}

.BASICNATURAL  .estate_roomplan_text h2::before {
        background-image: url(/img/estate/bn/bukken_ttl_roomplan.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top left;
        width: -webkit-fill-available;
        height: 8vh;
}


.BASICNATURAL  .estate_roomplan_room_waku::before{
    background-image: url(/img/estate/bn/bukken_obj_roomplan_lb.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom left;
        width: 30%;
        height: -webkit-fill-available;
        bottom: -2em;
        left: -2%;
}
.BASICNATURAL  .estate_roomplan_room_waku::after{
    background-image: url(/img/estate/bn/bukken_obj_roomplan_rb.png);
background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom left;
        width: 22%;
        height: -webkit-fill-available;
        bottom: -3em;
        right: -2%;
}

.BASICNATURAL  .estate_access_block h2::before{
    background-image: url(/img/estate/bn/bukken_ttl_access.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
        width: -webkit-fill-available;
        height: 10vh;
}



.BASICNATURAL  .estate_landplan_block h2::before{
    background-image: url(/img/estate/bn/bukken_ttl_landplan.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
        width: -webkit-fill-available;
        height: 10vh;
}

.BASICNATURAL  .estate_location_block h2::before{
    background-image: url(/img/estate/bn/bukken_ttl_location.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
        width: -webkit-fill-available;
        height: 10vh;
}

.BASICNATURAL  .estate_outline_block h2::before{
    background-image: url(/img/estate/bn/bukken_ttl_outline.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
        width: -webkit-fill-available;
        height: 10vh;
}

.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: 3vw!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: 3em auto;
    font-size: 4vw;
    line-height: 2em;
}


.notfound_wrap{
        width: 90%;
        margin: 2em auto;
        text-align: center;
}

.notfound_wrap h2{
        font-size: 6vw;
        line-height: 3em;
}

.notfound_wrap h3{
        font-size: 4.5vw;
        line-height: 3em;
}

.notfound_wrap p{
        font-size: 3.5vw;
        line-height: 2em;
}

.page_mv.notfound {
        background: url(../img/mv_notfound.jpg) no-repeat;
        background-size: cover;
}


.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;
	max-height: 5em;
}
/*-----------------------------------------------
	build list
-----------------------------------------------*/
.build_list {}

.build_list ul {
 width: 96%;
 margin: 0 auto;
}

.build_list ul li {
 margin-bottom: 15%;
}

.build_list ul li a {
 display: block;
 color: #000;
 text-decoration: none;

}

.build_list ul li a img {
 width: 100%;
 max-height: 250px !important;
 object-fit: cover;
}

.build_list ul li a h3 {
 overflow: hidden;
 display: -webkit-box;
 margin: 2% 0 0;
 line-height: 128%;
 font-size: 4.5vw;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 font-weight: bold;
 padding: 0 2%;
}

.build_list ul li a p {
 overflow: hidden;
 display: -webkit-box;
 margin-top: 3%;
 line-height: 1.7em;
 font-size: 4vw;
 color: #333;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 3;
 padding: 0 2%;
}

.build_li_more {
 width: 70%;
 margin: 0 auto;
 color: #fff;
 text-align: center;
 font-size: 3.8vw;
 padding: 3% 0;
 background-color: #231815;
 margin-top: 5%;
}

.build_list ul li a:hover .build_li_more {
 background-color: #6D4A41;
}

.build_form {
 background-color: #F5EAD9;
 overflow: hidden;
 padding: 4% 0;
 margin-top: 5%;
}

.build_form p {
 font-size: 3.5vw;
 text-align: center;
 margin: 0 0 10px !important;
 font-weight: bold;
}

.build_form a {
 border-radius: 2px;
 font-size: 4vw;
 color: #fff !important;
 letter-spacing: 2px;
 padding: 5% 3%;
 border-radius: 2px;
 background-color: #be3203;
 font-weight: bold;
 width: 80%;
 margin: 0 auto;
 display: block;
}

.build_form a i {
 margin: 0 9%;
}

.build_form a:hover {
 background-color: #dc3b05;
 color: #fff;
}

.bu_sho_list {
 margin-top: 30px;
}

.bu_sho_list_tl {
 font-size: 4.5vw;
 font-weight: bold;
 border-top: 1px solid #000;
 border-bottom: 1px solid #000;
 padding: 4% 0;
 margin-bottom: 5%;
 text-align: center;
}

.bu_sho_list iframe {
 width: 100%;
 height: 650px;
}

.b_jirei_box_wrap {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}

.b_jirei_box {
 width: 48%;
 font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
 margin-bottom: 6%;
}

.b_ji_img {
 text-align: center;
}

.b_jirei_box img {
 width: 100%;
 height: 150px;
 object-fit: cover;
}

.b_jirei_box .b_ji_name {
 font-size: 3.5vw;
 font-weight: bold;
 margin: 3% 0 2%;
 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: 3.5vw;
 font-weight: 500;
 letter-spacing: 1px;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
 margin-bottom: 10px;
 line-height: 1.7em;

}

.b_jirei_box .b_ji_more {
 width: 100%;
 position: relative;
 display: block;
 background-color: #FFF;
 padding: 2% 0;
 text-indent: 15px;
 font-size: 3.5vw;
 font-weight: bold;
 letter-spacing: 1px;
 border-bottom: 2px 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: 4vw;
 font-weight: bold;
 letter-spacing: 2px;
 position: relative;
 z-index: 1;
 display: block;
 background-size: 9px;
}



/*-----------------------------------------------
	build detail
-----------------------------------------------*/

.cms_back {}

.build_result_ma {}

.build_detail_tl {
	margin-top: 5%;
	margin-bottom: 8%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5% 0;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-size: 5vw;
	font-weight: bold;
	text-align: center;
}

.build_detail_tl span {
	text-align: center;
	display: block;
	margin-top: 1.5%;
	font-size: 3.5vw;
	font-weight: normal;
}

.bu_de_img {
	text-align: center;
}



.bu_de_img img {
	width: 100%!important;
}

.bu_de_free {
	margin: 7% 0 10%;
	font-size: 4vw;
	line-height: 129%;
}

.bu_de_gallery ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bu_de_gallery ul li {
	width: 49%;
	margin-bottom: 2%;
}
.bu_de_gallery ul li img{
	width: 100%!important;
}
.bu_de_gallery ul li:first-child {
	background-color: #F6F2ED;
	font-size: 5vw;
	font-weight: bold;
	text-align: center;
	padding: 10% 0;
	color: #6c3524;
	width: 100%;
	letter-spacing: 0.1em;
}

.bu_de_gallery ul li:first-child span {
	font-size: 3vw;
	display: block;
	margin-bottom: 1%;
	letter-spacing: 0;
}

.bu_de_gallery ul li:nth-child(3n) {
	margin-right: 0;
}

.bu_de_gallery ul li p {
	font-size: 3vw;
	line-height: 130% !important;
	margin-top: 2%;
}

.bu_de_gallery ul li a {}

.bu_de_gallery ul li a img {
	width: 100% !important;
	height: 130px !important;
	object-fit: cover;
}

.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: 3px;
}
.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;
	font-size: 3vw;
}

.staff_select{
        margin: 25px auto;
}
.staff_select iframe{
	width: 100%;
        height: 315px;
        border: 1px solid #CCC;
}
.ouchicafe{
        padding: 1%;
}
.ouchicafe .eve_info_wrap{
	width: max-content;
	overflow: scroll;
}
.ouchicafe .fl_list.flexstart {
	justify-content: flex-start;
	flex-wrap: nowrap;
        gap: unset;
}
.ouchicafe .fl_list.three li {
        width: 45%;
        max-width: 350px;
        margin-bottom: auto;
        margin-right: 2%;
        border: 1px solid #CCC;
}
.ouchicafe .fl_list.three li .photo_box {
        width: 35%;
}
.ouchicafe .fl_list.three li .event_tex_box{
        width: 60%;
        margin-left: 3%;
}
.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 {
	object-position: center;
	aspect-ratio: unset;
}
