/* Store Page KV Section Only - Same Design as Reform Page */

/* Google Fonts import */
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');

/* PC Version */
/* Remove breadcrumb bottom margin */
body#store .breadcrumbs {
  margin-bottom: 0 !important;
}

body#store main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* KV Section for Store Page */
body#store .p-kv {
  background: #fff;
  padding: 0 !important;
  margin: 0 !important;
  overflow-y: hidden;
}

body#store .p-kv__inner {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 0 80px 100px !important;
  position: relative;
  min-height: 400px;
  align-items: center;
}

body#store .p-kv__content {
  position: relative;
  z-index: 3;
  width: 45%;
  flex-shrink: 0;
  padding: 0 60px 0 0 !important;
  margin: 0 !important;
}

body#store .p-kv__title {
  margin-bottom: 30px;
}

body#store .p-kv__title p {
  font-size: 15rem !important;
  font-weight: 300 !important;
  font-style: italic !important;
  color: #8b6f47 !important;
  margin-bottom: 10px !important;
  letter-spacing: 0.05em !important;
  font-family: 'Pinyon Script', serif !important;
  line-height: 1 !important;
}

body#store .p-kv__title h1 {
  font-size: 3.6rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 0;
  letter-spacing: 0.1em;
}

body#store .p-kv__desc {
  margin-top: 30px;
  margin-bottom: 0;
}

body#store .p-kv__desc p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.05em;
}

body#store .p-kv__image {
  position: relative;
  width: 85%;
  flex-shrink: 0;
  z-index: 2;
  margin: 0 !important;
  padding: 0 !important;
}

body#store .p-kv__image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

body#store .p-kv__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0;
}

/* Hide old tate image */
body#store .p-kv__image.is-tate .tate {
  display: none;
}

/* Mobile Version */
@media screen and (max-width: 768px) {
  body#store .p-kv {
    overflow: visible !important;
  }

  body#store .p-kv__inner {
    padding: 20px 20px 5px !important;
    min-height: auto;
    position: relative;
    overflow: visible !important;
  }

  body#store .p-kv__image,
  body#store .p-kv__image.is-tate {
    position: absolute !important;
    top: 20px;
    right: 0;
    width: 50%;
    height: 190px;
    z-index: 1 !important;
    display: block !important;
  }

  body#store .p-kv__image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    pointer-events: none;
    border-radius: 4px 0 0 4px;
  }

  body#store .p-kv__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body#store .p-kv__content {
    position: relative;
    max-width: 100%;
    width: 58%;
    padding: 0 !important;
    z-index: 5;
  }

  body#store .p-kv__title {
    margin-bottom: 10px;
    position: relative;
    padding-top: 0;
    width: 100%;
  }

  body#store .p-kv__title p {
    font-size: 5rem !important;
    margin-bottom: 5px !important;
  }

  body#store .p-kv__title h1 {
    font-size: 1.4rem;
    font-weight: 400;
    white-space: nowrap;
  }

  body#store .p-kv__desc {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 0;
  }

  body#store .p-kv__desc {
    font-size: 12px;
  }

  body#store .p-kv__desc p {
    font-size: 12px;
    line-height: 1.5;
    padding: 0;
  }

  body#store .p-kv__desc p br {
    display: none;
  }

  /* PC版のテキストを非表示 */
  body#store .p-kv__desc p::before {
    content: 'WAIOLI（表参道）のハワイアンジュエリー専門店。自社工房でデザイン〜制作を一貫対応し、熟練職人が仕上げます。完全予約制の落ち着いた空間で、素材・デザイン・サイズまで丁寧にご相談いただけます。ぜひご体感ください。';
    display: block;
  }

  body#store .p-kv__desc p {
    font-size: 0;
  }

  body#store .p-kv__desc p::before {
    font-size: 12px;
  }
}

/* 元のコンテンツを非表示 */
body#store .place,
body#store .special,
body#store .guide {
  display: none !important;
}

/* 元の地図のみ非表示（新しい地図は表示） */
body#store > main > .gmap {
  display: none !important;
}

/* 古いstore-faqセクションを非表示 */
body#store .store-faq {
  display: none !important;
}

/* 店舗情報セクション */
body#store .info {
  padding: 80px 0 80px 100px !important;
  background: #fff;
  margin: 0 !important;
}

body#store .info h2 {
  font-size: 3rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 60px;
  margin-left: 100px;
  text-align: left;
}

body#store .info__content {
  display: flex !important;
  flex-direction: row !important;
  gap: 60px;
  align-items: flex-start;
}

body#store .info__image {
  width: 45% !important;
  flex-shrink: 0 !important;
  margin: 0 0 0 100px !important;
}

body#store .info__image img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

body#store .info__image .gmap {
  width: 100% !important;
  height: 400px !important;
  display: block !important;
}

body#store .info__content .info__image .gmap {
  display: block !important;
}

body#store .info__details {
  width: 55% !important;
  flex-shrink: 0 !important;
}

body#store .info__details h3 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 30px;
}

body#store .info dl {
  overflow: visible;
  padding: 15px 0;
  border: none;
  display: flex;
  align-items: baseline;
}

body#store .info dl:first-of-type {
  border-top: none;
}

body#store .info dl:last-of-type {
  border-bottom: none;
}

body#store .info dt {
  width: 150px;
  float: none;
  font-weight: 500;
  color: #333;
  font-size: 1.4rem;
}

body#store .info dd {
  width: auto;
  float: none;
  flex: 1;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
}

/* モバイル版 */
@media screen and (max-width: 768px) {
  body#store .info {
    padding: 40px 20px !important;
  }

  body#store .info h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    margin-left: 0 !important;
  }

  body#store .info__content {
    flex-direction: column !important;
    gap: 30px;
  }

  body#store .info__image {
    width: 100% !important;
    margin: 0 !important;
  }

  body#store .info__image .gmap {
    height: 300px !important;
  }

  body#store .info__details {
    width: 100% !important;
  }

  body#store .info__details h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  body#store .info dl {
    flex-direction: column;
    padding: 10px 0;
  }

  body#store .info dt {
    width: 100%;
    margin-bottom: 5px;
    font-size: 1.2rem;
  }

  body#store .info dd {
    width: 100%;
    font-size: 1.2rem;
  }
}

/* 燕湯セクション */
body#store .store-sentou {
  background: #fff;
  padding: 80px 0;
  margin: 0;
}

body#store .store-sentou__inner {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  margin: 0;
  padding: 0;
  gap: 60px;
}

body#store .store-sentou__image {
  width: 49.5%;
  flex-shrink: 0;
  margin-left: -80px;
}

body#store .store-sentou__image img {
  width: 110%;
  height: auto;
  display: block;
}

body#store .store-sentou__content {
  width: 50%;
  flex-shrink: 0;
}

body#store .store-sentou__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

body#store .store-sentou__text p {
  font-size: 1.4rem;
  line-height: 2;
  color: #333;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

body#store .store-sentou__text p:last-child {
  margin-bottom: 0;
}

/* モバイル版 */
@media screen and (max-width: 768px) {
  body#store .store-sentou {
    padding: 40px 20px;
  }

  body#store .store-sentou__inner {
    flex-direction: column;
    padding: 0;
    gap: 20px;
  }

  body#store .store-sentou__image {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  body#store .store-sentou__image img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  body#store .store-sentou__content {
    width: 100%;
  }

  body#store .store-sentou__title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  body#store .store-sentou__text p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }
}

/* よくある質問セクション - Reform FAQ Style */
body#store .reform-faq {
  background-color: #fff !important;
  padding: 90px 30px !important;
  margin: 0 !important;
}

body#store .reform-faq__title {
  font-size: 3.8rem !important;
  font-weight: 400 !important;
  text-align: center !important;
  margin-bottom: 55px !important;
  color: #000 !important;
  letter-spacing: 0.15em !important;
}

body#store .reform-faq__list {
  max-width: 720px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  border-top: 1px solid #d5d5d5 !important;
  border-bottom: 1px solid #d5d5d5 !important;
}

body#store .reform-faq__item {
  border: none !important;
  border-bottom: 1px solid #d5d5d5 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

body#store .reform-faq__item:last-child {
  border-bottom: none !important;
}

body#store .reform-faq__question {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  padding: 25px 20px !important;
  background-color: transparent !important;
  cursor: pointer !important;
  transition: opacity 0.3s !important;
  position: relative !important;
  margin: 0 !important;
}

body#store .reform-faq__question:hover {
  opacity: 0.7 !important;
}

body#store .reform-faq__q {
  font-size: 1.7rem !important;
  font-weight: 500 !important;
  color: #c8a165 !important;
  flex-shrink: 0 !important;
  width: 30px !important;
}

body#store .reform-faq__text {
  font-size: 1.7rem !important;
  font-weight: 500 !important;
  color: #333 !important;
  flex: 1 !important;
  line-height: 2 !important;
}

body#store .reform-faq__icon {
  width: 10px !important;
  height: 10px !important;
  border-right: 2px solid #c8a165 !important;
  border-bottom: 2px solid #c8a165 !important;
  transform: rotate(45deg) !important;
  transition: transform 0.3s ease !important;
  flex-shrink: 0 !important;
  margin-left: auto !important;
  display: block !important;
}

body#store .reform-faq__item.is-open .reform-faq__icon {
  transform: rotate(-135deg) !important;
}

body#store .reform-faq__answer {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 0.3s ease, padding 0.3s ease !important;
  background-color: transparent !important;
}

body#store .reform-faq__item.is-open .reform-faq__answer {
  max-height: 500px !important;
  padding: 0 20px 25px 60px !important;
}

body#store .reform-faq__answer p {
  font-size: 1.5rem !important;
  line-height: 2 !important;
  color: #666 !important;
  margin: 0 !important;
}

/* モバイル版 */
@media screen and (max-width: 768px) {
  body#store .reform-faq {
    padding: 40px 30px;
  }

  body#store .reform-faq__title {
    font-size: 2.2rem;
  }

  body#store .reform-faq__q {
    font-size: 1.2rem;
  }

  body#store .reform-faq__text {
    font-size: 1.2rem;
    line-height: 1.8;
  }

  body#store .reform-faq__answer p {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}

/* コンタクトセクション */
body#store .reform-contact {
  background-color: #fff;
  padding: 80px 30px;
}

body#store .reform-contact__inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

body#store .reform-contact__title {
  font-size: 4rem;
  font-weight: 300;
  margin-bottom: 20px;
  color: #c9a961;
  letter-spacing: 0.15em;
}

body#store .reform-contact__subtitle {
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}

body#store .reform-contact__text {
  font-size: 1.3rem;
  line-height: 2;
  color: #333;
  margin-bottom: 50px;
}

body#store .reform-contact__buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

body#store .reform-contact__btn {
  display: inline-block;
  padding: 15px 35px;
  background-color: #b8884a;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 400;
  transition: all 0.3s;
  min-width: 150px;
}

body#store .reform-contact__btn:hover {
  opacity: 0.85;
}

body#store .reform-contact__btn--instagram {
  background: linear-gradient(90deg, rgb(247, 227, 194) 0%, rgb(238, 187, 103) 100%);
}

body#store .reform-contact__btn--instagram:hover {
  background: linear-gradient(90deg, rgb(247, 227, 194) 0%, rgb(238, 187, 103) 100%);
}

body#store .reform-contact__btn--mail {
  background: linear-gradient(90deg, rgb(247, 227, 194) 0%, rgb(238, 187, 103) 100%);
}

body#store .reform-contact__btn--mail:hover {
  background: linear-gradient(90deg, rgb(247, 227, 194) 0%, rgb(238, 187, 103) 100%);
}

body#store .reform-contact__btn--line {
  background: linear-gradient(90deg, rgb(247, 227, 194) 0%, rgb(238, 187, 103) 100%);
}

body#store .reform-contact__btn--line:hover {
  background: linear-gradient(90deg, rgb(247, 227, 194) 0%, rgb(238, 187, 103) 100%);
}

body#store .reform-contact__note {
  font-size: 1.2rem;
  color: #666;
  margin-top: 25px;
  line-height: 1.8;
}

/* モバイル版 */
@media screen and (max-width: 768px) {
  body#store .reform-contact {
    padding: 40px 20px;
  }

  body#store .reform-contact__title {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }

  body#store .reform-contact__subtitle {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  body#store .reform-contact__text {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }

  body#store .reform-contact__btn {
    width: 100%;
    max-width: 270px;
    padding: 14px 28px;
    font-size: 1.3rem;
  }
}
