@charset "UTF-8";
/* CSS Document */
/* green_manage greening style
**************************************/
/* lower_mv */
#green_manage_greening .lower_mv {
    background: url(../image/img_mv.jpg) no-repeat center / cover;
}
@media screen and ( max-width:959px) {
    #green_manage_greening .lower_mv {
       background: url(../image/sp/img_mv.jpg) no-repeat center / cover;
    }
}
/* lower_contents */
#green_manage_greening .sec_ttl {
    margin-bottom: 68px;
}
#green_manage_greening .sec_ttl::before {
    content: "GREENING";
}
/* kajima_training */
#green_manage_greening #kajima_training .text_img {
    margin-bottom: 2px;
}
#green_manage_greening #kajima_training .contents_details_box:nth-of-type(2) .img_box,
#green_manage_greening #kajima_training .contents_details_box:nth-of-type(3) .img_box {
    width: 85%;
    margin: 0 auto;
}
#green_manage_greening #kajima_training .contents_details_box:nth-of-type(3) {
    flex-direction: row;
}
#green_manage_greening #kajima_training .contents_details_box:nth-of-type(3) .img_item {
    width: calc((100% - 16px) / 3);
}
#green_manage_greening #kajima_training .contents_details_box:nth-of-type(3) h6 {
    margin-bottom: 0;
}

#green_manage_greening #kajima_training .tec_box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
    gap: 10px;
}

/* the_gear */
#green_manage_greening #the_gear .contents_details_box:nth-of-type(odd) {
    flex-direction: row;
}
#green_manage_greening #the_gear .contents_details_box:nth-of-type(even) {
    flex-direction: row-reverse;
}
#body.lower #the_gear .contents_details_box .img_box p {
    text-align: right;
    margin-top: 10px;
}
#body.lower #the_gear .contents_details_box .img_box .name {
    margin-top: 0;
}
/* forest_karuizawa */
#green_manage_greening #forest_karuizawa .contents_top h5{
    margin: 0 auto 20px;
}
#green_manage_greening #forest_karuizawa .contents_top .top_txt{
    text-align: center;
    margin: 0 auto 70px;
}
#green_manage_greening #forest_karuizawa .contents_top .karuizawa_img_txt{
    justify-content: flex-start;
    flex-wrap: nowrap;
}
#green_manage_greening #forest_karuizawa .contents_top .karuizawa_img_txt p:first-child{
    width: 70%;
}
#green_manage_greening #forest_karuizawa .contents_details_box .img_box {
    gap: 0;
}
#green_manage_greening #forest_karuizawa .contents_details_box .img_item {
    width: calc((100% - 16px) / 3);
}
#green_manage_greening #forest_karuizawa .contents_details_box .img_item .ttl {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 15px;
}
#green_manage_greening #forest_karuizawa .contents_details_box .img_item img {
    height: 215px;
    border-radius: 5px;
    object-fit: cover;
    border-radius: 10px;
}
#green_manage_greening #forest_karuizawa .contents_details_box .img_item ul {
    list-style: disc;
    margin-top: 15px;
    margin-left: 18px;
}
#green_manage_greening #forest_karuizawa .contents_details_box .img_item li {
    font-size: 0.875rem;
    line-height: 1.75;
}
#green_manage_greening #forest_karuizawa .contents_details_box .caption_txt {
    font-size: 1rem;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
#green_manage_greening #forest_karuizawa .contents_details_box .text_box {
    width: 100%;
}
#green_manage_greening #forest_karuizawa .contents_details_box .text_box div.pc {
    display: inline;
}
#green_manage_greening #forest_karuizawa .contents_details_box.last .img_box {
    width: 85%;
    margin: 0 auto;
}
#green_manage_greening #forest_karuizawa .contents_details_box.last h6 {
    margin-bottom: 0;
}

@media screen and (max-width: 959px){
    #green_manage_greening #forest_karuizawa .contents_top h5 {
         margin: 0 auto 10px;
    }
    
    #green_manage_greening #forest_karuizawa .contents_top .top_txt {
        margin: 0 auto 30px;
    }
}

/* nissin_academy */
#green_manage_greening #nissin_academy .contents_details_box:nth-of-type(1) {
    flex-direction: row;
}
#green_manage_greening #nissin_academy .contents_details_box:nth-of-type(2) h6 {
    margin-bottom: 0;
    flex-direction: row;
}
/* tokyo_portcity_takeshiba */
#green_manage_greening #tokyo_portcity_takeshiba .contents_details_box:nth-of-type(1) {
    flex-direction: row;
}
#green_manage_greening #tokyo_portcity_takeshiba .contents_details_box:nth-of-type(1) .text_box {
    max-width: 480px;
}
#green_manage_greening #tokyo_portcity_takeshiba .contents_details_box:nth-of-type(2) h6 {
    margin-bottom: 0;
}
/* the_parkhouse */
#green_manage_greening #the_parkhouse .contents_details_box:nth-of-type(odd) {
    flex-direction: row;
}
#green_manage_greening #the_parkhouse .contents_details_box:nth-of-type(even) {
    flex-direction: row-reverse;
}



#green_manage_greening #the_parkhouse .contents_details_box table th {
    width: 155px;
    padding: 0px 3px;
}
#green_manage_greening #the_parkhouse .contents_details_box table td {
    width: calc(90% - 150px);
    padding: 6px 0;
}
#green_manage_greening #the_parkhouse .contents_details_box:nth-of-type(2) .text_box {
    width: 34.6%;
    max-width: 370px;
}
#green_manage_greening #the_parkhouse .contents_details_box:nth-of-type(2) .img_box {
    width: 60%;
    max-width: 630px;
}
@media screen and ( max-width:959px) {
    #green_manage_greening .sec_ttl {
       margin-bottom: 38px;
    }
    /* kajima_training */
    #green_manage_greening #kajima_training .text_img {
        margin-top: 0;
    }
    #green_manage_greening #kajima_training .contents_details_box:nth-of-type(2) .img_box,
    #green_manage_greening #kajima_training .contents_details_box:nth-of-type(3) .img_box {
        width: 100%;
    }
    #green_manage_greening #kajima_training .contents_details_box:nth-of-type(3) .img_item {
        width: calc((100% - 8px) / 2);
    }

    #green_manage_greening #kajima_training .tec_box {
    gap: 10px;
}

    #green_manage_greening #kajima_training .tec_box .name {
        margin-bottom: 0px
    }
    /* the_gear */
    #body.lower #the_gear .contents_details_box .img_box p {
        margin-top: 5px;
    }
    /* forest_karuizawa */
    #green_manage_greening #forest_karuizawa .contents_details_box.last {
        flex-direction: column !important;
    }
    #green_manage_greening #forest_karuizawa .contents_details_box .img_box {
        gap: 20px 0;
    }
    #green_manage_greening #forest_karuizawa .contents_details_box.last .img_box {
        width: 100%;
    }
    #green_manage_greening #forest_karuizawa .contents_details_box .img_item {
       width: 100%;
    }
    #green_manage_greening #forest_karuizawa .contents_details_box .img_item img {
        height: max(57.4vw, 215px);
        border-radius: 5px;
    }
    #green_manage_greening #forest_karuizawa .contents_details_box .img_item .ttl {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    #green_manage_greening #forest_karuizawa .contents_details_box .img_item ul {
        margin-top: 7px;
    }
    #green_manage_greening #forest_karuizawa .contents_details_box .img_item li {
        font-size: 0.75rem;
    }
    #green_manage_greening #forest_karuizawa .contents_details_box .caption_txt {
        font-size: 0.875rem;
        margin-top: 0;
        margin-bottom: 10px;
    }
    /* the_parkhouse */
    #green_manage_greening #the_parkhouse .contents_details_box:nth-of-type(2) .text_box,
    #green_manage_greening #the_parkhouse .contents_details_box:nth-of-type(2) .img_box {
        width: 100%;
    }
    #green_manage_greening #the_parkhouse .contents_details_box table td {
        padding: 4px 0;
    width: calc(95% - 140px);
    }
    #green_manage_greening #the_parkhouse .contents_details_box table th {
        padding: 1px 3px;
        width: 140px;
    }
}