﻿body {
    font-weight: normal;
    font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',Arial,sans-serif;
    font-size: 15px;
}

.base {
    text-align: center;
}

#img {
    width: auto;
    height: auto;
}

.about-img {
    width: 85vw;
    height: auto;

    font-size: 20px;
    font-weight: bold;
}

.about-gif {
    width: 200px;
    height: auto;
}

.table {
    display: flex;
    justify-content: center;
}

th {
    font-weight: normal;
}

.map {
    display: flex;
    justify-content: center;
}

@media (min-width: 1000px) {
    .about {
        display: flex;
        justify-content: flex-start;
        justify-content: center;
        align-items: center;
    }
    .mini-map {
        display: none;
    }
}

@media (max-width: 999px) {
    .normal-map {
        display: block;
    }

    .mini-map {
        display: none;
    }
}

@media (max-width: 629px) {
    .normal-map {
        display: none;
    }
    .mini-map {
        display: block;
    }
}

.before-works {
    line-height: 3;
}

.works-gif {
    font-size: 20px;
    font-weight: bold;
    width: 200px;
    height: auto;
}

.works-txt {
    float: left;
}

.before-copyright {
    line-height: 3;
}