/* 二十世紀が丘商店街 */

/* windows Chrome対策 */
.l-body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif !important;
}

/* 変数 */
body {
  --font-en: "FuturaLTPro-Bold", sans-serif;
  --font-maru: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro",
    "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  --ci_orange: #f3981c;
  --ci_pink: #ee87b4;
  --ci_green: #aacf52;
  --ci_blue: #54c3f1;
}

/* 右端のページへ戻るを角丸 */
.c-page-top {
  border-radius: 50%;
}

/* テキスト均等揃え */
.txt-j {
  text-align: justify;
  text-justify: inter-ideograph;
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
.txt-mb {
  margin-bottom: 2em;
}
.txt-ad {
  font-style: normal !important;
}
.txt-bold {
  font-weight: 600;
}
.txt-red {
  color: #e60012;
}
.txt-en {
  font-family: var(--font-en);
}

/* リンク装飾 */
.link-deco-none {
  text-decoration: none;
}

/* コピーライトの色を変更 */
.l-footer .c-copyright {
  background-color: #fff;
  color: #000;
  text-align: center;
}

/* フッターの色を変更 */
.l-footer {
  border-top: none;
}
.l-footer-widget-area {
  padding-top: 30px;
  background-color: #fffbc7;
}

/* フェードイン設定 */
.fadein {
  opacity: 0;
  transition: all 1500ms;
  transform: translate(0, 100px);
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* アニメーション設定 */
@keyframes slideTextFade {
  0%,
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* 店を探す スライダー矢印 */
.spider__arrow[data-direction="prev"]:before {
  border-bottom: 3px solid var(--spider--arrow-color);
  border-left: 3px solid var(--spider--arrow-color);
}
.spider__arrow[data-direction="next"]:before {
  border-top: 3px solid var(--spider--arrow-color);
  border-right: 3px solid var(--spider--arrow-color);
}
.spider__arrow[data-direction="prev"]::after {
  position: relative;
  left: -1px;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 10px;
  display: inline-block;
  z-index: -1;
}
.spider__arrow[data-direction="next"]::after {
  position: relative;
  content: "";
  left: 1px;
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 10px;
  display: inline-block;
  z-index: -1;
}

/* 店を探す タグを消す */
.page-id-38 .c-entry-summary__term {
  display: none;
}
.page-id-38 .c-entry-summary__body {
  text-align: center;
  font-family: var(--font-maru);
}

.c-entry-summary__title {
  text-align: center;
  font-family: var(--font-maru);
}

/* 色設定 */
.color-orange {
  color: var(--ci_orange);
}
.color-pink {
  color: var(--ci_pink);
}
.color-green {
  color: var(--ci_green);
}
.color-blue {
  color: var(--ci_blue);
}
.back-orange {
  background-color: var(--ci_orange);
}
.back-pink {
  background-color: var(--ci_pink);
}
.back-green {
  background-color: var(--ci_green);
}
.back-blue {
  background-color: var(--ci_blue);
}

.category-5 .c-entry-summary__term {
  background-color: var(--ci_green);
}
.category-7 .c-entry-summary__term {
  background-color: var(--ci_pink);
}
.category-8 .c-entry-summary__term {
  background-color: var(--ci_blue);
}

/* カテゴリーボタン */
.category-button .smb-btn {
  padding: 8px 20px 8px 20px !important;
  border-radius: 5px !important;
  line-height: 1em;
  font-weight: 600;
}
.category-button-mb {
  margin-bottom: -10px !important;
}

/* 投稿ページでタイトル・メタを消す */
.c-entry__header,
.c-prev-next-nav {
  display: none;
}

/* PC ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
@media screen and (min-width: 1024px) {
  /* PC時に改行をなくす */
  .br_sp {
    display: none;
  }

  /* メニュー PC */
  .l-header__content {
    padding: 15px 100px 0 100px;
  }
  .l-1row-header {
    padding: 10px 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  }
  .menu-item {
    position: relative;
  }
  .menu-item span {
    font-size: 16px;
    position: relative;
    top: 18px;
    font-family: var(--font-maru);
    font-weight: 400;
  }
  .menu-item-42 span::before,
  .menu-item-40 span::before,
  .menu-item-41 span::before,
  .menu-item-45 span::before {
    position: absolute;
    content: " ";
    background-repeat: no-repeat;
    width: 30px;
    height: 28px;
    background-size: contain;
    background-position: center center;
    display: inline-block;
    top: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .menu-item-42 span::before {
    background-image: url(/wp-content/uploads/2024/08/menu-icon1.svg);
  }
  .menu-item-40 span::before {
    background-image: url(/wp-content/uploads/2024/08/menu-icon2.svg);
  }
  .menu-item-41 span::before {
    background-image: url(/wp-content/uploads/2024/08/menu-icon3.svg);
  }
  .menu-item-45 span::before {
    background-image: url(/wp-content/uploads/2024/08/menu-icon4.svg);
  }
  /* メニューの項目の間に線 */
  .menu-item:nth-of-type(-n + 3) {
    border-right: dashed 1px #000;
  }
  /* メニューのテキストの間隔を広げる */
  .c-navbar__item {
    padding: 0 5px;
  }

  /* 共通 ------------------------ */

  /* マージン */
  .mt-ss {
    margin-top: 20px !important;
  }
  .mt-s {
    margin-top: 40px !important;
  }
  .mt-m {
    margin-top: 60px !important;
  }
  .mt-l {
    margin-top: 80px !important;
  }
  .mt-ll {
    margin-top: 120px !important;
  }

  .mb-ss {
    margin-bottom: 20px !important;
  }
  .mb-s {
    margin-bottom: 40px !important;
  }
  .mb-m {
    margin-bottom: 60px !important;
  }
  .mb-l {
    margin-bottom: 80px !important;
  }

  /* タイトル */
  h2.title-h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    font-family: var(--font-maru);
    letter-spacing: 0.1em;
  }
  h2.title-h2::before {
    position: absolute;
    top: -18px;
    left: 50%;
    display: inline-block;
    width: 40px;
    height: 43px;
    background-image: url(/wp-content/uploads/2024/08/icon-pear.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
    transform: translate(-50%, -50%);
  }
  h2.shop-name {
    font-family: var(--font-maru);
    font-size: 36px;
    line-height: 1em;
  }
  h5.shop-tel {
    font-family: var(--font-en);
    font-size: 32px;
    position: relative;
    text-decoration: none !important;
    color: #000 !important;
    padding-left: 24px;
    line-height: 1em;
  }
  h5.shop-tel::before {
    position: absolute;
    top: 0;
    font-size: 24px;
    left: 0;
    content: "\f095";
    font-family: "iconfont";
  }
  .search-h2__en {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    font-size: 40px;
    font-family: var(--font-en);
    line-height: 1.2em;
  }
  .search-h2__jp {
    font-weight: 400;
    text-align: center;
    font-size: 19px;
    font-family: var(--font-maru);
  }
  h2.his-title {
    font-size: 36px;
    font-family: var(--font-maru);
    color: var(--ci_orange);
    text-align: center;
  }
  h3.his-title__sub {
    font-size: 28px;
    text-align: center !important;
  }

  /* ヘッダー 高さ・フォント */
  .c-page-header[data-has-image="true"] {
    height: 300px !important; /*変更*/
  }
  .c-page-header__bgimage > img {
    object-fit: cover;
    object-position: bottom center;
  }
  .c-page-header__title {
    color: #000;
    font-family: var(--font-maru);
  }

  /* トップ スライダー */
  .slider-area {
    position: relative;
    margin-right: calc(50% - 50vw);
    margin-bottom: 80px !important;
    margin-left: calc(50% - 50vw);
    max-width: none !important;
    overflow: hidden;
  }
  .slider-area .swiper {
    overflow: visible;
  }
  .slider-area .slide {
    overflow: hidden;
    width: 25vw;
    height: 40vh;
  }
  .slider-img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .slider-sec {
    animation: slideTextFade 8s ease 0s 1 normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: +1;
  }
  .slider-nashi {
    min-width: 180px;
    width: 15vw;
    height: auto;
    margin-bottom: 20px;
  }
  .slider-title {
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.1em;
    font-size: 1.8vw;
    font-weight: 600;
    font-family: var(--font-maru);
    line-height: 1.2em;
  }

  /* トップページ スクロールボタン */
  .scroll {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
    padding: 10px 10px 110px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 14px;
    font-family: var(--font-en);
    line-height: 1;

    writing-mode: vertical-lr;
  }
  .scroll::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #000;
    content: "";
  }
  .scroll::after {
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  }

  /* トップ お知らせを横並びに */
  .top-news .c-entry-summary__body {
    display: flex;
    align-items: center;
  }
  .top-news .c-entry-summary__header {
    order: 1 !important;
  }
  .top-news .c-entry-summary__meta {
    order: 0 !important;
    margin-top: 0 !important;
    margin-right: 10px;
  }
  .top-news .c-meta__item {
    font-size: 16px;
  }

  /* トップ  ショップボタン*/
  .top-shop {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 60px;
  }
  .top-shop__item {
    text-align: center;
  }
  .top-shop__icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    border-radius: 20px;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 20px;
  }
  .top-shop__icon:hover {
    opacity: 0.8;
  }
  .top-shop__img {
    width: 100px;
    height: 100px;
  }
  .top-shop__en {
    font-family: var(--font-en);
    font-size: 30px;
  }
  .top-shop__title {
    font-family: var(--font-maru);
    font-size: 17px;
    font-weight: 400;
    color: #000;
  }

  /* ショップ スライダー・ボタン 角丸・幅を狭める */
  .spider__dots {
    --smb-spider-slider--dots-gap: 5px !important;
  }
  .smb-spider-slider > .spider__dots[data-thumbnails="true"] .spider__dot {
    width: calc(25% - var(--smb-spider-slider--dots-gap) * 3 / 4) !important;
  }
  .spider__figure {
    border-radius: 10px;
  }
  .smb-spider-slider__figure-wrapper > img {
    border-radius: 20px;
  }
  .shop-button .smb-btn__label {
    position: relative;
    top: 0.15em;
  }

  /* フッター */
  .footer {
    display: flex;
    justify-content: center;
  }
  .footer__logo {
    width: 350px;
    height: auto;
  }

  /* アクセス マップ設定 */
  .shop-map {
    margin-top: 60px !important;
    position: relative;
    overflow: hidden;
    height: 50vh;
    min-height: 400px;
  }
  .shop-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
} /* PC終了 */

/* タブレット ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
@media screen and (min-width: 520px) and (max-width: 1023px) {
  /* PC時に改行をなくす */
  .br_sp {
    display: none;
  }

  /* モバイルメニューの天地 */
  .l-header__content {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  /* 共通 ------------------------ */

  /* マージン */
  .mt-ss {
    margin-top: 20px !important;
  }
  .mt-s {
    margin-top: 40px !important;
  }
  .mt-m {
    margin-top: 60px !important;
  }
  .mt-l {
    margin-top: 80px !important;
  }
  .mt-ll {
    margin-top: 120px !important;
  }

  .mb-ss {
    margin-bottom: 20px !important;
  }
  .mb-s {
    margin-bottom: 40px !important;
  }
  .mb-m {
    margin-bottom: 60px !important;
  }
  .mb-l {
    margin-bottom: 80px !important;
  }

  /* タイトル */
  h2.title-h2 {
    text-align: center;
    font-size: 32px; /*変更*/
    font-weight: 400;
    font-family: var(--font-maru);
    letter-spacing: 0.1em;
  }
  h2.title-h2::before {
    position: absolute;
    top: -18px;
    left: 50%;
    display: inline-block;
    width: 36px; /*変更*/
    height: 39px; /*変更*/
    background-image: url(/wp-content/uploads/2024/08/icon-pear.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
    transform: translate(-50%, -50%);
  }
  h2.shop-name {
    font-family: var(--font-maru);
    font-size: 36px;
    line-height: 1.2em;
  }
  h5.shop-tel {
    font-family: var(--font-en);
    font-size: 32px;
    position: relative;
    text-decoration: none !important;
    color: #000 !important;
    padding-left: 24px;
    line-height: 1em;
  }
  h5.shop-tel::before {
    position: absolute;
    top: 0;
    font-size: 24px;
    left: 0;
    content: "\f095";
    font-family: "iconfont";
  }
  .search-h2__en {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    font-size: 36px; /*変更*/
    font-family: var(--font-en);
    line-height: 1.2em;
  }
  .search-h2__jp {
    font-weight: 400;
    text-align: center;
    font-size: 18px; /*変更*/
    font-family: var(--font-maru);
  }
  h2.his-title {
    font-size: 36px;
    font-family: var(--font-maru);
    color: var(--ci_orange);
    text-align: center;
  }
  h3.his-title__sub {
    font-size: 28px;
    text-align: center !important;
  }

  /* ヘッダー 高さ・フォント */
  .c-page-header {
    height: 200px !important; /*変更*/
  }
  .c-page-header__bgimage > img {
    object-fit: cover;
    object-position: bottom center;
  }
  .c-page-header__title {
    color: #000;
    font-family: var(--font-maru);
  }

  /* トップ スライダー */
  .slider-area {
    position: relative;
    margin-right: calc(50% - 50vw);
    margin-bottom: 80px !important;
    margin-left: calc(50% - 50vw);
    max-width: none !important;
    overflow: hidden;
  }
  .slider-area .swiper {
    overflow: visible;
  }
  .slider-area .slide {
    overflow: hidden;
    width: 25vw;
    height: 40vh;
  }
  .slider-img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .slider-sec {
    animation: slideTextFade 8s ease 0s 1 normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: +1;
  }
  .slider-nashi {
    min-width: 180px;
    width: 25vw; /*変更*/
    height: auto;
    margin-bottom: 20px;
  }
  .slider-title {
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.1em;
    font-size: 2.5vw; /*変更*/
    font-weight: 600;
    font-family: var(--font-maru);
    line-height: 1.2em;
  }

  /* トップページ スクロールボタン */
  .scroll {
    display: none; /*変更*/
  }

  /* トップ お知らせを横並びに */
  .top-news .c-entry-summary__body {
    display: flex;
    align-items: center;
  }
  .top-news .c-entry-summary__header {
    order: 1 !important;
  }
  .top-news .c-entry-summary__meta {
    order: 0 !important;
    margin-top: 0 !important;
    margin-right: 10px;
  }
  .top-news .c-meta__item {
    font-size: 16px;
  }

  /* トップ  ショップボタン*/
  .top-shop {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px; /*変更*/
  }
  .top-shop__item {
    text-align: center;
  }
  .top-shop__icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 15px; /*変更*/
  }
  .top-shop__icon:hover {
    opacity: 0.8;
  }
  .top-shop__img {
    width: 100px;
    height: 100px;
  }
  .top-shop__en {
    font-family: var(--font-en);
    font-size: 28px; /*変更*/
  }
  .top-shop__title {
    font-family: var(--font-maru);
    font-size: 16px; /*変更*/
    font-weight: 400;
    color: #000;
  }

  /* ショップ スライダー・ボタン 角丸・幅を狭める */
  .spider__dots {
    --smb-spider-slider--dots-gap: 5px !important;
  }
  .smb-spider-slider > .spider__dots[data-thumbnails="true"] .spider__dot {
    width: calc(25% - var(--smb-spider-slider--dots-gap) * 3 / 4) !important;
  }
  .spider__figure {
    border-radius: 10px;
  }
  .smb-spider-slider__figure-wrapper > img {
    border-radius: 20px;
  }
  .shop-button .smb-btn__label {
    position: relative;
    top: 0.15em;
  }

  /* フッター */
  .footer {
    display: flex;
    justify-content: center;
  }
  .footer__logo {
    width: 350px;
    height: auto;
  }

  /* アクセス マップ設定 */
  .shop-map {
    margin-top: 40px !important;
    position: relative;
    overflow: hidden;
    height: 40vh;
    min-height: 400px;
  }
  .shop-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
} /* タブレット終了 */

/* スマホ ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
@media screen and (max-width: 519px) {
  /* スマホ時に改行をなくす */
  .br_pc {
    display: none;
  }

  /* モバイルメニューの天地 */
  .l-header__content {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  /* 共通 ------------------------ */

  /* マージン */
  .mt-ss {
    margin-top: 10px !important;
  }
  .mt-s {
    margin-top: 20px !important;
  }
  .mt-m {
    margin-top: 40px !important;
  }
  .mt-l {
    margin-top: 60px !important;
  }
  .mt-ll {
    margin-top: 80px !important;
  }

  .mb-ss {
    margin-bottom: 10px !important;
  }
  .mb-s {
    margin-bottom: 20px !important;
  }
  .mb-m {
    margin-bottom: 40px !important;
  }
  .mb-l {
    margin-bottom: 60px !important;
  }

  /* タイトル */
  h2.title-h2 {
    text-align: center;
    font-size: 30px; /*変更*/
    font-weight: 400;
    font-family: var(--font-maru);
    letter-spacing: 0.1em;
  }
  h2.title-h2::before {
    position: absolute;
    top: -18px;
    left: 50%;
    display: inline-block;
    width: 33px; /*変更*/
    height: 36px; /*変更*/
    background-image: url(/wp-content/uploads/2024/08/icon-pear.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
    transform: translate(-50%, -50%);
  }
  h2.shop-name {
    font-family: var(--font-maru);
    font-size: 32px; /*変更*/
    line-height: 1.2em;
  }
  h5.shop-tel {
    font-family: var(--font-en);
    font-size: 30px; /*変更*/
    position: relative;
    text-decoration: none !important;
    color: #000 !important;
    padding-left: 24px;
    line-height: 1em;
  }
  h5.shop-tel::before {
    position: absolute;
    top: 0;
    font-size: 22px; /*変更*/
    left: 0;
    content: "\f095";
    font-family: "iconfont";
  }
  .search-h2__en {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    font-size: 32px; /*変更*/
    font-family: var(--font-en);
    line-height: 1.2em;
  }
  .search-h2__jp {
    font-weight: 400;
    text-align: center;
    font-size: 17px; /*変更*/
    font-family: var(--font-maru);
  }
  h2.his-title {
    font-size: 26px; /*変更*/
    font-family: var(--font-maru);
    color: var(--ci_orange);
    text-align: center;
    line-height: 1.5em; /*変更*/
  }
  h3.his-title__sub {
    font-size: 20px; /*変更*/
    text-align: center !important;
  }

  /* ヘッダー 高さ・フォント */
  .c-page-header[data-has-image="true"] {
    height: 180px !important; /*変更*/
  }
  .c-page-header__bgimage > img {
    object-fit: cover;
    object-position: bottom center;
  }
  .c-page-header__title {
    position: relative; /*追加*/
    top: -15px; /*追加*/
    color: #000;
    font-family: var(--font-maru);
    font-size: 28px; /*追加*/
  }

  /* トップ スライダー */
  .slider-area {
    position: relative;
    margin-right: calc(50% - 50vw);
    margin-bottom: 80px !important;
    margin-left: calc(50% - 50vw);
    max-width: none !important;
    overflow: hidden;
  }
  .slider-area .swiper {
    overflow: visible;
  }
  .slider-area .slide {
    overflow: hidden;
    width: 25vw;
    height: 40vh;
  }
  .slider-img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .slider-sec {
    width: 100%;
    animation: slideTextFade 8s ease 0s 1 normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: +1;
  }
  .slider-nashi {
    min-width: 180px;
    width: 18vw; /*変更*/
    height: auto;
    margin-bottom: 20px;
  }
  .slider-title {
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.1em;
    font-size: 5vw; /*変更*/
    font-weight: 600;
    font-family: var(--font-maru);
    line-height: 1.2em;
  }

  /* トップページ スクロールボタン */
  .scroll,
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }

  /* トップ  ショップボタン*/
  .top-shop {
    display: grid;
    grid-template-columns: 1fr 1fr; /*変更*/
    gap: 20px 40px; /*変更*/
  }
  .top-shop__item {
    text-align: center;
  }
  .top-shop__icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 5px; /*変更*/
  }
  .top-shop__icon:hover {
    opacity: 0.8;
  }
  .top-shop__img {
    width: 90px; /*変更*/
    height: 90px; /*変更*/
  }
  .top-shop__en {
    font-family: var(--font-en);
    font-size: 28px; /*変更*/
  }
  .top-shop__title {
    font-family: var(--font-maru);
    font-size: 16px; /*変更*/
    font-weight: 400;
    color: #000;
  }

  /* ショップ スライダー・ボタン 角丸・幅を狭める */
  .spider__dots {
    --smb-spider-slider--dots-gap: 5px !important;
  }
  .smb-spider-slider > .spider__dots[data-thumbnails="true"] .spider__dot {
    width: calc(25% - var(--smb-spider-slider--dots-gap) * 3 / 4) !important;
  }
  .spider__figure {
    border-radius: 5px;
  }
  .smb-spider-slider__figure-wrapper > img {
    border-radius: 10px;
  }
  .shop-button .smb-btn__label {
    position: relative;
    top: 0.15em;
  }

  /* フッター */
  .footer {
    display: flex;
    justify-content: center;
  }
  .footer__logo {
    width: 300px; /*変更*/
    height: auto;
  }

  /* アクセス マップ設定 */
  .shop-map {
    margin-top: 40px !important; /*変更*/
    position: relative;
    overflow: hidden;
    height: 50vh;
  }
  .shop-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
} /* スマホ終了 */

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "iconfont";
  src: url("fonts/iconfont.eot?xupado");
  src: url("fonts/iconfont.eot?xupado#iefix") format("embedded-opentype"),
    url("fonts/iconfont.ttf?xupado") format("truetype"),
    url("fonts/iconfont.woff?xupado") format("woff"),
    url("fonts/iconfont.svg?xupado#iconfont") format("svg");

  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope-o:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-home:before {
  content: "\f015";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-phone:before {
  content: "\f095";
}
.icon-phone-square:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-arrow-circle-right:before {
  content: "\f0a9";
}
.icon-chain:before {
  content: "\f0c1";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-paw:before {
  content: "\f1b0";
}
.icon-paper-plane:before {
  content: "\f1d8";
}
.icon-send:before {
  content: "\f1d8";
}
.icon-facebook-official:before {
  content: "\f230";
}
.icon-telegram:before {
  content: "\f2c6";
}
