body {
    margin-top: 80px;
    font-size: 14px;
}

.logo {
    width: 60%;
}

.logo img {
    width: 60%;
}


/*ナビゲーション*/

.navbar-light .navbar-toggler {
    border: none;
}

.carousel-indicators .active {
    background-color: #99BB22;
    opacity: 1;
}

/* カルーセル */

.carousel-item img {
    height: 40vh;
    object-fit: cover;
}


/*メインコンテンツ*/

h2 {
    color: #402110;
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.container {
    margin-bottom: 15px;
}

.indentfront {
    text-indent: 16px;
}

/*サイドバー*/

.list-group-item {
    text-decoration: none;
    color: #333333;
    border: none;
    border-bottom: 2px dotted #cccccc;
    margin-bottom: 0;
}


/*中央コンテンツ*/

p {
    line-height: 1.6;
}


h3 {
    font-size: 18px;
    color: #664433;
}


/*footer*/

footer {
    border-top: 1px solid #cccccc;
}

.nav-link {
    color: #333;
}

.text-muted {
    color: #333;
}


/*タブレット以上*/

@media (min-width:768px) {
    .navbar-nav li+li {
        border-left: 1px solid #cccccc;
    }

    body {
        margin-top: 110px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding: 0 15px;
    }


    .t-small {
        font-size: 14px;
    }

    .logo {
        width: 25%;
    }

    .logo img {
        width: 25%;
    }


}

