@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
/* ==========================================================================
   ぐるっと東京 リニューアル用 フリーCSS (Gold x Navy Theme)
   ========================================================================== */

:root {
  --gold: #C9A84C;
  --navy: #1A2340;
  --cream: #FAF6EE;
  --white: #FFFFFF;
  --gold-light: #E8D5A3;
}

/* ##########################################################################
   1. 全体
   ########################################################################## */

/* ----- PC ----- */
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 100%;
  color: #333 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* ----- SP (max-width: 1024px) ----- */
@media (max-width: 1024px) {
  #wrapper {
    max-width: 1024px;
  }
}

/* ----- SP (max-width: 768px) ----- */
@media (max-width: 768px) {
  #wrapper {
    max-width: 100%;
  }
}

/* ----- SP (max-width: 480px) ----- */
@media (max-width: 480px) {
  #wrapper {
    max-width: 100%;
  }
}

/* ##########################################################################
   2. セクション共通
   ########################################################################## */

/* PC・共通 */
.top-content__section {
  padding: 50px 0;
}

body .top-content__section#content_shop {
  padding: 50px 0 100px;
  background-color: var(--cream);
}

.top-content__section:has(.pageSort) {
  padding: 50px 0 0;
}

.section__title-box {
  display: block;
  max-width: var(--layout-content-width, 1260px);
  margin: 0 auto 4em!important;
  padding: 0;
  text-align: left;
}

.section__title-box > div::before,
.section__title-box > div::after {
  display: none;
}

.section__title-box span {
  display: none;
}

/* 英語タイトル */
.section__title {
  margin: 0 0 6px;
  padding: 0;
  color: var(--gold);
  font-family: inherit;
  font-size: 4em;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}
/* 日本語サブタイトル */
.section__title-box .section__sub-title {
  margin: 0;
  padding: 0;
  color: #17365D !important;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
#content_report .section__sub-title {
  font-size: 0;
}

#content_report .section__sub-title::after {
  content: "レポート";
  font-size : 1.5rem;
}
#content_news_tab .section__sub-title {
  font-size: 0;
}

#content_news_tab .section__sub-title::after {
  content: "新着投稿";
  font-size : 1.5rem;
}

div[style*="background-color: #F0F2F1"] {
  background-color: #FAF6EE !important;
}

/* タブレット・SP */
@media screen and (max-width: 768px) {
  .top-content__section {
    padding: 60px 0;
  }

  body .top-content__section#content_shop {
    padding: 30px 0 60px;
  }

  .section__title {
    margin-bottom: 5px;
    font-size: 30px !important;
  }

  .section__sub-title {
    font-size: 14px;
  }
}

/* SP */
@media screen and (max-width: 600px) {
  .top-content__section {
    padding-right: 1em;
    padding-left: 1em;
  }

  .section__title-box {
    margin: 0 !important;
    padding: 0;
  }

  .section__title {
    font-size: 28px !important;
  }

  .section__sub-title {
    font-size: 13px;
  }
}

/* 小さいSP */
@media screen and (max-width: 480px) {
  body .top-content__section#content_shop {
    padding: 20px 0 40px;
  }

  .section__title {
    font-size: 26px !important;
  }

  .section__sub-title {
    font-size: 13px;
  }
}

#content_special .section__title {
  font-size: 0!important;
}

#content_special .section__title::after {
  content: "FEATURE";
  font-size: 4rem!important;
}
#content_shop .section__title {
    font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 1.8rem!important;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #333;
}
#content_shop .section__title-box {
    margin: 0 auto 0.5em !important;
}
/* ##########################################################################
3. ヘッダー・ナビゲーション
   ########################################################################## */
/* ==========================================================================
3-1. メインメニュー背景
   ========================================================================== */

/* ----- PC ----- */
.spn-sticky-menu {
  justify-content: center;
  border-top: 0;
  border-bottom: 0;
  background: #F3F2EF;
  box-shadow: 0 3px 8px rgba(26, 35, 64, 0.08);
}

.spn-sticky-menu .scroller {
  position: relative;
}


/* ==========================================================================
3-2. メインメニュー項目
   ========================================================================== */

.header__navigation-list {
  align-items: stretch;
  width: fit-content;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  margin: 0 auto;
}

.header__navigation-item.header__tab-item {
  position: relative;
  width: calc(100% / 8);
}

.header__navigation-item.header__tab-item:not(:last-child) {
  margin: 0;
}

/* メニュー間の区切り線 */
.header__navigation-item.header__tab-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0 !important;
  width: 1px;
  height: 28%;
  margin: 0 !important;
  border-right: 0 !important;
  background: #DDD9D0;
  transform: translateY(-50%);
  pointer-events: none;
}

.header__navigation-item.header__tab-item a {
  position: relative;
  height: auto !important;
  margin: 0 !important;
  padding: 14px 26px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent;
  color: #1A2340;
  font-weight: 600;
  line-height: 3;
  letter-spacing: 0.04em !important;
  white-space: nowrap;
  transition: color 0.2s ease;
}

/* ホバー下線の初期状態 */
.header__navigation-item.header__tab-item a::after {
  content: "";
  position: absolute;
  right: 20%;
  bottom: 0;
  left: 20%;
  height: 3px;
  background: #B89A4A;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

/* active時は見た目を変更しない */
.header__navigation-item.header__tab-item a.active {
  border: 0 !important;
  background: transparent;
  color: #1A2340;
}

/* ホバー時 */
.header__navigation-item.header__tab-item a:hover {
  border: 0 !important;
  background: transparent;
  color: #1A2340;
}

/* ホバー時だけ下線を表示 */
.header__navigation-item.header__tab-item a:hover::after {
  transform: scaleX(1);
}


/* ==========================================================================
3-3. 言語選択
   ========================================================================== */

.language-select-mobile {
  border: 1px solid #C9A84C !important;
  border-radius: 50vh !important;
  padding: 0.5em 1em !important;
}

.language-select-mobile span {
  color: #1A2340 !important;
  font-weight: bold !important;
  margin-left: 0.5em;
}

/* ==========================================================================
   3-4. ヘッダー共通設定
   ========================================================================== */

.header-navi-wrapper {
  z-index: 1000;
  background: #fff;
  box-shadow: 0 5px 14px rgba(26, 35, 64, 0.12);
}

header .site__header-h1 {
  color: gray;
  font-size: 9px !important;
}

/* ==========================================================================
3-5. ヘッダーサブメニュー
   ========================================================================== */

/* ヘッダーから開くサブメニューの外枠 */
.site-header__genre-list {
  top: auto !important;
  width: 100%;
  border-top: 1px solid #e5e2dc !important;
  border-bottom: 0 !important;
  background: #ffffff !important;
  box-shadow: 0 8px 18px rgba(26, 35, 64, 0.12);
}

/* サブメニュー内の余白 */
.site-header__genre-list .category__navigation-box {
  margin: 0;
  padding: 0;
  background: #ffffff;
}

/* PCでヘッダーサブメニューとして表示されるときだけ適用 */
@media (min-width: 768px) {
  .site-header__genre-list ul.category__navigation-list {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
}

/* ==========================================================================
3-6. PC表示設定
   ========================================================================== */

/* ----- PC (min-width: 769px) ----- */
@media (min-width: 769px) {
  .header-navi-wrapper {
    display: block !important;
  }
}


/* ==========================================================================
3-7. タブレット表示設定
   ========================================================================== */

/* ----- SP (max-width: 1024px) ----- */
@media (max-width: 1024px) {
  header {
    width: 95%;
    margin: 0 auto;
  }

  header .site__header-h1 {
    margin-left: 0;
  }

  .site-digest__header-box__inner {
    padding-left: 0;
  }

  .header__navigation-item.header__tab-item {
    width: auto;
  }

  .header__navigation-item.header__tab-item a {
    padding: 12px 20px !important;
    font-size: 0.9rem;
  }
}


/* ==========================================================================
3-8. スマートフォンのロゴ設定
   ========================================================================== */

/* ----- SP (max-width: 767px) ----- */
@media (max-width: 767px) {
  .site-digest__header-box .site__logo {
    max-width: none;
    margin-left: 0 !important;
    max-height: 50px !important;
    margin-bottom: 0 !important;
  }
}


/* ==========================================================================
3-9. スマートフォンのヘッダー・店舗検索ボタン
   ========================================================================== */

/* ----- SP (max-width: 600px) ----- */
@media (max-width: 600px) {
  .js-site-header {
    width: 100% !important;
    padding-top: 0.5em;
  }

  .p-header {
    padding-right: 1em;
    border-bottom: 3px solid var(--gold-light);
  }

  .pcDisplayNone.search-spot-btn {
    margin: 0 !important;
    overflow: visible;
  }

  .search-spot-btn a {
    display: inline-block;
    width: 80%;
    margin-top: -50px;
    overflow: hidden;
    border-radius: 50vh;
    line-height: 0;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .search-spot-btn a img {
    content: url("https://rush55.co.jp/demo/gurutto/btnSearchShopGold.png");
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0;
    transition: transform 0.3s ease, filter 0.3s ease;
  }

  .search-spot-btn a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(26, 35, 64, 0.18);
  }

  .search-spot-btn a:hover img {
    transform: scale(1.03);
    filter: brightness(1.05);
  }

  .search-spot-btn a:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(26, 35, 64, 0.12);
  }
}

/* ##########################################################################
   4. 言語セレクト
   ########################################################################## */

/* ----- PC ----- */
header .language_select .dropdown-menu {
  top: 85px !important;
}

.language_select .dropdown-menu {
  border: 1px solid var(--gold-light) !important;
  background: #ffffff !important;
}

.language_select .dropdown-menu li {
  gap: 0 !important;
  width: 100%;
  text-align: left;
  align-items: flex-start !important;
}

.language_select .dropdown-menu li a {
  line-height: 3 !important;
  color: var(--navy) !important;
}

.language_select .dropdown-menu li.active {
  background: var(--cream) !important;
}

.language_select .dropdown-menu li.active a {
  margin-left: 1em;
  color: var(--gold) !important;
  font-weight: bold !important;
}

.language_select .dropdown-menu li.active::before {
  background-color: var(--gold) !important;
}

.language_select .dropdown-item {
  border-bottom: 1px solid var(--cream) !important;
  width: 100% !important;
  color: rgb(153,153,153) !important;
  font-weight: bold !important;
  text-align: left !important;
  justify-content: flex-start !important;
  padding: 0 1.5em !important;
  line-height: 3 !important;
}

.language_select .dropdown-item__inner {
  width: 100% !important;
  gap: 0 !important;
  padding: 0 !important;
}

/* ##########################################################################
   5. 店舗カード
   ########################################################################## */

/* ----- PC ----- */
#content_shop .shop-info__item--one-column a {
  position: relative;
  border-radius: 15px;
}

#content_shop .shop-info__item--one-column .shop-info__label-new {
  background: initial !important;
  position: absolute;
  left: 5%;
  top: 5%;
  width: fit-content;
  z-index: 100;
}

#content_shop .shop-info__item dd {
  padding: 1em;
}

#content_shop .shop-info__item .shop-info__label-box {
  left: auto;
  right: 5%;
  top: 5%;
}

#content_shop .shop-info__item .shop-info__label-box .category__label {
  border-radius: 50vh;
}

.shop-info__thumbnail {
  position: relative;
  width: 100%;
  height: 60% !important;
}

.shop-info__thumbnail img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.shop-name__title--block {
  background-color: inherit !important;
  padding: 0.5em 1em 0;
}

dd.shop-info__detail {
  background-color: #ffffffb3;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 40%;
  padding: 0.5em 0.5em 1em !important;
  box-shadow: 0 8px 40px rgba(26, 35, 64, 0.15);
}

.shop-info__item dd.shop-info__detail .shop-info__description {
  padding: 0.5em 1em;
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: stretch;
  gap: 5px;
  height: calc(100% - 2.5em);
}

.shop-info__item .info-copy--middle {
  font-size: 13px;
}

.shop-info__description .flex__box {
  margin-top: auto;
  padding-bottom: 0 !important;
}

.shop-info__item:not(.point-info__item):nth-of-type(4n-3) dd {
  min-height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: stretch;
  justify-content: flex-start;
}

.shop-info__item:not(.point-info__item):nth-of-type(4n-3) dd .flex__box {
  display: block !important;
}

.shop-info__item:not(.point-info__item):nth-of-type(4n-3) .info-copy--middle {
  margin-bottom: 0.5rem;
}

#content_shop .new-shop .slick-slider .shop-info__item:nth-of-type(5n) {
  background: #f7f7f7;
}

#content_shop .slick-slider .prev,
#content_shop .slick-slider .next {
  background: var(--gold-light);
  opacity: 0.5;
}

.new-shop {
  padding-top: 50px;
}

#content_shop .section__title-box > div::after {
  bottom: -25px;
}

/* ----- PC (min-width: 1025px) ----- */
@media (min-width: 1025px) {
  .daily-news .shop-info__list {
    align-items: stretch;
  }

  .daily-news .shop-info__item {
    display: flex;
    flex-direction: column;
  }

  .daily-news .shop-info__item > a {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

/* ----- SP (max-width: 1024px) ----- */
@media (max-width: 1024px) {
  #content_shop .slick-slider .prev {
    left: 1vw;
  }

  #content_shop .slick-slider .next {
    right: 1vw;
  }
}

/* ----- SP (max-width: 768px) ----- */
@media (max-width: 768px) {
  #content_shop .shop-info__list {
    width: 100%;
    margin: 0 auto;
  }

  .shop-info__thumbnail {
    height: auto !important;
  }

  .shop-info__item dd.shop-info__detail .shop-info__description {
    height: auto !important;
  }

  .shop-info__item:not(.point-info__item):nth-of-type(4n-3) dd,
  .shop-info__item dd {
    display: block;
  }

  .new-shop {
    padding-top: 30px;
  }
}

/* ----- SP (max-width: 767px) ----- */
@media (max-width: 767px) {
  .shop-info__item--vertical {
    background: #ffffff;
    border: 1px solid var(--cream);
    margin-bottom: 15px !important;
    padding: 0 !important;
    box-shadow: 1px 3px 5px 0px #80808045;
    border-radius: 15px;
  }

  .shop-info__item--vertical .shop-info__thumbnail img {
    border-radius: 15px 0 0 15px !important;
  }

  .shop-info__list--vertical .shop-info__item--vertical:first-child {
    border: 1px solid var(--cream);
    padding: 0;
  }

  .shop-info__item--vertical:nth-of-type(6n-5) .shop-info__thumbnail img {
    border-radius: 15px !important;
  }

  .shop-info__item--vertical:nth-of-type(6n-5) dd {
    border-radius: 15px;
  }

  .shop-info__item--vertical dd {
    padding: 0.5em;
  }

  .shop-info__box.daily-news > .shop-info__list {
    width: 95% !important;
  }

  #pickup_section .shop-info__item--vertical:nth-of-type(8n-6) .shop-info__thumbnail img {
    border-radius: 15px !important;
  }

  #pickup_section .shop-info__item--vertical:nth-of-type(8n-6) dd {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 1em 0.7em;
  }
}

/* ----- SP (max-width: 480px) ----- */
@media (max-width: 480px) {
  .shop-info__item .info-copy--middle {
    font-size: 12px;
  }

  .shop-info__item dd.shop-info__detail .shop-info__description {
    padding: 0.4em 0.8em;
  }
}

/* ##########################################################################
   6. デイリーニュース
   ########################################################################## */

/* ----- PC ----- */
.daily-news .shop-info__list {
  gap: 25px 15px;
  align-items: stretch;
  margin: 50px auto 100px;
}

.daily-news .shop-info__item {
  width: calc(25% - 15px) !important;
  border: 0;
  margin: 0;
}

.daily-news .shop-info__item > a {
  display: block;
  border-radius: 15px;
  box-shadow: 0px 4px 5px 0 rgba(26, 35, 64, 0.01);
  height: 100%;
}

/* ----- SP (max-width: 1024px) ----- */
@media (max-width: 1024px) {
  .daily-news .shop-info__item {
    width: calc(33.333% - 15px) !important;
  }
}

/* ----- SP (max-width: 768px) ----- */
@media (max-width: 768px) {
  .daily-news .shop-info__item {
    width: calc(50% - 15px) !important;
  }

  .daily-news .shop-info__list {
    margin: 30px auto 60px;
  }
}

/* ----- SP (max-width: 480px) ----- */
@media (max-width: 480px) {
  .daily-news .shop-info__item {
    width: 100% !important;
  }

  .daily-news .shop-info__list {
    gap: 10px;
    margin: 20px auto 40px;
  }
}

/* ##########################################################################
   7. 一覧・カテゴリ
   ########################################################################## */

/* ----- PC ----- */
.icon-dailynews {
  display: none;
}

.list-header {
/*  background: #FAF6EE;　*/
 /* border-bottom: 2px solid #E8D5A3;*/
  margin-bottom: 0;
}

.category-iscroll-box .category__list {
  padding: 0;
  border-bottom: 0;
}

.category-iscroll-box .category__list .category__item {
  margin: 0;
}

.category-iscroll-box .category__list .category__item + li {
  border-left: 0;
  padding-left: 0;
  height: 100%;
}

.category-iscroll-box .category__list .category__item a {
  font-weight: bold;
  color: #1A2340;
  font-size: 0.85rem;
  padding: 1em 1.5em;
}

.news-category__item.active a,
.news-category__item--active a,
.coupon-category__item--active a,
.review-category__item.active a,
.review-category__item--active a,
.job-category__item.active a,
.job-category__item--active a {
  color: #C9A84C !important;
  background: none;
  border-bottom: 3px solid #C9A84C;
}

.news-category__list .category__item--mod-category-1.active a,
.review-category__list .category__item--mod-category-1.active a {
  background: inherit;
  color: inherit;
}

.news-list .news--search__box {
  margin-bottom: 40px;
  background: #f5f0e8;
  padding: 14px 16px;
  border-bottom: 1px solid #E8D5A3;
}

.digest-area-box label,
.news-list .news--search__box label {
  padding: 5px 14px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #1A2340;
  background: #ffffff;
  border: 1.5px solid #d0c8b0;
  border-radius: 50vh;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.digest-area-box > input[type=checkbox]:checked + label,
.news-list .news--search__box > input.news--search__btn:checked + label {
  color: #ffffff;
  background: #1A2340;
  border-color: #1A2340;
}

/* ----- SP (max-width: 1024px) ----- */
@media (max-width: 1024px) {
  .news-list {
    padding: 0;
  }

  #content_news_tab .slick-slider {
    width: 95%;
    margin: 0 auto 30px;
  }

  #content_news_tab .slick-slider .slick-slide {
    margin-left: 1em !important;
  }

  .spDisplayNone .digest-area-box {
    max-width: 95%;
    margin: 4px auto 1em;
  }
}

/* ----- SP (max-width: 767px) ----- */
@media (max-width: 767px) {
  .news-list .news--search__box {
    margin: 0 auto 30px;
  }

  .list-header {
    border-top: 2px solid var(--gold-light);
  }
}

/* ##########################################################################
   8. ニュース・ラベル
   ########################################################################## */

/* ----- PC ----- */
.news-category__box {
  align-items: flex-end;
  flex-direction: column;
}

.news-cate__label {
  margin: 0;
}

.news-category__box.pc_box {
  left: auto;
  right: 0;
}

.news-category__box.pc_box > span {
  border-radius: 0 0 0 6px;
}

.news-category__box .news-area__label:first-child {
  border-top-right-radius: 15px;
  background-color: #26063e;
}

.news-favorite {
  top: auto !important;
  bottom: 5% !important;
  left: auto !important;
  right: 5% !important;
}

.event-area__label,
.news-area__label,
.review__shop-area__label,
.job-info__item .subject__box .label__box .area_label {
  background: var(--navy);
  border-radius: 5px;
}

/* ----- SP (max-width: 767px) ----- */
@media (max-width: 767px) {
  .news-list .slick-slider .prev,
  .news-list .slick-slider .next {
    top: 50% !important;
    bottom: auto !important;
  }

  .news-category__box .news-area__label:first-child {
    border-radius: 0;
    margin-bottom: 0.1em;
  }
}
/* ##########################################################################
   9. イベント
   ########################################################################## */

/* =========================================
   セクション全体
========================================= */

#content_event {
  width: 100%;
  padding-top: 60px;
  overflow: visible !important;
}

#content_event *,
#content_event *::before,
#content_event *::after {
  box-sizing: border-box;
}

.event-info__normal-box {
  width: 100%;
  margin: 0 auto;
}

/* =========================================
   絞り込みボタン
========================================= */

.event-term__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.event-term__item {
  flex: 0 0 auto;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

.event-term__item a {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  min-width: 118px;
  height: 54px;
  padding: 4px 18px;
  overflow: hidden;

  border: 1px solid #d9d9d9;
  border-radius: 999px;
  background: #ffffff;

  color: #253044;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;

  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.event-term__item a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;

  border-radius: inherit;
  background: #183553;

  transform: translateX(-101%);
  transition: transform 0.3s ease;
}

.event-term__item a:hover {
  border-color: #183553;
  color: #ffffff;
  transform: translateY(-2px);
}

.event-term__item a:hover::before {
  transform: translateX(0);
}

/* =========================================
   イベント一覧
========================================= */

.event-info__normal-box .event-info__normal-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
  width: 100%;
  margin: 0 0 42px;
  padding: 0;
  list-style: none;
}

/* =========================================
   イベントカード
========================================= */

.event-info__normal-box .event-info__normal-item,
.event-info__normal-box .event-info__normal-item:first-child {
  display: block;
  width: 100% !important;
  min-width: 0 !important;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;

  border: 1px solid #ebe6dc !important;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(27, 42, 61, 0.07);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.event-info__normal-box .event-info__normal-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(27, 42, 61, 0.13);
}

.event-info__normal-box .event-info__normal-item > a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

/* =========================================
   カード内レイアウト
========================================= */

.event-info__normal-box .event-info__normal-item dl {
  display: grid !important;
  grid-template-columns: 44% minmax(0, 1fr);
  align-items: stretch !important;
  width: 100%;
  height: 100%;
  min-height: 280px;
  margin: 0;
  padding: 0;
}

/* =========================================
   画像エリア
========================================= */

.event-info__normal-box
.event-info__normal-list
.event-info__normal-item
.event-info__thumbnail {
  position: relative !important;
  display: flex !important;
  align-items: center;
  justify-content: center;

  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 280px;

  margin: 0 !important;
  padding: 8px !important;
  overflow: hidden !important;

  border: 0 !important;
  border-radius: 0 !important;
  background: #f6f2e9 !important;
  line-height: 0 !important;
}

.event-info__normal-box
.event-info__normal-list
.event-info__normal-item
.event-info__thumbnail img {
  position: static !important;
  inset: auto !important;
  display: block !important;

  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 264px;

  margin: 0 !important;
  padding: 0 !important;

  border-radius: 8px !important;
  object-fit: contain !important;
  object-position: center !important;
  vertical-align: bottom !important;

  transition: transform 0.35s ease;
}

.event-info__normal-box
.event-info__normal-item:hover
.event-info__thumbnail img {
  transform: scale(1.02);
}

.event-info__normal-box .event-info__thumbnail::before,
.event-info__normal-box .event-info__thumbnail::after {
  display: none !important;
  content: none !important;
}

.event-info__normal-box .event-info__thumbnail-main {
  display: none !important;
}

/* =========================================
   文字エリア
========================================= */

.event-info__normal-box .event-info__normal-item dl dd {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;

  min-width: 0;
  width: 100%;

  margin: 0 !important;
  padding: 22px !important;
  background: #ffffff;
}

.event-info__normal-box .subject__box {
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
}

.event-info__normal-box .event-info__normal-item .subject__box {
  height: auto;
  max-height: none;
}

/* =========================================
   エリア・カテゴリ
========================================= */

.event-info__normal-box .event-category__box {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;

  width: 100%;
  margin: 0 0 12px;
  padding: 0;
}

.event-info__normal-box .event-area__label,
.event-info__normal-box .event-cate__label {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  width: auto !important;
  min-width: 0 !important;
  min-height: 24px;

  margin: 0 !important;
  padding: 5px 10px !important;

  border: 0 !important;
  border-radius: 999px;

  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.event-info__normal-box .event-area__label {
  background: #183553 !important;
  color: #ffffff !important;
}

.event-info__normal-box .event-cate__label {
  background: #f1eee7 !important;
  color: #4c5560 !important;
}

.event-info__normal-box .event-area__label.off,
.event-info__normal-box .event-cate__label.off {
  display: inline-flex !important;
  opacity: 1 !important;
}

/* =========================================
   開催日
========================================= */

.event-info__normal-box .term-date__lable {
  display: block !important;
  width: 100%;
  margin: 0 0 10px !important;
  padding: 0 !important;

  border: 0 !important;
  color: #ec4e38 !important;

  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.event-info__normal-box .term-date__lable.off {
  display: block !important;
  color: #ec4e38 !important;
  opacity: 1 !important;
}

/* =========================================
   イベントタイトル
========================================= */

.event-info__normal-box .section__sub-title {
  position: static !important;
  display: -webkit-box !important;
  float: none !important;

  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;

  color: #162942;
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.01em;
  text-align: left;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* =========================================
   説明文
========================================= */

.event-info__normal-box .info-copy--middle {
  position: static !important;
  display: -webkit-box !important;
  float: none !important;

  width: 100%;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  overflow: hidden;

  color: #47566a;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* =========================================
   下部ボタン
========================================= */

.event-button__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;

  margin: 0;
  padding: 0;
  list-style: none;
}

.event-button__list li {
  width: min(240px, 100%);
  margin: 0;
  padding: 0;
}

.event-button__list a {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 50px;
  padding: 10px 24px;

  border: 1px solid #183553;
  border-radius: 999px;
  background: #ffffff;

  color: #183553;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;

  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.event-button__list a:hover {
  background: #183553;
  color: #ffffff;
  transform: translateY(-2px);
}

/* =========================================
   タブレット
========================================= */

@media screen and (max-width: 1024px) {
  .event-info__normal-box .event-info__normal-item dl {
    grid-template-columns: 44% minmax(0, 1fr);
    min-height: 230px;
  }

  .event-info__normal-box
  .event-info__normal-list
  .event-info__normal-item
  .event-info__thumbnail {
    min-height: 230px;
    padding: 10px !important;
  }

  .event-info__normal-box
  .event-info__normal-list
  .event-info__normal-item
  .event-info__thumbnail img {
    max-height: 210px;
  }

  .event-info__normal-box .event-info__normal-item dl dd {
    padding: 18px 16px !important;
  }

  .event-info__normal-box .section__sub-title {
    font-size: 15px;
  }

  .event-info__normal-box .info-copy--middle {
    font-size: 12px;
  }
}

/* =========================================
   スマートフォン
========================================= */

@media screen and (max-width: 767px) {
  #content_event {
    padding-top: 40px;
  }

  /* 絞り込みボタン */
  .event-term__list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;

    margin: 22px 0;
    padding: 0 16px 6px;

    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .event-term__list::-webkit-scrollbar {
    display: none;
  }

  .event-term__item {
    flex: 0 0 auto;
  }

  .event-term__item a {
    min-width: 90px;
    height: 48px;
    padding: 3px 10px;

    font-size: 10px;
    line-height: 1.3;
  }

  /* イベント一覧 */
  .event-info__normal-box .event-info__normal-list {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 28px;
  }

  .event-info__normal-box .event-info__normal-item,
  .event-info__normal-box .event-info__normal-item:first-child {
    border-radius: 12px;
  }

  .event-info__normal-box .event-info__normal-item dl {
    grid-template-columns: 130px minmax(0, 1fr);
    min-height: 150px;
  }

  /* SP画像 */
  .event-info__normal-box
  .event-info__normal-list
  .event-info__normal-item
  .event-info__thumbnail {
    width: 130px !important;
    min-height: 150px;
    padding: 8px !important;
    border-radius: 0 !important;
  }

  .event-info__normal-box
  .event-info__normal-list
  .event-info__normal-item
  .event-info__thumbnail img {
    width: 100% !important;
    height: 100% !important;
    max-height: 134px;
    border-radius: 6px !important;
    object-fit: contain !important;
  }

  /* SP文字 */
  .event-info__normal-box .event-info__normal-item dl dd {
    justify-content: center;
    padding: 12px 13px !important;
  }

  .event-info__normal-box .event-category__box {
    gap: 4px;
    margin-bottom: 7px;
  }

  .event-info__normal-box .event-area__label,
  .event-info__normal-box .event-cate__label {
    min-height: 20px;
    padding: 3px 7px !important;
    font-size: 9px;
  }

  .event-info__normal-box .term-date__lable {
    margin-bottom: 6px !important;
    font-size: 10px;
  }

  .event-info__normal-box .section__sub-title {
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
  }

  /* 下部ボタン */
  .event-button__list {
    flex-direction: column;
    gap: 8px;
  }

  .event-button__list li {
    width: 100%;
  }

  .event-button__list a {
    min-height: 46px;
    font-size: 13px;
  }
}

/* =========================================
   小さいスマートフォン
========================================= */

@media screen and (max-width: 480px) {
  .event-info__normal-box .event-info__normal-item dl {
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 142px;
  }

  .event-info__normal-box
  .event-info__normal-list
  .event-info__normal-item
  .event-info__thumbnail {
    width: 112px !important;
    min-height: 142px;
    padding: 7px !important;
  }

  .event-info__normal-box
  .event-info__normal-list
  .event-info__normal-item
  .event-info__thumbnail img {
    max-height: 128px;
  }

  .event-info__normal-box .event-info__normal-item dl dd {
    padding: 10px !important;
  }

  .event-info__normal-box .event-area__label,
  .event-info__normal-box .event-cate__label {
    padding: 3px 6px !important;
    font-size: 8px;
  }

  .event-info__normal-box .term-date__lable {
    font-size: 9px;
  }

  .event-info__normal-box .section__sub-title {
    font-size: 13px;
  }
}

/* ##########################################################################
   10. ボタン
   ########################################################################## */

/* ----- PC ----- */
a.more-look__btn {
  border-color: #1A2340;
  color: #1A2340;
  margin-top: 50px;
}

.more-look__btn:hover {
  background-color: var(--navy);
}

.ranking__box .ranking__btn,
a.btn-main {
  background: var(--gold);
  border: 1px solid var(--gold);
  color: #fff !important;
  border-radius: 50vh;
  font-size: 0.8em;
  padding: 0.8em 2em;
  line-height: 1em !important;
}

.ranking__box .ranking__btn i {
  color: #fff !important;
}

a.btn-main {
  position: relative;
  padding: 1em 3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a.btn-main::after {
  margin-left: 1em;
}

a.flyer-help-btn::before,
a.coupon-send-btn::before,
a.btn-main i {
  color: #fff !important;
  float: none;
  line-height: 1;
  margin-right: 0.5em;
  font-size: 1.5em !important;
}

/* ----- SP (max-width: 767px) ----- */
@media (max-width: 767px) {
  a.more-look__btn {
    margin-top: 0;
  }

  .search-btn-wrapper .ranking-btn .btn-main {
    border-color: var(--gold);
    padding: 1em 3em;
  }
}

/* ##########################################################################
   11. トピックス
   ########################################################################## */

/* ----- PC ----- */
.topics__box .slick-track {
  gap: 15px;
}

.topics__list {
  /* padding-top: 50px; */
  position: relative;
}

.topics__list .topics__item {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 15px;
  border: 1px solid var(--gold-light);
  position: relative;
}

.topics__list .topics__item .imgBox img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.topics__list .topics__item .txtBox {
  padding: 1em;
}

.topics__list .topics__item .txtBox .cateBox {
  margin: 0 0 0.5em;
}

.topics__list .topics__item .txtBox .day {
  margin-bottom: 0.5em;
}

.topics__list .topics__item .txtBox .cateLabel {
  font-weight: bold;
  border-radius: 5px;
  padding: 0.5em 1em;
}

.topics__item .featureBox {
  margin: 0 !important;
  top: 45%;
  margin-left: 15px !important;
  background: #C9A84C;
  padding: 0.5em 1em;
  font-weight: bold;
  border-radius: 5px;
}

.topics__item .featureBox .featureLabel {
  color: #ffffff;
}

.txtBox > div:not([class]) {
  font-size: 0.85em;
}

.topics-term__item a {
  border-color: var(--gold);
}

.topics-term__item a:hover,
.topics-term__item a.active {
  background: var(--gold);
}

.topics__box .slick-slider .prev,
.topics__box .slick-slider .next,
.news-list .slick-slider .prev,
.news-list .slick-slider .next {
  background: var(--gold-light);
  height: 50px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  line-height: 0;
  border-radius: 100vh;
  opacity: 0.7;
}

.slick-slider .prev::before,
.slick-slider .next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1280px) {
root {
--layout-content-width : 95%;
}
}
/* ----- SP (max-width: 768px) ----- */
@media (max-width: 768px) {
  .topics__list {
    margin-bottom: 60px;
    padding-top: 30px;
  }
}

/* ----- SP (max-width: 767px) ----- */
@media (max-width: 767px) {
  .topics__list .topics__item .txtBox {
    min-height: 8.62rem;
    display: flex;
    justify-content: flex-start;
  }

  .txtBox > div:not(.featureBox) {
    margin-top: auto;
  }

  #content_report .topics__box ul.topics__list li.topics__item {
    border-color: var(--gold-light);
    margin: 0 0.3em !important;
  }
}

/* ----- SP (max-width: 480px) ----- */
@media (max-width: 480px) {
  .topics__box .slick-track {
    gap: 10px;
  }

  .topics__list {
    margin-bottom: 40px;
    padding-top: 20px;
  }

  .topics__list .topics__item .txtBox {
    padding: 0.8em;
  }

  .topics__item .featureBox {
    margin-left: 10px !important;
    padding: 0.4em 0.8em;
    font-size: 0.85em;
  }

  .new-shop {
    padding-top: 20px;
  }
}

/* ##########################################################################
   12. カテゴリナビ
   ※ 外周線なし・カテゴリ間のみフラットなグレー線
   ########################################################################## */

/* ----- PC・共通 ----- */
.category__navigation-box {
  border: 0;
  margin-bottom: 0;
}

body .category__navigation-box {
  background: #ffffff;
  background-color: #ffffff;
  border-top: none;
  border-bottom: none;
}

ul.category__navigation-list {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 0;
  max-width: 860px;
  margin: 0 auto;
  padding: 0;
  border: none;
  list-style: none;
  flex-wrap: unset;
  align-items: stretch;
}

ul.category__navigation-list > li.category__navigation-item {
  position: relative;
  display: flex;
  width: auto;
  min-height: 0;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

ul.category__navigation-list > li.category__navigation-item + li {
  border-left: none;
}

ul.category__navigation-list > li.category__navigation-item:nth-of-type(3n),
ul.category__navigation-list > li.category__navigation-item:nth-of-type(4n) {
  border-right: none;
}

ul.category__navigation-list > li.category__navigation-item:nth-child(6n+4),
ul.category__navigation-list > li.category__navigation-item:nth-child(6n+5),
ul.category__navigation-list > li.category__navigation-item:nth-child(6n+6) {
  background: transparent;
}

ul.category__navigation-list > li.category__navigation-item:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 14px;
  right: 0;
  bottom: 14px;
  width: 1px;
  background: #dddddd;
}

ul.category__navigation-list > li.category__navigation-item > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 16px 6px 14px;
  border: none;
  border-radius: 0;
  background: #ffffff;
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  box-shadow: none;
  transition: background-color 0.18s ease, color 0.18s ease;
}

ul.category__navigation-list > li.category__navigation-item > a:hover {
  background: #f7f7f7;
  color: var(--gold);
}

ul.category__navigation-list > li.coupon-category__item.active > a,
ul.category__navigation-list > li.category__navigation-item.active > a {
  border: none;
  background: #f7f7f7;
  color: var(--gold);
}

ul.category__navigation-list.category__navigation-list_4column > li.category__navigation-item {
  width: auto;
  min-height: 0;
  border: none;
}

ul.category__navigation-list.category__navigation-list_4column > li.category__navigation-item:nth-of-type(3n),
ul.category__navigation-list.category__navigation-list_4column > li.category__navigation-item:nth-of-type(4n) {
  border-right: none;
}

ul.category__navigation-list.category__navigation-list_4column > li.category__navigation-item > a > div {
  margin: 0 auto;
}

ul.category__navigation-list > li.category__navigation-item .category__navigation-svg {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  max-width: 44px;
  max-height: 44px;
  margin: 0;
  overflow: hidden;
}

ul.category__navigation-list > li.category__navigation-item .category__navigation-svg svg,
ul.category__navigation-list > li.category__navigation-item .category__navigation-svg .svg_box {
  max-height: none;
  color: var(--gold);
  transform-origin: center center;
  filter:
    brightness(0)
    saturate(100%)
    invert(67%)
    sepia(38%)
    saturate(550%)
    hue-rotate(5deg)
    brightness(96%);
}

ul.category__navigation-list > li.category__navigation-item .category__navigation-svg svg path,
ul.category__navigation-list > li.category__navigation-item .category__navigation-svg svg .cate-svg,
ul.category__navigation-list > li.category__navigation-item .category__navigation-svg svg .cls-1,
ul.category__navigation-list > li.category__navigation-item .category__navigation-svg svg .st0 {
  fill: var(--gold);
}

ul.category__navigation-list.category__navigation-list_4column > li.category__navigation-item .category__navigation-svg svg {
  max-height: none;
}

ul.category__navigation-list > li.category__navigation-item > a:hover .category__navigation-svg svg,
ul.category__navigation-list > li.category__navigation-item > a:hover .category__navigation-svg .svg_box {
  filter:
    brightness(0)
    saturate(100%)
    invert(60%)
    sepia(55%)
    saturate(700%)
    hue-rotate(5deg)
    brightness(105%);
}

.category__navigation-sub {
  background: inherit;
  border-top: 0;
  padding: 0 0 1em;
}

body .category__navigation-box .category__navigation-sub {
display : none;
  border-top: none;
  border-bottom: none;
  background: transparent;
  background-color: transparent;
}

.category__navigation-sub .location-link a {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 1em 5em;
  border-radius: 50vh;
  background: var(--navy);
  color: #fff;
  font-weight: bold;
}

/* ----- SP（max-width: 767px） ----- */
@media (max-width: 767px) {
body .category__navigation-box .category__navigation-sub {
display : block;
}
  ul.category__navigation-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    max-width: 100%;
  }

  ul.category__navigation-list > li.category__navigation-item {
    position: relative;
    width: auto;
    min-height: 0;
    padding: 0;
    border: none;
    background: transparent;
  }

  ul.category__navigation-list > li.category__navigation-item::after {
    content: none;
  }

  ul.category__navigation-list > li.category__navigation-item:not(:nth-child(3n))::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 0;
    bottom: 12px;
    width: 1px;
    background: #dddddd;
  }

  ul.category__navigation-list > li.category__navigation-item:nth-child(-n+6)::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 12px;
    bottom: 0;
    left: 12px;
    height: 1px;
    background: #dddddd;
  }

  ul.category__navigation-list > li.category__navigation-item:last-child::after {
    content: none;
  }

  ul.category__navigation-list.category__navigation-list_4column > li.category__navigation-item {
    width: auto;
    min-height: 0;
    padding: 0;
    border: none;
    background: transparent;
  }

  ul.category__navigation-list > li.category__navigation-item > a {
    gap: 8px;
    padding: 14px 4px 12px;
    border: none;
    border-radius: 0;
    background: #ffffff;
  }

  body .category__navigation-box .category__navigation-sub {
    padding: 0 0 3em;
    border-top: none;
    border-bottom: none;
    background: transparent;
    background-color: transparent;
  }

  body .category__navigation-box .category__navigation-sub .location-link a {
    padding: 1em 5em;
    border-radius: 50vh;
    background: var(--navy);
    background-color: var(--navy);
  }
}

/* ----- SP（max-width: 480px） ----- */
@media (max-width: 480px) {
  ul.category__navigation-list > li.category__navigation-item > a {
    padding: 12px 1em 10px;
    font-size: 9px;
    line-height: 1.5;
    word-break: keep-all;
    overflow-wrap: normal;
  }
}

/* ----- PC・タブレット（min-width: 768px） ----- */
@media screen and (min-width: 768px) {
  .category__navigation-sub .location-link a {
    width: 50%;
  }

  .category__navigation-sub {
    padding: 2em 0;
  }
}

/* ##########################################################################
   13. トップ・検索まわり
   ########################################################################## */

/* ----- PC ----- */
.main__image-box.main-visual {
  margin-top: 3em;
}
#contentsBox section.mainImage {
  display: none;
  margin: 0;
}

#contentsBox.shopDigestBox {
  padding-top: 60px !important;
}

#breadBox {
  background: inherit !important;
  border-bottom: 1px solid var(--gold-light);
  margin-bottom: 20px;
}

#breadBox .inn {
  justify-content: space-between;
}

.topMainImg .searchBox .select p {
  border: 2px solid var(--gold);
  border-radius: 5px;
}

.easy-select-box .esb-displayer {
  padding: 0 1em !important;
}

.list-header > .category-iscroll-box {
  margin: 0 auto;
}

.search-result-wrapper {
  background: #fff;
  border: 1px solid var(--gold-light);
  box-shadow: 0 2px 12px rgba(26, 35, 64, 0.06);
  border-radius: 12px;
  margin-bottom: 30px;
  padding: 24px;
}

.shopDigestBox #mainBox .search-result-wrapper .popular-condition__box .popular-area {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.search-result-wrapper .popular-area span.title,
.search-result-wrapper .popular-category span.title {
  display: block;
  flex: 0 0 100%;
  font-weight: 700;
  font-size: 0.8em;
}

.popular-area label,
.popular-category label {
  font-size: 0.75em;
  border-radius: 50vh;
  padding: 4px 12px;
  border-color: var(--gold-light);
  color: var(--navy);
}

.popular-area > input[type=checkbox]:checked + label {
  border-color: var(--gold);
  background: var(--gold);
}

.search-result-wrapper .popular-category {
  gap: 6px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gold-light);
}

.c-btn--search-green {
  background-color: var(--gold) !important;
  padding: 10px 20px;
  font-size: 0.85em;
}

.c-btn--search-green span {
  font-size: 0.85em !important;
}

.shopDigestBox .c-btn {
  margin-inline: inherit;
  margin-top: 10px;
}

.search-btn-wrapper {
  align-items: flex-end !important;
  margin: 40px 0 !important;
}

.search-btn-wrapper .btn-list {
  border: 0;
}

.search-btn-wrapper .btn-list > * {
  border: 1px solid var(--gold-light) !important;
  border-radius: 5px;
  background: #fff !important;
  color: var(--navy) !important;
  height: auto !important;
  line-height: 1 !important;
  padding: 1em 1.5em !important;
  width: auto !important;
}

.search-btn-wrapper .btn-list .order-text,
.search-btn-wrapper .btn-list .view-type-text {
  margin-left: 0.2em;
}

.search-btn-wrapper .title-bar {
  font-size: 0.85em !important;
}

/* ----- SP (max-width: 768px) ----- */
@media (max-width: 768px) {
  .search-result-wrapper {
    padding: 16px;
  }
}

/* ----- SP (max-width: 767px) ----- */
@media (max-width: 767px) {
  #contentsBox.shopDigestBox {
    width: 95% !important;
  }
}

/* ----- SP (max-width: 600px) ----- */
@media (max-width: 600px) {
  #breadBox.shopBreadBox {
    border-color: var(--gold-light);
  }

  #breadBox.shopBreadBox .inn {
    padding: 0.5em;
  }

  #contentsBox .spnShopName.cl {
    border: 0 !important;
  }
}

/* ----- SP (max-width: 480px) ----- */
@media (max-width: 480px) {
  .popular-area label,
  .popular-category label {
    font-size: 0.9em;
    padding: 3px 10px;
  }

  .search-result-wrapper .popular-area span.title,
  .search-result-wrapper .popular-category span.title {
    font-size: 0.9em;
  }

  .c-btn--search-green span {
    font-size: 1em !important;
  }

  .pageSort {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .search-result-wrapper {
    padding: 12px;
    margin-bottom: 20px;
  }

  .search-btn-wrapper .btn-list > * {
    padding: 0.8em 1.2em !important;
    font-size: 0.8em !important;
  }
}
/* ##########################################################################
   14. 店舗一覧
   ########################################################################## */

/* ----- PC：店舗カード ----- */
#contentsBox #mainBox .shopList section.list-wid article.t2.opt-v2 {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px !important;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  box-sizing: border-box;
}

/* カード内部 */
#contentsBox #mainBox .shopList article.t2.opt-v2 > .inner {
  display: flex;
  align-items: stretch;
  gap: 22px;
  height: auto;
}

/* 上部のキャッチコピー */
#contentsBox
#mainBox
.shopList
article.t2.opt-v2 > .digest-copy {
  position: absolute;
  top: 20px;
  left: 340px;
  width: calc(100% - 370px);
  font-size: 0.82em;
}

/* 写真の外枠 */
#contentsBox
#mainBox
.shopList
article.t2.opt-v2
.imgBox {
  flex-shrink: 0;
  padding: 8px;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}

/* 写真 */
#contentsBox
#mainBox
.shopList
article.t2.opt-v2
.imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  object-fit: cover;
}

/* テキスト部分 */
#contentsBox
#mainBox
.shopList
article.t2.opt-v2
.txtBox {
  position: relative;
  flex: 1;
  width: auto;
  min-width: 0;
  margin-top: 2em;
  padding: 1.5em 0;
}

#contentsBox
#mainBox
.shopList
article.t2.opt-v2
.txtBox .free-text {
  width: 95%;
}

#contentsBox
#mainBox
.shopList
article.t2.opt-v2
.txtBox .tel a {
  font-size: 0.9em;
}

/* 店舗名 */
.rectangle
#contentsBox
#mainBox
.shopList
article.t2.opt-v2
.txtBox h3 {
  margin-bottom: 20px;
  color: var(--navy) !important;
  font-size: 1em !important;
}

/* 店舗説明 */
.rectangle
#contentsBox
#mainBox
.shopList
article.t2.opt-v2
.txtBox > p {
  font-size: 0.8em !important;
}

/* カテゴリー */
#contentsBox
#mainBox
.shopList
article.t2.opt-v2
ul.type li {
  margin-right: 7px !important;
  margin-bottom: 7px !important;
}

#contentsBox
#mainBox
.shopList
article.t2.opt-v2
ul.type li:not([class]) {
  position: absolute;
  right: 2%;
  bottom: 5%;
  border: 0 !important;
}

/* エリアラベル */
div#contentsBox
#mainBox
ul.category-list-default.type li.type1,
#contentsBox
#mainBox
.shopList
article.t2.opt-v2
ul.type li.type1 {
  margin: 0;
  padding: 0.2em 1em;
  border: 1px solid var(--navy);
  border-radius: 3px;
  background: var(--navy);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

/* カテゴリーラベル */
div#contentsBox
#mainBox
ul.category-list-default.type li.text,
#contentsBox
#mainBox
.shopList
article.t2.opt-v2
ul.type li.text {
  padding: 0.2em 1em;
  border: 1px solid var(--gold-light);
  border-radius: 3px;
  background: var(--cream);
  font-size: 12px;
}

/* 電話番号などのメイン色 */
.primary-font-color {
  color: var(--gold);
  font-size: 18px !important;
}

/* =========================================
   クチコミ・クーポン・WEB予約
========================================= */

/* リスト全体 */
#contentsBox
#mainBox
.shopList
article.t2.opt-v2
.txtBox ul.shopInfo {
  display: flex;
  gap: 7px;
  width: fit-content;
  height: auto;
  margin-top: 10px;
}

/* 共通 */
#contentsBox
#mainBox
.shopList
article.t2.opt-v2
.txtBox ul.shopInfo li {
  width: auto;
  height: auto;
  margin: 0 !important;
  padding: 5px 13px;
  border-radius: 3px;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  box-sizing: border-box;
}

/* ON */
#contentsBox
#mainBox
.shopList
article.t2.opt-v2
.txtBox ul.shopInfo li:not(.off) {
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #fff !important;
  opacity: 1;
}

/* ON内のリンク・アイコン */
#contentsBox
#mainBox
.shopList
article.t2.opt-v2
.txtBox ul.shopInfo li:not(.off) a,
#contentsBox
#mainBox
.shopList
article.t2.opt-v2
.txtBox ul.shopInfo li:not(.off) i {
  color: #fff !important;
}

/* ONのホバー */
#contentsBox
#mainBox
.shopList
article.t2.opt-v2
.txtBox ul.shopInfo li:not(.off):hover {
  border-color: var(--navy);
  background: var(--navy);
}

/* OFF */
#contentsBox
#mainBox
.shopList
article.t2.opt-v2
.txtBox ul.shopInfo li.off {
  border: 1px solid #D8D8D8;
  background: #F1F1F1;
  color: #B0B0B0 !important;
  opacity: 0.6;
  filter: grayscale(1);
  cursor: default;
}

/* OFF内のリンク・アイコン */
#contentsBox
#mainBox
.shopList
article.t2.opt-v2
.txtBox ul.shopInfo li.off a,
#contentsBox
#mainBox
.shopList
article.t2.opt-v2
.txtBox ul.shopInfo li.off i {
  color: #B0B0B0 !important;
  pointer-events: none;
}

/* =========================================
   カード下部
========================================= */

#contentsBox
#mainBox
.shopList
.store-list__layer-part {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #E0E0E0;
}

#contentsBox
#mainBox
.shopList
.store-list__layer-button {
  justify-content: flex-start;
}

#contentsBox
#mainBox
.shopList
.store-list__button-content.detail {
  border-color: var(--gold);
  border-radius: 3px;
  background: var(--gold);
}

#contentsBox
#mainBox
.shopList
.like-count-box .btn {
  border: 0;
  font-size: 0.75em !important;
  font-weight: 500 !important;
}

#contentsBox
#mainBox
.shopList
.digest-copy.pcDisplayNone {
  width: 100%;
}

/* ----- タブレット（max-width: 768px） ----- */
@media (max-width: 768px) {
  #contentsBox
  #mainBox
  .shopList
  article.t2.opt-v2
  .txtBox {
    width: 100%;
  }

  #contentsBox
  #mainBox
  .shopList
  article.t2.opt-v2
  .txtBox .free-text {
    width: 100%;
  }
}

/* ----- SP（max-width: 767px） ----- */
@media (max-width: 767px) {
  #contentsBox
  #mainBox
  .shopList
  section.list-wid
  article.t2.opt-v2 {
    padding: 0 !important;
    border-radius: 0;
  }

  #contentsBox
  #mainBox
  .shopList
  article.t2.opt-v2 > .inner {
    gap: 0;
  }

  #contentsBox
  #mainBox
  .shopList
  article.t2.opt-v2
  ul.type {
    margin: 0;
  }

  #contentsBox
  #mainBox
  .shopList
  article.t2.opt-v2
  .shop-title-wrap-2.pcDisplayNone {
    padding: 0.7em;
    background: var(--gold-light);
  }

  #contentsBox
  #mainBox
  .shopList
  article.t2.opt-v2
  .txtBox {
    margin-top: 0;
    padding: 0.5em 1em;
  }

  #contentsBox
  #mainBox
  .shopList
  .store-list__layer-part {
    margin-top: 0;
    border: 0;
  }
}

/* ----- 小さいSP（max-width: 600px） ----- */
@media (max-width: 600px) {
  #contentsBox
  #mainBox
  .shopList
  article.t2.opt-v2
  .imgBox {
    padding: 6px;
    border-right: 0;
    border-left: 0;
  }

  #contentsBox
  #mainBox
  .shopList
  article.t2.opt-v2
  .imgBox img {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  #contentsBox
  #mainBox
  .shopList
  article.t2.opt-v2
  .txtBox ul.shopInfo {
    gap: 5px;
    width: 100%;
  }

  #contentsBox
  #mainBox
  .shopList
  article.t2.opt-v2
  .txtBox ul.shopInfo li {
    flex: 1;
    padding: 5px 4px;
    font-size: 10px;
  }
}

/* ##########################################################################
   15. サイド
   ########################################################################## */

/* ----- PC：ランキング全体 ----- */
#side #digestSideDefault .ctsBox {
  padding: 28px 20px;
  border: 0;
  border-radius: 0;
  background: #fff;
}

/* 見出し */
#side #digestSideDefault .side_headline {
  margin: 0 0 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #444;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.24em;
  text-align: center;
}

/* 「ランキング」を「記事ランキング」に変更 */
#side #digestSideDefault .side_headline .subTit {
  display: block;
  margin-top: 8px;
  color: #444;
  font-size: 0;
  font-weight: 600;
  letter-spacing: 0.18em;
}

#side #digestSideDefault .side_headline .subTit::after {
  content: "記事ランキング";
  font-size: 15px;
}

/* ランキング一覧 */
#side #digestSideDefault section.list-wid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* 各ランキング */
#side #digestSideDefault section.list-wid article.type2 {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

/* 既存の項目間罫線を消す */
#side #digestSideDefault
section.list-wid
article.type2 + article.type2 {
  border-top: 0;
}

/* 画像＋タイトル */
#side #digestSideDefault article.type2 > a {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  grid-template-rows: minmax(112px, auto) auto;
  column-gap: 16px;
  row-gap: 14px;
  padding: 0;
  border: 0;
  background: transparent;
}

/* 画像 */
#side #digestSideDefault article.type2 .imgBox {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  width: 112px;
  height: 112px;
  overflow: hidden;
}

#side #digestSideDefault article.type2 .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 順位番号 */
#side #digestSideDefault article.type2 .rank {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

#side #digestSideDefault .rank1 {
  background: #B99A58;
}

#side #digestSideDefault .rank2 {
  background: #A8A8A8;
}

#side #digestSideDefault .rank3 {
  background: #B98568;
}

#side #digestSideDefault
.rank:not(.rank1):not(.rank2):not(.rank3) {
  background: #777;
}

/* タイトルと紹介文をグリッドへ配置 */
#side #digestSideDefault article.type2 .txtBox {
  display: contents;
}

#side #digestSideDefault article.type2 .txtBox h3 {
  align-self: center;
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  color: #333;
  font-weight: 700;
  line-height: 1.55;
}

/* 紹介文 */
#side #digestSideDefault article.type2 .txtBox p {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
  padding: 16px;
  border-radius: 4px;
  background: #F1F4F6;
  color: #666;
  font-size: 13px;
  line-height: 1.7;
}

#side #digestSideDefault article.type2 .txtBox p:empty {
  display: none;
}

/* もっと見る */
#side #digestSideDefault .ctsBox .btnMore {
  display: block;
  float: none;
  position: relative;
  width: fit-content;
  margin: 32px auto 0;
  padding: 10px 28px;
  border: 1px solid var(--gold);
  border-radius: 50vh;
  background: #fff;
  color: var(--navy);
  text-align: center;
}

#side #digestSideDefault .ctsBox .btnMore::after {
  color: var(--gold);
}

/* ##########################################################################
   16. バナー・近隣店舗
   ########################################################################## */

/* ----- PC ----- */
section#near_shop .aroundBox .imgBox {
  width: 100% !important;
  margin-right: 0 !important;
  float: none !important;
}

#content_banner {
  padding: 50px 0 0;
}

.top-content__section#content_banner_slide {
  background: inherit;
}

.mac #content_banner_slide .banner-slide__item--one-column {
  width: auto;
}

div[style*="margin: -18px 0"] {
  margin: 0 !important;
}

#content_banner .banner__list {
  gap: 17px;
}

#content_banner .banner__item {
  width: calc(33% - 17px) !important;
  margin: 0;
}

#content_banner .banner__item a {
  display: block;
  width: 100%;
}

/* ----- SP (max-width: 767px) ----- */
@media (max-width: 767px) {
  .mac #content_banner_slide .banner-slide__list {
    width: calc(100vw - 2rem);
  }

  #content_banner .banner__item {
    width: 350px !important;
  }
}

/* ##########################################################################
   17. ページング・その他
   ########################################################################## */

/* ----- PC ----- */
.pagingBox ul li {
  border-color: var(--gold);
  color: var(--navy);
}

.pagingBox ul li a:hover,
.pagingBox ul li a.active {
  background-color: var(--gold);
}

.tabDisplayNone,
.tabLDisplayNone {
  position: relative;
  margin-top: 1em;
}

#pickup_section .shop-info__item:nth-of-type(8n-7) dd {
  position: relative;
  bottom: auto;
  top: 0;
  background: #f7f7f7 !important;
  height: 40% !important;
}

/* ----- SP (max-width: 480px) ----- */
@media (max-width: 480px) {
  .pagingBox ul li {
    font-size: 0.85em;
  }
}

/* ##########################################################################
   18. フッター
   ########################################################################## */

/* =========================================
   フッター全体
========================================= */

footer {
  background: var(--navy) !important;
  color: #ffffff;
}

footer *,
footer *::before,
footer *::after {
  box-sizing: border-box;
}

.footer_box {
  display: grid !important;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: start;
  column-gap: 60px;
  row-gap: 40px;

  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 24px 0;
}

/* =========================================
   ロゴ
========================================= */

.footer__logo {
  grid-column: 1;
  grid-row: 1;

  width: 100%;
  margin: 0;
  padding: 0;
}

.footer__logo img {
  display: none !important;
}

.footer__logo a {
  display: block !important;

  width: 150px !important;
  height: 60px !important;
  margin: 0;

  background:
    url("https://rush55.co.jp/demo/gurutto/logo1-white.png")
    no-repeat center / contain;

  opacity: 0.92;
  transition: opacity 0.25s ease;
}

.footer__logo a:hover {
  opacity: 1;
}

/* =========================================
   フッターナビゲーション全体2026/8/3

   1列目
   見出し：1
   サブメニュー：2〜6

   2列目
   見出し：7
   サブメニュー：8〜12

   3列目
   見出し：13
   サブメニュー：14〜16

   4列目
   見出し：17
   サブメニュー：18〜22
========================================= */

.footer-sub-link__list {
  grid-column: 2;
  grid-row: 1;

  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(6, auto);
  align-items: start;
  column-gap: 40px;
  row-gap: 10px;

  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;
}

/* =========================================
   全項目共通
========================================= */

.footer-sub-link__item {
  display: block !important;

  width: 100%;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  list-style: none !important;
  text-align: left !important;
}

.footer-sub-link__item::before,
.footer-sub-link__item::after,
.footer-sub-link__item:last-child::after {
  display: none !important;
  content: none !important;
}

/* =========================================
   1グループ目
   見出し：1
   サブメニュー：2〜6
========================================= */

.footer-sub-link__item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.footer-sub-link__item:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.footer-sub-link__item:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}

.footer-sub-link__item:nth-child(4) {
  grid-column: 1;
  grid-row: 4;
}

.footer-sub-link__item:nth-child(5) {
  grid-column: 1;
  grid-row: 5;
}

.footer-sub-link__item:nth-child(6) {
  grid-column: 1;
  grid-row: 6;
}

/* =========================================
   2グループ目
   見出し：7
   サブメニュー：8〜12
========================================= */

.footer-sub-link__item:nth-child(7) {
  grid-column: 2;
  grid-row: 1;
}

.footer-sub-link__item:nth-child(8) {
  grid-column: 2;
  grid-row: 2;
}

.footer-sub-link__item:nth-child(9) {
  grid-column: 2;
  grid-row: 3;
}

.footer-sub-link__item:nth-child(10) {
  grid-column: 2;
  grid-row: 4;
}

.footer-sub-link__item:nth-child(11) {
  grid-column: 2;
  grid-row: 5;
}

.footer-sub-link__item:nth-child(12) {
  grid-column: 2;
  grid-row: 6;
}

/* =========================================
   3グループ目
   見出し：13
   サブメニュー：14〜16
========================================= */

.footer-sub-link__item:nth-child(13) {
  grid-column: 3;
  grid-row: 1;
}

.footer-sub-link__item:nth-child(14) {
  grid-column: 3;
  grid-row: 2;
}

.footer-sub-link__item:nth-child(15) {
  grid-column: 3;
  grid-row: 3;
}

.footer-sub-link__item:nth-child(16) {
  grid-column: 3;
  grid-row: 4;
}

/* =========================================
   4グループ目
   見出し：17
   サブメニュー：18〜22
========================================= */

.footer-sub-link__item:nth-child(17) {
  grid-column: 4;
  grid-row: 1;
}

.footer-sub-link__item:nth-child(18) {
  grid-column: 4;
  grid-row: 2;
}

.footer-sub-link__item:nth-child(19) {
  grid-column: 4;
  grid-row: 3;
}

.footer-sub-link__item:nth-child(20) {
  grid-column: 4;
  grid-row: 4;
}

.footer-sub-link__item:nth-child(21) {
  grid-column: 4;
  grid-row: 5;
}

.footer-sub-link__item:nth-child(22) {
  grid-column: 4;
  grid-row: 6;
}

/* =========================================
   グループタイトル
   1・7・13・17番目
========================================= */

.footer-sub-link__item:nth-child(1),
.footer-sub-link__item:nth-child(7),
.footer-sub-link__item:nth-child(13),
.footer-sub-link__item:nth-child(17) {
  position: relative;

  margin: 0 0 10px !important;
  padding: 0 0 12px !important;
}

/* タイトル下の線 */
.footer-sub-link__item:nth-child(1)::after,
.footer-sub-link__item:nth-child(7)::after,
.footer-sub-link__item:nth-child(13)::after,
.footer-sub-link__item:nth-child(17)::after {
  content: "" !important;
  display: block !important;

  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 1px;

  background: var(--gold);
}

/* タイトルのリンクを無効化 */
.footer-sub-link__item:nth-child(1) > a,
.footer-sub-link__item:nth-child(7) > a,
.footer-sub-link__item:nth-child(13) > a,
.footer-sub-link__item:nth-child(17) > a {
  display: block !important;

  padding: 0 !important;

  color: var(--gold) !important;
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-decoration: none !important;

  pointer-events: none !important;
  cursor: default !important;
  transform: none !important;
}

/* タイトルには矢印を付けない */
.footer-sub-link__item:nth-child(1) > a::before,
.footer-sub-link__item:nth-child(7) > a::before,
.footer-sub-link__item:nth-child(13) > a::before,
.footer-sub-link__item:nth-child(17) > a::before {
  display: none !important;
  content: none !important;
}

/* =========================================
   サブメニューリンク
========================================= */

.footer-sub-link__item:not(:nth-child(1)):not(:nth-child(7)):not(:nth-child(13)):not(:nth-child(17)) > a {
  position: relative;
  display: inline-block !important;

  padding: 3px 0 3px 13px;

  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.65;
  text-align: left;
  text-decoration: none !important;

  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.footer-sub-link__item:not(:nth-child(1)):not(:nth-child(7)):not(:nth-child(13)):not(:nth-child(17)) > a::before {
  content: "";

  position: absolute;
  top: 0.9em;
  left: 1px;

  width: 5px;
  height: 5px;

  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);

  transform: rotate(45deg);
}

.footer-sub-link__item:not(:nth-child(1)):not(:nth-child(7)):not(:nth-child(13)):not(:nth-child(17)) > a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateX(4px);
}

/* =========================================
   既存の関連ポータルを非表示
========================================= */

.related-portal-section {
  display: none !important;
}

/* =========================================
   コピーライト
========================================= */

.copyright__text {
  grid-column: 1 / -1;
  grid-row: 2;

  display: block !important;

  width: 100% !important;
  margin: 0 !important;
  padding: 24px 0 !important;

  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;

  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: right;
}

/* =========================================
   下部固定メニュー
========================================= */

.p-footer-category__nav {
  justify-content: space-around;
  padding: 0;
}

/* =========================================
   1200px以下
========================================= */

@media screen and (max-width: 1200px) {
  .footer_box {
    grid-template-columns: 150px minmax(0, 1fr);
    column-gap: 40px;

    padding-right: 30px;
    padding-left: 30px;
  }

  .footer-sub-link__list {
    column-gap: 28px;
  }

  .footer-sub-link__item:nth-child(1) > a,
  .footer-sub-link__item:nth-child(7) > a,
  .footer-sub-link__item:nth-child(13) > a,
  .footer-sub-link__item:nth-child(17) > a {
    font-size: 0.82rem;
  }

  .footer-sub-link__item:not(:nth-child(1)):not(:nth-child(7)):not(:nth-child(13)):not(:nth-child(17)) > a {
    font-size: 0.74rem;
  }
}

/* =========================================
   1024px以下：2列
========================================= */

@media screen and (max-width: 1024px) {
  .footer_box {
    grid-template-columns: 1fr;
    row-gap: 38px;

    padding-top: 50px;
  }

  .footer__logo {
    grid-column: 1;
    grid-row: 1;

    display: flex;
    justify-content: center;
  }

  .footer-sub-link__list {
    grid-column: 1;
    grid-row: 2;

    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(13, auto);
    column-gap: 50px;
    row-gap: 8px;
  }

  /* 左上：1グループ目 */
  .footer-sub-link__item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .footer-sub-link__item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .footer-sub-link__item:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }

  .footer-sub-link__item:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
  }

  .footer-sub-link__item:nth-child(5) {
    grid-column: 1;
    grid-row: 5;
  }

  .footer-sub-link__item:nth-child(6) {
    grid-column: 1;
    grid-row: 6;
  }

  /* 右上：2グループ目 */
  .footer-sub-link__item:nth-child(7) {
    grid-column: 2;
    grid-row: 1;
  }

  .footer-sub-link__item:nth-child(8) {
    grid-column: 2;
    grid-row: 2;
  }

  .footer-sub-link__item:nth-child(9) {
    grid-column: 2;
    grid-row: 3;
  }

  .footer-sub-link__item:nth-child(10) {
    grid-column: 2;
    grid-row: 4;
  }

  .footer-sub-link__item:nth-child(11) {
    grid-column: 2;
    grid-row: 5;
  }

  .footer-sub-link__item:nth-child(12) {
    grid-column: 2;
    grid-row: 6;
  }

  /* 左下：3グループ目 */
  .footer-sub-link__item:nth-child(13) {
    grid-column: 1;
    grid-row: 8;
  }

  .footer-sub-link__item:nth-child(14) {
    grid-column: 1;
    grid-row: 9;
  }

  .footer-sub-link__item:nth-child(15) {
    grid-column: 1;
    grid-row: 10;
  }

  .footer-sub-link__item:nth-child(16) {
    grid-column: 1;
    grid-row: 11;
  }

  /* 右下：4グループ目 */
  .footer-sub-link__item:nth-child(17) {
    grid-column: 2;
    grid-row: 8;
  }

  .footer-sub-link__item:nth-child(18) {
    grid-column: 2;
    grid-row: 9;
  }

  .footer-sub-link__item:nth-child(19) {
    grid-column: 2;
    grid-row: 10;
  }

  .footer-sub-link__item:nth-child(20) {
    grid-column: 2;
    grid-row: 11;
  }

  .footer-sub-link__item:nth-child(21) {
    grid-column: 2;
    grid-row: 12;
  }

  .footer-sub-link__item:nth-child(22) {
    grid-column: 2;
    grid-row: 13;
  }

  .copyright__text {
    grid-column: 1;
    grid-row: 3;
  }
}

/* =========================================
   768px以下
========================================= */

@media screen and (max-width: 768px) {
  .footer_box {
    width: 100%;
    padding: 42px 20px 0;
  }

  .footer__logo a {
    width: 140px !important;
    height: 56px !important;
  }

  .footer-sub-link__list {
    column-gap: 22px;
  }

  .footer-sub-link__item:nth-child(1) > a,
  .footer-sub-link__item:nth-child(7) > a,
  .footer-sub-link__item:nth-child(13) > a,
  .footer-sub-link__item:nth-child(17) > a {
    font-size: 0.8rem;
  }

  .footer-sub-link__item:not(:nth-child(1)):not(:nth-child(7)):not(:nth-child(13)):not(:nth-child(17)) > a {
    padding-left: 12px;

    font-size: 0.72rem;
    line-height: 1.6;
  }

  .copyright__text {
    padding: 22px 0 calc(90px + env(safe-area-inset-bottom)) !important;

    font-size: 0.68rem;
    text-align: center;
  }

  .p-footer-category__anchor {
    min-width: 60px;
    padding: 8px 10px;

    font-size: 0.7rem;
  }
}

/* =========================================
   767px以下：下部固定メニュー
========================================= */

@media screen and (max-width: 767px) {
  .p-footer-category__anchor.is-language {
    background: var(--gold) !important;
    font-weight: 600;
  }

  .p-footer-category__anchor.is-current,
  .p-footer-category__anchor:hover {
    background: var(--gold-light) !important;
    color: var(--navy);
    font-weight: 600;
  }

  .p-footer-category__anchor {
    color: var(--navy);
  }
}

/* =========================================
   600px以下：下部固定メニュー
========================================= */

@media screen and (max-width: 600px) {
  .p-footer-category {
    display: block !important;
    border-color: var(--gold-light);
  }

  .p-footer-category__anchor svg {
    width: 16px;
    height: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .p-footer-category__anchor {
    align-items: center;
    justify-content: center;

    min-width: 70px !important;
    height: calc(70px + env(safe-area-inset-bottom) * 1.5);
    padding: 0.5em 1em !important;
  }
}

/* =========================================
   480px以下：1列・常時表示
========================================= */

@media screen and (max-width: 480px) {
  .footer_box {
    display: block !important;

    width: 100%;
    padding: 32px 16px 0;
  }

  .footer__logo {
    display: flex;
    justify-content: center;

    width: 100%;
    margin: 0 0 24px;
  }

  .footer__logo a {
    width: 135px !important;
    height: 54px !important;
  }

  .footer-sub-link__list {
    display: grid !important;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    row-gap: 7px;

    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* スマホではHTML順に縦並び */
  .footer-sub-link__item {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  /* 各グループタイトル */
  .footer-sub-link__item:nth-child(1),
  .footer-sub-link__item:nth-child(7),
  .footer-sub-link__item:nth-child(13),
  .footer-sub-link__item:nth-child(17) {
    margin-top: 20px !important;
    margin-bottom: 5px !important;
    padding-bottom: 10px !important;
  }

  .footer-sub-link__item:nth-child(1) {
    margin-top: 0 !important;
  }

  .footer-sub-link__item:nth-child(1) > a,
  .footer-sub-link__item:nth-child(7) > a,
  .footer-sub-link__item:nth-child(13) > a,
  .footer-sub-link__item:nth-child(17) > a {
    font-size: 0.84rem;
  }

  /* サブメニュー */
  .footer-sub-link__item:not(:nth-child(1)):not(:nth-child(7)):not(:nth-child(13)):not(:nth-child(17)) > a {
    display: block !important;

    width: 100%;
    padding: 7px 8px 7px 16px;

    font-size: 0.76rem;
    line-height: 1.55;
  }

  .footer-sub-link__item:not(:nth-child(1)):not(:nth-child(7)):not(:nth-child(13)):not(:nth-child(17)) > a::before {
    top: 1.15em;
    left: 3px;
  }

  .copyright__text {
    display: block !important;

    width: 100% !important;
    margin: 24px 0 0 !important;
    padding:
      20px 0
      calc(90px + env(safe-area-inset-bottom)) !important;

    font-size: 0.65rem;
    line-height: 1.7;
    text-align: center;
  }

  .p-footer-category__anchor {
    min-width: 50px;
    padding: 6px 8px;

    font-size: 0.8rem;
  }
}

/* ##########################################################################
   19. エリアガイド
   写真背景＋黒フィルター＋白文字
   PC：6列 / タブレット：3列×2段 / スマホ：横スクロール
   ########################################################################## */

.gt-area-guide,
.gt-area-guide *,
.gt-area-guide *::before,
.gt-area-guide *::after {
  box-sizing: border-box;
}

.gt-area-guide {
  padding: 72px 0;
}

.gt-area-guide__inner {
  width: 100%;
  max-width: var(--layout-content-width, 1260px);
  margin: 0 auto;
  padding: 0 20px;
}

/* 見出し */

.gt-area-guide__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.gt-area-guide__heading {
  flex: 1;
  min-width: 0;
}

.gt-area-guide__label {
  margin: 0 0 8px;
  padding: 0;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.14em;
}

.gt-area-guide__title {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  background: none;
  color: #17365d;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

.gt-area-guide__lead {
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}

.gt-area-guide__more {
  flex: 0 0 auto;
}

.gt-area-guide__more a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--gold);
  color: #17365d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.gt-area-guide__more a::after {
  content: "\2192";
  color: var(--gold);
  transition: transform 0.25s ease;
}

.gt-area-guide__more a:hover::after {
  transform: translateX(4px);
}

/* 一覧 */

.gt-area-guide__list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

/* エリア単位 */

.gt-area-guide__item {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/* カード */

.gt-area-guide__card {
  position: relative;
  isolation: isolate;
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 16px;
  background: #172940;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(23, 54, 93, 0.14);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gt-area-guide__card:visited,
.gt-area-guide__card:hover,
.gt-area-guide__card:focus {
  color: #fff;
  text-decoration: none;
}

.gt-area-guide__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(23, 54, 93, 0.22);
}

.gt-area-guide__card:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

/* 背景画像 */

.gt-area-guide__image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gt-area-guide__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s ease, filter 0.4s ease;
}

.gt-area-guide__card:hover .gt-area-guide__image img {
  transform: scale(1.07);
  filter: brightness(1.04);
}

/* 黒フィルター */

.gt-area-guide__card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.86) 0%,
    rgba(0, 0, 0, 0.58) 46%,
    rgba(0, 0, 0, 0.26) 100%
  );
  transition: background 0.3s ease;
}

.gt-area-guide__card:hover::before {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.62) 46%,
    rgba(0, 0, 0, 0.32) 100%
  );
}

/* 写真上の文字 */

.gt-area-guide__content {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 58%;
  padding: 20px 16px 18px;
  color: #fff;
  pointer-events: none;
}

.gt-area-guide__name {
  margin: 0 0 7px;
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.gt-area-guide__towns {
  margin: 0 0 13px;
  padding: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 11px;
  line-height: 1.6;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.gt-area-guide__link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 6px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.gt-area-guide__link::after {
  content: "\2192";
  color: var(--gold-light);
  transition: transform 0.25s ease;
}

.gt-area-guide__card:hover .gt-area-guide__link::after {
  transform: translateX(4px);
}

/* タブレット：3列×2段 */

@media screen and (max-width: 1024px) {
  .gt-area-guide__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .gt-area-guide__card {
    height: 300px;
  }

  .gt-area-guide__content {
    padding: 22px 18px 20px;
  }

  .gt-area-guide__name {
    font-size: 20px;
  }

  .gt-area-guide__towns {
    font-size: 12px;
  }

  .gt-area-guide__link {
    font-size: 12px;
  }
}

/* スマホ：横スクロール */

@media screen and (max-width: 600px) {
  .gt-area-guide {
    padding: 52px 0;
  }

  .gt-area-guide__inner {
    padding: 0;
  }

  .gt-area-guide__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
    padding: 0 15px;
  }

  .gt-area-guide__title {
    font-size: 25px;
  }

  .gt-area-guide__lead {
    font-size: 13px;
  }

  .gt-area-guide__more a {
    font-size: 13px;
  }

  .gt-area-guide__list {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    width: 100%;
    padding: 0 15px 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 15px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .gt-area-guide__list::-webkit-scrollbar {
    display: none;
  }

  .gt-area-guide__item {
    flex: 0 0 78%;
    width: 78%;
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .gt-area-guide__card {
    width: 100%;
    height: 260px;
  }

  .gt-area-guide__content {
    padding: 22px 20px 20px;
  }

  .gt-area-guide__name {
    font-size: 22px;
  }

  .gt-area-guide__towns {
    font-size: 13px;
  }

  .gt-area-guide__link {
    font-size: 13px;
  }
}

/* 動きを減らす設定 */

@media (prefers-reduced-motion: reduce) {
  .gt-area-guide__card,
  .gt-area-guide__image img,
  .gt-area-guide__link::after,
  .gt-area-guide__more a::after {
    transition: none;
  }

  .gt-area-guide__card:hover {
    transform: none;
  }

  .gt-area-guide__card:hover .gt-area-guide__image img {
    transform: none;
  }
}
/* ##########################################################################
   20. 店舗オーナー向け掲載案内
   ########################################################################## */

/* =========================================
   セクション全体
========================================= */

.gt-owner-cta,
.gt-owner-cta *,
.gt-owner-cta *::before,
.gt-owner-cta *::after {
  box-sizing: border-box;
}

.gt-owner-cta {
  position: relative;
  overflow: hidden;
  padding: 90px 24px;
  background: var(--cream);
}

.gt-owner-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  gap: 64px;
  width: 100%;
  max-width: var(--layout-content-width, 1260px);
  margin: 0 auto;
}

/* =========================================
   画像
========================================= */

.gt-owner-cta__image {
  overflow: hidden;
  width: 100%;
  border-radius: 24px;
  background: #eee7de;
  box-shadow: 0 18px 45px rgba(30, 43, 59, 0.1);
}

.gt-owner-cta__image img {
  display: block;
  width: 100%;
  height: 390px;
  object-fit: cover;
  object-position: center;
}

/* =========================================
   テキスト
========================================= */

.gt-owner-cta__content {
  min-width: 0;
}

.gt-owner-cta__label {
  margin: 0 0 12px;
  color: #314157;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.18em;
}

.gt-owner-cta__title {
  margin: 0 0 22px;
  color: #172940;
  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    "Hiragino Mincho ProN",
    serif;
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.gt-owner-cta__lead {
  margin: 0 0 28px;
  color: #53606f;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

/* =========================================
   ポイント
========================================= */

.gt-owner-cta__point-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.gt-owner-cta__point {
  position: relative;
  min-height: 48px;
  margin: 0;
  padding: 13px 12px 13px 38px;
  border: 1px solid rgba(30, 43, 59, 0.06);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  color: #23364e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.gt-owner-cta__point::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 15px;
  color: #c69d38;
  font-size: 14px;
  font-weight: 700;
  transform: translateY(-50%);
}

/* =========================================
   ボタン
========================================= */

.gt-owner-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.gt-owner-cta__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 24px;
  overflow: hidden;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

/* =========================================
   料金・機能
========================================= */

.gt-owner-cta__button--outline {
  border: 1px solid #183553;
  background: #ffffff;
  color: #183553 !important;
}

.gt-owner-cta__button--outline:hover {
  background: #183553;
  color: #ffffff !important;
}

/* =========================================
   お問い合わせ
========================================= */

.gt-owner-cta__button--primary {
  border: 1px solid #d94b35;
  background: #d94b35;
  color: #ffffff !important;
}

.gt-owner-cta__button--primary:hover {
  border-color: #bb3827;
  background: #bb3827;
  color: #ffffff !important;
}

/* =========================================
   タブレット
========================================= */

@media screen and (max-width: 1024px) {
  .gt-owner-cta {
    padding: 72px 30px;
  }

  .gt-owner-cta__inner {
    gap: 44px;
  }

  .gt-owner-cta__image img {
    height: 340px;
  }

  .gt-owner-cta__point-list {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   スマートフォン
========================================= */

@media screen and (max-width: 767px) {
  .gt-owner-cta {
    padding: 56px 20px;
  }

  .gt-owner-cta__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .gt-owner-cta__image {
    border-radius: 18px;
  }

  .gt-owner-cta__image img {
    height: 260px;
  }

  .gt-owner-cta__label {
    margin-bottom: 9px;
    font-size: 10px;
  }

  .gt-owner-cta__title {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 1.5;
  }

  .gt-owner-cta__lead {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.85;
  }

  .gt-owner-cta__point-list {
    gap: 8px;
    margin-bottom: 26px;
  }

  .gt-owner-cta__point {
    min-height: 46px;
    padding: 12px 10px 12px 36px;
    font-size: 12px;
  }

  .gt-owner-cta__buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .gt-owner-cta__button {
    width: 100%;
    min-height: 50px;
  }
}

/* =========================================
   小さいスマートフォン
========================================= */

@media screen and (max-width: 480px) {
  .gt-owner-cta {
    padding: 48px 16px;
  }

  .gt-owner-cta__image img {
    height: 220px;
  }

  .gt-owner-cta__title {
    font-size: 27px;
  }
}

/* ##########################################################################
   21. 共通ホバーアニメーション
   ########################################################################## */

/* =========================================
   少し浮き上がる
========================================= */

.u-hover-lift {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.u-hover-lift:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(30, 43, 59, 0.1);
}

/* =========================================
   大きく浮き上がる
========================================= */

.u-hover-lift-lg {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.u-hover-lift-lg:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 55px rgba(30, 43, 59, 0.16);
}

/* =========================================
   画像を拡大
   このクラスは画像を囲む要素に付与
========================================= */

.u-hover-zoom {
  overflow: hidden;
}

.u-hover-zoom img {
  transition:
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.4s ease;
}

.u-hover-zoom:hover img {
  transform: scale(1.045);
  filter: brightness(1.03);
}

/* =========================================
   右へ少し移動
========================================= */

.u-hover-shift-right {
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.u-hover-shift-right:hover {
  transform: translateX(4px);
}

/* =========================================
   背景色・枠線を変えるカード
========================================= */

.u-hover-card {
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.u-hover-card:hover {
  transform: translateY(-3px);
  border-color: rgba(198, 157, 56, 0.25);
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(30, 43, 59, 0.08);
}

/* =========================================
   背景が左からスライドするボタン
========================================= */

.u-hover-slide {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.u-hover-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--hover-slide-color, #183553);
  transform: translateX(-102%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.u-hover-slide:hover::before {
  transform: translateX(0);
}

/* =========================================
   スライド背景色
========================================= */

.u-hover-slide--navy {
  --hover-slide-color: #183553;
}

.u-hover-slide--red {
  --hover-slide-color: #bb3827;
}

/* =========================================
   動きを抑える設定
========================================= */

@media (prefers-reduced-motion: reduce) {
  .u-hover-lift,
  .u-hover-lift-lg,
  .u-hover-zoom img,
  .u-hover-shift-right,
  .u-hover-card,
  .u-hover-slide::before {
    transition: none !important;
  }

  .u-hover-lift:hover,
  .u-hover-lift-lg:hover,
  .u-hover-shift-right:hover,
  .u-hover-card:hover,
  .u-hover-zoom:hover img {
    transform: none !important;
  }
}
/* ##########################################################################
   22. 多言語サイト案内
   ########################################################################## */

/* =========================================
   セクション全体
========================================= */

.gt-language-guide,
.gt-language-guide *,
.gt-language-guide *::before,
.gt-language-guide *::after {
  box-sizing: border-box;
}

.gt-language-guide {
  padding: 0 24px 72px;
  background: var(--cream);
}

.gt-language-guide__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  width: 100%;
  max-width: var(--layout-content-width, 1260px);
  margin: 0 auto;
  padding: 42px 48px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

/* =========================================
   テキスト
========================================= */

.gt-language-guide__content {
  min-width: 0;
}

.gt-language-guide__title {
  margin: 0 0 12px;
  color: #172940;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.gt-language-guide__text {
  margin: 0;
  color: #696761;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

/* =========================================
   ボタン
========================================= */

.gt-language-guide__button-wrap {
  flex: 0 0 auto;
}

.gt-language-guide__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 220px;
  min-height: 62px;
  padding: 14px 28px;
  border: 2px solid #183553;
  border-radius: 12px;
  background: transparent;
  color: #183553 !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none !important;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.gt-language-guide__button:hover {
  border-color: #183553;
  background: #183553;
  color: #ffffff !important;
}

.gt-language-guide__arrow {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.gt-language-guide__button:hover .gt-language-guide__arrow {
  transform: translateX(5px);
}

/* =========================================
   タブレット
========================================= */

@media screen and (max-width: 1024px) {
  .gt-language-guide {
    padding: 0 30px 64px;
  }

  .gt-language-guide__inner {
    gap: 32px;
    padding: 36px 34px;
  }

  .gt-language-guide__button {
    min-width: 190px;
  }
}

/* =========================================
   スマートフォン
========================================= */

@media screen and (max-width: 767px) {
  .gt-language-guide {
    padding: 0 20px 52px;
  }

  .gt-language-guide__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    padding: 30px 24px;
    border-radius: 14px;
  }

  .gt-language-guide__title {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .gt-language-guide__text {
    font-size: 14px;
  }

  .gt-language-guide__button-wrap {
    width: 100%;
  }

  .gt-language-guide__button {
    width: 100%;
    min-width: 0;
    min-height: 56px;
  }
}

/* =========================================
   小さいスマートフォン
========================================= */

@media screen and (max-width: 480px) {
  .gt-language-guide {
    padding: 0 16px 44px;
  }

  .gt-language-guide__inner {
    padding: 26px 20px;
  }

  .gt-language-guide__title {
    font-size: 20px;
  }
}

/* ##########################################################################
   23. 編集部の実食セレクション
   PC：2列 / スマホ：横スクロール
   ########################################################################## */

.gt-taste-selection,
.gt-taste-selection *,
.gt-taste-selection *::before,
.gt-taste-selection *::after {
  box-sizing: border-box;
}

.gt-taste-selection {
  padding: 78px 0 72px;
}

.gt-taste-selection__inner {
  width: 100%;
  max-width: var(--layout-content-width, 1260px);
  margin: 0 auto;
  padding: 0 20px;
}

/* 見出し */

.gt-taste-selection__head {
  margin-bottom: 36px;
}

.gt-taste-selection__heading {
  max-width: 760px;
}

.gt-taste-selection__label {
  margin: 0 0 8px;
  padding: 0;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.14em;
}

.gt-taste-selection__title {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  background: none;
  color: #17365d;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

.gt-taste-selection__lead {
  margin: 0;
  padding: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.8;
}

.gt-taste-selection__note {
  margin: 8px 0 0;
  padding: 0;
  color: #888;
  font-size: 11px;
  line-height: 1.7;
}

/* 一覧 */

.gt-taste-selection__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

/* カード単位 */

.gt-taste-selection__item {
  min-width: 0;
  margin: 0;
  padding: 0;
}

.gt-taste-selection__card {
  position: relative;
  isolation: isolate;
  display: block;
  width: 100%;
  height: 390px;
  overflow: hidden;
  border-radius: 18px;
  background: #172940;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(23, 54, 93, 0.14);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gt-taste-selection__card:visited,
.gt-taste-selection__card:hover,
.gt-taste-selection__card:focus {
  color: #fff;
  text-decoration: none;
}

.gt-taste-selection__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(23, 54, 93, 0.22);
}

.gt-taste-selection__card:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

/* 背景画像 */

.gt-taste-selection__image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gt-taste-selection__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease, filter 0.4s ease;
}

.gt-taste-selection__card:hover .gt-taste-selection__image img {
  transform: scale(1.055);
  filter: brightness(1.04);
}

/* 写真上のフィルター */

.gt-taste-selection__card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(8, 18, 30, 0.94) 0%,
    rgba(8, 18, 30, 0.72) 38%,
    rgba(8, 18, 30, 0.28) 72%,
    rgba(8, 18, 30, 0.12) 100%
  );
  transition: background 0.3s ease;
}

.gt-taste-selection__card:hover::before {
  background: linear-gradient(
    to top,
    rgba(8, 18, 30, 0.96) 0%,
    rgba(8, 18, 30, 0.76) 38%,
    rgba(8, 18, 30, 0.34) 72%,
    rgba(8, 18, 30, 0.16) 100%
  );
}

/* 写真上の文字 */

.gt-taste-selection__content {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 62%;
  padding: 34px 32px 30px;
  color: #fff;
  pointer-events: none;
}

.gt-taste-selection__category {
  margin: 0 0 12px;
  padding: 0;
  color: var(--gold-light, #e8d7a2);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.14em;
}

.gt-taste-selection__name {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.gt-taste-selection__link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 7px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.66);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.gt-taste-selection__link::after {
  content: "\2192";
  color: var(--gold-light, #e8d7a2);
  transition: transform 0.25s ease;
}

.gt-taste-selection__card:hover .gt-taste-selection__link::after {
  transform: translateX(5px);
}

/* タブレット */

@media screen and (max-width: 1024px) {
  .gt-taste-selection {
    padding: 68px 0 64px;
  }

  .gt-taste-selection__list {
    gap: 18px;
  }

  .gt-taste-selection__card {
    height: 350px;
  }

  .gt-taste-selection__content {
    padding: 28px 24px 25px;
  }

  .gt-taste-selection__name {
    font-size: 22px;
  }
}

/* スマホ：横スクロール */

@media screen and (max-width: 600px) {
  .gt-taste-selection {
    padding: 52px 0;
  }

  .gt-taste-selection__inner {
    padding: 0;
  }

  .gt-taste-selection__head {
    margin-bottom: 28px;
    padding: 0 15px;
  }

  .gt-taste-selection__title {
    font-size: 25px;
  }

  .gt-taste-selection__lead {
    font-size: 13px;
    line-height: 1.75;
  }

  .gt-taste-selection__note {
    margin-top: 7px;
    font-size: 10px;
  }

  .gt-taste-selection__list {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    width: 100%;
    padding: 0 15px 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 15px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .gt-taste-selection__list::-webkit-scrollbar {
    display: none;
  }

  .gt-taste-selection__item {
    flex: 0 0 86%;
    width: 86%;
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .gt-taste-selection__card {
    width: 100%;
    height: 330px;
    border-radius: 16px;
  }

  .gt-taste-selection__content {
    padding: 26px 22px 24px;
  }

  .gt-taste-selection__category {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .gt-taste-selection__name {
    margin-bottom: 16px;
    font-size: 21px;
    line-height: 1.5;
  }

  .gt-taste-selection__link {
    font-size: 12px;
  }
}

/* 動きを減らす設定 */

@media (prefers-reduced-motion: reduce) {
  .gt-taste-selection__card,
  .gt-taste-selection__image img,
  .gt-taste-selection__link::after {
    transition: none;
  }

  .gt-taste-selection__card:hover {
    transform: none;
  }

  .gt-taste-selection__card:hover .gt-taste-selection__image img {
    transform: none;
  }
}
/* ##########################################################################
   24. 企業紹介
   PC：5列 / タブレット：3列・2段 / 768〜601px：縦1列 / 600px以下：横スクロール
   ########################################################################## */

.gt-business {
  padding: 80px 20px;
  background: #fff;
}

.gt-business__inner {
  width: min(1400px, 100%);
  margin: 0 auto;
}

.gt-business__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 36px;
}

.gt-business__heading {
  min-width: 0;
}

.gt-business__label {
  margin: 0 0 8px;
  color: #c9a84c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16em;
}

.gt-business__title {
  margin: 0;
  color: #1a2340;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.gt-business__lead {
  margin: 14px 0 0;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
}

.gt-business__more {
  flex-shrink: 0;
}

.gt-business__more a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1a2340;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.3s ease;
}

.gt-business__more a::after {
  content: "→";
  display: inline-block;
  transition: transform 0.3s ease;
}

.gt-business__more a:hover {
  color: #c9a84c;
}

.gt-business__more a:hover::after {
  transform: translateX(5px);
}

.gt-business__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}

.gt-business__item {
  min-width: 0;
  height: 100%;
  margin: 0;
}

.gt-business__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(26, 35, 64, 0.07);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.gt-business__card:hover {
  border-color: #ddd;
  transform: translateY(-5px);
  box-shadow: 0 14px 34px rgba(26, 35, 64, 0.13);
}

.gt-business__image {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f3f3f3;
}

.gt-business__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.gt-business__card:hover .gt-business__image img {
  transform: scale(1.04);
}

.gt-business__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: 18px;
}

.gt-business__name {
  margin: 0;
  color: #1a2340;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.gt-business__text {
  margin: 10px 0 0;
  color: #666;
  font-size: 13px;
  line-height: 1.8;
}

.gt-business__link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  color: #c9a84c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.gt-business__link::after {
  content: "→";
  display: inline-block;
  transition: transform 0.3s ease;
}

.gt-business__card:hover .gt-business__link::after {
  transform: translateX(5px);
}

.gt-business__item:first-child .gt-business__image img {
  object-position: center 35%;
}

@media screen and (max-width: 1100px) {
  .gt-business {
    padding: 72px 20px;
  }

  .gt-business__inner {
    width: min(960px, 100%);
  }

  .gt-business__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .gt-business__content {
    padding: 20px;
  }

  .gt-business__name {
    font-size: 18px;
  }

  .gt-business__text {
    font-size: 14px;
  }

  .gt-business__link {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .gt-business {
    padding: 56px 16px;
  }

  .gt-business__head {
    display: block;
    margin-bottom: 28px;
  }

  .gt-business__title {
    font-size: 30px;
  }

  .gt-business__lead {
    margin-top: 10px;
    font-size: 14px;
  }

  .gt-business__more {
    margin-top: 20px;
  }

  .gt-business__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .gt-business__content {
    padding: 20px;
  }

  .gt-business__name {
    font-size: 19px;
  }

  .gt-business__text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
  }

  .gt-business__link {
    padding-top: 18px;
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .gt-business__inner {
    overflow: hidden;
  }

  .gt-business__list {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: -16px;
    padding: 0 16px 16px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .gt-business__list::-webkit-scrollbar {
    display: none;
  }

  .gt-business__item {
    flex: 0 0 82%;
    height: auto;
    scroll-snap-align: start;
  }

  .gt-business__card {
    height: 100%;
  }

  .gt-business__image {
    aspect-ratio: 16 / 9;
  }
}

/* クリック時のリンクのフォーカス枠(黒い枠線)を非表示に。キーボード操作(Tab移動)時は引き続き表示しアクセシビリティを維持 */
a:focus:not(:focus-visible) {
	outline: none;
}
.fa-twitter:before{
content: "𝕏"!important;
}
.footer-sns__item a.twitter__icon {
  background-color: black!important;
}

:root {
--model-course-base-color: #008264;
--model-course-sub-color: #d9ece8;
}

.o-model-course__label-item.is-time-required {
background-color: #32cd32;
}

.tippy-content .sns-side-box{
    background-color: #E7F1DC;
}


@media (max-width: 767px){
    .google-translate-box .skiptranslate.goog-te-gadget {
        margin-left: 0;
        margin-right: 0;
    }
    .google-translate-box{
        padding-left: 0;
    }
}
@media (max-width: 320px){
    .site-digest__header-box .site__logo {
        max-height: 40px;
    }
}
.flyer-tag-label{
    background-color: #FFF;
}


/* 軽井沢ナビ掲示板デザイン調整 */

.ctsBox section.fontL h3 {
    font-size: 20px !important;
font-size: var(--font-size-xl, 20px)!important;
    margin-bottom: 5px;
}


h2.bdrBottom, h3.bdrBottom {
    margin-bottom: 20px;
    margin-top: 20px;
    color: limegreen;
    padding-bottom: 5px;
    font-size: 240%;
    line-height: 30px;
    border-bottom: #8bc34a 1px solid;
}


.ctsBox section.fontL h4, .ctsBox section.fontL h3 {
    font-size: 19px !important;
font-size: var(--font-size-xl, 19px)!important;
}

h2.bdrBottom, h3.bdrBottom {
    margin-bottom: 30px;
    margin-top: 16px;
    color: #0fae0f;
    padding-bottom: 18px;
    font-size: 240%;
font-size: var(--font-size-2xl, 240%);
    line-height: 30px;
    border-bottom: #32cd32 2px solid;
    text-align: -webkit-center;
}

@media (max-width: 767px){
h2.bdrBottom, h3.bdrBottom {
    padding: 0px 0px 0px 0px!important;
    font-size: 200%;
font-size: var(--font-size-2xl, 200%);
    line-height: 30px;
    margin-top: 30px;
    border-bottom: #32cd32 2px solid;
}
}


.formBox .formBtnBox {
    text-align: center;
    margin-bottom: 100px;
}

.tb01 td {
    padding: 10px !important;
}

#side.eventBox h2.side_headline {
padding-bottom: 0.5rem;
    margin-bottom: 32px;
    border-bottom: 2px solid #333;
}

#content_banner_slide .banner-slide__item--one-column .banner-slide__thumbnail img {
  object-fit: contain;
  font-family: "object-fit:contain;";
  aspect-ratio: 1 / 1;
}

#mainBox .mainCtsBox .inn ul#thumbnaillist li {
    border: none !important;
}


@media(max-width: 767px){
    #mainBox .course__menu-detail_box .course__menu-form {
        min-height: 500px;
    }
}


/*google chartのQRコード非表示対応*/
.shopQr,
[src^="https://chart.apis.google.com/chart"][src*="cht=qr"]{
    display: none;
}

@media (max-width: 767px) {
.search-result-wrapper .popular-area a { display: flex; align-items: center; }
}


/*美容予約 メニュー 空き状況カレンダー*/
.p-rsvCta__list-item button.c-btn-square {
	color: var(--color-category-main);
	background-color: #fff;
}

.basic-layout__main .p-btnsArea .p-btnsArea-item .c-btn {
	padding-inline: 0;
}

.p-selectedBox__table-btn .c-btn {
    background-color: var(--color-beauty-main);
}
.p-rsvAction a.c-btn {
    background-color: var(--color-beauty-main);
}
.p-rsvAction a.c-btn:hover, a.c-btn:focus {
    color: #fff;
}
.c-btn-back:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"><path d="M60.57 42.57 24.21 78.93a3.64 3.64 0 0 1-5.14-5.14L52.86 40 19.06 6.21a3.64 3.64 0 0 1 5.15-5.14l36.36 36.36a3.64 3.64 0 0 1 0 5.14Z" fill="%23fff" /></svg>');
}
.p-pageSection__cont a.c-btn-cat-w, a.c-btn-w {
    background-color: #fff !important;
    color: var(--color-beauty-main);
    border: 1px solid var(--color-beauty-main);
}

@media screen and (max-width: 768px) {
    .c-calendar__bottomBtn {
        display: none;
    }
}
/*美容予約end*/

.paragraph_5 .c1 {
    font-size: var(--font-size-lg);
}

.paragraph_5 .c1 > span {
    font-size: var(--font-size-lg);
				line-height: 1.6;
}

.TspecialBox {
    font-size: var(--font-size-md);
}

.TspecialBox .infoBox table {
    font-size: var(--font-size-sm);
}

.tblMenu table td span {
	font-size: var(--font-size-sm);
}

.h9 > span {
	font-size: var(--font-size-3xl);
}

/* font-size utility */
.u-fs--3xs {
    font-size: var(--font-size-3xs) !important;
}

.u-fs--2xs {
    font-size: var(--font-size-2xs) !important;
}

.u-fs--xs {
    font-size: var(--font-size-xs) !important;
}

.u-fs--sm {
    font-size: var(--font-size-sm) !important;
}

.u-fs--md {
    font-size: var(--font-size-md) !important;
}

.u-fs--lg {
    font-size: var(--font-size-lg) !important;
}

.u-fs--xl {
    font-size: var(--font-size-xl) !important;
}

.u-fs--2xl {
    font-size: var(--font-size-2xl) !important;
}

.u-fs--3xl {
    font-size: var(--font-size-3xl) !important;
}

.u-fs--4xl {
    font-size: var(--font-size-4xl) !important;
}

.u-fs--5xl {
    font-size: var(--font-size-5xl) !important;
}


:root {
  --font-size-3xs: 10px; /* 最小 */
  --font-size-2xs: 12px; /* 補足・キャプションなど極小テキスト */
  --font-size-xs: 13px; /* 小さめ補足、注釈 */
  --font-size-sm: 14px; /* モバイル本文や小UI */
  --font-size-md: 16px; /* 通常の本文サイズ（基準） */
  --font-size-lg: 18px; /* 本文強調、導入文 */
  --font-size-xl: 20px; /* 小見出し */
  --font-size-2xl: 24px; /* セクション見出し */
  --font-size-3xl: 28px; /* メイン見出し */
  --font-size-4xl: 32px; /* トップ見出し・ヒーロー */
  --font-size-5xl: 40px; /* 特大ビジュアル用見出しなど */
}

@media (max-width: 767px) {
  :root {
    /* --font-size-md: 15px; 通常の本文サイズ（基準） */
    --font-size-2xl: 22px; /* セクション見出し */
    --font-size-3xl: 24px; /* メイン見出し */
    --font-size-4xl: 28px; /* トップ見出し・ヒーロー */
    --font-size-5xl: 32px; /* 特大ビジュアル用見出しなど */
  }
}

.goog-te-gadget-simple {
    display: none!important;
}

/* CLS対策: FontAwesomeのフォント差し替えによるレイアウトシフトを防ぐため、間に合わない場合は差し替えを諦める */
@font-face {
    font-family: 'FontAwesome';
    src: url('/vendor/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('/vendor/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
         url('/vendor/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
         url('/vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
         url('/vendor/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
         url('/vendor/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: optional;
}

/* CLS対策: 独自アイコンフォント(fonticons)も同様に差し替えを諦める */
@font-face {
    font-family: 'fonticons';
    src: url('/css/fonts/fonticons.ttf?az2943') format('truetype'),
         url('/css/fonts/fonticons.woff?az2943') format('woff'),
         url('/css/fonts/fonticons.svg?az2943#fonticons') format('svg');
    font-style: normal;
    font-weight: 400;
    font-display: optional;
}

.topMainImg .searchBox .select {
  max-width: 528px;
}
.p-main-search__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #caaa4e;
  border-radius: 100px;
}
.p-main-search__form input {
  border: none;
  outline: none;
  padding: 0 24px;
  width: 100%;
}
.p-main-search__form input::placeholder {
  color: #999;
}
.p-main-search__form__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 100%;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  background-color: #caaa4e;
}
.p-main-search__form__btn:hover {
  color: #fff;
}




a.shop-banner.pcDisplayNone,
a.shop-banner.pcDisplayNone i {
color : #333!important;
}

