body{ 
   width: 90%;
   margin: auto;
   background-color: #dcbb08;
   background-image: url(kabe/kabe1.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover; 
}

header{
    text-align: center;
    margin: auto;
    margin-top: 10px;
    border-radius: 15px;
    height: 30vw;
    padding-top: 20px;
    background-color: #dcbb08;
    background-image: url(kabe/syougatu1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
}
header h1{
    color: palegoldenrod;
    font-size: 3vw;
}
header h2{
    color: palegoldenrod;
    font-size: 2.8vw;
}

.toplink{
    text-align: center;
}

.mein{
    /* background-color:#C99C33; */
   color: rgb(114, 105, 6);
    display: flex;
    margin: auto;
    margin-top: 30px;
    border: solid #ffffff 3px;
    border-radius: 15px;
    background:linear-gradient(45deg, #a30808,gold,#44ae07);/*グラデーションを定義*/
	background-size: 200% 200%;/*サイズを大きくひきのばす*/
	animation: bggradient 20s ease infinite;
    background-image: url(kabe/fuji.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
    }
    @keyframes bggradient{
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
}

.mein_1{
    width: 70%;
    min-height: 200px;
    max-height: 100%;
    text-align: center;
    border-radius: 15px;
    
    margin-right: 10px;
    display: inline-block;
   
}
/* .box_1{
    text-align: left;
    margin: auto;
    padding-left: 10px;
    font-size: 4vw;
} */

.mein_2{
    width: 70%;
    min-height: 200px;
    max-height: 100%;
    border-radius: 15px;
    text-align: center;
   
   
}

/* .mein_2 .arenji{
    width: 50%;
    padding: 1vw;
    text-align: center;
    border-radius: 50px;
   
} */
 .arenji{
    width: 85%;
    
    margin-top: 4vw;
    text-align: center;
    border-radius: 15px;
   
}
.mori{
    font-size: 2.8vw;
    color: #000000;
}
.footer_01{
    
    list-style: none;
    border: solid #ffffff 3px;
    border-radius: 15px;
}
.footer_01 li{
    margin-left: 3vw;
    margin: auto;
}
footer h3{
    text-align: center;
} 

/* タブレット */
@media screen and (min-width:768px) and (max-width:1024px) {
    body{
        width: 80%;
    }
    .mein_1{
        
        padding-left: 20px;
    }
    .box_1 {
        font-size: 2.5vw;
    }
    .arenji{
        width: 70%;
        margin-top: 3vw;
        margin-bottom: 4vw;       
    }
    .footer_01{
        display: flex;
        list-style: none;
        border: solid #ffffff 3px;
        border-radius: 15px;
        padding: 25px 0px;
    }
    .footer_01 li{
        margin-left: 3vw;
        margin: auto;
    }
    footer h3{
        text-align: center;
    } 

}


/* パソコン */
@media screen and (min-width:1024px) {
    body{
        width: 80%;
    }
    .mein_1{
        
        padding-left: 25px;
    }
    .box_1 {
        font-size: 2.3vw;
    }
    .arenji{
       width: 70%;
        margin-top: 3vw;
        margin-bottom: 3vw;       
    }
    .footer_01{
        display: flex;
        list-style: none;
        border: solid #ffffff 3px;
        border-radius: 15px;
        padding: 40px 0px;
    }
    .footer_01 li{
        margin-left: 3vw;
        margin: auto;
    }
    footer h3{
        text-align: center;
    } 
        

}