@charset "utf-8";
/* CSS Document */

body{
    background: #E5F8F3;
}

h1{
    color: #545454;
    text-align: center;
}


.toypoodle{
    display: flex;
    justify-content: center;
    margin: 30px;
    margin-top: 100px;
}

.siba{
    display: flex;
    justify-content: center;
    margin: 30px;
}

.pagetop
    {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    
    }
 
.pagetop a
    {
    display: block;
    text-decoration: none;
    }
 
.pagetop:hover
{
    opacity: 0.85 ;
}




p{
    background: url("image/22527609.png");
    font-size: 14.5px;
    line-height: 2.5;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
    font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
}

img{
    max-width: 100%;
    height: auto;
}


@media screen and (max-width: 768px) {
    .toypoodle{
        display: flex;
        flex-direction: column;
        
    }
    
    .siba{
        display: flex;
        flex-direction: column-reverse;
    }
}