/*メディアクエリ・ネガティヴマージン*/
@media (max-width: 767px) {
    body {
        padding-top: 64px;
    }
    
    .top-toggler-icon {
        margin-top: -50px;
        border-left: none;
    }
    
    h2 {
        margin-top: 50px;
        margin-bottom: 20px;
    }
    
    .paragraph {
        margin-top: 30px;
    }
}


/*メディアクエリ*/
@media (min-width: 767px) {
    body {
        padding-top: 114px;
    }
    
    header li , footer li {
        border-left: solid 1px #8b4513;
    }
    
    footer ul {
        margin-top: 10px;
    }

    header li:first-child , footer li:first-child {
        border-left: none;
    }

    .recommend_paragraph {
        height: 90px;
    }
    
    .footer {
        border-top: solid 1px #8b4513;
        margin-top: 50px;
    }
}

h2 {
    margin-top: 40px;
}

.container {
    margin-top: 40px;
}

/*カルーセル*/
.carousel-indicators li {
    height: 5px;
    background: white;
    border: 0;
}

.carousel-indicators li.active{
    background: green;
}

.genre {
    margin-top: 10px;
}

a {
    color: black;
}

.list-group-item {
    border: none;
    margin-bottom: 0;
    border-bottom: 1px dotted #8b4513;
    padding-left: 20px;
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

header img {
    margin: 10px auto;
}

header ul {
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0;
}

.carousel-inner img {
    height: 100%;
}

.carousel-inner {
    margin: 20px 0px;
}

section {
    margin-bottom: 20px;
}

/*メインボディー*/
h2 {
    font-size: 20px;
    color: #8b4513;
    border-bottom: solid 1px #8b4513;
    padding-left: 30px;
    background-image: url(img/icon.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

h3 {
    font-size: 17px;
    color: #deb887;
}

article {
    margin-bottom: 20px;
}

.list-group .d-none .d-lg-block {
    text-decoration: none;
    padding-left: 20px;
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    border-bottom: solid 1px #8b4513;
}

.d-none .d-lg-block a:last-child {
    border-bottom: none;
}
