@charset "utf-8";

.section-shopnews {
  margin-bottom: 160px;
  padding-top: 70px;
}
.section-shopnews .page-title {
  margin-bottom: 50px;
}
.section-shopnews .tab-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: calc(100% - 60px);
  margin-inline: auto;
}

/* ショップニュースのタブ（7つ）用のスタイル */
.section-shopnews .tab-list li {
  position: relative;
  bottom: -1px;
  width: 185px;
  height: 112px;
}
.section-shopnews .tab-list li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-block: 15px;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 10px 10px 0 0;
  background-color: var(--text-color);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.section-shopnews .tab-list li:first-child a {
  justify-content: center;
}
.section-shopnews .tab-list li a div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}
.section-shopnews .tab-list li a div img:nth-child(2) {
  display: none;
}
.section-shopnews .tab-list li:first-child a {
  font-size: 1.8rem;
}
@media (any-hover: hover) {
  .section-shopnews .tab-list li a:hover {
    color: var(--text-color);
    border: 1px solid var(--border-color2);
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    opacity: 1;
  }
  .section-shopnews .tab-list li a path[fill="#fff"] {
    transition: all 0.3s ease-in-out;
  }
  .section-shopnews .tab-list li .restaurant:hover path[fill="#fff"] {
    fill: #33221E;
  }
  /* .section-shopnews .tab-list li a:hover::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  } */
}
.section-shopnews .tab-list li .tab.active {
  color: var(--text-color);
  font-weight: bold;
  border: 1px solid var(--border-color2);
  border-bottom: none;
  background-color: #fff;
  pointer-events: none;
  transition: none;
}
.section-shopnews .tab-list li .restaurant.active path[fill="#fff"] {
  fill: #33221E;
}
.section-shopnews .tab-list li .tab.active::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.section-shopnews .tabpanel-wrapper {
  margin: 0 auto;
  border-top: 1px solid var(--border-color2);
}
.section-shopnews .shopnews-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 51px;
  max-width: 1250px;
  margin: 0 auto 80px;
  padding-top: 80px;
}
.section-shopnews .shopnews-list li {
  position: relative;
  width: 274px;
  max-width: calc(50% - 10px);
}
.section-shopnews .shopnews-list .list-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 274px;
  aspect-ratio: 1 / 1;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid var(--border-color3);
}
.section-shopnews .shopnews-list .list-image.logo {
  border: 1px solid #f5f5f5;
}
.section-shopnews .shopnews-list .list-image .no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-block: 50px;
  background: #fff;
}
.section-shopnews .shopnews-list .list-image .no-image img:first-child {
  max-width: 80%;
}
.section-shopnews .shopnews-list .list-image img {
  position: relative;
  z-index: 5;
  object-fit: contain;
}

.section-shopnews .shopnews-list .list-image img:nth-child(2) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  filter: blur(20px);
}
.section-shopnews .shopnews-list .new-shop {
  position: absolute;
  inset: -10px auto auto -10px;
  z-index: 10;
  width: 61px;
  height: 43px;
}
.section-shopnews .news-text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.8rem;
}
.section-shopnews .shop-floor {
  display: inline-block;
  color: var(--accent-color);
  margin-top: 6px;
  font-size: 1.4rem;
  line-height: 1;
}
.section-shopnews .shop-name {
  font-size: 1.4rem;
}
.section-shopnews .more-btn {
  margin-bottom: 60px 80px;
}

.detail-page .category-title {
  width: 1100px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  padding-block: 70px 50px;
  font-size: 1.4rem;
  line-height: 2.7rem;
}
.detail-page .category-title span {
  display: inline-block;
  margin-right: 10px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 2.7rem;
  font-family: var(--font-family-en);
}
.contents-area {
  width: 1100px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  padding-bottom: 80px;
}
.contents-area .post-date {
  position: relative;
  margin-bottom: 10px;
  font-size: 1.7rem;
  color: var(--accent-color);
}
.contents-area .post-date .new {
  display: inline-block;
  margin-right: 10px;
  font-weight: 900;
  font-family: var(--font-family-en);
}
.contents-area .post-date .new::before {
  content: "\\";
  display: inline-block;
  margin-right: 5px;
}
.contents-area .post-date .new::after {
  content: "/";
  display: inline-block;
  margin-left: 5px;
}
.contents-area dl {
  display: flex;
}
.contents-area dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  width: 135px;
  height: 43px;
  margin-right: 20px;
  padding-inline: 28px 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.7em;
  background: var(--bg-menu);
}
.contents-area dl svg rect,
.contents-area dl svg path {
  fill: var(--text-color);
}
.contents-area dl dd {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  line-height: 1.3;
}
.contents-area .post-link,
.contents-area .post-link-pdf {
  position: relative;
  display: inline-block;
  padding-top: 50px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: underline;
}
.contents-area .post-link::after {
  content: "";
  position: absolute;
  right: -43px;
  bottom: 3px;
  width: 23px;
  height: 23px;
  background: url("../img/newwindow-icon.svg") no-repeat center center / 100% 100%;
}
.contents-area .post-link-pdf::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: 0;
  width: 28px;
  height: 28px;
  background: url("../img/pdf-icon.svg") no-repeat center center / 100% 100%;
}
.contents-area .post-sns {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 50px;
  font-size: 1.8rem;
}
.contents-area .post-sns .sns-list {
  gap: 20px;
}
.contents-area .post-sns .sns-list img {
  width: 50px;
}

.detail-page table{
  font-size: 1.6rem;
  border-collapse: collapse;
}
.detail-page th,
.detail-page td {
  padding: 0.5em;
  text-align: center;
  font-weight: normal;
  border: 1px solid var(--border-color2);
}
.detail-page th {
  font-weight: bold;
  background: var(--accent-color-light);
}


@media (min-width: 768px) {
  .contents-area .post-header,
  .contents-area dl {
    float: right;
    width: calc(50% - 50px);
  }
  .contents-area dl + dl {
    padding-top: 20px;
  }
  .contents-area .post-image {
    float: left;
    width: 50%;
    display: grid;
    place-items: center;
    aspect-ratio: 1 / 1;
    background: var(--bg-menu);
  }
  .contents-area .post-image .logo {
    width: 100%;
    height: auto;
  }
  .contents-area .post-shop {
    margin-bottom: 5px;
    font-size: 2rem;
  }
  .contents-area .post-title {
    margin-bottom: 40px;
    padding-bottom: 20px;
    font-size: 2.2rem;
    line-height: 1.42;
    border-bottom: 1px solid var(--bg-calendar);
  }
  .contents-area .post-text {
    clear: both;
    padding-top: 50px;
    font-size: 1.6rem;
    line-height: 28px;
  }
  .section-shopnews .tab-list li:nth-child(n + 4):nth-child(-n + 6)::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 20px;
    height: 1px;
    background-color: var(--border-color2);
  }
}
@media (max-width: 1350px) {
  .section-shopnews .shopnews-list {
    width: 925px;
  }
}
@media (max-width: 1200px) {
  .section-shopnews .tab-list {
    position: relative;
    flex-wrap: wrap;
  }
  .section-shopnews .tabpanel-wrapper {
    position: relative;
    border-top: none;
  }
  .section-shopnews .tabpanel-wrapper::before {
    content: "";
    position: absolute;
    top: -134px;
    right: 0;
    left: 0;
    z-index: -1;
    width: 962px;
    height: 1px;
    margin-inline: auto;
    background-color: var(--border-color2);
  }
  .section-shopnews .tab-list li:nth-child(4)::before {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 20px;
    height: 1px;
    background-color: var(--border-color2);
  }
  .section-shopnews .tab-list li:nth-child(7)::before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 20px;
    height: 1px;
    background-color: var(--border-color2);
  }
}
@media (max-width: 1200px) and (min-width: 1040.1px) {
  .section-shopnews .tab-list li:nth-child(1) {
    margin-left: 15px;
  }
  .section-shopnews .tab-list li:nth-child(3) {
    margin-right: 15px;
  }
  .section-shopnews .tab-list li {
    width: 216px;
  }
  .section-shopnews .tab-list li:nth-child(-n + 3) {
    width: 295px;
    bottom: 0;
  }
}
@media (max-width: 1040px) {
  .section-shopnews .shopnews-list {
    width: 600px;
  }
  .section-shopnews .tabpanel-wrapper::before {
    width: 634px;
  }
}
@media (min-width: 768px) and (max-width: 1040px) {
  .section-shopnews .tab-list {
    width: 600px;
    margin-inline: auto;
  }
  .section-shopnews .tab-list li {
    width: 134px;
  }
  .section-shopnews .tab-list li:nth-child(-n + 3) {
    width: 185px;
  }
}

@media (max-width: 767.999px) {
  .section-shopnews {
    margin-bottom: 90px;
    padding-top: 35px;
  }
  .section-shopnews .page-title {
    margin-bottom: 30px;
  }
  .section-shopnews .tab-list {
    position: relative;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 552px;
    margin-inline: auto;
  }
  /* .section-shopnews .tab-list::before {
    content: "";
    position: absolute;
    left: -10px;
    bottom: 0;
    z-index: 0;
    width: calc(100% + 20px);
    height: 90px;
    background-color: #fff;
  } */
  .section-shopnews .tab-list li {
    width: 200px;
    max-width: calc((100% - 20px) / 3);
    height: 80px;
  }
  .section-shopnews .tab-list li::after {
    right: -10px;
    width: 10px;
  }
  .section-shopnews .tab-list li:nth-child(3)::after {
    display: none;
  }
  .section-shopnews .tab-list li:nth-child(n + 4) {
    width: calc((100% - 30px) / 4);
  }
  .section-shopnews .tab-list li:nth-child(n + 4):nth-child(-n + 6)::after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 10px;
    height: 1px;
    background-color: var(--border-color2);
  }
  .section-shopnews .tab-list li:nth-child(4)::before {
    left: -12px;
    width: 12px;
  }
  .section-shopnews .tab-list li:nth-child(7)::before {
    right: -12px;
    width: 12px;
  }
  .section-shopnews .tab-list li a {
    justify-content: flex-end;
    padding-block: 10px 5px;
    font-size: 0.9rem;
  }
  .section-shopnews .tab-list li a div {
    height: min(44px, 11vw);
    padding-bottom: 7px;
  }
  #shopnews-tab2 {
    padding-block: 12px;
  }
  .section-shopnews .tab-list li a div + span {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
  }
  .section-shopnews .tabpanel-wrapper::before {
    top: -90px;
    width: 574px;
    max-width: calc(100vw - 40px);
    right: 0;
    margin: auto;
  }
  .section-shopnews .shopnews-list {
    justify-content: center;
    gap: 30px 23px;
    max-width: 100%;
    margin-bottom: 40px;
    padding: 30px 23px 0;
  }
  .section-shopnews .shopnews-list li {
    max-width: calc(50% - 11.5px);
  }
  
  .section-shopnews .shopnews-list li:last-child {
    margin-right: auto;
  }
  .section-shopnews .news-text {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .section-shopnews .shop-floor,
  .section-shopnews .shop-name {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.999px) and (any-hover: hover) {
  .section-shopnews .tab-list li a:hover {
    border: 1px solid var(--border-color2);
    border-bottom: none;
  }
}

@media (max-width: 630px) {
  .section-shopnews .tab-list {
    width: calc(100% - 46px);
  }
}

/* --------------------  detail  ---------------------- */


.detail-page .page-title {
  flex-direction: row;
  align-items: baseline;
  gap: 10px;
  width: 1100px;
  margin: 0 auto 30px;
  font-size: 1.4rem;
}
.detail-page .page-title span {
  font-size: 2.6rem;
}
.section-shopinfo {
  margin-bottom: 80px;
  padding-block: 80px;
  background: var(--bg-menu);
}
.section-shopinfo .section-title span {
  margin-top: -16px;
}
.section-shopinfo .shopinfo-detail {
  display: flex;
  gap: 40px;
  width: 820px;
  margin: 0 auto 50px;
}
.section-shopinfo .shopinfo-detail dt {
  width: 210px;
  padding: 25px 35px;
  background: #fff;
  display: flex;             
  justify-content: center;
  align-items: center;
}
.section-shopinfo .shopinfo-detail dt img {
  max-width: 138px;
  max-height: 110px;
  object-fit: contain;
}
.section-shopinfo .shopinfo-detail .shop-name {
  padding-top: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.section-shopinfo .shopinfo-detail .shop-category {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.section-shopinfo .shopinfo-detail .shop-floor {
  color: var(--accent-color);
  font-size: 1.6rem;
}
.section-shopinfo .slider-title {
  margin-bottom: 30px;
  font-size: 1.8rem;
  text-align: center;
}
.section-shopinfo .shopnews-slider {
  width: 820px;
  margin: 0 auto;
}
.section-shopinfo .shopnews-slider .splide__slide figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #fff;
  border: 1px solid var(--border-color3);
}
.section-shopinfo .shopnews-slider .splide__slide .no-image {
  padding: 30px;
  background: #fff;
}
.section-shopinfo .shopnews-slider figcaption {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: bold;
}
.section-shopinfo .splide__arrow {
  transform: translateY(-105%);
}
.section-shopinfo .splide__arrow:disabled {
  display: none;
}
.splide__arrow {
  width: 23px;
  height: 45px;
  background: none;
}
.splide__arrow svg {
  display: none;
}

.splide__arrow--next {
  right: -3em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy4zNTciIGhlaWdodD0iNDUuMzAxIiB2aWV3Qm94PSIwIDAgMjMuMzU3IDQ1LjMwMSI+IDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMjA1IDAuMjA1KSI+IDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiPiA8cGF0aCBkPSJNLjM1NC4zNTNsMjIuMywyMi4zLTIyLjMsMjIuMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjA1IC0wLjIwNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzMzMjIxZSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEiLz4gPC9nPiA8L2c+PC9zdmc+");
}
.splide__arrow--prev {
  left: -3em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy4zNTciIGhlaWdodD0iNDUuMzAxIiB2aWV3Qm94PSIwIDAgMjMuMzU3IDQ1LjMwMSI+IDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNDEgMC4yMDUpIj4gPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiPiA8cGF0aCBkPSJNMjIuNjUuMzUzLjM1NCwyMi42NWwyMi4zLDIyLjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjA1NiAtMC4yMDUpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxIi8+IDwvZz4gPC9nPjwvc3ZnPg==");
}
.section-shopinfo + .more-btn {
  margin-bottom: 160px;
}

@media (max-width: 767.999px) {
  .detail-page .category-title {
    font-size: 1.2rem;
    padding-block: 35px 30px;
  }
  .detail-page .category-title span {
    font-size: 2.2rem;
    line-height: 2.3rem;
  }
  .contents-area {
    max-width: calc(100% - 30px);
    padding-bottom: 40px;
  }
  .contents-area header {
    display: block;
  }
  .contents-area .post-date,
  .contents-area .post-shop {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .contents-area .post-title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 1.9rem;
    line-height: 1.39;
    border-bottom: 1px solid var(--bg-calendar);
  }
  .contents-area .post-image {
    margin-bottom: 20px;
    display: grid;
    place-items: center;
    width: 100%;
    max-width: 60%;
    aspect-ratio: 1 / 1;
    margin-inline: auto;
    /*padding: 30px;*/
    background: var(--bg-menu);
  }
  .contents-area dl {
    margin-bottom: 10px;
  }
  .contents-area dl:has(+ .post-text) {
    margin-bottom: 30px;
  }
  .contents-area dl dt {
    width: 90px;
    height: 30px;
    margin-right: 7px;
    padding-inline: 14px 4px;
    font-size: 1.4rem;
  }
  .contents-area dl svg {
    width: 12px;
  }
  .contents-area dl dd {
    font-size: 1.3rem;
    line-height: 30px;
  }
  .contents-area .post-text {
    font-size: 1.4rem;
    line-height: 26px;
  }
  .contents-area .post-link,
  .contents-area .post-link-pdf {
    padding-top: 40px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .contents-area .post-sns {
    flex-direction: column;
    gap: 15px;
    padding-top: 40px;
  }
  .contents-area .post-sns .sns-list {
    flex-direction: row;
    gap: 15px;
  }
  .contents-area .post-sns .sns-list li {
    width: 32px;
  }
  .section-shopinfo {
    margin-bottom: 40px;
    padding-block: 40px 45px;
  }
  .section-shopinfo .section-title span {
    margin-top: -7px;
    font-size: 2.2rem;
  }
  .section-shopinfo .shopinfo-detail {
    gap: 25px;
    width: calc(100% - 46px);
    margin-bottom: 35px;
  }
  .section-shopinfo .shopinfo-detail dt {
    width: 130px;
    height: fit-content;
    padding: 16px 22px;
  }
  .section-shopinfo .shopinfo-detail dt img {
    max-width: 85px;
    max-height: 65px;
  }
  .section-shopinfo .shopinfo-detail .shop-name {
    padding-top: 8px;
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  .section-shopinfo .shopinfo-detail .shop-category {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
  .section-shopinfo .shopinfo-detail .shop-floor {
    font-size: 1.2rem;
  }
  .section-shopinfo .slider-title {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .section-shopinfo .shopnews-slider {
    width: 100%;
  }
  .section-shopinfo .shopnews-slider .splide__slide .no-image {
    padding: 15px;
  }
    /* .section-shopinfo .splide__track {
    overflow: visible;
    transform: translateX(-7%);
  } */
  .section-shopinfo .splide__arrow--next,
  .section-shopinfo .splide__arrow--prev {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.8);
    background-size: 100% 20px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .section-shopinfo .splide__arrow--next {
    right: 0;
  }
  .section-shopinfo .splide__arrow--prev {
    left: 0;
  }
  .section-shopinfo .shopnews-slider figcaption {
    margin-top: 4px;
    font-size: 1.2rem;
  }
  .section-shopinfo + .more-btn {
    /* width: 190px;
    height: 40px; */
    margin-bottom: 90px;
    padding: 0;
    font-size: 1.4rem;
  }
  .section-shopinfo + .more-btn::before {
    width: 23px;
  }

  .detail-page table{
    font-size: 1.4rem;
  }
}

/* --------------------------------------------------
   ショップニュース詳細ページ：画像の表示調整（ロゴ対応・重ね合わせ）
   -------------------------------------------------- */
.contents-area .post-image {
  position: relative;
  overflow: hidden;
  display: flex;             
  justify-content: center;   
  align-items: center;       
  z-index: 1;                
}


.contents-area .post-image img {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.contents-area .post-image img:nth-child(2) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  filter: blur(30px); 
}

.contents-area .post-image img.logo {
  width: auto;
  height: auto;
  max-width: 60%;    
  max-height: 60%;   
  object-fit: contain;
}


/* ▼▼▼ その他のショップニュース（スライダー）画像調整 ▼▼▼ */


.section-shopinfo .shopnews-slider .splide__slide figure {
  position: relative;       
  overflow: hidden;         
  display: flex;            
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;    
  background: #fff;
  border: 1px solid var(--border-color3);
  box-sizing: border-box;
}


.section-shopinfo .shopnews-slider .splide__slide figure img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}


.section-shopinfo .shopnews-slider .splide__slide figure img:first-child {
  position: relative;
  z-index: 5;              
  object-fit: contain;      
}


.section-shopinfo .shopnews-slider .splide__slide figure img:nth-child(2) {
  position: absolute;       
  inset: 0;                 
  z-index: 1;               
  object-fit: cover;        
  filter: blur(10px);       
}


.section-shopinfo .shopnews-slider .splide__slide figure img.logo {
  width: auto;        
  height: auto;       
  max-width: 80%;     
  max-height: 80%;    
  object-fit: contain;
}