@charset "UTF-8";

header{
    font-family: 'Times New Roman', Times, serif;
}

.picture img{
            width: 100%;
}

p{
    text-align: center;
    font-size: 18px;
}

li{
    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;
}

footer{
        font-family: 'Times New Roman', Times, serif;
}

footer p{
            text-align: center;
            background-color: burlywood;
            font-size: 15px;
}

body{
        background-image: url(../images/紅茶の渦（背景画像）.png);
        font-family: 'Times New Roman', Times, serif;
}

h1{
    font-size: 30px;
    text-align: center;
}

.qa1122{
    margin-top: 50px;
    margin-bottom: 50px;
}

.qa1122 img{
    width: 100%;
}

.sa1200{
    display: block;
     background-color: #deb879;
     padding: 20px 0;
     margin: 0 auto;
     width: 600px;
     border: 3px solid #ffffff;
     border-radius: 20px;
     list-style: none;
     text-align: center;
     font-size: 30px;
     margin-bottom: 50px;
}