@charset "UTF-8";

/* -----------------------------------------------
kv__wrap  second__layer
----------------------------------------------- */
.second__layer .kv__wrap picture::after {
  content: none;
}
.second__layer .kv__fx::before {
  content: "";
  background-color: rgba(231, 209, 167, 0.2);
  position: absolute;
}
.second__layer .kv__fx::after {
  content: "";
  background-color: rgba(231, 209, 167, 0.35);
  position: absolute;
}

@media (max-width: 786px) {
  .second__layer .kv__wrap {
    margin-bottom: 25.6%;
  }
  .second__layer .kv__fx strong {
    right: 6%;
    bottom: -8.5%;
    text-indent: -0.35em;
  }
  .second__layer .kv__fx::before {
    width: 13.87%;
    aspect-ratio: 52/194;
    bottom: -82px;
    left: 0;
  }
  .second__layer .kv__fx::after {
    width: 11.47%;
    aspect-ratio: 43/46;
    bottom: -102px;
    left: 7.2%;
  }
}

@media (min-width: 787px) {
  .second__layer .kv__fx h2 {
    margin-top: 12.2%;
    margin-right: 8.4%;
  }
  .second__layer .kv__fx strong {
    right: 5.6%;
    bottom: -14%;
  }
  .second__layer .kv__fx::before {
    width: 14.14%;
    aspect-ratio: 181/350;
    bottom: -118px;
    left: 0;
  }
  .second__layer .kv__fx::after {
    width: 6.41%;
    aspect-ratio: 1/1;
    bottom: -159px;
    left: 10.39%;
  }
}

/* -----------------------------------------------
catch__wrap
----------------------------------------------- */
.catch__wrap {
  position: relative;
}

.catch__inner {
  position: relative;
  z-index: 10;
}

.catch__inner h2 span,
.catch__inner p span {
  opacity: 0;
  transform: translateY(3px);
  display: inline-block;
}

.js__inview__active .catch__inner h2 span,
.js__inview__active .catch__inner p span {
  animation: textFadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes textFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes textFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.catch__inner {
  text-align: center;
}
.catch__inner strong {
  display: block;
  color: #9d8f71;
  font-weight: 400;
}
.catch__inner h2 {
  font-weight: 400;
}
.catch__media__wrap div[class^="catch__media__item"] {
  position: absolute;
  height: auto;
  overflow: hidden;
  z-index: 9;
}
.catch__media__wrap div[class^="catch__media__item"] * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.catch__media__item-01 {
  aspect-ratio: 181 / 338;
}
.catch__media__item-02 {
  aspect-ratio: 354 / 264;
}

@media (max-width: 786px) {
  .catch__wrap {
    padding-top: 5.3%;
    padding-bottom: 22.4%;
  }
  .catch__inner {
    position: relative;
    z-index: 2;
    margin-bottom: 6.5%;
    width: 88.53%;
  }
  .catch__inner h2 {
    font-size: var(--fs-20);
    line-height: 35px;
    letter-spacing: 0.2em;
    margin-bottom: 12.4%;
    padding-left: 19px;
  }
  .catch__inner p {
    font-size: var(--fs-15);
    line-height: 30px;
    margin-bottom: 0.75px;
  }
  .catch__media__wrap {
    aspect-ratio: 375 / 200;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 11%;
  }
  .catch__media__item-01 {
    width: 22.133%;
    top: -3%;
    left: 8%;
  }
  .catch__media__item-02 {
    width: 49.6%;
    right: 5%;
    bottom: 3%;
  }
}

@media (min-width: 787px) {
  .catch__wrap {
    padding-top: 183px;
    padding-bottom: 78px;
  }
  .catch__wrap .catch__inner {
    margin-bottom: 175px;
  }

  .catch__inner h2 {
    font-size: 30px;
    line-height: 88px;
    letter-spacing: 15.25px;
    margin-bottom: 74px;
  }
  .catch__inner p {
    font-size: 15px;
    line-height: 40px;
    letter-spacing: 7.5px;
  }
  .catch__media__wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .catch__media__wrap div[class^="catch__media__item"] {
    position: absolute;
    height: auto;
    overflow: hidden;
    z-index: 9;
  }
  .catch__media__wrap div[class^="catch__media__item"] * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .catch__media__item-01 {
    width: 181px;
    top: 15%;
    left: 0;
  }
  .catch__media__item-02 {
    width: 354px;
    top: 48.1%;
    right: -3.4%;
  }
}

.catch__inner h2,
.catch__inner p {
  opacity: 0;
  transform: translateY(20px);
}

.js__inview__active .catch__inner h2.is-anim,
.js__inview__active .catch__inner p.is-anim {
  animation: fadeUp 0.8s forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* -----------------------------------------------
cuisine__wrap
----------------------------------------------- */
.section__visual picture {
  overflow: hidden;
}
.section__visual img {
  opacity: 0;
  filter: blur(1em) brightness(1.85);
  transform: scale(1.05);
  transition:
    opacity 1.5s 0.2s,
    filter 2.5s 0.2s,
    transform 3.5s 0.2s;
}
.section__visual.js__inview__active img {
  opacity: 1;
  filter: blur(0) brightness(1);
  transform: scale(1);
}

.cuisine__content {
  margin-inline: auto;
  position: relative;
}
.cuisine__content.dinner::before {
  content: "";
  background-color: #e2cea9;
  opacity: 0.2;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 142px);
}
.cuisine__visual {
  position: relative;
}
.cuisine__heading--en {
  font-family: "Kaisei Decol", serif;
  opacity: 0.59;
  text-align: center;
  writing-mode: sideways-lr;
  font-weight: normal;
  position: absolute;
  z-index: 1;
}
.cuisine__content.dinner .cuisine__heading--en {
  color: #d5d5d5;
}
.cuisine__content.breakfast .cuisine__heading--en {
  color: #846e6e;
}
.cuisine__heading--ja {
  color: #50423a;
  font-weight: normal;
}
.cuisine__content:nth-child(odd) .cuisine__heading--ja {
  text-align: right;
}
.cuisine__gallery .swiper-pagination {
  text-align: right;
}
.cuisine__gallery .swiper-pagination-bullet {
  background: #afb3bc;
  opacity: 1;
}
.cuisine__gallery .swiper-pagination-bullet-active {
  background: #fff;
}

@media (max-width: 786px) {
  .cuisine__wrap {
    margin-bottom: 26px;
  }
  .cuisine__content {
    padding: 42px 0 51px;
  }
  .cuisine__content + .cuisine__content {
    margin-top: 68px;
  }
  .cuisine__content:last-child {
    padding-bottom: 0;
  }
  .cuisine__content.dinner::before {
    width: 100%;
  }
  .cuisine__visual {
    width: 92%;
  }
  .cuisine__heading--en {
    font-size: var(--fs-50);
    line-height: 1;
    letter-spacing: 0.25em;
  }
  .cuisine__content.dinner .cuisine__heading--en {
    left: 0;
    top: -180px;
  }
  .cuisine__content.breakfast .cuisine__heading--en {
    right: -9.57%;
    top: -168px;
  }
  .cuisine__heading--ja {
    font-size: var(--fs-30);
    letter-spacing: 0.5em;
    margin-bottom: 38px;
  }
  .cuisine__content:nth-child(odd) .cuisine__heading--ja {
    margin-right: 8%;
  }
  .cuisine__content:nth-child(even) .cuisine__heading--ja {
    margin-left: 8%;
  }
  .cuisine__visual {
    margin-bottom: 36px;
  }
  .cuisine__fx {
    width: 92%;
    margin-right: 0;
  }
  .cuisine__gallery {
    margin-bottom: 20px;
  }
  .cuisine__gallery .swiper-pagination {
    padding: 0 10px;
  }
  .cuisine__cap {
    font-size: var(--fs-12);
    line-height: 2.5;
    letter-spacing: 0.2em;
  }
}

@media (min-width: 787px) {
  .cuisine__wrap {
    margin-bottom: 48px;
  }
  .cuisine__content {
    max-width: 1280px;
    padding: 90px 0 111px;
  }
  .cuisine__content + .cuisine__content {
    margin-top: 225px;
  }
  .cuisine__content.dinner::before {
    width: calc(100% - 142px);
  }
  .cuisine__visual {
    width: 87.66%;
  }
  .cuisine__content:nth-child(odd) .cuisine__visual {
    margin-left: auto;
  }
  .cuisine__heading--en {
    font-size: 95px;
    line-height: 1;
    letter-spacing: 0.25em;
  }
  .cuisine__content.dinner .cuisine__heading--en {
    left: 0;
    top: -180px;
  }
  .cuisine__content.breakfast .cuisine__heading--en {
    right: 39px;
    top: -256px;
  }
  .cuisine__heading--ja {
    font-size: 50px;
    letter-spacing: 0.5em;
    margin-bottom: 46px;
  }
  .cuisine__content:nth-child(odd) .cuisine__heading--ja {
    margin-right: 232px;
  }
  .cuisine__content:nth-child(even) .cuisine__heading--ja {
    margin-left: 127px;
  }
  .cuisine__visual {
    margin-bottom: 151px;
  }
  .cuisine__fx {
    display: flex;
    max-width: calc(1068px + 40px);
  }
  .cuisine__content:nth-child(odd) .cuisine__fx {
    gap: 0 8.98%;
  }
  .cuisine__content:nth-child(even) .cuisine__fx {
    flex-direction: row-reverse;
    gap: 0 6.72%;
  }
  .cuisine__gallery {
    width: 58.05%;
  }
  .cuisine__gallery .swiper-pagination {
    padding: 0 10px;
  }
  .cuisine__cap {
    flex: 1;
    font-size: 13px;
    line-height: 2.31;
    letter-spacing: 0.5em;
  }
}

/* -----------------------------------------------
localfood__wrap
----------------------------------------------- */
.localfood__wrap {
  position: relative;
}
.localfood__heading--ja {
  color: #50423a;
  font-weight: normal;
}
.localfood__heading--en {
  font-family: "Kaisei Decol", serif;
  opacity: 0.59;
  text-align: center;
  writing-mode: sideways-lr;
  font-weight: normal;
  position: absolute;
  z-index: 1;
  border-right: 1px solid #000000;
  color: #bcb3b3;
  line-height: 1;
}
.localfood__img--01 {
  position: absolute;
  z-index: 1;
}
.localfood__img--02 {
  position: absolute;
}
.localfood__img--03 {
  position: absolute;
}

@media (max-width: 786px) {
  .localfood__wrap {
    margin-inline: auto;
    padding: 420px 0 312px;
    max-width: 1280px;
    position: relative;
  }
  .localfood__wrap::after {
    content: "";
    background: url(../img/cuisine/cuisine_img_03-01-sp.png) center / contain
      no-repeat;
    width: 100%;
    aspect-ratio: 375/516;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
  }
  .localfood__heading--ja {
    font-size: var(--fs-30);
    letter-spacing: 0.5em;
    margin-bottom: 7px;
    width: 82.67%;
    margin-left: 16%;
  }
  .localfood__heading--en {
    font-size: var(--fs-50);
    letter-spacing: 0.1em;
    padding-bottom: 408px;
    top: 226px;
    left: -8px;
  }
  .localfood__cap {
    font-size: var(--fs-12);
    line-height: 2.5;
    letter-spacing: 0.25em;
    width: 82.67%;
    margin-left: 16%;
  }
  .localfood__note {
    font-size: var(--fs-12);
    line-height: 2.5;
    letter-spacing: 0.05em;
    width: 82.67%;
    margin-left: 16%;
  }
  .localfood__img--01 {
    width: 292px;
    bottom: 13px;
    left: -52px;
  }
  .localfood__img--02 {
    width: 275px;
    top: 245px;
    right: -17px;
  }
  .localfood__img--03 {
    width: 153px;
    bottom: 151px;
    right: 3px;
  }
}

@media (min-width: 787px) {
  .localfood__wrap {
    text-align: center;
    margin-inline: auto;
    padding: 414px 0 602px;
    max-width: 1280px;
  }
  .localfood__heading--ja {
    font-size: 50px;
    letter-spacing: 0.5em;
    margin-bottom: 16px;
  }
  .localfood__heading--en {
    content: "";
    font-size: 95px;
    letter-spacing: 0.1em;
    padding-bottom: 424px;
    position: absolute;
    top: 190px;
    left: 33px;
    translate: -50% 0;
  }
  .localfood__heading--en::after {
    content: "";
    background: url(../img/cuisine/cuisine_img_03-01-pc.png) center / contain
      no-repeat;
    width: 954px;
    aspect-ratio: 954/877;
    position: absolute;
    top: -200px;
    left: calc(100% - 11px);
  }
  .localfood__cap {
    font-size: 15px;
    line-height: 2.67;
    letter-spacing: 0.5em;
    margin-bottom: 16px;
  }
  .localfood__note {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  .localfood__img--01 {
    width: 643px;
    bottom: 68px;
    right: calc(50% - 51px);
  }
  .localfood__img--02 {
    width: 604px;
    top: 98px;
    left: calc(50% - 75px);
  }
  .localfood__img--03 {
    width: 336px;
    bottom: 354px;
    left: calc(50% + 202px);
  }
}

@media (min-width: 900px) {
  .localfood__heading--en {
    left: calc(50% - 417px);
  }
}

/* -----------------------------------------------
restaurant__wrap
----------------------------------------------- */
.restaurant__wrap {
  background-color: rgba(200, 182, 168, 0.19);
}
.restaurant__heading {
  text-align: center;
  font-weight: normal;
}
.restaurant__heading--small {
  display: block;
}
.restaurant__heading--large {
  display: block;
}
.restaurant__gallery .swiper-pagination {
  text-align: right;
}
.restaurant__gallery .swiper-pagination-bullet {
  background: #afb3bc;
  opacity: 1;
}
.restaurant__gallery .swiper-pagination-bullet-active {
  background: #fff;
}
.restaurant__info h3 {
  font-weight: normal;
  text-align: center;
}
.restaurant__info dl > div {
  border-bottom: 1px solid #000;
}

@media (max-width: 786px) {
  .restaurant__wrap {
    padding: 62px 0 65px;
  }
  .restaurant__heading {
    margin-bottom: 30px;
  }
  .restaurant__heading--small {
    font-size: var(--fs-20);
    line-height: 2.25em;
    letter-spacing: 0.5em;
  }
  .restaurant__heading--large {
    font-size: var(--fs-30);
    letter-spacing: 0.5em;
  }
  .restaurant__gallery {
    margin-bottom: 30px;
  }
  .restaurant__gallery .swiper-pagination {
    padding: 0 10px;
  }
  .restaurant__info p {
    font-size: var(--fs-12);
    line-height: 2.5;
    letter-spacing: 6px;
    margin-inline: auto;
    margin-bottom: 50px;
    text-align: center;
  }
  .restaurant__info h3 {
    font-size: var(--fs-20);
    letter-spacing: 0.5em;
    margin-bottom: 23px;
  }
  .restaurant__info dl {
    width: 250px;
    margin-inline: auto;
  }
  .restaurant__info dl > div {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 5px;
    padding: 0 0 11px 26px;
  }
  .restaurant__info dl > div + div {
    margin-top: 12px;
  }
  .restaurant__info dt {
    font-size: var(--fs-18);
    letter-spacing: 0.5em;
  }
  .restaurant__info dd {
    font-size: var(--fs-15);
    letter-spacing: 0.3em;
  }
}

@media (min-width: 787px) {
  .restaurant__wrap {
    padding: 110px 0 120px;
  }
  .restaurant__heading {
    margin-bottom: 36px;
  }
  .restaurant__heading--small {
    font-size: 35px;
    line-height: 1.8;
    letter-spacing: 0.5em;
  }
  .restaurant__heading--large {
    font-size: 50px;
    letter-spacing: 0.5em;
  }
  .restaurant__gallery {
    max-width: 1280px;
    margin-inline: auto;
    margin-bottom: 40px;
  }
  .restaurant__gallery .swiper {
    width: 88.59%;
    margin-left: 0;
  }
  .restaurant__gallery .swiper-pagination {
    padding: 0 10px;
  }
  .restaurant__info p {
    font-size: 15px;
    line-height: 2.66;
    letter-spacing: 7.5px;
    max-width: 788px;
    margin-inline: auto;
    margin-bottom: 40px;
  }
  .restaurant__info h3 {
    font-size: 30px;
    letter-spacing: 0.5em;
    margin-bottom: 50px;
  }
  .restaurant__info dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 98px;
  }
  .restaurant__info dl > div {
    display: flex;
    align-items: center;
    gap: 0 26px;
    padding: 0 24px 14px 10px;
  }
  .restaurant__info dt {
    font-size: 25px;
    letter-spacing: 0.5em;
  }
  .restaurant__info dd {
    font-size: 20px;
    letter-spacing: 0.3em;
  }
}

/* -----------------------------------------------
allergy__wrap
----------------------------------------------- */
.allergy__inner {
  opacity: 0.7;
  background-color: #bf6e6e;
  max-width: 100%;
  margin-inline: auto;
  color: #fff;
  text-align: center;
}
.allergy__heading {
  max-width: 100%;
  margin-inline: auto;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.allergy__policy {
  max-width: 100%;
  margin-inline: auto;
  background-color: #fff;
  color: #ba4141;
  display: flex;
  justify-content: center;
  align-items: center;
}
.allergy__policy span {
  position: relative;
}
.allergy__policy span::before {
  content: "";
  aspect-ratio: 22/26;
  background-color: rgba(186, 65, 65, 0.35);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.allergy__wrap .apply__wrap {
  border: 1px solid #fff;
}
.allergy__wrap .apply__wrap dt {
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
.allergy__wrap .apply__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.allergy__wrap .apply__menu .apply__menu-link {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
}
.allergy__wrap .apply__menu .apply__menu-link span {
  border: 1px solid #fff;
  margin-right: 0.5em;
}
.allergy__wrap .apply__contact {
  font-weight: bold;
}
.allergy__wrap .apply__contact strong {
  margin-right: 1em;
}
.allergy__wrap .apply__contact .email__address {
  text-decoration: underline;
}
.allergy__wrap .apply__contact .tel__num {
  margin-right: 0.5em;
}

@media (max-width: 786px) {
  .allergy__wrap {
    padding: 60px 0 27px;
  }
  .allergy__inner {
    width: 84%;
    padding: 50px 5.87% 45px;
  }
  .allergy__heading {
    font-size: var(--fs-25);
    line-height: 1.4;
    letter-spacing: 0.01em;
    padding: 10px 0 8px;
    margin-bottom: 16px;
  }
  .allergy__desc {
    font-size: var(--fs-14);
    line-height: 1.71;
    letter-spacing: 0.03em;
    margin-bottom: 22px;
    text-align: left;
  }
  .allergy__policy {
    width: 100%;
    min-height: 35px;
    margin-bottom: 26px;
  }
  .allergy__policy span {
    font-size: var(--fs-14);
    letter-spacing: 0.03em;
    padding-left: 12px;
  }
  .allergy__policy span::before {
    width: 12px;
  }
  .allergy__wrap .apply__wrap {
    padding: 22px 5.4% 36px;
  }
  .allergy__wrap .apply__wrap dt {
    font-size: var(--fs-20);
    line-height: 1.4;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
  .allergy__wrap .apply__desc {
    font-size: var(--fs-14);
    line-height: 1.71;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
    text-align: left;
  }
  .allergy__wrap .apply__menu {
    gap: 7px 0;
    margin-bottom: 22px;
  }
  .allergy__wrap .apply__menu .apply__menu-link {
    font-size: var(--fs-16);
    line-height: 1;
  }
  .allergy__wrap .apply__menu .apply__menu-link span {
    padding: 0.15em 0.3em;
  }
  .allergy__wrap .apply__note {
    font-size: var(--fs-13);
    margin-bottom: 20px;
  }
  .allergy__wrap .apply__contact {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
  }
  .allergy__wrap .apply__contact + .apply__contact {
    margin-top: 14px;
  }
  .allergy__wrap .apply__contact strong {
    font-size: var(--fs-18);
    letter-spacing: 0.03em;
  }
  .allergy__wrap .apply__contact .email__address {
    font-size: var(--fs-13);
    letter-spacing: 0.03em;
  }
  .allergy__wrap .apply__contact .tel__num {
    font-size: var(--fs-25);
    line-height: 1;
    letter-spacing: 0.06em;
  }
  .allergy__wrap .apply__contact .tel__note {
    font-size: var(--fs-17);
    /* letter-spacing: 0.06em; */
  }
}

@media (min-width: 787px) {
  .allergy__wrap {
    padding: 132px 0 110px;
  }
  .allergy__inner {
    max-width: 765px;
    padding: 53px 47px 56px;
  }
  .allergy__heading {
    width: 518px;
    font-size: 37px;
    line-height: 1.16;
    letter-spacing: 0.01em;
    padding: 18px 0 14px;
    margin-bottom: 42px;
  }
  .allergy__desc {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 37px;
  }
  .allergy__policy {
    width: 524px;
    min-height: 57px;
    margin-bottom: 68px;
  }
  .allergy__policy span {
    font-size: 25px;
    letter-spacing: 0.03em;
    padding-left: 28px;
  }
  .allergy__policy span::before {
    width: 22px;
  }
  .allergy__wrap .apply__wrap {
    padding: 40px 46px 43px;
  }
  .allergy__wrap .apply__wrap dt {
    font-size: 25px;
    padding-bottom: 6px;
    margin-bottom: 17px;
  }
  .allergy__wrap .apply__desc {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 21px;
  }
  .allergy__wrap .apply__menu {
    gap: 7px 0;
    margin-bottom: 33px;
  }
  .allergy__wrap .apply__menu .apply__menu-link {
    font-size: 20px;
    line-height: 1;
  }
  .allergy__wrap .apply__menu .apply__menu-link span {
    padding: 0.15em 0.3em;
  }
  .allergy__wrap .apply__note {
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-bottom: 9px;
  }
  .allergy__wrap .apply__contact {
    display: flex;
    align-items: baseline;
    text-align: left;
  }
  .allergy__wrap .apply__contact + .apply__contact {
    margin-top: 0;
  }
  .allergy__wrap .apply__contact strong {
    font-size: 20px;
    letter-spacing: 0.03em;
  }
  .allergy__wrap .apply__contact .email__address {
    font-size: 25px;
    letter-spacing: 0.03em;
  }
  .allergy__wrap .apply__contact .tel__num {
    font-size: 30px;
    letter-spacing: 0.06em;
  }
  .allergy__wrap .apply__contact .tel__note {
    font-size: 1.25rem;
    /* letter-spacing: 0.06em; */
  }
}
