@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 15.20.1
*/


/* フォント */
body,
p {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight:500 !important;
    }

.mincho { 
    font-family:  "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;  
}


/* ロゴ右側のブロック */
.logo-after {
    display: block;
    width: 200px;
    float: right;
}
 
.logo-after img {
    max-height: 60px;
}
 
/* ヘッダー幅を100%に */
.navbar-header {
    width: 100%;
}

/* ヘッダーマージン */
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0px;
    margin-left: 0px;
}
 
@media (max-width: 991px) {
    .logo-after {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
}

/* 連絡先のスタイル */
.logo-after .message {
    font-size: 16px;
}
 
.logo-after .tel {
    color: #4d2c26;
    font-size: 24px;
}
 
.logo-after .time {
    font-size: 11px;
    color: #666;
}
 
/*PC表示の時にはリンクを無効にする*/
@media (min-width: 991px){
.tel {
pointer-events: none;
 }
}


/* メニューをロゴの下に表示 */
@media (min-width: 991px) {
    .navbar-header {
        height: 80px;
    }

/* メニューをセンターに表示 */
    ul.gMenu {
        clear: both;
        float: none;
		margin-left: auto;
		margin-right: auto;
		width: 39em;
    }
 
    ul.gMenu li {
        width: 22em;
    }
}

/*メニュー不具合の暫定処置20240903*/
@media (min-width: 992px) {
    ul.gMenu>li>ul.sub-menu {
        left: 0;
        width: 480px;
		min-height: 100vh;
    }
    ul.gMenu>li>ul.sub-menu li {
        left: 0;
		width: 240px;
    }
}

/*投稿日とカレンダーアイコンを削除*/
.entry-meta_items{
	display:none;
}

/*--------------------------------------------------------------
textの折り返し制御
--------------------------------------------------------------*/

.text_inline_block { display: inline-block; }


/*--------------------------------------------------------------
textの改行を強制的に禁止 
--------------------------------------------------------------*/
.text_white_space  { white-space: nowrap;}

/*--------------------------------------------------------------
textの改行をSPとPCのレスポンシブデザインで改行位置を変更 
--------------------------------------------------------------*/
.br-sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
ページタイトルのアイキャッチ画像 
--------------------------------------------------------------*/
.page-header-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

 
.page-header-image img {
    width: 100%;
}

/*--------------------------------------------------------------
投稿ページサイドバーを表示
--------------------------------------------------------------*/
.single-post .siteContent .mainSection {
width:100%;
margin-bottom:1.5em;
}

.single-post .siteContent .subSection {
display:none;
}


/*--------------------------------------------------------------
caseページ
--------------------------------------------------------------*/
/*文章を縦書き（右から左）*/

/*通常_縦書き（#v-rl-1）*/

#v-rl-1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 400px;

}
#v-rl-1 li {
  text-align: center;
  overflow: hidden;
  flex: 1;
  margin: 10px 60px 10px 0px;

}
#v-rl-1 span {
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  padding: 1em 0;
  box-sizing: border-box;
}

/*高性能住宅の理由_縦書き（#v-rl-2）*/

#v-rl-2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 500px;

}
#v-rl-2 li {
  text-align: center;
  overflow: hidden;
  flex: 1;
  margin: 10px 60px 10px 0px;

}
#v-rl-2 span {
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  padding: 1em 0;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
Contact Form 7カスタマイズ
--------------------------------------------------------------*/

/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:15px;
 width:350px;
 background:#4d2c26;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 margin:25px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#4d2c26;
 border:2px solid #4d2c26;
}


/*--------------------------------------------------------------
フッターウィジェットエリアを消す
--------------------------------------------------------------*/
footer .sectionBox {
    display:none !important;
    }

footer .copySection {
    display:block !important;
    border-top:none !important;
    }


/*--------------------------------------------------------------
ビフォアアフター（プラグインTwentyTwenty）
--------------------------------------------------------------*/
/*中央寄せにするCSS*/
.twentytwenty-container {
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
topへ戻るボタン
--------------------------------------------------------------*/

/*ボタンの領域*/
#re-top {
	position:fixed; /*画面に固定*/
	bottom:10%; /*画面下へ*/
	right:0.3%; /*画面右へ*/
	z-index:10; /*レイヤー順序を上に*/
	background-color:transparent; /*領域の背景色（透明）*/
}
/*丸ボタン*/
.re-topB {
	position:relative;
	display:block; 
	background-color:rgba(77,44,38,100); /*丸ボタンの色*/
	color:rgb(255,255,255); /*三角と文字色*/
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	width:60px;
	height:60px;
	text-align:center;
	line-height:24px;
	border-radius:30px;
	padding-top:30px;
	box-sizing:border-box;
}
/*三角部分*/
.re-topB:before {
	content:'\25B2';
	position:absolute;
	top:10px;
	left:0;
	width:100%;
	text-align:center;
	font-size:20px;
}

/*マウスオーバーで回転*/
.re-topB {
	transition: .85s ;
	-webkit-transform: rotateY( 0deg ) ;
	transform: rotateY( 0deg ) ;
}
#re-top:hover .re-topB {
	-webkit-transform: rotateY( 360deg ) ;
	transform: rotateY( 360deg ) ;
}

/*マウスオーバーで色を変更*/
#re-top:hover .re-topB {
	transition: 0.85s ;
	color:rgb(255,255,255); /*三角と文字色*/
	background-color:rgba(77,44,38,0.7); /*丸ボタンの色*/

}
