@charset "UTF-8";

html {
  font-size: 100%;
}

@media (max-width: 900px) {
  html {
    font-size: 1.7777777778vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "fot-tsukuaoldmin-pr6n", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #3d3d3d;
}

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;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

/*****************************
* 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-food__list {
  margin-top: 2.5rem;
  margin-bottom: 6.25rem;
  padding-bottom: 3.125rem;
}

@media screen and (max-width: 767px) {
  .l-food__list {
    padding-bottom: 1.875rem;
    margin-bottom: 0;
  }
}

.l-food__list02 {
  margin-top: 5rem;
  margin-bottom: 1.875rem;
}

.l-food__list03 {
  margin-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
  padding-right: 0rem;
  padding-left: 0rem;
}

@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.l-title04 {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .l-title04 {
    margin-top: 3.75rem;
  }
}

.l-title05 {
  margin-bottom: 2.5rem;
}

.c-title01 {
  font-size: 2.875rem;
  text-transform: capitalize;
  color: #666666;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .c-title01 {
    font-size: 1.8125rem;
  }
}

.c-title01::after {
  content: "";
  position: absolute;
  left: -0.3125rem;
  right: -0.3125rem;
  bottom: 1.375rem;
  height: 0.4375rem;
  background-color: #ddd;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .c-title01::after {
    bottom: 0.75rem;
    height: 0.25rem;
  }
}

.c-title02 {
  font-size: 2.25rem;
  color: #5a5a5a;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .c-title02 {
    font-size: 1.3125rem;
  }
}

.c-title02 span {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c-title02 span {
    font-size: 1rem;
  }
}

.c-title02::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.875rem;
  height: 0.4375rem;
  background-color: #ddd;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .c-title02::after {
    bottom: 0.3125rem;
  }
}

.c-title03 {
  font-size: 2.25rem;
  font-weight: 400;
  color: #5a5a5a;
  display: inline-block;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .c-title03 {
    font-size: 1.3125rem;
  }
}

.c-title03::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.625rem;
  height: 0.125rem;
  background-color: #ddd;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .c-title03::after {
    bottom: 0.25rem;
    height: 1px;
  }
}

.c-title03 span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #3d3d3d;
  margin-left: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .c-title03 span {
    font-size: 0.875rem;
  }
}

.c-title04 {
  font-size: 1.5625rem;
  line-height: 1.6;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .c-title04 {
    font-size: 1.0625rem;
  }
}

.c-title04::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.3125rem;
  height: 0.125rem;
  background-color: #ddd;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .c-title04::after {
    height: 2px;
    bottom: 0;
  }
}

.c-title04span {
  display: inline-block;
  font-size: 0.8125rem;
  margin-left: 1.25rem;
}

.c-title05 {
  font-size: 2.625rem;
  line-height: 1.5;
  display: inline-block;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .c-title05 {
    font-size: 1.5rem;
  }
}

.c-title05::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.0625rem;
  height: 0.4375rem;
  background-color: #ddd;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .c-title05::after {
    height: 0.25rem;
    bottom: 0.625rem;
  }
}

.p-about {
  padding-top: 9.375rem;
  padding-bottom: 3.75rem;
  background-color: #f6f7f8;
}

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

.p-about__title {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-about__title {
    font-size: 1rem;
  }
}

.p-about__text {
  font-weight: 500;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: 0.75rem;
    line-height: 1.8;
  }
}

.swiper02.about {
  margin-top: 3.75rem;
  position: relative;
}

.swiper-button-prev.about::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border-top: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swiper-button-next.about::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border-top: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-access {
  background-color: #fffffc;
  padding-top: 9.375rem;
  padding-bottom: 11.25rem;
}

@media screen and (max-width: 767px) {
  .p-access {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}

.p-access__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-access__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.1875rem;
  }
}

.p-access__map {
  width: 50%;
}

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

.p-access__map iframe {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: grayscale(100%);
}

.p-access__body {
  width: 50%;
  padding-left: 4.6875rem;
}

@media screen and (max-width: 767px) {
  .p-access__body {
    width: 100%;
    padding-left: 0;
  }
}

.p-access__list li {
  padding: 1.25rem 0.625rem;
  border-top: 1px solid #c4c4c4;
  padding: 1.5625rem 0.9375rem;
}

.p-access__list li:last-child {
  border-bottom: 1px solid #c4c4c4;
}

.p-access__list-text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
  display: table-row;
}

.text1 {
  width: 4.375rem;
  display: table-cell;
  vertical-align: baseline;
  font-size: 0.6875rem;
  text-align: right;
  color: #666666;
  padding-right: 0.3125rem;
  vertical-align: middle;
}

.textx {
  vertical-align: text-top;
}

.text2 {
  display: table-cell;
  vertical-align: middle;
  width: 3.75rem;
  padding-right: 0.3125rem;
}

.text3 {
  font-size: 1.1875rem;
}

.text4 {
  font-size: 0.875rem;
  line-height: 1.78;
}

.text5 {
  font-size: 1rem;
}

.p-bg {
  width: 100vw;
  height: 32.625rem;
  background: url("../images/neapolitan.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.p-bg.sec {
  background: url("../images/pizza.jpeg") no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

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

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

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

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

.p-cafe {
  padding-top: 9.375rem;
  padding-bottom: 11.25rem;
  background-color: #f6f7f8;
}

@media screen and (max-width: 767px) {
  .p-cafe {
    padding-top: 3.75rem;
    padding-bottom: 0.625rem;
  }

  .p-bg {
    width: 100vw;
    height: 32.625rem;
    background: url("../images/neapolitan.jpg") no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    background-size: cover;
  }

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

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

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

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

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

.p-cafe__text {
  margin-top: 1.25rem;
  line-height: 2.5;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-cafe__text {
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
}

.p-cafe__text.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.0625rem;
  line-height: 2.3529411765;
  margin-top: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-cafe__text.list {
    font-size: 0.8125rem;
    line-height: 1.7692307692;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.p-cafe__list {
  padding-bottom: 5rem;
  margin-top: 1.25rem;
}

.over::after {
  content: "?";
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 0.3125rem;
}

.p-concept {
  background-color: #fff;
  padding-top: 9.375rem;
}

.p-concept__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10rem;
  gap: 6.4375rem;
}

@media screen and (max-width: 767px) {
  .p-concept__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 2.5rem;
    padding-bottom: 6.25rem;
  }
}

.p-concept__wrapper:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .p-concept__wrapper:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.p-concept__body {
  width: 50%;
}

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

.p-concept__body-title {
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1.4814814815;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-concept__body-title {
    font-size: 1rem;
    line-height: 1.5625;
  }
}

.p-concept__body-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.1428571429;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-concept__body-text {
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
}

.p-concept__body-title span {
  font-weight: bold;
  font-size: 60%;
}

@media screen and (max-width: 767px) {
  .p-concept__body-title span {
    font-size: 100%;
  }
}

.p-concept__img {
  width: 50%;
}

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

.p-food {
  background-color: #fff;
  padding-top: 10.625rem;
  padding-bottom: 11.25rem;
}

@media screen and (max-width: 767px) {
  .p-food {
    padding-top: 3.75rem;
    padding-bottom: 0;
  }
}

.p-food.saza {
  padding-bottom: 4.375rem;
}

.p-food__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 3.125rem;
  -webkit-column-gap: 5.625rem;
  -moz-column-gap: 5.625rem;
  column-gap: 5.625rem;
}

@media screen and (max-width: 767px) {
  .p-food__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.875rem;
  }
}

.p-food__item {
  width: calc(50% - 2.8125rem);
}

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

.p-food__img {
  width: 100%;
  position: relative;
  margin-bottom: 0.9375rem;
}

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

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

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

.p-food__title {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-food__title {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}

.p-food__text {
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  font-weight: 500;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-food__text {
    font-size: 0.6875rem;
    line-height: 1.3636363636;
  }
}

.p-food__price {
  font-size: 1.0625rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-food__price {
    font-size: 0.9375rem;
  }
}

.p-footer {
  background-color: #e2e2e2;
  color: #fff;
  text-align: center;
  padding-top: 4.375rem;
  padding-bottom: 1.875rem;
  position: relative;
}

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

.p-footer__logo {
  width: 15%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 30%;
  }
}

.p-footer__copy {
  font-size: 0.75rem;
  line-height: 2.5;
  font-weight: 500;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 0.625rem;
  }
}

.js-pagetop {
  position: fixed;
  right: 4.375rem;
  bottom: 2.5rem;
  cursor: pointer;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .js-pagetop {
    width: 2.125rem;
    height: 2.75rem;
    right: 0.9375rem;
    bottom: 1.25rem;
  }
}

.p-fv {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.p-fv__inner {
  position: fixed;
  width: 100vw;
  height: 100%;
  z-index: -10;
}

.swiper-slide {
  width: 100vw;
  height: 100vh;
}

.swiper-slide.a {
  width: 100vw;
  height: 100vh;
  background: url("../images/fv-mono.jpg") no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: center;
}

.swiper-slide.b {
  width: 100vw;
  height: 100vh;
  background: url("../images/marzoko.jpg") no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: center;
}

.swiper-slide.c {
  width: 100vw;
  height: 100vh;
  background: url("../images/fv3.jpg") no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: center;
}

.swiper-slide.d {
  width: 100vw;
  height: 100vh;
  background: url("../images/drink.jpg") no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: center;
}

.swiper-slide.e {
  width: 100vw;
  height: 100vh;
  background: url("../images/wasugazen5729b.jpg") no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: center;
}

.swiper-slide.f {
  width: 100vw;
  height: 100vh;
  background: url("../images/wasugazen5750b.jpg") no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: center;
}

.swiper-slide.g {
  width: 100vw;
  height: 100vh;
  background: url("../images/wasugazen5760b.jpg") no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: center;
}

.swiper-slide.h {
  width: 100vw;
  height: 100vh;
  background: url("../images/wasugazen5784b.jpg") no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: center;
}

.p-fv__logo {
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .p-fv__logo {
    width: 50%;
  }
}

.p-header {
  width: 100vw;
  height: 7.5rem;
  background-color: transparent;
  position: fixed;
  top: 0;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .p-header {
    height: 3.4375rem;
  }
}

.p-header.change-color {
  background-color: rgba(255, 255, 255, .85);
}

.p-header__inner {
  height: 100%;
  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;
}

.p-header__left {
  width: 20%;
  padding-left: 5rem;
}

@media screen and (max-width: 767px) {
  .p-header__left {
    padding-left: 0.9375rem;
  }
}

.p-header__left span {
  font-size: 1.0625rem;
  font-weight: 500;
  color: rgba(61, 61, 61, .5);
}

@media screen and (max-width: 767px) {
  .p-header__left span {
    font-size: 0.6875rem;
  }
}

.p-header__left span.active {
  color: #3d3d3d;
}

.p-header__center {
  text-align: center;
  width: 10%;
  padding-left: 15px;
}

.p-header__center a {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .p-header__center a {
    width: 13.125rem;
  }
}

.p-header__center img {
  width: 70%;
  max-width: 80px;
  min-width: 40px;
  margin-left: auto;
  margin-right: auto;
}

.p-header__center a.change-color {
  opacity: 1;
}

.p-header__center a.show {
  opacity: 1;
  z-index: 500;
  position: relative;
}

.p-header__right {
  width: 20%;
  padding-right: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .p-header__right {
    padding-right: 0.9375rem;
  }
}

.p-header__sns {
  position: relative;
}

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

.p-header__sns a {
  display: inline-block;
  margin: 0 0.625rem;
}

.p-header__toggle {
  width: 2.1875rem;
  height: 1.5625rem;
  margin-left: 2rem;
  position: relative;
  cursor: pointer;
  z-index: 500;
}

@media screen and (max-width: 767px) {
  .p-header__toggle {
    width: 1.5625rem;
    height: 0.9375rem;
    margin-left: 0;
  }
}

.p-header__toggle span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__toggle span:nth-child(1) {
  top: 0;
}

.p-header__toggle span:nth-child(2) {
  bottom: 0;
}

.p-header__toggle.show span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.p-header__toggle.show span:nth-child(2) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-header__toggle.show span:nth-child(2) {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
}

.p-lunch {
  background-color: #fff;
  padding-top: 9.375rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-lunch {
    padding-top: 3.75rem;
    padding-bottom: 0.625rem;
  }
}

.p-lunch::before {
  content: "";
  width: 1px;
  height: 9.875rem;
  background-color: #b8edd6;
  position: absolute;
  top: -3.125rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-lunch::before {
    height: 5rem;
    top: -2.5rem;
  }
}

.p-lunch__wrapper {
  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;
}

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

.p-lunch__left {
  width: 50%;
}

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

.p-lunch__time {
  position: relative;
  font-size: 1.4375rem;
  line-height: 1.7;
  color: #5a5a5a;
}

@media screen and (max-width: 767px) {
  .p-lunch__time {
    font-size: 0.875rem;
  }
}

.p-lunch__time:first-of-type {
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-lunch__time:first-of-type {
    margin-top: 0.9375rem;
  }
}

.p-lunch__time span {
  position: relative;
  display: inline-block;
  width: 8.75rem;
  text-align: center;
  margin-right: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-lunch__time span {
    width: 6rem;
  }
}

.p-lunch__time span::before {
  content: "[";
  position: absolute;
  left: -0.625rem;
}

@media screen and (max-width: 767px) {
  .p-lunch__time span::before {
    left: -0.5rem;
  }
}

.p-lunch__time span::after {
  content: "]";
  position: absolute;
  right: -0.625rem;
}

@media screen and (max-width: 767px) {
  .p-lunch__time span::after {
    right: -0.5rem;
  }
}

.p-lunch__right {
  width: 50%;
}

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

.p-lunch__right-title {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

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

.p-lunch__right-text {
  font-size: rm(16);
  line-height: 2.5;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-lunch__right-text {
    font-size: 0.75rem;
    line-height: 1.8;
  }
}

.p-menu {
  padding-top: 9.375rem;
  padding-bottom: 11.25rem;
  background-color: #f6f7f8;
}

@media screen and (max-width: 767px) {
  .p-menu {
    padding-top: 3.75rem;
    padding-bottom: 4.375rem;
  }
}

.p-menu__title {
  margin-top: 2.5rem;
  font-size: 1.375rem;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-menu__title {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

.p-menu__text {
  font-size: 1rem;
  line-height: 2.5;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-menu__text {
    font-size: 0.75rem;
    line-height: 1.8;
  }
}

.p-toggle-nav {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fffffc;
  padding-top: 12.5rem;
  display: none;
}

@media screen and (max-width: 767px) {
  .p-toggle-nav {
    padding-top: 6.25rem;
  }
}

.p-toggle-nav.show {
  display: block;
}

.p-toggle-nav__left {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .p-toggle-nav__left {
    width: 34%;
  }
}

.p-toggle-nav__item {
  text-align: right;
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-toggle-nav__item {
    font-size: 1rem;
  }
}

.p-toggle-nav__submenu {
  position: relative;
  left: 100%;
  margin-left: 1.25rem;
  margin-top: -2rem;
}

@media screen and (max-width: 767px) {
  .p-toggle-nav__submenu {
    margin-top: -1.5rem;
  }
}

.p-toggle-nav__submenu-item {
  text-align: left;
  position: relative;
  padding-left: 1.5625rem;
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-toggle-nav__submenu-item {
    font-size: 1rem;
  }
}

.p-toggle-nav__submenu-item::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.125rem;
}

.p-toggle-nav__sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}

.p-toggle-nav__sns a img {
  width: 1.25rem;
}

.p-video {
  width: 100vw;
  height: 100%;
  position: relative;
}

.p-video video {
  width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-video__playbtn {
  position: absolute;
  bottom: 2.5rem;
  right: 3.75rem;
  width: 3.75rem;
  height: 3.75rem;
  background-color: rgba(242, 245, 237, .85);
  border-radius: 50%;
  text-align: center;
  line-height: 3.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .p-video__playbtn {
    width: 2.5rem;
    height: 2.5rem;
    bottom: 2.5rem;
    right: 0.875rem;
    font-size: 0.5625rem;
    line-height: 2.5rem;
  }
}

.lity {
  background-color: #f6f7f8 !important;
}

.lity-hide {
  display: none;
  width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.lity-hide video {
  width: 50rem !important;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.u-mobile {
  display: none;
}

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

iframe {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.video {
  width: 100%;
  margin: 0 auto;
}

.video video {
  max-width: 900px;
}

@media screen and (max-width: 767px) {
  .video video {
    width: 100%;
    padding-bottom: 6.25rem;
  }
}


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


.tere-btn {
  text-decoration: underline;
}
.tar {
  text-align: right;
}

.terework {
  display: block;
}

.terework .p-concept__body {
  width: 100%;
}