@import url('https://fonts.google.com/specimen/M+PLUS+2?icon.set=Material+Icons&preview.size=13&subset=japanese&noto.script=Hira');
@import url('https://fonts.google.com/icons?icon.set=Material+Icons&icon.size=24&icon.color=%235f6368&icon.style=Outlined');


/* icon-seiwa（オリジナル）*/
/*
@import url("/assets/css/icon-seiwa.css");
*/

html {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

body {
    margin: 0;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    background-color: #ffffff;
    z-index: 1000;
}
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;
}


.lmap-contents h1 {
    text-align: center;
    font-size: 16pt;
    line-height: 24pt;
}

.lmap-contents h2 {
    text-align: center;
    font-size: 16pt;
    line-height: 24pt;
}

.lmap-contents h3 {
    font-size: 12pt;
    line-height: 16pt;
}

.lmap-contents h4 {
    font-size: 11pt;
    line-height: 14pt;
}

.lmap-contents h5 {
    font-size: 11pt;
    line-height: 14pt;
}


.lmap-contents-main-head h1, .lmap-contents-main-body h1  {
    text-align: center;
    font-size: 16pt;
    line-height: 24pt;
}

.lmap-contents-main-head h2, .lmap-contents-main-body h2 {
    text-align: center;
    font-size: 16pt;
    line-height: 24pt;
}

.lmap-contents-main-head h3, .lmap-contents-main-body h3 {
    font-size: 12pt;
    line-height: 16pt;
}

.lmap-contents-main-head h4, .lmap-contents-main-body h4 {
    font-size: 11pt;
    line-height: 14pt;
}

.lmap-contents-main-head h5, .lmap-contents-main-body h5 {
    font-size: 11pt;
    line-height: 14pt;
}


.lmap-contents-footer-button {
    margin: 30px 0;
    text-align:center;
}


.lmap-orange {
    color: #FFB856;
}




.login.pl-2 a {
    background-color: #ff7164;
    border-radius: 30px;
    padding: 5px 15px;
    color: #ffffff;
}

.lmap-pc {
    display: none;
}

.lmap-sp {
    display: block;
}

@media screen and (min-width: 767px) {
    .lmap-pc {
        display: block;
    }

    .lmap-sp {
        display: none;
    }
}





body {
    background-color: #fffff3;
}

.lmap-pc {
    display: none;
}

.lmap-sp {
    display: block;
}

.lmap-contents-outer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fffff3;
}

.lmap-contents-header {
    position: relative;
    z-index: 1000;
}

.lmap-contents-header h1 {
    text-align: center;
    margin-top: -150px;
    margin-bottom: -50px;
    font-size: 16pt;
    height: 200px;
}

.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;
    margin: 0 10px 0 10px;
}

.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 (min-width: 768px) {
    .lmap-navbar {
        background-color: #fff;
        border-radius: 0;
    }

    #lmap-footer {
        border-radius: 0;
    }
}

@media (min-width: 768px) {
    .lmap-pc {
        display: block;
    }

    .lmap-sp {
        display: none;
    }

    .lmap-contents-main-head {
        padding: 15px 200px;
    }

    .lmap-contents-main-body {
        padding: 30px 200px;
    }
}

.lmap-box-outer {
    border-radius: 15px;
    box-shadow: 1px 1px 3px silver;
    margin-bottom: 30px;
}

.lmap-box-top {
    border-radius: 15px 15px 0 0;
    background-color: #fff;
    padding: 15px;
}

.lmap-box-middle {
    background-color: #fff;
    padding: 15px;
}
.lmap-box-middle {
    background-color: #fff;
    padding: 15px;
}

.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-bottom {
    background-color: #fff;
    padding: 15px;
    border-radius: 0 0 15px 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: 80px;
}

.lmap-filter-list {}

.lmap-filter-button {
    border-radius: 5px;
    border: 1px solid gray;
    background-color: #fff;
    margin-left: 0;
    color: gray;
    padding: 8px 15px 8px 10px;
    width: 15%;
    min-width: 180px;
    cursor: pointer;
    text-align: center;
}

.lmap-filter-button:hover {
    border: 1px solid #FF7164;
    background-color: #fffff3;
    color: #FF7164;
}

.lmap-filter-button-selected {
    border: 1px solid #FF7164;
    background-color: #fffff3;
    color: #FF7164;
}

.lmap-button {
    border: 1px solid #fff;
    border-radius: 30px;
    box-shadow: 1px 1px 3px silver;
    padding: 8px 30px;
}

.lmap-button-red {
    background-color: #ff7164;
    color: #fff;
}

.lmap-button-gray {
    background-color: #9e9e9e;
    color: #fff;
}

.lmap-button-blue {
    background-color: #64BBF1;
    color: #fff;
}

@media (max-width: 767.98px) {
    .mform {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-brand.d-none {
    display: block!important;
}

.navbar-brand.d-none {
    display: block!important;
}

#lmap-footer {
    margin-top: auto;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    color: #000;
    z-index: 999;
}

#lmap-footer-pc {
    display: none;
}

#lmap-footer-sp {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
}

@media screen and (min-width: 767px) {
    #lmap-footer-pc {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        line-height: 60px;
    }

    #lmap-footer-sp {
        display: none;
    }
}

a.lmap-footer-button {
    text-align: center;
    font-size: 9pt;
    color: #8A7346;
    text-decoration: none;
}

a:hover.lmap-footer-button {
    color: #8A7346;
    text-decoration: none;
}

/*
.lmap-isloggedin { display: none; }
{{#isloggedin}}
.lmap-isloggedin { display: block; }
{{/isloggedin}}
*/

.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: 1002;
    position: relative;
}
#lmap-frontpage-nav { background-color: #f8f8c1; border: none; }
#usernavigation div.divider { display:none; }
@media screen and (min-width: 767px) 
{
    #lmap-frontpage-nav { background-color: #fff; }
    #usernavigation div.divider { display:block; }
}

.navbar-brand-outer {
    position:relative; width:300px; text-align:center;
}

.navbar-brand-background {
    background-color:#fff;
    height: 150px;
    border-radius: 0 0 300px 300px;
    padding: 0 100px 50px 100px;
    width: 300px;
    overflow: visible;
    box-shadow: 1px 1px 3px silver;
    position:absolute; 
    top: -70px; 
    left: 0;
}




.navbar.fixed-top .navbar-brand .logo { max-height: 74px; }

.lmap-text-orange {
    color:#FFB856;
}
.lmap-text-green {
    color:#94c733;
}
.lmap-text-red {
    color: #FF7164;
}

.lmap-text-blue {
    color: #64BBF1;
}


.lmap-big-count {
    font-size:24px;
}
