@charset "UTF-8";
/* CSS Document */

/* common */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  /* scrollbar-gutter: stable; */
}

body {
  background-color: #6D6954;
  color: #EFF2E6;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
html, body{
  overflow-x: hidden;
}

.en {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a:hover {
  opacity: 0.5;
}
ul {
  list-style: none;
  text-decoration: none;
}
li {
  text-decoration: none;
}
a {
  text-decoration: none;
  color: #271403;
}
img{
  max-width: 100%;
  height: auto;
}

/* loading */
.loader{
  position: fixed;
  inset: 0;
  background: #6D6954;
  display: grid;
  place-items: center;
  z-index: 999;
  opacity: 1;
  pointer-events: none;
  transition: opacity 800ms cubic-bezier(.22,.61,.36,1);
}

.loader img{
  width: 180px;
  opacity: 0;
  transform: translateY(6px);
  animation: logoFade 900ms cubic-bezier(.22,.61,.36,1) forwards;
}

.is-loaded .loader{
  opacity: 0;
  transition: opacity 1400ms cubic-bezier(.22,.61,.36,1);
  transition-delay: 600ms;
}
.loader img{
  max-width: 80vw;
}
/*採用関連*/
p.recruit{
  margin-top: 77px !important;
      font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}
.recruit a{
  position: relative;
  padding-right:20px;
  color: #EFF2E6;
  text-decoration: underline;
}
.recruit a:hover{
  color: #EFF2E6;
  text-decoration: none;
  opacity: 1;
}
.recruit a::after{
  content: "";
  display: block;
background-image:url(../img/external_icon.png);
background-size: cover;
width: 12px;
height: 12px;
position: absolute;
    right: 2px;
    top: 5px;
}

@media (max-width: 770px){
  .is-loaded .loader{
    transition-duration: 1200ms;
    transition-delay: 400ms;
  }

.recruit a::after{
    top: 7px;
}
}

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


/* header */
.header {
  padding: 40px 0 40px ;
  position: absolute;
    z-index: 101;
    opacity: 0;
    top: 0;
    width: 100%;
    background: #6D6954;
}



.logo {
  margin: 0;
  text-align: center;
}

.logo img {
  width: 228px;
  height: auto;
  display: inline-block;
}

@media (max-width: 770px) {
  .header {
    padding: 55px 0 43px;
  }

  .logo img {
    width: 200px;
  }
}


/* パララックス対象 */
.hero {
  position: relative;
  height: 595px;   /* PC */
  overflow: hidden;
  margin-top: -65px;
}

.hero-media picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 通常 */
@media (max-width: 1440px) {
  .hero-media picture {
    max-width: 1440px;
    margin: 0 auto;
  }
}

/* 大画面 */
@media (min-width: 1441px) {
  .hero-media picture {
    max-width: none;
    margin: 0;
  }
}

.hero-media picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* transform: scale(...) ← あれば削除 */
}


.content {
  position: relative;
  z-index: 20;
  background: #6D6954;
  margin-top: 0; /* JSで動かす */
}


/* intro */
.intro {
  position: relative;
  text-align: center;
  margin: 0;
}
.intro h2 {
    letter-spacing: 0.05em;
    font-size: 2.4rem;
    font-weight: 500;
    padding-top: 42px; /* 5rem; */
    padding-bottom: 33.5px;
    line-height: 1.5;
    position: relative;
}
/* ボーダー */
.intro h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    margin: 28px auto 0;
    background-color: rgba(239, 242, 230, 1);
}

.intro__open img {
  width: 503px;
  height: auto;
  display: inline-block;
}



@media (max-width: 770px) {
  section.hero {
  height: calc(100dv - 209px);
  }
  .intro h2 {
    font-size: 2rem;
    padding-top: 48px;
    padding-bottom: 25px;
  }
  .intro h2::after {
    margin: 20px auto 0;
}
  .intro__open img {
    width: 277px;
  }
}


/* concept */
.concept {
  padding-top: 65px;
  padding-bottom: 130px; /* 13rem */
  text-align: center;
}

.concept__text {
    max-width: 640px;
    margin: 0 auto 37px;
    font-size: 1.8rem;
    line-height: 2.22;
    letter-spacing: 0.12em;
}

.u-br-pc { display: inline; }
.u-br-sp { display: none; }

/* SP〜タブレットで改行を消す */
@media (max-width: 770px) {
  .u-br-pc { display: none; }
  .u-br-sp { display: inline; }
}

@media (max-width: 770px) {
  .concept {
    padding-top: 57px;
    padding-bottom: 118px;
  }
  .concept__text {
    font-size: 1.6rem;
    line-height: 2.125;
  }

}


/* gallery */
.gallery {
  padding: 0;
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.item {
  position: relative;
  overflow: hidden;
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery__text {
    margin-top: 32px; /* 4rem; */
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.12em;
    padding-bottom: 123px; /* 13rem; */
}


.gallery .item{
  opacity: 0;
  transform: translateY(var(--fromY, 100px));
  transition:
    opacity 1s ease var(--delay, 0ms),
    transform 1s ease var(--delay, 0ms);
}
.gallery .item.is-inview{
  opacity: 1;
  transform: translateY(0);
}


@media (max-width: 770px) {
  .gallery__grid {
    grid-template-columns: 1fr;
  }
  .gallery__text {
    font-size: 1.2rem;
    margin-top: 18px;
    padding-bottom: 104px;
     --delay: 700ms;
  }
  .gallery .item{
    transform: translate3d(0, var(--fromY, 64px), 0);
    transition-duration: 1700ms;
  }
}


/* chef */
.chef__inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.chef__image {
  margin-bottom: 27.5px;
}

.chef__image img {
  width: 134.67px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.chef__label {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 14.5px; /* 1rem; */
  position: relative;
}

.chef__label::after {
  content: "";
  display: block;
  width: 383px;
  height: 1px;
  background-color: rgba(239, 242, 230, 0.4);
  margin: 9px auto 0;
}



.chef__name {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 24.5px; /* 3rem; */
}
.chef__profile {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: 0.11em;
}
@media (max-width: 770px) {
  .chef__image img {
    width: 140px;
  }
  .chef__image {
    margin-bottom: 18.5px;
  }
  .chef__label::after {
    width: 330px;
    margin: 7.5px auto 0;
  }
  .chef__name {
    margin-bottom: 20px;
  }
  .chef__label {
  margin-bottom: 14.5px;
}
}

/* access */
.access {
  padding: 91px 0 147px; /* 10rem 0 11rem; */
  text-align: center;
}
.access__title {
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  margin-bottom: 30px;
}
.access__map {
  width: 100%;
  height: 460px;
  margin-bottom: 21px; /* 3rem; */
}

.access__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  display: block;
}

.access__address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 20px; /* 3rem; */
  line-height: 2;
}

.access__address .en {
  font-family: "Poppins", "Noto Sans JP" ,sans-serif;
}
.access__hours {
  font-size: 14px;
  letter-spacing: 0.05em;
}

.access__label {
    font-family: "Poppins", "Noto Sans JP" ,sans-serif;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 5px;
}
.access__hours p {
  margin: 0;
  line-height: 1.5;
}
.access__hours .access__label:not(:first-of-type) {
  margin-top: 19.5px;
}

@media (max-width: 770px) {
  .access {
    padding: 92px 0 147px;
  }
  .access__map {
  height: 250px;
}
}

/* 住所リンク（下線あり→hoverで消える） */
/* 住所リンクだけ通常時に下線を付ける */
.access__addrlink {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
/* hoverで下線を消す（PCだけ） */
@media (hover:hover) {
  .access__addrlink:hover {
    text-decoration: none;
    opacity: 1;
  }
}
/* 補足は常に下線なし */
.access__addr-note {
  font-size: inherit;
}


.js-reveal{
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 1700ms cubic-bezier(.22,.61,.36,1),
    transform 1700ms cubic-bezier(.22,.61,.36,1);
  transition-delay: calc(var(--delay, 0ms) + 160ms);
  will-change: opacity, transform;
}


.js-reveal.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.js-reveal {
  transition-delay: calc(var(--delay, 0ms) + 0ms);
}



/* footer */
.footer {
  text-align: center;
  position: relative;
  padding-bottom: 38px;
  padding-top: 12px;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #A6A498; /*rgba(166, 164, 152, 1);*/
}

.footer__copyright {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: #A6A498;
  letter-spacing: 0.02em;
  padding-top: 12px;
  margin: 0;
}

/* ==================================================
   Motion Layer（これ以外の挙動CSSは禁止）
   ================================================== */

/* header：固定 + 初回フェード（消さない） */
.header{
  /*
  position: relative;
  z-index: 30;
  */
  opacity: 0;
}
.is-loaded .header{
  opacity: 1;
  transition: opacity 900ms ease, transform 900ms ease;
}

main{
  position: relative;
    z-index: 100;
    margin-top: 206px;
}

/* 下のコンテンツ（幕） */
.content{
  position: relative;
  z-index: 0;
}



/* === scroll fix FINAL (1 scrollbar) === */

/* 横スクロールは完全禁止（全デバイス共通） */
html, body { overflow-x: hidden; }

/* PC：1スクロールバー制御（今まで通り） */
html { overflow-y: scroll; }
body { position: relative;
  overflow-y: hidden; }

/* SP：iOS Safari 初回レイアウト安定化 */
@media (max-width: 770px){
  html { overflow-y: auto; }
  body { overflow-y: auto; }
  .header {
    transition: none;
  }
  main{
    margin-top: 209px;
  }
}

/* RESERVATION*/

.access-information__reserve {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.access-information__reserve-button {
  display: inline-block;
  padding: 15px 35px;
  border: 1px solid #EFE7D5;
  border-radius: 23px;
  color: #EFE7D5;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  transition: background .3s, color .3s;
}

.access__label__en {
  margin-bottom: 35px !important;
}
/* hover */

.access-information__reserve-button:hover {
  background: #EFF2E6;
  color: #6D6954;
  opacity: 1;
}

@media (max-width:768px) {
  .access-information__reserve-button {
    padding: 14px 32px 16px 34px;
    letter-spacing: 0.137em;
  }
  .concept__text {
    margin: 0 auto 32px;
  }
}