/*
Theme Name: konexioa
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* 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;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  overflow-x: hidden;
}

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

a:hover {
  opacity: 0.5;
  cursor: pointer;
}

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

html.lenis {
  height: auto;
}

.lenis body {
  overflow: hidden;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

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



/* パララックス対象 */
.hero.js-reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.hero {
  position: fixed;
  inset: 0;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  margin: 0;
  z-index: 1;
}

main {
  position: relative;
  z-index: 2;
}

.content {
  position: relative;
  z-index: 2;
  background: #6D6954;
  overflow: hidden;
  padding-bottom: 1px;
  margin-top: 100vh;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
  transition: opacity 2s ease-in-out;
  will-change: opacity;
}

.hero-slide.active,
.hero-slide.leaving {
  opacity: 1;
}

.hero-slide.active {
  z-index: 2;
}

.hero-slide.leaving {
  z-index: 1;
}

.hero-slide picture,
.hero-slide img {
  width: 100%;
  height: 100%;
}

/* 画像 */
.hero-slide img {
  display: block;
  object-fit: cover;
  transform: translate3d(-2%, 0, 0) scale(1.05);
  will-change: transform;
  backface-visibility: hidden;
  transition: none;
}

.hero-slide.active img {
  transform: translate3d(2%, 0, 0) scale(1.08);
  transition: transform 20s linear;
  /* ←ゆっくり化 */
}

.hero-slide.leaving img {
  transform: translate3d(2%, 0, 0) scale(1.08);
  transition: transform 20s linear;
  /* ←フェードと同期（ここはそのまま） */
}

/* 完全に非表示 */
.hero-slide:not(.active):not(.leaving) img {
  transform: translate3d(-2%, 0, 0) scale(1.05);
  transition: none;
}
footer a{
  display: block;
  margin: 0 auto 30px;
  width: 30px;
  height: auto;
}
footer a svg{
  width: 100%;
  height: auto;
  cursor: pointer;
}
footer a svg path{
  fill: #A6A498;
}
footer a:hover{
  opacity: 1;
}
footer a:hover svg path{
  fill: #C5C3BB;
}



@media (max-width: 770px) {
  .hero-slide.active img {
    transform: translate3d(2%, 0, 0) scale(1.02);
    transition: transform 12s linear;
    /* ←ゆっくり化 */
  }

  .hero-slide.leaving img {
    transform: translate3d(2%, 0, 0) scale(1.02);
    transition: transform 12s linear;
    /* ←フェードと同期（ここはそのまま） */
  }
}

/* @media (max-width: 770px) { */

  /* 1枚目だけ少し引いて、上側も少し見せる */
  /* .hero-slide--01 img {
    object-position: center 20%;
    transform: translate3d(-2%, 0, 0) scale(1.01);
  }

  .hero-slide--01.active img {
    transform: translate3d(2%, 0, 0) scale(1.04);
    transition: transform 12s linear;
  }

  .hero-slide--01.leaving img {
    transform: translate3d(2%, 0, 0) scale(1.04);
    transition: transform 12s linear;
  }

  /* ロゴを少し上に */
  /* .hero-center {
    top: 48%;
    transform: translate(-50%, -50%);
  }
} */

/* 動画 */

/* .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

/* 黒40%オーバーレイ */

/* .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
} */

/* ロゴ */
.hero-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.hero-center img {
  width: 390px;
  height: auto;
}

/* reservation */

.hero-reserve {
  position: fixed;
  top: 20px;
  right: 40px;
  width: 200px;
  height: 46px;

  box-sizing: border-box;

  display: flex;
  align-items: center;

  gap: 19.3px;

  padding-left: 14px;
  padding-right: 38px;

  border: 1px solid #EFF2E6;
  border-radius: 40px;

  color: #EFF2E6;
  text-decoration: none;

  z-index: 9999;

  transition: background .3s, color .3s;
}

/* hover */

.hero-reserve:hover {
  background: #EFF2E6;
  color: #6D6954;
  opacity: 1;
}

/* アイコン */

.reserve-icon {
  width: 18.7px;
  height: 18px;
  display: block;
}

/* タイポグラフィ */

.hero-reserve span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-media {
  position: absolute;
  inset: 0;
  will-change: transform;
  height: 102%;
}


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







@media (max-width: 770px) {


  .intro h2 {
    font-size: 2rem;
    padding-top: 48px;
    padding-bottom: 25px;
  }

  .intro h2::after {
    margin: 20px auto 0;
  }

  .intro__open img {
    width: 277px;
  }
  .hero-center {
   margin-top: -22px;
  }
}



/* concept */
/* intro */
.concept {
  position: relative;
  padding-bottom: 0;
  text-align: center;
  margin: 0 0 179px 0;
}

.concept__title {
  margin: 147px 0 33px 0;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
}

.concept__text {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0.12em;
  /* 12% */
  text-align: center;
}

.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: 111px;
  }

  .concept__text {
    font-size: 1.6rem;
    line-height: 2.125;
  }

}

/* wood-fired-dishes */

/* =================================
ローンチ時は以下のCSS
.wood-fired-dishes {
  position: relative;
  width: 100%;
  width: 100%;
  height: 600px;
  margin: 0 auto;
  background:
    linear-gradient(264.99deg,
      rgba(0, 0, 0, 0) 22.34%,
      rgba(0, 0, 0, 1) 87.39%),
    url("/wp/wp-content/themes/konexioa/images/wood-fired-dishes.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
  .wood-fired-dishes__inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wood-fired-dishes__btn{
  display: none;
} 
=================================*/

.wood-fired-dishes,
.wood-fired-dishes-temp {
  width: 100%;
  width: 100%;
  height: 602px;
  margin: 0 auto;
  background:
    linear-gradient(264.99deg,
      rgba(0, 0, 0, 0) 22.34%,
      rgba(0, 0, 0, 1) 87.39%),
    url("/wp/wp-content/themes/konexioa/images/wood-fired-dishes.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.wood-fired-dishes-temp {
  background:url("/wp/wp-content/themes/konexioa/images/img-seafood_2026v2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* テキストエリア */

.wood-fired-dishes__inner {
  padding-left: 93px;
  padding-top: 196px;
}

/* h2 */

.wood-fired-dishes__title {
  padding: 0 0 19px 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #fff;
}

/* テキスト */

.wood-fired-dishes__text {


  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.03em;
  max-width: 365px;
}

/* READ MORE */

.wood-fired-dishes__btn {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;

  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.05em;

  color: #fff;
  text-decoration: none;
}

.wood-fired-dishes__btn-text {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: auto;
}

@media (hover:hover) {
  .wood-fired-dishes__btn:hover {
    opacity: 1;
  }

  .wood-fired-dishes__btn:hover .wood-fired-dishes__btn-text {
    text-decoration: none !important;
  }
}

/* 矢印 */

.wood-fired-dishes__btn__arrow {
  width: 7px;
  height: 12px;
  position: relative;
}

.wood-fired-dishes__btn__arrow::before,
.wood-fired-dishes__btn__arrow::after {
  content: "";
  position: absolute;

  width: 8px;
  height: 1px;
  background: #fff;
}

/* 上の線 */

.wood-fired-dishes__btn__arrow::before {
  transform: rotate(45deg);
  top: 3px;
}

/* 下の線 */

.wood-fired-dishes__btn__arrow::after {
  transform: rotate(-45deg);
  bottom: 3px;
}

/* menu */
.menu {
  padding-top: 130px;
  padding-bottom: 158px;
  text-align: center;
}

.menu__heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: 0.5em;
  text-align: center;
  color: #EFF2E6;
  margin-bottom: 27px;
  padding-left: 0.5em;
}

.menu__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 0.6875;
  letter-spacing: 0.05em;
  color: #EFF2E6;
  margin-bottom: 22px;
}

.menu__lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.03em;
  color: #EFF2E6;
  margin-bottom: 2px;
}

.menu__lead2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 2.25;
  letter-spacing: 0.05em;
  margin-bottom: 53px;
  color: #C5C3BB;
}

.menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 46px;
}

.menu__view {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-decoration: none;
}

.menu__view-text {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.375;
  letter-spacing: 0.05em;
  color: #ffffff;

  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.menu__view-pdf {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #EFF2E6;
  display: inline-block;
  padding-left: 3px;
}

@media (hover:hover) {
  .menu__view:hover {
    opacity: 1;
  }

  .menu__view:hover .menu__view-text {
    text-decoration: none;
  }
}

.menu__mainimg {
  margin-top: 58px;
  margin-bottom: 47px;
  position: relative;
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.menu__mainimg img {
  width: 1180px;
  height: 590px;
  object-fit: cover;
  display: block;
}

.menu__mainimg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.4) 15.59%,
      rgba(0, 0, 0, 0.08) 100%);
  pointer-events: none;
}

.menu__sublead {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.03em;
  color: #EFF2E6;
}

.menu__cards {
  display: flex;
  gap: 20px;
  gap: 1.7%;
  margin-top: 26px;
  max-width: 1180px;
  flex-wrap: wrap;
  margin: 0px auto 0;
  row-gap: 80px;
  padding: 0 20px;
  
}
.menu__card{
  width: 32.20%;
}

.menu__card img {
  width: 380px;
  width: 100%;
  height: auto;
  display: block;
}

.menu__card {
  text-align: left;
}

.menu__card h3 {
  margin-top: 17px;
  margin-bottom: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: #EFF2E6;
}


/* ATMOSPHERE */

.atmosphere {
  background: #555037;
  padding: 75px 0 120px;
}

.atmosphere__inner {
  max-width: 1366px;
  margin: auto;
}

.atmosphere__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: 0.5em;
  text-align: center;
  color: #EFF2E6;
  margin-bottom: 27px;
  padding-left: 0.5em;
}

/* メインスライダー */


.atmosphere-slider {
  width: 1180px;
  margin: 0 auto;
  overflow: visible !important;
}

.atmosphere-slider {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.slide-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  /* ←ここで切るのが正解 */
}

.slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.atmosphere-slider .swiper-slide {
  width: 1180px;
  /* height: 663.75px; */
  position: relative;
}


.atmosphere-slider .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: .5;
  transition: .4s;
}

.atmosphere-slider .swiper-slide-active::after {
  opacity: 0;
}

.atmosphere-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 基本：全部暗く */
atmosphere.-slider .swiper-slide {
  opacity: .5;
  transition: .4s;
}

/* 表示中だけ明るく */
.atmosphere-slider .swiper-slide-active {
  opacity: 1;
}

/* 画像はオーバーレイの下 */
.atmosphere-slider img {
  display: block;
  width: 100%;
  /* height: 100%; */
  position: relative;
  z-index: 0;
  object-fit: cover;
}

.caption {
  text-align: center;
  font-size: 12px;
  margin-top: 14px;
  letter-spacing: 0.1em;
}

.slide-caption,
.caption {
  position: absolute;
  bottom: -30px;
  /* 好みで調整 */
  left: 0;
  width: 100%;
  text-align: center;
}

/* 矢印 */

.atmosphere .swiper-button-prev,
.atmosphere .swiper-button-next {
  color: #A6A498;
  z-index: 10;
  top: 53%;
  transform: translateY(-50%);
}

.atmosphere .swiper-button-prev,
.atmosphere .swiper-button-next {
  transform: translateY(-50%) scale(0.7);
}

.atmosphere .swiper-button-prev {
  left: -50px;
}

.atmosphere .swiper-button-next {
  right: -50px;
}

.atmosphere .swiper-button-prev::after,
.atmosphere .swiper-button-next::after {
  display: none;
}

.atmosphere .swiper-button-prev,
.atmosphere .swiper-button-next {
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}

.atmosphere .swiper-button-prev {
  background-image: url("/wp/wp-content/themes/konexioa/images/arrow-prev.svg");
}

.atmosphere .swiper-button-next {
  background-image: url("/wp/wp-content/themes/konexioa/images/arrow-next.svg");
}

.atmosphere-main .swiper-slide {
  aspect-ratio: 16/9;
  overflow: hidden;
}

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

/* サムネイル */

.atmosphere-thumb {
  max-width: 1180px;
  margin: 70.25px auto 0;
}

.atmosphere-thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* 全サムネイル暗くする */
.atmosphere-thumb .swiper-slide img {
  opacity: .4;
  transition: opacity .3s;
}

.atmosphere-thumb .swiper-slide {
  height: auto;
}

/* アクティブだけ明るく */
.atmosphere-thumb .swiper-slide-thumb-active img {
  opacity: 1;
}

.atmosphere-thumb .swiper-slide:hover img {
  opacity: .8;
}

.slide-caption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.67;
  /* 20 ÷ 12 */
  letter-spacing: 0.1em;
  /* 10% */

  color: #EFF2E6;
  text-align: center;

  padding-top: 9.25px;
}

/* chef */

.chef {
  width: 100%;
  width: 100%;
  height: 500px;
  margin: 0 auto;

  background-image:url("/wp/wp-content/themes/konexioa/images/chef_2026v2.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  color: #fff;
}

/* テキストエリア */

.chef__inner {
  padding-left: 93px;
  padding-top: 155px;
}

/* h2 */

.chef__title {
  margin: 0 0 45px 0;
  font-family: Noto Serif JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.5em;
  color: #ffffff;
}

.chef__name {
  font-size: 1.8rem;
  font-family: Noto Serif JP;
  font-weight: 500;
  color: #EFF2E6;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}


/* テキスト */

.chef__text {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.11em;
  max-width: 385px;
  /* 幅で3行にする */
  color: #ffffff;
}


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


/* news */
.news {
  padding-top: 84px;
  padding-bottom: 135px;
  text-align: center;
}

.news__heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: 0.5em;
  text-align: center;
  margin-bottom: 26px;
  color: #EFF2E6;
  padding-left: 0.5em;
}

/* アコーディオンメニュー全体のサイズ・位置 */
.ac {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-bottom: 1px solid #A6A498;
}

/* クリック領域 */
.ac-parent {
  position: relative;
  /* 追加 */
  height: 59px;
  border-top: 1px solid #A6A498;
  color: #EFF2E6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 80px;
  padding: 0;
}



.ac-parent p {
  color: #EFF2E6;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;

  font-family: Noto Serif JP;
  font-weight: 500;
  font-size: 16px;
  line-height: 3.75;
  letter-spacing: 0.03em;
}

/* 擬似要素で下三角形を作成 */
.ac-parent:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 2px;
  width: 14px;
  height: 14px;
  border-right: 2px solid #EFF2E6;
  border-bottom: 2px solid #EFF2E6;
  transform: translateY(-50%) rotate(45deg);
  transition: .3s;
}

/* オープン時にopenクラスを付与 */
.ac-parent.open:after {
  transform: rotate(225deg);
}

.ac-child {
  position: relative;
  /* 追加 */
  height: 60px;
  /* border-bottom: 1px solid #A6A498; */
  color: #EFF2E6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 0;
}

.ac-child p {
  color: #EFF2E6;
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-left: 160px;
  padding-right: 34px;
  vertical-align: middle;

  font-family: Noto Serif JP;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.05em;
  margin-top: -8px;
  width: 100%;
}


.ac span {
  color: #EFF2E6;
  vertical-align: middle;
  display: inline-block;
  width: 164px;
  /* margin-right: 7px; */

  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 4.29;
  letter-spacing: 0.05em;


}

.ac span {
  display: inline-block;
  width: 80px;
  /* 好きな幅でOK */
}

/* クリックしたら表示される領域 */
.ac-child {
  display: none;
  padding: 0 0 33px;
}

@media (max-width: 770px) {
  .ac-child {
    padding: 0 0 0px;
    margin-bottom: -10px;
  }
}


/* ACCESS & INFORMATION */
.access-information {
  color: #EFE7D5;
  padding: 0px 20px 0px;
  text-align: center;
}

/* タイトル */

.access-information__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: 0.5em;
  text-align: center;
  margin-bottom: 27px;
  color: #EFF2E6;
  padding-left: 0.5em;
}

/* MAP */

.access-information__map {
  max-width: 700px;
  margin: 0 auto 32px;
}

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

/* info */

.access-information__info {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.access-information__info:after {
  content: "";
  display: block;
  width: 700px;
  height: 1px;
  margin: 34px auto 26px;
  background-color: #A6A498;
}

/* 英語・数字 */

.access-information__info .en {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
}

/* CSS */
/* =========================
住所リンク（下線あり → hoverで消える）
========================= */

.access-information__addrlink {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (hover:hover) {
  .access-information__addrlink:hover {
    color: inherit;
    text-decoration: none;
    opacity: 1;
  }
}


/* SCROLL REVEAL */

.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) + 0ms);
  will-change: opacity, transform;
}

.js-reveal.is-inview {
  opacity: 1;
  transform: translateY(0);
}



/* ラベル（OPEN / CLOSEDなど） */

.access-information__label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.05em;
  margin-top: 24px;
  margin-bottom: 4px;
}

.access-information__label:first-child {
  margin-top: 0;
}

/* 右側テキスト */

.access-information__hours p {
  margin: 0;
}

.access-information__label:not(:first-child) {
  margin-top: 25px;
}

/* INFO GRID */

.access-information__hours {
  display: block;
  line-height: 1.9;
}

/* ADDRESS */

.access-information__address {
  line-height: 1.9;
}

.access-information__addr-note {
  font-size: 14px;
  letter-spacing: 0.05em;
}


/* RESERVATION*/

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

.access-information__reserve-button {
  display: inline-block;
  padding: 14px 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;
}

/* hover */

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

@media (max-width: 770px) {

  .access-information {
    padding: 80px 20px;
  }

  .access-information__map iframe {
    height: 300px;
  }

  .access-information__hours {
    grid-template-columns: 120px 1fr;
    font-size: 13px;
  }
}



/* RECRUIT */

.recruit {
  background: #6D6954;
  padding-top: 120px;
  padding-bottom: 140px;
}

.recruit__inner {
  width: 900px;
  margin: 0 auto;

  display: flex;
  justify-content: center;
  align-items: center;

  transition: filter 0.3s;
}

@media (hover:hover) {
  .recruit__inner:hover {
    filter: brightness(1.1);
  }
}

.recruit__content {
  width: 350px;
  height: 190px;
  color: #EFE7D5;
  background-color: #555037;
}

.recruit__title {
  font-family: Noto Serif JP;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5em;
  line-height: 2.125;
  margin-bottom: 12px;
  padding-top: 18px;
  padding-left: 40px;
}



.recruit__text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2.14;
  margin-bottom: 10px;
  padding-left: 40px;

}


.recruit__icon {
  padding-left: 2px;
  width: 16px;
  height: auto;
}

.recruit__image {
  width: 350px;
  height: 190px;
  position: relative;
  overflow: hidden;
}

.recruit__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.recruit__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #0000004D;
  mix-blend-mode: multiply;
}

.recruit__button {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-left: 40px;
  margin-bottom: 40px;
}

.recruit__button-text {
  color: #EFE7D5;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

@media (hover:hover) {
  .recruit__button:hover .recruit__button-text {
    text-decoration: none;
  }

  .recruit__button:hover {
    opacity: 1;
  }
}




/* footer */
.footer {
  text-align: center;
  position: relative;
  padding-bottom: 28px;
      z-index: 100;
    background: #6D6954;
}

.footer__copyright {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.1;
  color: #A6A498;
  letter-spacing: 0.02em;
  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;
}




/* === 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;
  } */
}


.pc-only {
  display: block;
  /* 通常時は表示 */
}

.sp-only {
  display: none;
  /* 通常時は非表示 */
}

.time-divider {
  display: inline;
}

@media (max-width: 770px) {

  .pc-only {
    display: none;
    /* スマホサイズでは非表示 */
  }

  .sp-only {
    display: block;
    /* スマホサイズでは表示 */
  }

  /* ？SP：iOS Safari 初回レイアウト安定化 */
  main {
    margin-top: 0;
  }

  /* .hero {
    height: 600px;
  } */

  /* 黒40%オーバーレイ消去*/
  /* .hero-media::after {
    background: rgba(0, 0, 0, 0);
  } */

  .hero-center img {
    /* margin-top: 6px; */
    max-width: none;
    width: 240px;
  }

  .hero-reserve {
    top: 30px;
    right: 20px;
    width: 180px;
    gap: 10.1px;
    padding-left: 16px;
  }

  .reserve-icon {
    width: 20.78px;
    height: 20px;
  }

  .concept {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 141px;
  }

  .concept__title {
    font-size: 2rem;
    padding-top: 0;
    padding-bottom: 0;
    margin: 114px 0 34px 0;
  }

  .concept__text {
    padding-left: 0.12em;
  }

  .wood-fired-dishes__btn-text {
    text-underline-offset: 0.5px;
    text-decoration-thickness: 0.7px;

  }

  .menu {
    padding-top: 107px;
    padding-bottom: 117px;
  }


  .menu__heading {
    font-weight: 700;
    font-size: 16px;
    line-height: 2.4;
    margin-bottom: 17px;
    padding-left: 0.5em;
  }

  .menu__title {
    font-size: 28px;
    margin-bottom: 30px;
    padding-left: 0.05em;
  }

  .menu__lead {
    margin: 0px auto 2px;
  }
  .menu__lead2 {
    margin: 0px auto 53px;
    font-size: 12px;
  }

  .menu__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }

  .menu__view-pdf {
    padding-left: 2.5px;
  }

  .menu__mainimg {
    margin-top: 46px;
  }

  .menu__mainimg img {
    width: calc(390vw / 3.9);
    height: auto;
  }

  .menu__mainimg::after {
    display: none;
  }

  .menu__sublead {
    margin: -7px 31px 0;
  }

  .menu__cards {
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
    gap: 57px;
    width: 100%;
    padding: 0;
  }

  .menu__card {
    width: 350px;
  }

  .menu__card h3 {
    margin: 17px 0 21px;
  }

  .menu__card__view {
    font-size: 14px;
  }

  .menu__card:last-child {
    margin-top: -1px;
  }

  .atmosphere {
    padding-top: 67px;
    padding-bottom: 78px;
  }

  .atmosphere__title {
    font-size: 16px;
    padding-left: 0.5em;
    margin-bottom: 27px;
  }

  /* メイン画像 */

  .atmosphere-slider {
    width: 100%;
    overflow: hidden;
  }

  .atmosphere-slider .swiper-slide {
    width: 100%;
    height: auto;
  }

  .slide-image {
    width: 100%;
    aspect-ratio: 390 / 219;
    overflow: hidden;
  }

  .slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

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

  /* 矢印位置 */

  .atmosphere .swiper-button-prev {
    left: 10px;
  }

  .atmosphere .swiper-button-next {
    right: 10px;
    left: auto;
  }

  /* スマホでは矢印非表示 */

  .atmosphere .swiper-button-prev,
  .atmosphere .swiper-button-next {
    display: none;
  }

  /* サムネイル */

  .atmosphere-thumb {
    margin-top: 20px;
    padding: 0;
  }

  .atmosphere-thumb .swiper-wrapper {
    width: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 30px 20px 0;
  }

  .atmosphere-thumb .swiper-slide {
    width: 100% !important;
  }

  .atmosphere-thumb img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
  }

  .atmosphere__caption {
    text-align: center;
    margin-top: 1px;
  }

  .slide-caption {
    font-size: 12px;
    text-align: center;
    margin-top: 1px;
  }

  .chef {
    background: #000;
    /* height: auto; */
    margin-bottom: calc( 62px / 3.90);
  }

  .chef__inner {
    padding-left: 20px;
    padding-top: 46px;
  }

  .chef__title {
    font-size: 16px;
  }

  .chef__name {
    margin-bottom: 16px;
  }

  .chef__img {
    margin-top: 29px;
    height: 295px;
    background-image: url(/wp/wp-content/themes/konexioa/images/chef_sp_2026v2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .news {
    margin: 0 20px;
    padding-bottom: 36px;
    /* padding-top: 21px; */
  }

  .news__heading {
    font-weight: 700;
    font-size: 16px;
    margin-top: 55px;
    padding-left: 0.5em;
    margin-bottom: 27px;
  }

  .ac-parent {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    padding: 12px 30px 12.5px 0;
  }

  .ac-parent:after {
    top: 41%;
  }

  .ac-child {
    height: auto;
  }

  .ac span {
    line-height: 1.4;
    font-size: 12px;
    width: auto;
  }

  .ac-parent p {
    line-height: 1.4;
    font-size: 14px;
    margin-left: -0.1em;
    text-align: left;

  }

  .ac-child p {
    padding-left: 0;
    padding-right: 30px;
  }

  .access-information {
    padding: 78px 20px 120px;
  }

  .access-information__title {
    font-weight: 700;
    font-size: 16px;
    padding-left: 0.5em;
    line-height: 1.5;
    margin-bottom: 26px;
  }

  .access-information__map {
    margin: 0 auto 27px;
  }

  .access-information__map iframe {
    height: 233.33px;
  }

  .access-information__hours p {
    margin-top: -1px;
  }

  .access-information__label:not(:first-child) {
    margin-top: 19px;
    margin-left: 1px;
  }

  .access-information__payment-text {
    line-height: 2.3;
    letter-spacing: 0.14em;
  }

  .access-information__address {
    line-height: 2.1;
    letter-spacing: 0.14em;
  }

  .access-information__addrlink {
    text-underline-offset: 4px;
  }

  .access-information__info:after {
    width: calc(350vw / 3.9);
    margin: 26px auto 25px;
  }

  .access-information__reserve-button {
    padding: 14px 32px 16px 34px;
    letter-spacing: 0.137em;
  }

  .recruit {
    padding-top: 0;
    padding-bottom: 0;
  }

  .recruit__inner {
    width: calc(350vw / 3.9);
  }

  .recruit__content {
    width: 348px;
    height: 188px;
  }

  .recruit__title {
    font-size: 14px;
    line-height: 1;
    padding-top: 22px;
    padding-left: 7px;
    text-align: center;
    margin-bottom: 28px;
  }

  .recruit__text {
    padding-left: 2px;
    text-align: center;
    margin-bottom: 13px;
  }

  .recruit__button {
    margin-left: 0px;
    text-align: center;
    text-decoration: none;
  }

  .recruit__button-text {
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }

  .recruit__icon {
    padding-left: 3px;
  }

  .recruit__image {
    display: none;
  }

  .footer {
    padding-top: 108px;
    margin-left: -10px;
  }

  .footer__copyright {
    font-size: 11px;
    line-height: 1;
  }

}

@media (max-width: 770px) {
  .wood-fired-dishes {
    height: 564px;
    background-image: url("/wp/wp-content/themes/konexioa/images/wood-fired-dishes_sp.jpg");
  }
  .wood-fired-dishes-temp {
    height: 564px;
    background-image: url("/wp/wp-content/themes/konexioa/images/img-seafood_sp_2026v2.jpg");
  }

  .wood-fired-dishes__inner {
    padding: 80px 20px 0;
  }

  .wood-fired-dishes__title {
    padding: 0 0 39px 0;
    line-height: 0.9;
  }

}

/* @media (max-width: 770px) {
  .footer {
    position: relative;
    z-index: 100;
    background: #6D6954;
    padding-bottom: 30px;
  }

  .footer::after {
    content: "";
    display: block;
    height: calc(env(safe-area-inset-bottom) + 2px);
    background: #6D6954;
  }
} */
@media (max-width: 770px) {
  html,
  body {
    background: #6D6954;
  }
}
@media (max-width: 770px) {
  .hero {
    z-index: -1;
  }

  main,
  .content,
  .footer {
    position: relative;
    z-index: 1;
  }
  .ac-child {
    padding-bottom: 40px;
  }
  footer a{
  width: 26px;
}
}