@charset "utf-8";

.shop-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 30px 50px;
  width: 1100px;
  max-width: calc(100% - 60px);
  margin: 0 auto 50px;
  padding-top: 50px;
}
.shop-header .shop-logo {
  display: grid;
  place-items: center;
  width: 314px;
  /*height: 314px;*/
  padding: 20px 0;
}
.shop-header .shop-logo img {
  width: 100%;
  /*height: 100%;*/
  object-fit: contain;
  /*max-width: 264px;*/
  max-height: 264px;
}
.shop-header .shop-note {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0.2em 0.6em;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: var(--accent-color);
}
.shop-header .shop-name {
  margin-bottom: 9px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 2.9rem;
}
.shop-header .shop-name-kana {
  margin-bottom: 18px;
  font-size: 1.4rem;
}
.shop-header .shop-category {
  font-size: 1.6rem;
}
.shop-header .shop-text {
  font-size: 1.6rem;
  line-height: 1.778;
  width: 100%;
}

.shop-data {
  max-width: calc(100% - 60px);
}
.shop-data .shop-slider {
  width: 500px;
  max-width: 100%;
  margin: 0 auto 70px;
}
.shop-data .splide__arrows {
  position: absolute;
  bottom: -35px;
  width: 100%;
}
.shop-slider .splide__pagination {
  bottom: -40px;
}
.shop-slider .splide__pagination__page.is-active {
  background: var(--text-color);
  opacity: 1;
  transform: none;
}
.shop-slider .splide__arrow {
  width: 31px;
  height: 19px;
  background: none;
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: 50% 25%;
}
.shop-slider .splide__arrow svg {
  display: none;
}
.shop-slider .splide__arrow--next {
  right: calc(50% - 75px);
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMS41NCIgaGVpZ2h0PSI4LjE2NiIgdmlld0JveD0iMCAwIDMxLjU0IDguMTY2Ij4gPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwLjQwMikiPiA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIj4gPHBhdGggZD0iTTEuNTE2LDcuNjY2SDMxLjU0MUwyMS43MzIuNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuNTE2IC0wLjQwMikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzMzMjIxZSIgc3Ryb2tlLXdpZHRoPSIxIi8+IDwvZz4gPC9nPjwvc3ZnPg==");
}
.shop-slider .splide__arrow--prev {
  left: calc(50% - 75px);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMS41NCIgaGVpZ2h0PSI4LjE2NiIgdmlld0JveD0iMCAwIDMxLjU0IDguMTY2Ij4gPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS41MTUgMC40MDIpIj4gPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSI+IDxwYXRoIGQ9Ik0zMS41NDEsNy42NjZIMS41MTZMMTEuMzI0LjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xLjUxNiAtMC40MDIpIiBmaWxsPSJub25lIiBzdHJva2U9IiMzMzIyMWUiIHN0cm9rZS13aWR0aD0iMSIvPiA8L2c+IDwvZz48L3N2Zz4=");
}
.shop-slider .splide__playpause {
  position: absolute;
  right: calc(50% - 175px);
  bottom: -45px;
  z-index: 10;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 1px solid var(--text-color);
  border-radius: 50%;
  background-color: #fff;
  color: var(--text-color);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.shop-slider .splide__playpause::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: currentcolor;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M11 6L3 10.5L3 1.5L11 6Z" fill="white"/></svg>');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.shop-slider .splide__playpause.is-active::before {
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M3 2L3 10M9 2L9 10" stroke="white" stroke-width="2" /></svg>');
}

.shop-table {
  width: 550px;
  height: fit-content;
  border-collapse: collapse;
}
.shop-table th {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 146px;
  height: 100%;
  padding: 20px 15px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.25;
  text-align: left;
  background-color: var(--bg-menu);
}
.shop-table th img {
  display: inline-block;
  max-width: 23px;
}
.shop-table .table-tel th img {
  max-width: 18px;
  margin-inline: 3px 2px;
}
.shop-table .table-url td img {
  margin-left: 10px;
}
.shop-table th p {
  display: flex;
  align-items: center;
  max-width: 5em;
}
.shop-table tr:has(+ tr) th {
  border-bottom: 3px solid #fff;
}
.shop-table tr:has(+ tr) td {
  border-bottom: 3.25px solid var(--bg-menu);
}
.shop-table td {
  width: 100%;
  padding: 20px 15px;
  font-size: 1.6rem;
  line-height: 1.25;
}
.shop-table .flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3px;
}
.shop-table .flex span {
  display: inline-block;
}

[class*="option-list"] {
  display: flex;
  flex-wrap: wrap;
  width: 1100px;
  max-width: calc(100% - 60px);
  margin-inline: auto;
}
.main-option-list {
  margin-bottom: 30px;
  /*padding-top: 40px;*/
  gap: 20px 10px;
}
.main-option-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 25px 4px 15px;
  color: var(--option-text-color);
  font-size: 1.5rem;
  font-weight: 300;
  border: 1px solid var(--border-color3);
  border-radius: 50px;
}
.main-option-list .active {
  color: var(--accent-color);
  font-weight: 500;
  border-color: var(--accent-color);
}
.main-option-list li.active path:not([fill="#fff"]) {
  fill: var(--accent-color);
}
.sub-option-list {
  margin-bottom: 50px;
}
.sub-option-list li {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.5;
  color: var(--option-text-color);
}
.sub-option-list li:not(:last-child)::after {
  position: relative;
  top: -1px;
  content: "|";
  margin-inline: 12px;
  color: var(--option-text-colortext-color);
  font-weight: normal;
}
.sub-option-list .active {
  color: var(--accent-color);
  font-weight: 500;
}

.shop-service-outer {
  width: 1100px;
  max-width: calc(100% - 60px);
  margin: 0 auto 50px;
  padding: 30px;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(240, 240, 240, 1) 6px, rgba(240, 240, 240, 1) 9px );
}
.shop-data + .shop-service-outer {
  margin-top: 50px;
}
.shop-service-inner {
  width: 100%;
  padding: 40px 30px;
  background-color: #fff;
}
.shop-service-inner dt {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
}
.shop-service-inner dd {
  font-size: 1.6rem;
}
.shop-service-inner dd + dt {
  margin-top: 40px;
}

.section-shopnews{
	margin-bottom: 50px;
}

.section-shopnews .slider-title {
  width: 820px;
  max-width: calc(100% - 60px);
  margin: 0 auto 30px;
  font-size: 1.8rem;
}
.shopnews-slider {
  width: 820px;
  margin: 0 auto;
}
.shopnews-slider .splide__slide {
  position: relative;
}
.shopnews-slider .new-shop {
  position: absolute;
  inset: 2px auto auto 2px;
  z-index: 10;
  width: 61px;
}
.shopnews-slider figcaption {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: bold;
}
.section-shopnews .splide__arrow {
  transform: translateY(-105%);
}
.section-shopnews .splide__arrow:disabled {
  display: none;
}
.section-shopnews .splide__arrow {
  width: 23px;
  height: 45px;
  background: none;
}
.section-shopnews .splide__arrow svg {
  display: none;
}

.section-shopnews .splide__arrow--next {
  right: -3em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy4zNTciIGhlaWdodD0iNDUuMzAxIiB2aWV3Qm94PSIwIDAgMjMuMzU3IDQ1LjMwMSI+IDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMjA1IDAuMjA1KSI+IDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiPiA8cGF0aCBkPSJNLjM1NC4zNTNsMjIuMywyMi4zLTIyLjMsMjIuMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMjA1IC0wLjIwNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzMzMjIxZSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEiLz4gPC9nPiA8L2c+PC9zdmc+");
}
.section-shopnews .splide__arrow--prev {
  left: -3em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy4zNTciIGhlaWdodD0iNDUuMzAxIiB2aWV3Qm94PSIwIDAgMjMuMzU3IDQ1LjMwMSI+IDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNDEgMC4yMDUpIj4gPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiPiA8cGF0aCBkPSJNMjIuNjUuMzUzLjM1NCwyMi42NWwyMi4zLDIyLjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjA1NiAtMC4yMDUpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxIi8+IDwvZz4gPC9nPjwvc3ZnPg==");
}

.section-shopnews + .more-btn {
  margin-block: 100px 160px;
}

.g-btn{
	margin-bottom: 90px;
}

@media (min-width: 1100px) {
  .sub-option-list {
    padding-right: 100px;
  }
}

@media (min-width: 768px) {
  .shop-data {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    width: 1100px;
    max-width: calc(100% - 60px);
    margin: 0 auto 50px;
  }
  .shop-table .table-url th img {
    margin-inline: 4px 3px;
    max-width: 16px;
  }
  .shop-data .shop-slider {
    width: 500px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767.999px) {
  .shop-header {
    display: block;
    max-width: calc(100% - 30px);
    padding-top: 40px;
  }
  .shop-header .shop-note {
    font-size: 1.2rem;
  }
  .shop-header .shop-name {
    margin-bottom: 4px;
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .shop-header .shop-name-kana {
    font-size: 1.2rem;
  }
  .shop-header .shop-category {
    font-size: 1.4rem;
  }
  .shop-header .shop-logo {
    width: 90%;
    height: auto;
    margin: 0 auto 50px;
  }

  [class*="option-list"] {
    max-width: calc(100% - 30px);
  }
  .main-option-list {
    gap: 10px 5px;
    margin-bottom: 10px;
    /*padding-top: 30px;*/
  }
  .main-option-list li {
    padding: 4px 11px 4px 6px;
    font-size: 1.1rem;
    gap: 2px;
  }
  .main-option-list li svg {
    max-height: 14px;
  }
  .sub-option-list {
    margin-bottom: 50px;
  }
  .sub-option-list li {
    font-size: 1.2rem;
  }
  .sub-option-list li:not(:last-child)::after {
    margin-inline: 5px;
  }

  .shop-data {
    max-width: calc(100% - 30px);
    margin-inline: auto;
	  margin-bottom: 50px;
  }
  .shop-data .shop-text {
    margin-bottom: 40px;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .shop-data .shop-slider {
    margin-inline: auto;
  }
  .shop-table {
    width: 100%;
    margin-inline: auto;
  }
  .shop-table th {
    width: 125px;
    padding: 18px 13px;
    font-size: 1.4rem;
  }
  .shop-table th img {
    max-width: 15px;
    max-height: 15px;
  }
  .shop-table td {
    font-size: 1.4rem;
  }

  .shop-service-outer {
    max-width: calc(100% - 30px);
    margin-block: 40px;
    padding: 25px;
  }
  .shop-service-inner {
    padding: 40px 20px;
  }
  .shop-service-inner dt {
    justify-content: center;
    font-size: 1.6rem;
  }
  .shop-service-inner dd {
    font-size: 1.4rem;
  }
  .shop-service-list img {
    max-height: 24px;
  }

  .section-shopnews .slider-title {
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  .shopnews-slider {
    width: 600px;
    max-width: 100%;
    margin-inline: auto;
  }
  .section-shopnews .splide__arrow--next,
  .section-shopnews .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-shopnews .splide__arrow--next {
    right: 0;
  }
  .section-shopnews .splide__arrow--prev {
    left: 0;
  }
  .shopnews-slider figcaption {
    margin-top: 4px;
    font-size: 1.2rem;
  }
  .section-shopnews + .more-btn {
    width: 190px;
    height: 40px;
    margin-block: 70px 90px;
    padding: 0;
    font-size: 1.4rem;
  }
  .section-shopnews + .more-btn::before {
    width: 23px;
  }
}

/* ▼▼▼ ショップ詳細：メイン画像スライダーの表示統一（shop.css 末尾） ▼▼▼ */
.shop-data .shop-slider {
  width: 500px;             /* 基本幅 */
  max-width: 100%;          /* スマホ対応 */
  aspect-ratio: 1 / 1;      /* ★ここで正方形を確定 */
  margin: 0 auto 70px;
  height: auto;
}

.shop-slider .splide__track,
.shop-slider .splide__list,
.shop-slider .splide__slide {
  height: 100% !important;
}

.shop-slider .splide__slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.shop-slider .splide__slide figure {
  position: relative;       /* 重ね合わせの基準 */
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;         /* ぼかしのはみ出しをカット */
  background-color: #fff;   /* 背景色 */
  display: flex;            /* 画像を中央配置 */
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border-color3, #ccc); /* shopnewsに合わせて枠線を追加 */
  box-sizing: border-box;
}

.shop-slider .splide__slide figure img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.shop-slider .splide__slide figure img:first-child {
  position: relative;
  z-index: 5;               /* 手前に表示 */
  object-fit: contain;      /* 比率を保って全体を表示 */
}

.shop-slider .splide__slide figure img:nth-child(2) {
  position: absolute;       /* 絶対配置で裏に回す */
  inset: 0;                 /* 上下左右ピッタリ配置 */
  z-index: 1;               /* 奥に表示 */
  object-fit: cover;        /* 隙間なく埋める */
  filter: blur(20px);       /* ぼかし */
  transform: scale(1.2);    /* ぼかしの端が見えないように拡大 */
}

/* ▼▼▼ ショップ詳細：「このお店のショップニュース」の画像表示統一 ▼▼▼ */

.section-shopnews .shopnews-slider .splide__slide figure {
  position: relative;    
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;     
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border-color3, #ccc);
  box-sizing: border-box;
}

.section-shopnews .shopnews-slider .splide__slide figure img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.section-shopnews .shopnews-slider .splide__slide figure img:first-child {
  position: relative;
  z-index: 5;              
  object-fit: contain;      
}


.section-shopnews .shopnews-slider .splide__slide figure img:nth-child(2) {
  position: absolute;       
  inset: 0;                 
  z-index: 1;              
  object-fit: cover;       
  filter: blur(20px);       
}


.section-shopnews .shopnews-slider .splide__slide figure img.logo {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
}