/** Basic **/
html,
body {
    height: 100%;
}
body {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #333;
}
h1 {
    font-size: 12px;
    margin: 0;
}
h1 img {
    width: 24px;
}
h4 {
    font-weight: bold;
    color: #FF5FB0;
}
h5 {
    font-weight: bold;
    margin-top: 24px;
}
h5 em {
    display: inline-block;
    font-family: "Century Gothic";
    background-color: #FF5FB0;
    color: #FFFFFF;
    font-style: normal;
    text-align: center;
    width: 24px;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 12px;
    margin-right: 4px;
}
hr.blank {
    border: none;
    margin-top: 48px;
}

/** Bootstrap **/
a.collapsed span.glyphicon-chevron-up:before {
    content: "\e114";
}
.panel-title a {
    text-decoration: none;
}
.list-group-item {
    cursor: pointer;
}

/** Layout **/
header {
    position: absolute;
    width: 100%;
    z-index: 10;
}
#main_container {
    height: 100%;
}
#map_wrapper {
    padding-top: 100px;
    height: 100%;
    box-sizing: border-box;
}
#map {
    height: 100%;
    margin-right: 40px;
    box-shadow: 0 0 8px #FFF;
}
#sidebar {
    position: fixed;
    width: 380px;
    max-width: 100%;
    right: 0px;
    top: 0px;
    z-index: 1;
    margin: 0px 0 0px 0;
    padding: 100px 0 32px 0;
    font-size: 12px;
    box-sizing: border-box;
    height: 100%;
}
#sidebar .header {
    height: 32px;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: #3565A0;
}
#slide_btn {
    height: 32px;
    background-image: url(../../img/sidebar_head_c.png) !important;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 4px center;
    cursor: pointer;
    width: 32px;
    display: inline-block;
}
#sidebar.open #slide_btn {
    background-image: url(../../img/sidebar_head_o.png) !important;
}
#setting_btn {
    float: right;
    color: #FFFFFF;
    line-height: 32px;
    margin-right: 8px;
}
#index_panel,
#setting_panel {
    display: none;
    background-color: #FFFFFF;
    text-align: left;
    overflow: auto;
    height: 100%;
    padding: 0;
}
#index_panel .inner,
#setting_panel .inner {
    padding: 8px;
}
#index_panel img {
    width: 100%;
}
#index_panel p {
    line-height: 1.5em;
    font-size: 13px;
    color: #000;
}
#index_panel p.address {
    color: #3565A0;
    margin: 0;
}
#index_panel.active,
#setting_panel.active {
    display: block !important;
}
#index_panel .item {
    position: relative;
    width: 100%;
}
#index_panel .item em {
    position: absolute;
    background-color: #001FFF;
    color: #FFFFFF;
    font-style: normal;
    border-radius: 50%;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    top: 4px;
    left: 4px;
}
#index_panel .item h3 {
    margin: 8px 0px 4px;
}
#index_panel .item img.filter {
    height: 347px;
}

/** parts **/
.block {
    display: block;
}
.block:hover {
    outline: 4px dashed #FF1A99;
    outline-offset: 2px;
}
#gotop {
    position: fixed;
    right: 8px;
    bottom: 8px;
    font-size: 24px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    background-color: #3565A0;
}
#gotop span {
    line-height: 40px;
}

@media (max-width: 767px) {

.container-fluid>.navbar-header {
    width: 100%;
    margin: 0;
}
.navbar-brand {
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

}