@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/* ==================================
   ESTHE HUNTER
================================== */
/************************************
** 店舗詳細
************************************/
/* ==================================
   ESTHE HUNTER — Neon Cyber Luxury
   ================================== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

/* ── Reset & Base ───────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: #FAFAFC;
  color: #0B1020;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* ── Layout wrapper ─────────────── */
.shop-detail {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 24px 100px;
}

/* ── Hero ───────────────────────── */
.shop-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 80px;
}

.shop-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #00D4FF;
  text-transform: uppercase;
  border: 1px solid rgba(0,212,255,.35);
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
  background: rgba(0,212,255,.07);
}

.shop-hero h1 {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.25;
  color: #0B1020;
  margin-bottom: 14px;
  letter-spacing: -.5px;
}

.shop-copy {
  font-size: 15px;
  color: rgba(11,16,32,.5);
  letter-spacing: .3px;
}

.shop-hero__image {
  position: relative;
}

.shop-hero__image::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 22px;
  background: linear-gradient(135deg, #00D4FF, #7B61FF, #FF4FD8);
  z-index: 0;
  opacity: .7;
}

.shop-hero__image img {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 20px;
  display: block;
  filter: brightness(.95) saturate(1.1);
}

/* ── Shared card ────────────────── */
.shop-info,
.shop-description,
.shop-links,
.shop-gallery {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 20px;
  padding: 36px 40px;
  margin-bottom: 28px;
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
  position: relative;
  overflow: hidden;
}

/* Subtle corner glow */
.shop-info::before,
.shop-description::before,
.shop-links::before,
.shop-gallery::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(123,97,255,.18) 0%, transparent 70%);
  pointer-events: none;
}

/* ── Section headings ───────────── */
.shop-info h2,
.shop-description h2,
.shop-links h2,
.shop-gallery h2 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #0B1020;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.shop-info h2::before,
.shop-description h2::before,
.shop-links h2::before,
.shop-gallery h2::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 3px;
  background: linear-gradient(90deg, #FF4FD8, #00D4FF);
  border-radius: 2px;
  flex-shrink: 0;
}

/* ── Info table ─────────────────── */
.shop-info dl {
  display: grid;
  grid-template-columns: 140px 1fr;
}

.shop-info dt,
.shop-info dd {
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,.07);
  font-size: 14px;
}

.shop-info dt:last-of-type,
.shop-info dd:last-of-type {
  border-bottom: none;
}

.shop-info dt {
  color: rgba(11,16,32,.45);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .5px;
}

.shop-info dd {
  color: #0B1020;
  font-weight: 400;
  padding-left: 16px;
}

/* Highlight phone & hours */
.shop-info dd:nth-child(6),  /* hours */
.shop-info dd:nth-child(8) { /* phone */
  color: #00D4FF;
}

/* ── Description ────────────────── */
.shop-description p,
.shop-description {
  font-size: 15px;
  color: rgba(11,16,32,.7);
  line-height: 1.9;
}

/* ── SNS Links ──────────────────── */
.shop-links__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.shop-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .5px;
  color: #0B1020;
  border: 1px solid rgba(0,0,0,.15);
  background: rgba(0,0,0,.03);
  transition: background .25s, border-color .25s, box-shadow .25s, transform .2s;
}

.shop-links a:hover {
  background: rgba(0,0,0,.06);
  border-color: rgba(0,0,0,.25);
  box-shadow: 0 4px 16px rgba(0,212,255,.2);
  transform: translateY(-2px);
}

/* Platform accent colors on hover */
.shop-links a[href*="instagram"]:hover { border-color: #E1306C; box-shadow: 0 0 18px rgba(225,48,108,.35); }
.shop-links a[href*="twitter"],
.shop-links a[href*="x.com"] { }
.shop-links a[href*="twitter"]:hover,
.shop-links a[href*="x.com"]:hover { border-color: #fff; box-shadow: 0 0 18px rgba(255,255,255,.2); }
.shop-links a[href*="facebook"]:hover { border-color: #1877F2; box-shadow: 0 0 18px rgba(24,119,242,.35); }

/* FA icon sizing */
.shop-links a .fa-brands,
.shop-links a .fa-solid {
  font-size: 15px;
  width: 16px;
  text-align: center;
}

/* ── Gallery ────────────────────── */
.shop-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.shop-gallery__grid figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}

.shop-gallery__grid figure::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,212,255,.1), rgba(255,79,216,.08));
  opacity: 0;
  transition: opacity .3s;
  border-radius: 14px;
}

.shop-gallery__grid figure:hover::after {
  opacity: 1;
}

.shop-gallery__grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform .4s cubic-bezier(.25,.46,.45,.94);
}

.shop-gallery__grid figure:hover img {
  transform: scale(1.06);
}

/* ── Responsive ─────────────────── */
@media (max-width: 768px) {
  .shop-detail { padding: 40px 16px 80px; }

  .shop-hero {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 48px;
  }

  /* image first on mobile */
  .shop-hero__image { order: -1; }

  .shop-hero h1 { font-size: 30px; }

  .shop-info,
  .shop-description,
  .shop-links,
  .shop-gallery { padding: 24px 20px; }

  .shop-info dl { grid-template-columns: 1fr; }

  .shop-info dt {
    border-bottom: none;
    padding-bottom: 4px;
    padding-top: 16px;
    font-size: 11px;
    color: rgba(250,250,252,.4);
  }

  .shop-info dd {
    padding-left: 0;
    padding-top: 2px;
  }

  .shop-gallery__grid {
    grid-template-columns: 1fr;
  }

  .shop-gallery__grid img { height: 200px; }
}

@media (max-width: 480px) {
  .shop-links__buttons { gap: 8px; }
  .shop-links a { padding: 10px 16px; font-size: 12px; }
}

/************************************
** 店舗一覧
************************************/
.shop-archive {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.archive-hero {
  padding: 28px 36px;
  margin-bottom: 40px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00D4FF, #FF4FD8, #7B61FF);
  color: #fff;
  /* display: flex を削除して縦積みに戻す */
}

.archive-hero p {
  font-size: 11px;
  letter-spacing: 4px;
  font-weight: 700;
  opacity: .75;
  margin-bottom: 6px;
}

.archive-hero h1 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}

.archive-hero .archive-hero__sub {
  font-size: 13px;
  opacity: .75;
  font-weight: 300;
}

.shop-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.shop-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .07);
  transition: transform .25s, box-shadow .25s;
}

.shop-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .12);
}

.shop-card a {
  color: #0B1020;
  text-decoration: none;
}

.shop-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.shop-card__body {
  padding: 20px;
}

.shop-card__body h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #0B1020;
}

.shop-card__body p {
  font-size: 13px;
  color: #888;
}

@media (max-width: 768px) {
  .shop-list {
    grid-template-columns: 1fr;
  }
  .archive-hero {
    padding: 22px 24px;
  }
  .archive-hero h1 {
    font-size: 22px;
  }
}

/* ==================================
   ESTHE HUNTER TOP
================================== */

.eh-top{
  background:#FAFAFC;
  color:#0B1020;
}

.eh-hero{
  min-height:560px;
  display:flex;
  align-items:center;
  padding:80px 7%;
  background:
    linear-gradient(90deg,rgba(250,250,252,.98) 0%,rgba(250,250,252,.9) 32%,rgba(250,250,252,.25) 58%,rgba(250,250,252,0) 100%),
    url("/wp-content/uploads/2026/06/ここを画像ファイル名に変更.jpg") center right/cover no-repeat;
}

.eh-label{
  color:#FF4FD8;
  font-weight:700;
  letter-spacing:4px;
}

.eh-hero h1{
  font-size:54px;
  line-height:1.45;
  letter-spacing:.04em;
  margin:20px 0;
}

.eh-hero h1 span{
  color:#00D4FF;
  text-shadow:0 0 18px rgba(0,212,255,.35);
}

.eh-lead{
  font-size:17px;
  margin-bottom:28px;
}

.eh-hero__buttons{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

.eh-btn{
  padding:15px 32px;
  border-radius:8px;
  color:#fff;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 12px 28px rgba(123,97,255,.22);
}

.eh-btn--blue{
  background:linear-gradient(135deg,#00D4FF,#7B61FF);
}

.eh-btn--pink{
  background:linear-gradient(135deg,#FF4FD8,#7B61FF);
}

.eh-search-box{
  max-width:1120px;
  margin:-38px auto 40px;
  padding:22px;
  background:#fff;
  border-radius:16px;
  box-shadow:0 20px 45px rgba(11,16,32,.12);
  position:relative;
  z-index:2;
}

.eh-search-box form{
  display:grid;
  grid-template-columns:1fr 180px;
  gap:16px;
}

.eh-search-box input{
  height:54px;
  padding:0 20px;
  border:1px solid #e5e7ef;
  border-radius:10px;
  font-size:16px;
}

.eh-search-box button{
  border:none;
  border-radius:10px;
  color:#fff;
  font-weight:700;
  background:linear-gradient(135deg,#00D4FF,#FF4FD8);
}

.eh-nav{
  max-width:1120px;
  margin:0 auto 56px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#fff;
  border-radius:18px;
  box-shadow:0 10px 28px rgba(11,16,32,.06);
  overflow:hidden;
}

.eh-nav a{
  padding:24px 20px;
  text-align:center;
  color:#0B1020;
  font-weight:700;
  text-decoration:none;
  border-right:1px solid #eef0f5;
}

.eh-nav a:last-child{
  border-right:none;
}

.eh-nav span{
  display:block;
  margin-top:6px;
  color:#FF4FD8;
  font-size:12px;
  letter-spacing:2px;
}

.eh-section{
  max-width:1120px;
  margin:0 auto;
  padding:0 0 70px;
}

.eh-section__head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:24px;
}

.eh-section__head h2{
  font-size:26px;
  border-left:4px solid #00D4FF;
  padding-left:12px;
}

.eh-section__head a{
  color:#0B1020;
  text-decoration:none;
  font-weight:700;
}

.eh-shop-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

.eh-shop-card{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(11,16,32,.08);
  transition:.3s;
}

.eh-shop-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(123,97,255,.16);
}

.eh-shop-card a{
  color:#0B1020;
  text-decoration:none;
}

.eh-shop-card img{
  width:100%;
  height:210px;
  object-fit:cover;
}

.eh-shop-card__body{
  padding:20px;
}

.eh-shop-card__body p{
  color:#00A6D6;
  font-weight:700;
  margin:0 0 8px;
}

.eh-shop-card__body h3{
  margin:0 0 8px;
  font-size:20px;
}

.eh-shop-card__body span{
  color:#FF4FD8;
  font-weight:700;
}

.eh-tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:12px;
}

.eh-tags em{
  font-style:normal;
  font-size:12px;
  padding:5px 9px;
  border-radius:999px;
  color:#7B61FF;
  background:#F4F1FF;
}

@media(max-width:768px){
  .eh-hero{
    min-height:520px;
    padding:60px 24px;
    background:
      linear-gradient(180deg,rgba(250,250,252,.95),rgba(250,250,252,.65)),
      url("/wp-content/uploads/2026/06/Gemini_Generated_Image_4kjaau4kjaau4kja-1.png") center/cover no-repeat;
  }

  .eh-hero h1{
    font-size:34px;
  }

  .eh-search-box{
    margin:-24px 16px 32px;
  }

  .eh-search-box form{
    grid-template-columns:1fr;
  }

  .eh-search-box button{
    height:52px;
  }

  .eh-nav{
    margin:0 16px 40px;
    grid-template-columns:repeat(2,1fr);
  }

  .eh-shop-grid{
    grid-template-columns:1fr;
    padding:0 16px;
  }

  .eh-section__head{
    padding:0 16px;
  }
}

/* CocoonヘッダーをTOPページだけ非表示 */
.home .header-container,
.home .navi,
.home .site-name-text,
.home .logo-header {
  display: none !important;
}

.home .content {
  margin-top: 0 !important;
}

/* Cocoon標準ヘッダー非表示 */
.home .header-container,
.home .navi {
  display: none !important;
}

/* カスタムヘッダー */
.eh-header{
  height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:0 6%;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(14px);
  border-bottom:1px solid #eef0f5;
  position:sticky;
  top:0;
  z-index:100;
}

.eh-logo img{
  height:46px;
  width:auto;
}

.eh-menu{
  display:flex;
  gap:28px;
}

.eh-menu a{
  color:#0B1020;
  font-weight:700;
  text-decoration:none;
  font-size:14px;
}

.eh-header-search{
  display:flex;
  width:320px;
  height:42px;
  border:1px solid #e5e7ef;
  border-radius:999px;
  overflow:hidden;
  background:#fff;
}

.eh-header-search input{
  flex:1;
  border:none;
  padding:0 16px;
  font-size:13px;
}

.eh-header-search button{
  width:78px;
  border:none;
  color:#fff;
  font-weight:700;
  background:linear-gradient(135deg,#00D4FF,#FF4FD8);
}

/* ヒーローを左右分割 */
.eh-hero{
  display:grid;
  grid-template-columns:0.95fr 1.05fr;
  gap:48px;
  align-items:center;
  min-height:560px;
  padding:70px 7%;
  background:#FAFAFC;
}

.eh-hero__visual img{
  width:100%;
  height:430px;
  object-fit:cover;
  border-radius:28px;
  box-shadow:
    0 0 0 1px rgba(123,97,255,.18),
    0 24px 60px rgba(11,16,32,.18),
    0 0 45px rgba(0,212,255,.22),
    0 0 55px rgba(255,79,216,.18);
}

@media(max-width:900px){
  .eh-header{
    height:auto;
    padding:18px 20px;
    flex-direction:column;
  }

  .eh-menu{
    flex-wrap:wrap;
    justify-content:center;
    gap:16px;
  }

  .eh-header-search{
    width:100%;
  }

  .eh-hero{
    grid-template-columns:1fr;
    padding:48px 24px;
  }

  .eh-hero__visual img{
    height:300px;
  }
}