@charset "utf-8";
/*
Theme Name: lightning子テーマ
Theme URI: 
Template: lightning
Description: 
Author: エヌエー・システムズ
Tags: 
Version: 0.1.2
*/

/* デザインスキン Origin2 Generration2 用 */

/*------------------------------------------------
 フォント
------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;700&display=swap');

body {
    font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
	font-size:16px;
	color: #000;
}

/* フリーダイヤルのアイコンフォント */
@font-face{
    font-family:'condenseicon';
    src: url('font/CONDENSEicon.ttf') format('truetype'),url('font/CONDENSEicon.otf') format('opentype'),url('font/CONDENSEicon.woff') format('woff');
}
.mojiicon{
   font-family:'condenseicon';
}

/*------------------------------------------------
　コピーライト、フッターのウィジェット非表示
------------------------------------------------*/
.copySection p:last-child {
        display:none;
}

/*------------------------------------------------
 フッター
------------------------------------------------*/

/***** (必須)テーマカラーを指定 *****/
.siteFooter {
    color: #FFF;
    background-color:#5AB84C;
    border-top:none;
}
.siteFooter a {
	color: #FFF;
}

/*------------------------------------------------
 ページトップボタン
------------------------------------------------*/

/***** (必須)テーマカラーを指定 *****/
.page_top_btn {
	background: rgba(90,184,76,.8);
	border: 1px solid rgba(255,255,255,.8);
	background-image: url(../../plugins/vk-all-in-one-expansion-unit/assets/images/to-top-btn-icon.svg);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0 0 0 1px rgba(255,255,255,.8),0 0 0 2px rgba(90,184,76,.8);
	opacity: 0;
}

/*------------------------------------------------
 見出し
------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .siteHeader_logo, .page-header_pageTitle {
	font-weight:700;
	letter-spacing:-0.1rem;
}

.gMenu li {
    font-size: 14px;
}
.gMenu>li .gMenu_name {
	font-size:16px;
	font-weight: 700;
}
.gMenu>li .gMenu_description {
    font-size: 12px;
}

.slide-text-caption {
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 700;
	letter-spacing:0.25em;
}

/* フォントサイズ調整 */
.h3, h3 {
    font-size: 1.5rem;
}
@media (max-width: 599px) {
	h2 {
		font-size: 1.5rem!important;
	}
	h3 {
		font-size: 1.25rem!important;
	}
	h4 {
		font-size: 1.25rem!important;
	}
	.has-large-font-size {
		font-size: 24px!important;
	}
}

.slide-text-title {
}
.slide-text-caption {
}

.page-header_pageTitle {
	letter-spacing:0.3rem;
}

/* 見出しにカバー画像を使用 */
@media (max-width: 640px) {
	.wp-block-cover, .wp-block-cover-image {
		min-height: 250px;
	}
}

/*------------------------------------------------
 投稿
------------------------------------------------*/
/* 投稿者を非表示 */
.entry-meta-item-author {
	display:none!important;
}

/***** (必須)テーマカラーを指定 *****/
/* アイコンの色 */
.entry-meta_items_term a {
	background-color: #5AB84C!important;
}
.card-img-overlay span {
	background-color: #5AB84C!important;
}
.entry-meta-dataList dt {
    background-color: #5AB84C;
}

.card-img-outer {
	display:none;
}

/*------------------------------------------------
 テーブル
------------------------------------------------*/
table th {
	background-color:#FCFCFC;
	white-space: nowrap;
	font-weight:600;
	text-align:center;
}
@media (max-width: 640px){
	table {
  		width: 100%;
		table-layout: fixed;
	}
	.table-resp th {
        display: block;
		max-width:100%;
    } 
    .table-resp td {
        display: block;
		max-width:100%;
    }
}

/* レスポンシブ用の追加クラス */
@media (max-width: 640px){
	table {
  		width: 100%;
		table-layout: fixed;
	}
	.table-resp th {
        display: block;
		max-width:100%;
    } 
    .table-resp td {
        display: block;
		max-width:100%;
    }
}
.scroll-box {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/*------------------------------------------------
 Googleマップ
------------------------------------------------*/
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gmap_w {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 35%;
}
.gmap_w iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------------------
 コンタクトフォーム
------------------------------------------------*/
@media (max-width: 640px){
	input[type="text"],
	input[type="url"],
	input[type="password"],
	input[type="email"],
	input[type="search"],
	input[type="tel"],
	textarea {
	width: 100%;
	}
	.table tbody tr td .form-control, .table tbody tr th .form-control, .table td .form-control, .table th .form-control, .table thead tr td .form-control, .table thead tr th .form-control, table tbody tr td .form-control, table tbody tr th .form-control, table td .form-control, table th .form-control, table thead tr td .form-control, table thead tr th .form-control {
	max-width: 100%;
	}
}
.btn-lg {
	font-size: calc(var(--vk-size-text) * 1.25);
}
.attention {
	color:#DC3232;
	font-size:0.8em;
}

/*------------------------------------------------
 ヘッダー
------------------------------------------------*/
/* メニュー数が多い場合ロゴと2段に */
/*
@media (min-width: 992px){
    .navbar-brand {float:none;}
    .gMenu_outer {float:none;margin:auto;}
    .navbar-header {text-align:center;}
}
*/
/* 背景画像設定時 */
/* header {
	background-color:#FFF;
}
*/

/*------------------------------------------------
 スライドショー全画面表示
------------------------------------------------*/
/* テーマ「プレーン」の場合は.site-header .carousel-inner */
@media (min-width: 992px){
	body.home:not(.header_scrolled) .siteHeader {
		background:rgba(255,255,255,0.3);
		position: absolute;
		top:10;
		left: 0;
		box-shadow: none;
	}
}
@media (min-width: 992px){
	.carousel-inner picture img {
		height: 100vh;
		object-fit: cover;
	}
}
@media (min-width: 992px){
	.slide-text-set {
		top: 50%;
 		left: 50%;
	}
}
@media (min-width: 768px){
	.slide-text-title {
    	font-size: 3rem;
	}
}
.carousel {
    border-bottom: 0;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.carousel-inner picture img {
  animation: zoomUp 10s linear 0s 1 normal both;  
}


/* 下層ページのheaderの色リセット */
header.entry-header {
	background:rgba(255,255,255,0);	
}

/*------------------------------------------------
 デザイン調整
------------------------------------------------*/
/* ページ遷移時のエフェクト */
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.slide_target {
  pointer-events: none;
}

/* 見出しスタイル */
.is-style-vk-heading-solid_bottomborder_black {
    border-bottom: solid 1px #ccc;
}

/* 区切り線調整 */
.wp-block-separator {
    border-bottom: 0px solid;
}

/* アンカーリンクのジャンプ位置調整 */
.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

/* リンク画像エフェクト */
a:hover img{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
}
.floatsoft a img {
	transition: .3s;
}
.floatsoft a:hover img {
	transform: translateY(-8px);
	opacity:1;
}

/* スマホで画像が大きすぎる場合 */
@media (max-width: 640px) {
	img.img-responsive {
		display:block;
		float:none;
		margin:0 auto 10px;
	} 
}

/* 行間の調整 */
.entry-body ul li {
    margin-bottom: 0;
    line-height: 1.6em;
}
.siteFooter p {
    line-height: 1.5em;
}
.siteFooter li {
    margin-bottom: 0;
    line-height: 1.6em;
}

/* 投稿一覧のタイトル */
.wp-block-latest-posts__post-title {
	font-weight:600;
}

a {
	text-decoration:none!important;
}