
@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: 55vh;
}

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

.what{
    font-size: 2.2em;
    font-weight:900;
    padding-left: 2%;
}

.first{
    width: 70%;
    height: 75%;
    padding: auto;
    margin: 2em auto;
    background: #f7f092;
    color: #000;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.03);
    word-break: break-all;
    position: relative;
}
.first p{    
    font-size: 2em;
    width: 90%;
    margin:4% 5% 0 5%;
    text-align: center;
    position: absolute;
    top: 50%;              
    transform: translate(0, -50%) ;
    display: block;
    font-family:sans-serif;
    font-weight: 500;
    font-style: normal;
}
  
.text2{
    font-family:sans-serif ;
    padding: 1% 6% 3% 6%;
    font-size: 1em;
    text-align: center;
}

.blunch{
    font-size: 1.7em;
    color:#333132;
    font-weight: 600;
    text-align:left;
    width: 80%;
    margin: 3% 10%;
    background: #fac8e6;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
}



.blunch img{
    display: block;
    width: 80%;
    text-align: center; 
    margin: 3% auto;
}

.midasi2{
    font-family: "ab-quadra", sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    font-style: normal;
    padding: 0.5em 0 0 0.5em;
    width: 10em;
    text-decoration:underline;
    text-decoration-color:#333132;
}

.text3{
    font-family:sans-serif ;
    padding: 2% 6% 3% 6%;
    font-size: 1em;
    text-align: center;
}   
}
