@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1380px) {
  html {
    font-size: 1.1594202899vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  color: #000;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1380px;
  padding-right: 6.875rem;
  padding-left: 6.875rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-link-btn {
  max-width: 12.5rem;
  margin-top: 2.1875rem;
  display: block;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-family: "Caudex", serif;
  letter-spacing: 0.025em;
  padding-bottom: 0.8125rem;
  border-bottom: 1px solid #fff;
  background: url("../images/3209399_arrow_direction_path_right_way_icon.png") no-repeat;
  background-position: 100% 50%;
  background-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-link-btn {
    margin-top: 0.75rem;
  }
}

.c-link-btn.bl {
  border-bottom: 1px solid #000;
  background: url("../images/3209399_arrow_direction_path_right_way_icon (1).png") no-repeat;
  background-position: 100% 50%;
  background-size: 1.875rem;
}

.c-link-btn__view {
  display: block;
  font-family: "Caudex", serif;
  font-size: 0.8125rem;
  text-transform: uppercase;
  width: 18.75rem;
  line-height: 115%;
  letter-spacing: 0.025em;
  padding: 0.75rem;
  border: 1px solid #dcdcdc;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.c-modal {
  width: 100vw;
  height: 100vh;
  background-color: #1D2D59;
  color: #fff;
  position: fixed;
  top: 6.875rem;
  left: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 1.875rem;
  padding-top: 9.375rem;
  display: none;
}

.c-page-title {
  font-family: "Caudex", serif;
  font-size: 3.5rem;
  line-height: 140%;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-page-title {
    font-size: 3rem;
  }
}

.c-page-title span {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 0.9375rem;
  margin-top: 0.375rem;
  line-height: 1.3;
}

.c-sec-title {
  font-family: "Caudex", serif;
  font-size: 3.125rem;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-sec-title {
    font-size: 1.875rem;
  }
}

.c-sec-title::before,
.c-sec-title::after {
  content: "";
  height: 1px;
  background-color: #000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-sec-title::before {
  margin-right: 2.5rem;
}

.c-sec-title::after {
  margin-left: 2.5rem;
}

.c-sec-title__mid {
  font-family: "Caudex", serif;
  /* text-transform: uppercase; */
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-sec-title__mid {
    font-size: 1.875rem;
  }
}

.c-sec-title__mid span {
  font-size: 0.75rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-sec-title__mid span {
    font-size: 0.625rem;
  }
}

.c-sec-title__mid .jp {
  font-size: 0.9375rem;
  display: inline-block;
}

.c-sec-title__page {
  font-family: "Caudex", serif;
  font-size: 2.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}

.c-sec-title__page span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 0.8125rem;
  display: block;
}

.p-about {
  padding-top: 6.875rem;
}

.p-about__bg {
  position: relative;
}

.p-about__bg::before {
  content: "";
  width: 200%;
  height: 100%;
  background-color: #0f5779;
  position: absolute;
  top: 0;
  right: 6.25rem;
  z-index: -1;
}
.p-about__bg1::before {
  content: "";
  width: 200%;
  height: 100%;
  background-color: #0f5779;
  position: absolute;
  top: 0;
  left: 6.25rem;
  z-index: -1;
}
.p-about__wrapper1 {
  flex-flow: row-reverse;
}
.p-about__body1{
  margin-left: 3.125rem;
  
}
@media screen and (max-width: 767px) {
  .p-about__bg::before {
    width: calc(100% + 1.5625rem);
    right: -1.5625rem;
  }
}

.p-about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.p-about__body {
  color: #fff;
  margin-right: 3.125rem;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-about__body {
    padding-left: 1.6875rem;
    margin-right: 0;
  }
}

.p-about__title {
  margin-left: auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    margin-left: 0;
  }
}

.p-about__en-title {
  display: block;
  font-family: "Caudex", serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin-left: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-about__en-title {
    margin-left: 0;
    margin-right: 1.125rem;
  }
}

.p-about__jp-title {
  font-size: 3.125rem;
  font-weight: normal;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .p-about__jp-title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 1.75rem;
  }
}

.p-about__body-textbox {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  max-width: 21.25rem;
  font-size: 0.8125rem;
  line-height: 225%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-about__body-textbox {
    margin-top: 0.625rem;
    padding-left: 2.5rem;
    max-width: 100%;
  }
}

.p-about__img {
  max-width: 46.8125rem;
  max-height: 32.5rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__img {
    display: none;
  }
}

.p-about__img img {
  width: 120%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-access {
  background-color: #0f5779;
}

.p-access__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .p-access__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 3.125rem;
  }
}

.swiper03__container {
  width: 50%;
  height: 50%;
  padding-top: 7.8125rem;
  margin-right: 6.25rem;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 767px) {
  .swiper03__container {
    width: 100%;
    position: static;
    margin-right: 0;
    padding-top: 3.125rem;
  }
}

.swiper03__inner {
  position: relative;
}

.swiper03 {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide.p-access__slide {
  width: 100%;
  position: relative;
}

.swiper-slide.p-access__slide::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.swiper-slide.p-access__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination.access {
  bottom: -1.5625rem !important;
}

.swiper-pagination-bullet {
  background-color: #fff !important;
  width: 0.625rem !important;
}

.p-access__right {
  width: 50%;
  color: #fff;
  padding-top: 12.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-access__right {
    width: 100%;
    padding-top: 2.5rem;
  }
}

.p-access__title {
  font-family: "Caudex", serif;
  font-size: 2.5rem;
  text-transform: capitalize;
  letter-spacing: 0.025em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-access__title {
    text-align: center;
    font-size: 2.1875rem;
  }
}

.p-access__title span {
  font-size: 0.8125rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-access__title span {
    display: block;
  }
}

.p-access__table {
  width: 100%;
  font-size: 0.875rem;
  border-bottom: 1px solid #fff;
  margin-top: 0.9375rem;
  line-height: 2.2;
}

.p-access__table th {
  width: 7.5rem;
  text-align: left;
  vertical-align: top;
  padding: 0.9375rem 0 0.9375rem 0.625rem;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-access__table th {
    width: 5rem;
  }
}

.p-access__table td {
  padding: 0.9375rem 0;
  border-top: 1px solid #fff;
}

.p-access__access {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-access__access {
    margin-top: 3.125rem;
  }
}

.p-access__map {
  margin-top: 0.9375rem;
  width: 100%;
}

.p-access__map iframe {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-access__map iframe {
    width: 100%;
    height: 13.75rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}

.p-access__text {
  font-size: 0.875rem;
  margin-top: 1.5625rem;
}

.p-afternoon-set {
  padding-top: 5.3125rem;
  background-color: #93b593;
  text-align: center;
  color: #fff;
}

.p-afternoon-set__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-afternoon-set__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-afternoon-set__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-afternoon-set__img {
    width: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}

.p-afternoon-set__body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-afternoon-set__body {
    width: 100%;
    background-color: #fff;
    color: #000;
    padding: 1.25rem;
  }
}

.p-afternoon-set__title {
  font-size: 1.4375rem;
}

.p-afternoon-set__menu-text {
  font-size: 0.875rem;
  margin-top: 1.5625rem;
  line-height: 2;
}

.p-afternoon-set__link {
  display: inline-block;
  margin-top: 2.8125rem;
  padding-bottom: 1.25rem;
  padding-right: 3.75rem;
  border-bottom: 1px solid #fff;
  background: url("../images/3209399_arrow_direction_path_right_way_icon.png") no-repeat;
  background-position: 100% 0;
  background-size: 1.875rem;
}

.p-afternoon-set__link span {
  font-size: 0.8125rem;
  display: inline-block;
  margin-left: 0.75rem;
}

.p-afternoon {
  padding-top: 3.75rem;
}

.p-afternoon__warpper {
  position: relative;
}

.p-afternoon__body {
  width: 29.0625rem;
  padding: 3.125rem 8.125rem 4.375rem 4.375rem;
  background-color: #040000;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-afternoon__body {
    width: 20.3125rem;
    padding: 1.75rem 1.5625rem 1.875rem 1.5625rem;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: -2.5rem;
  }
}

.p-afternoon__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 22.1875rem;
  padding-bottom: 1.25rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-afternoon__img {
    display: block;
    padding: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}

.p-bg {
  width: 100vw;
  /* height: 27.5rem; */
  background: url("../images/sweets_mv1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
}
@media screen and (max-width: 767px) {
  .p-bg {
    height: 21.875rem;
  }
}

.p-bg.sweets {
  background: url("../images/sweets_mv1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
}

.p-bg.drink {
  background: url("../images/drink1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
}

.p-bg.afternoon {
  background: url("../images/afternon_mv.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
}

.p-bg.access {
  background: url("../images/gapao2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.p-contact-page {
  background-color: #f8fdff;
  padding-top: 13.125rem;
  padding-bottom: 7.8125rem;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 767px) {
  .p-bg {
    background-attachment: fixed;
  }
  .p-bg.sweets {
    background-attachment: fixed;
  }
  .p-bg.drink {
    background-attachment: fixed;
  }
  .p-bg.afternoon {
    background-attachment: fixed;
  }
  .p-bg.access {
    background-attachment: fixed;
  }
  .p-contact-page {
    background-attachment: fixed;
  }
  .p-page-mv {
    background-attachment: fixed;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-page {
    padding-top: 10.625rem;
    padding-bottom: 2.8125rem;
  }
}

.p-contact-page__btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact-page__btnbox {
    gap: 0;
  }
}

.p-contact-page__btn {
  width: 16.25rem;
  padding: 0.8125rem;
  border: 1px solid #9f9f9f;
  border-radius: 6.25rem;
  letter-spacing: 0.05em;
  line-height: 1.1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact-page__btn {
    border-radius: 0.3125rem;
  }
}

.p-contact-page__btn.active {
  background-color: #000;
  color: #fff;
}

.p-contact-page__form-box {
  margin-top: 4.375rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.p-contact-page__form-box.active {
  display: block;
}

.p-contact-page__form-text {
  text-align: right;
  font-size: 0.75rem;
}

.p-contact-page__form {
  text-align: left;
}

.p-contact-page__form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-contact-page__form div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-contact-page__form label {
  display: block;
  width: 13.75rem;
  padding-right: 1.25rem;
  padding-top: 1.5625rem;
}

.p-contact-page__form input,
.p-contact-page__form textarea {
  width: 100%;
  display: block;
  padding: 0.625rem;
  margin-top: 1.5625rem;
  background-color: transparent;
  border: 1px solid #9f9f9f;
}
@media screen and (max-width: 767px) {
  .p-contact-page__form input,
.p-contact-page__form textarea {
    margin-top: 0.75rem;
  }
}

.submit_btn {
  width: 13.9375rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
}

.p-contact {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-contact {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    margin-top: 2.8125rem;
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}

.p-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2.8125rem;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-contact a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
    padding-bottom: 0;
  }
}

.p-contact__title {
  background: url("../images/icon_mail_1.png") no-repeat;
  background-position: left;
  background-size: 2.25rem;
  padding-left: 3.75rem;
}

.p-contact__text {
  font-size: 0.9375rem;
  padding-right: 7.5rem;
  background: url("../images/3209399_arrow_direction_path_right_way_icon (1).png") no-repeat;
  background-position: right;
  background-size: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    margin-top: 1.25rem;
    padding-right: 1.25rem;
    background: url("../images/211607_right_arrow_icon.png") no-repeat;
    background-position: 100% 50%;
    background-size: 0.9375rem;
  }
}

.p-contact__text::before {
  content: "";
  width: 3.75rem;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: -5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__text::before {
    display: none;
  }
}

.p-food-menu {
  text-align: center;
  background-color: #f8fdff;
  padding-bottom: 7.5rem;
  position: relative;
}

.p-food-menu__line {
  width: 1px;
  height: 5rem;
  background-color: #0F5779;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.75rem;
  position: relative;
}

.p-food-menu__line::before {
  content: "";
  width: 1px;
  height: 5rem;
  background-color: #fff;
  position: absolute;
  top: -5rem;
  left: 50%;
}

.p-food-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  margin-top: 4.375rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-food-menu__list {
    gap: 1.5625rem;
  }
}

.p-food-menu__item {
  width: 31%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-food-menu__item {
    width: 46%;
  }
}

.p-food-menu__img {
  width: 100%;
  position: relative;
}

.p-food-menu__img::before {
  content: "";
  display: block;
  padding-top: 66.7870036101%;
}

.p-food-menu__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-food-menu__title {
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  margin-top: 1.5rem;
  padding-bottom: 2.625rem;
}

.p-food-menu__price {
  text-align: left;
  font-family: "Caudex", serif;
  font-size: 1.125rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-food-menu__price span {
  font-size: 0.625rem;
}

.p-food-menu__link {
  width: 25rem;
  height: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  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;
  gap: 1.25rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-food-menu__link {
    width: 18.75rem;
    height: 5.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-food-menu__link img {
    width: 2.8125rem;
  }
}

.p-food-menu__link p {
  line-height: 7.5rem;
  background: url("../images/7695997_document_business_paper_file_paperwork_icon.png") no-repeat;
  background-position: right;
  background-size: 1.875rem;
  padding-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-food-menu__link p {
    line-height: 5.4375rem;
  }
}

.p-footer {
  background-color: #efefef;
  color: #1D2D59;
  padding-top: 6.25rem;
  padding-bottom: 4.6875rem;
  letter-spacing: 0.09em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer {
    margin-top: 8.75rem;
    padding-top: 3.125rem;
    padding-bottom: 2.8125rem;
  }
}

.p-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer__logo {
  width: 12rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-footer__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.5rem;
  }
}

.p-footer__nav {
  font-size: 0.9375rem;
  font-family: "Caudex", serif;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__item {
    border-top: 1px solid #fff;
    padding-top: 0.75rem;
  }
}

.p-footer__item + .p-footer__item {
  margin-top: 0.75rem;
}

.p-footer__sns {
  text-transform: lowercase;
  margin-top: 1.25rem;
  padding-left: 1.875rem;
  /* background: url("../images/2959748_instagram_photo_share_icon.png") no-repeat; */
  background-position: 0% 100%;
  background-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__sns {
    border-top: 1px solid #fff;
    margin-top: 0.75rem;
    padding-top: 1.25rem;
  }
}

.p-footer__map {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__map {
    margin-top: 2.5rem;
  }
}

.p-footer__map iframe {
  width: 28.125rem;
  height: 18.125rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-footer__map iframe {
    width: 100%;
  }
}

.p-footer__map-text {
  font-size: 0.8125rem;
  margin-top: 0.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

.p-footer__copy {
  font-family: "Caudex", serif;
  font-size: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    text-align: center;
  }
}

.js-pagetop.sp {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .js-pagetop.sp {
    opacity: 1;
    position: absolute;
    left: 50%;
    top: -6.25rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.js-pagetop.pc {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .js-pagetop.pc {
    display: none !important;
  }
}

.p-header {
  position: relative;
  width: 100vw;
  height: 6.875rem;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-header {
    position: relative;
  }
}

.p-header__logo {
  width: 9.1875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-header__toggle {
  position: relative;
  width: 6.875rem;
  height: 6.875rem;
  background-color: #1D2D59;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-header__toggle {
    background-color: #fff;
  }
}

.p-header__toggle.show {
  background-color: #1D2D59;
}

@media screen and (max-width: 767px) {
  .p-header__toggle.change-color {
    background-color: #1D2D59;
  }
}

.p-header__toggle span {
  width: 1.875rem;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-header__toggle span {
    background-color: #1D2D59;
  }
}

@media screen and (max-width: 767px) {
  .p-header__toggle.change-color span {
    background-color: #fff;
  }
}

.p-header__toggle span:nth-child(1) {
  top: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-header__toggle span:nth-child(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-header__toggle span:nth-child(3) {
  bottom: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-header__toggle.show span:nth-child(1) {
  -webkit-transform: translateX(-15px) translateY(13px) rotate(-45deg);
          transform: translateX(-15px) translateY(13px) rotate(-45deg);
  background-color: #fff;
}
.p-header__toggle.show span:nth-child(2) {
  opacity: 0;
}
.p-header__toggle.show span:nth-child(3) {
  -webkit-transform: translateX(-15px) translateY(-15px) rotate(45deg);
          transform: translateX(-15px) translateY(-15px) rotate(45deg);
  background-color: #fff;
}

.p-instagram {
  margin-top: 7.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2ddd7;
  overflow: hidden;
}

.p-instagram__inner {
  overflow: hidden;
}

.p-instagram__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6.875rem;
  overflow: hidden;
}

.p-instagram__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop_1 100s -50s linear infinite;
          animation: loop_1 100s -50s linear infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  width: 100vw;
}

.p-instagram__list:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop_2 100s linear infinite;
          animation: loop_2 100s linear infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  width: 100vw;
}

@-webkit-keyframes loop_1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop_1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop_2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop_2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.p-instagram__item {
  width: 20.875rem;
}
@media screen and (max-width: 767px) {
  .p-instagram__item {
    width: 12.5rem;
  }
}

.p-instagram__img {
  width: 20.875rem;
}
@media screen and (max-width: 767px) {
  .p-instagram__img {
    width: 12.5rem;
  }
}

.p-instagram__sec-title {
  margin-top: -1.25rem;
  padding-left: 8.125rem;
  position: relative;
  z-index: 1;
}

.p-instagram__link-btn {
  margin-left: 8.125rem;
}

.p-menu {
  padding-top: 7.8125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-menu {
    padding-top: 2.8125rem;
  }
}

.p-menu__text {
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  line-height: 160%;
  margin-top: 1.5625rem;
  text-align: center;
}

.p-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8125rem;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-menu__item {
  width: 100%;
}

.p-menu__img {
  width: 100%;
  position: relative;
}

.p-menu__img::before {
  content: "";
  display: block;
  padding-top: 133.2179930796%;
}

.p-menu__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-menu__item-title {
  font-size: 2.1875rem;
  font-family: "Caudex", serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  padding: 0.625rem 1.875rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-menu__item-title {
    text-align: center;
  }
}

.p-menu__item-title span {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

.p-mv {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv {
    width: 100vw;
  }
}

.swiper-slide img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__box {
  width: 100%;
  height: 6.25rem;
  max-width: 39.0625rem;
  padding: 0.9375rem 2.25rem 0.9375rem 3.125rem;
  background-color: #1D2D59;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  font-family: "Caudex", serif;
}
@media screen and (max-width: 767px) {
  .p-mv__box {
    max-width: 20.3125rem;
    height: 5.625rem;
    padding: 1.125rem;
    bottom: -2.8125rem;
  }
}

.p-mv__box a {
  display: block;
}

.p-mv__box a span {
  margin-right: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-mv__box a span {
    display: inline-block;
  }
}

.p-news {
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-top: 2.5rem;
  }
}

.p-news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-news__titlebox {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p-news__titlebox {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}

.p-news__listbox {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .p-news__listbox {
    width: 100%;
  }
}

.p-news__list {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

.p-news__item {
  display: block;
  border-top: 1px solid #dcdcdc;
  padding: 1.9375rem 5.3125rem 1.625rem 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-news__item {
    padding: 1.5625rem 0.3125rem 1.375rem;
  }
}

.p-news__item:last-child {
  border-bottom: 1px solid #dcdcdc;
}

.p-news__item time {
  font-size: 0.875rem;
  font-family: "Caudex", serif;
  letter-spacing: 0.05em;
}

.p-news__title {
  font-size: 0.8125rem;
  margin-top: 0.875rem;
  line-height: 140%;
  letter-spacing: 0.05em;
}

.p-news__text {
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  line-height: 200%;
  margin-top: 0.5625rem;
}

.p-news__link {
  margin-top: 2.8125rem;
}

.p-page-mv {
  width: 100vw;
  height: 100vh;
  background: url("../images/food_mv-1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
  color: #fff;
  position: relative;
}

.p-page-mv::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .2);
}

.p-page-mv.sweets {
  background: url("../images/jelart.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
}

.p-page-mv.drink {
  background: url("../images/drink1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
}

.p-page-mv.afternoon {
  background: url("../images/afternon_mv.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
}

.p-page-mv.access {
  background: url("../images/gapao2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
}

.p-page-mv__textbox {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.p-page-mv__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 160%;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv__text {
    padding: 0 2.5rem;
    margin-top: 1.375rem;
  }
}

.p-plan__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-plan__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-plan__wrapper {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  padding: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-plan__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.625rem;
  }
}

.p-plan__img {
  width: 100%;
  position: relative;
}

.p-plan__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-plan__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-plan__body {
  color: #000;
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

.p-plan__link {
  display: block;
  width: 11.875rem;
  padding: 0.6875rem 0.625rem;
  font-size: 0.8125rem;
  border: 1px solid #dcdcdc;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-plan__link {
    width: 100%;
  }
}

.p-plan__linkbox {
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  width: 39.6875rem;
  height: 8.75rem;
  background: url("../images/3209399_arrow_direction_path_right_way_icon (1).png") no-repeat;
  background-position: 98%;
  background-size: 1.875rem;
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-plan__linkbox {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.25rem;
    background-image: none;
  }
}

.p-plan__linkbox-tab {
  padding: 0.9375rem 1.5625rem 1.125rem;
  background-color: #93b593;
  color: #fff;
  text-transform: capitalize;
  font-size: 1.0625rem;
  font-family: "Caudex", serif;
}
@media screen and (max-width: 767px) {
  .p-plan__linkbox-tab {
    width: 100%;
  }
}

.p-plan__linkbox-text {
  font-weight: bold;
  font-size: 1.125rem;
}

.p-plan__linkbox span {
  font-size: 0.8125rem;
}

.p-recommended {
  padding-top: 5.3125rem;
  padding-bottom: 8.125rem;
  background-color: #0f7aac;
  text-align: center;
  color: #fff;
}

.p-recommended.sweets {
  background-color: #0F5779;
}

.p-recommended.drink {
  background-color: #0d6f9d;
}

.p-recommended.plan {
  background-color: #93B593;
}

.p-recommended__wrapper {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  padding: 1.875rem 3.75rem 1.875rem 1.875rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recommended__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.625rem 0.625rem 1.25rem;
  }
}

.p-recommended__img {
  -ms-flex-negative: 0.68;
      flex-shrink: 0.68;
  width: 100%;
  max-width: 30.3125rem;
  margin-right: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-recommended__img {
    -ms-flex-negative: 0.8;
        flex-shrink: 0.8;
    margin-right: 0;
  }
}

.p-recommended__body {
  width: 100%;
  text-align: left;
  padding-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-recommended__body {
    padding-top: 1.875rem;
  }
}

.p-slide {
  padding-top: 8.75rem;
}

.swiper02 {
  margin-left: -6.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .swiper02 {
    margin-left: 0;
  }
}

.swiper-slide.swiper-slide02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .swiper-slide.swiper-slide02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.swiper-slide.swiper-slide02 .swiper-img {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .swiper-slide.swiper-slide02 .swiper-img {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}

.swiper-slide.swiper-slide02 .swiper-img::before {
  content: "";
  display: block;
  padding-top: 72.1723518851%;
}

.swiper-slide.swiper-slide02 .swiper-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-body {
  padding-top: 6.125rem;
}
@media screen and (max-width: 767px) {
  .swiper-body {
    padding-top: 1.25rem;
  }
}

.swiper-title {
  font-size: 3.125rem;
  font-family: "Caudex", serif;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.05em;
}

.swiper-title .no {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .swiper-title .no {
    margin-bottom: 0;
  }
}

.swiper-title .no.olive {
  color: #0F5779;
}

.swiper-title .no.egg {
  color: #0d6f9d;
}

.swiper-title .no.milk {
  color: #476577;
}

.swiper-title .no span {
  display: inline-block;
  width: 2.5rem;
  height: 1px;
  background-color: #0F5779;
  vertical-align: middle;
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}

.swiper-title.vege {
  color: #0F5779;
}

.swiper-title.olive {
  color: #0F5779;
}

.swiper-title.egg {
  color: #0d6f9d;
}

.swiper-title.milk {
  color: #476577;
}

.swiper-en-title {
  display: block;
  font-size: 1.25rem;
  margin-top: 0.25rem;
}

.swiper-text {
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  line-height: 225%;
  margin-top: 1.25rem;
  padding-right: 3.75rem;
}

.swiper-button-next.slide-navi-next {
  width: 2.5rem;
  top: 100%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .swiper-button-next.slide-navi-next {
    display: none;
  }
}

.swiper-button-prev.slide-navi-prev {
  width: 2.5rem;
  top: 100%;
  left: calc(100% - 5.5rem);
}
@media screen and (max-width: 767px) {
  .swiper-button-prev.slide-navi-prev {
    display: none;
  }
}

.swiper-button-next.slide-navi-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/4829872_arrow_next_right_icon.png") no-repeat;
  background-position: center;
  background-size: contain;
}

.swiper-button-prev.slide-navi-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/4829872_arrow_next_right_icon.png") no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-special {
  background-color: #0F5779;
  padding-top: 5.3125rem;
  padding-bottom: 8.75rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-special {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
}

.p-special__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.6875rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-special__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}

.p-special__img {
  width: 29.625rem;
  height: 19.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-special__img {
    width: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}

.p-special__img::before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}

.p-special__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-special__body {
  width: 30.3125rem;
  background-color: #fff;
  color: #000;
  padding: 2.875rem 4.4375rem 2.4375rem 6.6875rem;
  margin-top: 2.5rem;
  margin-left: -5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-special__body {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 1.875rem 1.875rem 3.5625rem;
  }
}

.p-special__menu-title {
  font-size: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-special__menu-title {
    font-size: 1.25rem;
  }
}

.p-special__btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-special__btn {
    display: inline-block;
    font-size: 0.75rem;
    color: #9f9f9f;
    margin-top: 0.75rem;
    padding-right: 1.25rem;
    background: url("../images/1814082_arrow_bottom_down_icon.png") no-repeat;
    background-position: right;
    background-size: 1.25rem;
  }
}

.p-special__btn.close {
  display: none;
}

.p-special__btn-01 {
  display: inline-block;
  font-size: 0.75rem;
  color: #9f9f9f;
  margin-top: 0.75rem;
  padding-right: 1.875rem;
  background: url("../images/1814087_arrow_top_up_icon.png") no-repeat;
  background-position: right;
  background-size: 1.875rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-special__btn-01 {
    display: inline-block;
  }
}

.p-special__menu-list {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-special__menu-list {
    display: none;
  }
}

.p-special__menu-price {
  margin-top: 0.3125rem;
  margin-left: 0.625rem;
  font-size: 1.25rem;
  display: inline-block;
}

.p-special__menu-price span {
  font-size: 0.625rem;
}

.p-special__menu-date {
  display: inline-block;
  font-size: 0.75rem;
  margin-left: 0.75rem;
}

.p-special__menu-text {
  font-size: 0.8125rem;
  margin-top: 1.375rem;
  line-height: 200%;
}

.p-toggle-menu {
  background-color: #1D2D59;
  width: 40.23%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  color: #fff;
  padding-left: 3.75rem;
  padding-top: 7.5rem;
  font-family: "Caudex", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-toggle-menu {
    width: 100%;
  }
}

.p-toggle-menu.show {
  right: 0;
}

.p-toggle-menu__list {
  text-transform: uppercase;
  font-size: 1.375rem;
}

.p-toggle-menu__item + .p-toggle-menu__item {
  margin-top: 1.125rem;
}

.p-toggle-menu__link2 {
  margin-top: 5rem;
  font-size: 0.9375rem;
  text-transform: uppercase;
}

.p-toggle-menu__item2 + .p-toggle-menu__item2 {
  margin-top: 0.625rem;
}

.p-toggle-menu__insta {
  display: block;
  margin-top: 2.1875rem;
  font-size: 1rem;
  padding-left: 1.875rem;
  background: url("../images/2959748_instagram_photo_share_icon.png") no-repeat;
  background-position: left;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */


.image{
  font-size: 60%;
}

#happyhour{
  flex-flow: row-reverse;
}