@charset "UTF-8";

body {
    /* font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","Yu Gothic","游ゴシック","YuGothic","游ゴシック体",Meiryo,"メイリオ","MS Pゴシック",sans-serif; */
    font-family: 'Noto Sans JP', sans-serif;
}

header {
    background-color: #8FC31F;
}

nav {
    width: 100%;
    height: 70px;
    position: relative;
}

    nav .navbar-brand {
        font-size: 1.2rem;
        font-weight: bold;
        color: #fff;
        letter-spacing: 3px;
    }

.drawer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 70px;
    padding: 0 1em;
    background-color: #8FC31F;
    z-index: 1010;
}

.navbar_toggle {
    z-index: 9999;
    border: 1px solid #fff;
    padding: 12px 8px;
}

.navbar_toggle_icon {
    position: relative;
    display: block;
    height: 2px;
    width: 30px;
    background: #fff;
    -webkit-transition: ease .5s;
    transition: ease .5s;
}

    .navbar_toggle_icon:nth-child(1) {
        top: 0;
    }

    .navbar_toggle_icon:nth-child(2) {
        margin: 8px 0;
    }

    .navbar_toggle_icon:nth-child(3) {
        top: 0;
    }
/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
    top: -10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    z-index: 1000;
    background-color: #8FC31F;
}

    .menu ul {
        padding-left: 0;
        margin-top: 1.0rem;
        margin-bottom: 1.5rem;
    }

        .menu ul li {
            border-bottom: 1px solid #fff;
            list-style-type: none;
            background-color: #8FC31F;
            text-align: center;
            padding: 0.4em;
            font-size: 1.4rem;
        }

            .menu ul li a {
                color: #fff;
            }

            .menu ul li:last-child {
                border-bottom: none;
            }

    /*OPEN時の動き*/
    .menu.open {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }



#sampleMenu {
    display: none !important;
}

#est-logo {
    text-align: center;
    display: block;
    max-width: 530px;
    margin: 0 auto;
}

#titleText {
    font-size: 1.0rem;
    margin: 30px auto;
}

#mainTop {
    background-image: url(../img/maintop.png);
    background-position: center bottom -60px;
    background-repeat: no-repeat;
    padding-bottom: 300px;
    background-size: 300%;
}


h3.midashi span {
    font-family: 'Oswald', sans-serif;
    text-align: centr;
    font-size: 4.0rem;
    color: #000000;
}

h3.midashi {
    font-size: 1.4rem;
    color: #AAD036;
    margin-top: 48px;
    margin-bottom: 30px;
    line-height: 1.3;
}

dl.info {
    text-align: left;
}

    dl.info dt {
        margin-bottom: 8px;
    }

        dl.info dt span.box {
            background-color: #AAD036;
            color: #fff;
            padding: 2px 30px;
            margin-right: 10px;
            font-weight: normal;
        }

        dl.info dt span.date {
            font-family: 'Oswald', sans-serif;
            font-size: 1.1rem;
        }

    dl.info dd {
        font-size: 1.3rem;
    }

#Company {
    background-image: url(../img/est-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 60px;
    margin-top: 30px;
}

    #Company table {
        margin: 20px auto;
        width: 100%;
    }

        #Company table tr th, #Company table tr td {
            padding: 10px 1em;
            border: 1px solid #999999;
        }

        #Company table tr th {
            text-align: center;
            background-color: #E6E6E6;
        }

        #Company table tr td {
            text-align: left;
            background-color: #fff;
        }

.row iframe {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
}

footer.text-muted {
    color: rgba(255,255,255,0.8) !important;
    background-color: #8FC31F;
    text-align: center;
    letter-spacing: 3px;
}


.container {
    max-width: 100%;
}

@media (min-width: 576px) {
    nav .navbar-brand {
        font-size: 1.8rem;
    }

    #titleText {
        font-size: 1.6rem;
        margin: 40px auto;
    }

    div#mainTop {
        background-position: center bottom;
        padding-bottom: 590px;
        background-size: auto;
    }

    .menu ul li {
        padding: 0.8em 2em;
        font-size: 1.8rem;
    }
}
