/*
Theme Name: Lightning
Theme URI: https://lightning.nagoya
Description: Lightning is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Version:4.1.0
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, theme-options
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lightning

Lightning WordPress theme, Copyright (C) 2015-2017 Vektor,Inc.
Lightning WordPress theme is licensed under the GPL.
*/

/** util *****************/
p.lead{
	font-size: 1.8rem !important;
}
.spbr{ display: inline-block;}
/** common *****************/
section h1{
	font-size: 2.6rem;
	color: #73bf0c;
	position: relative;
	margin-bottom: 2.6rem;
}
section h1:after{
	display: block;
	content: "";
	width: 100%;
	height: 4px;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #d7faa9 25%, #d7faa9 50%,
    #fff 50%, #fff 75%,
    #d7faa9 75%, #d7faa9
  );
  background-size: 6px 6px;
}
h4{
	font-size: 1.8rem;
	border-radius: 0;
	font-weight: bold;
	color: #464646; 
}
.row img{
	margin-bottom: 1.2rem;
}
table.table-bordered tbody tr th{
	background: #fff;
	border-bottom-color: #ddd;
	color: #000;
	font-size: 1.4rem;
}
table.table-bordered tbody tr td{
	background: #fff;
	font-size: 1.4rem;
}
/** トップへ戻る **/
#page-top{
    position:fixed;
    right:16px;
    bottom:32px;
    display: none;
    z-index:9999;
}
#page-top a{
    color:#73bf0c;
    padding:10px;
    text-decoration:none;
    display:block;
    cursor:pointer;
    text-align:center;
    background:#fff;
    line-height:100%;
    border: 1px solid #73bf0c;
    transition:all 0.3s;
	margin-bottom: 50px;
}
#page-top a:hover{
    background: #73bf0c;
    color: #fff;
}
/** ボタン **/
a{
	transition: 0.5s all;
}
a.btnr{
	max-width: 340px;
	min-width: 235px;
	position: relative;
	display: inline-block;
	padding: 15px 55px 15px 45px;
	color: #8dc031;
	border: 2px #8dc031 solid;
	border-radius: 5px;
	overflow: hidden;
	font-size: 1.4rem;
	background: rgba(255, 255, 255, 0);
	font-weight: bold;
	letter-spacing: 0.5px;
	margin-top: 1.2rem;
}
a.btnr:before{
	content: "";
	position: absolute;
	height: 2px;
	width: 30px;
	background: #8dc031;
	right: 16px;
	top: 49%;
	transition: 0.5s;
}
a.btnr:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: 15px;
	top: 44%;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #8dc031;
	transition: 0.5s;
}
a.btnr:hover,a.btnr.hover{
	background: #73bf0c;
    opacity: 1;
    color: #fff;
	text-decoration: none;
}
a.btnr:hover:before{
	background: #fff;
}
a.btnr:hover:after{
	border-color: transparent transparent transparent #fff;
}
/** subpagecommon **/
.page-header{
	color: #73bf0c;
    position: relative;
    background-image: linear-gradient( -45deg, #fff 25%, #d7faa9 25%, #d7faa9 50%, #fff 50%, #fff 75%, #d7faa9 75%, #d7faa9 );
    background-size: 8px 8px;
}


/** ヘッダー *****************/
.navbar-header .navbar-brand img{
		max-height: 50px !important;
	}
.headContact a{ color: #F3A617;}
p.headContact{
    float: right;
    line-height: 1.3;
    text-align: right;
    font-weight: 700;
	padding-top: 5px;
}
.headContact:after{
    clear: both;
    content: "";
    display: block;
}
.headContact span{
    color: #F3A617;
    font-size: 28px;
}
.headContact  small{ color: #666;}
/** ナビ **/
.originNav{
    padding: 2rem 0;
    background: #73bf0c;
}
/*
ul.navInner{
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
    display: table;
    table-layout: fixed;
    text-align: center;
}*/
ul.navInner {
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    table-layout: fixed;
    /* text-align: center; */
	justify-content: space-around;
}

ul.navInner li{
    color: #fff;
    list-style: none;
    display: inline-block;
    padding-right: 1.5rem;
    display: table-cell;
    vertical-align: middle;
}
ul.navInner li a{
    color: #fff;
    display: block;
    transition: 0.3s all;
}
ul.navInner li:last-child{
    padding-right: 0;
}
ul.navInner li a:hover{
    font-weight: 700;
    text-decoration: none;
}
/** スマホナビ **/
.lineMenu,.lineMenu span{
    display: inline-block;
    transition: .4s all;
    z-index: 2;
}
.lineMenu{
    position: relative;
    width: 30px;
    height: 23px;
}
.lineMenu span{
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
}
.lineMenu span:nth-of-type(1) {
  top: 0;
}
.lineMenu span:nth-of-type(2) {
  top: 10px;
}
.lineMenu span:nth-of-type(3) {
  bottom: 0;
}
.lineMenu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.lineMenu.active span:nth-of-type(2) {
  opacity: 0;
}
.lineMenu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
.lineMenu{
    display: none;
}
/** トップページ *****************/
.hourBox{
	box-shadow: 0 1px 10px rgba(0,0,0,.3);
	padding: 1rem;
	background: url('https://refoco-toyohashi.net/images/hourback.jpg') no-repeat 0 0;
	background-size: cover;
	width: 100%;
	height: auto;
}
.hourInner{
	background: rgba(255,255,255,0.9);
	width: 100%;
	height: 100%;
	letter-spacing: 1px;
	padding: 1.2rem;
}
p.bannercopy{
	font-size: 2.4rem;
    text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
    font-weight: bold;
    color: #646464;
    line-height: 1.6;
	margin-bottom: 1rem;
}
p.bannercopy .embnCopy{
	font-size: 2.8rem;
	color: #73bf0c;
}
p.subbnTxt{
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.bannerLabel{
	text-align: center;
}
a.btnb{
	display: inline-block;
	padding: 8px 20px 6px;
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.6);
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	background: #73bf0c;
}
a.btnb:hover{ text-decoration: none;}
div.bannerSec,section{
	margin-bottom: 4rem;
}
.aboutusSec p{
	font-size: 1.4rem;
}
a.emLink{
	display: block;
	position:relative;
	width: 100%;
	height: auto;
	padding-top: 2rem;
	background-image: linear-gradient(
    45deg,
    #73bf0c 25%,
    #d7faa9 25%, #d7faa9 50%,
    #73bf0c 50%, #73bf0c 75%,
    #d7faa9 75%, #d7faa9
  );
  background-size: 6px 6px;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 1.3rem;
}
a.emLink:hover{
	text-decoration: none;
}
a.emLink figure{
	position: relative;
}
a.emLink figcaption{
	padding: 1rem 0;
	letter-spacing: 0.5px;
	background: #73bf0c;
	font-size: 1.5rem;
	position: relative;
}
a.emLink figcaption:before,a.emLink figcaption:after{
	display: block;
	font-family: "FontAwesome";
	content: "\f0d7";
	position: absolute;
	top: 10%;
	font-size: 2.2rem;
}
a.emLink figcaption:before{
	left: 30%;
}
a.emLink figcaption:after{
	right: 30%;
}
.wordhover{
	position: absolute;
	width: 100%;
	bottom: 10%;
	left: 0;
}
p.bannerword{
	position: relative;
	text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
    font-weight: bold;
    color: #73bf0c;
    line-height: 1.6;
    padding: 1rem 0;
}
p.bannerword{
	font-size: 2.2rem;
	text-align: center;
}
.worksBox{
	border: 1px solid #73bf0c;
	padding: 1.2rem;
	margin-bottom: 1.3rem;
}
.worksBox a h4{
	background: #d7faa9;
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.3px;
	padding: 0.6 0 0.6rem 2rem;
	position: relative;
	color: #666962;
}
.worksBox a h4:before{
	display: block;
	content: "";
	width: 1rem;
	height: 100%;
	background: #73bf0c;
	position: absolute;
	left: 0;
	top: 0;
}
.worksBox a:hover{
	text-decoration: none;
}
.worksBox a figcaption{
	padding-top: 1rem;
}
a.reformMenuLink{
	display: block;
	width: 100%;
	height: auto;
	padding-left: 1rem;
	position: relative;
	margin-bottom: 1.5rem;
	background-image: linear-gradient( 45deg, #f3a617 25%, #fef5e4 25%, #fef5e4 50%, #f3a617 50%, #f3a617 75%, #fef5e4 75%, #fef5e4 );
background-size: 6px 6px;
	text-align: right;
}
a.reformMenuLink img{
	margin-bottom: 0;
	width: 100%;
	height: auto;
	position: relative;
}
a.reformMenuLink figcaption{
	font-weight: bold;
	display: block;
	width: 100%;
	background: #F3A617;
	font-size: 1.4rem;
	padding: 0.5rem 0;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
}
a.reformMenuLink:hover{
	text-decoration: none;
}
a.lineblue figcaption{ background: #17d2f3;}
a.lineblue{
    background-image: linear-gradient( 45deg, #17d2f3 25%, #e4fafe 25%, #e4fafe 50%, #17d2f3 50%, #17d2f3 75%, #e4fafe 75%, #e4fafe );
background-size: 6px 6px;
}
a.linegreen figcaption{ background: #73bf0c;}
a.linegreen{
    background-image: linear-gradient( 45deg, #73bf0c 25%, #d7faa9 25%, #d7faa9 50%, #73bf0c 50%, #73bf0c 75%, #d7faa9 75%, #d7faa9 );
background-size: 6px 6px;
}
.hokenList h4{
	background: #F3A617;
	color: #fff;
	margin: 0 0 0.8rem;
}
.hokenList ul{
	padding-left: 0;
}
.hokenList ul li{
	list-style: none;
	padding-left: 0;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.6px;
}
/** 下層ページ *****************/
.ceoname{
	text-align: right;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.5px;
}
p.bannercopy .embnNum{
	font-size: 3.6rem;
	color: #73bf0c;
	line-height: 1.4;
}
.sideAbout{
	border: 1px solid #73bf0c;
}
.sideAbout img{
	margin-bottom: 0;
}
.sideAbout h5{
	background: #73bf0c;
	margin: 0;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
}
.sideAboutdata{
	margin-top: 1rem;
	padding: 5px;
}
.sideAboutdata dl{ margin: 0;}
.sideAboutdata dt,.sideAboutdata dd{
	font-size: 1.3rem;
	border: none;
	padding: 0;
}

.telnum .number {
    color: #F3A617;
    font-size: 28px;
    font-weight: bold;
}

.flowInner{
	padding-bottom: 5rem;
	position: relative;
	margin-bottom: 3rem;
}
.flowInner:before{
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -100px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 100px 0 100px;
	border-color: #d7faa9 transparent transparent transparent;
}
.advBox{
	border: 4px solid #F3A617;
	padding: 1.5rem;
}
dl.advList{
	margin:0;
}
.advList dt,.advList dd{
	border: none;
	padding-left: 2.8rem;
	position: relative;
}
.advList dt{
	padding-top: 0.6rem;
	color: #F3A617;
}
.advList dt:before{
	display: block;
	font-family: "FontAwesome";
	content: "\f046";
	font-size: 2.2rem;
	color: #F3A617;
	position: absolute;
	left: 0;
	top: 0;
}
.advList dd{
	margin-bottom: 3rem;
	font-size: 1.4rem;
	font-weight: bold;
}
.el_price_num{
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
/** 業務メニューページ **/
.listItem{
	border: 2px solid #73bf0c;
	margin-bottom: 4rem;
}
.listItem .row img{ margin-bottom: 0;}
.listdesc{
	margin-bottom: 2rem;
}
.listdesc h2{
	background: transparent;
	border: none;
	padding: 0 1rem;
	font-size: 2.8rem;
	letter-spacing: 0.5px;
	margin-bottom: 1.2rem;
	margin-top: 1rem;
	font-weight: bold;
}
.listdesc p{
	font-size: 1.4rem;
	padding: 0 1rem;
}
.listkey{
	background: #fffcf7;
}
.listkey h1{
	background: #73bf0c;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	padding: 5px 0;
	letter-spacing: 0.5px;
}
.listkey h1:after{
	display: none !important;
}
.listkey ul{
	padding-left: 0;
	margin-top: 0.6rem;
	margin-bottom: 0;
}
.listkey li{
	list-style: none;
	font-size: 1.4rem;
	font-weight: bold;
	padding-left: 1rem;
	padding-right: 1rem;
}
.listblue{
	border: 2px solid #17d2f3;
}
.listorange{
	border: 2px solid #F3A617;
}
.listblue .listkey h1{
	background: #17d2f3;
}
.listorange .listkey h1{
	background: #F3A617;
}
.keyBox{padding: 0.5rem;}
.keyBox:after{
	display: block;
	content: "";
	clear: both;
}
.keyItem{
	padding: 0.5rem;
	float: left;
	width: 48%;
	height: auto;
	display: flex;
	justify-content: center;
}
.keyItem img{
	display: block;
	width: 100px;
	height: 100px;
	margin-right: 5px;
}
.keyItem p{
	font-size: 1.4rem;
	font-weight: bold;
	width: 220px;
}

/** サイドバー *****************/
.emSidelist,.reformSidelist{
	margin-bottom: 2rem;
}
.sideContact{
	text-align: center;
	border: 2px solid #73bf0c;
}
.sideContact h4{
	border-radius: 0;
	background: #73bf0c;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 1px;
	margin-bottom: 1rem;
	position: relative;
	margin-bottom:0;
}
.sideContact h4:before{
	display: block;
	font-family: "FontAwesome";
	content: "\f10b";
	position: absolute;
	left: 18%;
	top: 15%;
	font-size: 2.4rem;
}
.sideContact h4:after{
	display: block;
	font-family: "FontAwesome";
	content: "\f003";
	position: absolute;
	right: 16%;
	top: 16%;
	font-size: 1.6rem;
}
p.sideTelnum{
	font-size: 2.8rem;
	font-weight: 700;
	color: #73bf0c;
	position: relative;
	padding: 0.8rem 0;
	margin: 0;
	 background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #d7faa9 25%, #d7faa9 50%,
    #fff 50%, #fff 75%,
    #d7faa9 75%, #d7faa9
  );
  background-size: 8px 8px;
}
a.sideMail{
	display: block;
	width: 100%;
	padding: 0.5rem 1.2rem;
	height: auto;
	background: #73bf0c;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 1.4rem;
	margin-left: auto;
	margin-right: auto;
}
a.sideMail:hover{
	text-decoration: none;
}
/** フッター *****************/
footer{
	border: none;
	background-color: transparent;
}
.footback{
	background: url('https://refoco-toyohashi.net/images/footback.png') no-repeat center bottom;
	height: 250px;
	padding: 0;
}
footer .footerMenu{
	border: none;
}
footer .copySection{
	padding: 1rem 0 0.8rem;
	background: #73bf0c;
	border: none;
	color: #fff;
}
footer .copySection p{ margin: 0;}
/** パーツ系 *****************/


.mainv{
	background: url('https://refoco-toyohashi.net/images/mainvback.png') no-repeat left bottom;
	background-size: cover;
}
.img_flex{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.img_flex_item{
	width: 48%;
}
.img_flex_item:first-child{
	margin-right: 8px;
}
/** メディアクエリ *****************/
@media screen and (min-width: 992px){
	.siteHeader .container{padding-bottom: 4px;}
	.navbar-header .navbar-brand img{
		max-height: 120px !important;
	}
}
@media screen and (max-width: 992px){
	p.headContact{
    float: none;
    text-align: center;
	margin-top: 1rem;
}
.headContact span,.telnum .number{
    font-size: 24px;
}
    .lineMenu{
    display: block;
}
.originNav{ position: relative;}
.originNav nav{
    z-index: 1;
    position: absolute;
    left: 0;
    top: -557px;
    -webkit-transition:.5s ease-in-out; /*transitionで動きを*/
    -moz-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
    background: #73bf0c;
    width: 100%;
}
ul.navInner{
    display: block;
	text-align: left;
}
ul.navInner li{
    display: block;
    border-bottom: 1px solid rgba( 255,255,255,.3);
    line-height: 3;
    width: 100%;
    font-size: 15px;
    padding-right: 0;
}
ul.navInner li:last-child{
    border: none;
}
nav.openNav{
    position:relative;
    -moz-transform: translateY(320px);
    -webkit-transform: translateY(320px);
    transform: translateY(556px)
}
}
@media screen and (max-width: 767px){
h4{
	font-size: 1.6rem;
}
section h1{
	font-size: 2rem;
}
table.table-bordered tbody tr th,table.table-bordered tbody tr td{
	display: block;
	width: 100%;
	text-align: center;
}
table.table-bordered tbody tr td{
	padding-top: 2rem;
	padding-bottom: 1.8rem;
	font-size: 1.4rem;
}
a.btnr{
	text-align: center;
	padding: 1rem 0;
}
a.btnr:before,a.btnr:after{
	display: none !important;
}
.mainv{
	background: transparent !important;
}
a.emLink{
	padding-top: 0.5rem;
}
a.emLink figcaption{
	padding: 0.6rem 0;
	font-size: 1.3rem;
}
a.emLink figcaption:before,a.emLink figcaption:after{
	top: 3%;
	font-size: 2rem;
}
a.emLink figcaption:before{
	left: 10%;
}
a.emLink figcaption:after{
	right: 10%;
}
p.bannerword{
	position: relative;
	text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
p.bannerword{
	font-size: 1.6rem;
}
p.bannercopy{
	font-size: 1.8rem;
    line-height: 1.6;
	margin-bottom: 1.2rem;
	color: #F3A617;
}
p.bannercopy .embnCopy{
	font-size: 1.6rem;
}
p.bannercopy .embnNum{
	font-size: 2.4rem;
}
a.btnb{
	padding: 15px 40px 13px;
	font-size: 1.4rem;
	margin: 1.5rem 0;
}
p.subbnTxt{
	margin-bottom: 1.5rem;
}
.keyBox:after{
	display: none;
}
.keyItem{
	float: none;
	width: 100%;
}
.keyItem img{
	width: 70px;
	height: 70px;
}
.keyItem p{
	font-size: 1.3rem;
	width: 200px;
}
.listdesc h2{
	font-size: 1.8rem;
}
}

/*　豊橋店の為の修正　*/

.span_block{
	display: block;
}

.lineMenu {
  position: absolute; /* または fixed */
  right: 9px;
  top: 8px; /* 必要に応じて調整 */
  left: auto;
}


/*=====  豊橋用ナビゲーションドロップダウン  =====*/

.sub-menu {
  display: none;
  position: absolute;
  background-color: rgba(115,191,11,0.8);
  z-index: 100;
  top: 100%; /* 親要素の下端から表示 */
  left: 0; /* 左端揃え */
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
}

/* 親要素とサブメニューの両方にホバー判定を追加 */
.navInner li:hover > .sub-menu,
.sub-menu:hover {
	display: block;
	width: 220px;
}

/* 親要素のホバー範囲を拡張 */
.navInner li {
  position: relative; /* 相対位置指定を追加 */
}

.sub-menu p {
  padding: 10px 20px;
  margin: 0;
}

.sub-menu {
	top: 180%;
}

.navInner li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px; /* サブメニューとの隙間 */
  bottom: -20px;
  left: 0;
  background: transparent;
}

.navInner li:hover > .sub-menu,
.sub-menu:hover,
.glass_dd:hover::after + .sub-menu {
  display: block;
}

/*=====  豊橋用ドロップダウン終わり  =====*/
/*=====  ガラス周り・リフォームの画像下のテキスト  =====*/

.service_works_list p{
	text-align: center;
}

/*=====  ガラス周り・リフォームの画像下のテキストおわり  =====*/



.advFlex{
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

.strengths{
	width:240px!important;
}
/*=====  対応サービス =====*/
.section_top-margin{
	margin: 60px 0 0 0 ;
}

.toppageHead{
    background-color: #73BF0B;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	padding: 5px 0 0px 10px;
	margin-bottom: 20px;
}

.service_inner_style .advItem p{
	text-align: center;
	font-weight:bold;
	font-size: 20px;
}

/*===== 施工事例 =====*/

.works_case .news_list{
    display: flex;
	margin: 0;
    padding: 0;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}

.news_list li .news_thumbnail{
	margin-bottom: 20px;
}

.worksSec .news_list{
    margin: 0;
    padding: 0;
}

.works_case .news_list li{
	width: 230px;
	border-bottom: none!important;
}

.news_list li .news_thumbnail {
    position: relative;
    width: 100%; /* 親要素の幅に合わせる */
    padding-top: 66.66%; /* 高さを3:2の比率に設定 (2 ÷ 3 × 100) */
    overflow: hidden;
}

.news_list li .news_thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* 画像が枠内に収まるよう調整 */
}

.worksSec .news_list li,
.works_case .news_list li{
	list-style:none;
	padding-left:0;
	border-bottom: 1px solid #707070;
	padding-bottom: 20px;
	padding-top: 10px;
}

.worksSec .news_list li .post_float{
    display: flex;
}

.worksSec .news_list li .post_float .news_date,
.worksSec .news_list li .post_float .news_title a{
	font-weight: bold;
}

.worksSec .news_list li .post_float .news_title{
    margin-left: 10px;
	color: #000;
}

/*===== 対応エリア =====*/

.area_text_map-style{
	display:flex;
}

.area_text_map-style .area_text_map-size{
	width:50%;
}

.area_text_map-style p{
	font-weight:bold;
	font-size: 18px;
	padding: 10px;
}

.area_city_titel-style{
	font-weight: bold;
	background-color: #f4f4f4;
}

.contact_style{
	margin-bottom:0px;
}

.contact_style a img{
	width:100%;
}

.widget_block p{
	line-height:1.5em;
}

.entry-body{
	padding:0;
}

table th{
	width:15%;
	text-align: center;
}

table th,
table td{
	border: 1px solid #e5e5e5;
	padding: 15px;
}

footer .footerMenu li a {
	border-left: none;
	padding-top: 0px;
	padding-bottom: 0px;
}

footer .footerMenu li:last-child a {
	border-right: none;
}

.footerMenu .container{
	padding:0;
}

/* サイドウィジェット */

.widget .subSection-title {
    margin-top: 0;
	margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}

.postList_miniThumb .news_list_simple{
	padding-left:0;
	
}

.postList_miniThumb .news_list_simple li{
    list-style: none;
	padding: 15px 0;
	border-bottom: 1px solid var(--vk-color-border-hr);
}

.news_list_simple li{
	display: flex;
	align-items: center;
} 

.news_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0; /* 角丸をなくす場合 */
	margin: 0;
}

.news_thumbnail {
    width: 63px;
    height: 63px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

/*  =====  GoogleマップのCSS  =====  */

.ggmap{
	display:flex;
	justify-content: space-between;
}

.ggmap iframe{
	width:45%;
	border: 0px;
    max-width: 100%;
    height: 225px;
}

/*  ====== お問い合わせの追従バー ======  */
.fixed-contact {
    position: fixed;
    top: 50%;
    right: -80px; /* ボタンの幅に応じて調整 */
    transform: translateY(-50%);
    z-index: 9999;
    transition: all 0.3s ease;
}

.fixed-contact a {
    display: block;
    padding: 20px 25px;
    background-color: #73BF0B;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px 0 0 5px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-weight: bold;
    font-size: 20px;
}

/* スクロールに応じて表示/非表示を制御 */
@media (min-height: 100px) {
    html:not([data-scroll='0']) .fixed-contact {
        right: 0;
    }
}

/*　スマホ用の追従お問い合せ　*/
.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0px 0;
    z-index: 1000;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
}

.fixed-footer .button {
	display: none;
    padding: 20px 0px;
    text-decoration: none;
    color: #fff;
    border-radius: 0px;
    text-align: center;
}

.fixed-footer .contact-button {
    background-color: #007bff;
    width: 50%;
}

.contact-button img,
.tel-button img{
	width:25px;
}

.fixed-footer .tel-button {
	background-color: #28a745; /* 電話ボタンの色 */
	width: 50%;
}

/*=====  リフォコについて  =====*/
.introduction_inner-style{
	display:flex;
}

.introduction_text-style{
	margin: 0 10px 0 0;
}

.introduction_inner-style img{
	width:40%;
	height:40%;
}

.span_bold span{
	font-weight:bold;
}

.list-inline-style li{
	display: list-item;
}

/*=====  リフォコについて  =====*/

h5 {
    background-color: #69bd2b2e;
}

/*=====  ガラスと窓  =====*/
.glass_outer-style{
	margin-bottom:30px;
}

.glass_outer-style .glass_inner-style{
	display:flex;
}

.lineupBox{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

/*=====  ガラス交換・修理  =====*/

.glass_outer_style{
	flex-direction: column-reverse!important;
}

.glass_img_style{
	width:100%!important;
}

.glass-service_text_style{
	width: 100%;
	padding-right: 5px;
}

.glass_span-bold{
	font-weight:bold;
}


/*=====  ガラス交換・修理終わり  =====*/

/*=====  床・壁・天井のリフォーム  =====*/

.btm-reform-flex .btm-reform_resize{
	padding: 5px 35px;
	width: auto;
}

.exposition_outer_style{
	display: flex;
	width: 100%;
    flex-direction: row-reverse;
	margin-bottom: 4rem;
	justify-content: space-around;
}

.exposition_maggin{
	margin-top:50px!important;
}

.exposition_inner_img {
	width: 50%;
	height: auto;
}

.exposition_list_style{
	margin-top: 0;
}

.service_works{
    display: flex;
}

.service_works_list {
    width: 100%;
    height: auto;
    margin-right: 8px;
}

.service_works_list:last-child {
    margin-right: 0;
}

.btm-reform-flex{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.btm-reform{
	color:#fff;
	background-color:#F1A647;
	padding: 5px 10px;
	border-radius:5px;
	display:inline-block;
	margin-bottom: 10px;
}

.btm-reform:hover{
	color:#fff;
}

.btm-reform_size-fixed{
	width:240px;
	text-align: center;
}

/*=====  外構・エクステリアのリフォーム  =====*/

.btm-reform-flex_2{
	justify-content: space-evenly;
}

.btm-reform_kai{
	padding: 5px;
    width: 45%;
    text-align: center;
}

.btm-reform-flex_2-kai{
	justify-content: space-between;
}

/*=====  その他リフォーム  =====*/

.btm-reform_etc{
	text-align: center;
	width: 180px;
}

/*=====  ガラス保険修理について  =====*/

.repair_explanation-style{
	display: flex;
}

.repair_explanation-style ul{
	width: 60%;
}

.repair_explanation-img{
	width: 40%;
}



/*=====  ガラス保険修理について　終わり  =====*/

/*=====  投稿のタブの色変更  =====*/

/* 通常の投稿（ブログ記事）のbtn-primaryボタンの背景色 */
.type-post .media-body .entry-meta_items .btn-primary {
	background-color: #f39800;
	border-color: #f39800;
}

.type-post header .entry-meta .entry-meta_items .btn-primary {
	background-color: #f39800;
	border-color: #f39800;
}

/* カスタム投稿タイプ（例：news）のbtn-primaryボタンの背景色 */
.workspost .media-body .entry-meta .entry-meta_items .btn-primary {
  	background-color: #73bf0c;
	border-color: #73bf0c;
}

/*=====  投稿にアイキャッチを設定した場合の
 * 代替画像を入れる設定したら
 * TOPページに画像が出るため下記で消してます  =====*/
.veu_autoEyeCatchBox{
	display:none;
}
/*=====  アイキャッチの処理終わり  =====*/


/*  ======　スマホ・タブレットようCSS　======  */
@media screen and (max-width: 991px){
	
	
	.strengths {
		width: 230px !important;
	}
	
	.service_inner_style .advItem p {
		font-size: 18px;
	}
	
	.side_tb-padding{
		padding:0;
		display:flex;
		justify-content: center;
	}
	.sub-menu {
		display: block;
		position: static;
		z-index: 100;
		top: 100%;
		left: 0;
		box-shadow: none;
	}
}

@media (max-width: 767px) {	
	
	.alignright, img.alignright {
		display: inline;
		float: right;
		margin-left: 0px;
		margin-top: 0px;
	}
	
	.works_case .news_list {
		justify-content: space-around;
	}
	
	.advFlex {
		justify-content: space-around;
	}
	
	.row {
		margin-right: 0px;
		margin-left: 0px;
	}
	.area_text_map-style {
		flex-direction: column;
		align-items: center;
	}
	.area_text_map-style .area_text_map-size {
		width: 100%;
	}
	
	.fixed-contact{
		display:none;
	}
	
	.fixed-footer .button {
		display: block;
	}
	
	/*  =====  GoogleマップのCSS  =====  */

	.ggmap{
		display:flex;
		flex-wrap: wrap;
	}

	.ggmap iframe{
		width:100%;
		border: 0px;
		max-width: 100%;
		height: 225px;
	}
	
	.ggmap iframe:nth-of-type(1){
		margin-bottom:20px;	
	}
	
	figure {
		margin: 1em 40px;
	}
	
	.introduction_inner-style img {
		width: 70%;
        height: 70%;
        margin: 0 auto;
	}
	.pointitem_inner-flex{
		display:flex;
		flex-wrap: wrap;
        justify-content: center;
	}
	
	.trouble_sutayl-flex{
		display: flex;
	}
	
	.trouble_sutayl-flex{
		display:flex;
		flex-wrap: wrap;
        justify-content: center;
	}
	
	.introduction_inner-style{
		display:flex;
		flex-direction: column;
	}
	
	.repair_explanation-style {
		display: flex;
		flex-direction: column;
	}
	
	.repair_explanation-style ul {
		width: 100%;
		padding-left: 25px;
		margin-top: 0.5em;
    	margin-bottom: 0.5em;
	}
	
	.repair_explanation-img {
		width: 70%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 511px){
	
	table th, table td {
		border: 1px solid #e5e5e5;
		padding: 5px;
	}
	
	.strengths {
    width: 150px !important;
	}
	
	.service_inner_style .advItem p {
        font-size: 12px;
    }
	
	.works_case .news_list,.advFlex{
    	justify-content: space-around;
	}
	.worksSec .news_list li, .works_case .news_list li {
		padding: 10px;
		margin: 0 10px;
	}
	
	.worksSec .news_list li .post_float {
    display: flex;
    flex-wrap: wrap;
	}
	
	.works_case .news_list li {
		width: 80vw;
		border-bottom: none !important;
	}
	
	.area_text_map-style {
		flex-direction: column;
	}
	.area_text_map-style .area_text_map-size {
		width: 100%;
	}
	
	.mobile-block tbody tr{
	    display: flex;
		flex-direction: column;
	}
	
	table th {
		width: 100%;
		text-align: center;
	}
	.row{
		width:100vw;
	}
	
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.side_tb-padding{
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.fixed-contact{
		display:none;
	}
	.footback {
		height: 270px;
	}
	
	.widget_block p {
		margin-left: 10px;
	}
	
	.btm-reform,
	.btm-reform_kai{
		padding: 5px;
		width: 95%;
		text-align: center;
	}
	
	.toppageHead {
		font-size: 20px;
	}
	
	.exposition_maggin{
		font-size:16px;
	}
	
	p{
		font-size:15px;
	}
	.exposition_list_style{
		padding-left: 25px;
	}
	
	table th {
        width: 50%;
        text-align: center;
    }
	
/*  =====  GoogleマップのCSS  =====  */

	.ggmap{
		display:flex;
		flex-wrap: wrap;
	}

	.ggmap iframe{
		width:100%;
		border: 0px;
		max-width: 100%;
		height: 225px;
	}
	
	.ggmap iframe:nth-of-type(1){
		margin-bottom:20px;	
	}
	
	.introduction_inner-style {
		flex-direction: column;
		align-items: center;
	}
	
	.introduction_inner-style img {
		width: 80%;
		height: 80%;
	}
	
	.glass_outer-style .glass_inner-style {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.btm-reform-flex{
		display:flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
	}
	.btm-reform {
		margin-bottom: 15px;
	}
	
	.btm-reform-flex .btm-reform_resize {
		padding: 5px 0px;
		width: 95%;
	}
	
	.exposition_outer_style {
		display: flex;
		width: 100%;
		flex-direction: column-reverse;
		margin-bottom: 4rem;
		justify-content: space-around;
		align-items: center;
	}
}






