:root {
  --blue: #292d2f;
  --link: #d67850;
  --gray: #45413e;
  --pale: #f6f1ea;
  --line: #d9cec2;
  --white: #fff;
  --font-body: "Lucida Sans Unicode", "Lucida Grande", Arial, "Zen Maru Gothic", sans-serif;
  --font-head: "Zen Maru Gothic", Arial, sans-serif;
  --font-ja: "Zen Maru Gothic", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fbfaf7;
  color: var(--gray);
  font: 90%/1.5 var(--font-body);
  letter-spacing: 0;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1200;
  pointer-events: none;
  background: rgba(255, 255, 255, .72);
  opacity: 0;
  transition: opacity .25s ease;
}

body.menu-open::after {
  pointer-events: auto;
  opacity: 1;
}

body::before {
  display: none;
}

a {
  color: var(--gray);
  text-decoration: none;
}

a:hover {
  color: var(--link);
}

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

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.inner {
  width: 980px;
  margin: 0 auto;
}

.inner_l,
.inner_r {
  float: left;
  width: 470px;
}

.inner_r {
  margin-left: 40px;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.t_line2 {
  line-height: 2;
}

.bold {
  font-weight: 700;
}

.font110 {
  font-size: 110%;
}

.font120 {
  font-size: 120%;
}

.font160 {
  font-size: 160%;
}

.gray {
  color: #8a817a;
  text-align: center;
}

.w90 {
  width: 90%;
}

.pad_10 {
  padding: 10px;
}

.pt1p {
  padding-top: 1%;
}

.pt3p {
  padding-top: 3%;
}

.pt5p {
  padding-top: 5%;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb7p {
  padding-bottom: 7%;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.clear {
  clear: both;
}

.noscript {
  padding: 20px;
}

#header {
  height: 160px;
  overflow: hidden;
}

.header-inner {
  height: 160px;
}

.hdleft,
.hdright,
#header h1 {
  float: left;
}

.hdleft,
.hdright {
  width: 33%;
  color: #d67850;
}

.hdleft {
  padding-top: 110px;
  font-family: var(--font-head);
  font-size: 30px;
  line-height: 1;
  color: var(--blue);
}

.hdright {
  padding-top: 100px;
  letter-spacing: 2px;
  text-align: right;
}

.hdright a {
  color: #d67850;
  font-family: var(--font-head);
  font-size: 18px;
}

.logo {
  width: 34%;
  margin: 0;
  padding-top: 20px;
  text-align: center;
}

.logo a {
  display: inline-grid;
  justify-items: center;
  color: var(--blue);
  opacity: 0;
  transform: translateY(12px);
  animation: logoRise .95s cubic-bezier(.16, 1, .3, 1) .18s forwards;
}

.logo span {
  font-family: var(--font-head);
  font-size: 72px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: .86;
}

.logo small {
  color: var(--blue);
  font-family: var(--font-head);
  font-size: 18px;
  letter-spacing: 5px;
  text-transform: lowercase;
}

.logo small {
  color: var(--link);
}

.header-inner:has(.logo-sign) .hdleft,
.header-inner:has(.logo-sign) .hdright {
  width: 10%;
}

.logo-sign {
  width: 80%;
  padding-top: 48px;
}

.logo-sign a {
  display: inline-block;
  white-space: nowrap;
}

.logo-sign span {
  color: var(--link);
  font-size: clamp(42px, 4.4vw, 64px);
  font-weight: 700;
  letter-spacing: .045em;
  line-height: 1;
}

.sp-slides {
  position: relative;
  overflow: hidden;
  background: #f6f1ea;
  border-bottom: 1px solid rgba(41, 45, 47, .2);
  animation: heroSettle 1.1s cubic-bezier(.16, 1, .3, 1) 1.05s both;
}

#slider ~ #container {
  opacity: 0;
  animation: navStageIn .75s ease 1.55s both;
}

#slider ~ #wrapper {
  opacity: 0;
  transform: translateY(18px);
  animation: contentStageIn .85s ease 1.75s both;
}

.sp-slides::after {
  content: "";
  display: block;
  padding-top: 42.6666%;
}

.slider-track {
  position: absolute;
  inset: 0;
}

.sp-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: slideFade 20s infinite;
}

.sp-slide:nth-child(2) {
  animation-delay: 5s;
}

.sp-slide:nth-child(3) {
  animation-delay: 10s;
}

.sp-slide:nth-child(4) {
  animation-delay: 15s;
}

.sp-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.035);
  animation: heroZoom 20s ease-in-out infinite;
}

.sp-slide:nth-child(2) .sp-image {
  animation-delay: 5s;
}

.sp-slide:nth-child(3) .sp-image {
  animation-delay: 10s;
}

.sp-slide:nth-child(4) .sp-image {
  animation-delay: 15s;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 5;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: #fff;
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: 2px;
  text-shadow: 0 1px 12px rgba(38, 24, 18, .45);
  transform: translateX(-50%);
}

.scroll-cue::after {
  content: "";
  display: block;
  width: 1px;
  height: 42px;
  background: rgba(255, 255, 255, .82);
  transform-origin: top;
  animation: scrollLine 1.7s ease-in-out infinite;
}

.scroll-cue:hover {
  color: #fff;
}

@keyframes slideFade {
  0%,
  100% {
    opacity: 0;
  }
  8%,
  25% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
}

@keyframes pageVeil {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes logoRise {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroSettle {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes contentStageIn {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes navStageIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes heroZoom {
  0%,
  100% {
    transform: scale(1.035);
  }
  50% {
    transform: scale(1.09);
  }
}

@keyframes scrollLine {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  38% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform: scaleY(0);
  }
}

#container {
  position: relative;
  z-index: 1500;
  margin: 0 auto;
  padding: 0;
  background: #fbfaf7;
}

#navi {
  position: relative;
  z-index: 1500;
  width: 100%;
  height: 50px;
  background: #fbfaf7;
  border-bottom: 1px solid rgba(41, 45, 47, .16);
}

#menu {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

#menu li {
  position: relative;
  z-index: 10;
  float: left;
  width: 25%;
  padding: 8px 0 4px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

#menu li a {
  display: inline-block;
  min-width: 74px;
  margin: 0 auto;
  padding: 10px 0 8px;
  color: var(--blue);
  font-family: var(--font-head);
  font-size: 18px;
  line-height: 1;
}

#menu li a::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 7px auto 0;
  background: transparent;
  transform: scaleX(0);
  transform-origin: center;
  transition:
    background .25s ease,
    transform .35s ease;
}

#menu li a:hover::after,
#menu li.is-current a::after {
  background: var(--link);
  transform: scaleX(1);
}

#menu li.is-current a {
  color: var(--link);
}

.menu-button {
  display: none;
}

#wrapper {
  position: relative;
  width: 100%;
  background: #fbfaf7;
}

.reveal-ready .js-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity .9s ease,
    transform .9s ease;
}

.reveal-ready .js-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-ready .title-reveal {
  clip-path: none;
  letter-spacing: 12px;
  text-shadow: 0 18px 26px rgba(75, 48, 35, .2);
  transform: translateY(16px) scale(.96);
  transition:
    letter-spacing 1.1s ease,
    opacity .8s ease,
    text-shadow 1s ease,
    transform 1s cubic-bezier(.16, 1, .3, 1);
}

.reveal-ready .title-reveal.is-visible {
  letter-spacing: 1px;
  text-shadow: 0 0 0 rgba(75, 48, 35, 0);
  transform: translateY(0) scale(1);
}

.image-reveal {
  position: relative;
  overflow: hidden;
  clip-path: none;
  filter: blur(8px) saturate(.96);
  transform: scale(.985);
  transition:
    filter .95s ease,
    opacity .9s ease,
    transform 1.1s cubic-bezier(.16, 1, .3, 1);
}

.image-reveal::after {
  display: none;
}

.image-reveal img {
  transform: scale(1.055);
  transition:
    filter 1.1s ease,
    transform 1.4s cubic-bezier(.16, 1, .3, 1);
}

.image-reveal.is-visible {
  filter: blur(0) saturate(1.03);
  transform: scale(1);
}

.image-reveal.is-visible img {
  filter: saturate(1.03);
  transform: scale(1);
}

.main-image.image-reveal {
  transform: scale(.99);
}

.main-image.image-reveal::after {
  display: none;
}

.main-image.image-reveal.is-visible {
  transform: scale(1);
}

.main-image.image-reveal img {
  transform: none;
}

.split-row .image-reveal {
  transform: scale(.985);
}

.split-row.reverse .image-reveal {
  transform: scale(.985);
}

.split-row .image-reveal.is-visible {
  transform: scale(1);
}

.copy-reveal {
  filter: blur(6px);
  transition:
    filter .8s ease .12s,
    opacity .8s ease .12s,
    transform .8s cubic-bezier(.16, 1, .3, 1) .12s;
}

.copy-reveal.is-visible {
  filter: blur(0);
}

.info-reveal {
  transform: translateY(36px) scale(.97);
  transition:
    border-color .8s ease,
    box-shadow .8s ease,
    opacity .8s ease,
    transform .9s cubic-bezier(.16, 1, .3, 1);
}

.info-reveal.is-visible {
  box-shadow: 0 18px 44px rgba(75, 48, 35, .06);
  transform: translateY(0) scale(1);
}

.item-loop-reveal {
  filter: blur(8px);
  transform: perspective(900px) translateY(26px) rotateX(7deg) scale(.98);
  transform-origin: center top;
  transition:
    filter 1s ease,
    opacity .9s ease,
    transform 1.1s cubic-bezier(.16, 1, .3, 1);
}

.item-loop-reveal.is-visible {
  filter: blur(0);
  transform: perspective(900px) translateY(0) rotateX(0) scale(1);
}

.u_tlink {
  margin-top: -120px;
  padding-top: 120px;
}

.title {
  margin: 0;
  color: var(--blue);
  font-family: var(--font-head);
  font-size: 250%;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
}

.title span {
  display: block;
  color: var(--gray);
  font-family: var(--font-ja);
  font-size: 34%;
  font-weight: 400;
  letter-spacing: -1px;
}

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

.main-image img,
.split-row img {
  box-shadow: none;
  border-bottom: 5px solid var(--link);
}

.store-main-image img {
  width: 800px;
  aspect-ratio: 8 / 5;
  object-fit: cover;
  object-position: center 28%;
}

.store-slide {
  object-position: center 27%;
}

.lead-copy,
.concept-intro,
.link-more {
  text-align: center;
}

.lead-copy {
  font-family: var(--font-ja);
}

.concept-intro,
.split-row p,
.link-more {
  font-family: var(--font-ja);
}

.split-row p {
  margin: 0;
}

.split-row img {
  width: 460px;
  aspect-ratio: 460 / 300;
  object-fit: cover;
}

.bg {
  clear: both;
  overflow: auto;
  background: #f6f1ea;
  border-top: 1px solid rgba(41, 45, 47, .1);
  border-bottom: 1px solid rgba(41, 45, 47, .1);
}

.link-more a {
  color: var(--blue);
}

.link-more i {
  padding-left: 5px;
  color: var(--link);
  font-style: normal;
  font-size: 130%;
}

.item-section {
  overflow: hidden;
}

#loopSlide {
  --item-card-size: 180px;
  --item-loop-count: 8;
  --item-loop-distance: calc(var(--item-card-size) * var(--item-loop-count));
  width: 100%;
  overflow: hidden;
}

#loopSlide ul {
  display: flex;
  width: max-content;
  animation: itemLoop 34s linear infinite;
}

#loopSlide:hover ul {
  animation-play-state: paused;
}

#loopSlide li {
  flex: 0 0 var(--item-card-size);
  width: var(--item-card-size);
  padding: 0;
  margin: 0;
  text-align: center;
}

#loopSlide a {
  display: block;
  color: var(--gray);
  transition:
    color .35s ease,
    transform .45s ease;
}

.item-photo {
  display: block;
  width: var(--item-card-size);
  height: var(--item-card-size);
  background-color: #f3e5da;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 10px 24px rgba(75, 48, 35, .08);
  transition:
    box-shadow .45s ease,
    filter .45s ease,
    transform .45s ease;
}

.item-photo.p1 { background-image: url("images/items/item-croissant.png"); }
.item-photo.p2 { background-image: url("images/items/item-campagne.png"); }
.item-photo.p3 { background-image: url("images/items/item-milk.png"); }
.item-photo.p4 { background-image: url("images/items/item-raisin.png"); }
.item-photo.p5 { background-image: url("images/items/item-cream.png"); }
.item-photo.p6 { background-image: url("images/items/item-walnut.png"); }
.item-photo.p7 { background-image: url("images/items/item-seasonal.png"); }
.item-photo.p8 { background-image: url("images/items/item-daily.png"); }

#loopSlide b {
  display: none;
  padding-top: 8px;
  font-family: var(--font-ja);
  font-weight: 400;
  font-size: 13px;
  opacity: .82;
  transform: translateY(0);
  transition:
    color .35s ease,
    opacity .35s ease,
    transform .35s ease;
}

#loopSlide a:hover {
  color: var(--link);
  transform: translateY(-4px);
}

#loopSlide a:hover .item-photo {
  box-shadow: 0 16px 34px rgba(75, 48, 35, .18);
  filter: saturate(1.05) contrast(1.02);
  transform: scale(1.035);
}

#loopSlide a:hover b {
  opacity: 1;
  transform: translateY(3px);
}

@keyframes itemLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(var(--item-loop-distance) * -1));
  }
}

.schedule-only .inner_l {
  float: none;
  width: 470px;
  min-height: 0;
  margin-right: auto;
  margin-left: auto;
}

.schedule-only,
.contact-block {
  border-top: 0;
  border-bottom: 0;
}

.schedule-only .info-reveal,
.schedule-only .info-reveal.is-visible,
.contact-block .info-reveal,
.contact-block .info-reveal.is-visible {
  box-shadow: none;
}

.calendar-box {
  max-width: 480px;
  margin: 30px auto 0;
}

.calendar-header {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  gap: 12px;
  align-items: center;
  padding-bottom: 20px;
}

.calendar-caption {
  color: var(--blue);
  font-family: var(--font-ja);
  font-weight: 700;
  text-align: center;
}

.calendar-nav {
  display: grid;
  place-items: center;
  min-height: 38px;
  border: 1px solid rgba(75, 48, 35, .24);
  background: #fbfaf7;
  color: var(--blue);
  font-family: var(--font-head);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.calendar-nav:hover {
  border-color: var(--link);
  color: var(--link);
}

.calendar-nav:disabled {
  border-color: rgba(75, 48, 35, .1);
  color: rgba(75, 48, 35, .25);
  cursor: default;
}

.calendar-nav:disabled:hover {
  border-color: rgba(75, 48, 35, .1);
  color: rgba(75, 48, 35, .25);
}

.calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  background: #fbfaf7;
}

.calendar li {
  display: grid;
  place-items: center;
  min-height: 40px;
  color: var(--gray);
  font-family: Arial, sans-serif;
  font-size: 13px;
  opacity: 0;
  transform: scale(.9);
  transition:
    background .25s ease,
    box-shadow .25s ease,
    color .25s ease,
    opacity .45s ease,
    outline-color .25s ease,
    transform .55s cubic-bezier(.16, 1, .3, 1);
}

.calendar-app.calendar-ready .calendar li {
  opacity: 1;
  transform: scale(1);
}

.calendar-app.calendar-ready .calendar li:nth-child(7n+2),
.calendar-app.calendar-ready .calendar li:nth-child(7n+3) {
  transition-delay: .03s;
}

.calendar-app.calendar-ready .calendar li:nth-child(7n+4),
.calendar-app.calendar-ready .calendar li:nth-child(7n+5) {
  transition-delay: .06s;
}

.calendar-app.calendar-ready .calendar li:nth-child(7n+6),
.calendar-app.calendar-ready .calendar li:nth-child(7n+7) {
  transition-delay: .09s;
}

.calendar .weekday {
  min-height: 28px;
  font-family: var(--font-ja);
  font-weight: 700;
}

.calendar .holiday {
  background: var(--link);
  color: #fff;
}

.calendar .today {
  outline: 2px solid var(--blue);
  outline-offset: -2px;
}

.calendar .has-event {
  box-shadow: inset 0 -3px 0 var(--link);
}

.calendar .other {
  visibility: hidden;
}

.holiday-title {
  margin: 14px 0 0;
  text-align: center;
}

.holiday-title span {
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-right: 6px;
  background: var(--link);
  vertical-align: -1px;
}

.contact-block {
  padding: 45px 0 0;
  text-align: center;
}


.contact-block p {
  margin: 8px 0;
  font-family: var(--font-ja);
  line-height: 1.9;
}

.contact-block a {
  color: var(--link);
}


.map-wide {
  width: min(1280px, calc(100% - 40px));
  height: clamp(320px, 42vw, 540px);
  margin: 36px auto 0;
  overflow: hidden;
  border: 1px solid rgba(75, 48, 35, .22);
  border-bottom: 6px solid rgba(75, 48, 35, .55);
  background: #f5f2ef;
}

.map-wide iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(.9) contrast(.96);
}

.lower-wrapper {
  padding-top: 5%;
}

.lower-hero {
  padding-bottom: 5%;
}

.lower-heading-ja {
  margin: 0;
  padding: 10px 10px 14px;
  color: var(--blue);
  font-family: var(--font-ja);
  font-size: 150%;
  font-weight: 700;
  line-height: 1.6;
}

.shop-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px dotted var(--line);
  font-family: var(--font-ja);
}

.shop-table th,
.shop-table td {
  padding: 14px 10px;
  border-bottom: 1px dotted var(--line);
  line-height: 1.8;
}

.shop-table th {
  width: 110px;
  color: var(--blue);
  font-weight: 700;
}

.item-detail-list {
  padding-bottom: 5%;
}

.item-detail-list li {
  float: left;
  width: 23.5%;
  min-height: 360px;
  margin: 0 2% 4% 0;
  padding: 0 0 20px;
  background: #fbfaf7;
  text-align: center;
}

.item-detail-list li:nth-child(4n) {
  margin-right: 0;
}

.item-detail-list .item-photo {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.item-detail-list h3 {
  margin: 0;
  padding: 14px 10px 8px;
  color: var(--blue);
  font-family: var(--font-ja);
  font-size: 120%;
  font-weight: 700;
}

.item-detail-list p {
  margin: 0;
  padding: 0 14px;
  color: var(--gray);
  font-family: var(--font-ja);
  font-size: 95%;
  line-height: 1.8;
  text-align: left;
}

.item-catalog-section {
  overflow: hidden;
}

.item-card-reveal {
  position: relative;
  border: 1px solid rgba(75, 48, 35, .08);
  box-shadow: 0 12px 30px rgba(75, 48, 35, 0);
}

.reveal-ready .item-card-reveal {
  transform: scale(.985);
  transition:
    border-color .8s ease,
    box-shadow .8s ease,
    opacity .8s ease,
    transform .9s cubic-bezier(.16, 1, .3, 1);
}

.reveal-ready .item-card-reveal.is-visible {
  border-color: rgba(75, 48, 35, .14);
  box-shadow: 0 18px 36px rgba(75, 48, 35, .08);
  transform: translateY(0) scale(1);
}

.item-card-reveal .item-photo {
  position: relative;
  overflow: hidden;
  filter: blur(5px) saturate(.96);
  transform: scale(.985);
  transition:
    filter .9s ease,
    transform 1.1s cubic-bezier(.16, 1, .3, 1);
}

.item-card-reveal .item-photo::after {
  display: none;
}

.item-card-reveal.is-visible .item-photo {
  filter: blur(0) saturate(1.04) contrast(1.02);
  transform: scale(1);
}

.item-card-reveal h3,
.item-card-reveal p {
  transition:
    opacity .7s ease,
    transform .8s cubic-bezier(.16, 1, .3, 1);
}

.reveal-ready .item-card-reveal h3,
.reveal-ready .item-card-reveal p {
  opacity: 0;
  transform: translateY(10px);
}

.reveal-ready .item-card-reveal.is-visible h3,
.reveal-ready .item-card-reveal.is-visible p {
  opacity: 1;
  transform: translateY(0);
}

.reveal-ready .item-card-reveal.is-visible h3 {
  transition-delay: .12s;
}

.reveal-ready .item-card-reveal.is-visible p {
  transition-delay: .2s;
}

.item-detail-list .item-card-reveal:nth-child(4n+2) {
  transition-delay: .08s;
}

.item-detail-list .item-card-reveal:nth-child(4n+3) {
  transition-delay: .16s;
}

.item-detail-list .item-card-reveal:nth-child(4n) {
  transition-delay: .24s;
}

.item-information .cta-reveal a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition:
    color .3s ease,
    transform .3s ease;
}

.item-information .cta-reveal a:hover {
  color: var(--link);
  transform: translateX(5px);
}

.link-more a i {
  display: inline-block;
  transition:
    color .3s ease,
    transform .35s cubic-bezier(.16, 1, .3, 1);
}

.link-more a:hover i {
  color: var(--link);
  transform: translateX(7px);
}

#footer {
  display: flow-root;
  clear: both;
  background: var(--pale);
}

.f_menu {
  position: relative;
  width: 980px;
  margin: 30px auto;
  color: var(--gray);
  font-family: var(--font-ja);
}

.footer-logo {
  margin: 0;
  color: var(--link);
  font-family: var(--font-head);
  font-size: clamp(26px, 4vw, 46px);
  line-height: 1;
  letter-spacing: .04em;
  text-align: center;
  overflow-wrap: anywhere;
}

.shop-name-ja {
  font-family: var(--font-ja);
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(20px, 2.7vw, 30px);
  letter-spacing: .02em;
  line-height: 1.45;
  white-space: nowrap;
}

.bline_d {
  border-bottom: 1px dotted var(--link);
}

.fml_l,
.fml,
.fml_r {
  float: left;
  padding-top: 15px;
  line-height: 2.4;
}

.fml_l {
  width: 50%;
}

.fml {
  width: 50%;
}

.fml_r {
  display: none;
  width: 0;
}

.fml_l a,
.fml a,
.fml_r a {
  color: var(--blue);
  font-weight: 700;
}

.backtotop {
  position: fixed;
  right: 5%;
  bottom: 40px;
  z-index: 10;
  display: none;
}

.backtotop a {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #ccc;
  background: #fff;
  color: var(--blue);
  font-family: var(--font-head);
  opacity: .7;
}

#copyright {
  clear: both;
  margin: 0;
  padding: 5px 0;
  background: var(--blue);
  color: #fff;
  font-size: 80%;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
}

@media only screen and (max-width: 979px) {
  .inner,
  .f_menu {
    width: 98%;
  }

  .inner_l,
  .inner_r {
    width: 48%;
  }

  .inner_r {
    margin-left: 2%;
  }
}

@media only screen and (max-width: 728px) {
}

@media only screen and (max-width: 644px) {
  #header {
    height: auto;
  }

  .header-inner {
    height: auto;
  }

  .hdleft,
  #header h1 {
    float: none;
    width: 100%;
    text-align: center;
  }

  #header h1 {
    padding-top: 0;
    padding-bottom: 3%;
  }

  .logo span {
    font-size: 68px;
  }

  .logo-sign {
    width: 100%;
    padding: 27px 14px 24px;
  }

  .logo-sign span {
    font-size: clamp(23px, 7.1vw, 31px);
    font-weight: 700;
    letter-spacing: .015em;
  }

  .hdleft {
    padding-top: 3%;
    font-size: 28px;
  }

  .hdright {
    display: none;
  }

  .sp-slides::after {
    padding-top: 66.3299%;
  }

  .inner,
  .inner_l,
  .inner_r,
  .schedule-only .inner_l {
    float: none;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
  }

  .u_tlink {
    margin-top: -100px;
    padding-top: 100px;
  }

  #navi {
    height: auto;
    min-height: 50px;
  }

  .menu-button {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 2200;
    display: block;
    margin: 0;
    padding: 11px 12px;
    border: 0;
    border-radius: 4px;
    background: var(--blue);
    box-shadow: 0 8px 24px rgba(75, 48, 35, .22);
  }

  .menu-button span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px 0;
    background: #fff;
  }

  #menu {
    display: none;
    position: fixed;
    top: 52px;
    left: 0;
    right: 0;
    z-index: 2100;
    width: 100%;
    background: #fff;
    box-shadow: 0 14px 28px rgba(75, 48, 35, .14);
  }

  .site-header.is-open #menu,
  #navi.is-open #menu {
    display: block;
  }

  #navi.is-open #menu {
    display: block;
  }

  #menu li {
    float: none;
    width: 100%;
    border-top: 1px solid #ccc;
  }

  #menu li a {
    min-width: 0;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .title {
    font-size: 210%;
  }

  .scroll-cue {
    bottom: 16px;
    font-size: 10px;
  }

  .scroll-cue::after {
    height: 30px;
  }

  .split-row img {
    width: 100%;
  }

  .font110 {
    font-size: 100%;
  }

  .font120 {
    font-size: 110%;
  }

  .font160 {
    font-size: 150%;
  }

  .footer-logo {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(23px, 7.2vw, 31px);
    letter-spacing: .02em;
  }

  .shop-name-ja {
    width: 98%;
    font-size: clamp(18px, 5.3vw, 22px);
    letter-spacing: 0;
  }


  .pb60 {
    padding-bottom: 38px;
  }

  .pt5p {
    padding-top: 10%;
  }

  #loopSlide {
    --item-card-size: 160px;
  }

  .calendar li {
    min-height: 34px;
  }

  .item-detail-list li {
    float: left;
    width: 48%;
    min-height: 330px;
    margin-right: 4%;
  }

  .item-detail-list li:nth-child(4n) {
    margin-right: 4%;
  }

  .item-detail-list li:nth-child(2n) {
    margin-right: 0;
  }

  .shop-table th,
  .shop-table td {
    display: block;
    width: 100%;
    padding: 10px;
  }

  .shop-table td {
    padding-top: 0;
  }

  .f_menu {
    margin: 15px auto;
  }

  .fml_l,
  .fml,
  .fml_r {
    float: none;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    font-size: 90%;
    line-height: 2;
  }

  .fml_l {
    padding-top: 30px;
  }

  .fml_r {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 360px) {
  .font120 {
    font-size: 100%;
  }

  .font160 {
    font-size: 130%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }

  .reveal-ready .js-reveal {
    opacity: 1;
    transform: none;
  }

  .reveal-ready .title-reveal {
    clip-path: inset(0);
    letter-spacing: 1px;
  }

  .image-reveal::after,
  .item-card-reveal .item-photo::after {
    display: none;
  }

  .image-reveal img,
  .item-card-reveal .item-photo {
    transform: none;
  }
}
