@charset "UTF-8";
/* 変数の定義
--------------------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* テキストパーツ
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #000000;
}

.brown {
  color: #5f4c4c;
}

.red {
  color: #f84b4b;
}

.gray {
  color: #666666;
}

/* KV
--------------------------------------------------*/
#menu_kv {
  background-image: url(../img/menu/menu_kv.jpg);
  background-position: center;
  background-size: cover;
  height: 480px;
  position: relative;
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  #menu_kv {
    background-image: url(../img/menu/sp/menu_kv_sp.jpg);
    height: 240px;
    margin-top: 70px;
  }
  #menu_kv::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
  }
}

#menu_kv .ttl {
  width: 176px;
  position: absolute;
  top: 215px;
  left: 146px;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  #menu_kv .ttl {
    width: 140px;
    right: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/* intro
--------------------------------------------------*/
.menu_intro_wrapper {
  max-width: 720px;
  margin: auto;
  padding: 115px 0;
  text-align: center;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .menu_intro_wrapper {
    padding: 80px 0;
  }
}

.menu_intro_wrapper p {
  color: red;
}

/* ランチ
--------------------------------------------------*/
.menu .section_inner {
  width: 90%;
}

.menu .section_inner .ttl_wrapper {
  max-width: 1100px;
  margin: auto;
  position: relative;
}

.menu .section_inner .ttl_wrapper::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ae8f3b;
  position: absolute;
  top: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .menu .section_inner .ttl_wrapper::after {
    top: 34px;
  }
}

.menu .section_inner .ttl_wrapper h3 {
  width: 108px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .menu .section_inner .ttl_wrapper h3 {
    width: 84px;
  }
}

.menu .section_inner .ttl_wrapper .dinner_ttl {
  width: 160px;
}

@media screen and (max-width: 768px) {
  .menu .section_inner .ttl_wrapper .dinner_ttl {
    width: 112px;
  }
}

.menu .section_inner .ttl_wrapper p {
  font-size: 2.5rem;
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .menu .section_inner .ttl_wrapper p {
    font-size: 2rem;
  }
}

.menu .section_inner ul {
  margin: 80px 0 70px;
}

@media screen and (max-width: 768px) {
  .menu .section_inner ul {
    margin: 20px 0 50px;
  }
}

.menu .section_inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 768px) {
  .menu .section_inner ul li {
    margin-bottom: 50px;
    display: block;
  }
}

.menu .section_inner ul li .menu_name_sp {
  background-color: #fcf1d2;
  padding: 10px 10px;
  max-width: 562px;
  width: 100%;
  font-size: 2rem;
  margin: 50px auto 20px;
  font-weight: 500;
}

.menu .section_inner ul li .menu_name_sp span {
  font-size: 70%;
  font-weight: 500;
}

.menu .section_inner ul li .menu_img {
  width: 52%;
}

@media screen and (max-width: 768px) {
  .menu .section_inner ul li .menu_img {
    width: 100%;
    max-width: 562px;
    margin: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.menu .section_inner ul li .tx_wrapper {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .menu .section_inner ul li .tx_wrapper {
    max-width: 562px;
    width: 100%;
    margin: 10px auto 10px;
  }
}

.menu .section_inner ul li .tx_wrapper .menu_name {
  background-color: #fcf1d2;
  padding: 5px 40px;
  max-width: 500px;
  width: 100%;
  font-size: 2.9rem;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .menu .section_inner ul li .tx_wrapper .menu_name {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 768px) {
  .menu .section_inner ul li .tx_wrapper .menu_name {
    font-size: 2rem;
    padding: 10px 10px;
    max-width: 562px;
  }
}

.menu .section_inner ul li .tx_wrapper .menu_name span {
  font-size: 70%;
  font-weight: 500;
}

.menu .section_inner ul li .tx_wrapper .menu_content {
  margin: 20px 0 0 40px;
  line-height: 1.9;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .menu .section_inner ul li .tx_wrapper .menu_content {
    font-size: 1.6rem;
    margin: 10px 0 0 10px;
  }
}

/* 備考
--------------------------------------------------*/
.menu_note_wrapper {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 70px;
  max-width: 950px;
}

.menu_note_wrapper p {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
}
/*# sourceMappingURL=menu.css.map */