@charset "UTF-8";
/* -------------------------------------
カラー
------------------------------------- */
.c-page_mv.--img {
  background-image: url(../img/restaurant/mv_bg.webp?260226);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.res-intro_inner {
  width: 100%;
  max-width: 144rem;
  margin-inline: auto;
  padding-block: 16.7rem 19rem;
}
@media screen and (max-width: 768px) {
  .res-intro_inner {
    padding-block: 6.7rem 5rem;
  }
}

.res-flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .res-flex {
    flex-direction: column-reverse;
    gap: 5rem;
  }
}

.res-intro_img {
  width: 62.2rem;
  height: auto;
  aspect-ratio: 622/720;
}
@media screen and (max-width: 768px) {
  .res-intro_img {
    width: 100%;
    height: auto;
  }
}
.res-intro_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.res-intro_textArea {
  padding-top: 7.3rem;
  width: 62.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .res-intro_textArea {
    padding-inline: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .res-intro_textArea {
    width: calc(100% - 6rem);
    margin-inline: auto;
    padding-top: 0;
    padding-inline: 0;
  }
}

.res-intro_catch {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .res-intro_catch {
    font-size: 2.2rem;
  }
}

.res-intro_text {
  margin-top: 5.2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .res-intro_text {
    margin-top: 2.4rem;
  }
}

.res-intro_btn-block {
  margin-top: 8rem;
  display: flex;
  gap: 1.3rem;
}
@media screen and (max-width: 768px) {
  .res-intro_btn-block {
    margin-top: 4rem;
    flex-direction: column;
  }
}

.res-intro_btn {
  width: 25rem;
  height: 6rem;
}
@media screen and (max-width: 768px) {
  .res-intro_btn {
    width: 30rem;
    height: 5rem;
    margin-inline: auto;
  }
}
.res-intro_btn:last-of-type {
  width: 30rem;
}

@media screen and (max-width: 768px) {
  .res-line_block {
    display: none;
  }
}

.res-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #C0BBB3;
}

.res-menu {
  padding-block: 17.7rem 21.3rem;
}
@media screen and (max-width: 768px) {
  .res-menu {
    padding-block: 6.7rem 11.3rem;
  }
}

.res-menu_block + .res-menu_block {
  margin-top: 15rem;
}
@media screen and (max-width: 768px) {
  .res-menu_block + .res-menu_block {
    margin-top: 10rem;
  }
}

.res-menu_tab-ttl + .res-menu_cat-ttl {
  margin-top: 4rem;
}

.res-menu_cat-ttl {
  margin-top: 16rem;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-bottom: 1.1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .res-menu_cat-ttl {
    margin-top: 8rem;
  }
}
.res-menu_cat-ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #C0BBB3;
}

.res-menu_list .res-menu_item {
  padding-block: 6.5rem;
}
@media screen and (max-width: 768px) {
  .res-menu_list .res-menu_item {
    padding-block: 3.5rem;
  }
}
.res-menu_list .res-menu_item > *:first-child {
  margin-top: 0 !important;
}

.res-menu_msg {
  line-height: 1.5;
}

.res-menu_flex {
  margin-top: 3.8rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .res-menu_flex {
    flex-direction: column;
  }
}

.res-menu_img {
  width: 48rem;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .res-menu_img {
    width: 100%;
  }
}
.res-menu_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.res-menu_textArea {
  width: 42rem;
}
@media screen and (max-width: 768px) {
  .res-menu_textArea {
    width: 100%;
  }
}

.res-menu_ttl {
  margin-top: 3rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.res-menu_price {
  margin-top: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
}
.res-menu_price .--value {
  font-size: 2.2rem;
}
.res-menu_price .--unit {
  font-size: 1.2rem;
}

.res-platte {
  margin-top: 4.7rem;
  padding: 3rem 3.2rem;
  border: 1px solid #C0BBB3;
}
@media screen and (max-width: 768px) {
  .res-platte {
    margin-top: 3rem;
    padding: 3rem 2;
  }
}

.res-platte_text {
  line-height: 1.5;
}

.res-menu_note {
  margin-top: 2.4rem;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #857456;
}
.res-menu_note li {
  padding-left: 1.6rem;
  position: relative;
}
.res-menu_note li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0.5lh;
  translate: 0 -50%;
}

.res-menu_topic {
  width: 100%;
  margin-top: 7rem;
  background-color: #E6E1DA;
  padding: 4.2rem 5rem;
}
@media screen and (max-width: 768px) {
  .res-menu_topic {
    margin-top: 3.5rem;
    padding: 3.2rem 2.5rem;
  }
}
.res-menu_topic > *:first-child {
  margin-top: 0 !important;
}

.res-menu_topic-ttl {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.res-menu_topic-text {
  margin-top: 1.7rem;
  line-height: 1.5;
}

.res-menu_table {
  margin-block: 3rem;
}
@media screen and (max-width: 768px) {
  .res-menu_table {
    margin-block: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .res-menu_table .c-table th {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .res-menu_table .c-table th::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .res-menu_table .c-table td {
    font-size: 1.4rem;
    width: 100%;
    text-align: right;
    padding-left: 0;
    margin-top: 0.3rem;
  }
}

.res-menu_res {
  margin-block: 3rem;
}
@media screen and (max-width: 768px) {
  .res-menu_res {
    margin-block: 2rem;
  }
}

.res-menu_res-text {
  line-height: 2;
}
.res-menu_res-text a {
  border-bottom: 1px solid #708C13;
  color: #708C13;
  padding-bottom: 0.1em;
  transition: 0.3s;
}
.res-menu_res-text a:hover {
  opacity: 0.7;
}

.res-res_btn-block {
  margin-top: 3rem;
  display: flex;
  gap: 1.3rem;
}
@media screen and (max-width: 768px) {
  .res-res_btn-block {
    margin-top: 2rem;
    flex-direction: column;
  }
}

.res-res_btn {
  width: 25rem;
  height: 6rem;
}
@media screen and (max-width: 768px) {
  .res-res_btn {
    width: 30rem;
    height: 5rem;
    margin-inline: auto;
  }
}
.res-res_btn.--tel .c-btn {
  padding-block: 0.5rem;
}
.res-res_btn.--tel .c-btn_text {
  line-height: 1.3;
  text-align: center;
}
.res-res_btn.--tel .c-btn_text span {
  display: block;
}
.res-res_btn.--tel .c-btn_text span:first-child {
  font-size: 1.2rem;
}
.res-res_btn.--tel .c-btn_text span:last-child {
  font-size: 1.8rem;
}