@charset "UTF-8";
/*------------------------------
  レスポンシブの設定
------------------------------*/
/*-------------------------------------------
　メインビジュアル
-------------------------------------------*/
.mv-area {
  width: 100vw;
  height: 50vh;
  background-image: url(../img/lasagna_top.png);
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
  align-content: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 560px) {
  .mv-area {
    height: 40vh;
  }
  .mv-area .container {
    padding: 0;
  }
}

p.mv-title {
  color: #fff;
  line-height: 35px;
  background-color: rgba(31, 25, 25, 0.5);
  width: 50%;
  z-index: 10;
  display: inline-block;
  text-align: left;
  margin-left: 50px;
  margin-top: 200px;
  padding: 20px 50px;
}
@media screen and (max-width: 560px) {
  p.mv-title {
    margin-left: 0;
    margin-top: 100px;
    padding: 1em;
    line-height: 2em;
    font-size: 0.8em;
    width: 70%;
  }
}

/*-------------------------------------------
　メニューリンク
-------------------------------------------*/
.menu-link {
  background: #c7c4c4;
}
@media screen and (max-width: 560px) {
  .menu-link {
    padding-top: 0;
  }
}

.menu-link-li {
  display: inline-block;
  display: flex;
  justify-content: center;
  list-style: none;
  align-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0;
  padding: 15px 0;
}
@media screen and (max-width: 560px) {
  .menu-link-li {
    flex-direction: column;
    align-content: space-around;
    align-items: center;
    line-height: 2em;
  }
}
.menu-link-li a {
  color: #100303;
  display: inline-block;
}
@media screen and (max-width: 560px) {
  .menu-link-li a::before {
    content: "▶";
    display: inline-block;
    margin-right: 0.3em;
  }
}
.menu-link-li .menu-food a,
.menu-link-li .menu-drink a,
.menu-link-li .menu-desert a {
  margin: 0 20px;
}

@media screen and (max-width: 560px) {
  .menu-li {
    display: none;
  }
}

/*-------------------------------------------
　軽食
-------------------------------------------*/
.food {
  background: #e1dcdc;
}
.food .food-no1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.food .food-no1:before {
  content: "";
  background: url(../img/no1_ninki.png) no-repeat;
  background-size: contain;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 33px;
  width: 140px;
  height: 200px;
}
@media screen and (max-width: 560px) {
  .food .food-no1 {
    flex-direction: column-reverse;
  }
  .food .food-no1::before {
    top: 167px;
    left: 0;
    width: 100px;
  }
}
.food .food-no1 img {
  width: 50%;
}
@media screen and (max-width: 560px) {
  .food .food-no1 img {
    width: 100%;
  }
}
.food .food-no1 .food-no1-text {
  width: 40%;
}
@media screen and (max-width: 560px) {
  .food .food-no1 .food-no1-text {
    width: 100%;
  }
}
.food .food-no1 .food-no1-text p {
  margin-top: 40px;
}
@media screen and (max-width: 560px) {
  .food .food-no1 .food-no1-text p {
    margin-top: 1.5em;
  }
}
.food .food-no1 .food-no1-text h3 {
  margin: 0;
}
.food .food-no1 .food-no1-text h4 {
  margin: 0;
}
.food .food-others {
  background: #c4c0c0;
  padding: 0 30px 20px 30px;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .food .food-others {
    width: 100%;
  }
}
.food .food-others h5 {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin: 10px 0;
  padding-top: 10px;
}
.food .food-others .other-item {
  display: flex;
  justify-content: space-between;
  line-height: 70px;
}
@media screen and (max-width: 560px) {
  .food .food-others .other-item {
    flex-direction: column;
    line-height: 1.5em;
  }
}
.food .food-others .other-item dt {
  font-weight: bold;
}
@media screen and (max-width: 560px) {
  .food .food-others .other-item dd {
    margin-left: 0;
    margin-bottom: 1em;
  }
}
.food .point-text p {
  margin: 0 auto;
  width: 70%;
  font-size: 14px;
  padding-bottom: 20px;
}
@media screen and (max-width: 560px) {
  .food .point-text p {
    margin-left: 0;
    width: 100%;
  }
}
.food .point-text p::before {
  content: "※";
}

/*-------------------------------------------
　飲み物
-------------------------------------------*/
.drink {
  background: #fff;
}
.drink .drink-no1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 560px) {
  .drink .drink-no1 {
    flex-direction: column;
  }
}
.drink .drink-no1 img {
  width: 50%;
}
@media screen and (max-width: 560px) {
  .drink .drink-no1 img {
    width: 100%;
  }
}
.drink .drink-no1 .drink-no1-text {
  width: 40%;
}
@media screen and (max-width: 560px) {
  .drink .drink-no1 .drink-no1-text {
    width: 100%;
  }
}
.drink .drink-no1 .drink-no1-text p {
  margin-top: 40px;
}
@media screen and (max-width: 560px) {
  .drink .drink-no1 .drink-no1-text p {
    margin-top: 1.5em;
  }
}
.drink .drink-no1 .drink-no1-text h3 {
  margin: 0;
}
.drink .drink-no1 .drink-no1-text h4 {
  margin: 0;
}
.drink .drink-others {
  background: #c4c0c0;
  padding: 0 30px 20px 30px;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .drink .drink-others {
    width: 100%;
  }
}
.drink .drink-others h5 {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin: 10px 0;
  padding-top: 10px;
}
.drink .drink-others .other-item {
  display: flex;
  justify-content: space-between;
  line-height: 70px;
}
@media screen and (max-width: 560px) {
  .drink .drink-others .other-item {
    flex-direction: column;
    line-height: 1.5em;
  }
}
.drink .drink-others .other-item dt {
  font-weight: bold;
}
@media screen and (max-width: 560px) {
  .drink .drink-others .other-item dd {
    margin-left: 0;
    margin-bottom: 1em;
  }
}
.drink .point-text p {
  margin: 0 auto;
  width: 70%;
  font-size: 14px;
  padding-bottom: 20px;
}
@media screen and (max-width: 560px) {
  .drink .point-text p {
    margin-left: 0;
    width: 100%;
  }
}
.drink .point-text p::before {
  content: "※";
}

/*-------------------------------------------
　デザート
-------------------------------------------*/
.desert {
  background: #f6efef;
  /*   .desert-no1 {
    display: flex;
    justify-content: center;
    align-items: center; */
}
.desert img {
  width: 70%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .desert img {
    width: 100%;
  }
}
.desert .desert-others {
  background: #c4c0c0;
  padding: 0 30px 20px 30px;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .desert .desert-others {
    width: 100%;
  }
}
.desert .desert-others h5 {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin: 0 0 10px 0;
  padding-top: 10px;
}
.desert .desert-others .other-item {
  display: flex;
  justify-content: space-between;
  line-height: 70px;
}
@media screen and (max-width: 560px) {
  .desert .desert-others .other-item {
    flex-direction: column;
    line-height: 1.5em;
  }
}
.desert .desert-others .other-item dt {
  font-weight: bold;
}
@media screen and (max-width: 560px) {
  .desert .desert-others .other-item dd {
    margin-left: 0;
    margin-bottom: 1em;
  }
}
.desert .point-text p {
  margin: 0 auto;
  width: 70%;
  font-size: 14px;
  padding-bottom: 20px;
}
@media screen and (max-width: 560px) {
  .desert .point-text p {
    margin-left: 0;
    width: 100%;
  }
}
.desert .point-text p::before {
  content: "※";
}

.text-divider {
  display: flex;
  align-items: center;
}

.text-divider::before,
.text-divider::after {
  content: "";
  border: 1px dashed #acacac;
  flex-grow: 1;
}

.text-divider::before {
  margin-right: 1rem;
}

.text-divider::after {
  margin-left: 1rem;
}

.text-divider02 {
  display: flex;
  align-items: center;
}

.text-divider02::before,
.text-divider02::after {
  content: "";
  border: 1px dashed #fff;
  flex-grow: 1;
}

.text-divider02::before {
  margin-right: 1rem;
}

.text-divider02::after {
  margin-left: 1rem;
}/*# sourceMappingURL=menu.css.map */