@charset "utf-8";
:root {
	--ink: #3d3025;
	--brown: #5b3a23;
	--deep: #261912;
	--red: #96382e;
	--gold: #b37a2f;
	--paper: #f8f2e5;
	--line: #d9c7aa
}

html {
	font-size: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 82px
}

body {
	margin: 0;
	color: var(--ink);
	font-family: "Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
	background: #f7f0e2;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	font-size: clamp(16px,2vw,18px);
}

body:before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	opacity: .34;
	background-image: radial-gradient(#8d7048 0.55px,transparent .6px);
	background-size: 5px 5px;
	pointer-events: none;
}
main{
	width: 100%;
	overflow-x: hidden;
}
*, *:before, *:after {
	box-sizing: border-box
}

img {
	display: block;
	width: 100%;
}

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

button, select {
	font: inherit
}

button {
	border: 0
}

/* ==================================================
Header
================================================== */
.site-header {
	height: 65px;
	padding: 0 3.8vw;
	background: rgba(251,248,239,.97);
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	inset: 0 0 auto;
	z-index: 30;
	border-bottom: 1px solid rgba(70,47,28,.1);
}

.brand {
	width: 30vw;
	min-width: 230px;
	display: block;
	height: 100%;
}

.brand img {
	height: 100%;
	object-fit: contain;
	object-position: left;
}

.global-nav {
	height: 100%;
	display: flex;
	align-items: center;
	gap: 34px;
	font-size: 16px;
	letter-spacing: .08em;
}

.global-nav a {
	position: relative;
}

.global-nav > a:not(.nav-contact):after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: -6px;
	height: 1px;
	background: var(--red);
	transition: .3s;
}

.global-nav > a:hover:after {
	right: 0;
}

.global-nav .nav-contact {
	height: 100%;
	display: grid;
	place-items: center;
	padding: 0 28px;
	margin-right: -3.8vw;
	background: var(--red);
	color: #fff;
	align-content: center;
}
.global-nav .nav-contact span{
	font-size: 13px;
}

.menu-toggle {
	display: none;
	background: none;
}

/* ==================================================
Common components
================================================== */
.section-paper {
	position: relative;
}

.section-paper:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: rgba(250,246,236,.82);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	min-width: 220px;
	padding: 13px 22px;
	margin-top: 24px;
	font-size: 14px;
	letter-spacing: .1em;
	box-shadow: 0 7px 20px rgba(31,13,3,.2);
	transition: .3s;
}

.button:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 26px rgba(31,13,3,.28);
}

.button:active {
	transform: translateY(0);
}

.button-red {
	background: var(--red);
	color: #fff;
}

.button-outline {
	background: transparent;
	color: var(--brown);
	border: 1px solid var(--brown);
	box-shadow: none;
}

.button-outline:hover {
	background: var(--brown);
	color: #fff;
}

.button span, .button b {
	margin-left: 24px;
	transition: transform .3s;
}

.button:hover span, .button:hover b {
	transform: translateX(4px);
}

/* ==================================================
Hero
================================================== */
.hero {
	height: 100vh;
	min-height: 610px;
	padding-top: 65px;
	position: relative;
	color: #fff;
	overflow: hidden;
}

.hero-slides, .hero-slide, .hero-shade {
	position: absolute;
	inset: 0
}

.hero-slide {
	background-size: cover;
	background-position: center;
	opacity: 0;
	transform: scale(1.05);
	transition: opacity 1.4s,transform 7s;
}
.hero-slide:last-child{
	background-position: center 16%;
}
.hero-slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.hero-slide:first-child {
	background-position: center 56%;
}
.hero-slide:last-child{
	background-position: right center;
}

.hero-shade {
	background: linear-gradient(90deg,rgba(28,17,9,.76),rgba(28,17,9,.22) 58%,rgba(28,17,9,.04));
}

.hero-content {
	position: absolute;
	left: max(8vw,60px);
	top: 50%;
	transform: translateY(-48%);
	text-shadow: 0 2px 16px #1a0d06;
}

.hero-kicker {
	font-size: 20px;
	letter-spacing: .22em;
	margin-bottom: 14px;
}

.hero h1 {
	font-weight: 500;
	font-size: clamp(38px,4.6vw,60px);
	letter-spacing: .08em;
	line-height: 1.35;
	margin: 0 0 20px;
}

.hero-content > p:not(.hero-kicker) {
	font-size: 16px;
	letter-spacing: .15em;
	line-height: 2;
}

.hero-scroll {
	position: absolute;
	right: 3.5vw;
	bottom: 0;
	font-family: Arial,sans-serif;
	font-size: 9px;
	letter-spacing: .2em;
	writing-mode: vertical-rl;
}

.hero-scroll span {
	display: block;
	width: 1px;
	height: 74px;
	background: #fff;
	margin: 12px auto 0;
}

/* ==================================================
Story / Introduction
================================================== */
/* ==================================================
   Story / Introduction
================================================== */

.story {
	padding: 110px max(6vw,30px);
	display: grid;
	grid-template-columns: minmax(320px,550px) minmax(340px,650px);
	justify-content: center;
	gap: 7vw;
	align-items: center;
	overflow: hidden
}

.story:after, .commitment:after, .shops:after {
	content: "";
	position: absolute;
	width: 360px;
	height: 360px;
	/*border: 70px solid rgba(181,145,76,.07);
	border-radius: 50%;*/
	background: url("../img/common/circle.png") no-repeat center/contain;
	z-index: -1
}

.story:after {
	width: 500px;
	height: 500px;
	right: -80px;
	top: -150px;
}

.story-image {
	position: relative;
}

.story-image:before {
	content: "";
	position: absolute;
	inset: 18px -18px -18px 18px;
	border: 1px solid var(--line);
}

.story-image img {
	position: relative;
	aspect-ratio: 1.5;
	object-fit: cover;
	filter: sepia(.2);
}

.story-copy {
	max-width: 550px;
}

.eyebrow, .section-heading > span {
	font-family: Georgia,serif;
	color: var(--red);
	font-size: 16px;
	letter-spacing: .22em;
}

.story-copy h2, .section-heading h2 {
	font-weight: 500;
	color: var(--brown);
	font-size: clamp(20px,2.6vw,28px);
	letter-spacing: .08em;
	line-height: 1.55;
	margin: 8px 0 26px;
}

.story-copy p {
	font-size: 16px;
	letter-spacing: .06em;
	margin: 0 0 13px;
}

.text-link {
	display: inline-block;
	color: var(--red);
	font-size: 16px;
	border-bottom: 1px solid var(--red);
	padding: 8px 0 3px;
	margin-top: 15px;
}

.text-link span {
	margin-left: 35px;
}

/* ==================================================
   Commitment
================================================== */

.commitment {
	padding: 70px max(5vw,30px) 120px;
}

.commitment:after {
	left: -210px;
	top: 0;
}

.section-heading {
	text-align: center;
	margin: 0 auto 46px
}

.section-heading h2 {
	margin: 0
}

.section-heading i {
	display: block;
	width: 140px;
	height: 23px;
	margin: 5px auto 0;
	background: url("../img/common/ttl-line.png") no-repeat center/contain;
	position: relative
}


.section-heading > p {
	font-size: 13px;
	letter-spacing: .08em;
	margin-top: 15px
}

.section-heading-left {
	text-align: left;
	margin: 0
}

.section-heading-left i {
	margin-left: 0
}

.section-heading-left i:after {
	background: #f9f4e9
}

.craft-grid {
	max-width: 1180px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 24px
}

.craft-card {
	min-height: 230px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 11px 30px rgba(71,46,21,.12)
}

.craft-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.craft-card:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg,rgba(255,255,255,1) 20%,rgba(255,255,255,.84) 55%,rgba(255,255,255,0) 90%)
}

.craft-card > div {
	position: relative;
	z-index: 1;
	width: 59%;
	padding: 25px 0 22px 25px
}

.craft-card b {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--gold);
	color: #fff;
	font: 15px Georgia
}

.craft-card h3 {
	font-size: 20px;
	line-height: 1.6;
	margin: 12px 0 7px
}

.craft-card p {
	font-family: "Yu Gothic",sans-serif;
	font-size: 13px;
	line-height: 1.65;
	margin: 0
}
.commitment-link {
  display: flex;
  justify-content: center;
  margin-top: clamp(40px, 5vw, 72px);
}

.btn-detail {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-width: 320px;
  padding: 18px 34px;
  overflow: hidden;
  border: 1px solid #6f421f;
  background-color: transparent;
  color: #4d2d18;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition:
    color 0.35s ease,
    background-color 0.35s ease,
    transform 0.25s ease;
}

.btn-detail span {
  position: relative;
  z-index: 2;
}

.btn-detail i {
  position: relative;
  z-index: 2;
  display: block;
  width: 42px;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.btn-detail i::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 1px;
  background-color: currentColor;
  content: "";
  transform: rotate(35deg);
  transform-origin: right center;
}

.btn-detail::before {
  position: absolute;
  inset: 0;
  background-color: #6f421f;
  content: "";
  transform: translateX(-101%);
  transition: transform 0.4s ease;
}

.btn-detail:hover {
  color: #fffaf0;
  transform: translateY(-2px);
}

.btn-detail:hover::before {
  transform: translateX(0);
}

.btn-detail:hover i {
  width: 50px;
}

.btn-detail:active {
  transform: translateY(1px);
}

@media screen and (max-width: 600px) {
  .commitment-link {
    margin-top: 36px;
    padding-inline: 20px;
  }

  .btn-detail {
    width: 100%;
    min-width: 0;
    padding: 16px 20px;
    gap: 16px;
    font-size: 0.88rem;
  }

  .btn-detail i {
    width: 34px;
  }
}
/* ==================================================
   Shops
================================================== */

.shops {
	padding: 95px max(5vw,30px) 80px
}

.shops:after {
	right: -190px;
	top: 420px
}

.shop-grid {
	max-width: 1180px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 28px 20px
}

.shop-card {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 10px 26px rgba(73,48,22,.13);
	transition: .35s
}

.shop-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 16px 35px rgba(73,48,22,.18)
}

.shop-photo {
	height: 220px;
	position: relative;
	overflow: hidden
}

.shop-photo img {
	height: 100%;
	object-fit: cover;
	transition: .6s
}

.shop-card:hover img {
	transform: scale(1.035)
}

.shop-photo em {
	position: absolute;
	left: 14px;
	bottom: 14px;
	width: 35px;
	height: 35px;
	background: var(--gold);
	color: #fff;
	border: 3px solid rgba(255,255,255,.8);
	border-radius: 50%;
	display: grid;
	place-items: center;
	font: normal 11px Georgia
}

.shop-info {
	padding: 18px 20px 20px
}

.shop-info h3 {
	font-weight: 600;
	font-size: 18px;
	margin: 0 0 5px
}

.shop-info p {
	font-family: "Yu Gothic",sans-serif;
	font-size: 11px;
	margin: 0;
	color: #5d554d
}

.shop-hours {
	opacity: .75
}

.shop-actions {
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	gap: 7px;
	margin-top: 15px
}

.shop-actions a, .shop-actions button {
	min-height: 42px;
	padding: 8px 10px;
	font-size: 11px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer
}

.shop-actions a {
	border: 1px solid var(--line);
	background: #fff
}

.shop-actions button {
	background: var(--brown);
	color: #fff
}

/* ==================================================
   Menu
================================================== */

.menus {
	padding: 55px max(4vw,20px) 110px
}

.menu-shell {
	max-width: 1180px;
	margin: auto;
	background: rgba(255,252,245,.92);
	border: 1px solid var(--line);
	padding: 50px 55px;
	box-shadow: 0 11px 30px rgba(73,48,22,.08)
}

.menu-top {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: end
}

.menu-top h2 {
	font-size: clamp(24px,2.5vw,36px)
}

.menu-top h2 strong {
	color: var(--red);
	font-weight: 500
}

.shop-select-wrap label {
	display: block;
	font-size: 10px;
	letter-spacing: .08em;
	margin-bottom: 5px
}

.shop-select-wrap select {
	min-width: 220px;
	padding: 10px 36px 10px 12px;
	background: #fff;
	border: 1px solid var(--line);
	color: var(--brown)
}

.menu-note {
	font-size: 11px;
	margin: 18px 0 28px;
	padding-top: 12px;
	border-top: 1px solid var(--line)
}

.featured-menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px
}

.featured-menu article {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	border: 1px solid var(--line);
	background: #fff
}

.dish-photo {
	position: relative;
	min-height: 230px
}

.dish-photo img {
	height: 100%;
	object-fit: cover
}

.dish-photo span {
	position: absolute;
	right: 12px;
	top: 12px;
	background: var(--red);
	color: #fff;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: 11px
}

.featured-menu article > div:last-child {
	padding: 25px 18px;
	position: relative
}

.featured-menu h3 {
	font-size: 23px;
	margin: 0 0 10px
}

.featured-menu p {
	font-family: "Yu Gothic",sans-serif;
	font-size: 11px;
	line-height: 1.7
}

.featured-menu b {
	display: block;
	color: var(--red);
	font-size: 21px;
	margin-top: 18px
}

.featured-menu small {
	font-size: 11px;
	margin-left: 2px
}

.menu-subtitle {
	text-align: center;
	font-size: 15px;
	letter-spacing: .2em;
	margin: 40px 0 24px;
	display: flex;
	align-items: center;
	gap: 20px
}

.menu-subtitle:before, .menu-subtitle:after {
	content: "";
	height: 1px;
	background: var(--line);
	flex: 1
}

.menu-grid {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 20px
}

.menu-grid article {
	background: #fff;
	border-bottom: 2px solid var(--gold)
}

.menu-grid img {
	height: 125px;
	object-fit: cover
}

.menu-grid article > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 12px
}

.menu-grid h4 {
	font-size: 13px;
	margin: 0
}

.menu-grid p {
	font-size: 11px;
	margin: 0;
	color: var(--red)
}

.tax-note {
	text-align: center;
	font-size: 10px;
	margin: 25px 0 0
}

/* ==================================================
   News
================================================== */

.news {
	padding: 100px max(7vw,30px);
	display: grid;
	grid-template-columns: 280px minmax(400px,850px);
	justify-content: center;
	gap: 7vw
}

.news-list {
	border-top: 1px solid var(--line)
}

.news-list a {
	display: grid;
	grid-template-columns: 120px 1fr 20px;
	gap: 20px;
	align-items: center;
	padding: 20px 5px;
	border-bottom: 1px solid var(--line);
	font-size: 13px
}

.news-list time {
	font: 11px Georgia;
	color: var(--red)
}

.news-list b {
	font-weight: 400;
	color: var(--red)
}

/* ==================================================
   Recruit
================================================== */

.recruit {
  position: relative;
  min-height: 380px;
  overflow: hidden;

  /* 和紙は不透明なため、人物写真は疑似要素側に分離 */
  background: url("../img/common/rbg.jpg") left center / auto 100% repeat;

  color: #5b3820;
}

/* 写真と背景の境界を自然にぼかす */
.recruit::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
   linear-gradient(
      90deg,
      rgba(255, 250, 237, 0) 41%,
      rgba(255, 250, 237, 1) 45%,
      rgba(255, 250, 237, 0.92) 47%,
      rgba(255, 250, 237, 0.45) 54%,
      rgba(255, 250, 237, 0) 58%
    ),
    url("../img/other/recruit.jpg") right 30% / 55% auto no-repeat;

  pointer-events: none;
  z-index: 1;
}

/* 左側の薄い筆円 */
.recruit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: 400px;
  aspect-ratio: 1;
  transform: translateY(-50%);

  background: url("../img/common/circle.png")
    center / contain no-repeat;

  opacity: 0.38;
  pointer-events: none;
  z-index: 1;
}

.recruit-inner {
  position: relative;
  z-index: 2;

  width: min(100%, 1400px);
  min-height: 310px;
  margin: 0 auto;
  padding: 55px 20px;

  display: flex;
  align-items: center;
}

.recruit-content {
  width: 60%;
  max-width: 560px;
  padding-left: clamp(20px, 8vw, 130px);
}

.recruit-title {
  margin: 0 0 14px;

  font-family:
    "Yu Mincho",
    "YuMincho",
    "Hiragino Mincho ProN",
    serif;

  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.08em;
  color: #604025;
}

.recruit-text {
  margin: 0 0 30px;

  font-family:
    "Yu Mincho",
    "YuMincho",
    "Hiragino Mincho ProN",
    serif;

  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #392617;
}

.recruit-button {
  position: relative;

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

  width: min(100%, 280px);
  min-height: 50px;
  padding: 12px 45px;

  background: #442608;
  border: 1px solid #442608;

  font-family:
    "Yu Mincho",
    "YuMincho",
    "Hiragino Mincho ProN",
    serif;

  font-size: 20px;
  letter-spacing: 0.12em;
  color: #fff;
  text-decoration: none;

  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    transform 0.2s ease;
}

.recruit-button::after {
  content: "→";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);

  font-family: sans-serif;
  font-size: 16px;

  transition: transform 0.3s ease;
}

.recruit-button:hover {
  background: #fff;
  color: #442608;
}

.recruit-button:hover::after {
  transform: translate(4px, -50%);
}

.recruit-button:active {
  transform: translateY(2px);
}
/* ==================================================
   Footer
================================================== */

.footer {
  position: relative;
  overflow: hidden;
  background: url("../img/common/footbg.jpg") center / cover no-repeat;
  color: #fff;
}

.footer-main {
  position: relative;
  z-index: 1;
  width: 90%;
	margin:  0 auto;
  min-height: 320px;
  padding: 34px clamp(24px, 3.2vw, 55px) 18px;

  display: grid;
  grid-template-columns:
    minmax(230px, 1.45fr)
    minmax(110px, 0.68fr)
    minmax(135px, 0.8fr)
    minmax(130px, 0.72fr)
    minmax(270px, 1fr);

  gap: clamp(24px, 4vw, 72px);
  align-items: start;
}

/* -------------------------
   Brand
------------------------- */

.footer-brand {
  min-height: 255px;
  display: flex;
  flex-direction: column;
}

.footer-brand img {
  width: min(190px, 100%);
  height: auto;

  filter: brightness(0) invert(1);
  object-fit: contain;
  object-position: left center;
}

.footer-brand p {
  margin: 18px 0 0;

  font-family:
    "Yu Gothic",
    "Hiragino Kaku Gothic ProN",
    sans-serif;

  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.72);
}

.footer-brand small {
  margin-top: auto;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.72);
}

/* -------------------------
   Columns
------------------------- */

.footer-heading {
  margin: 0 0 18px;

  font-family:
    "Yu Mincho",
    "YuMincho",
    "Hiragino Mincho ProN",
    serif;

  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #fff;
}
.footer-heading span{
	padding: 0 10px 5px;
	border-bottom: 1px solid #fff;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.footer-nav a {
  position: relative;

  display: inline-block;
  padding-bottom: 2px;

  font-family:
    "Yu Gothic",
    "Hiragino Kaku Gothic ProN",
    sans-serif;

  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;

  transition:
    color 0.25s ease,
    opacity 0.25s ease;
}

.footer-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 0;
  height: 1px;

  background: rgba(255, 255, 255, 0.8);
  transition: width 0.3s ease;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-nav a:hover::after {
  width: 100%;
}

/* -------------------------
   Contact
------------------------- */

.footer-contact {
  /*min-height: 235px;*/
  padding: 22px 19px 20px;

  border: 1px solid rgba(255, 255, 255, 0.58);

  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;
}

.footer-contact-title {
  margin: 0 0 11px;

  font-family:
    "Yu Mincho",
    "YuMincho",
    "Hiragino Mincho ProN",
    serif;

  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.footer-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;

  color: #fff;
  text-decoration: none;

  font-size: clamp(19px, 1.65vw, 26px);
  line-height: 1.2;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.footer-tel i {
  font-size: 16px;
}

.footer-hours {
  margin-top: 7px;
/*
  font-family:
    "Yu Gothic",
    "Hiragino Kaku Gothic ProN",
    sans-serif;*/

  font-size: 15px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.75);
}

.footer-contact-button {
  position: relative;

  width: 100%;
  min-height: 43px;
  margin-top: 18px;
  padding: 10px 32px 10px 36px;

  border: 1px solid rgba(255, 255, 255, 0.58);

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  font-family:
    "Yu Gothic",
    "Hiragino Kaku Gothic ProN",
    sans-serif;

  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;

  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.footer-contact-button i{
  position: absolute;
  left: 13px;
  font-size: 16px;
}

.footer-contact-button b {
  position: absolute;
  right: 13px;

  font-family: sans-serif;
  font-size: 19px;
  font-weight: 400;

  transition: transform 0.3s ease;
}

.footer-contact-button:hover {
  background: #fff;
  color: #302017;
}

.footer-contact-button:hover b {
  transform: translateX(3px);
}

/* 旧footer-bottomを使用する場合 */
.footer-bottom {
  display: none;
}

/* ==================================================
   Utilities / Animation
================================================== */

.to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--red);
	color: #fff;
	z-index: 20;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: .3s
}

.to-top.show {
	opacity: 1;
	visibility: visible
}

.reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: .8s
}

.reveal.visible {
	opacity: 1;
	transform: none
}

/* スクロールで順番にフェードインさせるスタガー演出 */
.stagger > .reveal:nth-child(2) { transition-delay: .1s }
.stagger > .reveal:nth-child(3) { transition-delay: .2s }
.stagger > .reveal:nth-child(4) { transition-delay: .3s }
.stagger > .reveal:nth-child(5) { transition-delay: .4s }
.stagger > .reveal:nth-child(6) { transition-delay: .5s }
.stagger > .reveal:nth-child(n+7) { transition-delay: .6s }

/* ==================================================
   Responsive: tablet
================================================== */

@media (max-width: 900px) {
	.global-nav {
		gap: 17px
	}

	.global-nav .nav-contact {
		padding: 0 17px
	}

	.craft-grid {
		grid-template-columns: 1fr 1fr
	}

	.craft-card:last-child {
		grid-column: 1/-1;
		max-width: calc(50% - 12px);
		margin: auto
	}

	.shop-grid {
		grid-template-columns: 1fr 1fr
	}

	.menu-grid {
		grid-template-columns: repeat(2,1fr)
	}

}

/* ==================================================
   Responsive: mobile
================================================== */

@media (max-width: 700px) {
	html {
		scroll-padding-top: 65px
	}

	.site-header {
		height: 65px;
		padding: 0 18px
	}

	.brand {
		width: 168px
	}

	.brand span {
		font-size: 7px
	}

	.menu-toggle {
		display: flex;
		width: 38px;
		height: 38px;
		padding: 8px;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		z-index: 100;
	}

	.menu-toggle i {
		display: block;
		height: 1px;
		background:#4a3326;
		transition: .3s
	}

	.menu-toggle.open i:first-child {
		transform: translateY(6px) rotate(45deg)
	}

	.menu-toggle.open i:nth-child(2) {
		opacity: 0
	}

	.menu-toggle.open i:last-child {
		transform: translateY(-6px) rotate(-45deg)
	}

	.global-nav {
		position: fixed;
		inset: 65px 0 auto;
		background: #f8f3e7;
		display: flex;
		flex-direction: column;
		gap: 0;
		height: auto;
		padding: 20px 25px 30px;
		transform: translateY(-120%);
		transition: .4s;
		z-index: 29;
		box-shadow: 0 8px 20px #0002
	}

	.global-nav.open {
		transform: none
	}

	.global-nav a {
		padding: 11px;
		border-bottom: 1px solid var(--line);
		width: 100%
	}

	.global-nav .nav-contact {
		height: auto;
		margin: 12px 0 0;
		padding: 12px;
		text-align: center
	}

	.hero {
		height: calc(100svh - 65px);
		min-height: 560px;
		margin-top: 65px
	}

	.hero-slide {
		background-position: 60% center
	}

	.hero-shade {
		background: linear-gradient(90deg,rgba(28,17,9,.75),rgba(28,17,9,.2))
	}

	.hero-content {
		left: 8vw;
		right: 5vw
	}

	.hero h1 {
		font-size: 35px;
		letter-spacing: .05em
	}

	.hero-content > p:not(.hero-kicker) {
		font-size: 13px
	}

	.story {
		padding: 75px 25px;
		grid-template-columns: 1fr;
		gap: 45px
	}

	.story-image:before {
		inset: 10px -10px -10px 10px
	}

	.craft-grid, .shop-grid {
		grid-template-columns: 1fr
	}

	.craft-card:last-child {
		grid-column: auto;
		max-width: none
	}

	.shop-photo {
		height: 230px
	}

	.commitment, .shops {
		padding-left: 20px;
		padding-right: 20px
	}

	.section-heading {
		margin-bottom: 32px
	}

	.menu-shell {
		padding: 35px 18px
	}

	.menu-top {
		display: block
	}

	.shop-select-wrap {
		margin-top: 20px
	}

	.shop-select-wrap select {
		width: 100%
	}

	.featured-menu {
		grid-template-columns: 1fr
	}

	.featured-menu article {
		grid-template-columns: 1fr
	}

	.dish-photo {
		height: 210px;
		min-height: 0
	}

	.menu-grid {
		gap: 10px
	}

	.menu-grid img {
		height: 100px
	}

	.menu-grid article > div {
		display: block
	}

	.menu-grid h4 {
		font-size: 11px
	}

	.news {
		padding: 75px 24px;
		grid-template-columns: 1fr;
		gap: 30px
	}

	.news-list a {
		grid-template-columns: 90px 1fr 12px;
		gap: 8px;
		font-size: 11px
	}

	.recruit {
		background-position: 62% center;
		padding: 45px 25px
	}

	.recruit p {
		font-size: 24px
	}

	.footer-main {
		grid-template-columns: 1fr;
		padding: 45px 25px
	}

	.footer-links {
		border-top: 1px solid #ffffff25;
		padding-top: 25px
	}

	.footer-bottom {
		gap: 15px;
		flex-direction: column
	}

	.hero-scroll {
		display: none
	}

}

/* ==================================================
   Accessibility
================================================== */

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto
	}

	.hero-slide, .reveal {
		transition: none
	}

	.reveal {
		opacity: 1;
		transform: none
	}

}


/* ==================================================
   Menu board layout (managed from PHP data files)
================================================== */
.menus{padding:55px max(2vw,12px) 110px}
.menu-shell{width:min(1180px,100%);max-width:none;margin:auto;padding:clamp(30px,5vw,70px);border:1px solid rgba(172,126,55,.36);border-radius:14px;background:rgba(255,253,246,.94);box-shadow:0 15px 45px rgba(75,48,24,.06)}
.menu-top{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}
.menu-note{margin:22px 0 45px;padding-top:12px;border-top:1px solid var(--line);font-size:11px;line-height:1.9}
.menu-block+.menu-block{margin-top:clamp(55px,7vw,95px)}
.menu-subtitle{position:relative;display:block;margin:40px 0 28px;text-align:center;font-size:clamp(18px,2vw,27px);letter-spacing:.1em}
.menu-subtitle:before{position:absolute;top:50%;left:0;width:100%;height:1px;background:rgba(154,108,45,.35);content:""}
.menu-subtitle:after{display:none}
.menu-subtitle span{position:relative;z-index:1;display:inline-block;padding:0 28px;background:#fffdf7}
.featured-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;overflow:hidden;border:1px solid rgba(167,118,43,.46);border-radius:9px}
.featured-menu-card{display:block!important;background:#fffdf8;border:0!important}
.featured-menu-card+.featured-menu-card{border-left:1px solid rgba(167,118,43,.46)!important}
.dish-photo{position:relative;min-height:0;aspect-ratio:16/8.5;overflow:hidden}
.dish-photo img{width:100%;height:100%;object-fit:cover}
.dish-photo span{top:16px;right:16px;width:66px;height:66px;padding:8px;border:1px solid rgba(255,230,180,.8);background:#9b2820;text-align:center}
.featured-menu-body{padding:20px 24px 24px!important}
.featured-menu-title{display:flex;align-items:baseline;justify-content:space-between;gap:20px}
.featured-menu h3{margin:0;font-size:clamp(20px,2vw,28px);font-weight:500}
.featured-menu b{margin:0;color:var(--brown);font-size:clamp(20px,2vw,27px);font-weight:500;white-space:nowrap}
.featured-menu p{margin:10px 0 0;font-size:11px;line-height:1.8}
.popular-menu-grid,.menu-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 18px}
.popular-menu-card img,.menu-gallery-grid img{width:100%;aspect-ratio:16/10;border-radius:7px;object-fit:cover}
.popular-menu-card>div{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding-top:10px}
.popular-menu-card h4,.popular-menu-card p,.menu-gallery-grid h4{margin:0;font-weight:500}
.popular-menu-card p{white-space:nowrap}
.menu-price-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}
.menu-price-column{position:relative}
.menu-price-column+.menu-price-column:before{position:absolute;top:0;bottom:0;left:-20px;width:1px;background:rgba(167,118,43,.24);content:""}
.menu-price-column h4{margin:0 0 18px;padding-bottom:8px;border-bottom:1px solid rgba(167,118,43,.4);font-size:18px;font-weight:500}
.menu-price-column ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.menu-price-column li{display:flex;align-items:flex-end;gap:8px;font-size:13px}
.menu-price-column li:before{order:2;flex:1;border-bottom:1px dotted rgba(91,70,51,.32);content:"";transform:translateY(-4px)}
.menu-price-column li span{order:1}.menu-price-column li b{order:3;font-weight:400;white-space:nowrap}
.menu-gallery-grid img{aspect-ratio:16/9}.menu-gallery-grid h4{margin-top:8px;text-align:center;font-size:13px}
.tax-note{margin-top:50px}
.shop-actions .menu-jump{display:flex;align-items:center;justify-content:center;background:none}
@media(max-width:900px){.popular-menu-grid,.menu-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.menu-price-columns{grid-template-columns:1fr;gap:38px}.menu-price-column+.menu-price-column:before{display:none}}
@media(max-width:700px){.menu-shell{width:100%;padding:36px 16px;border-radius:8px}.menu-top{display:block}.featured-menu{grid-template-columns:1fr}.featured-menu-card+.featured-menu-card{border-top:1px solid rgba(167,118,43,.46)!important;border-left:0!important}.featured-menu-title{align-items:flex-start;flex-direction:column;gap:6px}.popular-menu-grid,.menu-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 10px}.popular-menu-card>div{align-items:flex-start;flex-direction:column;gap:3px}.menu-subtitle span{padding:0 14px}}

.news-empty{padding:24px;color:#77695c}.news-detail{min-height:100vh;padding:150px 20px 100px}.news-detail-inner{width:min(900px,100%);margin:auto;background:rgba(255,255,255,.72);padding:clamp(24px,5vw,64px);border:1px solid rgba(120,85,45,.18)}.news-back{display:inline-block;margin-bottom:35px;color:#684321;text-decoration:none}.news-detail time{color:#8f7358;letter-spacing:.08em}.news-detail h1{margin:12px 0 38px;font-size:clamp(1.7rem,4vw,2.8rem);font-family:"Shippori Mincho",serif;line-height:1.5}.news-body{font-size:16px;line-height:2;color:#40362f}.news-body p{margin:0 0 1.4em}.news-body a{color:#8b2d24;text-decoration:underline}.news-gallery{display:grid;gap:18px;margin-top:45px}.news-gallery-2{grid-template-columns:repeat(2,minmax(0,1fr))}.news-gallery-3{grid-template-columns:repeat(3,minmax(0,1fr))}.news-gallery img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;border-radius:6px}@media(max-width:650px){.news-gallery-2,.news-gallery-3{grid-template-columns:1fr}.news-detail{padding-top:110px}}

/* お知らせ：ブロック型記事 */
.news-content-blocks{display:grid;gap:clamp(28px,5vw,52px)}.news-text-block{font-size:16px;line-height:2;color:#40362f}.news-text-block p{margin:0 0 1.4em}.news-text-block p:last-child{margin-bottom:0}.news-text-block a{color:#8b2d24;text-decoration:underline}.news-image-block{display:grid;gap:18px}.news-image-grid-1{grid-template-columns:1fr}.news-image-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.news-image-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.news-image-block figure{margin:0}.news-image-block img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:6px}.news-image-block figcaption{margin-top:8px;color:#786b61;font-size:13px;line-height:1.7;text-align:center}@media(max-width:650px){.news-image-grid-2,.news-image-grid-3{grid-template-columns:1fr}}

/* お知らせ画像：GLightbox */
.news-lightbox-link{display:block;position:relative;cursor:zoom-in}
.news-lightbox-link::after{content:"＋";position:absolute;right:10px;bottom:10px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(40,31,25,.78);color:#fff;font-size:21px;line-height:1;opacity:0;transform:translateY(4px);transition:.2s ease}
.news-lightbox-link:hover::after,.news-lightbox-link:focus-visible::after{opacity:1;transform:none}
.news-lightbox-link:focus-visible{outline:3px solid rgba(139,45,36,.35);outline-offset:4px;border-radius:6px}

/* ==================================================
   Responsive refinements
================================================== */
@media (max-width: 1200px) {
	.site-header {
		padding-inline: 24px;
	}

	.global-nav {
		gap: clamp(12px, 2vw, 24px);
	}

	.footer-main {
		width: min(94%, 1080px);
		grid-template-columns: minmax(220px, 1.25fr) repeat(3, minmax(100px, .62fr));
		gap: 30px;
	}

	.footer-contact {
		grid-column: 1 / -1;
		width: min(100%, 440px);
		min-height: 0;
		justify-self: center;
	}
}

@media (max-width: 900px) {
	.story {
		grid-template-columns: minmax(280px, .9fr) minmax(340px, 1.1fr);
		gap: 42px;
		padding-inline: 5vw;
	}

	.story-copy h2 {
		font-size: clamp(27px, 4vw, 36px);
	}

	.shop-photo {
		height: clamp(190px, 28vw, 240px);
	}

	.footer-main {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.footer-brand {
		grid-column: 1 / -1;
		min-height: 0;
		align-items: center;
		text-align: center;
	}

	.footer-brand small {
		margin-top: 20px;
	}
}

@media (max-width: 700px) {
	section {
		scroll-margin-top: 65px;
	}

	.site-header {
		padding-inline: 16px;
	}

	.brand {
		width: min(47vw, 180px);
	}

	.global-nav {
		max-height: calc(100dvh - 65px);
		overflow-y: auto;
		padding: 14px 20px 24px;
	}

	.global-nav a {
		min-height: 46px;
		display: flex;
		align-items: center;
	}

	.hero {
		height: min(760px, calc(100svh - 65px));
		min-height: 500px;
	}

	.hero-slide {
		background-position: 64% center;
	}

	.hero-content {
		top: 48%;
		left: 24px;
		right: 20px;
		transform: translateY(-50%);
	}

	.hero-kicker {
		margin-bottom: 10px;
		font-size: 15px;
		letter-spacing: .15em;
	}

	.hero h1 {
		max-width: 11em;
		margin-bottom: 24px;
		font-size: clamp(28px, 8.5vw, 38px);
		line-height: 1.55;
		letter-spacing: .035em;
	}

	.hero .button {
		width: min(100%, 260px);
		min-height: 48px;
		margin-top: 0;
	}

	.story {
		grid-template-columns: minmax(0, 1fr);
		gap: 38px;
		padding: 68px 22px 76px;
	}

	.story-image,
	.story-copy {
		width: 100%;
		min-width: 0;
	}

	.story-image img {
		aspect-ratio: 4 / 3;
	}

	.story-copy h2,
	.section-heading h2 {
		font-size: clamp(25px, 7.5vw, 33px);
	}

	.story-copy p {
		font-size: 13px;
		line-height: 2;
	}

	.commitment,
	.shops {
		padding-top: 68px;
		padding-bottom: 76px;
	}

	.craft-grid,
	.shop-grid {
		width: 100%;
		gap: 18px;
	}

	.craft-card {
		min-height: 205px;
	}

	.craft-card > div {
		width: 64%;
		padding: 22px 0 20px 20px;
	}

	.craft-card h3 {
		font-size: 16px;
	}

	.commitment-link {
		margin-top: 34px;
	}

	.btn-detail {
		width: min(100%, 320px);
	}

	.shop-card {
		border-radius: 12px;
	}

	.shop-photo {
		height: auto;
		aspect-ratio: 16 / 10;
	}

	.shop-info {
		padding: 17px 16px 18px;
	}

	.shop-actions {
		grid-template-columns: 1fr 1fr;
	}

	.shop-actions a {
		min-height: 46px;
		padding-inline: 12px;
	}

	.menus {
		padding: 46px 12px 74px;
	}

	.menu-shell {
		padding: 32px 14px 38px;
		overflow: hidden;
	}

	.menu-note {
		margin-bottom: 30px;
	}

	.shop-select-wrap select {
		min-height: 48px;
		font-size: 16px;
	}

	.featured-menu-card .dish-photo {
		height: auto;
		aspect-ratio: 16 / 10;
	}

	.featured-menu-body {
		padding: 17px 16px 20px !important;
	}

	.featured-menu-title {
		flex-direction: row;
		align-items: baseline;
		gap: 12px;
	}

	.featured-menu-title h3 {
		font-size: 20px;
	}

	.popular-menu-grid,
	.menu-gallery-grid {
		gap: 18px 9px;
	}

	.popular-menu-card img,
	.menu-gallery-grid img {
		border-radius: 5px;
	}

	.popular-menu-card h4,
	.menu-gallery-grid h4 {
		font-size: 12px;
		line-height: 1.55;
	}

	.menu-price-columns {
		gap: 32px;
	}

	.menu-price-column li {
		font-size: 12px;
	}

	.news {
		padding: 68px 20px 76px;
	}

	.news-list a {
		grid-template-columns: 1fr 18px;
		padding: 17px 4px;
	}

	.news-list time {
		grid-column: 1 / -1;
	}

	.recruit {
		min-height: 380px;
		padding: 56px 22px;
		background:
			linear-gradient(90deg, rgba(45, 27, 15, .93) 0%, rgba(45, 27, 15, .8) 58%, rgba(45, 27, 15, .25) 100%),
			url("../img/other/recruit.jpg") 65% center / cover no-repeat;
	}

	.recruit-content {
		width: min(100%, 420px);
	}

	.recruit-title {
		font-size: clamp(23px, 7vw, 31px);
	}

	.recruit-button {
		width: min(100%, 300px);
	}

	.footer-main {
		width: 100%;
		min-height: 0;
		padding: 40px 22px 30px;
		grid-template-columns: minmax(0, 1fr);
		gap: 30px;
	}

	/* Mobile footer: contact first, brand second; link columns are omitted. */
	.footer-column {
		display: none;
	}

	.footer-contact {
		order: 1;
		grid-column: auto;
		width: 100%;
		max-width: 440px;
		min-height: 0;
		justify-self: center;
		padding: 22px 18px;
	}

	.footer-brand {
		order: 2;
		grid-column: auto;
		min-height: 0;
		align-items: center;
		text-align: center;
	}

	.footer-brand img {
		width: min(190px, 60vw);
		object-position: center;
	}

	.footer-brand p {
		margin-top: 16px;
		font-size: 12px;
		line-height: 1.85;
	}

	.footer-brand small {
		margin-top: 18px;
		font-size: 10px;
	}

	.to-top {
		right: 14px;
		bottom: 14px;
		width: 42px;
		height: 42px;
	}
}

@media (max-width: 380px) {
	.hero-content {
		left: 18px;
		right: 16px;
	}

	.hero h1 {
		font-size: 27px;
	}

	.shop-actions {
		grid-template-columns: 1fr;
	}

	.popular-menu-grid,
	.menu-gallery-grid {
		grid-template-columns: 1fr;
	}

	.menu-gallery-grid img {
		aspect-ratio: 16 / 9;
	}
    .hero h1 {
        max-width: 100%;
        font-size: 27px;	
	}
}

/* ==================================================
   Recruit responsive layout
================================================== */
@media (max-width: 1023px) {
	.recruit {
		background: url("../img/common/rbg.jpg") left center / auto 100% repeat;
	}

	.recruit::before {
		background:
			linear-gradient(
				90deg,
				rgba(255, 250, 237, 1) 0%,
				rgba(255, 250, 237, 1) 42%,
				rgba(255, 250, 237, .92) 50%,
				rgba(255, 250, 237, .45) 58%,
				rgba(255, 250, 237, 0) 68%
			),
			url("../img/other/recruit.jpg") right 30% / 55% auto no-repeat;
	}
}

@media (max-width: 767px) {
	.recruit {
		min-height: 0;
		padding: 0;
		background: url("../img/common/rbg.jpg") left top / auto 100% repeat;
		color: #5b3820;
	}

	/* Mobile: the staff photo occupies the full-width lower area. */
	.recruit::before {
		inset: auto 0 0;
		width: 100%;
		height: min(72vw, 360px);
		background: url("../img/other/recruit.jpg") center 30% / cover no-repeat;
		z-index: 0;
	}

	.recruit::after {
		top: 190px;
		left: -90px;
		width: min(95vw, 380px);
		transform: translateY(-50%);
		opacity: .24;
	}

	.recruit-inner {
		min-height: 0;
		padding: 54px 22px calc(min(72vw, 360px) + 44px);
		align-items: flex-start;
	}

	.recruit-content {
		width: 100%;
		max-width: 560px;
		padding-left: 0;
	}

	.recruit-title {
		color: #604025;
	}

	.recruit-text {
		color: #392617;
	}
}
.glightbox-clean .gslide-description{background:#fff}
.glightbox-clean .gslide-title{margin:0;color:#40362f;font-size:15px;line-height:1.7;text-align:center}
