* {
  padding: 0;
  margin: 0;
}
body {
  background-color: #eee;
}
header {
  width: 100%;
  height: auto;
  background-color: #666;
  text-align: center;
}

li a:hover {
  color: gray;
}
main {
  height: auto;
}
footer {
  background-color: #666;
  color: #fff;
  text-align: center;
  line-height: 30px;
  clear: both;
}
h2 {
  text-align: center;
  margin: 10px;
  margin-right: 40px;
  margin-left: 40px;
  border-bottom: 1px solid #666;
}
h1 {
  color: #fff;
  font-size: 25px;
  text-align: center;
  background: #666;
  padding: 30px;
  font-family: serif;
}
#news {
  width: 80%;
  height: 150px;
  margin: auto;
  padding: 10px;
  border: 1px solid #000;
  overflow: auto;
  background-color: #eee;
  margin-bottom: 10px;
}
#news dl {
  display: flex;
  flex-wrap: wrap;
}
#news dt {
  width: 40%;
}
#news dd {
  width: 60%;
}
.slider {
  width: 500px;
  margin: 10px auto;
}
#btn {
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #999;
  font-size: 20px;
  border: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

#btn.on {
  visibility: visible;
  opacity: 1;
}
#menu1 {
  margin-top: 10px;
  height: 120px;
  margin-right: 40px;
  margin-left: 40px;
  font-size: 18px;
  text-align: center;
}

h4{
  text-align: center;
  font-size: 20px;
}
#menu{
    width: 700px;
    margin: 0 auto;
    float: left;
    padding: 10px;
}
.menu1 img{
    margin: 10px;
    float: left;
    margin-left: 90px;
}
#menusetu{
    width: 225px;
    height: 170px;
    padding: 10px;
    font-size: 15px;
    float: right;
    margin: 10px;
    margin-right: 90px;
    background-color: rgb(239, 228, 214);
}
.menu{
  width: 680px;
  margin: auto;
}
span{
  font-size: 30px;
  color: red;
}
h3{
  margin: 10px;
  margin-right: 40px;
  margin-left: 40px;
  background-color: #666;
  color: #fff;
  text-align: center;
  font-size: 20px;
  clear: both;
}
.nav-menu {
  background-color: #666; 
  color: #fff; 
  
}
.menu-list {
  display: flex;
  justify-content: center; 
  list-style: none;
  font-size: 20px;
}
.menu-item {
  background-color: #666; 
  position: relative;
}
.menu-item:hover .drop-menu-list,
.drop-menu-item:hover .drop-menu-list-child {
  opacity: 1; 
  opacity: .3s;
  visibility: .3s;
  visibility: visible; 
}

.menu-item a {
  align-items: center;
  color: #fff; 
  display: flex;
  height: 50px;
  justify-content: center;
  text-decoration: none; 
  
  width: 120px;
}


.drop-menu {
  position: relative;
}
.drop-menu-item {
  position: relative;
}


.drop-menu-list-child {
  background-color: #4682b4; 
}
.drop-menu-list {
  background-color: #696969; 
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  opacity: .3s;
  visibility: .3s; 
  visibility: hidden; 
  width: max-content;
  z-index: 1;
  list-style: none;
}


.drop-menu-list-child {
  left: 100%;
  opacity: 0; 
  position: absolute;
  top: 0;
  opacity: .3s; 
  visibility: .3s; 
  visibility: hidden; 
  width: max-content;
  z-index: 1;
}
#boxrecipe{
  width: 450px;
  height: auto;
  margin: auto;
  margin-top: 10px;
}
h5{
  text-align: center;
  background: #f0bcbc;
  font-size: 18px;
}
h6{
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  background: linear-gradient(-20deg, #632202 0%,#e8d964 20%, #f0bcbc 100%);
}
#access{
  width: 440px;
  padding: 10px;
  margin-left: 40px;
  background-color: #fff;
}
#map{
  margin-top: 10px;
  text-align: center;

}
small{
  font-size: 14px;
  text-align: center;
}
strong{
  color: orangered;
}
