@charset "UTF-8";


@media screen and (min-width:1024px){


body{
    background-color: #ffffe5;
}

.nav {
    text-align: center;
    margin-top: 0.5rem;
}
.nav a{
    width: 15%;
    height: 4%;
    display: inline-block;
    font-size: 17px;
    margin: 1em 0.5em;
    padding-top:   1em;
    padding-bottom: 1em;
    text-decoration: none;
    font-weight:800;
    color: #90673e;
    background-color: #ebd3af;
    border: solid 7px #c5956b;
    border-radius: 3px;
    transition: .4s;
}

.nav a:hover{
    color: white;
}


.midashi img{
    height: 60vh;
}

.schedule {
    width: 50%;
    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;
}

.day1 span{
font-family: 'Courier New', Courier, monospace;
font-weight: 800;
}

.thisyear {
 margin:1em 0 0 0; 
 padding: 0;
 font-size: 2em;
 text-align: center;
}

.sample_box11_tape {
 width: 50%;
 height: 35px;
 margin: -25px auto 0;
 background: #989898;
 opacity: 0.1;
}

.day1{
 text-align: center;
 font-size: 2em;
 margin-bottom: 1em;
 line-height: 1.5em ;
}

.text1{
    font-size: 1.7em;
    color:#333132;
    font-weight: 600;
    padding-right: 70px;
    padding-left:70px;
    padding-bottom: 2%;
    text-align:left;
    font-family:sans-serif ;
}

.title1{
    width: 3em;
    font-family: "ab-quadra", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    color: #333132;
    border-bottom:solid ;
    padding-top: 3%;
    margin-left: 1.5%;
}

.title2{
    color:#333132;
    width: 5em;
    font-family: "ab-quadra", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    border-bottom:solid;
    padding-top: 3%;
    margin-left: 1.5%;
}

.title3{
    color: #333132;
    width: 9em;
    font-family: "ab-quadra", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    border-bottom:solid;
    padding-top: 3%;
    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;
}


}