@charset "utf-8";
/* 全体用追加編集用css */
.topstore .topstore__guest {
    aspect-ratio: 1 / .45;
}
@media screen and (min-width: 835px) {
    .topstore .topstore__guest {
        aspect-ratio: 1 / .2;
    }
}

.topstore .topstore__guest div {
    font-size: 18px;
}
@media screen and (min-width: 835px) {
    .topstore .topstore__guest div {
        font-size: 24px;
    }
}

.recruit_instagram {
    color: #fff;
    background-color: rgb(34, 34, 34);
    z-index: 900;
    position: fixed;
    display: block;
    text-align: center;
}
.recruit_instagram .recruit_instagram_icon {
    font-family: "icon";
}
.recruit_instagram .recruit_instagram_account {
    font-family: "Nunito Sans", sans-serif;
}
@media screen and (max-width: 834px) {
    .page_recruit {
        padding-bottom: 60px
    }
    .recruit_instagram {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .recruit_instagram .recruit_instagram_icon {
        font-size: 20px;
        margin-right: 10px;
    }
    .recruit_instagram .recruit_instagram_account {
        font-size: 16px;
        padding-bottom: 3px;
    }
}
@media screen and (min-width: 835px) {
    .recruit_instagram {
        right: 0;
        top: 160px;
        width: 60px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .recruit_instagram .recruit_instagram_icon {
        display: block;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .recruit_instagram .recruit_instagram_account {
        display: block;
        writing-mode: vertical-rl;
        line-height: 60px;
    }
}
.srv-cont__bnr {
    margin-top: 50px;
}
.srv-cont__bnr img {
    width: 100%;
}
@media screen and (max-width: 834px) {
    .srv-cont__bnr {
        margin-top: 30px;
    }
}

.topserv__bnr.floraskin__bnr{
    margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
    .topserv__bnr.floraskin__bnr{
        height: auto;
        aspect-ratio: 3 / 2.1;
    }
    .topserv__bnr.floraskin__bnr .topserv__bnr-bg img {
        object-position: inherit;
        object-fit: inherit;
        height: auto;
    }
}