@charset "utf-8";

/* ヘッダー */
header{
    display: flex;
    justify-content: center;
    background-color: #f4f9d9;
    background-image: linear-gradient(45deg, #116b05 25%, transparent 25%, transparent 75%, #116b05 75%),
                    linear-gradient(45deg, #116b05 25%, transparent 25%, transparent 75%, #116b05 75%);
    background-size: 80px 80px;
    background-position: 0 0, 40px 40px;
}

body{

    background-color: #f4f9d9;
    
    
}

nav ul li{
    background-color: #9e3414;
    font-size: 16px;
    color: #f4f9d9;
    padding: 8px;
    text-decoration: underline double#f7fcd0 1px;

}

div{
    width: 1240px;
    margin: 0 auto 50px;
    
    
}

nav ul{
    margin-top: 36px;
    margin-left: 12px;
    border: 3px solid rgb(194, 26, 26);
}

#mida{
    font-size: 74px;
    color: rgb(194, 26, 26);
    margin-top: 120px;
    margin-bottom: 80px;
    text-align: center;
    padding: 13px 25px 12px 20px;
    font-family: "Emilys Candy", serif;
    font-weight: 500;
    font-style: normal;
    text-shadow: 2px 1px rgb(24, 20, 20);
    background-color: #ebf0be;
    display: inline-block;
    box-shadow: 4px 2px 4px 4px;
    
    

    

}

#catch{
    background-color: #f4f9d9;
    color: rgb(0, 53, 0);
    font-size: 28px;
    margin: 5px;
    padding: 3px;
    text-align: center;
    font-weight: 500;
    font-family: "Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
    justify-content: center;
    margin-top: 30px;

}



div{

    justify-content: space-around;
    
}
.sinagaki{
    display: flex;
    font-family: "Cabin Sketch", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h2{
    
    font-size: 28px;
    margin-top: 40px;
    padding: 3px;
    text-align: center;
    font-weight: 500;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(194, 26, 26);
    text-shadow: 1px 1px 1px #0a3404;
    
    
    
}

h3{
    background-color: #ebf0be;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 23px;
    width: 240px;
    font-family: "Cabin Sketch", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-left: 30px;
    margin-right: 30px;
    
}

ul{
    padding: 10px;
    margin-top: 30px;    
}

p{
    text-align: center;
}

.pe{
    
    border: 3px solid #116b05;
    width:400px;
    height: 480px;
    padding: 5px;
    text-align: center;
    margin: 50px;
    border-radius: 20px;
    background-color: #ebf0be;
}

ul li{
    color: #0a3404;
}

.RECRUIT{
    background-color: #ebf0be;
    margin-bottom: 15px;
    padding-bottom: 26px;
    padding-top: 34px;
    width: 660px;
    padding-left: 44px;
    padding-right: 20px;
    border: 1px solid #116b05;
    border-radius: 16px;
    color: #0a3404h;
    
}

.RP{
    display: flex;
    

}
.RECRUIT p{
    text-align: left;
    font-size: 18px;
    
}

section{
    background-color: #116b05;

}


textarea{
    background-color: #fff;
    border-radius: 8px;
    margin: 6px;
    background-color: #f4f9d9;
}

.send{
    background-color: #116b05;
    padding: 10px;
    margin: 5px;

}

input{
    color: rgb(194, 26, 26);
    font-size: 20px;
    font-weight: 500;
    margin: 12px;
    border-radius: 8px;
    text-shadow: 1px 0px rgb(24, 20, 20);
    background-color: #f4f9d9;
    padding: 6px 14px;
    display: inline;
}

form{
    line-height: 2.0;
    padding: 4px;   
    
}

iframe{
    width: 450px;
}

.tizu{
    display: flex;
    margin: 40px;
    padding: 40px;
}
.tizu p{
    background-color: #ebf0be;
    align-self: center;
    border: 1px solid #0a3404;
    border-radius: 10px;
    padding: 30px;
    text-align: left;
}

form p{
    color: #ebf0be;
    
}

footer{
    display: flex;
    justify-content: center;
    background-color: #f4f9d9;
    background-image: linear-gradient(45deg, #116b05 25%, transparent 25%, transparent 75%, #116b05 75%),
                    linear-gradient(45deg, #116b05 25%, transparent 25%, transparent 75%, #116b05 75%);
    background-size: 80px 80px;
    background-position: 0 0, 40px 40px;
}

#saigo{
    font-size: 28px;
    color: rgb(194, 26, 26);
    margin-top: 90px;
    margin-bottom: 100px;
    text-align: center;
    padding: 13px 10px 12px 10px;
    font-family: "Emilys Candy", serif;
    font-weight: 300;
    font-style: normal;
    text-shadow: 1px 0px rgb(24, 20, 20);
    background-color: #ebf0be;
    display: inline-block;
    
    border: 2px solid #0a3404;
    border-radius: 0 16px 0 16px;
}