@charset "utf-8";
body{
    background-color: rgb(255, 255, 255);
}
.container a{
    text-decoration: none;
}

.heads{
    background-color: white;
    position: sticky;
    top:0;
    left:0;
    width:100%;
    padding-top: 50px;


}
.head{
/*    width: 1fr;*/
    text-align: center;
    margin-bottom: 20px;
}

.head .titleA{
    font-family: 'Noto Serif JP', serif;
    font-size: 25px;
    font-weight: 900;
    margin-bottom:15px;
}
.head .titleB{
    font-family:'Noto Serif JP', serif;
    font-size:13px;
}
.menu{
    margin-bottom: 50px;
    margin-left: 15%;
    margin-right: 15%;
}

.menu .chap{
    display:flex;
    justify-content:center;
    gap: 15px;
}
.menu ul{
    font-family: 'Koulen', cursive;
    font-size: 18px;

}
.snsicon{
    display:flex;
    justify-content:center;
    gap: 30px;
    margin-bottom: 50px;
    color: rgb(150, 150, 150);
}
.container{
    /*display:grid;
    grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
    gap: 60px 60px;
    padding-left: 1%;
    padding-right: 1%;*/
    /*margin-top:300px;*/
    max-width: 50%;
    min-width: 375px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100vh;
    margin-bottom: 50px;
}
.chapter{
    font-family:'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 10px;
    text-align: left;  
    background: rgb(221,221,221);
    background: linear-gradient(36deg, rgba(221,221,221,1) 0%, rgba(240,240,240,1) 82%, rgba(255,255,255,1) 100%);    padding-bottom: 3px;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.item{
    border: 1px solid rgb(189, 189, 189);
    background-color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 20px;
}
.item p{
 
}
.item .wrap{
    display:flex;
}
.item .wrap img{
    /*max-width: 40%*/;
    width:144px;
    text-align: left;
    margin-right: 15px;
}

.itemEnd{
    border: 1px solid rgb(189, 189, 189);
    background-color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 20px;
}
.item p{
 
}
.itemEnd .wrap{
    display:flex;
    height: 144px;
}
.itemEnd .wrap img{
    /*max-width: 40%*/;
    width:144px;
    text-align: left;
    margin-right: 15px;
}


.texts{
    width:100%;
    padding-top: 40px;
}
.date{
    font-family:'Yu Gothic',sans-serif; 
    font-size: 11px;
    font-weight: 200;
    text-align: right;
    padding-right: 10%;
}
.komidashi{
    font-family: 'Koulen', cursive;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    /*border-bottom: 1px solid rgb(183, 183, 183);*/
}
.text{
    font-family:'Yu Gothic',sans-serif;; 
    font-size: 16px;
    line-height: 3em;

}
.bun{
    font-family:'Yu Gothic',sans-serif; 
    font-size: 13px;
    text-align: left;
    font-weight: 300;
    line-height: ;  
    margin-top: 20px; 
    margin-left: 5%;
    margin-right: 5%;
}
.foot{
    width: 1fr;
    height: 300px;
    color:white;
    background-color: rgb(59, 59, 59);
    text-align: center;
    padding: 20px;
}
.foottextA{
    font-family:'Yu Gothic',sans-serif;
    font-size:14px;
    font-weight: 200; 
}
.foottextB{
    font-family:'Yu Gothic',sans-serif;
    font-size:12px; 
    font-weight: 200;
    margin-top: 5px;
    margin-bottom: 20px;
}
.foot .create{
    font-family:'Yu Gothic',sans-serif;
    font-size:14px; 
    font-weight: 200;
    margin-bottom: 10px;

}
.foot .create a{
    text-decoration: underline;
    font-family:'Yu Gothic',sans-serif;
    font-size:12px; 
    font-weight: 200;
    margin-bottom: 10px;
}

.foot .cpy{
    font-family:'Yu Gothic',sans-serif;
    font-size:12px; 
    font-weight: 200;
    margin-top: 10px;
    margin-bottom: 30px;

}
.foot .gotop a{
    font-family:'Yu Gothic',sans-serif;
    font-size:12px; 
    font-weight: 200;
}
