@charset"utf-8";



html{
    height: 100%;
}

body{
    height: 100%;
}

header{
    position: fixed;
    display: inline;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background-image: url(../img/header_footer.jpg);
    background-size: auto;
    color: #EEE;
}

header ul a:hover{
    background-color: rgba(0,0,0,0.3);
}

header ul a:active{
    background-color: #87CEFA;
}

.logo{
    display: inline-block;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    font-weight: bold;
    margin: 0;
}

.logo a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #EEE;
}

header ul{
    margin: 0;
    padding: 0;
    padding-top: 3px;
    list-style: none;
}

.nav_link a{
    display: block;
    padding: 10px;
    color: inherit;
    font-size: 18px;
    text-decoration: none;
}

/*大画面用*/
@media(min-width:768px){
    header{
        display: flex;
        margin: 0;
        padding: 20px;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
    }
    .nav_link ul{
        display: flex;
        padding-right: 50px;
    }
        .button_header{
        display: none;
    }
    .nav_link{
        display: block !important;
    }
}


/*小画面用*/

@media(max-width: 767px){
    
    header{
        margin-top: -10px;
        position: absolute;
    }
    
    .logo{
        text-align: center;
        font-size: 25px;
    }
    
    body .top_text{
        font-size: 15px;
    }
    
    header .header_small{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
    }
    
    .button_header{
        margin-right: 15px;
        padding: 0;
        border: none;
        outline: none;
        background: none;
        color: #EEE;
        font-size: 30px;
        cursor: pointer;
    }

    .nav_link{
        display: none;
        text-align: left;
        padding-left: 10px;
        background: rgba(255,255,255,0.1);
    }
    body h1{
        margin: 0;
        padding-top: 60px;
        padding-bottom: 20px
    }

}

/**/



.top_text{
    text-align: center;
}

body h1{
    text-align: center;
}




body .fujilink_img{
    margin-top: 10px;
    width: 312px;
    height: 119px;
    margin: auto;
}



.tokutei{
    margin-top: 10px;
    margin-bottom: 80px;
}


footer{
    bottom: 0;
    left: 0;
    margin: 0;
    position: fixed;
    height: 60px;
    width: 100%;
    background-image: url(../img/header_footer.jpg);
    background-position: center;
}

body .copyright{
    text-align: right;
    padding-top:  15px;
    padding-right: 20px;
    color: #EEE;
    font-size: 15px;
}



/*大画面body*/

@media(min-width: 768px){
    
    body .flex_box{
        display: inline-flex;
        width: 100%;
        text-align: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
    
    body .photo_text{
        text-align: left;
        margin-left: auto;
        margin-right: 100px;
        font-size: 18px;
    }
    
    .album_text{
        text-align: left;
        margin-left: auto;
        margin-right: 100px;
        margin-top: -90px;
        font-size: 18px;
    }
    
    .happyou_text{
        margin-top: -100px;
        text-align: left;
        margin-left: auto;
        margin-right: 200px;
        font-size: 18px;
    }
    
    body .photo_img{
        text-align: center;
        margin-right: auto;
        margin-top: 120px;
        margin-bottom: 80px;
    }
    

    
    table{
        margin-top: 150px;
    }
}

/*小画面用body*/

@media(max-width: 767px){

        body .photo_text{
            font-size: 16px;
            margin-bottom: 20px;
            text-align: center;
            margin-top: 45px;
            line-height: 20px;
    }
    
        body .album_text{
            font-size: 16px;
            margin-bottom: 20px;
            text-align: center;
            margin-top: 45px;
            line-height: 20px;
    }
    
        
        body .happyou_text{
            font-size: 16px;
            margin-bottom: 20px;
            text-align: center;
            margin-top: 45px;
            line-height: 20px;
    }
    
    
    
    body img{
        text-align: center;
        padding-left: 40px;
        padding-bottom: 80px;
        width: 80%;
    }
        
        table{
         margin-top: 120px;   
        }
}
/**/

table{
    border: double;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

table th{
    font-weight: normal;
    border: double;
    border-collapse: collapse;
    word-break: keep-all;
}

table td{
    padding-left: 10px;
    border: double;
    border-collapse: collapse;
}

