/* icon-seiwa（オリジナル）*/
/*
@import url("/assets/css/icon-seiwa.css");
*/

/************************************************************/
/* 共通 */
/************************************************************/
body {
    margin: 0;
    background-color: #fffff3;
    font-family: "M PLUS 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #444;
    font-size: 14pt;
    line-height: 20pt;
}
.lmap-pc {
    display: none;
}
.lmap-sp {
    display: block;
}
.lmap-text-pc {
    display: none;
}
.lmap-text-sp {
    display: inline;
}
.lmap-text-orange {
    color:#FFB856;
}
.lmap-text-green {
    color:#94c733;
}
.lmap-text-red {
    color: #FF7164;
}
.lmap-text-blue {
    color: #64BBF1;
}
.lmap-text-khaki {
    color: #8a7346;
}
.lmap-text-grey {
    color: #888;
}
.lmap-category-red {
    color: red;
}
.lmap-category-darkred {
    color: darkred;
}
.lmap-category-green {
    color: green;
}
.lmap-category-darkgreen {
    color: darkgreen;
}
.lmap-category-blue {
    color: blue;
}
.lmap-category-cadetblue {
    color: cadetblue;
}
.lmap-category-mediumpurple {
    color: mediumpurple;
}
.lmap-category-purple {
    color: purple;
}
.lmap-category-initial {
    color: initial;
}
.lmap-text-150 {
    font-size: 48pt;
}
.lmap-big-count {
    font-size:28px;
}
.lmap-text-3em {
    font-size: 3em !important;
    vertical-align: middle;
}
.lmap-text-2em {
    font-size: 2em !important;
    vertical-align: middle;
}
.lmap-text-1em {
    font-size: 1em !important;
    vertical-align: middle;
}
.new-photo {
    width: 50%;
    max-width: 50%;
}
.media-sp {
    text-align: center;
}
.media-img-sp {
    margin: 10px auto 0 auto;
}

@media screen and (min-width: 767px) {
    body {
        font-size: 12pt;
        line-height: 16pt;
    }

    .lmap-pc {
        display: block;
    }

    .lmap-sp {
        display: none;
    }

    .lmap-text-pc {
        display: inline;
    }

    .lmap-text-sp {
        display: none;
    }

    .new-photo {      
        width: 20%;
    }
    .media-sp {
        text-align: left;
    }
    .media-img-sp {
        margin: 0;
    }
}

/************************************************************/
/* Moodleデザイン書き換え */
/************************************************************/
.navbar-light .navbar-nav .nav-link {
    color: #444;
    font-size: 12pt;
    line-height: 16pt;
    font-weight: 400;
}
.mform {
    padding-right: 0;
    padding-left: 0;
}
#page.drawers {
    margin-top: 50px;
}
#page {
    margin-top: 50px;
}
.navbar-brand.d-none {
    display: block!important;
}
.navbar-brand.d-none {
    display: block!important;
}
.navbar-toggler {
    min-width: 80px;
    text-align: left;
}
.navbar-brand {
    min-width: 200px;
}
.primary-navigation {
    margin: 0px auto;
}
.usernavigation {
    min-width: 80px;
}
.navbar.fixed-top .navbar-brand .logo { 
    max-height: 74px;
    z-index: 1022;
    position: relative;
}
#usernavigation div.divider { display:none; }
.tool_dataprivacy { display:none; }
@media screen and (min-width: 767px) {
    .mform {
        padding-right: 0;
        padding-left: 0;
    }

    #page.drawers {
        margin-top: 60px;
    }

    #page {
        margin-top: 60px;
    }
}

/* ヘッダー */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    background-color: #ffffff;
    z-index: 1021;
}
header {
    padding: 0 20px;
}
.logo {
    flex-grow: 1;
}
.menu {
    flex-grow: 2;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu li {
    padding: 0 10px;
}
.login-button {
    flex-grow: 1;
    text-align: right;
}

/************************************************************/
/* ヘッダー */
/************************************************************/
.navbar.fixed-top {
    box-shadow: 1px 1px 3px rgba(136, 136, 136, .2);
}
.navbar.fixed-top .navbar-brand .logo {
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}
.navbar-brand-circle {
    position: absolute; 
    top: 0; 
    left: 50%; 
    transform: translate(-50%, -50%);
    width: 300px;
    height: 160px;
    background-color:#fff;
    border-radius: 50%; 
}
.navbar-brand-circle-shadow {
    position: absolute; 
    top: 0; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    width: 300px;
    height: 160px;
    border-radius: 50%; 
    box-shadow: 1px 1px 3px rgba(136, 136, 136, .2);
    z-index: 1020;
}
.navbar-toggler {
    position: relative;
    top: 3px;
    left: 0;
    background-color: #ffb856;
    border-radius: 50%;
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    z-index: 1030;
}
.navbar-toggler-icon {
    color: #fff;
    position: absolute;
    top: 6px;
    left: 6px;
    cursor: pointer;
}
.navbar-toggler-icon .material-symbols-outlined {
    font-size: 36px;
}
.navbar-light .navbar-toggler-icon {
    background-image: none;
}
.login.pl-2 {
    position: relative;
    top: 12px;
    left: 0;
    background-color: #ff7164;
    border-radius: 50%;
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
}
.login.pl-2 a {
    color: #fff;
    position: absolute;
    top: 6px;
    left: 6px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}
.login.pl-2 a .material-symbols-outlined {
    font-size: 36px;
}
.lmap-drawertoggle {
    margin-right: 5px !important;
    margin-left: auto !important;
}

@media screen and (min-width: 767px) {
    #page.drawers {
        padding-left: 0;
        padding-right: 0;
    }

        #page.drawers div[role="main"] {
            padding-left: 0;
            padding-right: 0;
        }

    .navbar.fixed-top .navbar-brand .logo {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }

    .navbar-brand-circle {
        display: none;
    }

    .navbar-brand-circle-shadow {
        display: none;
    }

    .login.pl-2 a.lmap-login-sp {
        display: none;
    }

    .login.pl-2 {
        position: relative;
        top: 15px;
        left: 0;
        background-color: #ff7164;
        border-radius: 30px;
        width: 120px;
        min-width: 120px;
        max-width: 120px;
        height: 32px;
        min-height: 32px;
        max-height: 32px;
    }

        .login.pl-2 a {
            color: #fff;
            position: absolute;
            top: 4px;
            left: 6px;
            text-decoration: none;
            text-wrap: nowrap;
            cursor: pointer;
        }

            .login.pl-2 a .lmap-text-pc {
                color: #fff;
                position: absolute;
                top: 2px;
                left: 32px;
            }
            .login.pl-2 a .material-symbols-outlined {
                font-size: 24px;
            }
}

/************************************************************/
    /* フッター */
    /************************************************************/

    #lmap-footer {
    margin-top: auto;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 75px;
    background-color: #fff;
    color: #000;
    z-index: 1021;
}

#lmap-footer-pc {
    display: none;
}

#lmap-footer-sp {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 75px;
}

a.lmap-footer-button {
    text-align: center;
    font-size: 9pt;
    color: #8A7346;
    text-decoration: none;
    font-weight: 500;
    line-height: 12px;
}
a.lmap-footer-button span.material-symbols-outlined {
    /* font-size: 48px; */
    font-size: 48px;
}

@media screen and (min-width: 767px) {

    #lmap-footer {
        margin-top: auto;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 60px;
        background-color: #fff;
        color: #000;
        z-index: 1021;
    }

    #lmap-footer-pc {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        line-height: 60px;
    }

    #lmap-footer-sp {
        display: none;
    }

    a.lmap-footer-button {
        font-size: 11pt;
    }

        a.lmap-footer-button span.material-symbols-outlined {
            font-size: 20px;
            vertical-align: text-bottom;
        }
}

a:hover.lmap-footer-button {
    color: #8A7346;
    text-decoration: none;
}



/************************************************************/
/* コンテンツ */
/************************************************************/
.lmap-contents-outer {
    padding-bottom: 40px;
    background-color: #fffff3;
}
.lmap-contents-header {
    position: relative;
    z-index: 1000;
}
.lmap-contents-outer h1 {
    font-size: 24pt;
    line-height: 28pt;
    text-align: center;
    font-weight: 500;
}
.lmap-contents-outer h2 {
    font-size: 24pt;
    line-height: 28pt;
    text-align: center;
    font-weight: 500;
}
.lmap-contents-outer h3 {
    font-size: 20pt;
    line-height: 24pt;
    font-weight: 500;
}
.lmap-contents-outer h4 {
    font-size: 16pt;
    line-height: 20pt;
    font-weight: 500;
}
.lmap-contents-outer h5 {
    font-size: 14pt;
    line-height: 18pt;
    font-weight: 500;
}
.lmap-contents-header h1 {
    text-align: center;
    margin-top: -120px;
    margin-bottom: -30px;
    height: 200px;
}
.lmap-contents-caption {
    font-size: 16pt;
    line-height: 20pt;
    font-weight: 500;
}
.lmap-contents-title {
    font-size: 20pt;
    line-height: 24pt;
    font-weight: 500;
    margin-bottom: 10px;
}
.lmap-contents-category {
    font-size: 16pt;
    line-height: 20pt;
    color: #ff7164;
    margin-bottom: 10px;
}

@media screen and (min-width: 767px) {
    .lmap-contents-outer {
        padding-bottom: 40px;
        background-color: #fffff3;
    }

    .lmap-contents-header {
        position: relative;
        z-index: 1000;
    }

    .lmap-contents-outer h1 {
        font-size: 20pt;
        line-height: 24pt;
        text-align: center;
        font-weight: 500;
    }

    .lmap-contents-outer h2 {
        font-size: 20pt;
        line-height: 24pt;
        text-align: center;
        font-weight: 500;
    }

    .lmap-contents-outer h3 {
        font-size: 16pt;
        line-height: 20pt;
        font-weight: 500;
    }

    .lmap-contents-outer h4 {
        font-size: 12pt;
        line-height: 16pt;
        font-weight: 500;
    }

    .lmap-contents-outer h5 {
        font-size: 11pt;
        line-height: 14pt;
        font-weight: 500;
    }

    .lmap-contents-header h1 {
        text-align: center;
        margin-top: -120px;
        margin-bottom: -30px;
        height: 200px;
    }

    .lmap-contents-caption {
        font-size: 11pt;
        line-height: 14pt;
        font-weight: 500;
    }

    .lmap-contents-title {
        font-size: 16pt;
        line-height: 20pt;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .lmap-contents-category {
        font-size: 11pt;
        line-height: 14pt;
        color: #ff7164;
        margin-bottom: 10px;
    }
}

/************************************************************/
/* モーダル（Bootstrap5 Modal） */
/************************************************************/
.lmap-modal-content {
    border: none;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 1px 1px 3px silver;
    margin-bottom: 30px;
}

.lmap-modal-footer {
    justify-content: center;
}

/************************************************************/
/* リスト */
/************************************************************/
.lmap-list-item {
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.lmap-list-item img {
    max-width: 180px; 
    min-width: 180px; 
    margin-left: 10px;
    border-radius: 10px; 
}
.lmap-contents-message {
    border-bottom: 2px solid #ccc;
    font-size: 11pt;
    line-height: 14pt;
    margin: 15px 0;
    padding: 15px 0;
    font-weight: 400;
}





.lmap-contents-footer-button {
    margin: 30px 0;
    text-align:center;
}


.lmap-header-image {
    width: 100%;
}

.lmap-contents-main-head {
    background-color: #fffff3;
    position: relative;
    z-index: 1001;
    margin: 0 10px 0 10px;
}

.lmap-contents-main-body {
    background-color: #ffffff;
    position: relative;
    z-index: 1001;
    padding: 30px 15px;
}

.lmap-footer-image {
    width: 100%;
}

.lmap-navbar {
    background-color: #f8f8c1;
    border-radius: 0 0 15px 15px;
    box-shadow: 1px 1px 3px silver;
}

#nav-notification-popover-container {
    display: none;
}

#lmap-footer {
    border-radius: 15px 15px 0 0;
    box-shadow: 1px 1px 3px silver;
}


@media screen and (min-width: 767px) {
    .lmap-pc {
        display: block;
    }

    .lmap-sp {
        display: none;
    }

    .lmap-navbar {
        background-color: #fff;
        border-radius: 0;
    }

    #lmap-footer {
        border-radius: 0;
    }

    .lmap-pc {
        display: block;
    }

    .lmap-sp {
        display: none;
    }

    .lmap-contents-main-head {
        padding: 15px 150px;
    }

    .lmap-contents-main-body {
        padding: 30px 150px;
    }

    
    .lmap-footer-image { position: absolute; }
}

/************************************************************/
/* ボックス */
/************************************************************/
.lmap-box-outer {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 1px 1px 3px silver;
    margin-bottom: 30px;
}
.lmap-box-top {
    padding: 15px 10px 5px 10px;
}
.lmap-box-middle {
    padding: 10px 10px 15px 10px;
}
.lmap-box-bottom {
    padding: 15px 5px;
    border-radius: 0 0 15px 15px;
    text-align: center;
}
.lmap-box-blue-line {
    border:2px solid #64BBF1;
    border-radius: 15px;
    padding: 15px;
    margin: 15px;
    text-align: center;
}
.lmap-box-red-line {
    border: 2px solid #ff7164;
    border-radius: 15px;
    padding: 15px;
    margin: 15px;
    text-align: center;
}
.lmap-box-gray {
    background-color: #f3f3eb;
}

/************************************************************/
/* 検索ボタン */
/************************************************************/
.lmap-search-box {
    display: flex;
    padding: 10px;
    justify-content: center;
    text-align: center;
}
.lmap-search-text {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 1px solid #FF7164;
    padding: 5px 5px 5px 10px;
    width: 85%;
}
.lmap-search-button {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #FF7164;
    background-color: #FF7164;
    margin-left: 0;
    color: #fff;
    padding: 8px 15px 8px 10px;
    width: 15%;
    min-width: 100px;
}
.lmap-search-button:hover {
    text-decoration: none;
    color: #fff;
}

/************************************************************/
/* フィルタボタン */
/************************************************************/
.lmap-filter-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.lmap-filter-button {
    border-radius: 5px;
    border: 1px solid #aaa;
    background-color: #fff;
    margin-left: 0;
    color: #aaa;
    padding: 10px;
    margin: 5px 3px;
    cursor: pointer;
    text-align: center;
    word-break: auto-phrase;
    cursor:pointer;
    font-weight: 500;
    flex-grow: 1;
    min-width: 170px;
}
.lmap-filter-button img {
    min-height: 42px;
    max-height: 42px;
}
.lmap-filter-button:hover {
    border: 2px solid #FF7164;
    background-color: #fffff3;
    color: #FF7164;
    cursor: pointer;
}
.lmap-filter-button-selected {
    border: 2px solid #FF7164;
    background-color: #fffff3;
    color: #FF7164;
    cursor: pointer;
}
/**************************/
/* フィルタテキスト */
/**************************/
.lmap-filter-text {
    border-radius: 5px;
    border: 1px solid #FF7164;
    background-color: #fff;
    margin-left: 0;
    padding: 10px;
    margin: 5px 3px;
    text-align: center;
    word-break: auto-phrase;
    flex-grow: 1;
    width: auto;
    min-width: 170px;
}
/************************************************************/
/* ボタン */
/************************************************************/
.lmap-button {
    border: 1px solid #fff;
    border-radius: 30px;
    box-shadow: 1px 1px 3px silver;
    padding: 8px 30px 12px 30px;
    font-size: 12pt;
    line-height: 16pt;
}
.lmap-button-border-red {
    border: 2px solid #FF7164;
    background-color: #fff;
    color: #444;
}
.lmap-button-red {
    background-color: #ff7164;
    color: #fff;
}
.lmap-button-gray {
    background-color: #9e9e9e;
    color: #fff;
}
.lmap-button-blue {
    background-color: #64BBF1;
    color: #fff;
}
.lmap-button-khaki {
    background-color: #D3BC4F;
    color: #fff;
}



#lmap-frontpage-nav { background-color: #f8f8c1; border: none; }


@media screen and (min-width: 767px) 
{
    #lmap-frontpage-nav { background-color: #fff; }
    #usernavigation div.divider { display:block; }
}

