/* instagram */
.sb_instagram_header.sbi_medium.sbi_no_avatar {
    display: none;
}

#sec_post a.link_post {
    margin: 1rem auto;
}

footer {
    background: #333;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 4rem 2rem;
}

#footer {
    padding: 2rem 3rem 4rem;
}

.box_share {
    margin-bottom: 2.4rem;
    flex: 1;
    padding-top: 1.3rem;
}

.box_sns_icons {
    float: none;
    line-height: 1;
}

footer a,
footer a:hover {
    transition: .2s;
}

.footer_content {
    margin: 0 auto;
}

footer a.link_company {
    color: #fff;
    flex: 1;
    font-size: 1rem;
    transition: .2s;
}

footer a.link_company:hover {
    opacity: .5;
}

.box_sns {
    display: inherit;
    margin: 1rem auto 2rem;
}

.box_sns a {
    opacity: .5;
}

.box_sns a:hover {
    opacity: 1;
}

li.icon_ig {
    margin-right: 2rem;
}

.box_hostel_logo {
    margin: 0 auto 1.4rem;
    width: 240px;
}

img.logo_AH {
    width: 100%;
}

.box_hostel_logo a:hover {
    opacity: .5;
}

.box_hostel_link {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.box_hostel_link a {
    color: #fff;
    display: inline-block;
    opacity: .5;
}

.text_tokushoho {
    font-size: 1rem;
}

.box_hostel_link a:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    footer {
        padding: 3rem 0;
    }
    .box_sns_icons {
        display: flex;
        flex-direction: column;
        gap: 32px;
        margin-bottom: 0;
    }
    #footer {
        padding: 2rem 0rem 6rem;
    }
    .box_share {
        margin-bottom: 1.8rem;
    }
    .box_hostel_logo {
        margin: .4 auto 1.4rem;
        width: 200px;
    }
    .box_hostel_link a {
        display: block;
        /* margin: 1.4rem 0; */
    }

    .text_tokushoho {
        font-size: 1.rem;
    }

    .box_sns {
        margin: 1rem auto;
    }
}