/* ===========================================================
   # DEFAULTS
=========================================================== */
/* = SETTING
----------------------------------------------------------- */
body .transAll {
  transition: all 300ms 0s ease;
}
body .noSP, body .onPC, body .onPCm, body .onPCl,
body .noSP.flex, body .onPC.flex {
  display: none;
}
body .sme-font-size {
  display: inline;
}
body .hasAnchor {
  margin-top: calc(var(--_margin1) * var(--_margin-top) - 200px);
  padding-top: 200px;
}
@media (min-width: 640px) {
  body .onSP {
    display: none !important;
  }
  body .noSP {
    display: initial;
  }
}
@media (min-width: 1024px) {
  body .noPC {
    display: none !important;
  }
  body .onPC {
    display: initial;
  }
}
@media (min-width: 1280px) {
  body .onPCm {
    display: initial;
  }
}
@media (min-width: 1536px) {
  body .onPCl {
    display: initial;
  }
}

/* = HEAD
----------------------------------------------------------- */
.l-header .custom-logo-link {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

.c-hamburger-btn[aria-expanded=true] {
  margin-top: 10px;
}
.c-hamburger-btn__bars {
  height: 24px;
  width: 33px;
}
.c-hamburger-btn__bar {
  height: 4px;
}
.c-hamburger-btn__bar:nth-of-type(2) {
  top: 10px;
}
.c-hamburger-btn__bar:nth-of-type(3) {
  top: 21px;
}
.c-hamburger-btn__label {
  display: none;
}

[id=drawer-nav].c-drawer--overall {
  background: rgba(0, 0, 0, 0.9);
  padding-top: 0;
}
[id=drawer-nav].c-drawer--overall li {
  font-size: 20px;
  font-weight: 500;
  padding: 0.5em 0;
  text-align: center;
}
[id=drawer-nav].c-drawer--overall li.ig {
  filter: invert(100%) sepia(12%) saturate(7452%) hue-rotate(186deg) brightness(110%) contrast(110%);
  margin-top: 1em;
}
[id=drawer-nav].c-drawer--overall li.noHead {
  display: none;
}

.c-page-header {
  aspect-ratio: 5/4;
  padding: 35% 0 0;
}
.c-page-header[data-has-image=true] {
  height: auto;
}
.c-page-header::after {
  background: rgba(0, 0, 0, 0.3) url(./img/mv_cover.png) 0 0/96px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.c-page-header .c-container {
  z-index: 1;
}
.c-page-header .c-container h1 {
  color: var(--wp--preset--color--sm-accent);
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}
@media (min-width: 640px) {
  .c-page-header {
    aspect-ratio: 5/2;
    padding: 15% 0 0;
  }
}
@media (min-width: 1024px) {
  .c-page-header {
    aspect-ratio: 5/1;
    padding: 5% 0 0;
  }
}
/* = MAIN
----------------------------------------------------------- */
.l-contents__body {
  background: var(--wp--preset--color--sm-accent);
}
.single .l-contents__body {
  padding-top: 8em;
}
[data-has-sidebar=true] .l-contents__main {
  background: var(--wp--preset--color--white);
  border-radius: clamp(1em, 4vw, 3em);
  padding: clamp(1em, 4vw, 3em) 1em;
}
@media (min-width: 640px) {
  .l-contents__container {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .single .l-contents__body {
    padding-top: 7em;
  }
  [data-has-sidebar=true] .l-contents__main {
    padding: clamp(1em, 4vw, 3em) clamp(3em, 5vw, 5em);
  }
}
@media (min-width: 1024px) {
  .single .l-contents__body {
    padding-top: 5em;
  }
  .l-contents .l-contents__inner {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1280px) {
  .l-contents__container {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
/* = SIDE
----------------------------------------------------------- */
.l-contents__sidebar h2.wp-block-heading {
  font-size: clamp(16px, 4.2vw, 20px) !important;
}

/* = FOOT
----------------------------------------------------------- */
.l-footer {
  background-color: var(--wp--preset--color--sm-accent);
  border: none;
  padding-bottom: clamp(0.5em, 3vw, 4em);
}
.l-footer * {
  padding: 0;
}
.l-footer .l-footer-widget-area {
  padding-top: 0;
}
.l-footer .c-row__col {
  margin-bottom: 0;
}
.l-footer .c-row__col .c-widget {
  font-size: inherit;
}
.l-footer .c-copyright {
  background-color: transparent;
  color: inherit;
  font-size: clamp(13px, 2vw, 18px);
  padding: 1em 0;
}
@media (min-width: 1024px) {
  .l-footer {
    padding-bottom: clamp(1em, 4vw, 4em);
  }
}
.pageNav.wp-block-query-pagination {
  gap: 0;
}
.pageNav.wp-block-query-pagination a {
  color: inherit;
  text-decoration: none;
}
.pageNav.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  gap: 0.5em;
}
.pageNav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  font-weight: 500;
  width: 2em;
  height: 2em;
}
.pageNav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background: var(--wp--preset--color--white);
  border-radius: 50%;
}

/* = CONTENT
----------------------------------------------------------- */
body h2.wp-block-heading {
  background: transparent;
  font-size: clamp(21px, 5.6vw, 26px) !important;
}
body .wp-block-button__link {
  border-radius: 0;
  border-width: 1px;
  font-size: clamp(14px, 3.7vw, 16px);
  font-weight: 600;
  min-width: 175px;
}
body .wp-block-button__link:hover {
  background: var(--wp--preset--color--black) !important;
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white) !important;
  filter: none !important;
}
@media (min-width: 640px) {
  body .wp-block-button__link {
    min-width: 234px;
  }
}
/* = HOME
----------------------------------------------------------- */
.homeMv_wrap {
  background: var(--wp--preset--color--sm-accent);
}
.homeMv_wrap * {
  height: 100%;
}
.homeMv_wrap .catch {
  width: 90vw;
  max-width: 700px;
  height: calc(100% - 10em);
  position: absolute;
  z-index: 1;
  top: 7em;
  left: 0;
  right: 0;
}
.homeMv_wrap .catch img {
  max-height: 64%;
}
.homeMv_wrap .btnReserve {
  background: var(--wp--preset--color--sm-sub-accent);
  border: none;
  border-radius: 50%;
  box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.4);
  color: var(--wp--preset--color--white);
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0;
  padding: 1em;
  width: 100px;
  min-width: unset;
  height: 100px;
  position: absolute;
  right: 0.5em;
  bottom: 3em;
  z-index: 3;
}
.homeMv_wrap .btnReserve:hover {
  background: var(--wp--preset--color--sm-sub-accent);
  transform: scale(1.1);
}
.homeMv img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100dvh;
}
.homeMv .spider__dots {
  gap: clamp(1.5em, 3.2vw, 2em);
  height: auto;
  position: absolute;
  bottom: 0.5em;
  left: 0;
  right: 0;
  z-index: 2;
}
.homeMv .spider__dots .spider__dot {
  background: transparent;
  border: 1px solid;
  color: var(--wp--preset--color--white);
}
.homeMv .spider__dots .spider__dot[aria-current=true] {
  background: var(--wp--preset--color--white);
}
.homeNews {
  align-items: stretch;
  flex-direction: column;
  gap: 0.5em clamp(1em, 2.3vw, 2em);
}
.homeNews_wrap {
  border-bottom: 1px solid;
}
.homeNews .en {
  font-size: clamp(21px, 3vw, 24px);
  font-weight: 700;
}
.homeNews .list .body {
  align-items: stretch;
  flex-direction: column;
  gap: 0.3em 1em;
  font-weight: 700;
}
.homeNews .list .body * {
  color: inherit;
  font-size: inherit;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .homeMv {
    padding-bottom: 4em;
  }
  .homeMv_wrap .catch {
    height: calc(100% - 13em);
    top: 6.5em;
  }
  .homeMv_wrap .catch img {
    max-height: 100%;
  }
  .homeMv_wrap .btnReserve {
    right: 6em;
    bottom: 1em;
  }
  .homeMv img {
    height: 60dvh;
  }
  .homeMv .spider__dots .spider__dot {
    color: var(--wp--preset--color--black);
  }
  .homeMv .spider__dots .spider__dot[aria-current=true] {
    background: var(--wp--preset--color--black);
  }
  .homeNews {
    border-top: 1px solid;
    border-bottom: 1px solid;
    align-items: center;
    flex-direction: row;
  }
  .homeNews_wrap {
    border: none;
  }
  .homeNews .en {
    padding: 0.5em 1em;
  }
  .homeNews .list .body {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .homeMv_wrap {
    aspect-ratio: 19/7;
  }
  .homeMv_wrap .catch {
    height: calc(100% - 8.5em);
    top: clamp(2.5em, 3.8vw, 4em);
  }
  .homeMv_wrap .btnReserve {
    display: none;
  }
  .homeMv img {
    height: 100%;
    -o-object-position: 0 30%;
       object-position: 0 30%;
  }
}
/* = NEWS, BLOG
----------------------------------------------------------- */
.c-entries.c-entries--text {
  border-color: inherit;
}
.c-entries.c-entries--text li {
  border-color: inherit;
  font-weight: 700;
}
.c-entries.c-entries--text li .c-entry-summary__meta {
  font-size: inherit;
}
.c-entries.c-entries--text li .c-entry-summary__title {
  font-size: inherit;
  font-weight: inherit;
}

/* = BLOG
----------------------------------------------------------- */
.blog .list {
  grid-template-columns: 1fr 1fr !important;
  gap: 2em;
  margin-bottom: 3em;
}
.blog .list li:last-child {
  display: none;
}
.blog .list .item {
  gap: 0;
  height: 100%;
  position: relative;
}
.blog .list .item .thumb {
  aspect-ratio: 1/1;
  border-radius: 1.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
}
.blog .list .item .thumb img {
  width: 100%;
  height: 100%;
  transition: all 1000ms 0s ease;
}
.blog .list .item .date {
  color: var(--wp--preset--color--sm-sub-accent);
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 700;
}
.blog .list .item .ttl a {
  color: inherit;
  display: block;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 1.6;
}
.blog .list .item .ttl a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.blog .list .item:hover img {
  transform: scale(1.1);
}
@media (min-width: 640px) {
  .blog .list {
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: clamp(2em, 4vw, 3em);
  }
  .blog .list li:last-child {
    display: initial;
  }
  .blog .list .item {
    gap: 0.5em;
  }
}
/* = INQ
----------------------------------------------------------- */
dl.inqTbl {
  align-items: flex-start;
  gap: 0;
  line-height: 2em;
  margin-top: 0;
  margin-bottom: clamp(1em, 5vw, 3em);
}
dl.inqTbl dt, dl.inqTbl dd {
  width: 100%;
}
dl.inqTbl dt {
  font-weight: 500;
}
dl.inqTbl dt span {
  color: var(--wp--preset--color--sm-sub-accent);
  font-size: 0.7em;
  font-weight: 600;
  vertical-align: baseline;
}
dl.inqTbl dd {
  padding-bottom: 1em;
}
dl.inqTbl dd .small {
  color: #888;
}
dl.inqTbl dd .inqTxt {
  font-size: 1.3em;
  font-weight: 300;
  padding-right: 0.5rem;
}
dl.inqTbl dd .inqBlock {
  display: inline-block;
  margin-top: 1rem;
  width: 100%;
}
dl.inqTbl dd .inqBlock.small {
  line-height: 1.3;
  margin-top: 0.5rem;
}
dl.inqTbl dd .wpcf7-not-valid {
  border: 1px solid var(--wp--preset--color--sm-sub-accent);
  display: inline-block;
}
dl.inqTbl dd span.wpcf7-not-valid-tip {
  display: none;
}
@media (min-width: 640px) {
  dl.inqTbl dt, dl.inqTbl dd {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 1.2em 0;
  }
  dl.inqTbl dt {
    padding-top: 1.3em;
    width: 12em;
  }
  dl.inqTbl dd {
    width: calc(100% - 12em);
  }
}
/* FORM */
body input[type=text], body input[type=email],
body input[type=tel], body input[type=number],
body textarea.wpcf7-textarea {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  color: inherit;
  padding: 0.5em 1em;
  -webkit-appearance: none;
  width: 100%;
  max-width: 100%;
}
body input.sizeSs {
  width: 8rem;
}
body input.sizeS {
  width: 14rem;
}
body input.sizeL {
  max-width: 60rem;
}
body textarea {
  line-height: 1.3;
  padding: 5px;
  height: 200px;
}
body p.inqSend {
  padding-left: 4.5em;
}
body p.inqSend input[type=submit] {
  border: 1px solid;
  color: var(--wp--preset--color--black);
  cursor: pointer;
  font-size: clamp(1em, 4.2vw, 1.1em);
  outline: none;
  width: min(50vw, 20rem);
}
body p.inqSend input[type=submit]:hover {
  background: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
@media (min-width: 640px) {
  body input.sizeM {
    max-width: 26rem;
  }
}
/* ===========================================================
   # ORG
=========================================================== */
/* = SETTING
----------------------------------------------------------- */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(16px, 1.5vw, 18px);
}
body .menu-item.ig a {
  background: url(./img/ico_ig.svg) 50%/contain no-repeat;
  color: transparent;
  display: block;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.fog {
  background: url(./img/fog.png) 50% 0/clamp(246px, 65vw, 492px) no-repeat;
  padding-top: clamp(3em, 12vw, 4em);
}
@media (min-width: 640px) {
  .fog {
    background-position: 50% -2em;
  }
}

/* = SHOP INFO
----------------------------------------------------------- */
.shopInfo {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: 500;
  line-height: 1;
  list-style: none;
  padding-left: 0;
}

.btnReserve {
  border: 0.1em solid;
  color: var(--wp--preset--color--black);
  display: block;
  font-size: clamp(16px, 4vw, 32px);
  font-weight: 700;
  line-height: 3.2em;
  padding: 0 3.5em;
  min-width: 267px;
  text-align: center;
  text-decoration: none;
}
.btnReserve:hover {
  background: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}

/* = HEAD
----------------------------------------------------------- */
.l-header {
  background: var(--wp--preset--color--sm-accent);
}
.l-header::before, .l-header::after {
  content: "";
  height: 95px;
  position: fixed;
  top: 58px;
  left: 0;
  right: 0;
}
.l-header::before {
  background: url(./img/gnav_bg.png) 49% 0/cover no-repeat;
}
.l-header::after {
  background: url(./img/logo_sp.png) 50% 15px/42px no-repeat;
}
.l-header .headInfo {
  display: flex;
  flex-direction: column;
  gap: 0 1em;
  font-size: 8px;
  font-size: clamp(9px, 2.4vw, 12px);
  font-weight: 600;
  line-height: 1.2;
  list-style: none;
}
.l-header .headInfo a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
}
.l-header .headInfo .ttl {
  font-size: 1.1em;
}
.l-header .headInfo .tel {
  font-size: clamp(18px, 4.8vw, 28px);
  font-weight: 700;
}
.l-header .headInfo .time {
  letter-spacing: 0.03em;
}
.l-header .headInfo .reserve a {
  background: var(--wp--preset--color--sm-sub-accent);
  color: var(--wp--preset--color--white);
  border-radius: 3em;
  font-size: 14px;
  padding: 0.8em 2em;
  text-decoration: none;
}
@media (min-width: 640px) {
  .l-header::before, .l-header::after {
    top: 50px;
  }
  .l-header::before {
    background-position: 45% 0;
  }
  .l-header .headInfo {
    flex-direction: row;
    align-items: center;
  }
  .l-header .headInfo .time span {
    display: block;
  }
}
@media (min-width: 1024px) {
  .l-header {
    padding-bottom: 2em;
  }
  .l-header::before, .l-header::after {
    display: none;
  }
  .l-header .p-global-nav {
    position: relative;
  }
  .l-header .p-global-nav ul {
    background: url(./img/gnav_bg.png) 50% 0/100% no-repeat;
    padding: clamp(1.6em, 2.5vw, 2.2em) 2em 3em 13%;
    width: 110%;
    max-width: 1405px;
    position: absolute;
    left: 50%;
    top: -0.5em;
    transform: translateX(-49%);
  }
  .l-header .p-global-nav ul::before {
    background: url(./img/ci.png) 0 33%/contain no-repeat;
    content: "";
    width: 60px;
    height: 100%;
    position: absolute;
    left: 3.8%;
    top: 0;
  }
  .l-header .p-global-nav ul li {
    flex: 1;
  }
  .l-header .p-global-nav ul li.noHead {
    display: none;
  }
  .l-header .p-global-nav ul li a {
    font-size: 15px;
    padding: 1em;
  }
  .l-header .p-global-nav ul li.ig a {
    background-size: 32px;
  }
}
@media (min-width: 1280px) {
  .l-header .p-global-nav ul {
    padding-top: 2.2em;
  }
  .l-header .p-global-nav ul::before {
    background-position: 0 38%;
    left: 4.4%;
  }
  .l-header .p-global-nav ul li.ig a {
    background-position: 45% 50%;
  }
}
/* = FOOT
----------------------------------------------------------- */
.l-footer .cta {
  gap: 1em;
  font-size: clamp(16px, 4.2vw, 20px);
  font-weight: 500;
  line-height: 1;
  padding: clamp(1em, 4vw, 3em) 0 clamp(2em, 8vw, 5em);
}
.l-footer .cta h2 {
  margin-bottom: 0;
}
.l-footer .cta h2::before, .l-footer .cta h2::after {
  display: none;
}
.l-footer .cta .shopInfo {
  gap: 1em;
}
.l-footer .cta .shopInfo .ttl {
  font-size: clamp(18px, 4.8vw, 28px);
}
.l-footer .cta .shopInfo .tel {
  font-size: clamp(34px, 9vw, 54px);
  font-weight: 700;
  letter-spacing: 0.03em;
}
.l-footer .cta .shopInfo .tel a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
}
.l-footer .cta .wp-block-button__link, .l-footer .cta .btnReserve {
  font-size: clamp(16px, 4.2vw, 26px);
  padding: 0 1.12em;
  width: 534px;
  max-width: 71vw;
}
.l-footer .body {
  gap: 2em 3em;
  padding-top: 2em;
}
.l-footer .body .logo {
  gap: clamp(0.6em, 1.2vw, 1em);
  max-width: 20vw;
}
.l-footer .body ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1em;
  max-width: 820px;
}
.l-footer .body ul li {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
  width: 28%;
}
.l-footer .body ul li:nth-child(3n+2) {
  width: 48%;
}
.l-footer .body ul li:nth-child(3n+3) {
  width: 24%;
}
.l-footer .body ul li.ig {
  font-size: 20px;
  margin-top: 1em;
  width: 100%;
}
@media (min-width: 640px) {
  .l-footer .body ul {
    gap: 0.5em clamp(2em, 5.2vw, 3em);
    justify-content: space-between;
  }
  .l-footer .body ul li {
    width: auto !important;
  }
  .l-footer .body ul li.ig {
    font-size: inherit;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .l-footer .body ul {
    padding: 0;
  }
}
#page-top.c-page-top {
  background: transparent;
  width: 6.2em;
  bottom: clamp(4em, 17vw, 9em);
  right: 0.5em;
  transition: all 300ms 0s ease;
}
#page-top.c-page-top:hover {
  transform: translateY(-0.5em);
}
#page-top.c-page-top a {
  background: url(./img/gototop.png) 50% 0/2.5em no-repeat;
  color: var(--wp--preset--color--sm-sub-accent);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(12px, 2.2vw, 16px);
  font-weight: 700;
  letter-spacing: 0;
  padding-top: 1.5em;
}
#page-top.c-page-top a svg {
  display: none;
}
#page-top.c-page-top a::after {
  content: "Back to Top";
}
@media (min-width: 640px) {
  #page-top.c-page-top {
    bottom: 1em;
    right: 1em;
  }
}
@media (min-width: 1280px) {
  #page-top.c-page-top {
    bottom: 9em;
    right: calc(50% - 640px);
  }
}
/* = HOME
----------------------------------------------------------- */
.homeItem {
  padding-top: clamp(3em, 12vw, 4em);
  padding-bottom: clamp(2em, 4.6vw, 4em);
}
.homeIntro_img {
  margin: clamp(1.5em, 6vw, 2em) -1.8em 0.5em;
}
.homeIntro_img img {
  width: auto;
  height: clamp(100px, 26vw, 264px);
}
.homeMenu {
  gap: clamp(1.8em, 4vw, 2.5em);
}
.homeMain .item {
  gap: clamp(0.5em, 2vw, 1em);
}
.homeInfo.wp-block-group {
  gap: 1.5em;
  font-size: clamp(16px, 4vw, 18px);
}
.homeInfo.wp-block-group .shopInfo {
  gap: 0.6em;
}
.homeInfo.wp-block-group .shopInfo .ttl {
  font-size: clamp(18px, 3vw, 24px);
}
.homeInfo.wp-block-group .shopInfo .tel {
  font-size: clamp(34px, 8vw, 46px);
  font-weight: 700;
}
.homeInfo.wp-block-group .shopInfo .tel a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
}
.home .homeMessage .body {
  display: grid;
  gap: 1em 3em;
}
.home .homeMessage .body figure {
  border-radius: 200px;
  margin: auto;
  width: 340px;
  max-width: 60vw;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .homeInfo.wp-block-group {
    justify-content: space-between;
  }
  .homeInfo.wp-block-group .shopInfo {
    align-items: flex-start;
  }
}
/* = ACCESS
----------------------------------------------------------- */
.accessBody.wp-block-media-text {
  gap: 1em 1.5em;
}
.accessBody.wp-block-media-text .wp-block-media-text__media img {
  border-radius: 300px;
}
.accessBody.wp-block-media-text .detail {
  gap: 1em;
}
.accessBody.wp-block-media-text .detail .logo {
  transform: scale(0.8);
  margin-bottom: -0.5em;
}
.accessBody.wp-block-media-text .detail span {
  display: inline;
}
@media (min-width: 1024px) {
  .accessBody.wp-block-media-text {
    gap: 1em 3em;
  }
  .accessBody.wp-block-media-text .detail {
    gap: 1.5em;
  }
  .accessBody.wp-block-media-text .detail .logo {
    transform: translateX(-2em);
    margin-bottom: 0;
  }
  .accessBody.wp-block-media-text .detail strong {
    font-size: 1.2vem;
  }
}
.gMap iframe {
  aspect-ratio: 19/7;
  margin: 0 -1.8em;
  width: calc(100% + 3.6em);
  max-width: none;
  height: auto;
}
@media (min-width: 1024px) {
  .gMap iframe {
    margin: 2em 0;
    width: 100%;
  }
}
/* = MENU
----------------------------------------------------------- */
.menuSeasonal {
  padding-bottom: clamp(5em, 20vw, 8em);
}
.menuTab.smb-tabs {
  margin-top: -3em;
}
.menuTab.smb-tabs .smb-tabs__tabs {
  gap: 2px;
  margin-bottom: clamp(2em, 8vw, 3em);
  padding-bottom: 0.6em;
  scrollbar-color: var(--wp--preset--color--white) var(--wp--preset--color--sm-accent);
}
.menuTab.smb-tabs .smb-tabs__tab-wrapper {
  flex: 1 !important;
}
.menuTab.smb-tabs .smb-tabs__tab-wrapper .smb-tabs__tab {
  border: 1px solid var(--wp--preset--color--sm-accent);
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: clamp(16px, 2.2vw, 20px);
  font-weight: 700;
  line-height: 1;
  height: 3em;
  padding: 0 1em 0.2em;
}
.menuTab.smb-tabs .smb-tabs__tab-wrapper .smb-tabs__tab span {
  height: 0;
}
.menuTab.smb-tabs .smb-tabs__tab-wrapper .smb-tabs__tab[aria-selected=false] {
  opacity: 1;
  transform: translateY(0.3em);
}
.menuTab.smb-tabs .smb-tabs__tab-wrapper .smb-tabs__tab:hover, .menuTab.smb-tabs .smb-tabs__tab-wrapper .smb-tabs__tab[aria-selected=true] {
  transform: none;
}
.menuTab.smb-tabs .smb-tabs__tab-wrapper .smb-tabs__tab[aria-selected=true] {
  background: var(--wp--preset--color--sm-accent);
  color: var(--wp--preset--color--black);
}
.menuTab.smb-tabs .smb-tabs__body .smb-tab-panel {
  background: transparent;
  border: none;
  padding: 0;
}
.menuTab.smb-tabs .smb-tabs__body .smb-tab-panel .wp-block-media-text {
  gap: 1em clamp(1em, 2.2vw, 2em);
}
.menuTab.smb-tabs .smb-tabs__body .smb-tab-panel .wp-block-media-text__content {
  padding-bottom: 3em;
}
.menuTab.smb-tabs .smb-tabs__body .smb-tab-panel .wp-block-media-text__content h3 {
  border-bottom: 0.1em solid;
}
.menuList {
  gap: 1em;
  font-size: 0.9em;
  margin-top: 0;
}
.menuList > div {
  border-bottom: 0.1em solid;
  gap: 0;
  font-weight: 500;
  width: 100%;
}
@media (min-width: 640px) {
  .menuTab.smb-tabs {
    margin-top: -3.3em;
  }
  .menuTab.smb-tabs .smb-tabs__tab-wrapper .smb-tabs__tab {
    padding: 0 clamp(1em, 2.5vw, 2em) 0.1em;
  }
  .menuTab.smb-tabs .smb-tabs__tab-wrapper .smb-tabs__tab span {
    display: none;
  }
  .menuTab.smb-tabs .smb-tabs__body .smb-tab-panel .wp-block-media-text__content {
    padding: 1em 0 clamp(1em, 2.2vw, 1.5em);
  }
  .menuList {
    gap: 1.5em;
    margin-top: 5em;
  }
  .menuList > div {
    width: calc(50% - 0.75em);
  }
}
@media (min-width: 1024px) {
  .menuList > div {
    width: calc(33.33% - 1em);
  }
}/*# sourceMappingURL=style.css.map */