@charset "utf-8";
/* CSS Document */

/* 全体 */

footer{
    border-top: 1px solid #004c6d;
}
main{
    background-color: rgba(255, 255, 255, 1);
    min-height: 1000px;
}
.baseBox{
    width: 90%;
    margin: 20px auto;
    padding: 1em 1.5em; 
    /* border-radius: 5px;
    background-color: #fff;
    color: #333;
    box-shadow: 3px 3px 3px rgba(0, 76, 109, .2); */
}

/* 会長挨拶 */
#greeting img{
    width: 180px;
}
#greeting .tbox_03{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
#greeting .chair{
    margin-right: 20px;
}
#greeting p{
    margin-bottom: 1rem;
}

/* 会場案内 */
#access img{
    width: 100%;
    margin: 0 auto;
    border: 1px solid #004c6d;
}
#access .way{
    background-color: #c6dfef;
    margin-right: 1rem;
    padding: 0.1rem 0.5rem;
}
#access .transportation{
    line-height: 2rem;
}




@media screen and (max-width:1200px){

}

@media screen and (max-width:1060px){
    footer{
    border-top: none;
    }
    main{
        background-color: rgba(255, 255, 255, .8);
        min-height: 1000px;
    }
    .baseBox{
        width: 90%;
        margin: 20px auto;
        padding: 1em 1.5em 50px; 
        border-radius: 8px;
        background-color: #fff;
        color: #333;
        box-shadow: 3px 3px 3px rgba(0, 76, 109, .2);
    }
}

@media screen and (max-width:780px){
    #greeting .tbox_03{
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    #greeting img{
        width: 40vw;
        max-width: 200px;
    }
}

@media screen and (max-width:412px){
 
}