/*Theme Name: Lightning Child
Template: lightning
*/

@import url("../lightning/style.css");


/* ========================================
フォント
======================================== */

body{
font-family:"Book Antiqua",Palatino,serif;
}


/* ========================================
共通ライン装飾
======================================== */

.gold-line{
display:inline-block;
padding-bottom:6px;
border-bottom:1px solid #d4af37;
letter-spacing:1px;
}

/* ========================================
ナビゲーション
======================================== */

.global-nav li a{
color:#d3d3d3;
font-weight:600;
letter-spacing:2px;
font-family:"Cinzel",serif;
transition:transform 0.3s ease,color 0.3s ease;
}

.global-nav li a:hover{
color:#d4af37;
transform:translateY(-2px) scale(1.05);
}

.global-nav li.current-menu-item a,
.global-nav li.current_page_item a{
color:#d4af37;
}

.global-nav {
    transform: none;
  }

/* ========================================
ページタイトル
======================================== */

.page-header-title{
font-family:"Cinzel",serif;
letter-spacing:4px;
color:#ffffff;
font-weight:600;
background:rgba(0,0,0,0.45);
padding:20px 60px;
}


/* ========================================
共通コンテンツ幅
======================================== */

.container{
max-width:1200px;
margin:auto;
}

.siteContent{
padding-top:80px;
padding-bottom:80px;
}


/* ========================================
見出し
======================================== */

h2{
font-family:"Cinzel",serif;
letter-spacing:3px;
text-align:center;
margin-bottom:40px;
}

.section-title{
font-size:28px;
letter-spacing:3px;
margin-bottom:20px;
color:#ffffff;
}

/* ========================================
セクション余白
======================================== */

.siteContent section{
padding:80px 0;
}


/* ========================================
トップページ 共通
======================================== */

.top-hero,
.top-system,
.top-staff,
.top-access{
max-width:750px;
margin:0 auto;
padding:80px 20px;
text-align:center;
}

.top-system p,
.top-staff p,
.top-access p{
margin-bottom:10px;
}


/* ========================================
TOP ヒーロー
======================================== */

.top-hero{
background:rgba(0,0,0,0.5);
padding:80px 40px;
max-width:900px;
margin:auto;
}

.hero-title{
color:#ffcc00;
font-size:40px;
font-family:Georgia,serif;
text-align:left;
}

.hero-catch{
color:#ffcc00;
font-size:18px;
text-align:left;
}

.hero-text{
color:#ffcc00;
font-size:18px;
text-align:right;
line-height:1.8;
}

.hero-img{
width:100%;
max-width:900px;
display:block;
margin:30px auto;
border-radius:10px;
}


/* ========================================
SYSTEM
======================================== */

.system-text{
display:inline-block;
font-size:16px;
line-height:1.8;
text-align:center;
color:#ffffff;
padding-bottom:8px;
border-bottom:1px solid #d4af37;
}


/* ========================================
STAFF
======================================== */

.staff-text{
font-size:16px;
line-height:2;
}

.top-staff img{
width:600px;
max-width:100%;
height:auto;
border-radius:10px;
margin:20px auto;
display:block;
transition:transform 0.4s ease, box-shadow 0.4s ease;
}

.top-staff img:hover{
transform:translateY(-8px) scale(1.05);
box-shadow:0 20px 40px rgba(0,0,0,0.4);
}

.staff-comment{
display:inline-block;
margin-top:20px;
font-size:15px;
letter-spacing:1px;
line-height:1.6;
color:#ffffff;
}

.staff-icon{
width:40px;
margin-left:10px;
vertical-align:middle;
}


/* ========================================
ACCESS（トップページ）
======================================== */

.access-map{
width:300px;
max-width:100%;
display:block;
margin:20px auto;
border-radius:10px;
transition:transform 0.4s ease;
}

.access-map:hover{
transform:scale(1.03);
}

.access-text{
display:inline-block;
font-size:16px;
line-height:1.8;
text-align:center;
color:#ffffff;
}


/* ========================================
ACCESSページ
======================================== */

.access-wrap{
display:flex;
gap:40px;
align-items:center;
margin-top:40px;
}

.access-info{
width:40%;
text-align:center;
font-family:"Book Antiqua",Palatino,serif;
color:#ffffff;
}

.access-wrap .access-map{
width:60%;
}

.access-map iframe{
width:100%;
height:500px;
border-radius:6px;
}

.access-name{
font-size:22px;
letter-spacing:2px;
margin-bottom:10px;
}

.access-address{
margin-bottom:10px;
line-height:1.8;
}

.access-open{
color:#d4af37;
}

.access-guide{
text-align:center;
margin-top:40px;
padding-top:40px;
border-top:1px solid rgba(255,255,255,0.25);
line-height:1.9;
}

.access-subtitle{
font-size:20px;
letter-spacing:2px;
margin-bottom:15px;
}


/* ========================================
MORE BUTTON
======================================== */

.btn-more{
display:inline-block;
margin-top:10px;
padding:10px 28px;
border:1px solid #c9a96a;
color:#c9a96a;
text-decoration:none;
letter-spacing:2px;
font-size:14px;
transition:0.3s;
}

.btn-more:hover{
background:#c9a96a;
color:#fff;
}


/* ========================================
PRICE SYSTEM
======================================== */

.price-box{
background:rgba(0,0,0,0.45);
padding:20px 60px;
border-radius:12px;
color:#ffffff;
font-family:"Times New Roman",Times,serif;
max-width:700px;
margin:40px auto;
}

.price-grid{
display:grid;
grid-template-columns:220px 1fr;
row-gap:10px;
}

.tax{
font-size:0.77em;
}


/* ========================================
支払い方法（ロゴ付き）
======================================== */

.payment-method{
margin-top:60px;
text-align:center;
}

.payment-icons img:hover{
opacity:1;
transform:translateY(-3px);
}

.payment-icons{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  justify-content:center;
}

.payment-item{
  width:120px;
}

.payment-item img{
  width:100%;
  height:auto;
}

.payment-text{
margin-top:20px;
font-size:14px;
letter-spacing:1px;
background:rgba(0,0,0,0.45);
padding:20px 60px;
border-radius:12px;}


/* ========================================
SYSTEM GALLERY
======================================== */

.system-gallery{
display:flex;
gap:20px;
margin-top:30px;
}

.system-gallery a{
display:block;
overflow:hidden;
border-radius:10px;
transition:transform 0.3s ease,box-shadow 0.3s ease;
}

.system-gallery img{
width:100%;
display:block;
transition:transform 0.3s ease;
}

.system-gallery a:hover{
transform:translateY(-6px);
box-shadow:0 15px 30px rgba(0,0,0,0.35);
}

.system-gallery a:hover img{
transform:scale(1.08);
}


/* ========================================
ABOUT
======================================== */

.gallery-caption{
font-family:"Cinzel", serif;
font-size:16px;
letter-spacing:2px;
text-align:center;
}

.about-title{
text-align:center;
color:#ffffff;
font-family:"Book Antiqua",serif;
font-size:32px;
margin-top:40px;
}

.about-subtitle{
text-align:center;
color:#ffffff;
font-family:"Book Antiqua",serif;
margin-bottom:40px;
}

.about-slider{
display:flex;
gap:25px;
justify-content:center;
margin-top:40px;
flex-wrap:nowrap;
overflow-x:auto;
}

.about-slider img{
width:320px;
height:320px;
object-fit:cover;
border-radius:20px;
box-shadow:0 10px 25px rgba(0,0,0,0.35);
transition:transform 0.3s ease;
}

.about-slider img:hover{
transform:scale(1.05);
}

.about-box{
background:rgba(0,0,0,0.65);
padding:60px;
border-radius:10px;
color:white;
max-width:900px;
margin:60px auto;
}

.about-box p{
text-align:center;
font-family:"Book Antiqua",serif;
line-height:1.8;
}


/* ========================================
CONCEPT
======================================== */

.concept-title{
border-top:1px solid #c9a96a;
border-bottom:1px solid #c9a96a;
display:inline-block;
padding:10px 30px;
text-align:center;
margin-bottom:30px;
}


/* ========================================
スマホ
======================================== */

@media (max-width:768px){

.hero-img{
width:100%;
height:auto;
}

.price-box{
padding:20px;
}

.price-grid{
grid-template-columns:1fr;
text-align:center;
}

.system-gallery{
flex-direction:column;
}

.about-slider{
flex-direction:column;
align-items:center;
}

.about-slider img{
width:100%;
height:auto;
}

.about-box{
padding:100px 20px;
margin:40px 20px;
}

.access-wrap{
flex-direction:column;
}

.access-info{
width:100%;
text-align:center;
}

.access-wrap .access-map{
width:100%;
}

 .payment-icons{
    justify-content:center;
    gap:12px;
  }

 .payment-item{
    width:35%;
  }

/* 営業時間だけ囲う */
.access-wrap .access-info p:nth-of-type(3){
  display:inline-block;
  background: rgba(0,0,0,0.6);
  padding:8px 14px;
  border-radius:4px;
}

/* 文字をちょい強調 */
.access-wrap .access-info p:nth-of-type(3){
  font-weight:600;
  text-shadow: 0 0 4px rgba(0,0,0,0.8);
}

}

/* ========================================
ページタイトル色変更
======================================== */

.page-header h1,
.entry-title {
  color: #ffffff;
  }
  
  /* ========================================
スタッフ募集
======================================== */
  
   .recruit-section{
margin-top:80px;
padding:80px 20px;
background:url("/wp-content/uploads/recruit-bg.jpg") center/cover no-repeat;
position:relative;
}

.recruit-section::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.5);
}

.recruit-inner{
position:relative;
z-index:2;
text-align:center;
color:#fff;
}

.recruit-text{
margin-top:20px;
line-height:2;
}
  
  /* ========================================
Recruit お問い合わせボタン
======================================== */

.recruit-section a{
display:inline-block;
margin-top:20px;
padding:12px 30px;
border:1px solid #d4af37;
color:#d4af37;
text-decoration:none;
transition:0.3s;
}

/* ホバー */
.recruit-section a:hover{
background:#d4af37;
color:#fff;
}

/* ========================================
モバイルナビ Instagramリンク
======================================== */

.vk-mobile-nav .insta-link{
text-align:center;
margin:20px 0;
}

.vk-mobile-nav .insta-link a{
display:inline-block;
padding:10px 24px;
border:1px solid #d4af37;
color:#d4af37;
text-decoration:none;
transition:0.3s;
}

/* ホバー */
.vk-mobile-nav .insta-link a:hover{
background:#d4af37;
color:#fff;
}

.vk-mobile-nav .tiktok-link{
text-align:center;
margin:20px 0;
}

.vk-mobile-nav .tiktok-link a{
display:inline-block;
padding:10px 24px;
border:1px solid #d4af37;
color:#d4af37;
text-decoration:none;
transition:0.3s;
}

/* ホバー */
.vk-mobile-nav .tiktok-link a:hover{
background:#d4af37;
color:#fff;
}

/* ========================================
パンくず色変更
======================================== */

#breadcrumb,
#breadcrumb a,
#breadcrumb span,
#breadcrumb li{
  color:#ffffff !important;
}

#breadcrumb a:hover{
  color:#d4af37;
}

/* ========================================
フッターコピーライト調整
======================================== */

.site-footer-copyright{
  color: #ffffff !important;
  text-align: center;
  background: transparent !important;
}

/* 中の文字 */
.site-footer-copyright p{
  color: #ffffff !important;
}


/* ========================================
フッタークレジット非表示
======================================== */

/* Powered by を消す */
.site-footer-copyright p + p{
  display: none;
}

/* ========================================
ボタン強化（btn-more対応）
======================================== */

.btn-more{
display: inline-block;
padding: 12px 28px;
border: 1px solid #d4af37;
color: #d4af37;
text-decoration: none;
transition: all 0.3s ease;
letter-spacing: 1px;
border-radius: 3px;
}

/* hover */
.btn-more:hover{
background: #d4af37;
color: #000;
transform: translateY(-2px);
}

/* ========================================
SNSアイコン
======================================== */

.sns-links{
  display:flex;
  gap:15px;
  justify-content:center; /* 左寄せならflex-start */
  margin-top:20px;
}

.sns-links img{
  width:60px;
  height:60px;
  object-fit:contain;
  transition:0.3s;
}

.sns-links img:hover{
  opacity:0.7;
  transform:scale(1.1);
}
