/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6096c4;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --primary: #91181D;
  --second: #EB6B0A;
  --text-body: #4C4747;
  --radius: 5px;
}

/* Base Setting
---------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: var(--white);
  letter-spacing: 1.6px;
}

a {
  transition: all 0.3s;
  color: var(--text-body);
  outline: none !important;
}
a:hover {
  opacity: 0.7;
  color: var(--primary);
}

p:last-of-type {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h1 {
    font-size: 2.875rem;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 1.15;
}
@media (min-width: 48em) {
  h2 {
    font-size: 3.5rem;
  }
}

h3 {
  font-size: 2.125rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1.75rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h4 {
    font-size: 2.25rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 48em) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h6 {
    font-size: 1.25rem;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

.container-fluid, .container--lg, .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.site-footer__nav ul, .site-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
  border-radius: 10px;
  outline: none !important;
  width: 100%;
  border: 1px solid #4C4747;
  font-size: 16px;
  padding: 4px 16px;
  min-height: 42px;
}

textarea {
  padding: 20px 16px;
  min-height: 160px;
}
@media only screen and (min-width: 768px) {
  textarea {
    min-height: 260px;
  }
}

.btn, .btn-primary,
button,
input[type=button],
input[type=submit] {
  transition: all 0.3s;
  color: var(--white);
  padding: 16px 25px;
  min-width: 214px;
  text-align: center;
  display: inline-flex;
  outline: none !important;
  background: var(--primary);
  border: 0;
  min-height: 54px;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
.btn:hover, .btn-primary:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
  color: var(--white);
}

.btn-outline {
  transition: all 0.3s;
  padding: 16px 25px;
  min-width: 214px;
  text-align: center;
  display: inline-flex;
  outline: none !important;
  min-height: 54px;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid var(--primary);
  color: var(--primary);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .btn-outline {
    border-radius: 20px;
  }
}
.btn-outline:hover {
  opacity: 0.7;
  color: var(--primary);
}
.btn-outline::after {
  content: "";
  background: url("../images/arrow-right.svg") no-repeat 0 0/100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 10px;
  height: 14px;
}

.btn-link {
  font-weight: 500;
  color: var(--primary);
  text-decoration: underline;
}

.container--lg {
  max-width: 1920px;
}
@media only screen and (min-width: 1400px) {
  .container--lg {
    padding-inline: 32px;
  }
}

.container-fluid {
  max-width: 1920px;
}
@media (min-width: 48em) {
  .container-fluid {
    padding: 0 64px;
  }
}

.section {
  padding-block: 60px;
}
.section-heading {
  text-align: center;
  margin-bottom: 32px;
  color: var(--primary);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .section-heading {
    font-size: 40px;
    margin-bottom: 48px;
    letter-spacing: 3px;
  }
}
@media only screen and (min-width: 992px) {
  .section-heading {
    margin-bottom: 64px;
  }
}
.section-heading span {
  color: var(--second);
}
.section-heading--min {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: var(--primary);
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .section-heading--min {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.section-heading--min span {
  color: var(--second);
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-primary {
  color: var(--primary);
}

.hamburger {
  position: relative;
  width: 28px;
  height: 18px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  opacity: 1;
}
.hamburger span {
  width: 28px;
  height: 2px;
  background: var(--white);
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
  transform: rotate(0deg);
  border-radius: 5px;
  top: calc(50% - 1px);
  left: calc(50% - 14px);
}
.hamburger span::before, .hamburger span::after {
  content: "";
  transform-origin: center center;
  width: 100%;
  height: 2px;
  background: var(--white);
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 8px;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}
.hamburger span::after {
  top: -8px;
}
.hamburger.active span {
  transform: rotate(225deg);
}
.hamburger.active span::before {
  transform: rotate(-90deg);
  top: 0;
}
.hamburger.active span::after {
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }

  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }

  .spbr {
    display: block;
  }
}
/* ===== Header ===== */
.site-header {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  transition: all 0.3s;
  padding-block: 20px;
}
@media only screen and (min-width: 992px) {
  .site-header {
    padding-block: 32px;
  }
}
.site-header.header-sticky {
  box-shadow: 0px 4px 14px 0px #0000001A;
  background: var(--primary);
}
@media only screen and (min-width: 992px) {
  .site-header.header-sticky {
    padding-block: 20px;
  }
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.site-header__logo img {
  height: 30px;
  width: auto;
}
@media only screen and (min-width: 1200px) {
  .site-header__logo img {
    height: 41px;
  }
}
@media only screen and (min-width: 1400px) {
  .site-header__logo img {
    height: 51px;
  }
}
.site-header__nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .site-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 99;
    background: var(--primary);
    padding: 60px 20px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  .site-header__nav {
    gap: 40px;
  }
}
.site-header__nav .hamburger {
  position: absolute;
  top: 26px;
  right: 20px;
}
@media only screen and (min-width: 992px) {
  .site-header__nav .hamburger {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .site-header__nav nav {
    width: 100%;
  }
}
.site-header__nav nav > ul {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .site-header__nav nav > ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 14px;
    align-items: center;
    letter-spacing: 2px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header__nav nav > ul {
    font-size: 16px;
    gap: 28px;
  }
}
@media only screen and (min-width: 1400px) {
  .site-header__nav nav > ul {
    gap: 60px;
  }
}
.site-header__nav nav > ul li {
  position: relative;
}
.site-header__nav nav > ul li a {
  color: var(--white);
  display: block;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .site-header__nav nav > ul li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
}
.site-header__nav nav > ul li .submenu-toggle {
  background: url("../images/arrow-submenu.svg") no-repeat 50% 50%;
  width: 32px;
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  z-index: 1;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .site-header__nav nav > ul li.has-submenu {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header__nav nav > ul li.show > ul {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .site-header__nav nav > ul li .submenu-toggle {
    width: 100%;
    background-position: calc(100% - 8px) 50%;
  }
  .site-header__nav nav > ul li.show > .submenu-toggle {
    transform: scaleY(-1);
  }
}
.site-header__nav nav > ul > li > a {
  padding: 10px 0;
}
.site-header__nav nav > ul > li.active > a, .site-header__nav nav > ul > li:hover > a {
  color: var(--white);
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  .site-header__nav nav > ul > li.special-menu {
    margin-left: 4px;
  }
}
.site-header__nav nav > ul > li.special-menu a {
  min-width: 150px;
  letter-spacing: 1px;
  font-size: 16px;
  min-height: 30px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  opacity: 1;
  background: var(--second);
  border-radius: 99px;
  padding: 12px 24px;
  color: var(--heading);
  max-width: 320px;
}
@media only screen and (min-width: 992px) {
  .site-header__nav nav > ul > li.special-menu a {
    padding: 10px 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header__nav nav > ul > li.special-menu a {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header__nav nav > ul > li.special-menu a {
    background-image: url("../images/arrow-right-black.svg");
    background-size: 10px;
    background-position: calc(100% - 12px) 50%;
    background-repeat: no-repeat;
    margin-inline: auto;
  }
}
.site-header__nav nav > ul > li.special-menu a:hover {
  opacity: 0.7;
  color: var(--heading);
}
@media only screen and (min-width: 992px) {
  .site-header__nav nav > ul > li ul {
    width: 185px;
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 100%;
    background: #00000066;
    visibility: hidden;
  }
  .site-header.header-sticky .site-header__nav nav > ul > li ul {
    background: rgba(0, 0, 0, 0.8);
  }
}
@media only screen and (max-width: 991px) {
  .site-header__nav nav > ul > li ul {
    display: none;
  }
}
.site-header__nav nav > ul > li ul li a {
  padding: 10px 0;
}
@media only screen and (min-width: 992px) {
  .site-header__nav nav > ul > li ul li a {
    padding: 16px 12px;
    line-height: 1.2;
  }
}
.site-header__nav nav > ul > li ul li a small {
  font-size: 12px;
}
.site-header__nav nav > ul > li ul li:hover > a {
  color: #483C3C;
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 992px) {
  .site-header__nav nav > ul > li > ul {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 991px) {
  .site-header__nav.show {
    opacity: 1;
    visibility: visible;
  }
}
/* ページ内リンク：固定ヘッダーに隠れないよう位置を下げる */
html {
  scroll-behavior: smooth;
}
:target,
.zen-terrace[id],
.zen-menu[id],
.zen-dinner[id],
.zen-showroom[id],
.zen-map[id],
.zen-menu__heading[id] {
  scroll-margin-top: 80px;
}
@media only screen and (min-width: 992px) {
  :target,
  .zen-terrace[id],
  .zen-menu[id],
  .zen-dinner[id],
  .zen-showroom[id],
  .zen-map[id],
  .zen-menu__heading[id] {
    scroll-margin-top: 104px;
  }
}

/* ZEN TERRACE：サブメニューは黒ではなくブランドカラーで表示する */
@media only screen and (min-width: 992px) {
  .page-terrace .site-header__nav nav > ul > li ul,
  .page-terrace .site-header.header-sticky .site-header__nav nav > ul > li ul {
    background: var(--primary);
    min-width: 200px;
  }
  .page-terrace .site-header__nav nav > ul > li ul li a {
    text-align: center;
    padding: 18px 12px;
  }
}
.page-terrace .site-header__nav nav > ul > li ul li:hover > a {
  color: var(--primary);
  background: var(--white);
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  .site-header__hotline {
    margin-left: 20px;
  }
}
.site-header__hotline a {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 6px;
}
.site-header__contact a {
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 700;
  color: #5A595F;
  padding: 13px 22px;
  display: inline-block;
}
.site-header__contact a:hover {
  background: var(--white);
  opacity: 1;
}
.site-header.header-sticky .site-header__contact a {
  background: var(--white);
}
@media only screen and (min-width: 992px) {
  .site-header__btn {
    display: none;
  }
}

/* ===== End header ===== */
.site-footer {
  padding-block: 60px;
  color: var(--primary);
  line-height: 1.875;
}
@media only screen and (min-width: 768px) {
  .site-footer {
    padding-block: 65px 95px;
  }
}
.site-footer a {
  color: var(--primary);
}
.site-footer h3 {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 24px;
  font-weight: 400;
}
.site-footer .container {
  max-width: 1300px;
}
.site-footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__inner {
    grid-template-columns: 1fr 1.6fr 1.2fr;
  }
}
.site-footer__logo img {
  max-width: 230px;
  margin-bottom: 32px;
}
.site-footer__logo a {
  text-decoration: underline;
}
.site-footer__nav--row {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .site-footer__nav--row {
    flex-direction: row;
    gap: 50px;
  }
}
.site-footer__nav--row > ul > li + li {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) {
  .site-footer__nav--row > ul > li + li {
    margin-top: 20px;
  }
}
.site-footer__nav ul li {
  padding-left: 16px;
  position: relative;
}
.site-footer__nav ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 1.5px;
  background: var(--primary);
  border-radius: 0;
}
.site-footer__nav ul li a:hover {
  text-decoration: underline;
}
.site-footer__nav ul li .no-link {
  display: inline-block;
  cursor: default;
}
.site-footer__nav ul ul {
  padding-left: 8px;
}
@media only screen and (min-width: 768px) {
  .site-footer__info {
    grid-column: 1/-1;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__info {
    grid-column: auto;
  }
}

.footer-bottom {
  background: var(--primary);
  color: var(--white);
  text-align: center;
  padding: 20px 20px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .footer-bottom {
    padding: 26px 20px;
  }
}
.footer-bottom a {
  text-decoration: underline;
  color: var(--white);
}
.footer-bottom p {
  margin: 0;
}

/** Libs */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  color: transparent;
  width: 32px;
  height: 92px;
  min-width: initial;
  border-radius: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  transition: all 0.3s;
}
.slick-arrow:hover {
  opacity: 0.6;
}
.slick-arrow::before, .slick-arrow::after {
  content: "";
  width: 7px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.slick-arrow:hover {
  color: transparent;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev::before {
  transform: rotate(-45deg);
  top: calc(50% - 2px);
}
.slick-arrow.slick-prev::after {
  transform: rotate(45deg);
  top: calc(50% + 2px);
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next::before {
  transform: rotate(45deg);
  top: calc(50% - 2px);
}
.slick-arrow.slick-next::after {
  transform: rotate(-45deg);
  top: calc(50% + 2px);
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
}
.slick-dots li {
  margin: 0 10px;
  padding: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s;
}
@media (min-width: 48em) {
  .slick-dots li {
    margin: 0 68px;
    width: 28px;
    height: 28px;
  }
}
.slick-dots li.slick-active {
  background: var(--white);
}
.slick-dots li button {
  padding: initial;
  max-width: initial;
  min-width: initial;
  color: transparent;
  font-size: 0;
  background: transparent;
  border: 0;
  width: 100%;
  height: 100%;
  min-height: initial;
}

/** pages */
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .hero {
    height: 65vh;
    min-height: 480px;
  }
}
.hero picture {
  display: block;
  height: 100%;
}
.hero picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
}
.hero__item {
  width: 100vw;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero__item {
    height: 65vh;
    min-height: 480px;
  }
}
.hero__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.hero__content {
  position: absolute;
  z-index: 1;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
  bottom: 40px;
  right: 0;
  padding: 24px 20px;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (min-width: 768px) {
  .hero__content {
    padding: 0;
    font-size: 20px;
    bottom: 60px;
    right: 30px;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .hero__content {
    bottom: 120px;
    right: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero__content {
    bottom: 180px;
    right: 60px;
  }
}
.hero__content h1 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: var(--white);
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .hero__content h1 {
    font-size: 36px;
    margin: 0 0 26px;
  }
}

.intro-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.78;
  text-align: center;
}
.intro-content a {
  color: var(--primary);
  text-decoration: underline;
}
.intro-box {
  border-radius: 10px;
  border: 1px solid var(--primary);
  padding: 24px 20px;
  position: relative;
  max-width: 900px;
  margin: 46px auto 0;
}
@media only screen and (min-width: 768px) {
  .intro-box {
    padding: 24px 46px;
  }
}
.intro-box .section-heading--min {
  margin-bottom: 40px;
}
.intro-box img {
  position: absolute;
  top: 5px;
  right: 0;
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 768px) {
  .intro-box img {
    right: 24%;
  }
}
.intro-box__content {
  max-width: 740px;
  font-size: 14px;
  margin-inline: auto;
}
.intro-box .text-right {
  margin-top: 16px;
}
.intro-list {
  margin: 36px auto 0;
  max-width: 760px;
}
.intro-list__row {
  display: flex;
  border: 1px solid var(--primary);
}
.intro-list__row + .intro-list__row {
  margin-top: 28px;
}
.intro-list__row h3 {
  background: var(--primary);
  color: var(--white);
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.intro-list__row--body {
  width: calc(100% - 44px);
  min-height: 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--primary);
  font-size: 14px;
  padding: 10px 20px;
}

.ingredients {
  margin: 48px auto 0;
  max-width: 770px;
}
.ingredients__row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
}
.ingredients__row + .ingredients__row {
  margin-top: 32px;
}
.ingredients__row figure {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.ingredients__row figure img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.ingredients__row--body {
  font-size: 14px;
}
.ingredients__row--body h3 {
  color: var(--primary);
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
}
.ingredients__box {
  border: 1px solid var(--primary);
  padding: 16px 20px;
  margin-top: 52px;
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 24px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .ingredients__box {
    padding: 16px 45px;
    grid-template-columns: 95px 130px 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .ingredients__box {
    gap: 36px;
  }
}
.ingredients__box figure img {
  width: 100%;
}
.ingredients__box--info h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 12px;
}
.ingredients__box--info h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  color: var(--text-body);
}
.ingredients__box--body {
  font-size: 14px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .ingredients__box--body {
    grid-column: 1/-1;
  }
}

.business-introduction .container {
  max-width: 1240px;
}
@media only screen and (min-width: 768px) {
  .business-introduction__row {
    display: flex;
    align-items: flex-end;
  }
}
.business-introduction__row + .business-introduction__row {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .business-introduction__row + .business-introduction__row {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .business-introduction__row + .business-introduction__row {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .business-introduction__row + .business-introduction__row {
    margin-top: 120px;
  }
}
.business-introduction__row picture {
  margin-bottom: 32px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .business-introduction__row picture {
    width: 60%;
  }
}
.business-introduction__row picture img {
  width: 100%;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .business-introduction__row picture img {
    border-radius: 20px;
  }
}
.business-introduction__row--body {
  border-radius: 10px;
  border: 1px solid var(--primary);
  background: var(--white);
  z-index: 5;
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 24px;
}
@media only screen and (min-width: 768px) {
  .business-introduction__row--body {
    border-radius: 20px;
    padding: 32px;
    gap: 28px;
    width: 51%;
    margin-left: -11%;
  }
  .business-introduction__row + .business-introduction__row .business-introduction__row--body {
    min-height: 280px;
  }
}
@media only screen and (min-width: 1200px) {
  .business-introduction__row--body {
    padding: 60px 40px;
  }
}
.business-introduction__row--body h5 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: var(--text-body);
  margin: 0;
}
.business-introduction__row--body h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--primary);
  margin: 0;
}
.business-introduction__row--body h6 {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  color: var(--primary);
}
.business-introduction__row--images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}
.business-introduction__row--buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.business-introduction__row--buttons .btn-outline {
  width: 100%;
  max-width: 448px;
}
@media only screen and (min-width: 992px) {
  .business-introduction__row--buttons .btn-outline::after {
    right: 60px;
  }
}
.business-introduction__row--content {
  display: grid;
  align-items: center;
  font-weight: 500;
  grid-template-columns: 60px 1fr;
  gap: 24px;
}
@media only screen and (min-width: 992px) {
  .business-introduction__row--content {
    grid-template-columns: 83px 1fr;
    gap: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .business-introduction__row:nth-child(odd) .business-introduction__row--body {
    order: -1;
    margin-inline: 0 -11%;
  }
}
@media only screen and (max-width: 767px) {
  .business-introduction__row picture {
    margin-bottom: 0;
    margin-inline: 16px;
    position: relative;
    z-index: 6;
  }
  .business-introduction__row--body {
    margin-top: -32px;
    padding-top: 52px;
    z-index: 5;
  }
}

.company-profile__inner {
  max-width: 780px;
  margin-inline: auto;
  border-bottom: 1px solid #868686;
}
.company-profile__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: center;
  border-top: 1px solid #868686;
  padding-block: 16px;
}
@media only screen and (min-width: 768px) {
  .company-profile__row {
    grid-template-columns: 150px 1fr;
    gap: 32px;
  }
}
.company-profile__row h3 {
  color: var(--text-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.company-profile__row--body {
  font-size: 14px;
  line-height: 1.78;
}

.checkbox-wrap {
  cursor: pointer;
  margin: 0;
}
.checkbox-wrap input {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.checkbox-wrap input:checked ~ span::after {
  opacity: 1;
}
.checkbox-wrap span {
  position: relative;
  padding-left: 55px;
  min-height: 30px;
  display: inline-block;
  padding-top: 2px;
}
.checkbox-wrap span a {
  text-decoration: underline;
}
.checkbox-wrap span::before {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid var(--text-body);
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox-wrap span::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  border-left: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  width: 18px;
  height: 10px;
  transform: rotate(-45deg);
  opacity: 0;
}

.form-wrap {
  max-width: 860px;
  margin-inline: auto;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .form-row {
    grid-template-columns: 256px 1fr;
    gap: 24px;
  }
}
.form-row + .form-row {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .form-row + .form-row {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .form-row + .form-row {
    margin-top: 86px;
  }
}
.form-row__label label {
  margin: 0;
}
.form-row__label span {
  margin-left: 12px;
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 60px;
  padding: 1px 6px;
}
.form-row__input--options {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .form-row__input--options {
    gap: 28px 24px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .form-row__input--options .checkbox-wrap span {
    font-size: 20px;
    padding-top: 0;
  }
}

.form-submit {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .form-submit {
    margin-top: 60px;
  }
}
.form-submit--pair {
  flex-direction: column-reverse;
  align-items: center;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .form-submit--pair {
    flex-direction: row;
    gap: 24px;
  }
}
.btn-submit {
  background: var(--white);
  border: 1px solid var(--primary);
  color: var(--primary);
  min-width: 240px;
  cursor: pointer;
}
.btn-submit:hover {
  opacity: 0.7;
  color: var(--primary);
}
.btn-back {
  transition: all 0.3s;
  padding: 16px 25px;
  min-width: 200px;
  min-height: 54px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid #b7b0b0;
  color: var(--text-body);
  background: var(--white);
}
.btn-back:hover {
  opacity: 0.7;
  color: var(--text-body);
}

/* ===== 入力 → 確認 → 完了 ===== */
/* メインビジュアルを持たない下層ページ用（ヘッダーが固定＆背景透過のため） */
.page-simple .site-header {
  background: var(--primary);
  box-shadow: 0px 4px 14px 0px #0000001A;
}
.page-simple main {
  padding-top: 70px;
}
@media only screen and (min-width: 992px) {
  .page-simple main {
    padding-top: 94px;
  }
}
.form-page .form-wrap,
.form-page .form-submit {
  max-width: 860px;
  margin-inline: auto;
}
.form-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: #b7b0b0;
}
@media only screen and (min-width: 768px) {
  .form-steps {
    gap: 16px;
    font-size: 15px;
    margin-bottom: 48px;
  }
}
.form-steps li {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .form-steps li {
    gap: 16px;
  }
}
.form-steps li + li::before {
  content: "";
  width: 24px;
  height: 1px;
  background: #d8d2d2;
  display: block;
}
@media only screen and (min-width: 768px) {
  .form-steps li + li::before {
    width: 48px;
  }
}
.form-steps li.is-current {
  color: var(--primary);
  font-weight: 700;
}
.form-page .form-lead {
  text-align: center;
  margin: 0 0 40px;
  line-height: 1.9;
}
@media only screen and (min-width: 768px) {
  .form-page .form-lead {
    margin-bottom: 60px;
  }
}
/* 確認画面の一覧（会社概要テーブルと同じトーン） */
.form-confirm {
  border-bottom: 1px solid #868686;
}
.form-confirm .form-row {
  border-top: 1px solid #868686;
  padding-block: 16px;
  align-items: start;
}
@media only screen and (min-width: 768px) {
  .form-confirm .form-row {
    padding-block: 24px;
  }
}
.form-confirm .form-row + .form-row {
  margin-top: 0;
}
.form-confirm .form-row__label label {
  color: var(--text-body);
  font-weight: 400;
}
.form-value {
  margin: 0;
  line-height: 1.8;
  white-space: pre-wrap;
  word-break: break-word;
}
.form-value.is-empty {
  color: #b7b0b0;
}
.form-error {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--primary);
}
@media only screen and (min-width: 768px) {
  .form-error {
    grid-column: 2/-1;
  }
}
.has-error input[type=text],
.has-error input[type=email],
.has-error textarea {
  border-color: var(--primary);
}

.thanks-box {
  max-width: 780px;
  margin-inline: auto;
  border: 1px solid var(--primary);
  border-radius: 10px;
  background: var(--white);
  padding: 40px 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .thanks-box {
    border-radius: 20px;
    padding: 60px 40px;
  }
}
.thanks-box__logo {
  width: 160px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .thanks-box__logo {
    width: 200px;
    margin-bottom: 40px;
  }
}
.thanks-box__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: var(--primary);
  margin: 0 0 28px;
}
@media only screen and (min-width: 768px) {
  .thanks-box__title {
    font-size: 26px;
    margin-bottom: 36px;
  }
}
.thanks-box .thanks-box__text {
  margin: 0 0 20px;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .thanks-box .thanks-box__text {
    text-align: left;
  }
}
.thanks-box__tel {
  margin-top: 28px;
}
.thanks-box__tel a {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.thanks-box__tel img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(60%) saturate(3200%) hue-rotate(340deg) brightness(90%) contrast(95%);
}

.privacy-box {
  max-height: 260px;
  overflow-y: scroll;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 20px 24px;
  margin-bottom: 20px;
  background: var(--white);
  font-size: 13px;
  line-height: 1.85;
  color: var(--text-body);
  scrollbar-width: thin;
  scrollbar-color: #b9b9b9 #f1f1f1;
}
.privacy-box p {
  margin: 0 0 14px;
}
.privacy-box__title {
  font-weight: 700;
}
.privacy-box__heading {
  font-weight: 700;
  color: var(--primary);
  margin-top: 24px;
}
.privacy-box ul,
.privacy-box ol {
  margin: 0 0 14px;
  padding-left: 1.4em;
}
.privacy-box li {
  margin-bottom: 6px;
}
.privacy-box::-webkit-scrollbar {
  width: 16px;
}
.privacy-box::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-left: 1px solid #dddddd;
}
.privacy-box::-webkit-scrollbar-thumb {
  background-color: #b9b9b9;
  background-clip: padding-box;
  border: 4px solid #f1f1f1;
  border-radius: 8px;
}
.privacy-box::-webkit-scrollbar-thumb:hover {
  background-color: #999999;
}
.privacy-box::-webkit-scrollbar-button {
  display: block;
  height: 16px;
  width: 16px;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center;
}
.privacy-box::-webkit-scrollbar-button:vertical:start:decrement {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><polygon points='5,0 10,6 0,6' fill='%23888888'/></svg>");
}
.privacy-box::-webkit-scrollbar-button:vertical:end:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><polygon points='0,0 10,0 5,6' fill='%23888888'/></svg>");
}
.privacy-agree {
  display: block;
}

.zen-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .zen-hero {
    height: 65vh;
    min-height: 480px;
  }
}
.zen-hero picture {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.zen-hero picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
}
.zen-hero__contain {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
.zen-hero .container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.zen-hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--white);
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  width: 100%;
}
.zen-hero__content img {
  width: 110px;
  height: auto;
  aspect-ratio: 137/131;
  margin-bottom: 10px;
}
@media (min-width: 48em) {
  .zen-hero__content img {
    width: 297px;
    height: 284px;
  }
}
.zen-hero__content h2 {
  font-family: "Zen Old Mincho", serif;
  color: var(--white);
  font-size: 1.125rem;
}
@media (min-width: 48em) {
  .zen-hero__content h2 {
    font-size: 2.25rem;
    letter-spacing: 1.8px;
  }
}
.zen-hero__content p {
  color: var(--white);
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .zen-hero__content p {
    font-size: 0.875rem;
  }
}

.zen-terrace h2 {
  text-align: center;
  color: var(--primary);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4px;
  padding: 30px 25px;
  font-size: 1.25rem;
}
@media (min-width: 48em) {
  .zen-terrace h2 {
    padding-block: 73px 40px;
    font-size: 2.5rem;
  }
}
.zen-terrace__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 48em) {
  .zen-terrace__list {
    gap: 57px;
  }
}
.zen-terrace__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 48em) {
  .zen-terrace__item {
    flex-direction: row;
    gap: 51px;
    align-items: center;
  }
}
@media (min-width: 48em) {
  .zen-terrace__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.zen-terrace__item figure {
  margin: 0;
  padding: 0;
}
.zen-terrace__item figure img {
  height: auto;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 48em) {
  .zen-terrace__item figure img {
    max-width: 395px;
  }
}
.zen-terrace__item-info {
  width: 100%;
}
@media (min-width: 48em) {
  .zen-terrace__item-info {
    max-width: calc(100% - 446px);
  }
}

.zen-menu h2 {
  color: var(--primary);
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  padding-block: 59px 27px;
}
.zen-menu__heading {
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  background-color: var(--primary);
  width: 100%;
  text-transform: uppercase;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 48em) {
  .zen-menu__heading {
    margin-bottom: 70px;
  }
}
.zen-menu-list {
  display: flex;
  flex-direction: column;
  gap: 62px;
}
.zen-menu__item-heading {
  color: var(--text-body);
  font-weight: 400;
  letter-spacing: 2.4px;
  border-left: 7px solid var(--primary);
  line-height: 1;
  padding-left: 9px;
  margin-bottom: 25px;
  font-size: 20px;
}
@media (min-width: 48em) {
  .zen-menu__item-heading {
    font-size: 24px;
  }
}
.zen-menu__item-content {
  font-size: 0.875rem;
}
@media (min-width: 48em) {
  .zen-menu__item-content {
    display: flex;
    gap: 23px;
  }
}
.zen-menu__item-content figure {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 48em) {
  .zen-menu__item-content figure {
    max-width: 538px;
  }
  /* 価格が画像の底辺と揃うよう、図の高さを行の高さに追従させる */
  .zen-menu__item-content:not(.is-stacked) > figure {
    margin-bottom: 0;
    aspect-ratio: 530/432;
  }
  .zen-menu__item-content:not(.is-stacked) > figure img {
    height: 100%;
    aspect-ratio: auto;
  }
  .zen-menu__item-content:not(.is-stacked) > figure figcaption {
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
  }
}
.zen-menu__item-content figure img {
  width: 100%;
  aspect-ratio: 530/432;
  object-fit: cover;
}
.zen-menu__item-data {
  width: 100%;
}
@media (min-width: 48em) {
  .zen-menu__item-data {
    max-width: calc(100% - 561px);
    display: flex;
    flex-direction: column;
  }
  /* 価格を左の画像の底辺に揃える */
  .zen-menu__item-data .zen-menu__item-price {
    margin-top: auto;
  }
}
.zen-menu__item-data ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.zen-menu__item-data ul li {
  padding-left: 27px;
  display: flex;
  letter-spacing: 1.4px;
  min-height: 40px;
  align-items: center;
  word-break: break-all;
  position: relative;
  line-height: 1.6;
}
.zen-menu__item-data ul li::before {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  top: 15px;
  left: 0;
}
.zen-menu__item-data ul li span {
  display: block;
  max-width: calc(100% - 27px);
}
.zen-menu__item-data table {
  border-collapse: collapse;
  margin-block: 10px 5px;
  width: 100%;
}
.zen-menu__item-data table thead {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
}
.zen-menu__item-data table thead tr {
  border: 1px solid var(--primary);
}
.zen-menu__item-data table thead td {
  border: 1px solid var(--white);
  padding: 5px;
}
.zen-menu__item-data table tbody tr,
.zen-menu__item-data table tbody td {
  border: 1px solid var(--primary);
  padding: 5px 2px;
  vertical-align: top;
}
@media (min-width: 48em) {
  .zen-menu__item-data table tbody tr,
.zen-menu__item-data table tbody td {
    padding: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .zen-menu__item-data table tbody tr,
.zen-menu__item-data table tbody td {
    font-size: 10px;
  }
}
.zen-menu__item-data table tbody tr table tr,
.zen-menu__item-data table tbody tr table td,
.zen-menu__item-data table tbody td table tr,
.zen-menu__item-data table tbody td table td {
  border: none;
}
@media (min-width: 48em) {
  /* colgroup で列幅を指定（table-layout:fixed は1行目が colspan のため td 指定が効かない） */
  .menu-choice-table {
    table-layout: fixed;
    font-size: 12px;
  }
  .menu-choice-table .col-soup {
    width: 35%;
  }
  .menu-choice-table .col-noodle {
    width: 40%;
  }
  .menu-choice-table .col-topping {
    width: 25%;
  }
  /* 人気マークは right:100% で文字の左外側に出るため、その分の余白を左に確保する */
  .menu-choice-table > tbody > tr > td[data-label="スープ"],
  .menu-choice-table > tbody > tr > td[data-label="麺"] {
    padding-left: 40px;
  }
  .menu-choice-table td[data-label="スープ"] {
    line-height: 1.9;
  }
  /* 人気マークは原寸（35×30）で表示 */
  .zen-menu__item-data .menu-choice-table .popular::before {
    width: 35px;
    height: 30px;
    margin-right: 3px;
  }
}
/* スマホは左余白34pxに収まる範囲で拡大 */
@media only screen and (max-width: 767px) {
  .zen-menu__item-data .menu-choice-table .popular::before {
    width: 30px;
    height: 26px;
    margin-right: 3px;
  }
}
table.text-primary td:nth-child(2) {
  white-space: nowrap;
}
/* 列幅に余裕がある幅でのみ1行固定（狭い画面では折り返させてはみ出しを防ぐ） */
@media (min-width: 75em) {
  .menu-choice-table td[data-label="麺"] .popular {
    white-space: nowrap;
  }
}
.menu-choice-table td[data-label="麺"],
.menu-choice-table td[data-label="具材"] {
  line-height: 2;
}
/* スープ列の情報階層：①②の大項目は間隔を広げ、辛味オプションは②の直下にまとめる */
.menu-choice-table td[data-label="スープ"] .popular {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0;
}
.menu-choice-table table.text-primary {
  margin-top: 2px;
  margin-bottom: 0;
}
.menu-choice-table table.text-primary tr td {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .menu-choice-table > thead > tr:nth-child(2) {
    display: none;
  }
  .menu-choice-table > tbody,
.menu-choice-table > tbody > tr {
    display: block;
    border: 0;
  }
  .menu-choice-table > tbody > tr > td {
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 0 10px 10px 34px;
  }
  .menu-choice-table > tbody > tr > td + td {
    border-top: 0;
  }
  .menu-choice-table > tbody > tr > td::before {
    content: attr(data-label);
    display: block;
    background: var(--primary);
    color: var(--white);
    text-align: center;
    padding: 5px;
    margin: 0 -10px 8px -34px;
  }
  /* 辛味の価格が右端に離れてしまうため、表を内容幅に収めて左に寄せる */
  .menu-choice-table table.text-primary {
    width: auto;
  }
  .menu-choice-table table.text-primary td:first-child {
    padding-right: 24px;
  }
}
.zen-menu__item-data table tbody tr .popular,
.zen-menu__item-data table tbody td .popular {
  position: relative;
}
.zen-menu__item-data table tbody tr .popular::before,
.zen-menu__item-data table tbody td .popular::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/terrace/popular.svg) no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 19px;
}
@media (min-width: 48em) {
  .zen-menu__item-data table tbody tr .popular::before,
.zen-menu__item-data table tbody td .popular::before {
    width: 34px;
    height: 29px;
  }
}
.zen-menu__item-price {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  gap: 16px;
}
/* 増し枠がある行は、枠を左・価格を右に振り分ける */
.zen-menu__item-price:has(.price-box) {
  justify-content: space-between;
}
.zen-menu__item-price .price-box {
  border: 1px solid var(--text-body);
  padding: 10px;
  font-size: 0.75rem;
  text-align: left;
  line-height: 1.6;
  white-space: nowrap;
  flex: none;
}
.zen-menu__item-price .main-price {
  font-size: 1.25rem;
}
@media (min-width: 48em) {
  .zen-menu__item-price .main-price {
    font-size: 1.5rem;
  }
}
.zen-menu__item-price .main-price sub {
  font-size: 0.75rem;
  bottom: 0;
}
@media (min-width: 48em) {
  .zen-menu__item-minimalsm {
    display: flex;
    gap: 60px;
  }
}
@media (min-width: 48em) {
  .zen-menu__item-minimalsm .zen-menu__item {
    max-width: calc(100% - 60px);
  }
}
.zen-menu__item-minimalsm .zen-menu__item .zen-menu__item-data {
  max-width: initial;
}
.zen-menu__item-minimalsm .zen-menu__item-content {
  display: flex;
  flex-direction: column;
}
.zen-menu__item-minimalsm .zen-menu__item-content > figure {
  margin-bottom: 20px;
}
.zen-menu__item-minimalsm .zen-menu__item-content > figure figcaption {
  position: static;
}
.zen-menu__set-menu {
  width: 100%;
  border: 1px solid var(--primary);
  margin-block: 30px 40px;
}
@media (min-width: 48em) {
  .zen-menu__set-menu {
    max-width: 780px;
    margin-inline: auto;
    margin-block: 70px 90px;
  }
}
.zen-menu__set-menu table {
  border-collapse: collapse;
  width: 100%;
}
.zen-menu__set-menu table thead tr {
  border-bottom: 2px solid var(--primary);
  color: var(--primary);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 2.4px;
}
.zen-menu__set-menu table tr > td {
  padding: 5px;
}
.zen-menu__set-menu table tr > td small {
  color: var(--primary);
}
.zen-menu__set-menu table tr ul {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
}
@media (min-width: 48em) {
  .zen-menu__set-menu table tr ul {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    column-gap: 60px;
  }
}
.zen-menu__set-menu table tr ul li {
  position: relative;
  padding-left: 35px;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  min-height: 50px;
}
@media (min-width: 48em) {
  .zen-menu__set-menu table tr ul li {
    font-size: 1.5rem;
    letter-spacing: 2.4px;
    white-space: nowrap;
  }
}
.zen-menu__set-menu table tr ul li::before {
  content: "";
  display: block;
  background-image: url(../images/terrace/leafs.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 22px;
  height: 24px;
  transform: translateY(-50%);
}
.zen-menu__set-menu table tr ul li div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
  line-height: 1.2;
  padding-left: 10px;
  margin-left: auto;
}
@media (min-width: 48em) {
  .zen-menu__set-menu table tr ul li div {
    padding-left: 20px;
  }
}
.zen-menu__set-menu table tr ul li sub {
  font-size: 0.875rem;
  bottom: 0;
}
.zen-menu__note {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.98px;
  border: 1px solid var(--primary);
  border-radius: 10px;
  padding: 20px 40px;
  margin-top: 20px;
}
@media (min-width: 48em) {
  .zen-menu__note {
    margin-top: 114px;
  }
}
.zen-menu__sub-heading {
  border: 1px solid var(--primary);
  color: var(--primary);
  background: rgba(246, 230, 230, 0.9);
  min-height: 64px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 16px;
  line-height: 1.6;
  margin-bottom: 47px;
}
/* 「(ビュッフェ〜」の改行はスマホのみ（.spbr はタブレットでも効くため打ち消す） */
@media only screen and (min-width: 768px) {
  .zen-menu__sub-heading .spbr {
    display: none;
  }
}
@media (min-width: 48em) {
  .zen-menu__sub-heading {
    font-size: 20px;
  }
}
.zen-menu__last {
  border: 1px solid var(--primary);
  border-top: none;
  border-radius: 20px;
  max-width: 653px;
  margin-inline: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 48em) {
  .zen-menu__last {
    margin-top: 77px;
    margin-bottom: 155px;
  }
}
.zen-menu__last-heading {
  border: 1px solid var(--primary);
  height: 45px;
  border-radius: 20px;
  color: var(--primary);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 30px;
  /* 150% */
  padding-inline: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.zen-menu__last-heading::before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../images/terrace/pen.svg) no-repeat center center;
}
.zen-menu__last--content {
  padding: 5px 15px 20px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.4;
}
@media (min-width: 48em) {
  .zen-menu__last--content .zen-menu__last-text {
    display: flex;
    gap: 10px;
  }
}
.zen-menu__last--content .half {
  width: 100%;
}
@media (min-width: 48em) {
  .zen-menu__last--content .half {
    max-width: 50%;
  }
}

.zen-dinner {
  padding-bottom: 80px;
}
@media (min-width: 48em) {
  .zen-dinner {
    padding-bottom: 125px;
  }
}
.zen-dinner .zen-menu__list {
  display: flex;
  flex-direction: column;
  gap: 68px;
}

.tapas-menu {
  padding-bottom: 50px;
}
@media (min-width: 48em) {
  .tapas-menu {
    padding-bottom: 160px;
  }
}
.tapas-menu .zen-menu__item-text {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 48em) {
  .tapas-menu .zen-menu__item-text {
    max-width: calc(100% - 561px);
  }
}
.tapas-menu .zen-menu__item-text .zen-menu__item-data {
  display: block;
  width: 100%;
  max-width: initial;
}
.tapas-menu .zen-menu__item-text .zen-menu__item-data:first-child {
  border-bottom: 1px solid var(--primary);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.original-menu .zen-menu__list {
  display: flex;
  gap: 60px;
  flex-direction: column;
}
.original-menu .zen-menu__item-content {
  display: block;
  width: 100%;
}
.original-menu .zen-menu__item-data {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
}
.original-menu .zen-menu__item-data ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 14px;
}
@media only screen and (max-width: 767px) {
  .original-menu .zen-menu__item-data ul {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
.original-menu .zen-menu__item-price {
  text-align: right;
  margin-top: 24px;
}
.original-menu .zen-menu__item-price .main-price {
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .zen-showroom {
    margin-top: 60px;
  }
}
.zen-showroom h2 {
  color: var(--primary);
  text-align: center;
  font-size: 40px;
  font-weight: 500;
}
.zen-showroom__gallery {
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .zen-showroom__gallery {
    margin-top: 60px;
    margin-bottom: 120px;
    gap: 24px;
  }
}
.zen-showroom__row {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 20px;
  align-items: stretch;
}
.zen-showroom__row--bottom {
  grid-template-columns: 1fr 1.8fr;
}
.zen-showroom__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.zen-showroom__col .zen-showroom__item {
  flex: 1;
}
.zen-showroom__item {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.zen-showroom__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 767px) {
  .zen-showroom__gallery {
    gap: 12px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .zen-showroom__row {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .zen-showroom__row--bottom {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .zen-showroom__col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .zen-showroom__item--large {
    width: 100%;
    height: 240px;
  }
  .zen-showroom__col .zen-showroom__item {
    height: 140px;
  }
}

/* 「アクセス」見出し（.zen-map__phone の「ご予約はこちら」には影響させない）
   見出し下の余白は「お店の雰囲気」（.zen-showroom__list の margin-top）に合わせる */
.zen-map > .container > h2 {
  color: var(--primary);
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  padding-block: 59px 40px;
  margin: 0;
}
@media (min-width: 48em) {
  .zen-map > .container > h2 {
    padding-block: 59px 70px;
  }
}

.zen-map__frame {
  max-width: 873px;
  margin-inline: auto;
  margin-bottom: 35px;
}
.zen-map__frame iframe {
  width: 100%;
  max-width: 873px;
  height: 526px;
}
.zen-map__address {
  max-width: 873px;
  margin-inline: auto;
}
.zen-map__address strong {
  color: #4C4747;
  font-size: 1.25rem;
  font-weight: 500;
}
.zen-map__address table {
  margin-top: 36px;
  margin-bottom: 66px;
  width: 100%;
}
.zen-map__address table tr td {
  vertical-align: top;
  padding-bottom: 32px;
  line-height: 1.9;
  font-size: 0.875rem;
}
.zen-map__address table tr td:first-child {
  width: 73px;
}
.zen-map__address table tr td:last-child {
  padding-left: 10px;
}
/* 「半立食～」の改行はスマホのみ（.spbr はタブレットでも効くため打ち消す） */
@media only screen and (min-width: 768px) {
  .zen-map__address .spbr {
    display: none;
  }
}
@media (min-width: 48em) {
  .zen-map__address table tr td:last-child {
    padding-left: 51px;
  }
}
.zen-map__address table tr td span {
  border-right: 1px solid var(--text-body);
  display: block;
  width: 100%;
}
.zen-map__phone {
  border-radius: 10px;
  border: 1px solid var(--primary);
  background: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 33px;
  padding-bottom: 64px;
  margin-bottom: 54px;
}
.zen-map__phone h2 {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
}
.zen-map__phone a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid var(--primary);
  background: var(--white);
  color: var(--primary);
  text-align: center;
  font-weight: 700;
  letter-spacing: 4px;
  font-size: 28px;
  width: 90%;
  height: 60px;
}
@media (min-width: 48em) {
  .zen-map__phone a {
    font-size: 2.5rem;
    height: 91px;
    width: 673px;
  }
}
.zen-map__phone a img {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .zen-map__phone a img {
    width: 32px;
    height: 32px;
    object-fit: contain;
  }
}
