@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, summary {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* common */
*, *::before, *::after {
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.pc {
  display: initial !important;
}

.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: initial !important;
  }
}
:root {
  --primary: #E60012;
  --primary-pale: #FFF2F2;
  --black:#242424;
  --text: #373737;
  --disabled: #9E9E9E;
  --border: #c1c1c1;
  --bg: #F5F1E8;
  --white: #fff;
  --placeholder: #acacac;
  --line: #06C755;
}

h1.site-title {
  font-size: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -1000px;
  left: -1000px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.page-title {
  font-size: clamp(1.75rem, 1.4642857143rem + 0.7142857143vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--primary);
}

.section-heading {
  font-size: clamp(1.75rem, 1.4642857143rem + 0.7142857143vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
}

.parts-heading {
  font-size: clamp(1.5rem, 1.2142857143rem + 0.7142857143vw, 1.75rem);
  font-weight: 700;
  line-height: 1.3;
}

.card-heading {
  font-size: clamp(1.25rem, 0.9642857143rem + 0.7142857143vw, 1.5rem);
  font-weight: 700;
  line-height: 1.4;
}

.small-heading {
  font-size: clamp(1rem, 0.7142857143rem + 0.7142857143vw, 1.25rem);
  font-weight: 700;
  line-height: 1.4;
}

.lead {
  font-size: clamp(1.125rem, 0.9821428571rem + 0.3571428571vw, 1.25rem);
  line-height: 1.6;
}

.text-l {
  font-size: clamp(1rem, 0.8571428571rem + 0.3571428571vw, 1.125rem);
  line-height: 1.6;
}

.text {
  font-size: clamp(0.875rem, 0.7321428571rem + 0.3571428571vw, 1rem);
  line-height: 1.6;
}

.note {
  font-size: clamp(0.75rem, 0.6071428571rem + 0.3571428571vw, 0.875rem);
  line-height: 1.6;
}

.text-xs {
  font-size: clamp(0.625rem, 0.4821428571rem + 0.3571428571vw, 0.75rem);
  line-height: 1.5;
}

.ff-ja {
  font-family: "Noto Sans JP", sans-serif;
}

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

.accent-color {
  color: var(--accent);
}

.white {
  color: var(--white);
}

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

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

.bold {
  font-weight: 700;
}

.large {
  font-size: 1.5em;
}

.marker {
  background: linear-gradient(to top, var(--marker) 40%, transparent 40%);
}

.underline {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

.radius4 {
  border-radius: 4px;
}

.radius8 {
  border-radius: 8px;
}

.list-normal > li {
  position: relative;
  padding-left: 1em;
}
.list-normal > li::before {
  content: "";
  width: 1em;
  height: 1lh;
  background: radial-gradient(var(--primary) 0.3em, transparent 0.3em) no-repeat center/1em 1em;
  position: absolute;
  inset: 0;
}
.list-normal > li:not(:first-of-type) {
  margin-top: 0.5em;
}

.list-normal-blk > li {
  position: relative;
  padding-left: 1em;
}
.list-normal-blk > li::before {
  content: "";
  width: 1em;
  height: 1lh;
  background: radial-gradient(var(--text) 0.3em, transparent 0.3em) no-repeat center/1em 1em;
  position: absolute;
  inset: 0;
}
.list-normal-blk > li:not(:first-of-type) {
  margin-top: 0.5em;
}

.list-triangle {
  position: relative;
  padding-left: 1.5em;
}
.list-triangle::before {
  content: "";
  width: 0.75em;
  height: 1em;
  background: currentColor;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  left: 0;
  top: calc(0.5lh - 0.5em);
}

.link-text {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  color: var(--primary);
  border: 2px solid var(--primary);
  border-radius: 99px;
  padding: 12px 32px;
  font-size: clamp(0.875rem, 0.5892857143rem + 0.7142857143vw, 1.125rem);
  transition: all 0.3s ease-out;
}
.btn:hover {
  background: var(--primary);
  color: var(--white);
}
.btn.btn-pdf {
  border-radius: 0;
  text-align: center;
  font-weight: 700;
}
.btn.btn-submit {
  width: min(348px, 80%) !important;
  background: var(--primary);
  color: var(--white);
}
.btn.btn-submit:hover {
  background: var(--white);
  color: var(--primary);
}

.shop-detail-link-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1vw, 12px);
}

.shop-detail-btn {
  font-size: clamp(0.875rem, 0.5892857143rem + 0.7142857143vw, 1.125rem);
  font-weight: 700;
  color: var(--primary);
  border: 2px solid var(--primary);
  background: var(--white);
  padding: 12px;
  text-align: center;
}
.shop-detail-btn:hover {
  background: var(--primary);
  color: var(--white);
}
.shop-detail-btn.reserve {
  background: var(--primary);
  color: var(--white);
}
.shop-detail-btn.reserve:hover {
  opacity: 0.7;
}
.shop-detail-btn.line {
  border-color: var(--line);
  color: var(--line);
}
.shop-detail-btn.line:hover {
  background: var(--line);
  color: var(--white);
}

.btn.form-open {
  cursor: pointer;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.sec {
  padding: clamp(40px, 4.6666666667vw, 56px) 0;
}
.sec.shop-card-list-wrap {
  padding: 0;
}
.sec .container {
  width: min(1200px, 88%);
  margin-inline: auto;
}
.sec.bg-white {
  background: var(--white);
}
.sec.bg-primary {
  background: var(--primary);
}
.sec.bg-news {
  background: url(../images/bg-news.webp) no-repeat center/cover;
}
.sec.bg-recruit {
  background: url(../images/top-recruit.webp) no-repeat center/cover;
}
.sec.bg-history {
  background: url(../images/bg-history.webp) no-repeat center/cover;
}

.w980 {
  width: min(980px, 100%);
  margin-inline: auto;
}

.w880 {
  width: min(880px, 100%);
  margin-inline: auto;
}

.w760 {
  width: min(760px, 100%);
  margin-inline: auto;
}

.w640 {
  width: min(640px, 100%);
  margin-inline: auto;
}

.full-width {
  margin-inline: calc(50% - 50vw);
}

.flex {
  display: flex;
}

.jc-center {
  justify-content: center;
}

.al-center {
  align-items: center;
}

.fd-column {
  flex-direction: column;
}

.grid {
  display: grid;
}
.grid.grid21 {
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 3.3333333333vw, 40px);
}
@media (max-width: 767px) {
  .grid.grid21 {
    grid-template-columns: 1fr;
  }
}
.grid.grid31 {
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 3.3333333333vw, 40px);
}
@media (max-width: 767px) {
  .grid.grid31 {
    grid-template-columns: 1fr;
  }
}

.mt80 {
  margin-top: clamp(56px, 6.6666666667vw, 80px);
}

.mt64 {
  margin-top: clamp(48px, 5.3333333333vw, 64px);
}

.mt56 {
  margin-top: clamp(40px, 4.6666666667vw, 56px);
}

.mt48 {
  margin-top: clamp(32px, 4vw, 48px);
}

.mt40 {
  margin-top: clamp(28px, 3.3333333333vw, 40px);
}

.mt32 {
  margin-top: clamp(16px, 2.6666666667vw, 32px);
}

.mt24 {
  margin-top: clamp(16px, 2vw, 24px);
}

.mt16 {
  margin-top: clamp(12px, 1.3333333333vw, 16px);
}

.mt8 {
  margin-top: clamp(4px, 0.6666666667vw, 8px);
}

.mt4 {
  margin-top: 4px;
}

.pl1em {
  padding-left: 1em;
}

.tab-content {
  padding: clamp(40px, 4.6666666667vw, 56px) 0;
}
.tab-content > li {
  display: none;
  line-height: 1.6;
}
.tab-content > li.is-active {
  display: block;
}

.js-accordion {
  cursor: pointer;
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-out;
}
.accordion-content.open {
  grid-template-rows: 1fr;
}
.accordion-content > div {
  overflow: hidden;
}

.pagetop {
  color: var(--primary);
  cursor: pointer;
  position: fixed;
  bottom: 40px;
  right: 16px;
  transition: all 0.3s ease-out;
  writing-mode: vertical-rl;
  z-index: 10;
}
.pagetop:hover {
  letter-spacing: 0.2em;
}

.pc {
  display: initial !important;
}

.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: initial !important;
  }
}
.breadcrumbs-wrap {
  width: 100%;
  background: var(--white);
  padding: 12px 0;
}

.aioseo-breadcrumbs {
  background: var(--white);
  width: min(1200px, 88%);
  margin-inline: auto;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--text);
}
.aioseo-breadcrumbs span {
  font-size: clamp(0.75rem, 0.6071428571rem + 0.3571428571vw, 0.875rem);
}
.aioseo-breadcrumbs a {
  color: var(--text-pale);
}
.aioseo-breadcrumbs br {
  display: none;
}

.header {
  border-top: clamp(6px, 0.8333333333vw, 10px) solid var(--primary);
  width: 100%;
  height: clamp(64px, 10.8333333333vw, 130px);
  background: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header .inner {
  width: min(1400px, 94%);
  height: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-logo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.site-logo a {
  display: flex;
  gap: 12px;
}
.site-logo a img {
  width: clamp(60px, 10vw, 120px);
}

.gnav ul {
  display: flex;
}
.gnav ul li:not(:first-of-type) {
  border-left: 1px solid var(--text);
}
.gnav ul li a {
  padding: 1em clamp(16px, 3.3333333333vw, 40px);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
  white-space: nowrap;
}
.gnav ul li a:hover {
  color: var(--primary);
}

.item-reserve {
  background: var(--primary);
  border: 2px solid var(--primary);
  color: var(--white);
  font-size: clamp(0.75rem, 0.1785714286rem + 1.4285714286vw, 1.25rem);
  font-weight: 700;
  border-radius: 99px;
  padding: 0.75em 1em;
  width: clamp(100px, 13.6666666667vw, 164px);
  display: flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
.item-reserve:hover {
  background: var(--white);
  color: var(--primary);
}
.item-reserve:hover::before {
  background: var(--primary);
}
@media (max-width: 1240px) {
  .item-reserve {
    padding: 0.5em 1em;
    margin-right: 48px;
  }
}
.item-reserve::before {
  content: "";
  width: 1em;
  aspect-ratio: 1;
  -webkit-mask: url(../images/icon-arrow-next.svg) no-repeat center/contain;
          mask: url(../images/icon-arrow-next.svg) no-repeat center/contain;
  background: var(--white);
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1240px) {
  .gnav {
    transform: translateX(-100%);
    width: 100vw;
    height: calc(100dvh - 64px);
    position: fixed;
    top: 64px;
    left: 0;
    background: var(--white);
    transition: all 0.3s ease-out;
  }
  .gnav ul {
    flex-direction: column;
    height: 100%;
    padding-top: 48px;
  }
  .gnav ul li {
    width: 100%;
  }
  .gnav ul li:not(:first-of-type) {
    border-left: none;
  }
  .gnav ul li a {
    display: block;
    text-align: center;
  }
  .gnav.is-open {
    transform: translateX(0);
  }
}
.toggle {
  display: none;
}
@media (max-width: 1240px) {
  .toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 32px;
    aspect-ratio: 1;
    cursor: pointer;
    display: grid;
    place-items: center;
    z-index: 99;
  }
  .toggle span {
    width: 80%;
    height: 2px;
    background: var(--text);
    border-radius: 1px;
    position: relative;
    transition: all 0.3s ease-out;
  }
  .toggle span::before, .toggle span::after {
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: var(--text);
    position: absolute;
    transition: all 0.3s ease-out;
  }
  .toggle span::before {
    top: -6px;
    left: 0;
  }
  .toggle span::after {
    top: 6px;
    left: 0;
  }
  .toggle.is-active span {
    height: 0;
  }
  .toggle.is-active span::before, .toggle.is-active span::after {
    top: initial;
    background: var(--text);
  }
  .toggle.is-active span::before {
    transform: rotate(45deg);
  }
  .toggle.is-active span::after {
    transform: rotate(-45deg);
  }
}

.footer {
  background: var(--black);
  padding: clamp(40px, 4.6666666667vw, 56px) 0;
  display: flex;
  flex-direction: column;
}

.f-nav ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .f-nav ul {
    flex-direction: column;
    align-items: center;
    gap: 1em;
  }
}
.f-nav ul li:not(:first-of-type) {
  border-left: 1px solid var(--white);
}
@media (max-width: 767px) {
  .f-nav ul li:not(:first-of-type) {
    border-left: none;
  }
}
.f-nav ul li a,
.f-nav ul li > span,
.f-nav ul li button {
  background: none;
  border: none;
  display: inline-block;
  cursor: pointer;
  color: var(--white);
  font-size: clamp(0.875rem, 0.5892857143rem + 0.7142857143vw, 1.125rem);
  padding: 0 clamp(16px, 2.6666666667vw, 32px);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 80px;
  }
}
html.lock {
  overflow: hidden;
}

body {
  padding-top: clamp(64px, 10.8333333333vw, 130px);
  color: var(--text);
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" on;
  font-optical-sizing: auto;
  font-size: clamp(0.875rem, 0.7321428571rem + 0.3571428571vw, 1rem);
  font-weight: normal;
  height: 100%;
  line-height: 1.15;
  overflow-x: clip;
  letter-spacing: 0.05em;
  background: var(--bg);
}

.mv-wrap {
  position: relative;
}
.mv-wrap .mv-catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: inline-block;
  background: var(--primary);
  color: var(--white);
  padding: clamp(16px, 2.6666666667vw, 32px) clamp(16px, 3.3333333333vw, 40px);
  text-align: center;
  font-size: clamp(0.875rem, -0.5535714286rem + 3.5714285714vw, 2.125rem);
  font-weight: 700;
  line-height: 1.6;
  border-radius: 12px;
  z-index: 1;
}
@media (max-width: 767px) {
  .mv-wrap .mv-catch {
    position: static;
    top: initial;
    bottom: initial;
    left: 0;
    transform: initial;
    width: 100%;
    border-radius: 0;
    padding-block: 0.25em;
  }
}

.media-object {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .media-object {
    grid-template-columns: 1fr;
  }
}
.media-object .media-img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.media-object .media-img iframe, .media-object .media-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-media-body {
  background: var(--primary);
  padding: clamp(24px, 4.6666666667vw, 56px) 24px;
  border-radius: 0 12px 12px 0;
}
@media (max-width: 767px) {
  .top-media-body {
    border-radius: 0;
  }
}

.splide__arrow {
  width: 4%;
  height: 100%;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.5);
}
.splide__arrow svg {
  width: 32px;
  height: 32px;
}
.splide__arrow svg path {
  fill: var(--white);
}

.splide__arrow--next {
  right: 0;
}

.splide__arrow--prev {
  left: 0;
}

.top-news-box {
  border: 2px solid var(--primary);
  border-radius: 12px;
  padding-bottom: clamp(16px, 2vw, 24px);
  background: var(--primary-pale);
  overflow: hidden;
}
.top-news-box .small-heading {
  background: var(--primary);
  color: var(--white);
  padding: 0.5em clamp(16px, 2vw, 24px);
}

.news-list.top {
  margin-inline: clamp(16px, 2vw, 24px);
  border-radius: 0;
}

.news-list {
  border-radius: 12px;
  overflow: hidden;
}
.news-list > li {
  background: var(--white);
}
.news-list > li:not(:first-of-type) {
  border-top: 1px solid var(--border);
}
.news-list > li > a {
  padding: clamp(16px, 2vw, 24px);
  display: grid;
  grid-template-columns: 7em 1fr;
}
@media (max-width: 767px) {
  .news-list > li > a {
    grid-template-columns: 1fr;
  }
}
.news-list > li > a:hover {
  opacity: 0.7;
}
.news-list > li > a:hover span::after {
  transform: translateY(-50%) translateX(4px);
}
.news-list > li > a time {
  color: var(--primary);
}
.news-list > li > a span {
  display: block;
  color: var(--text);
  position: relative;
  padding-right: 1.5em;
}
.news-list > li > a span::after {
  content: "";
  width: 1em;
  aspect-ratio: 1;
  -webkit-mask: url(../images/icon-arrow-next.svg) no-repeat center/contain;
          mask: url(../images/icon-arrow-next.svg) no-repeat center/contain;
  background: var(--primary);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: clamp(24px, 2.6666666667vw, 32px);
  margin-bottom: clamp(48px, 5.3333333333vw, 64px);
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1;
  border: 1px solid var(--border);
  font-size: clamp(0.875rem, 0.7321428571rem + 0.3571428571vw, 1rem);
  background: var(--white);
  color: var(--text);
  transition: all 0.3s ease-out;
}
.pagination .page-numbers.current {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}
.pagination .page-numbers:hover {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  width: auto;
  padding: 0 12px;
  aspect-ratio: initial;
}

.top-icon-list {
  display: flex;
  justify-content: space-around;
}
.top-icon-list > li {
  width: clamp(80px, 8.3333333333vw, 100px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.box-white {
  background: var(--white);
  border-radius: 12px;
  padding: clamp(16px, 2vw, 24px) clamp(16px, 3.3333333333vw, 40px);
}

.shop-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .shop-list {
    grid-template-columns: 1fr 1fr;
  }
}
.shop-list figure {
  aspect-ratio: 128/87;
  overflow: hidden;
}
.shop-list figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-title-wrap {
  background: var(--white);
  padding: 40px 0;
}
.page-title-wrap .container {
  width: min(1200px, 88%);
  margin-inline: auto;
}

.main-shop-list {
  padding: clamp(48px, 6.6666666667vw, 80px) 0;
}

.shop-list-nav-wrap {
  width: min(1200px, 88%);
  margin-inline: auto;
}

.shop-list-nav {
  display: flex;
  gap: clamp(8px, 1.3333333333vw, 16px);
}
@media (max-width: 767px) {
  .shop-list-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.shop-card-list {
  display: flex;
  flex-direction: column;
  gap: clamp(64px, 6.6666666667vw, 80px);
}
.shop-card-list > li {
  display: flex;
  gap: clamp(24px, 3.3333333333vw, 40px);
}
@media (max-width: 767px) {
  .shop-card-list > li {
    flex-direction: column;
  }
}
.shop-card-list > li > div {
  flex: 1;
}
.shop-card-list > li:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .shop-card-list > li:nth-of-type(even) {
    flex-direction: column;
  }
}

.shop-detail-list {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 24px);
}

.shop-detail-icon {
  padding-left: 1.5em;
  position: relative;
}
.shop-detail-icon::before {
  content: "";
  width: 1.285em;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  top: calc(0.5lh - 0.64em);
  background: var(--primary);
}
.shop-detail-icon.phone::before {
  -webkit-mask: url(../images/icon-phone.svg) no-repeat center/contain;
          mask: url(../images/icon-phone.svg) no-repeat center/contain;
}
.shop-detail-icon.address::before {
  -webkit-mask: url(../images/icon-map.svg) no-repeat center/contain;
          mask: url(../images/icon-map.svg) no-repeat center/contain;
}
.shop-detail-icon.opening-hour::before {
  -webkit-mask: url(../images/icon-time.svg) no-repeat center/contain;
          mask: url(../images/icon-time.svg) no-repeat center/contain;
}

a[href^="tel:"] {
  color: var(--text);
}

.company-table {
  width: 100%;
  border: 1px solid var(--primary);
}
.company-table th {
  background: var(--primary-pale);
  border-right: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  padding: 0.75em 1em;
  text-align: left;
  width: clamp(120px, 19.1666666667vw, 230px);
}
.company-table td {
  background: var(--white);
  padding: 0.75em 1em;
  border-bottom: 1px solid var(--primary);
}

.origin-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 767px) {
  .origin-list {
    grid-template-columns: 1fr;
  }
}
.origin-list > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: var(--white);
  border-radius: 12px;
  padding: clamp(16px, 2vw, 24px);
}
.origin-list > li .num {
  width: 30px;
}

.history-list {
  display: flex;
  flex-direction: column;
  gap: 1.5lh;
}
.history-list > li {
  position: relative;
  padding-left: clamp(32px, 4.5vw, 54px);
}
.history-list > li::before {
  content: "";
  width: clamp(24px, 2.5vw, 30px);
  aspect-ratio: 1;
  background: var(--primary);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(0.5lh - 0.3em);
}
.history-list > li::after {
  content: "";
  width: 3px;
  height: calc(100% + 1.5lh);
  background: var(--primary);
  position: absolute;
  left: clamp(10px, 1.0833333333vw, 13px);
  top: 15px;
}
.history-list > li:last-of-type::after {
  display: none;
}

.news-article-content {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
}
.news-article-content p {
  font-size: clamp(0.875rem, 0.7321428571rem + 0.3571428571vw, 1rem);
  line-height: 1.7;
}
.news-article-content p + p {
  margin-top: 1lh;
}
.news-article-content h1, .news-article-content h2, .news-article-content h3, .news-article-content h4, .news-article-content h5, .news-article-content h6 {
  color: var(--text);
  font-weight: 700;
  margin-bottom: 0.5lh;
  margin-top: 1.5lh;
}
.news-article-content h1:first-child, .news-article-content h2:first-child, .news-article-content h3:first-child, .news-article-content h4:first-child, .news-article-content h5:first-child, .news-article-content h6:first-child {
  margin-top: 0;
}
.news-article-content h1 + p, .news-article-content h2 + p, .news-article-content h3 + p, .news-article-content h4 + p, .news-article-content h5 + p, .news-article-content h6 + p {
  margin-top: 0.5lh;
}
.news-article-content h1 {
  font-size: clamp(1.5rem, 1.2142857143rem + 0.7142857143vw, 1.75rem);
  line-height: 1.3;
}
.news-article-content h2 {
  font-size: clamp(1.5rem, 1.2142857143rem + 0.7142857143vw, 1.75rem);
  line-height: 1.3;
}
.news-article-content h3 {
  font-size: clamp(1.25rem, 0.9642857143rem + 0.7142857143vw, 1.5rem);
  line-height: 1.4;
}
.news-article-content h4 {
  font-size: clamp(1.125rem, 0.8392857143rem + 0.7142857143vw, 1.375rem);
  line-height: 1.4;
}
.news-article-content h5 {
  font-size: clamp(1rem, 0.7142857143rem + 0.7142857143vw, 1.25rem);
  line-height: 1.4;
}
.news-article-content h6 {
  font-size: clamp(0.875rem, 0.5892857143rem + 0.7142857143vw, 1.125rem);
  line-height: 1.4;
}

.label-fixed {
  position: relative;
}

.menu-label {
  background: var(--white);
  border-radius: 12px;
  border: 1px solid var(--border);
  padding-top: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: clamp(64px, 10.8333333333vw, 130px);
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .menu-label {
    margin-inline: calc(50% - 50vw);
    border-radius: 0;
    border-left: none;
    border-right: none;
    overflow-x: hidden;
  }
}

@media (max-width: 767px) {
  .menu-label-scroll {
    overflow-x: scroll;
  }
}
.menu-label-scroll:first-of-type {
  border-bottom: 5px solid var(--border);
}

.tab-panel {
  width: 100%;
  padding: 16px;
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .tab-panel {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 8px 16px;
    gap: 0.5rem;
  }
  .tab-panel .btn {
    flex: none;
    width: 110px;
    padding: 4px 8px;
  }
}
.tab-panel > li {
  flex: 1;
  text-align: center;
}
.tab-panel .btn.is-active {
  background: var(--primary);
  color: var(--white);
}

.menu-heading-note {
  background: var(--text);
  font-size: clamp(0.75rem, 0.6071428571rem + 0.3571428571vw, 0.875rem);
  font-weight: 700;
  color: var(--white);
  padding: 12px 24px;
}
.menu-heading-note .shopname {
  font-size: clamp(0.6875rem, 0.6160714286rem + 0.1785714286vw, 0.75rem);
  font-weight: 400;
}

.menu-group-list {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 3.3333333333vw, 40px);
}
.menu-group-list > li .inner {
  border: 1px solid var(--border);
  background: var(--white);
  padding: clamp(16px, 2.6666666667vw, 32px);
  display: flex;
  align-items: flex-start;
  gap: clamp(24px, 3.3333333333vw, 40px);
}
@media (max-width: 767px) {
  .menu-group-list > li .inner {
    flex-direction: column;
  }
}
.menu-group-list > li .inner figure, .menu-group-list > li .inner table, .menu-group-list > li .inner > div {
  flex: 1;
}
@media (max-width: 767px) {
  .menu-group-list > li .inner figure, .menu-group-list > li .inner table, .menu-group-list > li .inner > div {
    width: 100%;
  }
}
.menu-group-list > li .inner figure {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3.3333333333vw, 40px);
}
.menu-group-list > li .inner.half-content {
  flex-direction: column;
  justify-content: center;
  gap: 0;
}
.menu-group-list > li .inner.half-content .card-heading {
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--border);
  width: 100%;
}
.menu-group-list > li .inner.half-content .btn-wrap {
  width: 100%;
}
.menu-group-list > li:nth-of-type(even) .inner {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .menu-group-list > li:nth-of-type(even) .inner {
    flex-direction: column;
  }
}
.menu-group-list > li.default:nth-of-type(even) .inner {
  flex-direction: row;
}
@media (max-width: 767px) {
  .menu-group-list > li.default:nth-of-type(even) .inner {
    flex-direction: column;
  }
}

.menu-detail {
  width: 100%;
}
.menu-detail thead {
  border-bottom: 1px solid var(--border);
}
.menu-detail thead th {
  text-align: left;
  padding: 8px;
  font-size: clamp(0.75rem, 0.6071428571rem + 0.3571428571vw, 0.875rem);
  font-weight: 700;
}
.menu-detail tbody tr {
  border-bottom: 1px solid var(--border);
}
.menu-detail tbody tr td {
  font-size: clamp(0.75rem, 0.6071428571rem + 0.3571428571vw, 0.875rem);
  padding: 8px;
}
.menu-detail tbody tr td:first-of-type {
  width: 60%;
}
.menu-detail tbody tr td:nth-of-type(2) {
  font-weight: 700;
}
.menu-detail.half-content tbody tr {
  border-bottom: 0;
}
.menu-detail.half-content tbody tr td.lead {
  font-size: clamp(0.875rem, 0.4464285714rem + 1.0714285714vw, 1.25rem);
}
.menu-detail.half-content tbody tr td.lead:first-of-type {
  width: 50%;
}

.modal-course {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(16px, 2vw, 24px);
  z-index: 1000;
  transition: all 0.3s ease-out;
}
.modal-course.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal-course .modal-content {
  width: min(1200px, 88%);
  height: 80dvh;
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
}
.modal-course .modal-content .close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  aspect-ratio: 1;
  color: var(--white);
  font-size: 1.5em;
  display: grid;
  place-items: center;
}
.modal-course .modal-content .inner {
  padding: clamp(24px, 3.3333333333vw, 40px) clamp(16px, 4.6666666667vw, 56px);
  height: 100%;
  overflow-y: auto;
}

.close-btn {
  cursor: pointer;
}

.heading-houdai {
  background: var(--text);
  color: var(--white);
  padding: clamp(1rem, 0.4285714286rem + 1.4285714286vw, 1.5rem) clamp(16px, 4.6666666667vw, 56px);
  font-size: clamp(1.375rem, 0.9464285714rem + 1.0714285714vw, 1.75rem);
  font-weight: 700;
}

.houdai-list {
  margin-top: 1em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
@media (max-width: 767px) {
  .houdai-list {
    grid-template-columns: 1fr 1fr;
  }
}
.houdai-list:not(:last-of-type) {
  border-bottom: 1px solid var(--border);
  margin-bottom: clamp(24px, 2.6666666667vw, 32px);
  padding-bottom: clamp(24px, 2.6666666667vw, 32px);
}
.houdai-list > li {
  font-size: clamp(0.75rem, 0.6071428571rem + 0.3571428571vw, 0.875rem);
}

.border-bottom {
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--border);
}

.shop-order-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
@media (max-width: 767px) {
  .shop-order-list {
    grid-template-columns: 1fr;
  }
}
.shop-order-list > li {
  display: flex;
  gap: 1em;
}
.shop-order-list > li .lead {
  letter-spacing: 0;
}

.form-open.active {
  display: none;
}

.show-form-wrap .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}

.accordion-content.open {
  padding-top: 1em;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-label {
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
  font-size: clamp(1rem, 0.8571428571rem + 0.3571428571vw, 1.125rem);
  font-weight: 700;
}
.form-label.small {
  font-size: clamp(0.875rem, 0.7321428571rem + 0.3571428571vw, 1rem);
}

.required {
  background: var(--primary);
  color: var(--white);
  font-size: clamp(0.875rem, 0.7321428571rem + 0.3571428571vw, 1rem);
  padding: 2px 4px;
  border-radius: 4px;
  font-weight: 400;
}

.any {
  background: var(--disabled);
  color: var(--white);
  font-size: clamp(0.875rem, 0.7321428571rem + 0.3571428571vw, 1rem);
  padding: 2px 4px;
  border-radius: 4px;
  font-weight: 400;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 1em;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 2px;
}
input[type=text].zipcode,
input[type=email].zipcode,
input[type=tel].zipcode,
textarea.zipcode {
  width: 12em;
}

::-moz-placeholder {
  color: var(--placeholder);
}

::placeholder {
  color: var(--placeholder);
}

textarea {
  height: 120px;
  resize: vertical;
}

.zipcode-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.zipcode-wrap .btn {
  flex: none;
}

.zipcode-btn {
  height: 44px;
  width: 6em;
}

/* メールアドレス不一致時のスタイル */
#email-confirm.email-mismatch {
  border-color: #dc3232 !important;
  background-color: #fff8f8;
}

.email-error-message {
  color: #dc3232;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  font-weight: 500;
}

/* 一致時のスタイル（オプション） */
#email-confirm.email-match {
  border-color: #46b450;
  background-color: #f8fff8;
}
/*# sourceMappingURL=style.css.map */