/*
Theme Name: lightning-child
Template: lightning
*/

/* ===全体=== */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* Googleフォント変更 */
body, html {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 0.95rem;
  letter-spacing : 0.1em;
	color: #222222;
}

.serif {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.ltg-slide-text-title {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	
	font-weight: 500;
	font-size: 2.5rem;
}

a{ 
	transition:0.3s;
}

a:hover{ 
	opacity:0.5;
}

/* ===ボタン=== */
.btn01 a{
  display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	max-width: 300px;
	padding: 1rem;
	border: 1px solid #828E78;
	color: #828E78;
	position: relative;
  padding-right: 25px;
	border-radius: 9999px;
}
.btn01 a:hover {
	color: #fff;
	background: #828E78;
}
.btn01 a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80%;
  width: 10px;    /* くの字を山なりに見た時、左側の長さ */
  height: 10px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 1px solid #828E78;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 1px solid #828E78;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}
.btn01 a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btn-center a{
	margin: auto;
}

.btn-right a {
   margin: 0 0 0 auto;
}

.btn-shopping-footer {
	text-align: left;
	margin-top: 20px;
}

.btn-shopping-footer a {
	padding: 14px 30px 14px 30px;
	margin: 100px 0px 100px 0px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 9999px;
}

.btn-shopping-mobile a {
	max-width: 50%;
	margin: 40px 0px 20px 0px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 9999px;
}

/* フッター上部の余白削除 */
.site-body {
	padding-bottom: 0px!important;
}

.main-section {
  margin-bottom: 0px;
}

/* フッターコピーライト削除 */
.site-footer-copyright p {
	
}


/* ヘッダーとフッター共通 */
.site-header, .site-footer, #site-header {
	color: #fff;
	background-color: #A4B196;
	font-weight: 300;
}

/* ===ヘッダー=== */

.page-header {
		display: none;
}

/* ヘッダーアイコン */
.menu-sns-left a{
	padding: 14px 2px 14px 25px!important;
} 

.menu-sns a {
	padding: 14px 2px 14px 2px!important;
}

/* ヘッダーボタン */
.btn-shopping a {
	padding: 0px!important;
	margin: 14px 0px 14px 18px;
	text-align: center;
	width: 150px!important;
	height: 40px!important;
	border: 1px solid #fff;
	border-radius: 9999px;
}

/* ヘッダーメニューリンク色 */
.global-nav-name {
		color: #fff;
		font-weight: 400;
}

/* ヘッダーロゴもついてくる */
.header_scrolled .site-header-logo {
		display: block;
	  position: absolute;
    top: -10%;
}

/* フッターメニューリンク色 */
.site-footer a {
	color: #fff;
	font-weight: 400;
}

/* フッターメニュー線削除 */
.widget_nav_menu>div>ul li a {
	border-bottom: none;
}

/* パンくず */
.site-body {
	padding-top: 0;
}

/* パンくずHOMEアイコン消す */
.breadcrumb-list i{
	display: none;
}


/* ===TOPページ=== */

.pickup-link {
	transition:0.3s;	
}

.pickup-link:hover {
	opacity:0.5;	
}

/* newsセクション */
.text-light, .wp-block-post-title, .has-small-font-size a {
	font-size: 0.95rem;
	color: #222222;
}

.taxonomy-category a {
	font-size: 0.8rem;
}


/* ===News一覧=== */

.vk_post {
	padding-top: 10px!important;
}

/* newsのサムネを消す */
.vk_post_imgOuter {
	display:none;
}

.vk_post_title a {
	font-size: 0.98rem;
	font-weight: 400;
}

.vk_post_excerpt {
	display: none;
}

/* ボタン */
.vk_post_btnOuter a {
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	max-width: 300px;
	padding: 0.5rem;
	border: none;
	border: 1px solid #828E78;
	background-color: #F0F2ED;
	color: #828E78;
	border-radius: 9999px;
}

.vk_post_btnOuter a{ 
	transition:0.3s;
}


/* 一覧の上下線削除 */
.vk_post.media {
	border-bottom: none;
}

.vk_posts {
	padding-top: 100px;
	padding-bottom: 50px;
}


/* ===News詳細=== */

/* 投稿者、編集日削除 */
span.vcard.author, .entry-meta-item-updated {
    display: none;
}

/* 投稿詳細、カテゴリータイトル */
.entry-title, .archive-header-title {
	margin-top: 50px;
	font-size: 1.7rem;
	font-weight: 500;
}
.entry-body p {
	font-size: 0.95rem;
}

.category-media dl {
	padding-bottom: 50px;
}

.next-prev {
	display: none;
}

/* カテゴリーボックスの背景色 */

.entry-meta-data-list dt {
background-color: #A4B196!important;
}

/* ===CONTACT=== */

.forms-decoration .wpforms-field-label {
  font-size: 0.95rem!important;
  color: #222222!important;
}

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
	max-width: 100%;
}

/* 送信ボタン */

.submit-button {
  margin: 0 auto!important;
	background: #A4B196!important;
  display: block!important;
	text-align: center!important;
	vertical-align: middle!important;
	text-decoration: none!important;
	width: 300px!important;
	padding: 15px 0px 30px 0px!important;
  border: 1px solid #A4B196!important;
	color: #fff!important;
	transition:0.3s!important;
	border-radius: 9999px!important;
}
.submit-button:hover {
	color: #828E78!important;
	border: 1px solid #A4B196!important;
	background: #fff!important;
	opacity:0.5!important;
}

/*上に戻るボタンカスタマイズ*/
.page_top_btn {

/*ボタンの大きさ*/
width: 50px;
height: 50px;

/*ボーダーの種類と色*/
border: none;

/*ボタンの背景色*/
background: #828E78;

/*ボタンの丸み*/
border-radius: 50%;

/*ボタンの中の画像（デフォルトのもの）*/
 background-image: var(--ver_page_top_button_url);

/*ボタンの中の画像サイズと位置など*/
background-size:50%;
background-repeat: no-repeat;
background-position: center;
/*シャドウ効果なし*/
 box-shadow: none;
}

/*ハンバーガーメニューカスタマイズ*/
.vk-mobile-nav-menu-btn {
    border: none;
		background: rgba(255, 255, 255, 0);
    background-image: url("http://eco-shop.local/wp-content/uploads/2024/09/bars_hoso-1.png");
	  background-size: cover;
}

.vk-mobile-nav-menu-btn.menu-open {
    border: none;
		background: rgba(255, 255, 255, 0);
    background-image: url("http://eco-shop.local/wp-content/uploads/2024/09/912_x_h-1.png");
	  background-size: cover;
}

	/* ===スマホナビゲーション=== */

.vk-mobile-nav .widget_nav_menu menu ul li a, .vk-mobile-nav nav ul li a 
{
    color: #fff;
}

.vk-mobile-nav {
	background-color: #A4B196;
}

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

@media screen and (max-width:767px) {
	
	.ltg-slide-text-title {
	font-size: 1.2rem;
}
	
	.top-about-text {
	padding: 0 0.8rem!important;
}
	
	
/* ===ABOUT=== */

.about-section1 .wp-block-media-text__content {
  padding: 0px;
}

.about-section2 {
  padding: 10px!important;
}

.submit-button {
	width: 100%!important;
}
	
	
}