/*
Theme Name: Leo Sophia Marketing
Description: Leo Sophia Marketing
Version: 1.0
*/

/* ヘッダー */
.header-new .hd-right .hd-pc .c-btn a{
    color: #fff;
    background: #ED8A3F;
    display: flex;
    width: 296px;
    height: 66px;
    justify-content: flex-end;
    align-items: center;
    border-radius: 34px;
    line-height: 1.2;
    font-weight: bold;
    font-size: 15px;
    padding-right: 32px;
}

.header-new .hd-right .hd-pc .c-btn a span{
    background: url('./assets/images/header/icon_file.svg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 26px 31px;
    display: inline-block;
    padding-left: 43px;
    text-align: center;
}
.header-bottom .hd-menu ul.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-bottom .hd-menu ul.flex .megamenu-trigger>a{
    top: 0;
}
.header-new .header-bottom .hd-menu ul li:last-child img{
    width: 29px;
}

/* フッター */
.map__sec .map__container .map__inner .col-item .item{
    font-size: 14px;
}
.map__sec .map__container .map__inner .col-item.col-6{
    flex: none;
}

@media (max-width: 640px) {
    /* ヘッダー */
    .header-new .hd-right .hd-sp{
        border: 0;
    }
    .header-new .hd-right .hd-sp .c-btn{
        color: #fff;
        background: #ED8A3F;
        display: flex;
        width: 160px;
        height: 48px;
        justify-content: flex-end;
        align-items: center;
        border-radius: 34px;
        line-height: 1.4;
        font-weight: bold;
        padding-right: 15px;
        margin-right: 14px;
    }
    .header-new .hd-right .hd-sp .c-btn span{
        font-size: 8px;
        background: url('./assets/images/header/icon_file.svg');
        background-position: center left;
        background-repeat: no-repeat;
        background-size: 15px 18px;
        display: inline-block;
        text-align: center;
        color: #fff;
        padding: 5px 0 0 20px;
    }
    .header-new .hd-right .hd-sp .toggle-menu-box{
        border-radius:100%;
        width: 48px;
        height: 48px;
    }
    .header-bottom .hd-menu ul.flex{
        display:block;
    }
    .header-new .header-bottom .hd-menu ul li:last-child img{
        width: 20px;
    }
    .menu-link-sp li a span{
        line-height: 1.6;
    }

    /* フッター */
    .map__sec .map__container .map__sp{
        padding-left: .8em;
    }
    .map__sec .map__container .map__sp .col-item.on-sp p{
        font-size: 11px;
    }
}

.virtual-spacing{
    padding-left: 110px;
}