html {
    height: 100%;
}
body {
    min-height: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
    background: #dcedc5;
}

.bs-component + .bs-component {
    margin-top: 1rem;
}
@media (min-width: 768px) {
    .bs-docs-section {
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .bs-component {
        position: relative;
    }
    .bs-component .modal {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: 1;
        display: block;
    }
    .bs-component .modal-dialog {
        width: 90%;
    }
    .bs-component .popover {
        position: relative;
        display: inline-block;
        width: 220px;
        margin: 20px;
    }
    .nav-tabs {
        margin-bottom: 15px;
    }
    .progress {
        margin-bottom: 10px;
    }
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
    margin: 10px auto;
}
h2 > a{
    color: #000000;/*文字色*/
}
.contact {
    color: #ffffff;
}

.contact:before {
    content: url(../images/mail.png);
}

/*================================================
 *  コンテンツ
 ================================================*/
section{
    margin: 10px auto;
}

h3 {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    color: #000000;
    border-left: 5px solid #000000;
}

h4 {
    margin-top: 0.2em;
    margin-bottom: 0.2em;

    padding-left: 0.4em;
    color: #000000;
    border-left: 4px solid #088a08;

}

.card > .card-header{
    background-color: rgba(0, 0, 0, 0.03);
    color: #e78f00;
    border-bottom: 1px solid #e78f00;
}

.card-title{
    margin-bottom:0.5em;
    padding:2px 5px;
    color:#e78f00;
    border-bottom:1px solid #e78f00;
}

.card-subtitle{
    color: #818182;
}

.card-text{
    margin-top: 0.5em;
}

/*================================================
 *  フッター
 ================================================*/
/*footer {*/
    /*clear: both;*/
    /*margin: 10px;*/
/*}*/

.copyright {
    clear: both;
    padding: 20px 0;
    font-size: 11px;
    text-align: center;
}
/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.totop a {
    display: block;
    text-decoration: none;
}

.totop img {
    background: #f19500;
}

.totop img:hover {
    background: #e78f00;
}

/*================================================
 *  google-maps
 ================================================*/
.google-maps {
    position: relative;
    padding-bottom: 55%; /*これが縦横比*/
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
