/*
Theme Name: harukaze-lc
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/


.sticky {}
.bypostauthor {}
.clear_f{
	clear: both;
	margin: 0px;
	padding: 0px;
}

/* ボタンアニメーション */
.button-13 a {
  /* font-family: 'Noto Serif JP', serif; */
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 400;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 180px;
  text-align: left; 
  padding: 4px 16px 10px 0;
  margin: 24px;
  margin-inline: 0px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.button-13 a::before {
  content: "";
  display: block;
  position: absolute;
  width: 180px;
  height: 1px;
  background: #333;
  bottom: 0;
  transition: all 0.3s;
}

.button-13 a::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #333;
  rotate: 40deg;
  right: -3px;
  bottom: 10px;
  transition: all 0.3s;
}

.button-13 a:hover::after,
.button-13 a:hover::before {
  translate: 20px 0;
  transition: all 0.3s;
}

/* 画像のズームアニメーション */
.zoom-1 img {
	width: 100%;
	height: auto;
	animation: animationZoom1 5s ease-in-out forwards;
}
.zoom-2 img {
	width: 100%;
	height: auto;
	animation: animationZoom2 15s ease-in-out infinite;
}
.zoom {
	width: auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px
}
@keyframes animationZoom1 {
	100% { transform:scale(1.1)} 
}
@keyframes animationZoom2 {
	50% { transform:scale(1.1)} 
}

/* メニューフォントサイズ */
.global-nav-list>li .global-nav-name {
	font-size: 16px;
	display: block;
	width: 100%;
	white-space: nowrap;
}
.global-nav-list>li>ul.sub-menu li {
	font-size: 14px;
}
.vk-mobile-nav nav>ul {
	border-top: 1px solid #ccc;
	font-size: 20px;
}
.vk-mobile-nav .vk-mobile-nav-menu-outer {
    display: none;
}

/* サブページタイトル非表示 */
.page-header-inner .container,
.page-header-title {
	display: none;
}
.page-header {
	background-color: #FFF;
	min-height: 0rem;
}
.page-header-inner {
	position: relative;
	z-index: 5;
	margin: 0;
}


/* フッターナビリンク色 */
/* a {
    text-decoration: none;
    color: var(--vk-color-header-bg);
}
a:hover{
	color: #FF4D4D;
} */

/* 画像のロールオーバー */
.myImage01 img {
    transition: transform .6s ease;
}
.myImage01:hover img {
    transform: scale(1.1);
}

/* 更新日を非表示 */
.entry-meta-item-updated {
	display:none;
}

/* ページナビゲーションのカスタマイズ */
.vk_posts {
	/* margin-left: -15px; */
	/* margin-right: -15px; */
	padding-left: 5%;
	padding-right: 5%;
	display: flex;
	clear: both;
}


/* ヘッダーの背景 */
.site-header {
	/* display:none; */
}

/* スクロール時のロゴ・メニュー表示 */
.header_scrolled .site-header {
	/* display:none; */
	background-color: #fff;
	opacity: 1;
}
.header_scrolled .site-header-logo {
	display: block;
}
@media (max-width:767px) {
    .site-header-logo {
        padding-top: 2rem;
        margin-bottom: 2rem;
    }
}
@media (min-width: 768px) {
    .site-header-logo {
        text-align: left;
        padding-top: 2rem;
        margin-bottom: 2rem;
        margin-left: 0;
    }
}

/* 個別投稿ページのみパンくずリストを非表示 */
/* #breadcrumb container {
	display: none;
	height: 0px;
}

.breadcrumb-list li {
	display: none;
	margin: 0;
	list-style: none;
}
.breadcrumb {
	border-top: 0px solid var(--vk-color-border-hr);
	border-bottom: 0px solid var(--vk-color-border-hr);
	height: 0px;
} */

/* モバイルメニューをPC表示 */
/* @media (min-width: 992px) {
body.device-pc .vk-mobile-nav-menu-btn,
body.device-pc .vk-mobile-nav {
	display: block;
}
.vk-mobile-nav-menu-btn {
	top: 5px;
}
.vk-mobile-nav-menu-btn.position-right {
	left: 5px;
}
.admin-bar .vk-mobile-nav-menu-btn {
	top: calc(32px + 50px);
}
.vk-mobile-nav-menu-btn {
	width: 35px;
	height: 35px;
	background-color: transparent;
}
}
.vk-mobile-nav-menu-btn {
	width: 35px;
	height: 35px;
	background-color: transparent;
} */

.site-footer{
	border-top:0px solid var(--vk-color-primary);
	padding-bottom: 0px;
	background-color: #fff;
}

/* PC・スマホ切替 */
@media (max-width:767px){
/* .vk_posts {flex-wrap: nowrap;} */
.vk_post_imgOuter {height: 120px;} /* ページナビゲーションのサムネ高さ */
.main-section {margin-bottom: -2rem;} /* ウィジェットフッター上部のツメ */
.de_sp {margin-bottom: 0px;}
.de_pc {display:none;}
}
@media (min-width:768px){
.de_sp {display:none;}
.de_pc {margin-bottom: 0px;}
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
@media (min-width:768px){
.pc { display: block !important; }
.sp { display: none !important; }
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: block !important; }
thead { display: none !important; }
}


/* モバイルメニューカスタマイズ */
.vk-mobile-nav-widget {
  margin-bottom: 0;
}
.vk-mobile-nav {
  background-color: #FF4D4D;
  border-bottom: 1px solid #e5e5e5;
}

/* フッターメニューを固定する */
@media only screen and (max-width: 767px) {
.site-footer {
    padding-bottom:70px;/*フッターの高さだけコンテンツを上げる*/
}
#fixed_footer {
    position: fixed;
    bottom: -5px;
    width: 100%;
    height: 110px;
    z-index:99;
}
}
/* フッターメニュー */
table#foo_column {
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);  
	background: rgba(255,255,255,0.3); /* 半透明 */
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
table#foo_column td {
	vertical-align: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

/* すりガラス */
.vkp_filter_blur {
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);  
	background: rgba(255,255,255,0.3); /* 半透明 */
	/* border-radius: 2rem; 角丸 */
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px; /* 影 */
	max-width:600px; /* 最大幅 */
	margin:0 auto; /* 中央揃え */
}
/* 線 */
/* .vkp_hr_short {
	width: 3rem;
	height: 2px;
} */