/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/*  こちらに追加用のCSSをまとめてます */
/* 追加用CSS */


/* 色の調整 （カスタムプロパティ）*/

:root {
  --title: #825539;
  --text:#825539;
  --border:#f5e0d2;
}

.splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: black;
    z-index: 1000;
}
.site-header{
  background: none;
}

.container, .container-sm{
  max-width: 100%!important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.page-id-3 .breadcrumb,.page-id-62 .breadcrumb,.page-id-78 .breadcrumb{
  padding:0 10%;
}

.page-id-3 .main-section,.page-id-62 .main-section,.page-id-78 .main-section{
  padding:50px 10%;
}

.moji_midashi2 p {
    color: #FFF;
    font-weight: 600;
    font-size: calc(10px + 0.5vw);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}

body {
	font-family: "Sawarabi Mincho", serif;
	font-weight: 400;
	font-style: normal;
}


/**　トップページ背景設定 ******/

.home h2:where(:not(.wp-block-post-title)) {
    padding: .5em 0;
    border-top: 0px solid var(--vk-color-primary);
    border-bottom: 0px solid var(--vk-color-border-hr);
}

h3 {
    font-size: 1.0rem;
}
.swiper-horizontal {
    touch-action: pan-y;
    top: 0px;
}


.page-header {
    height: 400px;
    margin-top: -100px;
	padding-top: 100px;
}

.ltg-slide picture img {
    width: 100%;
	height:100vh;
    object-fit:cover;
	object-position:top;
    display: block;
}

.entry-title--post-type--page, h2:where(:not(.wp-block-post-title)) {
    border-top: 0px;
    border-bottom: 1px solid var(--vk-color-border-hr);
}






.img_midashi1 {
    position: absolute;
    top: 35%;
    right: 10%;
    z-index: 2;
}

.img_midashi1 img {
    max-width: 300px;
    height: auto;
    display: block;
    filter: drop-shadow(0 0 0.75rem black);
}

.moji_midashi2 {
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: 2;
}
.moji_midashi2 p{
	color:#FFF;
	font-weight:600;
	font-size: calc(10px + 0.5vw);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}

.global-nav-list>li .global-nav-name {
  font-size: 18px;
  display: block;
  width: 100%;
	color:#fff;
  white-space: nowrap;
}
.device-mobile .global-nav-list>li .global-nav-name {
  font-size: 18px;
	font-weight:200;
	color:#FFF;
}

/* セクション全体 */
.lkobe-full-section{
  position: relative;
}

/**背景設定 ******/
.back_img1{
  position: relative;
	height:100vh;
	background-image: url(https://lovelykobe.jp/wp-content/uploads/2026/01/25212491_m.jpg);  
	background-size:  cover;
	background-repeat:no-repeat;
  padding:70px 0;
}

.back_img2{
	height:auto;
	top: 0px;
	background-image: url(https://lkobe-menpa.com/wp-content/uploads/2025/12/33767732_m.jpg);  
	background-size:  cover;
	background-repeat:no-repeat;
  padding:70px 0;
}

.back_img3{
	height:auto;
	top: 0px;
	background-image: url(https://lkobe-menpa.com/wp-content/uploads/2025/12/MG_5051.jpeg);  
	background-size:  cover;
	background-repeat:no-repeat;
  padding:70px 0;
}

/* セクション文字設定 */

.lkobe-full-section .site_desc{
	position:absolute;
	text-align:center;
	top: 50%;
  left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.site_desc h2{
	color:#FFF;
	font-size:2rem;
	margin-bottom:10px
}
.site_desc img{
  text-align: center;
}
.site_desc p{
	font-size:1.2rem;
  color:#825539;
  padding:10px 0;
  text-shadow: 1px 1px 2px #bbb;
}

.lkobe-flex-section {
  background-color: var(--bg);
  padding: 120px 20px 0px;
}

.lkobe-news-section{
	width:100%;
	margin:0 auto;
}

/* 内側コンテナ */
.lkobe-flex-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 85%;
  margin: 0 auto;
}

/* reverseクラスで左右反転 */
.lkobe-flex-section.reverse .lkobe-flex-inner {
  flex-direction: row-reverse;
}

/* 画像ブロック */
.lkobe-flex-image {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
}

.lkobe-flex-image img {
  height:600px;
	width:600px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* テキストブロック */
.lkobe-flex-text {
  flex: 1 1 50%;
}


.lkobe-flex-text h2{
	color: var(--title);
  margin-bottom: 8px;
	padding:0px;
	font-size:2.0rem;
	right:15%;
	border-bottom:var(--border) 1px solid; 
}
.h2_title_des{
	color: var(--title);
  font-size:.7rem;
}
.big{
  font-size:150%;
}

.lkobe-flex-text h2::after{
	content:"";
	width:30px;
	position:absolute;
}

.lkobe-flex-text p {
  color: var(--text);
  line-height: 1;
  font-size: 1.0rem;
	margin-top:20px;
	margin-bottom:20px;
}

.lkobe-flex-text2 {
  flex: 1 1 50%;
}

.lkobe-flex-text2 h2{
	color: var(--title);
  margin-bottom: 8px;
	padding:0px;
	font-size:2.0rem;
	right:15%;
	border-bottom:var(--border) 1px solid; 
}

.lkobe-flex-text2 h2::after{
	content:"";
	width:30px;
	position:absolute;
	margin-left:55px;
}

.lkobe-flex-text2 p {
  color: var(--text);
  line-height: 1.9;
  font-size: 1.0rem;
	margin-top:20px;
	margin-bottom:20px;
}

/* ボタン */
.lkobe-btn {
  display: inline-block;
  padding: 12px 36px;
  background-color: var(--accent);
  color: var(--bg);
  border-radius: 999px;
  text-decoration: none;
  letter-spacing: 0.1em;
  border: 1px solid var(--hover);
  transition: background-color 0.3s ease, transform 0.15s ease;
}

.lkobe-btn:hover {
  background-color: var(--hover);
  transform: translateY(-2px);
}

/***********************************************************/
/***************** 　NEWSセクション全体 */
/***********************************************************/



/* 内側をフレックスで横並び */

/* NEWSセクション全体 */
.lkobe-news-section {
  background-color: #d3cbb5;
  padding: 60px 20px 0px;
  height: auto;
  min-height: 400px;
}

/* 内側をフレックスで横並び */
.lkobe-news-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* 左右2分割 */
.lkobe-news-left,
.lkobe-news-right {
  flex: 1 1 50%;
}

/* 見出しなどお好みで */
.lkobe-news-left h2 {
  font-size: 1.8rem;
	margin-top:10px;
  margin-bottom: 16px;
  color: #4b4236;
  letter-spacing: 0.08em;
}

.lkobe-news-left p {
  color: var(--text);
  line-height: 1.8;
}

/* 右側のリストも整える例 */
.lkobe-news-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lkobe-news-right li + li {
  margin-top: 12px;
}

.lkobe-news-right a {
  color: #2e2a23;
  text-decoration: none;
}

.lkobe-news-right a:hover {
  text-decoration: underline;
}


.flex-2col {
    display: flex;
    flex:1 1 auto;
    gap: 32px; /* 余白 */
    align-items: center; /* 高さ揃え（不要なら削除） */

}

.flex-2col img {
    max-width: 100%;
    height: auto;
    display: block;
    float:right;
    padding-top: 30px;
    margin-right:50px;
}

.flex-2col .flex-item {
    width: 50%;
}

.vk-mobile-nav-menu-btn {
    position: fixed;
    top: 5px;
    left: 5px;
    z-index: 2100;
    overflow: hidden;
    border: 0px solid #333;
    border-radius: 2px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    text-indent: -9999px;
    background-size: 24px 24px;
    transition: border-color .5s ease-out;
}

.lkobe-news-right .news_mobile_link{
display: none;
}

/* ======= フッター ======= */

.nav, nav{
    text-align:right;
    font-size:18px;
    padding-right:20px;
}
/***********************************************************/
/***************   メディアスクリーン    **********************/
/***********************************************************/


/***************   1200まで         **********************/
@media (min-width: 1200px) {
.home .container, .home .container-lg, .home .container-md, .home .container-sm, .home .container-xl {
    max-width: 100%;
    padding:0px;
  }
  .site-body{
    padding:0rem 0 4rem;
  }
}
/***************   最小992まで         **********************/
@media (min-width: 992px) {

  .site-header {
    width: 100%;
    height: 90px;
	  background-color:rgba(0, 0, 0, 0.20)!important;
    overflow: visible;
    z-index: 1000;
    position: absolute;
	  padding:0 5%;
}

.header_scrolled .site-header {
    height: 60px;
    background-color:rgba(0, 0, 0, 0.80)!important;
}
.wpcf7{
    width:50%;
    margin:0 auto;
}
}

/***************   最大991まで         **********************/
@media (max-width: 991px) {
  .admin-bar .vk-mobile-nav-menu-btn {
    top: calc(35px + 10px);
    left:10px;
    }
  .vk-mobile-nav-menu-btn {
    background: url("https://lkobe-menpa.com/wp-content/uploads/2025/12/cropped-logo-white.png");
    background-size: cover;
    background-position: center;
  }
  .vk-mobile-nav-menu-btn.menu-open {
    border: 0px;
    background: var(--vk-mobile-nav-menu-btn-close-bg-src) center 50% no-repeat rgba(255, 255, 255, .9);
  }

  .img_midashi1 img {
    max-width: 250px;
    height: auto;
    display: block;
    filter: drop-shadow(0 0 0.75rem black);
}
.wpcf7{
    width:50%;
    margin:0 auto;
}
}

/***********************************************************/
/***************   スマフォ対応 768以下  **********************/
/***********************************************************/

@media (max-width: 768px) {

  .img_midashi1 img {
    max-width: 150px;
    height: auto;
    display: block;
    filter: drop-shadow(0 0 0.75rem black);
}

.moji_midashi2 {
    position: absolute;
    top: 35%;
    left: 5%;
    z-index: 2;
}
.moji_midashi2 p{
    position: relative;
    left: 10%;
    z-index: 2;
    writing-mode:vertical-rl;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}

  .lkobe-block__inner {
    flex-direction: column;
    gap: 40px;
  }
  .lkobe-block__text, .lkobe-block__image {
    flex: 1 1 100%;
    text-align: center;
  }
  .lkobe-block__text h2 {
    font-size: 1.6rem;
  }

  .lkobe-flex-inner {
    flex-direction: column;
    gap: 0px;
  }

  .lkobe-flex-text,.lkobe-flex-text2 {
    display: contents;
  }
  
  .lkobe-flex-text h2,.lkobe-flex-text2 h2{
    font-size: calc(20px + 0.8vw);
    writing-mode: horizontal-tb;
    width: 100%;
    margin-bottom:0px;
    padding-top:25px;  
    padding-bottom:10px;
  }

  .lkobe-flex-text h2::after, .lkobe-flex-text2 h2::after{
    display: none;
}

  .lkobe-flex-text p,.lkobe-flex-text2 p{
    writing-mode: horizontal-tb;
    font-size:14px;
    letter-spacing: -0.1em;
    width: 100%;
    margin-top:10px;
}

  .lkobe-flex-image img{
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.lkobe-flex-section.reverse .lkobe-flex-inner{
 flex-direction:column;
}
.lkobe-flex-section.reverse .lkobe-flex-image img{
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);

}

  .lkobe-news-inner {
    flex-direction: column;
  }

  .flex-2col {
    flex-direction: column;
    padding: 20px 20px;
  }

  .flex-2col .flex-item {
    width: 100%;
    
  }
  .flex-2col img {
    max-width: 100%;
    height: auto;
    display: block;
    padding-top: 30px;
    margin-right: 50px;
    margin: 0 auto;
    float: none;
  }
  .flex-2col .flex-item h2{
  padding:10px 10px;
  font-size:calc(18px + 1vw);
  border:0px;
  text-align: center;
  }
  .lkobe-news-section {
    width: 100%;
    margin: 0 auto;
    padding:0 20px;
}
.lkobe-news-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: contents;
    gap: 10px;
    align-items: flex-start;
}
.lkobe-news-left h2 {
    font-size: 1.8rem;
    margin-top: 10px;
    margin-bottom: 16px;
    color: #4b4236;
    letter-spacing: 0.08em;
    width:100%;
}
.lkobe-news-left .news_pc_link{
    display: none;
}
.lkobe-news-right .news_mobile_link{
    display: block;
    text-align: center;
    font-weight: 400;
}
.lkobe-news-right p{
    text-decoration: underline;
    text-underline-offset: 5px;
}
.wpcf7{
  width:100%;
  margin:0 auto;
}
}

/***********************************************************/
/***************   削除                **********************/
/***********************************************************/

.swiper-pagination-bullet{
	display:none;
}
footer p:nth-child(2) {
    display:none !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    display:none;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    display:none;
}

/*記事　投稿者　*/
.entry-meta-item-author{
	display:none;
}

/*アーカイブリスト　カテゴリーの非表示　*/
.entry-meta-data-list{
	display:none;
}

.vk_post_imgOuter_singleTermLabel{
	display:none;
}

/* リキャプチャ削除 */
.grecaptcha-badge { 
  visibility: hidden; 
}