@charset "UTF-8";
body{
     font-family: 'Times New Roman', Times, serif;
     background-image: url(../images/紅茶の渦（背景画像）.png);
}

footer p{
     text-align: center;
     background-color: burlywood;
     font-size: 15px;
}

p{
     text-align: center;
     font-size: 18px;
 }

h1{
     text-align: center;
     font-size: 30px;
}
 
 ul{
     list-style: none;  
 }
 
 header nav ul{
             display: flex;
             justify-content: center;
             background-color: #deb879;
             vertical-align: middle;
             text-decoration: none;
             align-items: center;
 }
 
 header nav ul li{
                 margin: 0px 30px
 }
 
 header ul li a:hover{
                         text-decoration:solid;
                         text-decoration: none;
 }
 
 header ul{
             font-size: 22px;
 }

 .picture img{
     width: 100%;
}

.mo1221{
     text-align: center;
     margin-bottom: 50px;
}

.mo1221 img{
     width: 100%;
}

.mo123456{
     margin-bottom: 50px;
}

.wa1221{
     list-style: none;
     display: block;
     background-color: #deb879;
     padding: 20px 0;
     margin: 0 auto;
     width: 600px;
     border: 3px solid #ffffff;
     border-radius: 20px;
     margin-bottom: 50px;
}