@charset "UTF-8";


@media screen and (max-width:1023px){

    body{
        background-color: #ffffe5;
    }
    .nav {
        text-align: center;
        margin-top: 0.5rem;
    }
    .nav a{
        width: 30%;
        height: 3%;
        display: inline-block;
        font-size: 0.9em;
        margin-top: 0.5rem;
        padding-top:  1em;
        padding-bottom: 1em;
        text-decoration: none;
        font-weight:800;
        color: #90673e;
        background-color: #ebd3af;
        border: solid 2px #c5956b;
        border-radius: 3px;
        transition: .4s;
        }
        .nav a:hover{
        color: white;
        }
    
    
    .midashi img{
        height: 20%;
    }
    
    .schedule {
    width: 70%;
    padding: auto;
    margin: 2em auto;
    padding-bottom: 1%;
    background: #f7f092;/* 紙の色 */
    color: #000;/* 文字色 */
    font-family: "ab-quadra", sans-serif;
    font-weight: 400;
    font-style: normal;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.03);
    word-break: break-all;
}
    
.thisyear {
    margin: 1em 0 0 0; 
    padding: 0;
    font-size: 1em;
    text-align: center;
}
.sample_box11_tape {
    width: 50%;
    height: 15px;
    margin: -25px auto 0;
    background: #989898;
    opacity: 0.1;
}
    
.day1{
    text-align: center;
    font-size: 1em;
    margin-bottom: 1em;
    line-height: 1.5em;
    font-family: "ab-quadra", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.day1 span{
    font-family: 'Courier New', Courier, monospace;
    font-weight: 800;
}
    
.text1{
    font-size: 1.3em;
    color:#333132;
    font-weight: 600;
    padding: 1em;
    margin-top:-0.5em;
    text-align:left;
}
    
.title1{
    width: 3em;
    font-family: "ab-quadra", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
    color: #333132;
    border-bottom:solid ;
    padding-top: 1.5%;
    margin-left: 1.5%;
}
    
.title2{
    color:#333132;
    width: 5em;
    font-family: "ab-quadra", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
    border-bottom:solid;
    padding-top: 1.5%;
    margin-left: 1.5%;
}
    
.title3{
    color: #333132;
    width: 9em;
    font-family: "ab-quadra", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
    border-bottom:solid;
    padding-top: 1.5%;
    margin-left: 1.5%;
}
    
.pede .img1{
    width: 80%;
    text-align: center; 
    margin: 0 auto;
}
      
.pede {
    width: 80%;
    margin: auto 10%;
    color: #FFF;
    background: #e8ad69;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
}





}