/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/*ヘッダー画像*/
.page-header{
	background:url("https://mogeringo.com/ueda/wp-content/uploads/2026/03/banner_default.jpg");
	height:200px;
	text-align:left;
}
.page-header-title{
	margin: 0 auto;
    padding: 5.7% 0;
    letter-spacing: 0.1em;
    text-shadow: 0 0 10px #565656;
    color: #fff;
    text-align: left;
}
#breadcrumb { display:none; }

.pagetitle{
	    margin: 0 0 30px 0;
    padding: 55px 0 45px;
    border-top: none;
    color: #164b97;
    font-size: 30px;
    font-weight: normal;
    background: #e3e8ec;
    text-align: left;
}
/*サイドバー 固定ページ一覧*/
#related_pages_widget-2{
	background:#164b97;
}
#related_pages_widget-2 a{
	color:#fff;
}
/*固定ページ タイトル*/
.entry-body h1{
    margin: 0 0 30px -70px;
    padding: 55px 0 45px;
    border-top: none;
    color: #164b97;
    font-size: 30px;
    font-weight: normal;
    background: #e3e8ec;
    text-align: left;	
	padding-left:70px;
	width:2000px !important;
	overflow:hidden;
}
.entry-body{
	padding-left:70px;	
}
/*サイドバー調整*/
.sub-section--col--two{
	width:33.4%;
}

/*サイドバー内固定ページリスト*/
.related-pages-list{
	line-height:40px;
	padding:40px !important;
}

#headerlang{
  margin:0 auto;
	max-width:1140px;
	text-align:right;
}
.related-pages-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-pages-list .parent-page > a {
    font-weight: bold;
}

.related-pages-list .current-page > a {
    color: #e74c3c; /* 現在のページを強調 */
    pointer-events: none;
}

.sub-section--pos--left {
    background-color: transparent;
    box-shadow: none;
    overflow: hidden;
}
.telbox{
	    background: url(https://mogeringo.com/ueda/wp-content/uploads/2026/02/icon_tel.png) no-repeat;
    content: "";
    font-size: 30px;
    padding: 0px 10px 0px 50px;
}
#tfbox ::before{
	
		    content: "";
    padding: 4px 0 4px 50px;
    background: url(https://mogeringo.com/ueda/wp-content/uploads/2026/02/icon_mail_l.png) no-repeat;
}
.footerlogo{
	float:left;
}
.footername p{
	text-align:left;
}
.site-body{
	padding:0 0 40px 0 !important;
}
/*投稿ページのタイトル部分*/
.single-head{

    padding: 55px 0 45px;
    border-top: none;
    color: var(--main-color);
    font-size: 30px;
    font-weight: normal;
    background: #e3e8ec;
    text-align: left;
    padding-left: 70px;
    width: 2000px !important;
    overflow: hidden;
}
/*投稿ページのウィジェット*/
.single-widget{
	padding:40px !important;
	background:var(--main-color);
	color:#fff;
}
.entry-title{
	padding-left:70px;
}
/*設備画面のテーブル*/
/* 3列テーブルの列幅 */
.setubi-table3 table td:nth-child(2),
.setubi-table3 table th:nth-child(2) {
  width: 100px;
}
.setubi-table3 table td:nth-child(3),
.setubi-table3 table th:nth-child(3) {
  width: 100px;
}

/* 2列テーブルの2列目を3列テーブルの3列目に合わせる */
.setubi-table2 table td:nth-child(2),
.setubi-table2 table th:nth-child(2) {
  width: 100px;
}
/* テーブルヘッダー背景色 */
.setubi-table4 table thead tr,
.setubi-table4 table thead th,
.setubi-table2 table thead tr,
.setubi-table2 table thead th,
.setubi-table3 table thead tr,
.setubi-table3 table thead th {
  background-color: #e3e8ec;
}
/* 会社概要テーブル：左列グレー背景 */
.gaiyo-table table td:first-child,
.gaiyo-table table th:first-child {
  background-color: #e3e8ec;
  width:150px;
  text-align:left;
}

/* 会社概要テーブル：左列グレー背景 */
.enkaku-table table td:first-child,
.enkaku-table table th:first-child {
  background-color: #e3e8ec;
  width:150px;
  text-align:center;
}
/*リンク　文字*/
.linkbtn{
	display: block;
    padding: 0 0 0 20px;
    background: url(https://mogeringo.com/ueda/wp-content/themes/lightning-child/arrow-icon-16.png) 0 5px no-repeat;
}
.linkbtn1{
	display: block;
    padding: 0 0 0 26px;
    background: url(https://mogeringo.com/ueda/wp-content/themes/lightning-child/arrow-icon-24.png) 0 0px no-repeat;
}
/* お問い合わせフォームの必須マーク */
.required {
  color: #cc0000;
  margin-left: 4px;
}
/* お問い合わせフォーム テーブル */
.wpcf7 table {
  width: 100%;
  border-collapse: collapse;
}

.wpcf7 table th,
.wpcf7 table td {
  border: 1px solid #ccc;
  padding: 10px 14px;
  vertical-align: top;
}

.wpcf7 table th {
  background-color: #f0f0f0;
  width: 160px;
  font-weight: bold;
  white-space: nowrap;
}

.wpcf7 table input[type="text"],
.wpcf7 table input[type="email"],
.wpcf7 table input[type="tel"],
.wpcf7 table textarea {
  width: 100%;
  box-sizing: border-box;
}

/* 必須マーク */
.wpcf7 table th .required {
  color: #cc0000;
  margin-left: 4px;
}
/* 送信ボタン センタリング・上の間隔 */
.wpcf7 [type="submit"] {
  margin-top: 24px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* フッター お問い合わせエリア */
.footer-contact-wrap {
  text-align: center;
  padding: 40px 20px;
  color: #fff;
}
.footer-contact-logo img {
  width: 80px;
  margin-bottom: 16px;
}
.footer-contact-text {
  font-size: 18px;
  margin-bottom: 24px;
  color: #fff;
}
.footer-contact-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.footer-contact-tel a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
}
.footer-tel-icon {
  font-size: 28px;
}
.footer-tel-num {
  font-size: 28px;
  font-weight: bold;
}
.footer-tel-time {
  font-size: 13px;
  color: #fff;
  margin-top: 4px;
  margin-left: 38px;
}
.footer-mail-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 16px 40px;
  color: #fff !important;
  font-size: 18px;
  text-decoration: none;
  transition: background 0.3s;
}
.footer-mail-btn:hover {
  background: rgba(255,255,255,0.15);
}
/* 電話アイコンを白色に */
.footer-tel-icon {
  font-size: 28px;
  filter: brightness(0) invert(1);
}

/* ボタンを電話番号と縦中央揃え */
.footer-contact-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-contact-tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-contact-btn {
  display: flex;
  align-items: center;
}
/*メニューの文字色変更*/
.device-pc .global-nav-list>li>a {
	color:#164b97 !important;
}
/*サイト全体のフォント設定*/
body {
    font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}