@charset "utf-8";

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #83dce7;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.title {
  height: 210px;
  background-image: url(../images/menu/bg-main.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}

.title h1 {
    font-family: 'Montserrat' , sans-serif;
    font-size: 32px;
    font-weight: bold;
}

.title p {
    font-size: 14px;
    margin-top: 15px;
}

.recommended {
    padding-top: 10px;
    padding-bottom: 55px;
}

.recommended h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.recommended h2::after {
    display: block;
    width: 36px;
    height: 3px;
    background-color: #000000;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.lead2{
    max-width: 600px;
    margin: 10px auto;
}

.lead2 p{
    text-align: center;
}

.item-list {
    width: 930px;
    max-width: 90%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit,240px);
    column-gap: 95px;
    row-gap: 70px;
    justify-content: center;
}

.item-list img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border: 1px #c7c7c7 solid;
    }

.item-list dl {
    margin-top: 20px;
}

.item-list dt {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}

.item-list dd {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
    margin-left: auto;
}

.item-list .price {
    font-weight: bold;
    margin-top: 15px;
}

.item-list2 {
    width: 930px;
    max-width: 90%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit,240px);
    column-gap: 95px;
    row-gap: 70px;
    justify-content: center;
}

.item-list2 img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 300px;
    border: 1px #c7c7c7 solid;
    }

.item-list2 dl {
    margin-top: 10px;
}

.item-list2 dt {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}

.item-list2 dd {
    font-size: 13px;
    line-height: 15px;
    margin-top: 10px;
    margin-left: auto;
}

.item-list2 .price {
    font-weight: bold;
    margin-top: 15px;
}

.link-button2 {
  background-color: #f4dd64;
  color: #000;
  border-radius: 10px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0px 5px 15px -5px rgba(0,0,0,0.8);
}
.link-button2:hover {
  color: #000;
  opacity: 0.6;
}

.footer {
    margin-top: 100px;
}

@media (max-width: 800px) {
 .item-list {
    margin-top: 45px;
    row-gap: 40px
    ;
 }

 .title {
  height: 210px;
  background-image: url(../images/menu/bg-main.jpg);
}
}