.eng_ttl02 {
    margin-top: 0;
}

.section01 {
    width: 80%;
    margin: auto;
    margin-bottom: 100px;
}

.buisiness_ttlbg {
    background-image: url(../images/buisiness_ttlbg.jpg);
}

.buisiness_descBox {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;

}

.buisiness_desc {
    font-size: 25px;
    line-height: 45px;
    padding-top: 60px;
}

.buisiness_desc_span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding-top: 20px;
    line-height: 35px;
    
}

.buisiness_imgBox {
    width: 50%;
}

.buisiness_descBox img {
    width: 100%;
}

/* ３つの特徴 */

.section02 {
    background-color:rgba(197, 193, 193, 0.2) ;
    padding-top: 50px;
    padding-bottom: 100px;
}

.sectionBox {
    width: 80%;
    margin: auto;

}

.section02_ttl {
    font-size: 25px;
    display: block;
    margin-bottom: 50px;
    margin-top: 20px;
}

.featureBox {
    display: flex;
    justify-content: space-between;
}

.feature_list {
    width: 30%;
    background-color: rgba(109, 202, 240, 0.2);
    padding: 40px;
    box-sizing: border-box;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;

    
}

.feature_img {
    width: 80%;
    margin: auto;
}

.feature_img img {
    width: 100%;
}

h3 {

    text-align: center;
}

.point {
    font-family: "Zen Maru Gothic", serif;
    font-size: 14px;
    color: #01A3E4;
    display: block;
    padding-bottom: 4px;
}

.point_num {
    font-family: "Zen Maru Gothic", serif;
    font-size: 25px;
    color: #01A3E4;
}

.feature_list p {
    font-weight: 300;
    display: block;
    margin-top: 10px;
}

/* 取引先一覧 */

.section03 {
    margin-bottom: 100px;
}

.section03_ttl {
    font-size: 31px;
    margin-top: 100px;
    margin-bottom: 20px;
}

.section03_desc {
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}

.hotel_nameBox {
    width: 90%;
    margin: auto;
    background-color: rgba(109, 202, 240, 0.2);
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;

}

.nameWrap_box {
    width: 60%;
    display: flex;
    justify-content: space-between;
    margin: auto;

}

.hotel_nameWrap {
    width: 45%;
}

.hotel_nameWrap a {
    display: block;
    background-color: #fff;
    margin-top: 10px;
    width: auto;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: 300;
    text-align: center;
    height: 88px;
    line-height: 88px;
    box-sizing: border-box;
    transition: 0.5s;
}
.hotel_nameWrap a:hover {
    display: block;
    background-color: #fff;
    margin-top: 10px;
    width: auto;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: 300;
    text-align: center;
    height: 88px;
    line-height: 88px;
    box-sizing: border-box;
    opacity: 50%;
}
body .the_forest_akan{
    display: block;
    background-color: #fff;
    margin-top: 10px;
    padding: 8px 25px 66px 25px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: 300;
    text-align: center;
    height: 86px;
    line-height: 50px;
    box-sizing: border-box;
}
body .the_forest_akan:hover{
    display: block;
    background-color: #fff;
    margin-top: 10px;
    padding: 8px 25px 66px 25px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: 300;
    text-align: center;
    height: 86px;
    line-height: 50px;
    box-sizing: border-box;
    opacity: 50%;
}



.btn_span {
    font-size: 12px;
    display: block;
    /* background-color: yellow; */
    line-height: 0px;

}

.mizunouta_logo {
    width: 96px;
}

.tokachigawa_logo {
    width: 58%;
}

.padding {
    padding-top: 15px;
}

.spa_logo {
    width: 58%;
}


@media screen and (max-width: 960px) {
    .buisiness_ttlbg {
        background-image: url(../images/buisiness_ttlbg_sp.jpg);
    }
    .buisiness_descBox {
    width: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    }
    .buisiness_imgBox {
    width: 100%;
    padding-top: 30px;
    }
    .buisiness_descBox img {
    width: 70%;
    display: block;
    margin-left: auto;
    }
    .feature_list {
    width: 30%;
    background-color: rgba(109, 202, 240, 0.2);
    padding: 34px 9px;
    box-sizing: border-box;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    }
    /* 取引先一覧 */
    .nameWrap_box {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    }


}


@media screen and (max-width: 767px) {
    .buisiness_ttlbg {
        background-image: url(../images/buisiness_ttlbg_sp.jpg);
    }

    .buisiness_descBox {
        flex-direction: column-reverse;
    }

    .buisiness_descBox {
    width: auto;
    }
    .buisiness_descBox img {
        width: 86%;
        display: block;
        margin-left: auto;
    }

    .buisiness_desc {
    font-size: 18px;
    line-height: 34px;
    padding-top: 32px;
    }

    .buisiness_desc_span {
    display: block;
    font-size: 13px;
    font-weight: 300;
    padding-top: 20px;
    line-height: 31px;
    }

    .buisiness_imgBox {
    width: auto;
    }

    /* ３つの特徴 */

    .section02 {
    background-color: rgba(197, 193, 193, 0.2);
    padding-top: 20px;
    padding-bottom: 100px;
    }

    .featureBox {
    display: block;
    justify-content: space-between;
    }

    .feature_list {
    width: auto;
    margin-bottom: 16px;
    padding: 40px;
    }

    .section02_ttl {
    font-size: 18px;
    }

    /* 取引先 */
    .section03_ttl {
    font-size: 18px;
    margin-top: 100px;
    margin-bottom: 20px;
    }
    .section03_desc {
    font-weight: 300;
    text-align: center;
    display: block;
    width: 80%;
    margin: auto;
    padding-bottom: 30px;
    }
    .nameWrap_box {
    width: 100%;
    display: block;
    }
    .hotel_nameWrap {
    width: 90%;
    margin: auto;
    }
}

