@charset "UTF-8";
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* 縦書き */
/* 内径 */
/* 文字 */
/* cui
---------------------------------------------------------------------------*/
.cui {
  margin-bottom: 190px; }
  @media screen and (max-width: 1680px) {
    .cui {
      margin-bottom: 11.3095238095vw; } }
  @media screen and (max-width: 480px) {
    .cui {
      margin-bottom: 25.3333333333vw; } }
      
.intr-wrap-outer{
 background: url("../img/cuisine/img_lead.jpg") no-repeat center center;
 background-size: cover;
 margin-bottom: 90px;
}
@media screen and (max-width: 1680px) {
  .intr-wrap-outer{
    margin-bottom: 5.357142857vw;
  }
}    
@media screen and (max-width: 480px) {
  .intr-wrap-outer{
    margin-bottom: 12vw;
  }
}    
.intr-wrap{
  padding: 95px 0;
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .intr-wrap{
    padding: 5.654761904vw 0;
  }
}    
@media screen and (max-width: 480px) {
  .intr-wrap{
    padding: 12vw 0;
  }
}    
@media screen and (max-width: 480px) {
  .pc_inline{
    display: none;
  }     
}    
      
      
      
      
  .cui-sl {
    width: 1220px;
    margin: 0 auto; }
    @media screen and (max-width: 1680px) {
      .cui-sl {
        width: 72.619047619vw; } }
    @media screen and (max-width: 480px) {
      .cui-sl {
        width: 100vw; } }
    .cui-sl .swiper-slide {
      position: relative;
      padding: 0 110px 16px; }
      @media screen and (max-width: 1680px) {
        .cui-sl .swiper-slide {
          padding: 0 6.5476190476vw 0.9523809524vw; } }
      @media screen and (max-width: 480px) {
        .cui-sl .swiper-slide {
          padding: 0 5.3333333333vw 5.3333333333vw 5.3333333333vw; } }
      .cui-sl .swiper-slide img {
        border-radius: 20px; }
        @media screen and (max-width: 1680px) {
          .cui-sl .swiper-slide img {
            border-radius: 1.1904761905vw; } }
        @media screen and (max-width: 480px) {
          .cui-sl .swiper-slide img {
            width: 100%;
            height: 55vw;
            object-fit: cover;
            object-position: center;
            font-family: "object-fit: cover; object-position: center;";
            border-radius: 2.6666666667vw; } }
    .cui-sl-tx {
      position: absolute;
      top: 0;
      right: 3.5em;
      font-size: 18px;
      -webkit-writing-mode: vertical-rl;
      -moz-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      -o-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      color: #585657;
      letter-spacing: .05em; }
      @media screen and (max-width: 1680px) {
        .cui-sl-tx {
          font-size: 1.0714285714vw; } }
      @media screen and (max-width: 480px) {
        .cui-sl-tx {
          font-size: 4.8vw; } }
      @media screen and (max-width: 480px) {
        .cui-sl-tx {
          position: relative;
          right: auto;
          top: auto;
          line-height: 1.4;
          padding-top: 0.5em;
          -webkit-writing-mode: initial;
          -moz-writing-mode: initial;
          -ms-writing-mode: initial;
          -o-writing-mode: initial;
          writing-mode: initial; } }
    .cui-sl-ctrl {
      position: relative;
      width: 1060px;
      margin: 0 auto; }
      @media screen and (max-width: 1680px) {
        .cui-sl-ctrl {
          width: 63.0952380952vw; } }
      @media screen and (max-width: 480px) {
        .cui-sl-ctrl {
          width: 89.3333333333vw;
          margin: 0 auto; } }
      .cui-sl-ctrl .swiper-button__wrap--prev,
      .cui-sl-ctrl .swiper-button__wrap--next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        z-index: 100;
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: ease; }
        @media screen and (max-width: 1680px) {
          .cui-sl-ctrl .swiper-button__wrap--prev,
          .cui-sl-ctrl .swiper-button__wrap--next {
            width: 1.1904761905vw; } }
        @media screen and (max-width: 480px) {
          .cui-sl-ctrl .swiper-button__wrap--prev,
          .cui-sl-ctrl .swiper-button__wrap--next {
            width: 5.3333333333vw; } }
        .cui-sl-ctrl .swiper-button__wrap--prev:hover,
        .cui-sl-ctrl .swiper-button__wrap--next:hover {
          opacity: .6;
          cursor: pointer; }
      .cui-sl-ctrl .swiper-button__wrap--prev {
        left: 0; }
      .cui-sl-ctrl .swiper-button__wrap--next {
        right: 0; }
      .cui-sl-ctrl .swiper-pagination-bullets {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .cui-sl-ctrl .swiper-pagination-bullets .swiper-pagination-bullet {
          width: 130px;
          height: 80px;
          border-radius: 8px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          transition-property: all;
          transition-duration: 0.3s;
          transition-timing-function: ease; }
          @media screen and (max-width: 1680px) {
            .cui-sl-ctrl .swiper-pagination-bullets .swiper-pagination-bullet {
              width: 7.7380952381vw;
              height: 4.7619047619vw;
              border-radius: 0.4761904762vw; } }
          @media screen and (max-width: 480px) {
            .cui-sl-ctrl .swiper-pagination-bullets .swiper-pagination-bullet {
              width: 13.3333333333vw;
              height: 8vw;
              border-radius: 1.0666666667vw; } }
  .cui-tx {
    /* 1280 */
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 48px;
    color: #585657; }
    @media screen and (max-width: 1680px) {
      .cui-tx {
        width: 64.2857142857vw; } }
    @media screen and (max-width: 480px) {
      .cui-tx {
        width: 89.3333333333vw; } }
    @media screen and (max-width: 1680px) {
      .cui-tx {
        padding-top: 2.8571428571vw; } }
    @media screen and (max-width: 480px) {
      .cui-tx {
        padding-top: 6.4vw; } }
    .cui-tx-ttl {
      text-align: center;
      margin-bottom: 64px; }
      @media screen and (max-width: 1680px) {
        .cui-tx-ttl {
          margin-bottom: 3.8095238095vw; } }
      @media screen and (max-width: 480px) {
        .cui-tx-ttl {
          margin-bottom: 8.5333333333vw; } }
    .cui-tx-catch {
      margin-bottom: 48px; }
      @media screen and (max-width: 1680px) {
        .cui-tx-catch {
          margin-bottom: 2.8571428571vw; } }
      @media screen and (max-width: 480px) {
        .cui-tx-catch {
          margin-bottom: 6.4vw; } }
    .cui-tx-data {
      border-top: 1px solid #bab4b1;
      margin-top: 2em;
      padding-top: 2em; }
  .cui-detail {
    position: relative;
    z-index: 100;
    /* 1280 */
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 64px; }
    @media screen and (max-width: 1680px) {
      .cui-detail {
        width: 64.2857142857vw; } }
    @media screen and (max-width: 480px) {
      .cui-detail {
        width: 89.3333333333vw; } }
    @media screen and (max-width: 1680px) {
      .cui-detail {
        margin-top: 3.8095238095vw; } }
    @media screen and (max-width: 480px) {
      .cui-detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 8.5333333333vw; } }
    .cui-detail-tx {
      width: 540px;
      padding-top: 64px;
      color: #585657; }
      @media screen and (max-width: 1680px) {
        .cui-detail-tx {
          width: 32.1428571429vw;
          padding-top: 3.8095238095vw; } }
      @media screen and (max-width: 480px) {
        .cui-detail-tx {
          width: 100%;
          padding-top: 0; } }
      .cui-detail-tx-catch {
        margin-bottom: 40px; }
        @media screen and (max-width: 1680px) {
          .cui-detail-tx-catch {
            margin-bottom: 2.380952381vw; } }
        @media screen and (max-width: 480px) {
          .cui-detail-tx-catch {
            margin-bottom: 5.3333333333vw; } }
    .cui-detail-pick {
      position: relative;
      width: 490px;
      padding-left: 64px;
      padding-top: 64px;
      padding-bottom: 64px; }
      @media screen and (max-width: 1680px) {
        .cui-detail-pick {
          width: 29.1666666667vw;
          padding-left: 3.8095238095vw;
          padding-top: 3.8095238095vw;
          padding-bottom: 3.8095238095vw; } }
      @media screen and (max-width: 480px) {
        .cui-detail-pick {
          width: 100%;
          margin-top: 8.5333333333vw; } }
      .cui-detail-pick::before {
        position: absolute;
        content: "";
        width: 55vw;
        height: 100%;
        background-color: #a9a19e;
        border-top-left-radius: 14px;
        border-bottom-left-radius: 14px;
        top: 0;
        left: 0;
        z-index: -1; }
        @media screen and (max-width: 480px) {
          .cui-detail-pick::before {
            width: 100vw; } }
      .cui-detail-pick-ttl {
        font-size: 22px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-style: normal;
        letter-spacing: .4em;
        margin-bottom: 24px;
        color: #ffffff; }
        @media screen and (max-width: 1680px) {
          .cui-detail-pick-ttl {
            font-size: 1.3095238095vw; } }
        @media screen and (max-width: 480px) {
          .cui-detail-pick-ttl {
            font-size: 5.8666666667vw; } }
        @media screen and (max-width: 1680px) {
          .cui-detail-pick-ttl {
            margin-bottom: 1.4285714286vw; } }
        @media screen and (max-width: 480px) {
          .cui-detail-pick-ttl {
            margin-bottom: 3.2vw; } }
      .cui-detail-pick-img {
        width: 460px; }
        @media screen and (max-width: 1680px) {
          .cui-detail-pick-img {
            width: 27.380952381vw; } }
        @media screen and (max-width: 480px) {
          .cui-detail-pick-img {
            width: 100%; } }
        .cui-detail-pick-img img {
          border-radius: 14px; }
          @media screen and (max-width: 1680px) {
            .cui-detail-pick-img img {
              border-radius: 0.8333333333vw; } }
          @media screen and (max-width: 480px) {
            .cui-detail-pick-img img {
              border-radius: 1.8666666667vw; } }
  .cui-plan {
    margin-top: 48px;
    padding: 64px 0;
    background-color: rgba(212, 208, 206, 0.5); }
    @media screen and (max-width: 1680px) {
      .cui-plan {
        margin-top: 2.8571428571vw;
        padding: 3.8095238095vw 0; } }
    @media screen and (max-width: 480px) {
      .cui-plan {
        margin-top: 6.4vw;
        padding: 8.5333333333vw 0; } }
    .cui-plan ul {
      /* 1280 */
      width: 1080px;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 1680px) {
        .cui-plan ul {
          width: 64.2857142857vw; } }
      @media screen and (max-width: 480px) {
        .cui-plan ul {
          width: 89.3333333333vw; } }
      .cui-plan ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #a9a19e;
        padding-bottom: 32px; }
        @media screen and (max-width: 1680px) {
          .cui-plan ul li {
            padding-bottom: 1.9047619048vw; } }
        @media screen and (max-width: 480px) {
          .cui-plan ul li {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding-bottom: 4.2666666667vw; } }
        .cui-plan ul li + li {
          margin-top: 32px; }
          @media screen and (max-width: 1680px) {
            .cui-plan ul li + li {
              margin-top: 1.9047619048vw; } }
          @media screen and (max-width: 480px) {
            .cui-plan ul li + li {
              margin-top: 4.2666666667vw; } }
        .cui-plan ul li p {
          width: 644px;
          color: #585657; }
          @media screen and (max-width: 1680px) {
            .cui-plan ul li p {
              width: 38.3333333333vw; } }
          @media screen and (max-width: 480px) {
            .cui-plan ul li p {
              width: 100%;
              margin-bottom: 4.2666666667vw; } }
        .cui-plan ul li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          background-color: #bfa46f;
          border: 1px solid #a9a19e;
          color: #ffffff;
          width: 400px;
          height: 60px;
          border-radius: 6px; }
          @media screen and (max-width: 1680px) {
            .cui-plan ul li a {
              width: 23.8095238095vw;
              height: 3.5714285714vw;
              border-radius: 0.3571428571vw; } }
          @media screen and (max-width: 480px) {
            .cui-plan ul li a {
              width: 100%;
              height: 13.3333333333vw;
              border-radius: 0.8vw; } }
          .cui-plan ul li a > span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 100%; }
            .cui-plan ul li a > span > span {
              display: block; }
              .cui-plan ul li a > span > span:nth-of-type(1) {
                font-size: 20px;
                font-family: 'Roboto', sans-serif;
                font-weight: 300;
                font-style: normal;
                letter-spacing: .2em; }
                @media screen and (max-width: 1680px) {
                  .cui-plan ul li a > span > span:nth-of-type(1) {
                    font-size: 1.1904761905vw; } }
                @media screen and (max-width: 480px) {
                  .cui-plan ul li a > span > span:nth-of-type(1) {
                    font-size: 5.3333333333vw; } }
              .cui-plan ul li a > span > span:nth-of-type(2) {
                font-size: 18px;
                letter-spacing: .05em;
                margin-left: 1em; }
                @media screen and (max-width: 1680px) {
                  .cui-plan ul li a > span > span:nth-of-type(2) {
                    font-size: 1.0714285714vw; } }
                @media screen and (max-width: 480px) {
                  .cui-plan ul li a > span > span:nth-of-type(2) {
                    font-size: 4.8vw; } }

.restaurant-sl {
  width: 1280px;
  margin: 0 auto;
  overflow: hidden; }
  @media screen and (max-width: 1680px) {
    .restaurant-sl {
      width: 76.1904761905vw; } }
  @media screen and (max-width: 480px) {
    .restaurant-sl {
      width: 100vw; } }
  .restaurant-sl .swiper-slide {
    position: relative; }
    @media screen and (max-width: 480px) {
      .restaurant-sl .swiper-slide {
        padding: 0 5.3333333333vw; } }
    .restaurant-sl .swiper-slide img {
      border-radius: 20px; }
      @media screen and (max-width: 1680px) {
        .restaurant-sl .swiper-slide img {
          border-radius: 1.1904761905vw; } }
      @media screen and (max-width: 480px) {
        .restaurant-sl .swiper-slide img {
          height: 50vw;
          border-radius: 2.6666666667vw; } }
    .restaurant-sl .swiper-slide span {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 1em;
      display: block;
      width: 100%;
      color: #ffffff;
      text-shadow: 0px 0px 5px #000000;
      font-size: 20px;
      letter-spacing: .05em;
      text-align: center; }
      @media screen and (max-width: 1680px) {
        .restaurant-sl .swiper-slide span {
          font-size: 1.1904761905vw; } }
      @media screen and (max-width: 480px) {
        .restaurant-sl .swiper-slide span {
          font-size: 5.3333333333vw; } }
      @media screen and (max-width: 480px) {
        .restaurant-sl .swiper-slide span {
          letter-spacing: 0;
          line-height: 1.6;
          bottom: .4em; } }
  .restaurant-sl-ctrl {
    position: relative;
    width: 1060px;
    margin: 0 auto; }
    @media screen and (max-width: 1680px) {
      .restaurant-sl-ctrl {
        width: 63.0952380952vw; } }
    @media screen and (max-width: 480px) {
      .restaurant-sl-ctrl {
        width: 78.6666666667vw;
        margin: 0 auto; } }
    .restaurant-sl-ctrl > * {
      position: absolute;
      bottom: 24px;
      width: 20px;
      z-index: 100;
      transition-property: all;
      transition-duration: 0.3s;
      transition-timing-function: ease; }
      @media screen and (max-width: 1680px) {
        .restaurant-sl-ctrl > * {
          width: 1.1904761905vw;
          bottom: 1.4285714286vw; } }
      @media screen and (max-width: 480px) {
        .restaurant-sl-ctrl > * {
          width: 5.3333333333vw;
          bottom: 3.2vw; } }
      .restaurant-sl-ctrl > *:hover {
        opacity: .6;
        cursor: pointer; }
    .restaurant-sl-ctrl .swiper-button__wrap--prev {
      left: 0; }
    .restaurant-sl-ctrl .swiper-button__wrap--next {
      right: 0; }
.restaurant-bana_outer{
  padding: 70px 0 100px;
  background: #a9a19e;
  margin-top: 200px;
}
@media screen and (max-width: 1680px) {
  .restaurant-bana_outer{
    padding: 4.166666667vw 0 5.952380952vw;
    margin-top: 11.904761904vw;
  }
}    
@media screen and (max-width: 480px) {
  .restaurant-bana_outer{
    padding: 12vw 0;
    margin-top: 12vw;
  }
}    
.restaurant-bana {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 64px; }
  @media screen and (max-width: 1680px) {
    .restaurant-bana {
      margin-top: 3.8095238095vw; } }
  @media screen and (max-width: 480px) {
    .restaurant-bana {
      width: 89.3333333333vw;
      margin-top: 8.5333333333vw;
      margin-left: auto;
      margin-right: auto;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .restaurant-bana li {
    width: 410px; }
    @media screen and (max-width: 1680px) {
      .restaurant-bana li {
        width: 24.4047619048vw; } }
    @media screen and (max-width: 480px) {
      .restaurant-bana li {
        width: 48%; }
        .restaurant-bana li:nth-of-type(2n) {
          margin-left: 2%; }
        .restaurant-bana li:nth-of-type(n + 3) {
          margin-top: 3vw; } }
    .restaurant-bana li + li {
      margin-left: 30px; }
      @media screen and (max-width: 1680px) {
        .restaurant-bana li + li {
          margin-left: 1.7857142857vw; } }
      @media screen and (max-width: 480px) {
        .restaurant-bana li + li {
          margin-left: 0; } }
    .restaurant-bana li a {
      display: block; }
  .restaurant-bana_outer .cui-tx-ttl{
    color: #fff;
  }

.cui01-sl-pagination .swiper-pagination-bullet:nth-of-type(1) {
  background-image: url(../img/cuisine/dinner-sl01.png); }
.cui01-sl-pagination .swiper-pagination-bullet:nth-of-type(2) {
  background-image: url(../img/cuisine/dinner-sl02.png); }
.cui01-sl-pagination .swiper-pagination-bullet:nth-of-type(3) {
  background-image: url(../img/cuisine/dinner-sl03.png); }
.cui01-sl-pagination .swiper-pagination-bullet:nth-of-type(4) {
  background-image: url(../img/cuisine/dinner-sl04.png); }

.cui03-sl-pagination .swiper-pagination-bullet:nth-of-type(1) {
  background-image: url(../img/cuisine/breakfast-sl01.png); }
.cui03-sl-pagination .swiper-pagination-bullet:nth-of-type(2) {
  background-image: url(../img/cuisine/breakfast-sl02.png); }
.cui03-sl-pagination .swiper-pagination-bullet:nth-of-type(3) {
  background-image: url(../img/cuisine/breakfast-sl03.png); }
.cui03-sl-pagination .swiper-pagination-bullet:nth-of-type(4) {
  background-image: url(../img/cuisine/breakfast-sl04.png); }

/*.dinner {
	position: relative;
	&::after {
		@include deco-yel2blue;
		top: 1056px;
		@include mq(xl) {
			top: px2vw(1056);
		}
	}
}
.dinner02 {
	position: relative;
	&::after {
		@include deco-blue;
		top: 1212px;
		@include mq(xl) {
			top: px2vw(1212);
		}
	}
}
.restaurant {
	position: relative;
	&::after {
		@include deco-yellow;
		top: -102px;
		@include mq(xl) {
			top: px2vw(-102);
		}
	}
}*/
.breakfast-detail {
  /* 1280 */
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 1680px) {
    .breakfast-detail {
      width: 64.2857142857vw; } }
  @media screen and (max-width: 480px) {
    .breakfast-detail {
      width: 89.3333333333vw; } }
  @media screen and (max-width: 480px) {
    .breakfast-detail {
      display: block; } }
  .breakfast-detail.mt {
    margin-top: 110px; }
    @media screen and (max-width: 1680px) {
      .breakfast-detail.mt {
        margin-top: 6.5476190476vw; } }
    @media screen and (max-width: 480px) {
      .breakfast-detail.mt {
        margin-top: 14.6666666667vw; } }
  .breakfast-detail.mb {
    margin-bottom: 160px; }
    @media screen and (max-width: 1680px) {
      .breakfast-detail.mb {
        margin-bottom: 9.5238095238vw; } }
    @media screen and (max-width: 480px) {
      .breakfast-detail.mb {
        margin-bottom: 21.3333333333vw; } }
  .breakfast-detail-img {
    width: 620px; }
    @media screen and (max-width: 1680px) {
      .breakfast-detail-img {
        width: 36.9047619048vw; } }
    @media screen and (max-width: 480px) {
      .breakfast-detail-img {
        width: 100%; } }
    .breakfast-detail-img img {
      border-radius: 15px; }
      @media screen and (max-width: 1680px) {
        .breakfast-detail-img img {
          border-radius: 0.8928571429vw; } }
      @media screen and (max-width: 480px) {
        .breakfast-detail-img img {
          border-radius: 2vw; } }
  .breakfast-detail-tx {
    width: 410px; }
    @media screen and (max-width: 1680px) {
      .breakfast-detail-tx {
        width: 24.4047619048vw; } }
    @media screen and (max-width: 480px) {
      .breakfast-detail-tx {
        width: 100%;
        padding-top: 6.4vw; } }
    .breakfast-detail-tx .cui-tx {
      width: 100%;
      padding-top: 0; }
