@charset "utf-8";
/*
Theme Name: Lightning Pro Child
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 1.6.4
*/

/*------------------
ヘッダー：
------------------*/

.headerTop {
    color: #666;
    background-color: #f5f5dc;
    margin-top: -7px;
    border-bottom: 1px solid #f5f5dc;
}

/*ロゴ大きさ（高さ）変更 */
.navbar-brand img {
max-height: 70px;
}

/*グローバルメニュー変更 */
ul.gMenu a:hover{
background: none;
color: #006600;
}

.navbar ul.gMenu > li > ul.sub-menu li a:hover {
    background: #f5f5dc;
}


nav {
    font-size: 15px;
}

/*ヘッダー電話番号変更 */
.headerTop_tel_wrap {
color:#006600;
font-weight:bold;
}


/*------------------
トップページ：３カラム
------------------*/

/*ボタン右寄せ */

.btn-default {
    border-color: #006600;
    color: #006600;
	float:right;
}

/*------------------
見出し（h2）デザイン設定からの変更
------------------*/
h2{
color:#006600;
}

.entry-body h2, .mainSection h2, .mainSection .cart_totals h2, h2.mainSection-title {
    background-color: #f5f5dc;
}

/*------------------
トップページ：見出し（h1,h2）
------------------*/


h1.top{
     padding: 0;
     background: linear-gradient(transparent 35%, #f5f5dc 80%);
	  color:#006600;

}


h2.intro {
     position: relative;
     padding-left: 0.7em;
	 background: none;
	margin:0;
	color:#000;
}
 
h2.intro::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 5px;
     height:1em;
     background-color: #006600;
}


/*------------------
会社概要：ご挨拶　写真コラム
------------------*/



.column1st .wp-block-column:first-child{
flex-basis:25%;}

.column1st .wp-block-column:not(first-child){
flex-basis:50%;}


/*------------------
会社概要：会社沿革 横並び表記
------------------*/
/* */

dl.profile{
width: 100%;
line-height:2em;
margin-bottom:20px;
}

dl.profile dt {
color:#333;
font-weight: normal; 
display: block;
width: 19%;
clear: left;
float: left;
margin:0px 5px 0px 0px;
border:none;
}

dl.profile dd {
display: block;
width: 76%;
float: left;
margin:0px 0px 10px 0px;
border:none;
}

/*------------------
会社概要：会社案内（テーブル）
------------------*/
/*　PC表示　*/
table.guide-table {
	width:100%;
	margin-bottom:2em;
	border-collapse:collapse;
	table-layout: fixed;
}

table.guide-table th {
    width:25%;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;

}
table.guide-table tr {
	border:1px solid #ddd;
}

table.guide-table td {
	text-align:left;
	border:1px solid #ddd;
}


/* スマホ表示:480px以下*/

/*max-width: 480px*/
@media (max-width: 479px) {

table.guide-table {
max-width:100%;
}

table.guide-table th {
font-size:100%;
width:35%;
}

table.guide-table td {
font-size:100%;
width:65%;
}
	}


/*------------------
お問い合わせ：コンタクトフォーム7
------------------*/

.table-contactform7{
/*overflow: hidden;
*/
table-layout: fixed;
padding:0;
margin:0;
}

/*必須表示（赤ワク）*/
.required-contactform7{
  padding: 3px;
  background: #cc0000;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
 line-height:2.2em;
}
 
.unrequired-contactform7{
  padding: 3px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:normal;
	line-height:1.5em;
  width: 22%;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 100% !important;
  margin: 5px 10px 10px 5px;
}
 
.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.message-100 textarea{
  width: 90%;
  margin: 5px 10px 10px 5px;
}

/* テキストエリアの設定 */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,select{
width: 90%;
/*background-color: #fff;*/
color: #000;
margin:10px 0;
}

input[type="submit"]
{
   font-size: 90%;
    width: 30%;
    height:auto;
    cursor: pointer;
}

p.text-xs-center{
text-align:center;
}

/* コンタクトフォーム7　:480px以下*/

/*max-width: 480px*/
@media (max-width: 479px) {
.table-contactform7 th{
  font-weight:normal;
	line-height:1.75em;
  width: 40%;
}
}	

/*------------------
サイドコンテンツ部分
------------------*/
/*子ページ：今開いているページの背景色変更*/
.subSection li.current_page_item > a {
	 background-color:#f5f5dc;
}

/*contact情報：お問い合わせボタン*/
.contact_txt_tel{
font-size: 20px;
}
/*電話番号バナー：下マージン*/
#vkexunit_banner-2{
margin-bottom: 15px;
}

/*------------------
フッター
------------------*/
/*フッター　背景色変更*/
footer {
    background-color: #f5f5dc;
}

/*フッター　ウィジェットエリア消す*/


footer .sectionBox {
    display:none !important;
    }

footer .copySection {
    display:block !important;
    border-top:none !important;
    }




/*------------------
スマートフォン　トップページ　h1
------------------*/
@media screen and (max-width: 640px) {
 
h1.top{
	font-size:17px;
	/*font-size:99%;*/
}
}