@charset "utf-8";
/* CSS Document */

body{
    background: #E5F8F3;
}

h1{
    text-align: center;
    color: #545454;
}

.photo{
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo div{
    margin: 10px;
}

p{
    font-size: 16px;
    text-align: center;
    font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
    color: #545454;
}

.pagetop
    {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    
    }
 
.pagetop a
    {
    display: block;
    text-decoration: none;
    }
 
.pagetop:hover
{
    opacity: 0.85 ;
}

img{
    max-width: 100%;
    line-height: auto;
}

@media screen and (max-width: 768px) {
    .photo{
        display: block;
        text-align: center;
    }
}
