@charset "UTF-8";
/* CSS Document */
/* green_manage park style
**************************************/
/* lower_mv */
#green_manage_park .lower_mv {
    background: url(../image/img_mv.jpg) no-repeat center / cover;
}
@media screen and ( max-width:959px) {
    #green_manage_park .lower_mv {
       background: url(../image/sp/img_mv.jpg) no-repeat center / cover;
    }
}
/* lower_contents */
#green_manage_park .sec_ttl {
    margin-bottom: 68px;
}
#green_manage_park .sec_ttl::before {
    content: "PARK";
}
/* iroha_shinsui_park */
#green_manage_park #iroha_shinsui_park .contents_details_box:nth-of-type(odd) {
    flex-direction: row;
}
#green_manage_park #iroha_shinsui_park .contents_details_box:nth-of-type(even) {
    flex-direction: row-reverse;
}
/* soleil_hill */
#green_manage_park #soleil_hill .contents_details_box:nth-of-type(odd) {
    flex-direction: row;
}
#green_manage_park #soleil_hill .contents_details_box:nth-of-type(3) .text_box {
    width: 34.6%;
    max-width: 370px;
}
#green_manage_park #soleil_hill .contents_details_box:nth-of-type(3) .img_box {
    width: 60%;
    max-width: 630px;
}
/* jurong_lake_gardens */
#green_manage_park #jurong_lake_gardens .contents_top h5{
    font-size: 2.2rem;
}
#green_manage_park #jurong_lake_gardens .contents_details_box:nth-of-type(1) table th {
    width: 112px;
}
#green_manage_park #jurong_lake_gardens .contents_details_box:nth-of-type(1) table td {
    width: calc(100% - 132px);
}
#green_manage_park #jurong_lake_gardens .contents_details_box:nth-of-type(3) {
    flex-direction: row;
}
#green_manage_park #jurong_lake_gardens .contents_details_box:nth-of-type(3) h6 {
    margin-bottom: 0;
}

#body.lower .contents_details_box .img_box .soleil_img_txt p:first-child{
	width: 52%;
}
#body.lower .contents_details_box .img_box .soleil_img_txt .cap_txt{
	width: 47%;
}
#body.lower .contents_details_box .soleil_location{
	position: relative;
}
#body.lower .contents_details_box .soleil_location p{
	position: absolute;
	bottom: 0;
	left: 68%;
}

@media screen and ( max-width:959px) {
    #green_manage_park .sec_ttl {
       margin-bottom: 38px;
    }
    /* jurong_lake_gardens */
    #green_manage_park #jurong_lake_gardens .contents_top h5{
        font-size: 1.25rem;
    }
    #green_manage_park #jurong_lake_gardens .contents_details_box:nth-of-type(1) table th {
        width: 103px;
    }
    #green_manage_park #jurong_lake_gardens .contents_details_box:nth-of-type(1) table td {
        width: calc(100% - 118px);
    }
    /* soleil_hill */
    #green_manage_park #soleil_hill .contents_details_box:nth-of-type(3) .text_box,
    #green_manage_park #soleil_hill .contents_details_box:nth-of-type(3) .img_box {
        width: 100%;
    }
}
