@charset "utf-8";



/* mv */
.pg_mv {
    background-image: url(../image/introductionofbrother_mv_img.png);
    /* position: relative; */
}

.i_pg_tittle_img1 {
    width: 232px;
    height: 15px;
}

.i_pg_tittle_img2 {
    width: 277px;
    height: 38px;

    margin-top: 23px;
}


/* 兄弟店について */
.introductionofbrother {
    background-color: rgba(155, 128, 103, 0.6);
}

.brother_wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.brother_container {
    padding-top: 170px;
    padding-bottom: 130px;
}

.brother_container+.brother_container {
    padding-top: 130px;
}

.brother_box {
    display: flex;
    align-items: center;
}


/* 写真 */
.brother_box_img {
    width: 43%;
}

.brother_img {
    width: 555px;
    height: 395px;
}

/* テキスト */
.brother_box_text {
    width: 54%;

    padding-top: 9px;

    padding-left: 93px;
    padding-right: 27px;
}

.brother_text {
    margin-top: 39px;
    margin-bottom: 30px;
    line-height: 170%;
}

.addres {
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 32px;
    padding-bottom: 32px;

    background-color: #F6F1EC;
}

.brother_addres {
    font-size: 14px;
    line-height: 180%;

}

.google_map1 {
    font-size: 10px;

    padding: 7px;
    margin-top: 3px;
    margin-bottom: 11px;
}

.google_map2 {
    font-size: 10px;

    padding: 7px;
    margin-top: 3px;
    margin-bottom: 11px;
}

.map {
    transition: .3s;
}

.map:hover {
    opacity: 0.6;
}


.google_map_tittle {
    border-bottom: 1px solid;
}

.link {
    display: flex;
    align-items: center;

    padding-left: 4px;
}

.url_area {
    padding: 1px 26px 5px 26px;
    border: 1px solid #54371C;
    border-radius: 29px;

    margin-right: 20px;
}

.url {
    font-size: 10px;

    transition: .3s;
}

.url:hover {
    opacity: 0.6;
}


.brother_icon {
    width: 20px;
    height: 20px;

    margin-left: 4px;

    transition: .3s;
}

.brother_icon:hover {
    opacity: 0.6;
}





@media screen and (max-width:768px) {

    /* SPmv */
    .pg_mv {
        background-image: url(../image/sp_introductionofbrother_mv_img.png);
        position: relative;
    }

    .i_pg_tittle_img1 {
        width: 91px;
        height: 6px;
    }

    .i_pg_tittle_img2 {
        width: 120px;
        height: 16px;

        margin-top: 10px;
    }

    /* SP兄弟店について */

    .brother_wrapper {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
    }

    .brother_container {
        padding-top: 75px;
        padding-bottom: 60px;
    }

    .brother_container+.brother_container {
        padding-top: 20px;
    }

    .brother_box {
        display: flex;
        flex-direction: column;

    }

    /* SP写真 */
    .brother_box_img {
        width: 100%;
    }

    .brother_img {
        width: 320px;
        height: 218px;
        object-fit: cover;
    }

    /* SPテキスト */
    .brother_box_text {
        width: 100%;
        padding-top: 50px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .brother_box_tittle {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .brother_text {
        font-size: 12px;
        margin-top: 30px;
        margin-bottom: 40px;
        line-height: 170%;
        padding-left: 29px;
        padding-right: 29px;
    }

    .addres {
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 30px;
        padding-bottom: 30px;

        background-color: #F6F1EC;
        display: flex;
        flex-wrap: wrap;
    }


    .brother_addres {
        font-size: 10px;
        line-height: 180%;
        width: 70%;
    }

    .google_map1 {
        font-size: 10px;

        padding: 7px;
        margin-top: 3px;
        margin-bottom: 11px;
        padding-top: 33px;
        padding-left: 10px;
    }

    .google_map2 {
        font-size: 10px;

        padding: 7px;
        margin-top: 3px;
        margin-bottom: 11px;
        padding-top: 15px;
        padding-left: 10px;
    }

    .google_map_tittle {
        border-bottom: 1px solid;
    }

    .link {
        display: flex;
        align-items: center;

        padding-left: 4px;
    }

    .url_area {
        padding: 6px 26px 6px 26px;
        border: 1px solid #54371C;
        border-radius: 29px;
        margin-right: 20px;
        display: flex;
    }

    .url {
        font-size: 10px;
    }

    .brother_icon {
        width: 20px;
        height: 20px;

        margin-left: 4px;
    }





    /* 終わり */
}