/*========= レイアウトのためのCSS ===============*/
body {
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 1rem;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    letter-spacing: 0.2em;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

* {
    box-sizing: border-box
}

/* font-family */
.header-utility li:last-child a, .school-info li dl, .header-area dl, #news article time, #page-top span, h2 span {
    font-family: 'Lato', sans-serif;
}

h2 {
    text-align: center;
    padding: 20px;
    margin-top: 25px;
}

h2 span {
    font-size: 2.5vw;
    text-transform: uppercase;
    display: block;
}

@media screen and (max-width: 1130px) {
    h2 {
        font-size: 0.9rem;
    }

    h2 span {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 0.8rem;
    }

    h2 span {
        font-size: 2rem;
    }
}

.container {
    width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
}

header {
    height: 85px;
    margin: 0 auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(255, 248, 64, 1);
}

.header-left {
    float: left;
}

.header-logo{
    width:150px;
    padding-top:25px;
}

.menu-icon {
    color: black;
    float: right;
    padding: 20px 20px;
    font-size: 35px;
    display: none;
}

@media screen and (max-width: 920px) {
    .menu-icon {
        display: block;
    }
}

.header-right {
    float: right;
}

@media screen and (max-width: 920px) {
    .header-right {
        display: none;
    }
}

.header-right ul li {
    display: inline-block;
    float: left;
    padding: 35px 15px;
}

.menu-modal-wrapper {
    position: fixed;
    top: 85px;
    right: 0;
    width: 100%;
    z-index: 50;
    text-align: center;
    background-color: #00aaff;
    border-radius: 1px;
    display: none;
}

.menu-modal li {
    list-style: none;
    padding-top: 10px;
    margin-right: 30px;
}

.menu-modal li a {
    text-decoration: none;
    color: white;
}

.top-container {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    margin-top: 65px;
}

.category {
    display: inline-block;
    padding-left: 10px;
}

footer {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #00aaff;
}

footer img {
    width: 125px;
}

footer p {
    color: #ffffff;
    font-size: 14px;
}
