.header-container
{
    justify-content: end;
}
@media screen and (max-width: 834px)
{
    .header-container
    {
        padding: 0;
    }
}
.header-logo
{
    margin-right: auto;
    padding: 0 10px;
}
@media screen and (max-width: 834px)
{
    .header-logo
    {
        position: fixed;
        z-index: 999;
        top: 8px;
        left: 10px;

        width: 95px;
        padding: 0;
    }
}
.header-wrap
{
    display: flex;

    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: end;
}
@media screen and (max-width: 834px)
{
    .header-wrap
    {
        display: block;

        width: 250px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 640px)
{
    .header-wrap
    {
        margin: 0 auto;
    }
}
.header-list
{
    display: flex;

    align-items: center;
    justify-content: space-between;
}
.header-list._info
{
    padding-right: 3%;
}
@media screen and (max-width: 834px)
{
    .header-list._info
    {
        display: block;

        text-align: right;
    }
}
@media screen and (max-width: 640px)
{
    .header-list._info
    {
        text-align: center;
    }
}
.header-list._info .header-item._access
{
    padding-top: 5px;
}
.header-list._info .header-item._access i
{
    color: #bf3e59;
}
.header-list._info .header-item._tel a
{
    font-family: 'Quicksand', sans-serif;
    font-size: 30px;

    margin-left: 10px;

    color: #222;
}
.header-list._sns
{
    margin-right: 20px;
}
@media screen and (max-width: 834px)
{
    .header-list._sns
    {
        position: fixed;
        z-index: 999;
        top: 1px;
        right: 98px;
    }
}
.header-list._sns .header-item
{
    font-size: 30px;
}
@media screen and (max-width: 834px)
{
    .header-list._sns .header-item
    {
        font-size: 50px;
        line-height: 1;
    }
}
.header-list._sns .header-item._fb
{
    margin-right: 5px;
}
.header-list._sns .header-item._fb a
{
    color: #3b5998;
}
.header-list._sns .header-item._insta a
{
    color: #e90460;
}
.header-list._btn
{
    width: 20%;
    min-width: 150px;
    max-width: 320px;
}
@media screen and (max-width: 834px)
{
    .header-list._btn
    {
        width: 100%;
    }
}
@media screen and (max-width: 640px)
{
    .header-list._btn
    {
        margin: 0 auto;
    }
}
.header-list._btn .header-item
{
    width: 50%;
}
.header-list._btn .header-item a
{
    display: flex;
    flex-direction: column;

    height: 120px;

    color: #fff;
    background: #bf3e59;

    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 834px)
{
    .header-list._btn .header-item a
    {
        height: 60px;
    }
}
.header-list._btn .header-item a br
{
    display: none;
}

#nav_global
{
    width: 100%;
}
#nav_global ul li a
{
    padding: 0 !important;
}
@media only screen and (max-width: 1300px)
{
    #nav_global ul li a
    {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1000px)
{
    #nav_global ul li a
    {
        font-size: 11px;
    }
}

.sp_home
{
    right: 48px !important;
}
.sp_home a
{
    height: 54px !important;
}

.sp_home2
{
    display: none;
}

.mean-container a.meanmenu-reveal
{
    height: 24px !important;
}
