@charset "UTF-8";
/*ヘッダー*/
@media (min-width: 768px) {
  #wrapper {
    position: relative;
  }
  #contents {
    padding-top: 110px;
  }
  .l-header {
    position: fixed !important;
    top: 50px;
    width: 100%;
    z-index: 999 !important;
  }
  .l-header__inner {
    grid-template-columns: max-content auto 200px !important;
    align-items: stretch;
    width: 100%;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .l-header-row {
    background-color: transparent !important;
  }
  .l-header-row .l-content {
    display: flex;
    width: 100% !important;
  }
  .l-header-row .l-content::before, .l-header-row .l-content::after {
    content: "";
    display: block;
    width: calc((100% - 1212px - 32px) / 2);
    height: 60px;
    background-color: #ba1d22;
  }
  .header-site-branding {
    background-color: #ba1d22;
  }
  .site-logo {
    height: 20px;
  }
  .header-menu-row,
  .u-row-cont-end,
  .header-menu {
    height: 100%;
  }
  .header-menu-row .u-row-cont-end {
    justify-content: flex-start;
  }
  .header-menu-row .u-row-item-center {
    align-items: stretch;
  }
  .header-menu-row .menu-gmenu-container {
    width: 100%;
  }
  .header-menu-row .header-menu {
    background-color: #ba1d22;
    width: 100%;
    margin-right: 0.5em;
  }
  .header-menu-row .header-menu > .menu-item > a {
    height: 50px !important;
  }
  .gtranslate_wrapper {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 200px;
    height: 100%;
    padding: 0 0.5em;
    margin-left: 10px;
    background-color: #ba1d22;
  }
  .gtranslate_wrapper::after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
    z-index: 0;
    display: block;
    width: 80px;
    aspect-ratio: 85/60;
    background-image: url("/wp-content/site-parts/common/img/language.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .gtranslate_wrapper select {
    position: relative;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .l-header {
    background-color: .l-header __inner;
    background-color-position: relative;
  }
  .header-site-branding__link {
    background-image: url("/wp-content/uploads/logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header-site-branding__link img {
    opacity: 0;
  }
  .gtranslate_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
  }
  .gtranslate_wrapper::after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    display: block;
    width: 50%;
    height: auto;
    aspect-ratio: 1/1;
    background-image: url("/wp-content/site-parts/common/img/language-sp.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .gtranslate_wrapper select {
    position: relative;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
}
/*フッター*/
@media (max-width: 767px) {
  #js-footer .wrapper-column {
    display: flex;
    flex-wrap: wrap;
  }
  #js-footer .wrapper-column .column-3:nth-of-type(1), #js-footer .wrapper-column .column-3:nth-of-type(2) {
    width: 50%;
    margin-bottom: 3em;
  }
  #js-footer .wrapper-column .custom-html-widget {
    margin-bottom: 3em;
  }
}
#js-footer .widget_nav_menu .menu > .menu-item a::before {
  content: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700 !important;
}

/*セクションタイトル*/
.c-section-widget__header {
  text-align: center;
}
.c-section-widget__title {
  font-size: 250%;
  font-weight: 400 !important;
}

@media (min-width: 768px) {
  .hamburger-menu-content {
    display: none !important;
  }
}
/*****************************
* 常駐フローティングCTA
*****************************/
@media (min-width: 768px) {
  .floating-cta,
  #topper {
    top: 200px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .floating-cta,
  #topper {
    top: 25vw;
    right: 0;
  }
}

#topper {
  position: fixed;
  z-index: 998;
  width: 100cqw;
  height: 100cqw;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/wp-content/site-parts/common/img/topper.svg");
  background-size: 50%;
}
#topper a {
  display: block;
  width: 100%;
  height: 100%;
}
#topper i {
  display: none;
}
#topper:hover {
  transform: none;
  box-shadow: none;
}

.floating-cta {
  container-type: inline-size;
  position: fixed;
  z-index: 997;
  aspect-ratio: 90/225;
}
@media (min-width: 768px) {
  .floating-cta {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .floating-cta {
    width: 60px;
  }
}
.floating-cta_inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85) !important;
  border-radius: 40cqw 0 0 40cqw;
  box-shadow: 0 0 10cqw rgba(0, 0, 0, 0.3);
}
.floating-cta_inner #cta-norbear {
  position: absolute;
  width: 100cqw;
  background-repeat: no-repeat;
  background-position: center;
  top: 100cqw;
  display: block;
  aspect-ratio: 90/135;
  background-size: 75%;
  background-image: url("/wp-content/site-parts/common/img/norbear.webp");
}

.l-content {
  container-type: inline-size;
  container-name: lcontent;
}

/*****************************
* 投稿タイプ名表示
******************************/
.show-posttype {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3cqw;
  color: #ba1d22;
}
@media (min-width: 768px) {
  .show-posttype {
    font-size: 3.5cqw;
  }
}
@media (max-width: 767px) {
  .show-posttype {
    font-size: 7cqw;
  }
}
.show-posttype::after {
  content: "";
  display: block;
  width: 1em;
  height: 3px;
  margin: auto;
  background-color: #ba1d22;
}

/*タクソノミアーカイブ名表示*/
.show-term-label {
  margin: 0 auto 4cqw;
  font-size: 2cqw;
  text-align: center;
}

/*ReadMoreボタン*/
a .readmore {
  display: flex;
  align-items: center;
  width: 10em;
  margin-bottom: 0;
}
a .readmore,
a .readmore *,
a .readmore *::before,
a .readmore *::after {
  transition: 0.2s all ease-in;
}
a .readmore span {
  flex: 0 0 5em;
  display: block;
  color: #231815;
  white-space: nowrap;
}
a .readmore i {
  position: relative;
  display: inline-block;
  flex: 1 1 auto;
  margin-left: 0.5em;
  transition: 0.3s all ease;
}
a .readmore i::before, a .readmore i::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
}
a .readmore i::before {
  /* 45度回転させつつ、位置を中央に微調整 */
  transform: translateY(-50%) rotate(45deg);
  width: 6px; /* 先端のサイズ */
  height: 6px; /* 先端のサイズ */
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
}
a .readmore i::after {
  transform: translateY(-50%);
  width: 100%; /* 矢印の全体の長さ */
  height: 2px; /* 矢印の線の太さ */
  background-color: #231815; /* 矢印の色 */
}
a:hover .readmore span {
  color: #ba1d22 !important;
}
a:hover .readmore i {
  transform: translateX(2cqw);
}
a:hover .readmore i::before {
  border-color: #ba1d22;
}
a:hover .readmore i::after {
  background-color: #ba1d22;
}

/*ViewMoreボタン*/
a.viewmore {
  display: block;
  width: -moz-max-content;
  width: max-content;
  color: #231815;
}
@media (min-width: 768px) {
  a.viewmore {
    font-size: 200%;
    margin: 2em auto;
  }
}
@media (max-width: 767px) {
  a.viewmore {
    font-size: 6cqw;
    margin: 1em auto;
  }
}
a.viewmore i {
  position: relative;
  display: block;
  width: 100%; /* 矢印が入るスペースを空ける */
  transition: 0.3s all ease;
}
a.viewmore i::before, a.viewmore i::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
}
a.viewmore i::after {
  transform: translateY(-50%);
  width: 100%; /* 矢印の全体の長さ */
  height: 2px; /* 矢印の線の太さ */
  background-color: #231815; /* 矢印の色 */
}
a.viewmore i::before {
  /* 45度回転させつつ、位置を中央に微調整 */
  transform: translateY(-50%) rotate(45deg);
  width: 6px; /* 先端のサイズ */
  height: 6px; /* 先端のサイズ */
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
}
a.viewmore:hover i {
  width: calc(100% + 0.5em);
}

/*ページタイトル周り*/
.article-header__inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.article-title {
  color: #231815 !important;
  margin-top: 0.5em !important;
  font-size: 1rem !important;
}
.article-title__sub {
  color: #ba1d22 !important;
  font-size: 250% !important;
}
.article-title__sub::after {
  content: "";
  display: block;
  width: 1em;
  height: 3px;
  margin: auto;
  background-color: #ba1d22;
}

.page-index {
  container-type: inline-size;
  display: flex;
  width: 100%;
  margin-bottom: 5em;
  text-align: center;
}
.page-index .link-item {
  border-left: solid 1px #231815;
}
.page-index .link-item:last-of-type {
  border-right: solid 1px #231815;
}
.page-index .link-item.double-image img {
  width: 5cqw;
}
.page-index .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-index .icon-box img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  max-width: initial;
}
.page-index a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  color: #231815;
}
.page-index a:hover {
  color: #ba1d22;
}
@media (max-width: 767px) {
  .page-index p {
    font-size: 3cqw;
  }
}
@media (min-width: 768px) {
  .page-index .icon-box {
    width: auto;
    height: 5cqw;
  }
}
@media (max-width: 767px) {
  .page-index {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .page-index .icon-box {
    width: auto;
    height: 10cqw;
  }
}

/*H2下線*/
.sec_header.u-line {
  display: flex;
  align-items: center;
  margin-bottom: 2.5em;
  border-bottom: solid 1px #231815;
}
.sec_header .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4em;
  margin-right: 1em;
  text-align: center;
}
@media (min-width: 768px) {
  .sec_header .icons {
    padding-bottom: 0.5cqw;
  }
}
@media (max-width: 767px) {
  .sec_header .icons {
    flex: 0 0 15cqw;
    padding-bottom: 1cqw;
  }
}
.sec_header .icons img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  max-width: initial;
  height: 100%;
}
.sec_header h2 {
  flex: 1 1 auto;
}

h3 {
  margin-bottom: 1.5em !important;
}

/*ncButton*/
.ncButton_btn:hover {
  transform: translateY(4px);
  color: #fff !important;
}

/*アコーディオン*/
.ncAccordion {
  width: min(95%, 800px);
  margin: 2em auto;
}
.ncAccordion_switch {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background-color: #ecaeb0;
}
.ncAccordion_switch::after {
  -webkit-mask-image: url("/wp-content/site-parts/common/img/icon-plus.svg") !important;
          mask-image: url("/wp-content/site-parts/common/img/icon-plus.svg") !important;
  flex: 0 0 1.5em;
}
.ncAccordion_switch.open {
  margin-bottom: 2em;
}
.ncAccordion_switch.open::after {
  -webkit-mask-image: url("/wp-content/site-parts/common/img/icon-minus.svg") !important;
          mask-image: url("/wp-content/site-parts/common/img/icon-minus.svg") !important;
}

/*グレー背景*/
.bgGray {
  background-color: #fcfaf2;
  padding: 3em;
  margin: 2em auto;
}

/*電話番号*/
.phone-number {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.phone-number img {
  display: block;
  width: 3em;
  margin-right: 1em;
}
.phone-number p {
  font-size: 240%;
  font-weight: 700;
  line-height: 1;
}
.phone-number span {
  line-height: 1;
}

.mb4 {
  margin-bottom: 4em;
}

.splide__arrow {
  background-color: #ba1d22 !important;
  opacity: 1 !important;
  border: 4px solid #fff !important;
  filter: drop-shadow(2px 5px 4px rgba(0, 0, 0, 0.3));
}
.splide__arrow svg {
  fill: #fff !important;
}

.post-thumbnail {
  aspect-ratio: 16/9;
  overflow: hidden;
  overflow: hidden;
}
.post-thumbnail img {
  transition: all ease-out 0.3s;
}
.post-thumbnail:hover img {
  transform: scale(1.06);
}
.post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  max-width: initial;
  height: 100% !important;
}

/*アーカイブリスト余白*/
.featured_standard .article-body {
  padding-top: 0;
}

/*アーカイブカード*/
.item-box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.item {
  position: relative;
  container-type: inline-size;
  margin: 0 !important;
}
.item a, .item a:hover {
  color: #231815;
}
.item .post-thumbnail {
  aspect-ratio: 253/263;
  margin-bottom: 3cqw;
}
.item-title, .item-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.item-title {
  margin-bottom: 4cqw !important;
  line-height: 1.2 !important;
  height: 2.5em;
}
@media (min-width: 768px) {
  .item-title {
    font-size: 7cqw;
  }
}
@media (max-width: 767px) {
  .item-title {
    font-size: 10.5cqw;
  }
}
.item-excerpt {
  height: 3.5em !important;
}
.item-excerpt {
  margin-bottom: 1em !important;
}
@media (min-width: 768px) {
  .item-excerpt {
    font-size: 4cqw;
  }
}
@media (max-width: 767px) {
  .item-excerpt {
    font-size: 7cqw;
  }
}
@media (max-width: 767px) {
  .item-term {
    font-size: 7cqw;
  }
}
.item .readmore {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 17cqw;
  font-size: 6cqw !important;
}

.item-shop::before, .item-shop::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #ba1d22;
}
.item-shop::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.item-shop::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 10cqw);
}
@media (min-width: 768px) {
  .item-shop {
    width: 25% !important;
    padding: 1cqw;
  }
  .item-shop:nth-last-child(-n+4):nth-child(4n+1)::before, .item-shop:nth-last-child(-n+4):nth-child(4n+1) ~ .item::before {
    content: none;
  }
  .item-shop:nth-of-type(4n)::after {
    content: none;
  }
}
@media (max-width: 767px) {
  .item-shop {
    width: 50% !important;
    padding-top: 4cqw;
    padding-bottom: 4cqw;
  }
  .item-shop:nth-last-child(-n+2):nth-child(2n+1)::before, .item-shop:nth-last-child(-n+2):nth-child(2n+1) ~ .item::before {
    content: none;
  }
  .item-shop:nth-of-type(2n)::after {
    content: none;
  }
  .item-shop:nth-of-type(odd) {
    padding-right: 4cqw;
  }
  .item-shop:nth-of-type(even) {
    padding-left: 4cqw;
  }
}
.item-shop .item_inner {
  position: relative;
  height: 100%;
  padding-bottom: 17cqw;
}
.item-shop .item-number {
  margin-bottom: 1em;
  font-size: 10cqw;
  text-align: center;
  line-height: 1;
}
.item-shop .item-categorize {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4cqw;
}
.item-shop .item-categorize .floor {
  font-size: 150%;
}
@media (max-width: 767px) {
  .item-shop .item-categorize {
    flex-wrap: wrap;
  }
  .item-shop .item-categorize .floor {
    order: 1;
    width: 100%;
  }
  .item-shop .item-categorize .shop-cat-term {
    margin: 3cqw 0;
  }
}
.item-shop .ruby {
  line-height: 1;
  font-size: 80%;
}
@media (min-width: 768px) {
  .item-shop .ruby {
    margin-bottom: 4cqw;
  }
}
@media (max-width: 767px) {
  .item-shop .ruby {
    margin-bottom: 8cqw;
  }
}
.item-shop .subgenre {
  height: 1em;
  font-size: 80%;
}
@media (min-width: 768px) {
  .item-shop .subgenre {
    margin-bottom: 8cqw;
  }
}
@media (max-width: 767px) {
  .item-shop .subgenre {
    margin-bottom: 16cqw;
  }
}

.shop-tag-list .post-thumbnail {
  border: 0.5cqw solid #231815;
}

/*************************************
//開催期間
*************************************/
.item-term {
  font-weight: 700;
}

.end-announce {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #231815;
  border-radius: 2em;
  text-align: center;
}

.item-event-info .end-announce,
.item-event-info .cat-name {
  font-size: 4cqw;
}
.item-event-info .end-announce,
.item-event-info .item-term {
  height: 1em;
  margin-top: 4cqw;
}
@media (min-width: 768px) {
  .item-event-info .end-announce,
  .item-event-info .item-term {
    margin-bottom: 5cqw;
  }
}
@media (max-width: 767px) {
  .item-event-info .end-announce,
  .item-event-info .item-term {
    margin-bottom: 1em !important;
  }
}

.single .end-announce,
.single .cat-name {
  font-size: 1.5cqw;
}

/***************************************
*[CPT]ショップニュース
***************************************/
.item-shop-news {
  container-type: inline-size;
}
.item-shop-news a {
  display: block;
  padding-bottom: 17cqw;
}
@media (min-width: 768px) {
  .item-shop-news {
    width: calc((100% - 9cqw) / 4);
  }
}
@media (max-width: 767px) {
  .item-shop-news {
    width: 100%;
  }
}
.item-shop-news a {
  color: #231815;
}
.item-shop-news a:hover {
  color: #231815;
}
.item-shop-news .post-thumbnail {
  width: 100%;
  aspect-ratio: 240/260;
  margin-bottom: 10cqw;
  border: solid 2cqw #ba1d22;
  overflow: hidden;
}
.item-shop-news .post-thumbnail img {
  transition: all ease-out 0.3s;
}
.item-shop-news .post-thumbnail:hover img {
  transform: scale(1.06);
}
.item-shop-news .post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  max-width: initial;
  height: 100% !important;
}
.item-shop-news .term {
  height: 1em;
  font-size: 5cqw;
}
@media (max-width: 767px) {
  .item-shop-news {
    display: flex;
    justify-content: space-between;
  }
  .item-shop-news:not(:last-of-type) {
    border-bottom: solid 1px #ddd;
  }
  .item-shop-news .event_info_thumbnail {
    width: 48%;
  }
  .item-shop-news .event_info_text {
    width: 48%;
  }
}

.shop-news-slider {
  margin-bottom: 64px;
}
.shop-news-slider .slider-title {
  margin-bottom: 1.5em;
  color: #ba1d22;
  text-align: center;
  font-weight: 400 !important;
}
@media (min-width: 768px) {
  .shop-news-slider .slider-title {
    font-size: 3.5cqw;
  }
}
@media (max-width: 767px) {
  .shop-news-slider .slider-title {
    font-size: 7cqw;
    margin-bottom: 5cqw;
  }
}
.shop-news-slider .splide__slide {
  container-type: inline-size;
}
.shop-news-slider .splide a {
  padding: 0;
}
.shop-news-slider .splide__thumbnail {
  aspect-ratio: 1/1;
  border: 4px solid #ba1d22;
  overflow: hidden;
}
.shop-news-slider .splide__thumbnail img {
  transition: all ease-out 0.3s;
}
.shop-news-slider .splide__thumbnail:hover img {
  transform: scale(1.06);
}
.shop-news-slider .item-info {
  width: 90cqw;
  padding: 3cqw;
}
@media (max-width: 767px) {
  .shop-news-slider .item-title {
    font-size: 6cqw;
  }
  .shop-news-slider .item-excerpt {
    font-size: 4cqw;
  }
}

.shop-news-list {
  gap: 3cqw;
}

/****************************************
//イベント情報リスト
//※TOP、イベント情報アーカイブで使用
//ノルベアブログ
//※ノルベアブログアーカイブで使用
****************************************/
.norbear-blog-list,
.event-info-list {
  gap: 3cqw;
}
.norbear-blog-list .item,
.event-info-list .item {
  container-type: inline-size;
  width: calc((100% - 6cqw) / 3);
}
.norbear-blog-list .item a,
.event-info-list .item a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 10cqw;
}
.norbear-blog-list .cat-name,
.event-info-list .cat-name {
  margin-bottom: 0 !important;
}
.norbear-blog-list .post-thumbnail,
.event-info-list .post-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 348/260;
}
.norbear-blog-list .post-thumbnail img,
.event-info-list .post-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: initial;
  height: 100%;
}
.norbear-blog-list .item_text,
.event-info-list .item_text {
  position: relative;
  width: 80cqw;
  margin: auto;
  padding-top: 5cqw;
  padding-bottom: 17cqw;
}
@media (max-width: 767px) {
  .norbear-blog-list .item,
  .event-info-list .item {
    width: 48%;
  }
  .norbear-blog-list .item:nth-of-type(2),
  .event-info-list .item:nth-of-type(2) {
    margin-top: 0;
  }
}

.thumbnail.-aspect-ratio_348-263 {
  aspect-ratio: 348/263;
}

.radius-slider {
  margin: 5cqw 0;
}
.radius-slider .splide__slide {
  border-radius: 2cqw;
  overflow: hidden;
}
.radius-slider .splide__slide img {
  transition: all ease-out 0.3s;
}
.radius-slider .splide__slide:hover img {
  transform: scale(1.06);
}
.radius-slider .splide__thumbnail {
  aspect-ratio: 348/263;
}

#cta-event-slider {
  background-color: #fee0e0;
  padding-top: 5cqw;
  padding-bottom: 5cqw;
}
#cta-event-slider .radius-slider {
  margin: 0;
}

/*イベント情報*/
.item_meta {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}
.item_meta .cat-name {
  height: 100%;
}

/********************************************
カテゴリ・タクソノミ情報
********************************************/
.cat-name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 1em;
  border-radius: 2em;
  text-align: center;
}
.cat-name.cat-71 {
  background-color: #f4a51b !important;
}
.cat-name.cat-58 {
  background-color: #c5151d !important;
}
.cat-name.cat-59 {
  background-color: #231815 !important;
}
.cat-name.cat-68 {
  background-color: #e75096 !important;
}
.cat-name.cat-66 {
  background-color: #c5151d !important;
}
.cat-name.cat-67 {
  background-color: #231815 !important;
}

/********************************************
*問い合わせボタン
********************************************/
.cta-link {
  padding: 0.5em;
  background-color: #fff;
  border: solid 1px #231815;
  color: #231815;
}
.cta-link:hover {
  background-color: #ba1d22;
  border: solid 1px #ba1d22;
  color: #fff;
}

/*SNSリスト*/
.sns-list {
  container-type: inline-size;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(100%, 600px);
  margin: auto;
}
.sns-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #231815;
  text-align: center;
  color: #fff !important;
  transition: 0.3s all ease-in;
}
@media (min-width: 768px) {
  .sns-list a {
    width: 9cqw;
    height: 9cqw;
  }
}
@media (max-width: 767px) {
  .sns-list a {
    width: 15cqw;
    height: 15cqw;
  }
}
.sns-list a:hover {
  background-color: #ba1d22;
  transform: scale(1.05);
}
.sns-list a i {
  line-height: 1;
}
.sns-list a i::before {
  font-size: 4.5cqw;
}
.sns-list a .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*フッターセクション*/
#shortcod_section-22 .wrapper-column {
  container-type: inline-size;
}
#shortcod_section-22 {
  background-color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 768px) {
  #shortcod_section-22 .sns-list {
    margin-bottom: 4cqw;
  }
}
@media (max-width: 767px) {
  #shortcod_section-22 .sns-list {
    margin-bottom: 8cqw;
  }
}
#shortcod_section-22 .ta-center a {
  display: inline-block;
}
#shortcod_section-22 .ta-center a:hover {
  transform: translateY(4px);
}
#shortcod_section-22 .ta-center img {
  width: min(90%, 300px);
}

/********************************************
//アイキャッチ全幅タイトル下設置用
********************************************/
.article-header-full-width {
  height: auto !important;
}
.article-header-full-width .u-background-cover {
  display: flex;
  flex-direction: column-reverse;
}
.article-header-full-width .u-background-cover::after {
  content: none;
}
.article-header-full-width__thumbnail {
  position: static;
  width: 100vw;
  aspect-ratio: 1400/213;
}
.article-header-full-width__inner {
  position: static;
  transform: none;
  margin-bottom: 2em;
}
.article-header-full-width__inner .l-content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.article-header {
  margin-bottom: 5em;
}

/********************************************
//ドロワーメニュー
********************************************/
.drawer-menu {
  container-type: inline-size;
}
.drawer-menu #custom_html-6 {
  width: 80cqw;
  margin: 5cqw auto;
}
.drawer-menu #custom_html-6 a {
  display: block;
  transition: 0.3s all ease-in;
}
.drawer-menu #custom_html-6 a:hover {
  transform: translateY(2px);
}
.drawer-menu #banner_section-2,
.drawer-menu #banner_section-2 .l-content-widget,
.drawer-menu #banner_section-2 .wrapper-column,
.drawer-menu #banner_section-2 .column-4 {
  width: 100%;
}
.drawer-menu #banner_section-2 img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

/***********************
* お問い合わせ
***********************/
.wpcf7cpcnf .wpcf7cp-btns {
  justify-content: center;
}

/*******************************
*インフォメーション
*******************************/
@media (min-width: 768px) {
  .info-list article {
    margin-bottom: 3.5cqw;
  }
}
@media (max-width: 767px) {
  .info-list article {
    margin-bottom: 3em;
  }
}
@media (min-width: 768px) {
  .info-list .item_meta {
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .info-list .item_meta {
    margin-bottom: 0.5em;
  }
}
.info-list .information_date,
.info-list .item_title {
  margin-bottom: 1cqw;
}
.info-list .item_title {
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .info-list .item_title {
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .info-list .item_title {
    margin-bottom: 0.5em !important;
  }
}
.info-list .item_title:hover {
  transform: translateY(0.4em);
}
.info-list a {
  color: #231815;
}
.info-list .excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}

/*****************************
* 検索結果
*****************************/
.search .l-content__main {
  width: 100% !important;
}
.search article {
  margin-bottom: 2em;
}/*# sourceMappingURL=style.css.map */