@charset "UTF-8";
/* ===================================================================
CSS information

file name  : cuisine.css
author     : Abilive
style info : お食事
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.p-cui-int {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-cui-int::before {
  content: "";
  background: url(../images/common/bg_deco.png) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 0;
  padding-bottom: calc(1131 / 1440 * 100%);
  width: calc(1191 / 1440 * 100%);
}
@media only screen and (min-width: 768px) {
  .p-cui-int::before {
    top: -30%;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-int::before {
    top: -5%;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-int {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-cui-int .js-move-sp {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-cui-int .cui_st {
  position: relative;
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .p-cui-int .cui_st {
    width: 100%;
  }
}
.p-cui-int .cui_st > .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .p-cui-int__txt {
    width: calc(632 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-int__txt {
    width: 100%;
  }
}
.p-cui-int__txt {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-cui-int__txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 12em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-cui-int__txt .js-move-pt, .p-cui-int__txt .txt {
    margin-top: calc(80 / 632 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-int__txt .js-move-pt, .p-cui-int__txt .txt {
    margin-left: calc(140 / 632 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-int__txt .js-move-pt, .p-cui-int__txt .txt {
    max-width: calc(260 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-int__txt .js-move-pt, .p-cui-int__txt .txt {
    max-width: calc(250 / 428 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-int__txt .js-move-pt, .p-cui-int__txt .txt {
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-cui-int__txt .js-move-pt, .p-cui-int__txt .txt {
    max-width: calc(240 / 13 * 1rem);
    margin-left: calc(100 / 632 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-int__txt .js-move-pt, .p-cui-int__txt .txt {
    margin-left: calc(40 / 428 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-cui-int__txt .txt {
    margin-top: calc(50 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-int__txt .txt {
    margin-top: calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-int__txt .txt {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-cui-int__txt .txt {
    margin-top: calc(30 / 13 * 1rem);
  }
}
@media only screen and (min-width: 1025px) {
  .p-cui-int__txt__sub {
    margin-top: calc(-70 / 632 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-int__txt__sub {
    margin-top: calc(20 / 632 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-int__txt__sub {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-int__txt__sub {
    width: calc(375 / 632 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-int__txt__sub {
    width: calc(250 / 428 * 100%);
  }
}
.p-cui-int__txt__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .p-cui-int__txt__sub {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.p-cui-int__txt__sub > p {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .p-cui-int__txt__sub > p:first-child {
    margin-top: calc(245 / 375 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-int__txt__sub > p:first-child {
    margin-top: calc(200 / 375 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-int__txt__sub > p:first-child {
    margin-top: calc(150 / 300 * 100%);
  }
}
.p-cui-int__txt__sub > p:first-child {
  width: calc(241 / 375 * 100%);
  z-index: 2;
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-cui-int__txt__sub > p:first-child {
    margin-top: calc(200 / 375 * 100%);
  }
}
.p-cui-int__txt__sub > p:nth-child(2) {
  width: calc(172 / 375 * 100%);
  margin-left: calc(-38 / 375 * 100%);
}
@media only screen and (min-width: 768px) {
  .p-cui-int__img {
    width: calc(808 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-int__img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-int__img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-int__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-cui-int__img {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-cui-int__img {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-cui-int__img .c-slider__pagination.swiper-pagination-horizontal {
    left: 100%;
    right: 0;
  }
}
.p-cui-int__img .c-slider__slide .inner {
  position: relative;
  width: 100%;
}
.p-cui-int__img .c-slider__slide .inner::after {
  content: "";
  width: 100%;
  display: block;
  padding-bottom: calc(606 / 808 * 100%);
}
.p-cui-int__img .c-slider__slide .inner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}
.p-cui-int + .tmp_anch {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-cui-int + .tmp_anch {
    width: calc(1260 / 1440 * 100%);
    max-width: calc(1260px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-cui-int + .tmp_anch {
    max-width: calc(1260px * (15 + 0) / 13);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-int + .tmp_anch {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-int + .tmp_anch {
    width: calc(388 / 428 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-cui-int + .tmp_anch {
    margin-top: calc(10 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-int + .tmp_anch {
    margin-top: calc(50 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-int + .tmp_anch {
    margin-top: 6em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-cui-int + .tmp_anch {
    margin-top: calc(50 / 13 * 1rem);
  }
}
@media only screen and (min-width: 1025px) {
  .p-cui-int + .tmp_anch li {
    width: calc(154 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-int + .tmp_anch li {
    width: calc(154 / 13 * 1rem);
  }
}
.p-cui-int + .tmp_anch li .t .or {
  display: block;
  color: var(--color-cv);
}

@media only screen and (min-width: 768px) {
  .p-cui-type {
    margin-top: calc(100 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type {
    margin-top: 6em;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__main {
    padding-top: calc(150 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__main {
    padding-top: 3em;
  }
}
.p-cui-type__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .p-cui-type__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-cui-type__main .js-move-sp {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-cui-type__main .cui_type_st {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-cui-type__main .cui_type_st .c-title__jp {
  color: #fff;
}
.p-cui-type__main::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .p-cui-type__main::before {
    height: 83%;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__main::before {
    height: 55%;
  }
}
.p-cui-type__main::before {
  background: url(../images/common/pattern.png), linear-gradient(143.86deg, #3C3632 -0.78%, rgba(61, 51, 45, 0.9) 30.42%, #3C3632 47.64%, #3C3632 71.24%, rgba(61, 51, 45, 0.86) 83.58%, #3C3632 100.41%);
}
@media only screen and (min-width: 1025px) {
  .p-cui-type__main__txt {
    width: calc(360 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-type__main__txt {
    width: calc(440 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__main__txt {
    width: 100%;
  }
}
.p-cui-type__main__txt {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .p-cui-type__main__txt {
    margin-top: calc(50 / 1440 * 100%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-cui-type__main__txt {
    margin-top: 0;
    width: calc(440 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__main__txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__main__txt > * {
    max-width: calc(180 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__main__txt > * {
    max-width: calc(348 / 428 * 100%);
  }
}
.p-cui-type__main__txt > * {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .p-cui-type__main__txt > * {
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-cui-type__main__txt .txt {
    margin-top: calc(40 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-type__main__txt .txt {
    margin-top: calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__main__txt .txt {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-cui-type__main__txt .txt {
    margin-top: calc(30 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__main__txt .txt {
    color: #fff;
  }
}
@media only screen and (min-width: 1025px) {
  .p-cui-type__main__img {
    width: calc(1080 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-type__main__img {
    width: calc(1000 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__main__img {
    width: 100%;
  }
}
.p-cui-type__main__img {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-cui-type__main__img {
    width: calc(1000 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__main__img {
    margin-top: 2em;
  }
}
.p-cui-type__main__img .c-slider .c-slider__element {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-cui-type__main__img .c-slider .c-slider__element {
    padding: 0 calc(30 / 428 * 100%);
  }
}
.p-cui-type__main__img .c-slider .swiper-slide > .inner {
  width: calc(760 / 774 * 100%);
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.p-cui-type__main__img .c-slider .swiper-slide > .inner::after {
  content: "";
  width: 100%;
  display: block;
  padding-bottom: calc(570 / 760 * 100%);
}
.p-cui-type__main__img .c-slider .swiper-slide > .inner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .p-cui-type__main__img .c-slider__btn {
    top: 45%;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__main__img.reverse {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__main__img.reverse {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1025px) {
  .p-cui-type__main__img.reverse .c-slider .c-slider__element {
    padding-right: calc(306 / 1080 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-type__main__img.reverse .c-slider .c-slider__element {
    padding-right: calc(180 / 1060 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__main__img.reverse .c-slider__btn--prev {
    left: calc(-40 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__main__img.reverse .c-slider__btn--prev {
    left: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__main__img.reverse .c-slider__btn--next {
    right: 1.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-type__main__img.reverse .p-cui-type__main__txt > * {
    margin-left: 15%;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__main__img:not(.reverse) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__main__img:not(.reverse) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 1025px) {
  .p-cui-type__main__img:not(.reverse) .c-slider .c-slider__element {
    padding-left: calc(306 / 1080 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-type__main__img:not(.reverse) .c-slider .c-slider__element {
    padding-left: calc(180 / 1060 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__main__img:not(.reverse) .c-slider__btn--prev {
    left: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__main__img:not(.reverse) .c-slider__btn--next {
    right: calc(-40 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__main__img:not(.reverse) .c-slider__btn--next {
    right: 1.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-cui-type__main__img:not(.reverse) .c-slider__pagination.swiper-pagination-horizontal {
    left: 100%;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-type__main__img:not(.reverse) .p-cui-type__main__txt > * {
    margin-right: 15%;
  }
}
.p-cui-type__room {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-cui-type__room {
    width: calc(1260 / 1440 * 100%);
    max-width: calc(1260px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-cui-type__room {
    max-width: calc(1260px * (15 + 0) / 13);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-type__room {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__room {
    width: calc(388 / 428 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-cui-type__room {
    margin-top: calc(125 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-type__room {
    margin-top: calc(90 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__room {
    margin-top: 5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__room__list {
    margin-top: calc(35 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__room__list {
    margin-top: 2.5em;
  }
}
.p-cui-type__room__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .p-cui-type__room__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__room__list li {
    width: calc(400 / 1260 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__room__list li {
    width: 100%;
  }
}
.p-cui-type__room__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-cui-type__room__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-cui-type__room__list li:not(:nth-child(3n+1)) {
    margin-left: calc(30 / 1260 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__room__list li:nth-child(n+2) {
    margin-top: 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__room__list li .text {
    margin-top: calc(25 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__room__list li .text {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__room__list li .text {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__room__list li .text {
    margin-left: 5%;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__room__list li .text .txt {
    margin-top: calc(10 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__room__list li .text .txt {
    margin-top: 0.75em;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__room__list li .img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__room__list li .img {
    width: 45%;
  }
}
.p-cui-type__room__list li .img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-type__room .c-circle-btn {
    margin-top: calc(20 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__room .c-circle-btn {
    margin-top: 2.5em;
  }
}
.p-cui-type__room .c-circle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-cui-type__room .c-circle-btn {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__room .c-circle-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__dish {
    margin-top: calc(85 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__dish {
    margin-top: 5em;
  }
}
.p-cui-type__dish {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-cui-type__dish {
    width: calc(1260 / 1440 * 100%);
    max-width: calc(1260px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-cui-type__dish {
    max-width: calc(1260px * (15 + 0) / 13);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-type__dish {
    width: calc(1360 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__dish {
    width: calc(388 / 428 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__dish .day {
    margin-top: calc(10 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__dish .day {
    margin-top: 1em;
  }
}
.p-cui-type__dish .day {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-cui-type__dish .day span {
    font-size: calc(12 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__dish .day span {
    font-size: calc(calc(12 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
.p-cui-type__dish .day span {
  padding: 0.25em 1em;
  background-color: var(--color-text-sub);
  min-width: calc(250 / 13 * 1rem);
}
@media only screen and (min-width: 768px) {
  .p-cui-type__dish .day_att {
    margin-top: calc(10 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__dish .day_att {
    margin-top: 0.5em;
  }
}
.p-cui-type__dish .day_att {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-cui-type__dish .day_att {
    font-size: calc(12 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__dish .day_att {
    font-size: calc(calc(12 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__dish .txt_att {
    margin-top: calc(50 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__dish .txt_att {
    margin-top: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__dish .txt_att {
    font-size: calc(12 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__dish .txt_att {
    font-size: calc(calc(12 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__dish .txt_att {
    text-align: center;
  }
}
.p-cui-type__dish__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1032px;
}
@media only screen and (min-width: 768px) {
  .p-cui-type__dish__list {
    margin: calc(35 / 13 * 1rem) auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__dish__list {
    margin: 2.5em auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__dish__list li {
    width: calc(228 / 1032 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__dish__list li {
    width: 48%;
  }
}
.p-cui-type__dish__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .p-cui-type__dish__list li:not(:nth-child(4n+1)) {
    margin-left: calc(40 / 1032 * 100%);
  }
  .p-cui-type__dish__list li:nth-child(n+5) {
    margin-top: calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__dish__list li:nth-child(2n) {
    margin-left: 4%;
  }
  .p-cui-type__dish__list li:nth-child(n+3) {
    margin-top: 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__dish__list li .text {
    margin-top: calc(10 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__dish__list li .text {
    margin-top: 1em;
  }
}
.p-cui-type__dish__list li .text {
  width: 100%;
}
.p-cui-type__dish__list li .text .c-title {
  line-height: 1.4;
}
.p-cui-type__dish__list li .text .c-title .c-title__jp .s {
  display: block;
  font-size: 80%;
}
.p-cui-type__dish__list li .text .c-title .c-title__jp .ss {
  display: block;
  font-size: 67%;
}
@media only screen and (max-width: 767px) {
  .p-cui-type__dish__list li .text .c-title .c-title__jp .ss {
    font-size: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__dish__list li .text .price {
    margin-top: calc(5 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__dish__list li .text .price {
    margin-top: 0.5em;
  }
}
.p-cui-type__dish__list li .text .price {
  line-height: 1.6;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-cui-type__dish__list li .text .price > span {
    font-size: calc(11 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__dish__list li .text .price > span {
    font-size: calc(calc(11 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
.p-cui-type__dish__list li .text .price > span {
  display: block;
}
.p-cui-type__dish__list li .text .price > span .yen {
  font-size: 137%;
}
.p-cui-type__dish__list li .img {
  width: 100%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media only screen and (min-width: 1025px) {
  .p-cui-type + .p-cui-type {
    margin-top: calc(150 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-type + .p-cui-type {
    margin-top: calc(120 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__poi {
    margin-top: calc(90 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__poi {
    margin-top: 5em;
  }
}
.p-cui-type__poi {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-cui-type__poi {
    width: calc(1260 / 1440 * 100%);
    max-width: calc(1260px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-cui-type__poi {
    max-width: calc(1260px * (15 + 0) / 13);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-type__poi {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__poi {
    width: calc(348 / 428 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__poi__list {
    margin-top: calc(35 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__poi__list {
    margin-top: 2em;
  }
}
.p-cui-type__poi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: calc(966 / 13 * 1rem);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .p-cui-type__poi__list li {
    width: calc(294 / 966 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__poi__list li {
    width: 85%;
  }
}
.p-cui-type__poi__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .p-cui-type__poi__list li:not(:nth-child(3n+1)) {
    margin-left: calc(42 / 966 * 100%);
  }
  .p-cui-type__poi__list li:nth-child(n+6) {
    margin-top: calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__poi__list li {
    margin-right: auto;
    margin-left: auto;
  }
  .p-cui-type__poi__list li:nth-child(n+2) {
    margin-top: 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__poi__list li .text {
    margin-top: calc(10 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__poi__list li .text {
    margin-top: 1em;
  }
}
.p-cui-type__poi__list li .text {
  width: 100%;
}
.p-cui-type__poi__list li .text .c-point-tit {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-cui-type__poi__list li .text .c-point-tit .sub {
  display: block;
  color: var(--color-cv);
  font-weight: normal;
  line-height: 1.4;
}
@media only screen and (min-width: 1025px) {
  .p-cui-type__poi__list li .text .c-point-tit .sub {
    width: 4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-type__poi__list li .text .c-point-tit .sub {
    width: 3.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__poi__list li .text .c-point-tit .sub {
    width: 4em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-cui-type__poi__list li .text .c-point-tit .sub .en {
    font-size: calc(15 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-type__poi__list li .text .c-point-tit .sub .en {
    font-size: calc(14 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__poi__list li .text .c-point-tit .sub .en {
    font-size: calc(calc(15 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
.p-cui-type__poi__list li .text .c-point-tit .sub .en {
  font-family: var(--font-en);
  font-optical-sizing: auto;
}
.p-cui-type__poi__list li .text .c-point-tit .sub .num {
  font-family: var(--font-jp-serif);
  font-weight: 400;
}
@media only screen and (min-width: 1025px) {
  .p-cui-type__poi__list li .text .c-point-tit .sub .num {
    font-size: calc(22 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-type__poi__list li .text .c-point-tit .sub .num {
    font-size: calc(18 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__poi__list li .text .c-point-tit .sub .num {
    font-size: calc(calc(16 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__poi__list li .text .c-point-tit .tit {
    font-size: calc(16 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__poi__list li .text .c-point-tit .tit {
    font-size: calc(calc(16 + var(--font-size-sp-add)) / var(--font-size) * 1rem);
  }
}
.p-cui-type__poi__list li .text .c-point-tit .tit {
  font-family: var(--font-jp-serif);
  font-weight: 400;
  display: block;
  word-break: keep-all;
  line-height: 1.4;
}
@media only screen and (min-width: 1025px) {
  .p-cui-type__poi__list li .text .c-point-tit .tit {
    width: calc(100% - 4em);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-type__poi__list li .text .c-point-tit .tit {
    width: calc(100% - 3.5em);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__poi__list li .text .c-point-tit .tit {
    width: calc(100% - 4em);
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__poi__list li .text .txt {
    margin-top: calc(10 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__poi__list li .text .txt {
    margin-top: 0.75em;
  }
}
.p-cui-type__poi__list li .text .txt .or {
  display: block;
  color: var(--color-cv);
}
.p-cui-type__poi__list li .img {
  width: 100%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media only screen and (min-width: 1025px) {
  .p-cui-type__poi__rest {
    padding-top: calc(120 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-type__poi__rest {
    padding-top: calc(100 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__poi__rest {
    padding-top: 5em;
  }
}
.p-cui-type__poi__rest {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-cui-type__poi__rest {
    width: calc(1160 / 1440 * 100%);
    max-width: calc(1160px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-cui-type__poi__rest {
    max-width: calc(1160px * (15 + 0) / 13);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-type__poi__rest {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__poi__rest {
    width: calc(348 / 428 * 100%);
  }
}
.p-cui-type__poi__rest {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .p-cui-type__poi__rest {
    max-width: calc(1045 / 13 * 1rem);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-type__poi__rest {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__poi__rest {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-cui-type__poi__rest .js-move-sp {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__poi__rest__txt {
    width: calc(365 / 1045 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__poi__rest__txt {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__poi__rest__txt {
    margin-right: calc(50 / 1045 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__poi__rest__txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__poi__rest__txt .txt {
    margin-top: calc(20 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__poi__rest__txt .txt {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__poi__rest__txt .c-table {
    margin-top: calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__poi__rest__txt .c-table {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-cui-type__poi__rest__txt .c-table {
    --th: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-type__poi__rest__txt .c-table {
    --th: 8em;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__poi__rest__txt .c-table {
    --th: 8em;
  }
}
.p-cui-type__poi__rest__txt .c-table {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html:lang(fr) .p-cui-type__poi__rest__txt .c-table {
    --th: 10em;
  }
}
@media only screen and (max-width: 767px) {
  html:lang(fr) .p-cui-type__poi__rest__txt .c-table {
    --th: 9em;
  }
}
.p-cui-type__poi__rest__txt .c-table tbody tr th {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .p-cui-type__poi__rest__txt .c-table tbody tr td {
    padding-left: calc(30 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-type__poi__rest__txt .c-table tbody tr td {
    padding-left: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__poi__rest__txt .c-table tbody tr td {
    padding-left: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-type__poi__rest__img {
    width: calc(560 / 1045 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__poi__rest__img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-type__poi__rest__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1.5em;
  }
}

@media only screen and (min-width: 1025px) {
  .p-cui-break {
    margin-top: calc(150 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-break {
    margin-top: calc(120 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-break {
    margin-top: 6em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-cui-break {
    padding: calc(140 / 13 * 1rem) 0 calc(150 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-break {
    padding: calc(100 / 13 * 1rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-break {
    padding: 5em 0;
  }
}
.p-cui-break {
  background: url(../images/common/pattern_gray.png) #CFCDC5 repeat center top;
  position: relative;
}
.p-cui-break::before {
  content: "";
  background: url(../images/common/bg_deco_rt.png) no-repeat center/100%;
  position: absolute;
  right: 0;
  top: 2%;
  z-index: 1;
  height: 0;
  padding-bottom: calc(1132 / 1440 * 100%);
  width: calc(860 / 1440 * 100%);
}
@media only screen and (min-width: 768px) {
  .p-cui-break .read {
    margin-top: calc(20 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-break .read {
    margin-top: 0.75em;
  }
}
.p-cui-break .read {
  position: relative;
  z-index: 2;
}
.p-cui-break > .c-title {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .p-cui-break__item {
    margin-top: calc(65 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-break__item {
    margin-top: 4em;
  }
}
.p-cui-break__item {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .p-cui-break__item + .p-cui-break__item {
    margin-top: calc(110 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-break__item + .p-cui-break__item {
    margin-top: 5em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-cui-break__item__slider {
    width: calc(720 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-break__item__slider {
    width: calc(860 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-break__item__slider {
    width: calc(348 / 428 * 100%);
  }
}
.p-cui-break__item__slider {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .p-cui-break__item__slider {
    margin-top: calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-break__item__slider {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-cui-break__item__slider {
    width: calc(760 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-break__item__slider .c-slider__btn--prev {
    left: calc(-30 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-break__item__slider .c-slider__btn--next {
    right: calc(-30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-break__item__slider .c-slider__btn {
    top: 45%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-cui-break__item__slider .c-slider__pagination.swiper-pagination-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 0;
    left: 0;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    bottom: calc(-30 / 13 * 1rem);
  }
  .p-cui-break__item__slider .c-slider__pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
    margin: 0 var(--slider-pagination-pt) !important;
  }
}
.p-cui-break__item__slider .swiper-slide > .inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .p-cui-break__item__slider .swiper-slide > .inner {
    width: calc(660 / 720 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-break__item__slider .swiper-slide > .inner {
    width: 92%;
  }
}
.p-cui-break__item__slider .swiper-slide > .inner::after {
  content: "";
  width: 100%;
  display: block;
  padding-bottom: calc(450 / 660 * 100%);
}
.p-cui-break__item__slider .swiper-slide > .inner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-cui-break__item__txt {
    margin-top: calc(60 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-break__item__txt {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .p-cui-break__item__txt {
    width: calc(660 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-break__item__txt {
    width: calc(800 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-break__item__txt {
    width: calc(348 / 428 * 100%);
  }
}
.p-cui-break__item__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-cui-break__item__txt {
    width: calc(700 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-break__item__txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-break__item__txt .txt {
    width: calc(305 / 660 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-break__item__txt .txt {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-break__item__txt .c-table {
    margin-left: calc(30 / 660 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-break__item__txt .c-table {
    width: calc(325 / 660 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-break__item__txt .c-table {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-cui-break__item__txt .c-table {
    --th: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-break__item__txt .c-table {
    --th: 8em;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-break__item__txt .c-table {
    --th: 8em;
  }
}
.p-cui-break__item__txt .c-table {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html:lang(fr) .p-cui-break__item__txt .c-table {
    --th: 10em;
  }
}
@media only screen and (max-width: 767px) {
  html:lang(fr) .p-cui-break__item__txt .c-table {
    --th: 9em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-cui-break__item__txt .c-table {
    --th: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-break__item__txt .c-table {
    margin-top: 2em;
  }
}
.p-cui-break__item__txt .c-table tbody tr th {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .p-cui-break__item__txt .c-table tbody tr td {
    padding-left: calc(30 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-break__item__txt .c-table tbody tr td {
    padding-left: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-break__item__txt .c-table tbody tr td {
    padding-left: 1.5em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-cui-break__item__txt .c-table tbody tr td {
    padding-left: calc(20 / 13 * 1rem);
  }
}

@media only screen and (min-width: 768px) {
  .p-cui-other {
    margin-top: calc(100 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-other {
    margin-top: 4em;
  }
}
.p-cui-other {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-cui-other {
    width: calc(900 / 1440 * 100%);
    max-width: calc(900px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-cui-other {
    max-width: calc(900px * (15 + 0) / 13);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-other {
    width: calc(1160 / 1440 * 100%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-cui-other {
    width: calc(1160 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-other {
    width: calc(370 / 428 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-other__item__inner, .p-cui-other__item__ani {
    margin-top: calc(25 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-other__item__inner, .p-cui-other__item__ani {
    margin-top: 1.5em;
  }
}
.p-cui-other__item__inner, .p-cui-other__item__ani {
  width: 100%;
}
.p-cui-other__item__inner .c-circle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-cui-other__item__inner .c-circle-btn {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-other__item__inner .c-circle-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2em;
  }
}
.p-cui-other__item__ani {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-cui-other__item__ani__txt {
    width: calc(490 / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-other__item__ani__txt {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-other__item__ani__txt {
    margin-left: calc(50 / 900 * 100%);
  }
}
.p-cui-other__item__ani__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-cui-other__item__ani__txt {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-other__item__ani__txt {
    margin-top: 1.5em;
  }
  html:lang(ja) .p-cui-other__item__ani__txt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-cui-other__item__ani__txt .txt {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-cui-other__item__ani__txt .c-circle-btn {
    margin-top: calc(25 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-other__item__ani__txt .c-circle-btn {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-other__item__ani__txt .c-circle-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 49%;
  }
  html:not([lang=ja]) .p-cui-other__item__ani__txt .c-circle-btn {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-other__item__ani__txt .c-circle-btn + .c-circle-btn {
    margin-left: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-other__item__ani__txt .c-circle-btn + .c-circle-btn {
    margin-left: 2%;
  }
  html:not([lang=ja]) .p-cui-other__item__ani__txt .c-circle-btn + .c-circle-btn {
    margin-left: 0;
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-other__item__ani__txt .c-circle-btn .c-circle-btn__circle {
    margin-right: -1em;
  }
  html:not([lang=ja]) .p-cui-other__item__ani__txt .c-circle-btn .c-circle-btn__circle {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-other__item__ani__img {
    width: calc(360 / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-other__item__ani__img {
    width: 100%;
  }
}
.p-cui-other__item__ani__img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media only screen and (min-width: 768px) {
  .p-cui-other__item + .p-cui-other__item {
    margin-top: calc(50 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-other__item + .p-cui-other__item {
    margin-top: 3em;
  }
}

.p-cui-sub {
  position: relative;
}
.p-cui-sub__int {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-cui-sub__int {
    width: calc(1260 / 1440 * 100%);
    max-width: calc(1260px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-cui-sub__int {
    max-width: calc(1260px * (15 + 0) / 13);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-sub__int {
    width: calc(1260 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-sub__int {
    width: calc(388 / 428 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-cui-sub__int .txt {
    margin-top: calc(45 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-sub__int .txt {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-sub__int .txt {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-sub__int .txt {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .p-cui-sub__int .c-large-btn {
    margin-top: calc(45 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-sub__int .c-large-btn {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-sub__int .c-large-btn {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-sub__int .c-large-btn .c-large-btn__link {
    min-width: 0;
    width: 100%;
  }
}
.p-cui-sub__int::before {
  content: "";
  background: url(../images/common/bg_deco.png) no-repeat center/100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
  height: 0;
  padding-bottom: 78.5416666667%;
  width: 82.7083333333%;
}
@media only screen and (min-width: 768px) {
  .p-cui-sub__item {
    margin-top: 6.1538461538rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-sub__item {
    margin-top: 4.6153846154rem;
  }
}
.p-cui-sub__item {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-cui-sub__item {
    width: calc(900 / 1440 * 100%);
    max-width: calc(900px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-cui-sub__item {
    max-width: calc(900px * (15 + 0) / 13);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-sub__item {
    width: calc(1160 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-sub__item__inner {
    padding: calc(35 / 13 * 1rem) calc(35 / 13 * 1rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-sub__item__inner {
    padding: 1.5rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-sub__item__inner .c-title {
    margin-top: calc(20 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-sub__item__inner .c-title {
    margin-top: 2rem;
  }
}
.p-cui-sub__item__inner .c-table {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p-cui-sub__item__inner .c-table {
    margin-top: calc(10 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-sub__item__inner .c-table {
    margin-top: 1rem;
  }
}
.p-cui-sub__item__inner .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .p-cui-sub__item__inner .icons {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-sub__item__inner .icons {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-sub__item__inner .icons {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-sub__item__inner .icons {
    margin: calc(20 / 13 * 1rem) auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-sub__item__inner .icons {
    margin: 8% auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-sub__item__inner .icons li {
    width: calc(55 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-sub__item__inner .icons li {
    width: 23%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-cui-sub__item__inner .icons li {
    margin: 0 0 0 calc(16 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-sub__item__inner .icons li {
    margin: 0 0 0 calc(16 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-sub__item__inner .icons li {
    margin: 0 0 1.5rem 0;
  }
}
.p-cui-sub__item__inner .icons li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .p-cui-sub__item__inner .icons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-cui-sub__item__inner .icons_style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-cui-sub__item__inner .icons_style2 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-sub__item__inner .icons_style2 {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-sub__item__inner .icons_style2 {
    margin: calc(20 / 13 * 1rem) auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-sub__item__inner .icons_style2 {
    margin: 8% auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-sub__item__inner .icons_style2 {
    max-width: calc(calc(55 / 13 * 1rem) * 7 + calc(16 / 13 * 1rem) * 6);
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-sub__item__inner .icons_style2 li {
    width: calc(55 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-sub__item__inner .icons_style2 li {
    width: 23%;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-sub__item__inner .icons_style2 li {
    margin: 0 0 0 calc(16 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-sub__item__inner .icons_style2 li {
    margin: 0 0 1.5rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-sub__item__inner .icons_style2 li:nth-child(7n+1) {
    margin-left: 0;
  }
  .p-cui-sub__item__inner .icons_style2 li:nth-child(n+8) {
    margin-top: calc(16 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-sub__item__inner .icons_style2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-sub__item__inner .note {
    margin-top: 3.0769230769rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-sub__item__inner .note {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-sub__item__inner .note {
    text-align: center;
  }
}
.p-cui-sub__item__inner .note_sm {
  margin-top: 1.5384615385rem;
}
.p-cui-sub__item__inner .list {
  padding-left: 0.4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-cui-sub__item__inner .list li {
  list-style-type: disc;
}
@media only screen and (min-width: 1025px) {
  .p-cui-sub__item__inner .list li {
    margin: calc(16 / 13 * 1rem) 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-cui-sub__item__inner .list li {
    margin: 1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-sub__item__inner .list li {
    margin: 1rem 0 1rem 1rem;
  }
}
.p-cui-sub__item__inner .list li:first-child {
  margin-top: 0;
}
.p-cui-sub__item__inner strong {
  font-weight: bold;
  color: black;
}
@media only screen and (min-width: 768px) {
  .p-cui-sub__item__inner.space_md {
    padding: calc(50 / 13 * 1rem) calc(35 / 13 * 1rem) calc(10 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-sub__item__inner.space_md {
    padding: 1.5rem 1rem 0.5rem;
  }
}
.p-cui-sub__item__inner.space_md {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-cui-sub__item__inner .txt {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-sub__item__inner .allergy_txt {
    margin-top: calc(10 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-sub__item__inner .allergy_txt {
    margin-top: 1rem;
  }
}
.p-cui-sub__item__inner .allergy_txt i {
  display: inline-block;
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-cui-sub__item {
    width: calc(1160 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-sub__item {
    width: calc(370 / 428 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-cui-sub__int + .p-cui-sub__item {
    margin-top: 7.6923076923rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-cui-sub__int + .p-cui-sub__item {
    margin-top: 6.1538461538rem;
  }
}