/* イベントトップに戻る 文言変更 */
/* p.portal-event-top {
    font-size: 0 !important;
}
p.portal-event-top:before {
    font-size: 14px !important;
    content: "← 展示会ホームページに戻る";
    border: 1px solid;
    padding: 5px 10px;
}
.event-top {
    font-size: 0 !important;
}
.event-top:before {
    font-size: 14px !important;
    content: "← 展示会ホームページに戻る";
    border: 1px solid;
    padding: 5px 10px;
}
.event__event-top {
    font-size: 0 !important;
}
.event__event-top:before {
    font-size: 14px !important;
    content: "← 展示会ホームページに戻る";
    border: 1px solid;
    padding: 5px 10px;
} */
p.portal-event-top {
    font-size: 0 !important;
    display: none !important;
}
.event__event-top-wrapper {
    display: none;
}

/* ヘッダー */
.header-logo__image-pc {
    height: 50px !important;
    position: absolute;
    left: 5px;
    top: 10px;
    width: 330px !important;
}
.v-slide-group__content {
    justify-content: flex-end !important;
}
.header-tab__v-tab.v-tab {
    display: none;
}
@media screen and (max-width: 850px) {
    .header__logo {
        max-width: 250px !important;
    }
    .header-logo__wrap {
        padding-top: 0 !important;
    }
    .header-logo__image-sp {
        min-width: 230px !important;
    }
    .v-menu__content.theme--light > .v-list.v-sheet.v-sheet--tile.theme--light > .v-list-item.theme--light:first-of-type {
        display: none;
    }
}

/* ページ上部へ戻る */
button.mx-2.top-button__content.base-background-color.v-btn.v-btn--contained.v-btn--fab.v-btn--round.theme--dark.v-size--default {
    background-color: #02a4c5 !important;
}

/* チケット＞選択内容確認画面 */
.detail__ticket .layout:first-of-type .detail__ticket__label:first-of-type {
    font-size: 0;
}
.detail__ticket .layout:first-of-type .detail__ticket__label:first-of-type:before {
    font-size: 12px;
    content: "申込セミナー";
}

/* ブース一覧 表示切り替え非表示 */
.layout.booth-list-title__layout-selector {
    display: none;
}


/* プロフィール 言語切替非表示 */
.register-lang {
    display: none !important;
}