#Restaurant .restaurantMenu a {
  text-decoration: none;
  color: #573d1d;
}
#Restaurant .restaurantMenu a img {
  width: 144px;
  transition-duration: 0.5s;
  border-radius: 3px;
}
#Restaurant .restaurantMenu a img:hover {
  transform: scale(1.2);
  transition-duration: 0.5s;
}
#Restaurant .restaurantMenu .restaurantmenu_caption_img {
  text-align: center;
  margin: 10px 0 0 0;
}

#Restaurant .restaurantMenu table.menuListB th {
  text-align: left;
}
#Restaurant .restaurantMenu table.menuListB th img {
  width: 144px;
}

#BBQ .bbqflex {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
#BBQ .bbqflex a img {
  width: 144px;
  transition-duration: 0.5s;
  border-radius: 3px;
}
#BBQ .bbqflex a img:hover {
  transform: scale(1.2);
  transition-duration: 0.5s;
}

/*============================
Bar
============================*/
.bar-mainphoto {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 25px;
}

img {
  width: 100%;
}

.bar-catch {
  font-size: 16px;
  line-height: 1.8;
  width: 85%;
  text-align: left;
  padding: 0 0 25px;
}

.bar-menu {
  position: absolute;
}

.bar-menu01 {
  font-size: 16px;
  line-height: 1.8;
  width: 95%;
  padding: 25px 30px 0 30px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #BBQ .bbqflex {
    flex-wrap: wrap;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #BBQ .bbqflex .annotation {
    margin: 15px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #bar article#Under section #contentsHead h2 {
    width: calc(100% - 10px);
    font-size: 26px;
    line-height: 1;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    letter-spacing: 1px;
    padding: 0 0 10px 10px;
  }
  .bar-catch {
    font-size: 15px;
    line-height: 1.7;
    width: 100%;
    text-align: left;
    margin: 0 auto;
  }
  .bar-menu-title {
    font-size: 34px;
    width: 100%;
    padding: 15px 0;
    margin: 0 auto;
  }
  .bar-menu01 {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.15rem;
    width: 95%;
    padding: 0 0 35px 0;
    font-weight: bold;
    text-align: left;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=update.css.map */