*{
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}
#wrap{
    width: 90%;
    max-width: 800px;
    height: auto;
    border: 0px solid red;
    margin: 10px auto;
    background-color: lightyellow;
}
header{
    width: 95%;
        height: auto;
    padding: 10px 2.5%;
    background-color: red;
    vertical-align: middle;
      
}
header h1{
    color: peachpuff;
    font-family: 'HG丸ｺﾞｼｯｸM-PRO',sans-serif;
       line-height: 40px;
    
}

header #top{
    width: 30%;
    padding: 5px 0;
}
header #title-a{
    
float: left;
}
header #title-b{
  
float: left;
height: 35px;

}
#title:after{
    content: "";
    display: block;
    clear: both;
    
}
   nav{
    width: 100%;
    height: 40px;
    margin: 0;
   }
   nav ul{
    font-size: 0;
   }
   nav ul li{
    
    display: inline;
    text-align: center;
   }
   nav ul li a{

    display: inline-block;
    width: 25%;
    font-size: 16px;
    font-family: 'HG丸ｺﾞｼｯｸM-PRO',sans-serif;
    color: red;
background-color: peachpuff;
line-height: 40px;
/* border-top: 10px solid brown;
border-bottom: 10px solid brown; */
   text-decoration: none;
}
nav ul li a:hover{
    background-color: tomato;
    color: peachpuff;
    transition: 0.5s;
}
main{
    width: auto;
    height: auto;
    margin: 10px 2.5%;
    border: 0px solid #000;
}

/* index.html */
main p{
    font-size: 18px;
    font-family: 'HG丸ｺﾞｼｯｸM-PRO',sans-serif;
    color: red;
    text-align: center;
    line-height: 1.5;
    margin-top: 10px;
}
.slider{
    width: auto;
    height: auto;
    margin: 10 auto;
}
.slick-prev{
    left: 5px;
    z-index: 10;
}
.slick-next{
    right: 15px;
}
.slick-next::before,.slick-prev::before{
    opacity: 1;
    font-size: 30px;
}

#main{
    width: auto;
    height: auto;
    margin: 10px 2.5%;
    border: 0px solid #000;
    overflow: hidden;
}
.thisweek{
width: calc(50% - 10px);
    height: auto;
    
    background-color: peachpuff;
    float: left;
    border: 1px dotted red;
    border-radius: 10px;
}
.thisweek h2{
    width: auto;
    height: auto;
    font-size: 24px;
    line-height: 40px;
    font-family: 'HG丸ｺﾞｼｯｸM-PRO',sans-serif;
    
    background-color: red;
    color: peachpuff;
    padding: 5px 10px;
    border-radius: 10px;
}
.spe{
    margin: 10px;
}
.thisweek p{
    font-size: 14px;
    font-family: 'HG丸ｺﾞｼｯｸM-PRO',sans-serif;
    color: brown;
    margin: 0 10px 10px 10px;
    line-height: 1.4;
}
.koushin{
    width: calc(50% - 10px);
    height: auto;
    font-size: 13px;
    font-family: 'HG丸ｺﾞｼｯｸM-PRO',sans-serif;
    color: brown;
    line-height: 1.6;
    background-color: peachpuff;
    float: right;
    border: 1px dotted red;
    border-radius: 10px;
}
.koushin h2{
    width: auto;
    height: auto;
    font-size: 24px;
    line-height: 40px;
    font-family: 'HG丸ｺﾞｼｯｸM-PRO',sans-serif;
    
    background-color: red;
    color: peachpuff;
    padding: 5px 10px;
    border-radius: 10px;
}
.koushin dl{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.koushin dt{
    width: 35%;
}
.koushin dd{
    width: 65%;
}
footer{
    width: 100%;
    height: 30px;
    margin: 0;
    background-color: red;
    color: peachpuff;
    text-align: center;
    clear: both;
}
/* menu.html */
main article #menu{
    width: 100%;
    height: auto;
    margin: 10px 2.5%;
    
    
}
#menu h2{
    width: auto;
    height: auto;
    font-size: 24px;
    line-height: 40px;
    font-family: 'HG丸ｺﾞｼｯｸM-PRO',sans-serif;
        background-color: red;
    color: peachpuff;
    padding: 5px 10px;
    border-radius: 10px;
}
.stan{
    width: auto;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    
   
}
.stan h3{
    color: peachpuff;
    background-color: tomato;
    font-size: 20px;
    font-family: 'HG丸ｺﾞｼｯｸM-PRO',sans-serif;
    
    line-height: 30px;
    padding: 5px 20px;
    margin-bottom: 10px;
    border-bottom: 5px solid red;
    border-radius: 10px;
}
#text{
    width: auto;
    height: 180px;
    clear: both;
    list-style-type: none;
}
#photo{
    width: calc(30% - 15px);
    height: auto;
    float: left;
}

.txt{
width: calc(70% - 15px);
height: auto;
float: right;
}
.sina{
    line-height: 25px;
    background-color: lightsalmon;
    font-size: 18px;
    font-family: 'HG丸ｺﾞｼｯｸM-PRO',sans-serif;
    color: white;
    padding: 5px 15px;text-shadow: 2px 2px 2px red;
    border-radius: 10px;
    text-align: left;
}

.sina2{
    font-size: 14px;
    font-family: 'HG丸ｺﾞｼｯｸM-PRO',sans-serif;
    color: brown;
    padding: 5px;
    text-align: left;

}
/* recpe.html */
main article #recipe{
    width: 100%;
    height: 200px;
    margin: 10px 2.5%;
    
    
}
#recipe h2{
    width: auto;
    height: auto;
    font-size: 24px;
    line-height: 40px;
    font-family: 'HG丸ｺﾞｼｯｸM-PRO',sans-serif;
    
    background-color: red;
    color: peachpuff;
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
#recipe dl{
    width: auto;
    height: auto;
    overflow: hidden;
}
#recipe dt{
    width: auto;
    color: white;
    background-color: tomato;
    font-size: 20px;
    font-family: 'HG丸ｺﾞｼｯｸM-PRO',sans-serif;
    line-height: 30px;
    padding: 5px 20px;
    margin-bottom: 5px;
    margin: 0 5px 5px 5px;
    border-bottom: 5px solid red;
    border-radius: 10px;
    clear: both;
}
#recipe dd{
    width: calc(70% - 15px);
    height: auto;
    font-size: 16px;
    font-family: 'HG丸ｺﾞｼｯｸM-PRO',sans-serif;
    color: brown;
    float: left;
    padding: 10px;
}
#recipe .crepe{
    width: calc(30% - 15px);
    height: auto;
    float: right;
    padding:10px 10px 10px 0;
}

/* access.html */
main article #access{
    width: 100%;
    height: auto;
    margin: 10px 2.5%;
    
}
main #access h2{
    width: auto;
    height: auto;
    font-size: 24px;
    line-height: 40px;
    font-family: 'HG丸ｺﾞｼｯｸM-PRO',sans-serif;
    
    background-color: red;
    color: peachpuff;
    padding: 5px 10px;
    border-radius: 10px;
}
main #access h3{
    color: peachpuff;
    background-color: tomato;
    font-size: 20px;
    font-family: 'HG丸ｺﾞｼｯｸM-PRO',sans-serif;
    line-height: 30px;
    padding: 5px 20px;
    margin: 10px;
    border-bottom: 5px solid red;
    border-radius: 10px;
}
main #access .map{
    margin: 5px 10px;

}
main #access p{
    font-size: 14px;
    font-family: 'HG丸ｺﾞｼｯｸM-PRO',sans-serif;
    text-align: left;
    color: brown;
    margin: 10px;
}

button{
    width: 50px;
    line-height: 50px;
    background-color: red;
    border-radius: 50%;
    border: none;
    color: peachpuff;
    position: fixed;
    
    right: 20px;
    bottom: 20px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
} 
.on{
    visibility: visible;
    opacity: 1;
}