@charset "UTF-8";
/*メインビジュアル*/
@media (min-width: 768px) {
  .main-visual {
    aspect-ratio: 2/1;
  }
}
@media (max-width: 767px) {
  .main-visual {
    width: 100%;
    aspect-ratio: 750/842;
  }
}
.main-visual .slick-slider,
.main-visual .slick-list,
.main-visual .slick-list > .u-row,
.main-visual .slick-slide {
  height: 100% !important;
}
.main-visual .slick-item {
  height: 100% !important;
}

#contents {
  padding-top: 0;
}

/*セクション*/
.c-section-widget {
  container-type: inline-size;
}

/*セクションタイトル*/
.c-section-widget__title {
  color: #ba1d22 !important;
}
.c-section-widget__title::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 3px;
  border-radius: 2px;
  margin: auto;
  background-color: #ba1d22;
}

/*イベントスライダー*/
#shortcod_section-3 .l-content-widget {
  width: 100% !important;
}
#shortcod_section-3 .splide__slide {
  aspect-ratio: 348/263 !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  #shortcod_section-3 .splide__slide {
    height: 30vw;
  }
}
#shortcod_section-3 .splide__slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#shortcod_section-3 .splide__slide a img {
  object-fit: cover;
  max-width: initial;
  height: 100% !important;
}
@media (max-width: 767px) {
  #shortcod_section-3 .splide__slide__track, #shortcod_section-3 .splide__slide__list, #shortcod_section-3 .splide__slide__slide {
    width: 100% !important;
  }
}
#shortcod_section-3 .splide__pagination {
  bottom: -5cqw !important;
}

/*検索*/
#search_section-3 .c-section-widget__header {
  margin-bottom: 1cqw;
}
#search_section-3 .c-section-widget__title {
  color: #231815 !important;
  font-weight: 700 !important;
}
@media (min-width: 768px) {
  #search_section-3 .c-section-widget__title {
    font-size: 150% !important;
  }
}
@media (max-width: 767px) {
  #search_section-3 .c-section-widget__title {
    font-size: 5cqw !important;
  }
}
#search_section-3 .c-section-widget__title::after {
  content: none;
}
#search_section-3 .custom-search__field {
  flex: 1 1 auto;
}
#search_section-3 .custom-search__submit {
  flex: 0 0 2em;
  margin: 0;
}
#search_section-3 .custom-search {
  background-color: transparent;
}
#search_section-3 input[type=search] {
  border: 2px solid #231815;
  border-radius: 2em;
}
#search_section-3 {
  /* 検索フォームのカスタマイズ */
}
#search_section-3 .search-submit {
  /* 既存の赤い背景と枠線をリセット */
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  /* ボタンを正方形にしてサイズを調整 */
  width: 46px !important;
  height: 46px !important;
  padding: 0 !important;
  cursor: pointer;
  /* 「検索」の文字を見えなくする */
  font-size: 0 !important;
  color: transparent !important;
  text-indent: -9999px !important;
  /* 虫眼鏡のSVGを背景にセット */
  background-image: url("/wp-content/site-parts/common/icon/search.svg");
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 22px 22px !important;
}
@media (max-width: 767px) {
  #search_section-3 .wrapper-column {
    flex-wrap: nowrap;
  }
}

/*イベント情報*/
#shortcod_section-5 {
  background-color: rgba(186, 29, 34, 0.1254901961);
}

/*ショップニュース*/
@media (max-width: 767px) {
  #shortcod_section-7 .shop-news-list {
    justify-content: space-between;
  }
  #shortcod_section-7 .item-shop-news {
    width: 48%;
  }
}

/*infoメーション*/
#shortcod_section-11::before {
  content: "";
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/site-parts/page/top/img/info_bg.webp");
}
@media (min-width: 768px) {
  #shortcod_section-11::before {
    aspect-ratio: 1400/462;
    background-attachment: fixed;
  }
}
@media (max-width: 767px) {
  #shortcod_section-11::before {
    aspect-ratio: 374/225;
  }
}

/*締めインデックス*/
#shortcod_section-13 .logo img {
  display: block;
  margin: 5cqw auto;
  width: min(80%, 300px);
}
#shortcod_section-13 .ncColumns {
  color: #ba1d22 !important;
}
#shortcod_section-13 .ncColumns p {
  margin-bottom: 0;
}
#shortcod_section-13 .index a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4em;
  padding: 0.5em;
  border: solid 1px #ba1d22;
  border-radius: 0.5em;
  color: #ba1d22;
  text-align: center;
}
@media (min-width: 768px) {
  #shortcod_section-13 .logo {
    margin-bottom: 3cqw;
    border-bottom: solid 1px #ba1d22;
  }
  #shortcod_section-13 .ncColumns {
    color: #ba1d22 !important;
  }
  #shortcod_section-13 .ncColumns .-mini {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: solid 1px #ba1d22;
  }
  #shortcod_section-13 .index {
    display: flex;
    justify-content: center;
    gap: 2em;
  }
  #shortcod_section-13 .index a {
    width: 18%;
    transition: 0.3s all ease;
  }
  #shortcod_section-13 .index a:hover {
    background-color: #fee0e0;
  }
}
@media (max-width: 767px) {
  #shortcod_section-13 .shortcod-content {
    display: flex;
    flex-direction: column;
  }
  #shortcod_section-13 .shortcod-content .logo {
    order: 2;
  }
  #shortcod_section-13 .shortcod-content .index {
    order: 1;
  }
  #shortcod_section-13 .-mini {
    display: flex;
    align-items: center;
  }
  #shortcod_section-13 .-mini p {
    flex: 0 0 fit-content;
    display: inline-block;
    margin-right: 1em;
  }
  #shortcod_section-13 .-mini::after {
    flex: 1 1 auto;
    content: "";
    display: block;
    width: auto;
    height: 1px;
    background-color: #ba1d22;
  }
  #shortcod_section-13 .index a {
    margin-bottom: 1em;
    padding: 1em 0;
  }
}

/*SNSリンク*/
#shortcod_section-20 .ta-center img {
  width: min(90%, 300px);
}
@media (min-width: 768px) {
  #shortcod_section-20 .ta-center img {
    margin-top: 4cqw;
  }
}
@media (max-width: 767px) {
  #shortcod_section-20 .ta-center img {
    margin-top: 8cqw;
  }
}
