/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  /* common
  ---------------------------------------------------------------------- */
  .intro {
    background: #AD5663 url(../images/restaurant/bg.png);
    position: relative;
    padding: 135px 0 110px;
  }
  .intro__txt {
    color: #fff;
    text-align: center;
    font-size: 1.9rem;
    line-height: 2.0526315789;
  }
  .navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
    padding: 45px 0 0;
  }
  .navi li {
    font-family: "Shippori Mincho", serif;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 45px;
    position: relative;
    border-left: 1px solid #D3C2B8;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navi li:last-of-type {
    border-right: 1px solid #D3C2B8;
  }
  .navi li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navi li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navi li span::after {
    content: "";
    display: block;
    border-top: solid 1px #231815;
    border-right: solid 1px #231815;
    width: 5px;
    height: 5px;
    cursor: pointer;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    margin-left: 15px;
    -webkit-transition: margin-bottom 0.8s;
    -o-transition: margin-bottom 0.8s;
    transition: margin-bottom 0.8s;
  }
  .navi li:hover span:hover::after {
    margin-bottom: -10px;
  }
  /* restaurant__wrap
  ---------------------------------------------------------------------- */
  .restaurantBar {
    padding: 90px 0 0;
    margin-top: -65px;
  }
  .restaurant__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.5%;
    margin-bottom: 100px;
  }
  .restaurant__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 960px;
            flex: 0 1 960px;
  }
  .restaurant__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    padding-right: 20px;
  }
  .restaurantBar .ctitle {
    text-align: left;
    margin-bottom: 15px;
  }
  .restaurantBar .ctitle::after {
    background-color: #AD5663;
  }
  /* restaurant__course
  ---------------------------------------------------------------------- */
  .restaurant__course {
    padding: 0 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 20px;
    padding-left: 20px;
  }
  .restaurant__course:last-of-type {
    padding: 0 0 90px;
  }
  .restaurant__courseMain {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 850px;
            flex: 0 1 850px;
  }
  .restaurant__courseMain img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .restaurant__courseContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 484px;
            flex: 0 1 484px;
  }
  .restaurant__ttl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 2rem;
    letter-spacing: 0.1em;
    text-align: right;
    padding: 30px 0 20px;
  }
  .restaurant__ttl span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .restaurant__ttl span::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D3C2B8;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: -20px;
  }
  .restaurant__courseSub {
    text-align: right;
  }
  .restaurant__courseSub.restaurant__courseSub--col2 img {
    width: 340px;
  }
  .restaurant__course--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 20px;
    padding-left: 0;
  }
  .restaurant__course--reverse .restaurant__ttl span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .restaurant__course--reverse .restaurant__ttl span::before {
    margin-left: -20px;
    margin-right: 0;
  }
  .restaurant__course--reverse .restaurant__courseSub {
    text-align: left;
  }
  /* menu
  ---------------------------------------------------------------------- */
  .menu {
    padding: 0 0 70px;
  }
  .menu__ttl {
    font-size: 2.1rem;
    letter-spacing: 0.2em;
    padding-bottom: 30px;
    font-weight: 500;
  }
  .menu__ttl span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .menu__ttl span::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D3C2B8;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 20px;
  }
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 40px;
  }
  .menu__list li {
    width: 46%;
  }
  /* hours
  ---------------------------------------------------------------------- */
  .hours {
    padding: 70px 0 80px;
    background-color: #F5F0E9;
  }
  .hours .ctitle2 {
    margin-bottom: 30px;
  }
  .hours dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hours dl dt {
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hours dl dt::before {
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 5px;
    background-color: #231815;
  }
  .hours__note {
    font-size: 1.4rem;
  }
  /* loopslider
  ---------------------------------------------------------------------- */
  .loopwrap {
    width: 100%;
    height: 276px;
    position: relative;
    overflow: hidden;
  }
  ul.loopslider .slick-slide li {
    width: 476px !important;
  }
  .loop__content {
    position: absolute;
    top: 0;
    right: 21%;
    background-color: #EDEDED;
    padding: 40px 60px 20px;
    width: 570px;
    height: 290px;
    z-index: 1;
  }
  /* steak
  ---------------------------------------------------------------------- */
  .steak {
    padding: 100px 0 0;
  }
  .steak .ctitle {
    text-align: left;
    margin-bottom: 15px;
  }
  .steak.menu {
    padding: 90px 0 70px;
  }
  .steak .menu__list li {
    width: 46%;
  }
  .steak .cbtn2__txt {
    margin-left: -80px;
  }
}
@media (max-width: 1000px) {
  /* common
  ---------------------------------------------------------------------- */
  .intro {
    background: #AD5663 url(../images/restaurant/bg.png);
    position: relative;
    padding: calc( 135 / 750 * 100vw ) 0 calc( 110 / 750 * 100vw ) 0;
  }
  .intro__txt {
    color: #fff;
    text-align: center;
    font-size: 2.5333333333vw;
    font-size: clamp(16px,2.5333333333vw,19px);
    line-height: 2.0526315789;
  }
  .navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
    padding: 45px 0 0;
    row-gap: 6vw;
    margin: 0 0 calc( 110 / 750 * 100vw ) 0;
  }
  .navi li {
    font-family: "Shippori Mincho", serif;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding: 0 10px;
    position: relative;
    border-left: 1px solid #D3C2B8;
    border-right: 1px solid #D3C2B8;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -1px;
  }
  .navi li:last-of-type {
    border-right: 1px solid #D3C2B8;
  }
  .navi li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navi li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navi li span::after {
    content: "";
    display: block;
    border-top: solid 1px #231815;
    border-right: solid 1px #231815;
    width: 5px;
    height: 5px;
    cursor: pointer;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    margin-left: 15px;
    -webkit-transition: margin-bottom 0.8s;
    -o-transition: margin-bottom 0.8s;
    transition: margin-bottom 0.8s;
  }
  .navi li:hover span:hover::after {
    margin-bottom: -10px;
  }
  /* restaurant__wrap
  ---------------------------------------------------------------------- */
  .restaurantBar {
    padding: 0 0 calc( 100 / 750 * 100vw ) 0;
  }
  .restaurant__wrap {
    padding: 0 0 calc( 100 / 750 * 100vw ) 0;
  }
  .restaurant__img {
    margin-bottom: 20px;
    aspect-ratio: 1/0.6;
  }
  .restaurant__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .restaurant__content {
    padding: 5vw;
  }
  .restaurantBar .ctitle {
    text-align: left;
    margin-bottom: 15px;
  }
  .restaurantBar .ctitle::after {
    background-color: #AD5663;
  }
  /* restaurant__course
  ---------------------------------------------------------------------- */
  .restaurant__course {
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 3vw;
    padding-left: 3vw;
  }
  .restaurant__courseMain {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 850px;
            flex: 0 1 850px;
    aspect-ratio: 1/1;
  }
  .restaurant__courseMain img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .restaurant__courseContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 484px;
            flex: 0 1 484px;
  }
  .restaurant__ttl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: right;
    padding: 0 0 20px;
  }
  .restaurant__ttl span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .restaurant__ttl span::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D3C2B8;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: -3vw;
  }
  .restaurant__courseSub {
    text-align: right;
  }
  .restaurant__courseSub.restaurant__courseSub--col2 img {
    width: 340px;
  }
  .restaurant__course--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 3vw;
    padding-left: 0;
  }
  .restaurant__course--reverse .restaurant__ttl span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .restaurant__course--reverse .restaurant__ttl span::before {
    margin-left: -3vw;
    margin-right: 0;
  }
  .restaurant__course--reverse .restaurant__courseSub {
    text-align: left;
  }
  /* menu
  ---------------------------------------------------------------------- */
  .menu {
    padding: 0 0 70px;
  }
  .menu__ttl {
    font-size: 2.1rem;
    letter-spacing: 0.2em;
    padding-bottom: 30px;
    font-weight: 500;
  }
  .menu__ttl span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .menu__ttl span::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #D3C2B8;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 20px;
  }
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 20px;
  }
  .menu__list li {
    width: 100%;
  }
  /* hours
  ---------------------------------------------------------------------- */
  .hours {
    padding: 70px 0 80px;
    background-color: #F5F0E9;
  }
  .hours .ctitle2 {
    margin-bottom: 30px;
  }
  .hours dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hours dl dt {
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .hours dl dt::before {
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 5px;
    background-color: #231815;
  }
  .hours__note {
    font-size: 1.4rem;
  }
  /* loopslider
  ---------------------------------------------------------------------- */
  .loopwrap {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  /* steak
  ---------------------------------------------------------------------- */
  .steak .ctitle {
    text-align: left;
    margin-bottom: 15px;
  }
  .steak.menu {
    padding: calc( 90 / 750 * 100vw ) 0 calc( 70 / 750 * 100vw ) 0;
  }
}/*# sourceMappingURL=style.css.map */