@charset "utf-8";

header{
    background-color: #0086BB;
    height: 90px;
    align-items: center;
}

.SDGs img{
    width: 8%;
    
}

.SDGs{
    display: flex;
    justify-content: center;
    padding-top: 1.5%;
}

main{
    height: 2300px;   
    
}

.waka{
    margin: 0%;   
    background-size: 100%; 
    height: 720px;
    background-image: url("../img/koumokutyusyaki2.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

h1{
    margin: 0%;
    font-size: 22px;
    color: #FFFBC9;
    padding-left: 17%;
    padding-top: 9%;
}

.inwaka{
    padding-top: 3%;
    display: flex;
    justify-content: space-between;
    
}

.inwaka2{
    padding-top: 7%;
    display: flex;
    justify-content: space-between;
}

.waka p{
    font-size: 14px;
    width: 310px;
    color: #0086BB;
}
h2{
    font-size: 20px; 
    color: #0086BB; 
    margin: 0%; 
}

.s3-2{
    padding-left: 17%; 
    text-align: center;  
}

.s3-8{
    padding-right: 5%;
    padding-top: 5%;
    text-align: center;
}

.s3-4{
    padding-left: 7%;
    text-align: center;
}

.s3-b{
    text-align: center;
    padding-right: 15%;
    padding-top: 1%;
}

.kati{
    text-align: center;
    padding-bottom: 10%;
    padding-top: 10%;
    color: #EB6165;
    line-height: 200%;
    
}
.kati p{
    width: 50%;
    margin: auto;
    font-size: 14px;
}

.pink{
   display: block;
   
}
.pink img{
    width: 50%;
    margin: auto; 
    display: block;
}
.inpink{
    display: block;
    margin: auto;
    padding-top: 5%;
    padding-bottom: 5%;
    color: #0086BB;
}
h4{
    font-size: 20px;
    text-align: center;
    margin: auto;
    padding-bottom: 2%;
}
.pink p{
    font-size: 14px;
    text-align: center;
    width: 500px;
    margin: auto;
    line-height: 200%;
}

.btn1 a {
    background-color: #0086BB;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    line-height: 2;
    border-radius: 20px;
    text-decoration: none;
    
}
.btn1 a:hover{
    background-color: pink;
    border-bottom: solid 2px #1d7fde;
    transform: translateY(3px);
    text-decoration: none;  
}

.btn1{
    text-align: center;
    
}

.btn2 a {
    background-color: #0086BB;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    line-height: 2;
    border-radius: 20px;
    text-decoration: none;
   
}
.btn2 a:hover{
    background-color: pink;
    border-bottom: solid 2px #1d7fde;
    transform: translateY(3px);
    text-decoration: none;  
}

.btn2{
    text-align: center;
    padding-top: 4%;
}

footer{
    height: 50px;
    background-color: #0086BB;  
}
