@charset "utf-8";

/* beauty_esthetic_listsここから */
.top_mv_words {
    max-width: 84rem;
    width: 44vw;
}
.address {
    margin: 7.5rem auto 0 auto;
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0.05rem;
    display: flex;
    justify-content: space-between;
}
.address_words {
    min-width: 26.3rem;
}
.icon_words {
    display: flex;
    align-items: center;
}
.address_words img {
    display: inline-block;
    height: auto;
}
.tell_icon {
    width: 1.2rem;
    height: auto;
    margin-right: 0.1rem;
}
.train_icon {
    width: 1.7rem;
    height: auto;
    margin: 0 0.5rem 0 0.5rem;
}
.car_icon {
    width: 2rem;
    height: auto;
    margin: 0 0.5rem 0 0.5rem;
}
.parking_icon {
    width: 2.4rem;
    height: auto;
    margin: 0 0.5rem 0 0rem;
}
.address_map {
    text-align: right;
    width: 100%;
    max-width: 75rem;
}
iframe {
    width: 100%;
    height: 50rem;
}
.access_img {
    text-align: right;
    margin-top: 1rem;
}
.access_img img {
    display: inline-block;
}
main {
    padding-bottom: 0rem;
}
main article {
    padding-bottom: 7.3rem;
}
/* 修正追加分ここまで */


@media screen and (max-width: 960px) {
    .wrapper_main {
        padding: 0;
        width: 89%;
    }
    .address {
        margin: 10rem auto 0 auto;
        font-size: 3.4rem;
        line-height: 5.7rem;
        letter-spacing: 0rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .tell_icon {
        width: 2rem;
        height: auto;
        margin-right: 0.1rem;
    }
    .train_icon {
        width: 2.8rem;
        height: auto;
        margin: 0 1.7rem 0 0.6rem;
    }
    .car_icon {
        width: 3.5rem;
        height: auto;
        margin: 0 0.9rem 0 0.6rem;
    }
    .parking_icon {
        width: 4rem;
        height: auto;
        margin: 0 1rem 0 0rem;
    }
    .address_map {
        max-width: 100%;
    }
    iframe {
        height: 58rem;
    }
    .address_words {
        margin-bottom: 6rem;
    }
    .access_img img {
        width: 100%;
    }
    main article {
        padding-bottom: 15.5rem;
    }
}
