html{
    width: 100%;
    height: 100%;
    background-color: rgba(20, 130, 250, .8);
    background-image: url(suiren-haikei.jpg);
    background-image: image-set(url('suiren-haikei.jpg') 1x, url('suiren-haikei-R.jpg') 2x);
    background-image: -webkit-image-set(url('suiren-haikei.jpg') 1x, url('suiren-haikei-R.jpg') 2x);
    background-blend-mode: soft-light;
    background-repeat: no-repeat repeat;
    background-size: cover;
    background-clip: padding-box;
    background-position: 0 , 0;
}
body{
    width: 100%;
    height: 1000px;
    margin: 0 auto;
    padding: 0;
}
.Header{
    width: 300px;
    height: 120px;
    border: solid 5px rgb(6, 46, 51);
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    background-color: rgba(10, 63, 238, .3);
    position: relative;
    top: 20px;
    left: 0%;
    right: 0%;
}
h1{
    font-size: 20px;
    font-family: "Times New Roman","祥南行書体","Yu Mincho","YuMincho","Hiragino Mincho ProN",serif;
    text-align: center;
    color: rgb(6, 87, 10);
    position: relative;
    top: 30px;
}
.first{
    width: 300px;
    height: 700px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 80px;
    left: 0px;    
}
.hyou{
    width: 300px;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 0px;
}
img{
    width: 100%;
    height: 100%;
}
p{
    width: 280px;
    height: 80px;
    font-size: 13px;
    font-family: "Times New Roman","祥南行書体","Yu Mincho","YuMincho","Hiragino Mincho ProN",serif;
    color: rgb(145, 7, 7);
    font-weight: bold;
    position: absolute;
    top: 100px;
    left: 20px;
}
/*media 600-1024*/
@media only screen and (min-width: 600px) and (max-width: 1024px){
    html{
        background-color: rgba(15, 175, 173, 0.8);
        }
        body{
            height: 1500px;
        }
        .Header{
            width: 500px;
            height: 140px;
            border: solid 5px rgb(6, 46, 51);
            margin: 0 auto;
            padding: 0;
            box-sizing: border-box;
            background-color: rgba(10, 63, 238, .3);
            position: relative;
            top: 30px;
            left: 0%;
            right: 0%;
        }
        h1{
            font-size: 30px;
            font-family: "Times New Roman","祥南行書体","Yu Mincho","YuMincho","Hiragino Mincho ProN",serif;
            text-align: center;
            color: rgb(6, 87, 10);
            position: relative;
            top: 30px;
        }
        .first{
            width: 300px;
            height: 900px;
            margin: 0 auto;
            padding: 0;
            position: relative;
            top: 140px;
            left: -100px;    
        }
        .hyou{
            width: 500px;
            height: 160px;
            position: absolute;
            top: 0px;
            left: 0px;
        }
        p{
            width: 500px;
            height: 200px;
            font-size: 20px;
            font-family: "Times New Roman","祥南行書体","Yu Mincho","YuMincho","Hiragino Mincho ProN",serif;
            color: rgb(145, 7, 7);
            font-weight: bold;
            position: absolute;
            top: 200px;
            left: 50px;
        }
}
/*media 1025- */
@media only screen and (min-width: 1025px){
    html{
        background-color: rgba(33, 52, 157, 0.8);
    }
    body{
        height: 2200px;
    }
    .Header{
        width: 900px;
        height: 180px;
        border: solid 8px rgb(6, 46, 51);
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
        background-color: rgba(10, 63, 238, .3);
        position: relative;
        top: 40px;
        left: 0%;
        right: 0%;
    }
    h1{
        font-size: 40px;
        font-family: "Times New Roman","祥南行書体","Yu Mincho","YuMincho","Hiragino Mincho ProN",serif;
        text-align: center;
        color: rgb(6, 87, 10);
        position: relative;
        top: 30px;
    }
    .first{
        width: 300px;
        height: 1200px;
        margin: 0 auto;
        padding: 0;
        position: relative;
        top: 200px;
        left: -300px;    
    }
    .hyou{
        width: 900px;
        height: 200px;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    p{
        width: 900px;
        height: 200px;
        font-size: 30px;
        font-family: "Times New Roman","祥南行書体","Yu Mincho","YuMincho","Hiragino Mincho ProN",serif;
        color: rgb(145, 7, 7);
        font-weight: bold;
        position: absolute;
        top: 300px;
        left: 150px;
    }
}