.menu-block__ct-box {
  flex-direction: column;
}
.menu-block__ct-box.--flex {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 834px) {
  .menu-block__ct-box.--flex {
    flex-direction: column;
  }
}
.menu-block__ct-box .c-ttl__03 {
  width: auto;
}
.menu-block__ct-note {
  margin: 0 0 0 auto;
}

.menu-block__ct-description {
  /* display: inline-block; */
  font-size: 12px;
  color: #b2b2b2;
  /* margin-block: 8px 40px !important; */
  margin-top: 8px !important;
  padding: 0 0 0 21px;
}
@media screen and (max-width: 834px) {
  .menu-block__ct-description {
    margin-block: 0px 20px !important;
  }
}
@media screen and (max-width: 834px) {
  .c-ttl__03 {
    margin-bottom: 10px;
  }
}
.menu-block__ct table tr.menu-block__ct-description td {
  padding: 0;
  text-align: left;
}
.menu-block__ct table tr td.menu-block__ct-description {
  padding: 0 0 0 21px;
  text-align: left;
}
.menu-block__ct table tr th.menu-block__th-with-description,
.menu-block__ct table tr td.menu-block__td-with-description {
  padding-bottom: 0;
}
.menu-block__ct table tr.menu-block__ct-description td {
  text-align: left;
}

.menu-block__ct table tr th.menu-block__th-with-description .c-ttl__03 {
  margin-bottom: 0px;
}
td.menu-block__ct-description[colspan="2"] {
  padding-top: 8px !important;
}
html {
  scroll-behavior: smooth;
}
.menu-block__ct-other-menu-link-wrap {
  display: flex;
  gap: 1rem 3rem;
  margin-top: 97px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .menu-block__ct-other-menu-link-wrap {
    flex-direction: column;
    align-items: center;
  }
}

.menu-block__ct p.menu-block__ct-other-menu-link-txt {
  margin-bottom: 0px;
  font-size: 18px;
  font-size: clamp(16px, 1.3vw, 18px);
}
.menu-block__ct-other-menu-link-btn {
  color: #fff;
  font-size: 14px;
  padding: 8px 28px;
  border-radius: 50px;
  background-color: #efa396;
  display: flex;
  align-items: center;
}


/* --------------------
 250826 add
-------------------- */
.top-shop .shop-intro__txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .top-shop .shop-intro__txt {
    text-align: left;
  }
}
#header .header-logo,
#header .header-btn {
  transition: all 0.3s ease;
}
#header .header-logo.is-fixed,
#header .header-btn.is-fixed {
  position: fixed;
  z-index: 100;
}