#greens.sub-page_top {
    background-image: url(../images/business/greens_header_bg.jpg);
}
#greens.sub-page_top h1 {
    display: inline-block;
    padding-right: 4vw;
}
#greens_container {
    width: 80%;
    margin: 0 auto ;
    margin-top: 8vw;
    position: relative;
}
#greens_container .sub_container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 9.5vw;
    position: relative;
}
#greens_container .sub_container.last_row {
    margin-bottom: 0;
}
#greens_container h2 {
    font-size: 22px;
    color: #B28247;
    margin-bottom: 3vw;
    line-height: 1.7;
}
.sub_container .contents {
    width: 44%;
    margin-right: 6%;
    margin-top: 2vw;
}
.sub_container .contents p {
    margin: 0;
    margin-bottom: 25px;
}
.gr_en-title {
    position: absolute;
    right: 0;
    font-size: 7vw;        
    line-height: 1.0;
    letter-spacing: 0em;
    font-family: "Hiragino Mincho ProN-W3", "Hiragino Mincho Pro-W3", "ヒラギノ明朝ProN W3", "ヒラギノ明朝Pro W3", 游明朝, "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    color: rgba(168,168,168,0.3);
    white-space: nowrap;
}
#gr-en1 {
    top: -4vw;
}
#gr-en2, #gr-en4 {
    top: -8.5vw;
}
#gr-en3 {
    top: -12.5vw;
}
.sub_container .greens_img {
    width: 50%;
}
.sub_container .greens_img img {
    width: 100%;
}

/*店舗一覧*/
#map_container.greens .shoplist {
    display: none;
}
@media screen and (max-width: 700px) {
    #map_container.greens img, a.map_area_btn {
        display: none;
    }
    #map_container.greens .shoplist {
        display: block;
        padding-top: 130px;
        margin-bottom: 0;
    }
    .greens .content-wrap {
        width: 50%;
        margin-bottom: 10px;
    }
    .greens .content-wrap.left {
        padding-right: 5px;
    }
    .greens .content-wrap.right {
        padding-left: 5px;
    }
    .greens .content-wrap a {
        display: block;
    }
    .greens .area_label {
        font-size: 14px;
        border-bottom: none;
    }
    .greens .area_label::before{
        content: "";
        width: 6px;
        height: 6px;
        border: 0px;
        border-radius: initial;
        border-top: solid 2px black;
        border-right: solid 2px black;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: none;
        position: absolute;
        top: 50%;
        right: 16px;
        margin-top: -4px;
    }
    .greens .area_label::after {
        display: none;
    }
    .greens .area_label:hover {
        transform: translateY(0);
        border-bottom: none;
        filter:alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7; 
    }
}
@media screen and (max-width: 500px) {
    #map_container .textbox h2 {
        font-size: 20px;
    }
    #map_container .textbox p {
        font-size: 13px;
    }
}
@media screen and (max-width: 400px) {
    .greens .content-wrap.right,
    .greens .content-wrap.left {
        width: 100%;
        padding: 0;
    }
}

/*事業内容メニュー*/
.biz_menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.biz_menu a {
    position: relative;
    width: 33.3%;
    border: solid .2px white;
    box-sizing: border-box;
}

.biz_menu a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #a366509a; */
    background: #633b2d9a;
}
.biz_menu a img {
    width: 100%;
}
.biz_menu a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.9vw;
    font-weight: bold;
    text-shadow: 0 0 4px rgba(0,0,0,0.6);
    white-space: nowrap;
    z-index: 30;
}
.biz_menu a span::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 3px white;
    border-right: solid 3px white;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -4px;
    z-index: 30;
}
.biz_menu a:hover::after {
    background: #a36650ce;
}
/* .biz_menu a:hover {
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0; 
} */

@media screen and (min-width: 1300px) {
    .gr_en-title {
        font-size: 92px;
    }
    #greens_container h2 {
        font-size: 1.7vw;
    }
    .biz_menu a span {
        font-size: 24px;
    }
}
@media screen and (max-width: 1024px) {
    .sub_container .contents p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .biz_menu a span::before {
        width: 6px;
        height: 6px;
        margin-top: -3px;
    }
}
@media screen and (max-width: 980px) {
    #greens_container h2 {
        font-size: 20px;
    }
    .sub_container .contents {
        width: 50%;
        margin-right: 5%;
    }
    .sub_container .greens_img {
        width: 45%;
    }
}
@media screen and (max-width: 780px) {
    #greens_container .sub_container {
        flex-direction: column;
    }
    #gr-en2 {
        /* top: -10.5vw; */
        top: -80px;
    }
    #gr-en3 {
        /* top: -14.5vw; */
        top: -110px;
    }
    .sub_container .contents {
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
        order: 1;
    }
    .sub_container .greens_img {
        /* width: 75%; */
        width: 460px;
    }
}
@media screen and (max-width: 700px) {
    .biz_menu a {
        width: 50%;
    }
    .biz_menu a span {
        font-size: 2.6vw;
    }
}
@media screen and (max-width: 600px) {
    .sub_container .greens_img {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    #greens_container {
        width: 85%;
    }
    #greens_container h2 {
        font-size: 18px;
    }
    #gr-en2 {
        top: -60px;
    }
    #gr-en3 {
        top: -93px;
    }
    .sub_container .contents p {
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 15px;
    }
    .biz_menu a {
        width: 100%;
        height: 180px;
    }
    .biz_menu a img {
        height: 100%;
        object-fit: cover;
    }
    .biz_menu a span {
        font-size: 16px;
    }
}

@media screen and (max-width: 400px) {
    #greens_container h2 {
        font-size: 16px;
    }
    #gr-en2 {
        top: -52px;
    }
    #gr-en3 {
        top: -77px;
    }
}