/**
 * La leine custom style.
 * Copyright 2022 k-Create
 */
#access > div.container {
    max-width: none;
}

.sp {
    display: none;
}

/* logo */
.nav-brand img{
    width: 300px;
}

/* navbar */
.navbar>.container {
    justify-content: right;
}

/* drawar */
.drawer-overlay {
    z-index: 1100;
}
.drawer-nav {
    z-index: 1200;
}
.drawer-hamburger {
    z-index: 1150;
    padding-top: 14px;
    padding-bottom: 26px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: #742F55;
}

/* page header */
.jumbotron {
    background: url("../img/top_01.jpg");
}

/* list */
.list-top-description {
    width: 100%;
    text-align: right;
}
.list-group {
    padding: 1rem 0;
}
.lalaine-course-list-group {
    margin: 4px 0;
    background-color: #f9f6f9;
    border-radius: 1rem;
    padding: 1rem;
}
.list-group-item {
    background-color: initial;
}

.menu-list .row {
    margin-bottom: 2rem;
}

/* table */
.table {
    margin-bottom: initial;
}
.bg-light .table {
    background-color: #fff;
}
.table thead th {
    border-bottom: 1px;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #CDAFCA;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7efff80;
}

.btn {
    text-transform: initial;
}

/* @media (max-width: 575px) {
    .col-lg-12 {
        padding: 0;
    }
} */

@media (max-width: 767px) {
    .sp {
        display: initial;
    }
    .header-wrapper .header-text {
        width: 70%!important;
        padding: 0px!important;
    }
}

@media (min-width: 768px) {

    .navbar>.container {
        justify-content: space-between;
    }

}

@media (min-width:768px) and (max-width: 1200px) {
    .drawer-hamburger {
        position: initial;
    }
}

@media (min-width: 1201px) {

    .drawer-hamburger {
        display: none;
    }
    .drawer-nav {
        position: initial;
        z-index: initial;
        top: initial;
        overflow: hidden;
        width: initial;
        height: initial;
        color: initial;
        background-color: initial;
    }
}
