.slider_img img {
  animation-duration: 42s;
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: center center;
  top: 0;
  width: 100%;
}

.slider_img:nth-child(2) img {
  animation-delay: 7s;
}

.slider_img:nth-child(3) img {
  animation-delay: 14s;
}

.slider_img:nth-child(4) img {
  animation-delay: 21s;
}

.slider_img:nth-child(5) img {
  animation-delay: 28s;
}

.slider_img:nth-child(6) img {
  animation-delay: 35s;
}

@keyframes slideshow {
  0% {
    opacity: 0;
    transform: scale(1.12);
  }

  3% {
    opacity: 1;
  }

  14% {
    opacity: 1;
  }

  17% {
    opacity: 0;
    transform: scale(1.03);
  }

  100% {
    opacity: 0;
    transform: scale(1.03);
  }
}

.face {
  background: transparent;
  border: 0;
  box-shadow: none;
  opacity: 1;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.95);
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 820px);
}

@media screen and (min-width: 768px) {
  .face {
    min-height: auto;
    padding: 3rem;
    width: min(58vw, 760px);
  }
}

.face-logo {
  margin-bottom: 1rem;
  max-width: 112px;
}

.face-h1 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.32;
}

.face-sub {
  color: #fffaf2;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.65;
  margin: 1.2rem auto 0;
  max-width: 680px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.95);
}

.face-sub-line {
  display: block;
}

.text-nowrap {
  white-space: nowrap;
}

.mobile-break {
  display: none;
}

.face-cta,
.shop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
  margin: 1.8rem auto 0;
}

.face-cta a,
.shop-actions a {
  background: #ab916b;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.4rem;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  min-height: 44px;
  padding: 0.8rem 1.2rem;
}

@media screen and (max-width: 767px) {
  .face {
    padding: 1rem;
    width: 88vw;
  }

  .face-h1 {
    font-size: 2.35rem;
    line-height: 1.35;
  }

  .face-sub {
    font-size: 1.55rem;
    line-height: 1.55;
    margin-top: 0.8rem;
    max-width: 34rem;
  }

  .face-sub-line + .face-sub-line {
    margin-top: 0.15rem;
  }

  .face-cta {
    gap: 0.6rem;
    margin-top: 1rem;
  }

  .face-cta a {
    font-size: 1.35rem;
    min-height: 38px;
    padding: 0.55rem 0.9rem;
  }
}

@media screen and (max-width: 374px) {
  .face-h1 {
    font-size: 2.05rem;
  }

  .face-sub {
    font-size: 1.36rem;
    max-width: 29rem;
  }
}

.face-cta a:first-child,
.shop-actions a:first-child {
  background: #fff;
}

.conversion-strip {
  background: #171717;
  border-bottom: 1px solid rgba(171, 145, 107, 0.35);
  border-top: 1px solid rgba(171, 145, 107, 0.35);
  display: grid;
  gap: 0.6rem;
  grid-template-columns: 1fr;
  padding: 1.2rem 1rem;
  text-align: center;
}

.conversion-strip p {
  color: #f8f0e6;
  line-height: 1.6;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .conversion-strip {
    grid-template-columns: repeat(3, 1fr);
  }
}

.gree .tit-h2 {
  background: rgba(17, 17, 17, 0.78);
  border-left: 4px solid #ab916b;
  color: #fffaf2;
  display: inline-block;
  line-height: 1.45;
  margin-left: 50%;
  max-width: min(92vw, 940px);
  padding: 1rem 1.5rem;
  position: relative;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
  transform: translateX(-50%);
  z-index: 2;
}

.gree-txt {
  background: rgba(17, 17, 17, 0.72);
  border-left: 4px solid #ab916b;
  padding: 1.4rem;
  z-index: 2;
}

.gree-img img {
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.36);
}

.shop-actions {
  margin-bottom: 3rem;
}

.shop-tel {
  padding: 1.2rem;
}

.table-box a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.table-box {
  background: rgba(255, 255, 255, 0.035);
}

.table-box th,
.table-box td {
  color: #fff;
}

.hotpepper {
  display: none !important;
}

.instagram-section {
  background: #111;
}

.instagram-box {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: 1080px;
}

.instagram-copy {
  color: #fff;
  line-height: 1.9;
}

.instagram-lead {
  background: rgba(17, 17, 17, 0.72);
  border-left: 4px solid #ab916b;
  margin: 0;
  padding: 1.4rem;
}

.instagram-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.instagram-actions a {
  align-items: center;
  background: #ab916b;
  border-radius: 0.4rem;
  color: #111;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  padding: 0.8rem 1.2rem;
}

.instagram-actions a:first-child {
  background: #fff;
}

.instagram-embed {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.4rem;
  min-height: 520px;
  overflow: hidden;
}

.instagram-embed iframe {
  border: 0;
  display: block;
  height: 520px;
  width: 100%;
}

@media screen and (min-width: 900px) {
  .instagram-box {
    grid-template-columns: 0.85fr 1.15fr;
  }
}

.mobile-fixed-cta {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    padding-bottom: 68px;
  }

  .gree .tit-h2 {
    border-left-width: 3px;
    font-size: 2.25rem;
    line-height: 1.5;
    margin-bottom: 1.6rem;
    padding: 0.95rem 1.1rem;
    text-align: left;
    width: min(92vw, 36rem);
  }

  .mobile-break {
    display: block;
  }

  .gree-txt {
    font-size: 1.45rem;
    line-height: 1.85;
    padding: 1.2rem;
  }

  .instagram-embed,
  .instagram-embed iframe {
    min-height: 460px;
  }

  .instagram-embed iframe {
    height: 460px;
  }

  .mobile-fixed-cta {
    background: rgba(17, 17, 17, 0.96);
    border-top: 1px solid rgba(171, 145, 107, 0.45);
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    left: 0;
    padding: 0.45rem 0.6rem calc(0.45rem + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    z-index: 9999;
  }

  .mobile-fixed-cta a {
    align-items: center;
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    font-size: 1.15rem;
    font-weight: 700;
    gap: 0.2rem;
    justify-content: center;
    min-height: 52px;
  }

  .mobile-fixed-cta a:nth-child(3) {
    color: #f2d29a;
  }
}
