@charset "UTF-8";
/* CSS Document */
/*ナビメニューのスタイルを指定*/
.page-mainview{
    background-image: url("../img/news.jpg");
}
.pagination{
    display: flex;
    justify-content: center;
    margin: 30px 0;    
}
.pagination li{
    margin: 10px;
}
.pagination li a{
    text-decoration: none;
    line-height: 40px;
    font-size: 18px;
}
.page-off{
    color: #00aebb;
}
.page-on{
    display: block;
    width:40px;
    height: 40px;
    color: #fff;
    background: #00aebb;
    text-align: center;
}
@media screen and (min-width:500px) and (max-width:1100px){
    #about{
        width: 98%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    #about h2{
        width: 150px;
        margin: 100px 40px;
    }
    #about h2 img{
        width:80%;
    }
    #about table{
        width: 50%;
        margin-top: 80px;
        border-collapse: separate;
        border-spacing: 0px 20px;
    }
    #about table tr{
        font-size:14px;
    }
    #map .ttl-h2{
        width:80%;
    }
    .tr01{
         width:100%;
    }
    #history{
        margin-bottom:80px;
    }
    #history table {
        width:100%;
        margin:30px 0;
        border-collapse:  collapse;
    }
    #history td {
        padding:10px 5px 10px 20px;
    }
    .year{
        font-size:13px;
        width:15%;
        padding-left:20px;
    }
    .event{
        font-size:13px;
        line-height: 1.6em;
    }
}
@media screen and (min-width:1100px){
    
}