@charset "utf-8";
.gnav ul li ul{
	margin-left: 20px;
	margin-top: 24px;
}




.content .main_v {
	margin-bottom: 86px;
}
.content .cont01{
	background: url(../img/works/cont01_bg.png) no-repeat;
	padding: 63px 44px 57px;
	margin-bottom: 118px;
	background-size: cover;
}
.content .cont01 .works_arch_dtl div:first-child{
	width: 60%;

}

.content .cont01 .works_cont01_catch{
	font-size: 18px;
	text-align: center;
	color:#FFFFFF;
	margin-bottom: 25px;
}


.works_arch_dtl p{
	color: #FFF;
}

.content .cont01 .works_arch_dtl div:last-child{
	width: 40%;

}

 .content .cont01 .works_arch_dtl .float_l{
 	font-size: 20px;
 }

 .content .cont01 .works_arch_dtl .float_r img {
    width: 100%; /* または希望の幅 */
    max-width: 600px; /* 必要に応じて制限 */
    height: auto;
}


.btn_cont{
	margin: 38px auto 0;
}
.content .cont01 {
	margin-bottom: 85px;
}

.content .cont02{
	background: url(../img/works/cont02_bg.png) no-repeat;
	padding: 76px 44px 57px;
	margin-bottom: 118px;
	background-size: cover;
}

.works_estate_wrap{
	background: #FFF;
}

.cont02 > p,
.cont03 > p{
	margin: 0 0 46px 0;
}


.cont02 .works_estate_dtl{
	padding: 35px 38px 20px;
}
.cont02 .works_estate_dtl div:first-child{
	font-size: 20px;
	width: 60%;
	float: left;
}

.cont02 .works_news1_dtl{
	padding: 35px 38px 20px;
}

.cont02 .works_news1_dtl div:first-child{
	width: 100%;
	float: left;
}

.cont02 .works_estate_dtl p{
	margin-bottom: 10px;
}
.cont02 .works_estate_dtl p:first-child{
	font-weight: bold;
	margin-bottom: 24px;
}

.cont02 .works_estate_dtl div:last-child{
	width: 40%;

}


 .content .cont02 .works_estate_dtl .float_r img {
    width: 100%; /* または希望の幅 */
    max-width: 600px; /* 必要に応じて制限 */
    height: auto;
}


.works_reform > p{
	background: #808080;
	text-align: center;
	padding: 4px;
	color: #FFF;
}
.works_reform .works_reform_dtl{
	padding: 22px 71px;
}

.works_reform .works_reform_dtl .works_reform_catch{
	font-size: 16px;
	text-align: center;
	margin-bottom: 25px;
}

.cont02_img02{
	width: 40%;
	text-align: left;
	float: left;
	margin-right: 25;
}
.reform_middle{
	margin-bottom: 27px;
}
.reform_middle_dtl{
	font-size: 20px;
	width: 60%;
	float: left;
}

.reform_middle_dtl > p{
	margin-bottom: 36px;
}

.works_reform_result {
    display: flex;
    justify-content: center; /* 横方向の中央揃え */
    align-items: center; /* 縦方向の中央揃え（必要なら） */
    width: 100%; /* 必要に応じて調整 */
    margin: 0 auto;
    flex-wrap: wrap; /* 子要素が複数なら折り返し */
}

.works_reform_result ul:first-child{
	margin-bottom: 29px;
}
.works_reform_result li {
	width: 175px;
	margin-right: 22px;
	float: left;

}.works_reform_result li:last-child{
	margin-right: 0;
}

.content .cont03{
	background: url(../img/works/cont03_bg.png) no-repeat;
	padding: 76px 83px 57px;
	margin-bottom: 118px;
	background-size: cover;
}

.works_rent_wrap ul{
	width: 100%;
	float: left;
	margin-top: 37px;
	font-size: 20px;
}

.works_rent_wrap ul:first-child{
	margin-right: 37px;
}
.works_rent_wrap ul li{
	background: #FFF;
	padding: 27px 29px;
	margin-bottom: 37px;
}

.works_rent_wrap ul li p:first-child{
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.news1_map{
	padding: 40px 0px 0px 0px;
}




@media screen and (max-width: 768px) {
    .content .cont01 .works_arch_dtl div:first-child,
    .cont02 .works_estate_dtl div:first-child,
    .reform_middle_dtl,
    .works_reform_result li {
        width: 100%; /* 画面幅にフィット */
        float: none;
        margin-right: 0;
    }
   .content .cont01 .works_arch_dtl {
        }

    }


    

    .gnav ul li ul {
        margin-left: 0; /* スマホ時のメニュー余白を削減 */
    }

    .content .cont01, 
    .content .cont02, 
    .content .cont03 {
        padding: 30px; /* 余白を調整 */
    }

    .works_rent_wrap ul{
	width: 100%;
	float: left;
	margin-top: 37px;
}

}

html, body {
    width: 100%;
    overflow-x: hidden;
}

.content {
    max-width: 100%;
    overflow-x: hidden;
    margin: 0 auto; /* 水平中央寄せ */
}



.parent {
    display: flex;
    flex-wrap: wrap;
}















