@charset "UTF-8";
/*---------------------------
base
--------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #333;
  background-color: white;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-family: "Yuji Mai", serif;
  box-sizing: border-box;
  height: 100%;
  overflow-x: clip;
}

img,
picture,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.4s;
}

a:hover {
  transition: all 0.3s;
  color: #A68702;
}

a:hover img {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
ul,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  border: 0;
  background: transparent;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button:hover {
  cursor: pointer;
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.layout {
  display: flex;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .layout {
    flex-direction: column;
  }
}

.sidebar {
  width: 24%;
  height: 100vh;
  background: white;
  color: #fff;
  padding: 2.6rem 1rem;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: fixed;
}
@media screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
    height: 100vh;
    max-width: none;
    min-width: 0;
    padding: 2rem 1rem;
    border-right: none;
    position: fixed;
    left: 0;
    background: black;
    color: white;
    z-index: 1000;
    display: none;
  }
  .sidebar.open {
    display: flex;
  }
}

.logo {
  width: clamp(180px, 50vw, 320px);
  height: auto;
  display: block;
  margin: 0 auto 48px;
}

.gnav ul {
  display: flex;
  align-items: top;
  justify-content: center;
  gap: 26px;
  margin-bottom: 40px;
}
.gnav ul li {
  writing-mode: vertical-rl;
  letter-spacing: 0.24em;
  font-size: clamp(0.9375rem, calc(0.8465909091rem + 0.4545454545vw), 1.1875rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .gnav ul {
    gap: 2.2rem;
    color: white;
  }
  .gnav ul a,
  .gnav ul a:link {
    color: #fff;
  }
}

.time {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 14px 10px;
  font-size: clamp(0.6875rem, calc(0.6193181818rem + 0.3409090909vw), 0.875rem);
  margin-bottom: 40px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .time {
    color: white;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
}
.time li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 16px;
  font-size: clamp(0.8125rem, calc(0.7443181818rem + 0.3409090909vw), 1rem);
}
@media screen and (max-width: 767px) {
  .time li {
    margin-bottom: 0;
  }
}
.time li:first-child {
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  .time li:first-child {
    margin-bottom: 0.4rem;
  }
}
.time-l, .time-d {
  width: 60px;
  text-align: center;
  color: white;
  padding: 0.1rem 0.5rem;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .time-l, .time-d {
    width: 56px;
    font-size: clamp(0.5625rem, calc(0.4943181818rem + 0.3409090909vw), 0.75rem);
  }
}
.time-l {
  background-color: #A68702;
}
.time-d {
  background-color: #AE000c;
}

.h-tel {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .h-tel {
    margin-bottom: 20px;
  }
}
.h-tel-txt {
  font-size: clamp(0.8125rem, calc(0.7443181818rem + 0.3409090909vw), 1rem);
}
.h-tel-number {
  font-size: clamp(0.0625rem, calc(-0.6420454545rem + 3.5227272727vw), 2rem);
  font-weight: 700;
  margin-left: 0.3rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .h-tel-number {
    pointer-events: auto;
    color: white;
    font-size: 26px;
    font-weight: normal;
  }
}
.h-tel-number::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/icon-tel.png");
  background-repeat: no-repeat;
  background: contain;
  vertical-align: middle;
  margin-right: 0.5em;
}

.btn-map::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/icon-map.png");
  background-repeat: no-repeat;
  background: contain;
  vertical-align: middle;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .btn-map {
    color: white;
  }
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 42px;
  height: 20px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 1001;
  position: fixed;
  top: 40px;
  right: 20px;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #A68702;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: flex;
  }
}
.hamburger.active span:nth-child(1) {
  transform: translateY(9px) rotate(32deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-32deg);
}

/*---------------------------
COMMON
--------------------------- */
p {
  font-size: clamp(0.875rem, calc(0.8295454545rem + 0.2272727273vw), 1rem);
  letter-spacing: 0.03em;
  line-height: 1.8;
  transition: 0.3s;
}

.br-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

.br-tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .br-tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .br-tab {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

.btn {
  display: inline-block;
  font-size: clamp(1rem, calc(0.9545454545rem + 0.2272727273vw), 1.125rem);
  font-weight: 700;
  padding: 0.8rem 6rem 0.8rem 48px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 1.2rem 6rem 1.2rem 48px;
  }
}
.btn:hover {
  background-color: #A68702;
  transition: 0.3s;
  color: white;
}
.btn:hover::after {
  transform: scale(1.3, 1.3);
  transition: 0.2s ease-in-out;
}

.btn__black {
  background-color: black;
  color: white;
}

.btn__red {
  background-color: #AE000c;
  color: white;
}

.btn-round {
  display: inline-block;
  padding: 0.8rem 2.8rem;
  border-radius: 50px;
  border: 1px solid #A68702;
  font-size: clamp(0.75rem, calc(0.7045454545rem + 0.2272727273vw), 0.875rem);
  text-decoration: none;
  margin-top: 20px;
  white-space: nowrap;
  color: #A68702;
}
.btn-round:hover {
  background-color: #A68702;
  transition: 0.3s;
  color: white;
}
@media screen and (max-width: 767px) {
  .btn-round {
    padding: 0.6rem 2.4rem;
    font-size: clamp(0.875rem, calc(0.8295454545rem + 0.2272727273vw), 1rem);
  }
}

.tb01 {
  border-collapse: collapse;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .tb01 {
    width: 90%;
  }
}
.tb01 th {
  white-space: nowrap;
  vertical-align: top;
}
.tb01 th,
.tb01 td {
  padding: 20px;
  border-top: 1px solid #ccc;
  font-size: clamp(0.875rem, calc(0.8522727273rem + 0.1136363636vw), 0.9375rem);
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .tb01 th,
  .tb01 td {
    padding: 20px 10px;
  }
}

.tb01 {
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .tb01 {
    width: auto;
  }
}

.c-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
}

.c-i-flex {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.small-txt {
  font-size: 75%;
  font-weight: normal;
}

.small-comment {
  padding-top: 20px;
  font-size: 90%;
}

.mb-40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.txt-w {
  color: white;
}

.attention {
  font-weight: normal;
  font-size: 90%;
  text-align: left;
  color: #AE000c;
}

/*---------------------------
CONTENT LAYOUT
--------------------------- */
.content {
  flex: 1 1 0;
  min-width: 0;
  padding: 0.5rem 0;
  margin-left: 24%;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .content {
    margin-left: 0;
    padding: 0;
  }
}
.content h1 {
  font-size: clamp(0.5625rem, calc(0.4715909091rem + 0.4545454545vw), 0.8125rem);
  text-align: right;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .content h1 {
    display: none;
  }
}

.hero-wrap {
  background-color: black;
  position: relative;
  width: 100%;
  height: 580px;
  background-image: url(../img/bg-hero.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .hero-wrap {
    height: 60vh;
    background-size: cover;
    margin-bottom: 40px;
  }
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: visible;
  text-align: center;
}
.hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 30%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  z-index: 2;
  display: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .hero-slider::after {
    display: block;
  }
}
.hero-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.hero-slider .slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .hero-slider .slide img {
    width: auto;
    height: auto;
    max-height: 60vh;
    max-width: 90vw;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    object-fit: contain !important;
  }
}
.hero-slider .slide.active {
  opacity: 1;
  z-index: 1;
}

.banner-right {
  position: absolute;
  bottom: -6vh;
  z-index: 10;
  right: 10px;
  max-width: clamp(320px, 30vw, 480px);
  width: auto;
}
@media screen and (max-width: 767px) {
  .banner-right {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4vh;
    display: block;
    width: 60%;
  }
}

.sp-logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-logo {
    display: block;
    position: absolute;
    top: 24px;
    left: 24px;
    width: fit-content;
    z-index: 10;
  }
  .sp-logo img {
    width: 220px;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
  }
}

/*anounce*/
.concept {
  position: relative;
  width: 100%;
  background-image: url(../img/kazari_zensai.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  right: -50px;
  background-size: 50%;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .concept {
    background-image: none;
    width: 100%;
    right: 0px;
    margin-bottom: 40px;
  }
}
.concept-inner {
  max-width: 1100px;
  margin: 0px auto 0 auto;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .concept-inner {
    padding: 0 24px;
  }
}
.concept__ttl {
  font-size: clamp(1.75rem, calc(1.3409090909rem + 2.0454545455vw), 2.875rem);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .concept__ttl {
    margin-bottom: 20px;
  }
}
.concept__txt {
  font-size: clamp(0.875rem, calc(0.8068181818rem + 0.3409090909vw), 1.0625rem);
  font-weight: 500;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .concept__txt {
    margin-bottom: 0;
  }
}
.concept__link {
  font-size: clamp(1rem, calc(0.9545454545rem + 0.2272727273vw), 1.125rem);
  font-weight: 700;
  color: #A68702;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .concept__link {
    text-align: center;
    margin-bottom: 0;
  }
}

.banner-left {
  position: absolute;
  top: -240px;
  left: 50px;
  z-index: 10;
  max-width: clamp(120px, 24vw, 240px);
  width: auto;
}
@media screen and (max-width: 1024px) {
  .banner-left {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .banner-left {
    display: none;
  }
}

/*tenpo*/
.tenpo {
  margin: 20px 0;
  padding: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .tenpo {
    padding: 20px;
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tenpo {
    margin: 10px 0;
    padding: 60px 24px;
  }
}
.tenpo__case {
  font-size: clamp(1rem, calc(0.9090909091rem + 0.4545454545vw), 1.25rem);
  font-weight: 600;
}
.tenpo__ttl {
  font-size: clamp(1.625rem, calc(1.375rem + 1.25vw), 2.3125rem);
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.2rem;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .tenpo__ttl {
    margin-bottom: 20px;
  }
}
.tenpo p {
  margin-bottom: 20px;
  line-height: 2em;
  font-size: clamp(0.875rem, calc(0.8068181818rem + 0.3409090909vw), 1.0625rem);
  font-weight: 500;
}
.tenpo-logo1 {
  max-width: 180px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tenpo-logo1 {
    max-width: 140px;
  }
}
.tenpo-img {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .tenpo-img {
    max-width: 100%;
    margin: 10px auto 0;
  }
}
.tenpo-wrap {
  text-align: left;
  margin: 0 auto;
  padding: 20px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .tenpo-wrap {
    padding: 0px 0 0px 0;
  }
}

.bg-gray {
  background-color: #f1f1f1;
}

.bg-black {
  background-color: #0a0a0a;
}

.bg-gold {
  background-color: #A68702;
}

.information {
  position: relative;
  margin: 60px 0;
  text-align: center;
}
.information-wrap {
  position: relative;
  margin: auto 20px;
}

.kazari_right {
  position: absolute;
  top: 10%;
  right: -8%;
  max-width: 340px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .kazari_right {
    display: none;
  }
}

.kazari_left {
  position: absolute;
  bottom: -5%;
  left: -1%;
  max-width: 340px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .kazari_left {
    display: none;
  }
}

.kazari_niku {
  position: absolute;
  top: -160px;
  right: -4%;
  max-width: clamp(120px, 20vw, 600px);
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .kazari_niku {
    display: none;
  }
}

.h2__ttl {
  font-size: clamp(1.375rem, calc(1.0340909091rem + 1.7045454545vw), 2.3125rem);
  text-align: center;
  letter-spacing: 0.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 2px solid #A68702;
  display: inline-block;
  padding-bottom: 0.2em;
}

.flex-tb {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  margin-bottom: 10px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .flex-tb {
    flex-direction: column;
    text-align: left !important;
  }
}

.accessmap {
  text-align: center;
  margin: 40px auto;
}
.accessmap iframe {
  margin: 20px auto 0;
  display: block;
}
.accessmap-txt {
  margin-top: 20px;
}
.accessmap-txt p {
  font-size: clamp(0.75rem, calc(0.7045454545rem + 0.2272727273vw), 0.875rem);
}

/* ──────────────────────────────
   page
   ────────────────────────────── */
.page__topbox {
  position: relative;
  margin: 0 auto;
  min-height: 140px;
  width: 100%;
}

.ka-l {
  position: absolute;
  max-width: clamp(280px, 30vw, 360px);
  bottom: -80px;
  left: 2%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .ka-l {
    bottom: -20px;
    left: -1%;
  }
}

.ka-r {
  position: absolute;
  max-width: clamp(240px, 30vw, 480px);
  bottom: -140px;
  right: 4%;
}
@media screen and (max-width: 767px) {
  .ka-r {
    display: none;
  }
}

.ka-tl {
  position: absolute;
  max-width: clamp(300px, 30vw, 480px);
  bottom: -100px;
  left: 1%;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .ka-tl {
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ka-tl {
    top: -6px;
  }
}

.page-inner {
  width: 100%;
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .page-inner {
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .page-inner {
    padding: 0 0;
  }
}
.page-inner h2 {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 700;
}
.page-inner__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 70px;
  gap: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .page-inner__box {
    padding-left: 24px;
    padding-right: 24px;
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
}
.page-inner__ttl {
  font-size: clamp(1.875rem, calc(1.5113636364rem + 1.8181818182vw), 2.875rem);
  letter-spacing: 0.2rem;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .page-inner__ttl {
    margin-bottom: 20px;
  }
}
.page-inner__txt {
  font-size: clamp(0.875rem, calc(0.8068181818rem + 0.3409090909vw), 1.0625rem);
  font-weight: 500;
  line-height: 2;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page-inner__txt {
    margin-bottom: 0;
  }
}
.page-inner__box-img {
  max-width: clamp(280px, 30vw, 520px);
  display: block;
}
@media screen and (max-width: 1024px) {
  .page-inner__box-img {
    margin: 10px auto 0;
    width: 100%;
    max-width: 100%;
  }
}

/*menu*/
.menu {
  background-color: #f1f1f1;
  margin-top: 40px;
  padding: 60px 80px;
}
@media screen and (max-width: 1024px) {
  .menu {
    padding: 40px 30px;
  }
}
.menu-notice {
  font-size: clamp(0.8125rem, calc(0.7670454545rem + 0.2272727273vw), 0.9375rem);
  border: 1px solid #AE000c;
  margin: 24px 0;
  padding: 10px 40px;
  background-color: white;
  text-align: left;
  color: #AE000c;
}
@media screen and (max-width: 767px) {
  .menu-notice {
    margin-bottom: 0;
    padding: 10px 20px;
  }
}
.menu h2 {
  font-size: clamp(1.5rem, calc(1.2727272727rem + 1.1363636364vw), 2.125rem);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
}
.menu-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  margin: 100px 0 20px 0;
}
@media screen and (max-width: 1024px) {
  .menu-flex {
    flex-direction: column;
    gap: 0;
    margin: 40px 0 20px 0;
  }
}
.menu-flex p {
  text-align: left;
  font-size: clamp(0.875rem, calc(0.8522727273rem + 0.1136363636vw), 0.9375rem);
  font-weight: normal;
}
.menu__ttl {
  font-size: clamp(1.5rem, calc(1.2045454545rem + 1.4772727273vw), 2.3125rem);
  color: #A68702;
  letter-spacing: 0.2rem;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .menu__ttl {
    margin-bottom: 10px;
  }
}

.menu__list-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .menu__list-box {
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
    gap: 0;
  }
}
.menu__list-box_col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-shrink: 1;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .menu__list-box_col {
    flex-direction: row;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .menu__list-box_col {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.menu__list-box_col img {
  max-width: 520px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .menu__list-box_col img {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .menu__list-box_col img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
.menu__list-box_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-shrink: 1;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .menu__list-box_row {
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
    gap: 0;
  }
}
.menu__list-box_row img {
  width: 33.3333333333%;
}
@media screen and (max-width: 1024px) {
  .menu__list-box_row img {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .menu__list-box_row img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 10px auto;
  }
}

.menu__list-area {
  flex-shrink: 2;
  width: 100%;
}

.menu__list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  gap: 20px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .menu__list-item {
    display: block;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 10px;
    flex-direction: column;
  }
}

.menu-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .menu-row {
    flex-direction: column;
    text-align: left;
    gap: 0px;
    margin-right: 20px;
  }
}
.menu-row h4 {
  font-size: clamp(1.125rem, calc(0.8977272727rem + 1.1363636364vw), 1.75rem);
}
.menu-row p {
  font-size: clamp(0.875rem, calc(0.8295454545rem + 0.2272727273vw), 1rem);
  font-weight: normal;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .menu-row p {
    margin-bottom: 6px;
  }
}

.item-price {
  white-space: nowrap;
  font-size: clamp(1.25rem, calc(1.0681818182rem + 0.9090909091vw), 1.75rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .item-price {
    margin-bottom: 0px;
    text-align: right;
  }
}
.item-price span {
  font-size: clamp(0.8125rem, calc(0.7670454545rem + 0.2272727273vw), 0.9375rem);
  font-weight: normal;
  padding-left: 2px;
}

.menu2__ttl {
  font-size: clamp(1.5rem, calc(1.2045454545rem + 1.4772727273vw), 2.3125rem);
  letter-spacing: 0.2rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #A68702;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .menu2__ttl {
    margin-bottom: 20px;
  }
}
.menu2-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  margin: 40px 0 40px 0;
  width: 100%;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .menu2-wrap {
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
    gap: 0;
  }
}
.menu2-box {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .menu2-box {
    width: 100%;
  }
}
.menu2-box li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
  width: 100%;
}
.menu2-box li p {
  font-size: clamp(1rem, calc(0.9545454545rem + 0.2272727273vw), 1.125rem);
  font-weight: normal;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .menu2-box li p {
    margin-bottom: 6px;
  }
}
.menu2-box li p span {
  font-size: 80%;
}

.menu-list-item2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .menu-list-item2 {
    margin-top: 40px;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
    gap: 0px;
  }
}

/*takeout*/
.take {
  margin: 110px 60px;
  padding: 40px;
  border: 20px solid #f1f1f1;
}
@media screen and (max-width: 1024px) {
  .take {
    margin: 40px 14px;
    padding: 20px;
  }
}
.take-area {
  display: flex;
  justify-content: space-around;
  padding: auto;
  align-items: flex-start;
  margin-bottom: 40px;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .take-area {
    flex-direction: column;
    gap: 0px;
  }
}
.take_img-area {
  max-width: 400px;
  height: auto;
  margin-right: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .take_img-area {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}
.take_img-area img {
  margin-bottom: 20px;
}
.take_guide {
  text-align: center;
}
.take_guide__ttl {
  font-size: clamp(1.125rem, calc(0.9431818182rem + 0.9090909091vw), 1.625rem);
  font-weight: 600;
  color: #A68702;
}
@media screen and (max-width: 767px) {
  .take_guide__ttl {
    margin-bottom: 20px;
  }
}

.sp-inner {
  margin: 0 24px;
}

.banner-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  padding: 30px 80px;
  background-color: #f1f1f1;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .banner-box {
    padding: 20px 10px;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
  }
}
.banner-box a {
  display: block;
  max-width: 400px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .banner-box a {
    width: 80%;
  }
}

.notice {
  border: 1px solid #AE000c;
  margin-top: 40px;
  padding: 10px;
  text-align: center;
  color: #AE000c;
}
@media screen and (max-width: 767px) {
  .notice {
    text-align: left;
  }
}

/* ──────────────────────────────
   flex-wrap
   ────────────────────────────── */
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .flex-wrap {
    text-align: center;
    margin: 20px 0;
  }
}

.img-logo-t {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .img-logo-t {
    max-width: 160px;
  }
}

.img-logo-b {
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .img-logo-b {
    max-width: 180px;
  }
}

.mask_anim_w,
.mask_anim_w::after,
.mask_anim_b,
.mask_anim_b::after {
  animation-delay: var(--animation-delay, 2s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 800ms);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.mask_anim_w,
.mask_anim_b {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  animation-name: clip-text;
  white-space: nowrap;
}
.mask_anim_w::after,
.mask_anim_b::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
}

.mask_anim_w::after {
  background-color: white;
}

.mask_anim_b::after {
  background-color: #A68702;
}

@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.zoom-in {
  animation: zoom-in 0.6s ease-out forwards;
}

@keyframes zoom-in {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.marquee-right {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.marquee-right ul {
  display: flex;
  width: max-content;
  animation: marquee-scroll 26s linear infinite;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.marquee-right li {
  flex: 0 0 auto;
}
.marquee-right img {
  display: block;
  height: 240px;
  width: auto;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .marquee-right img {
    height: 120px;
  }
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*---------------------------
footer
--------------------------- */
footer {
  background-color: black;
  color: white;
  padding-top: 40px;
  padding-bottom: 20px;
}
footer a:link,
footer a:visited {
  color: white;
}

.l-footer {
  padding-left: 30%;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-left: 0;
  }
}
.l-footer img {
  margin-bottom: 20px;
}
.l-footer__inner {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  max-width: 756px;
  margin: auto;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(104, 104, 104);
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    padding-bottom: 0;
    border-bottom: none;
    max-width: 100%;
  }
}
.l-footer__inner_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: left;
  width: 100%;
  margin: auto;
}
.l-footer__inner_box img {
  max-width: 400px;
  margin-bottom: 20px;
}
.l-footer__inner_box li {
  font-size: clamp(0.875rem, calc(0.8295454545rem + 0.2272727273vw), 1rem);
  margin-bottom: 20px;
  position: relative;
  padding-left: 32px;
}
.l-footer__inner_box li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../../assets/img/icon-list.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__inner_box {
    max-width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}

.footer__link {
  display: flex;
  text-align: center;
  justify-content: space-between;
  margin: auto;
  padding: 20px 0;
  max-width: 600px;
  font-weight: normal;
  font-size: clamp(0.8125rem, calc(0.7897727273rem + 0.1136363636vw), 0.875rem);
}
@media screen and (max-width: 767px) {
  .footer__link {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */