html{
    height: 100%;
}

body{
    font-family: sans-serif;
    height: 100%;
    margin: 0;
    text-align: center;
    background-color: white;
    color: black;
}

header{
    position: fixed;
    display: flex;
    top: 0;
    z-index: 19;
    width: 100%;
    height: 50px;
    background-color: #38b48b;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    box-sizing: border-box;
}

header h1{
    margin: 0;
    font-family: serif;
    align-items: center;
    font-size: 32px;
    color: #e6b422;
    filter: drop-shadow(0 0 4px white);
    line-height: 1;
}

header ul{
    display: flex;
    list-style: none;
    align-items: center;
    height: 100%;
    gap: 30px;
    margin: 0;
}

header a{
    text-decoration: none;
    font-size: 20px;
    font-family: serif;
    line-height: 1;
    display: block;
    padding: 8px 15px;
    margin: 0 7px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    color: white;
}

header a:hover{
    color: #e6b422;
    filter: drop-shadow(0 0 4px #e6b422);
    font-size: 23px;
}

.main{
    margin-top: 50px;
    background-image: repeating-linear-gradient(60deg, #752100, #a22041 15px, #752100 30px);
    background-size: cover;
    padding: 50px;
}

#title{
    width: 60%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 100px;
}

.oshirase div{
    margin: 20px auto;
    padding: 5px;
    width: 40%;
    background-color: #deb068;
    border: 20px solid #8d6449;
    border-radius: 45px;
}

.oshirase h3{
    font-size: 35px;
    color: white;
}

.oshirase p{
    text-align: left;
    font-size: 23px;
    color: white;
}

.top{
    width: 85%;
    margin: 0 auto;
    display: flex;
    padding: 20px;
}

#counter{
    position: relative;
    width: 500px;
    height: 300px;
    background-image: url("img/acounter.png");
    background-size: cover;
    border: 20px groove #e6b422;
    margin: auto;
}

#counter img{
    position: absolute;
    width: 44px;
}

.profile{
    margin: auto;
    width: 40%;
    background-color: #c1e4e9;
    border: 30px solid #eebbcb;
    border-radius: 60px;
    gap: 4%;
}

.profile img{
    width: 20%;
    height: auto;
    margin: 0 auto;
    border: 10px solid black;
}

.profile h2{
    font-family: serif;
    font-size: 35px;
}

.profile p{
    font-size: 20px;
    text-align: left;
}

.matome{
    width: 85%;
    margin: 0 auto;
    display: flex;
    padding: 20px;
    background-image: repeating-linear-gradient(-60deg, #852e19, #cb8347 15px, #852e19 35px);
    border: 20px groove darkgray;
}

.news{
    width: 50%;
    height: 730px;
    margin: 0;
    background-image: url("img/news_bg.png");
    background-size: cover;
    padding: 20px;
    border: 25px groove gray;
    border-radius: 45px;
}

.news h2{
    font-size: 40px;
    font-family: serif;
    margin: 20px auto;
    padding: 5px;
    width: 250px;
    background-color: #e7e7eb;
    border: 10px groove #393f4c;
    border-radius: 45px;
}

.news_content{
    width: 80%;
    margin: 20px auto;
    padding: 5px 0;
    background-color: #e7e7eb;
    border: 5px solid #393f4c;
    border-radius: 15px;
}

.news_content h3{
    font-size: 27px;
    margin: auto 20px;
    width: fit-content;
}

.news_content div{
    width: 100%;
}

.news_content a{
    display: block;
    color: #4c6473;
    font-size: 23px;
    text-decoration: none;
}

.news_content a:hover{
    color: #e6b422;
    filter: drop-shadow(0 0 4px #e6b422);
}

.blog{
    width: 50%;
    padding-top: 100px;
}

.yajirushi img{
    width: 30%;
}

.purabe img{
    width: 75%;
}

.purabe img:hover{
    filter: invert(100%);
}

footer{
    height: 30px;
    background-color: #9d5b8b;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer p{
    margin: 0 20px;
    font-size: 17px;
    color: white;
}

.kara{
    height: 300%;
}

.last img{
    width: 5%;
    float: right;
}