@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  .restaurant__ttl {
    font-size: 4.2rem;
    text-align: center;
  }
  .lunch-event__img-list {
    display: flex;
    gap: 25px;
  }
  /* news
  ---------------------------------------------------------------------- */
  .news {
    background: white;
    border-top: 1px solid #00422B;
  }
  .news .ctitle {
    font-size: 2.2rem;
    line-height: 1.55;
    margin-bottom: 1.2rem;
  }
  .news .cbtn {
    gap: 0.455em;
    font-size: min(1.5vw, 2.2rem);
  }
  .news .arrow-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 50px;
    margin-bottom: 4.8rem;
  }
  .news .prev-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 18px solid #555555;
    border-left: 0;
    cursor: pointer;
  }
  .news .prev-arrow:hover {
    opacity: 0.7;
  }
  .news .next-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid #555555;
    border-right: 0;
    cursor: pointer;
  }
  .news .next-arrow:hover {
    opacity: 0.7;
  }
  .news__head {
    width: 11.8%;
    margin-top: -10px;
    text-align: center;
  }
  .news__inr {
    padding: 7.5rem 0 5rem;
    margin: 2px 0;
    border-top: 2px solid #00422B;
    display: flex;
    justify-content: flex-end;
  }
  .news__list {
    max-width: 85%;
    flex: 0 1 auto;
  }
  .news__list .slick-list {
    padding: 0 15% 0 0 !important;
  }
  .news__list .slick-slide {
    margin: 0 11px;
  }
  .news__img {
    aspect-ratio: 3/2;
    margin-bottom: 8px;
  }
  .news__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news__date {
    color: #989898;
    display: block;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 3px;
  }
  .news__ttl {
    font-size: 2rem;
    letter-spacing: 0.075em;
    line-height: 1.4;
  }
  .news__txt {
    font-size: 2rem;
    font-size: 1.7rem;
    line-height: 1.4;
  }
  /* intro
  ---------------------------------------------------------------------- */
  .intro__inr {
    margin: 1px 0;
    color: #fff;
    background-color: #004429;
    position: relative;
  }
  .intro__inr::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/bg_deco01.png);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
  }
  .intro__body {
    width: 100%;
    height: 100%;
    padding: 5.5rem 0 7.8rem;
    position: relative;
  }
  .intro__body::after, .intro__body::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 1;
    background-color: #fff;
  }
  .intro__body::before {
    top: 2px;
  }
  .intro__body::after {
    bottom: 2px;
  }
  .intro__ttl {
    font-size: 4rem;
    text-align: center;
    font-family: "Dancing Script", cursive;
    position: relative;
    z-index: 1;
    margin-bottom: 0.5rem;
  }
  .intro__txt {
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.72;
    position: relative;
    z-index: 1;
  }
  .intro__list {
    display: flex;
  }
  .intro__list li {
    flex: 1;
  }
  .intro__list img {
    width: 100%;
  }
  /* chief
  ---------------------------------------------------------------------- */
  .chief {
    padding: 14.3rem 0;
  }
  .chief .mainw {
    max-width: 1290px;
  }
  .chief__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1187px;
    margin-left: auto;
    position: relative;
  }
  .chief__img {
    flex: 0 1 465px;
    position: relative;
  }
  .chief__img::after {
    content: "";
    display: block;
    width: 151px;
    aspect-ratio: 151/191;
    background: url(../images/deco_chief01.png);
    background-size: contain;
    position: absolute;
    bottom: 5rem;
    left: -65px;
    z-index: 2;
    opacity: 0;
    transform: translateX(-30px);
  }
  .chief__img::before {
    content: "";
    display: block;
    width: 310px;
    aspect-ratio: 310/240;
    background: url(../images/deco_chief02.png);
    background-size: contain;
    position: absolute;
    bottom: 5rem;
    right: -42%;
    z-index: 2;
    max-width: 310px;
    width: 67%;
    opacity: 0;
    transform: translateX(30px);
  }
  .chief__img.showup::after {
    transform: translateX(-30px);
    animation: fadeInLeft 1s ease-out 1s forwards;
  }
  .chief__img.showup::before {
    transform: translateX(30px);
    animation: fadeInRight 1s ease-out 1.5s forwards;
  }
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translateX(-30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translateX(30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .chief__img-inr {
    position: relative;
  }
  .chief__img-inr::after {
    content: "";
    display: block;
    width: 245px;
    background: url(../../images/bg_deco02.png);
    mix-blend-mode: multiply;
    position: absolute;
    top: -14.3rem;
    left: 50%;
    bottom: -14.3rem;
    transform: translateX(-50%);
    opacity: 0.25;
    z-index: -1;
  }
  .chief__img-inr figcaption {
    display: block;
    width: 188px;
    margin: 0 auto;
    transform: translateX(4px);
  }
  .chief__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 1 auto;
    transform: translateX(-10px);
    margin-bottom: 4rem;
    position: relative;
  }
  .chief__content::after {
    content: "";
    display: block;
    width: 52px;
    height: 63px;
    background: url(../images/deco_chief.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 6rem;
    left: 87%;
  }
  .chief__ttl {
    width: 581px;
    margin-bottom: 3.5rem;
  }
  .chief__ttl img {
    width: 100%;
  }
  .chief__txt {
    width: 424px;
    margin-left: -1.5rem;
  }
  .chief__txt picture {
    display: block;
  }
  .chief__txt img {
    width: 100%;
  }
  /* menu-index
  ---------------------------------------------------------------------- */
  .menu-index {
    padding: 6.1rem 0 7.9rem;
    background: url(../images/bg_menu_index.png) no-repeat;
    background-size: cover;
    position: relative;
  }
  .menu-index::before, .menu-index::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
  }
  .menu-index::before {
    aspect-ratio: 99/70;
    height: 100%;
    background: url(../images/deco_bg_menu_index01.png) no-repeat;
    background-size: 100% auto;
    left: 0;
  }
  .menu-index::after {
    aspect-ratio: 211/140;
    height: 100%;
    background: url(../images/deco_bg_menu_index02.png) no-repeat;
    background-size: 100% auto;
    right: 0;
  }
  .menu-index__ttl {
    text-align: center;
    margin-bottom: 3.4rem;
  }
  .menu-index__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 890px;
    position: relative;
    margin: 0 auto;
    gap: 20px;
    z-index: 1;
  }
  .menu-index__list li {
    flex: 1;
  }
  .menu-index__list a {
    display: block;
    border: 1px solid #fff;
    transition: border 0.6s, color 0.6s;
    text-align: center;
  }
  .menu-index__list a span {
    padding: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px;
    background-color: #fff;
    transition: background-color 0.6s;
  }
  .menu-index__list a:hover {
    opacity: 1;
    color: #fff;
    border: 1px solid #000000;
  }
  .menu-index__list a:hover span {
    background-color: #000000;
  }
  /* lunch
  ---------------------------------------------------------------------- */
  .lunch {
    padding: 9.7rem 0 0;
  }
  .lunch .restaurant__ttl {
    margin-bottom: 9.3rem;
  }
  .lunch__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7.5rem;
  }
  .lunch__img {
    width: 48.5%;
  }
  .lunch__content {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    flex: 1;
    padding-right: 20px;
    margin: -0.5em 0 0 2.3%;
    letter-spacing: 0.02em;
    position: relative;
  }
  .lunch__content::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5%;
    left: 21%;
    background: url(../images/deco_lunch.png) no-repeat;
    background-size: contain;
    width: 422px;
    height: 138px;
  }
  .lunch__time {
    display: flex;
    margin-left: -0.5em;
  }
  .lunch__time::before {
    content: "【";
  }
  .lunch__time::after {
    content: "】";
  }
  .lunch__time dt {
    margin-right: 20px;
  }
  .lunch__other {
    width: 100%;
    text-align: center;
    max-width: 1124px;
    margin: 7.5rem auto 0px;
  }
  .lunch__other .slick-slide {
    margin: 0 12px;
  }
  /* lunch-event
  ---------------------------------------------------------------------- */
  .lunch-event {
    padding: 0 0 9rem;
    margin-top: 15rem;
    background: url(../images/bg_lunch-event.png);
  }
  .lunch-event__ttl {
    margin: -3rem 0 0;
    text-align: center;
    font-size: min(5.5vw, 8.8rem);
    line-height: 1.05;
    font-weight: bold;
    font-family: "Manrope", sans-serif;
    transform: translateY(-50%);
  }
  .lunch-event__ttl span {
    color: #B03536;
  }
  .lunch-event__ttl span:nth-of-type(2) {
    color: #004429;
  }
  .lunch-event__ttl span:last-of-type {
    color: #fff;
    text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
  }
  .lunch-event__wrap {
    display: flex;
    align-items: center;
    /* max-width: 1105px; */
    /* margin-left: auto; */
    margin-bottom: 50px;
  }
  .lunch-event__img {
    width: 43.5%;
  }
  .lunch-event__content {
    font-size: min(2vw, 2.4rem);
    /* font-size: 2.4rem; */
    line-height: 1.5;
    letter-spacing: 0.02em;
    /* flex: 1 0 590px; */
    flex: 1 0 0;
    margin: -0.8em 0 0 3.5%;
    letter-spacing: 0.02em;
  }
  .lunch-event__content p {
    text-align: left;
  }
  /* menu
  ---------------------------------------------------------------------- */
  .menu {
    padding: 0 0 13rem;
  }
  .menu .restaurant__ttl {
    margin-bottom: 2.5rem;
  }
  .menu__lead {
    font-size: 2.4rem;
    line-height: 1.66;
    text-align: center;
    margin-bottom: 5.5rem;
  }
  .menu__img {
    max-width: 774px;
    margin: 0 auto 6rem;
  }
  .menu-btn {
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.45;
    width: 524px;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 500;
    display: flex;
    align-items: center;
    border: none;
    justify-content: center;
    cursor: pointer;
    padding: 1.2755em 1em;
    background: url(../images/icon_menu.png) left 8% center no-repeat, url(../../images/icon_arrow_w.svg) right 8.5% center no-repeat;
    background-size: 2.107em 1.577em, 1.786em 1.786em;
    background-color: #00412A;
    transition: background-position 0.3s;
  }
  .menu-btn:hover {
    background-position: center left 8%, center right 7%;
  }
  .grand {
    padding: 10rem 0 0;
  }
  .drink {
    padding: 10rem 0 0;
  }
  .drink .menu-btn {
    background-color: #580A06;
  }
}
@media (max-width: 1000px) {
  .restaurant__ttl {
    font-size: 5.5rem;
    text-align: center;
  }
  .lunch-event__img-list {
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }
  /* news
  ---------------------------------------------------------------------- */
  .news {
    background: white;
    border-top: 1px solid #00422B;
  }
  .news .ctitle {
    text-align: left;
  }
  .news .ctitle span {
    line-height: 1;
    margin-bottom: -0.15em;
  }
  .news__inr {
    padding: 10rem 5vw 10rem;
    margin: 2px 0;
    border-top: 2px solid #00422B;
  }
  .news__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
  .news__img {
    aspect-ratio: 3/2;
    margin-bottom: 10px;
  }
  .news__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news__date {
    color: #989898;
    display: block;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
  }
  .news__ttl {
    font-size: 3.2rem;
    min-height: 2.75em;
    letter-spacing: 0.075em;
    line-height: 1.38;
  }
  .news__txt {
    font-size: 2.8rem;
    letter-spacing: 0.075em;
    line-height: 1.67;
  }
  /* intro
  ---------------------------------------------------------------------- */
  .intro__inr {
    margin: 1px 0;
    color: #fff;
    background-color: #004429;
    position: relative;
  }
  .intro__inr::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/bg_deco01.png);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
  }
  .intro__body {
    width: 100%;
    height: 100%;
    padding: 6.2rem 0 7.8rem;
    position: relative;
  }
  .intro__body::after, .intro__body::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 1;
    background-color: #fff;
  }
  .intro__body::before {
    top: 5px;
  }
  .intro__body::after {
    bottom: 5px;
  }
  .intro__ttl {
    font-size: 6.6rem;
    text-align: center;
    font-family: "Dancing Script", cursive;
    position: relative;
    z-index: 1;
    margin-bottom: 0.5rem;
  }
  .intro__txt {
    font-size: 3.6rem;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 1;
  }
  .intro__list {
    display: flex;
  }
  .intro__list li {
    flex: 1;
  }
  .intro__list img {
    width: 100%;
  }
  /* chief
  ---------------------------------------------------------------------- */
  .chief {
    padding: 10rem 0;
  }
  .chief__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 10rem;
  }
  .chief__content {
    position: relative;
  }
  .chief__content::after {
    content: "";
    display: block;
    width: 7.2rem;
    height: 8.3rem;
    background: url(../images/deco_chief.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 18rem;
    left: 85%;
  }
  .chief__ttl {
    margin-bottom: 5rem;
  }
  .chief__ttl img {
    width: 100%;
  }
  .chief__txt {
    width: 95%;
    margin-bottom: 4rem;
  }
  .chief__txt picture {
    display: block;
  }
  .chief__txt img {
    width: 100%;
  }
  .chief__img {
    flex: 0 1 465px;
    position: relative;
  }
  .chief__img::after {
    content: "";
    display: block;
    width: 40%;
    aspect-ratio: 151/191;
    background: url(../images/deco_chief01.png);
    background-size: contain;
    position: absolute;
    bottom: 5rem;
    left: -15%;
    z-index: 2;
    opacity: 0;
    transform: translateX(-30px);
  }
  .chief__img::before {
    content: "";
    display: block;
    aspect-ratio: 310/240;
    background: url(../images/deco_chief02.png);
    background-size: contain;
    position: absolute;
    bottom: 5rem;
    right: -31%;
    z-index: 2;
    width: 67%;
    opacity: 0;
    transform: translateX(30px);
  }
  .chief__img.showup::after {
    transform: translateX(-30px);
    animation: fadeInLeft 1s ease-out 1s forwards;
  }
  .chief__img.showup::before {
    transform: translateX(30px);
    animation: fadeInRight 1s ease-out 1.5s forwards;
  }
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translateX(-30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translateX(30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .chief__img-inr {
    max-width: 80%;
    margin: 0 auto;
    position: relative;
  }
  .chief__img-inr::after {
    content: "";
    display: block;
    width: 100vw;
    height: 50vw;
    background: url(../../images/bg_deco02.png);
    mix-blend-mode: multiply;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.25;
    z-index: -1;
  }
  .chief__img-inr figcaption {
    display: block;
    width: 65%;
    margin: 0 auto;
  }
  /* menu-index
  ---------------------------------------------------------------------- */
  .menu-index {
    padding: 6.1rem 0 7.9rem;
    background: url(../images/bg_menu_index.png) no-repeat;
    background-size: cover;
    position: relative;
  }
  .menu-index::before, .menu-index::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
  }
  .menu-index::before {
    aspect-ratio: 99/70;
    height: 100%;
    background: url(../images/deco_bg_menu_index01.png) no-repeat;
    background-size: 100% auto;
    left: -20vw;
  }
  .menu-index::after {
    aspect-ratio: 211/140;
    height: 100%;
    background: url(../images/deco_bg_menu_index02.png) no-repeat;
    background-size: 100% auto;
    right: -40vw;
  }
  .menu-index__ttl {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 3.4rem;
  }
  .menu-index__ttl img {
    width: 75%;
  }
  .menu-index__list {
    display: flex;
    flex-direction: column;
    max-width: 890px;
    position: relative;
    margin: 0 auto;
    gap: 2rem;
    z-index: 1;
  }
  .menu-index__list li svg {
    width: 66%;
  }
  .menu-index__list li:nth-of-type(2) a {
    color: #333;
    border: 1px solid #fff;
  }
  .menu-index__list li:nth-of-type(2) a span {
    background-color: #fff;
  }
  .menu-index__list li:nth-of-type(2) svg {
    width: 46%;
  }
  .menu-index__list a {
    display: block;
    color: #fff;
    border: 1px solid #000000;
    transition: border 0.6s, color 0.6s;
    text-align: center;
  }
  .menu-index__list a span {
    padding: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px;
    background-color: #000000;
    transition: background-color 0.6s;
  }
  /* lunch
  ---------------------------------------------------------------------- */
  .lunch {
    padding: 10rem 0 0;
  }
  .lunch .restaurant__ttl {
    margin-bottom: 9.3rem;
  }
  .lunch__wrap {
    display: flex;
    flex-direction: column;
    padding-bottom: 10rem;
    position: relative;
  }
  .lunch__img {
    font-size: 0;
    order: 1;
    margin-bottom: 2rem;
  }
  .lunch__content {
    font-size: 3.4rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    flex: 1;
    order: 3;
    letter-spacing: 0.02em;
  }
  .lunch__content::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8rem;
    right: 0;
    background: url(../images/deco_lunch.png) no-repeat;
    background-size: contain;
    width: 40.2rem;
    height: 11.8rem;
  }
  .lunch__time {
    display: flex;
    margin-left: -0.5em;
  }
  .lunch__time::before {
    content: "【";
  }
  .lunch__time::after {
    content: "】";
  }
  .lunch__time dt {
    margin-right: 20px;
  }
  .lunch__other {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    order: 2;
    margin: 0 -1rem 3rem;
  }
  .lunch__other .slick-slide {
    margin: 0 1rem;
  }
  /* lunch-event
  ---------------------------------------------------------------------- */
  .lunch-event {
    padding: 0 0 9rem;
    margin-top: 15rem;
    background: url(../images/bg_lunch-event.png);
  }
  .lunch-event__ttl {
    margin: -3rem 0 0;
    text-align: center;
    font-size: min(9vw, 8.8rem);
    line-height: 1.05;
    font-weight: bold;
    font-family: "Manrope", sans-serif;
    transform: translateY(-50%);
    margin-bottom: -3rem;
  }
  .lunch-event__ttl span {
    color: #B03536;
  }
  .lunch-event__ttl span:nth-of-type(2) {
    color: #004429;
  }
  .lunch-event__ttl span:last-of-type {
    color: #fff;
    text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
  }
  .lunch-event__wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 3rem;
    max-width: 1105px;
    margin-left: auto;
    margin-bottom: 8vw;
  }
  .lunch-event__content {
    font-size: 3.4rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .lunch-event__content p {
    text-align: left;
  }
  /* menu
  ---------------------------------------------------------------------- */
  .menu {
    padding: 0 0 13rem;
  }
  .menu .restaurant__ttl {
    margin-bottom: 3rem;
  }
  .menu__lead {
    font-size: 3.4rem;
    line-height: 1.72;
    text-align: center;
    margin-bottom: 5.5rem;
  }
  .menu__img {
    max-width: 774px;
    margin: 0 auto 6rem;
  }
  .menu-btn {
    color: #fff;
    font-size: 4.2rem;
    line-height: 1.45;
    max-width: 100%;
    margin: 0 auto;
    font-weight: 500;
    display: flex;
    align-items: center;
    border: none;
    justify-content: center;
    cursor: pointer;
    padding: 1.2755em 1em;
    background: url(../images/icon_menu.png) left 8% center no-repeat, url(../../images/icon_arrow_w.svg) right 8.5% center no-repeat;
    background-size: 2.107em 1.577em, 1.786em 1.786em;
    background-color: #00412A;
    transition: background-position 0.3s;
  }
  .menu-btn:hover {
    background-position: center left 8%, center right 7%;
  }
  .grand {
    padding: 13rem 0 0;
  }
  .drink {
    padding: 13rem 0 0;
  }
  .drink .menu-btn {
    background-color: #580A06;
  }
}

/*# sourceMappingURL=style.css.map */
