@charset "UTF-8";


/*=======================================================*/
/*					セクション毎のCSS					  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(30px, 4vw, 50px);
	line-height: 1;
	font-style: italic;
	text-align: center;
	font-family: "Montserrat", sans-serif;
}
.spot-heading02{
	font-size: clamp(19px, 2vw, 25px);
	line-height: 1.2;
	font-style: italic;
	font-weight: 600;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: clamp(14px, 1.5vw, 17px);
	text-align: center;
	margin-inline: auto;
	color: #916c2b;
	font-family: 'Noto Serif JP', serif;
}
@media only screen and (max-width: 767px) {
	.spot-heading02+p{
		/*text-align: left;*/
	}
	/*<br>のブレイクポイント*/
	.br768{
		display:none;
	}
}
.line{
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #fff;
	/* margin: 1.9607% auto; */
	margin: 1.1% auto;	/*今回のみ*/
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #777;
	/* margin: 1.9607% auto; */
	margin: 1.1% auto;	/*今回のみ*/
}
.hline {
	display: inline-block;
	width: 40px; /* 横棒の長さ（調整可） */
	height: 1px; /* 横棒の太さ（調整可） */
	background-color: #2d2d2d; /* 横棒の色 */
	vertical-align: middle;
	margin: 0 0.5em; /* 文章と横棒の間隔 */
}
/**/
.spot__heading03 {
	position: relative; /* 親要素を相対位置に設定 */
}
.spot__heading03 h3 {
	width: fit-content;
	font-size: clamp(19px, 5vw, 30px);
	font-family: "Zen Kaku Gothic New", serif;
	text-align: left;
	padding-left: clamp(10px,7vw,70px);
	/*padding-right: 10px;*/
	margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	margin-bottom: 0.5vw;
	font-weight: 400;
}
.spot__heading03 span {
	position: absolute;
	font-family: "WindSong", serif;
	margin: 0;
	font-size: clamp(40px,10vw,60px);
	text-align: left;
	top: -20px; /* 調整が必要かもしれません */
	left: 0;
	transform-origin: left top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: var(--accent-color1);
	opacity: 0.3;
	transform: rotate(-8deg);
	z-index: 2;
}
.spot__heading03 p {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(14px,1.4vw,16px);
	line-height: 1.4;
	text-align: left;
	/*padding-left: clamp(10px,7vw,70px);*/
	margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0.5vw;
}

/**/
.spot_photo{
	padding: 5px;
	background-color: #FFF;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* ソフトシャドウ */
	transition: all 0.3s ease;
	border-top-left-radius: 20%;
	border-bottom-right-radius: 20%;
}
.spot_photo img{
	border-top-left-radius: 20%;
	border-bottom-right-radius: 20%;
}
.spot_photo:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.spot_photo02{
	margin:0 auto;
	position: relative;
}
.spot_photo02::before,
.spot_photo02::after {
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
}
.spot_photo02::before {
	border-top: 2px solid var(--accent-color2);
	border-left: 2px solid var(--accent-color3);
	top:-10px;
	left:-10px;
}
.spot_photo02::after {
	border-right: 2px solid var(--accent-color2);
	border-bottom: 2px solid var(--accent-color3);
	bottom:-10px;
	right:-10px;
}


.spot_photo03 img{
	border-top-left-radius: 500px;
	border-bottom-right-radius: 500px;
}
@media only screen and (max-width: 568px) {
	.spot_photo03 img{
		border-top-left-radius: 200px;
		border-bottom-right-radius: 200px;
	}
}

.entry_bk{
	padding: 0;
	position: relative;
	z-index: 1;
}
.nav_bk{
	background-color: var(--main-color);
}

/*パンくず*/
.sec_pankuzu{
	padding: 0 0 15px 0;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}

/* タグ */
.kakomi01 span {
	padding: 3px 6px 3px 6px;
	margin: 0px 5px 5px 0px;
	background-color: #ffffff8a;
	border: 1px solid #82ae63;
	color:#333;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(12px, 1.3vw, 12px);
}
.kakomi01 span.nonk1 {
	padding: 3px 6px 3px 6px;
	margin: 0px 5px 5px 0px;
	background-color: initial;
	border: 0;
	color:#333;
	border-radius: 5px;
	text-align: left;
	display: inline-block;
	font-size: 12px;
}
.kakomi02{
	padding: 3px 20px 2px 20px;
	margin: 4px 1px 10px;
	background-color: #e7838a;
	border: 1px solid #aeaeae;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	font-size: clamp(14px, 1.3vw, 14px);
}

/* タグ（左右が揃う）  */
.kakomi-tag01 {
	display: flex;
	flex-wrap: wrap; /* 子要素を折り返す */
	gap: 10px;
	width: 100%;
	justify-content: space-between; /* 左右のボックスを揃える */
}
.kakomi-tag01 p {
	background-color: var(--main-color);
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	flex-grow: 1; /* ボックスのサイズを自動調整 */
	min-width: 150px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: center; /* 水平方向の中央揃え */
}
.kakomi-tag01 .end{		/* などを末尾につけたい場合に */
	background-color:transparent;
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	width: 20px;
	min-width: 40px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: right; /* 水平方向の中央揃え */
}
/*-----------------------------------------------*/
/*よく使うデザイン*/
/*-----------------------------------------------*/
/*印刷には表示されない*/
@media print{
	.print_none{
		display: none;
	}
}
/*調整*/
.adjus{
	padding-top: 15px;
}
/*テキストcenter→justify*/
.tx-ctj {
	margin: 0px auto;
	text-align: center;
}
@media (max-width: 968px) {
	.tx-ctj {
		text-align: justify;
	}
}
/*印刷時*/
@media print{
	.tx-ctj {
		margin: 0px auto;
		text-align: center;
	}
}
/*文字シャドウ*/
.tx-sha {
	text-shadow: #000 1px 0 10px;
}
/**/
.kukuri{
	border: 1px solid #aaa;
	padding: 20px 20px;
	margin: 25px auto;
	box-sizing: border-box;
	outline: 1px solid var(--accent-color2);
	outline-offset: -0.4rem;
}
/**/
.kukuri p{
	font-size: clamp(15px, 1.5vw, 16px);
	line-height: 1.4;
}
/**/
.kukuri2{
	border: 1px dotted #8e8e8e;
	padding: 15px 20px;
	margin: 15px auto;
	display: inline-block;/*今回だけ*/
}
@media (max-width: 568px) {
	.kukuri2{
		display: block;/*今回だけ*/
	}
}
/**/
.kukuri2 p{
	font-size: clamp(15px, 1.3vw, 16px);
	line-height: 1.4;
	margin-bottom: 5px;
}
.kbg01{
	background-color: rgba(255, 255, 255, 0.8);
}
.kbg02{
	background-image: url("../img/bg_04.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
/**/
.lead-copy {
	text-align: center;
	font-size: clamp(21px, 2vw, 30px);
	font-weight: 700;
	/*background: linear-gradient(to right, #60210f, #ff5829);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	margin: 0 auto 0.3rem auto;
	/*max-width: 720px;*/
	line-height: 1.4;
	color: var(--main-color)
}
/*サブキャッチ補足文章*/
.lead-p {
	text-align: center;
	color: #000;
	font-size: clamp(16px, 1.7vw, 19px);
	font-weight: 500;
	margin: 5px auto 10px auto;
	line-height: 1.4;
	font-family: "Zen Kaku Gothic New", serif;
}
@media (max-width: 568px) {
	.lead-p {
		text-align: justify;
	}
}
/*======= 共通 ======*/
/*今回*/
.f-fzg{
	font-family: "Zen Kaku Gothic New", serif;
}
/*ika表示*/
@media print, screen and (min-width: 449px) {
	.ika {
		display: none;
	}
}
/**/
.emp2color{
	color: #6f6048;
}

/**/
.each-page__heading01 {
	position: relative; /* 親要素を相対位置に設定 */
	margin-top: clamp(35px,3vw,50px);
	margin-bottom: clamp(1px,1.5vw,20px);
}

.each-page__heading01 h2 {
	/*width: fit-content;*/
	font-size: clamp(25px, 2.4vw, 33px);
	text-align: center;
	line-height: 1.2;
	font-weight: 400;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	margin-bottom: 15px;
}
.each-page__heading01 h2::after {
	content: "";
	width: 3em;
	height: 5px;
	background: linear-gradient(to right, #1B4875, #429DA8, #A9D3D6);
	background-color: var(--main-color);
	position: absolute;
	bottom: -15px;
	left: calc(50% - 3em / 2);
}
.each-page__heading01 h2.disno::after{
	display: none;/*下線無くしたい場合*/
}
.each-page__heading01 span {
	position: absolute;
	/*font-family: "WindSong", serif;*/
	margin: 0 auto;
	font-size: clamp(35px,9vw,60px);
	text-align: center;
	top: -1.0em;

font-family: "Parisienne", cursive;
font-weight: 400;
font-style: normal !important;

	transform-origin: center top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	opacity: 0.5;
	/*transform: rotate(-10deg);*/

	left: 50%;/*中央配置*/
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
/* 下層 見出し */
.lowerPage-heading-decoration_ex{
	font-size: clamp(23px, 2.4vw, 35px);
	min-height: 0vw;
	text-align:center;
	font-weight: 400;
	line-height: 1.3;
	/*color: #26a5b3;*/
	color: #000;
	/* padding-top: 2em; */
}
.lowerPage-heading-decoration_ex::after {
	display: block;
	content: "";
	margin-top: 0.2em;
	margin-right:auto;
	margin-left:auto;
	width: 3.5em;
	height: 6px;
	/*background: linear-gradient(to right, #23460b, #7baa61);*/
	background: linear-gradient(to right, #60210f, #ff5829);
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	left: calc(50% - 3.5em / 2);
}
.lowerPage-heading-decoration_ex + p {
	margin-top: 1em;
	margin-bottom: 2em;
	color: var(--main-color);
	text-align:center;
	font-family: "Montserrat", sans-serif;
	font-size: clamp(13px, 1.5vw, 17px);
}

img.bgfff{
	background-color: #ffffffde;
}

/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: var(--v-space3) 0;
	background-color: var(--base-color);
	/*background-image: url(../img/bg_01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;*/
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*冒頭一文*/
p.grp{
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.3;
	margin: 0 auto 10px auto;
	width: fit-content;
	color: #666;
}

/*4つ*/
.sec3-item-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0 15px;
}
@media (max-width: 768px) {
	.sec3-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
/*印刷時の為*/
@media print{
	.sec3-item-container {
		grid-template-columns: repeat(4, 1fr);
	}
}
/*吹き出し*/
/*bottom*/
.balloon-bot {
	min-height: 3.5em;
	position: relative;
	margin: 1em 0 1.2em 0;
	padding: 10px 10px 15px 10px;
	background: #000;
	border-radius: 6px;
}
.balloon-bot:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #000;
}
.balloon-bot p {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(15px, 1.6vw, 17px);
	line-height: 1.3;
	color: #fff;
	display: flex;
	align-items: center;
	min-height: 3.5em;
}

/**/
p.grp2{
	font-size: clamp(14px, 1.5vw, 17px);
	line-height: 1.7;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400 !important;
	/*-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;*/
}


/**/
.sec2 {
	padding: clamp(40px, 6vw, 70px) 0;
	background-image: url("../img/bg_02.jpg");
	background-size: cover;
	background-position: 50% bottom;
	background-repeat: no-repeat;
}
@media (max-width: 568px) {
	.sec2 {
		padding: clamp(40px, 6vw, 70px) 0;
		background-image: url("../img/bg_02.jpg");
		background-size: cover;
		background-position: 13% bottom;
		background-repeat: no-repeat;
	}
}


/*4つ*/
.sec2-item-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px 20px;
}
@media (max-width: 968px) {
	.sec2-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.sec2-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷用*/
@media print{
	.sec2-item-container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px 20px;
	}
}
.sec2-item{
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 0;
	/*align-items: center;*/
	box-sizing: border-box;
}

/**/
.sec2-item h4{
	font-size: clamp(14px, 1.5vw, 20px);
	line-height: 1.3;
	border-bottom: 1px solid #777;
	text-align: center;
	margin-bottom: 10px;
	padding: 3px 0;
	color: var(--main-color);
	font-family: "Zen Kaku Gothic New", serif;
}
@media (max-width: 968px) {
	.sec2-item h4{
		font-size: clamp(17px, 1.7vw, 20px);
	}
}
p.fuz{
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.5;
	text-align: justify;
	margin-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 10px 15px;
	color: #fff;
}




/*リスト*/
.processing-list {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 720px;
	display: flex;
	flex-direction: column;
	gap: 7px;
	counter-reset: list;
}
.processing-list li {
	font-size: clamp(15px, 1.6vw, 16px);
	line-height: 1.6;
	padding: 7px 20px 7px 50px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
	position: relative;
	transition: background 0.3s;
	display: flex;
	align-items: flex-start;
}

.processing-list li:before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0.8em;
	width: 25px;
	height: 25px;
	background-color: var(--main-color);
	border-radius: 5px;
}

.processing-list li:after {
	content: "";
	position: absolute;
	width: 7px;
	height: 14px;
	top: 0.6em;
	left: 1.3em;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	border-right: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
}

.processing-list li:hover {
	background-color: #ffe300;
}
@media only screen and (max-width: 568px) {
	.processing-list {
		gap:10px;
	}
	.processing-list li {
		font-size: 14px;
		padding: 8px 5px 8px 33px;
	}
	.processing-list li:before {
		content: "";
		position: absolute;
		top: .7em;
		left: 0.6em;
		width: 20px;
		height: 20px;
		background-color: var(--accent-color1);
		/* border: 1px solid #9c9c9c; */
		border-radius: 5px;
	}
	.processing-list li:after {
		content: "";
		position: absolute;
		width: 5px;
		height: 10px;
		top: .8em;
		left: 1.1em;
		-webkit-transform: rotate(50deg);
		-ms-transform: rotate(50deg);
		transform: rotate(50deg);
		border-right: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
	}
}


/*------------------------------------------------*/
/*セクションの間イメージ画像*/
.sec-adimg{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}
.sec-adimg-container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.sec-adimg-container-item1 { grid-area: 1 / 1 / 2 / 2; }
.sec-adimg-container-item2 { grid-area: 1 / 2 / 2 / 3; }
.sec-adimg-container-item3 { grid-area: 1 / 3 / 2 / 4; }
.sec-adimg-container-item4 { grid-area: 1 / 4 / 2 / 5; }
.sec-adimg-container-item5 { grid-area: 1 / 5 / 2 / 6; }

@media (max-width: 568px) {
	.sec-adimg-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	
	.sec-adimg-container-item1 { display: none; }
	.sec-adimg-container-item2 { grid-area: 1 / 1 / 2 / 2; }
	.sec-adimg-container-item3 { grid-area: 1 / 2 / 2 / 3; }
	.sec-adimg-container-item4 { grid-area: 1 / 3 / 2 / 4; }
	.sec-adimg-container-item5 { display: none; }
}
/*------------------------------------------------*/


/*会社概要 info*/
.info_sec1 {
	padding: var(--v-space) 0;
	position: relative;
	z-index: 1;
	background-color: #f5f5f5;
	background-image: url(../img/bg_04.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
/**/
.bg_b {
	background: rgba(255, 255, 255, 0.8);
	padding: 35px;
	margin-bottom: 20px;
}
@media (max-width: 568px) {
	.bg_b {
		padding: 20px;
	}
}
.bg_b2 {
	background: rgba(255, 255, 255, 0.8);
	padding: 5px 35px 20px 35px;
	margin-bottom: 20px;
}
@media (max-width: 568px) {
	.bg_b2 {
		padding: 20px;
	}
}


/* 概要部分のテーブル */
table.inftb{
	box-sizing: border-box;
	font-family: "Zen Kaku Gothic New", serif;
}
table.inftb tr {
	box-sizing: border-box;
}
table.inftb tr td:nth-of-type(1) {
	font-weight: 600;
	border-bottom: 1px dashed #b0b0b0;
	padding: 10px 13px 10px 39px;
	width: 10em;
	box-sizing: border-box;
	background: url(../img/icon01.png) no-repeat 5px center;
	background-size: 30px;
	font-size: clamp(17px, 1.7vw, 18px);
	line-height: 1.2;
}
table.inftb tr td:nth-of-type(2)  {
	border-bottom: 1px dashed #b0b0b0;
	padding: 10px 13px;
	box-sizing: border-box;
	width: calc((100% - 10em) / 1);
	font-size: clamp(16px, 1.6vw, 17px);
}

@media screen and (max-width: 568px) {
	table.inftb tr td:nth-of-type(1) {
		display: block;
		padding: 10px 5px 10px 41px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
		background-color: rgba(157, 157, 157, 0.15);
	}
	table.inftb tr td:nth-of-type(2)  {
		display: block;
		border-bottom: none;
		padding: 10px 5px 15px 5px;
		width: 100%;
		text-align: justify;
	}
}


/* アクセス部分のテーブル */
table.actab {
	font-family: "Zen Kaku Gothic New", serif;
	box-sizing: border-box;
	font-size: clamp(16px, 1.7vw, 17px);
}
table.actab tr {
	box-sizing: border-box;
}
table.actab tr td:nth-of-type(1) {
	line-height: 1.3;
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 7px 5px 5px 5px;
	width: 9em;
	color: #000;
	box-sizing: border-box;
}
table.actab tr td:nth-of-type(2) {
	border-bottom: 1px dashed #999;
	padding: 7px 5px;
	box-sizing: border-box;
}
@media screen and (max-width: 568px) {
	table.actab tr td:nth-of-type(1) {
		display: block;
		padding: 5px 5px 3px 5px;
		width: 100%;
		background-color: #cccccc3d;
	}
	table.actab tr td:nth-of-type(2) {
		display: block;
		padding: 8px 5px;
		width: 99%;
	}
}
/*アイコン*/
.f-awesome_icon01 {
	font-size: 1.2em;
	color: #828282;
	margin: 0 10px 7px 5px;
	display: inline-block;
	vertical-align: middle;
}

/**/
h3.fzplus-title {
	position: relative;
	padding-bottom: 2px;
	margin-top: 0;
	border-bottom: 1px solid #d9d9d9;
	color: #454545;
	margin-bottom: 20px;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(19px, 2vw, 25px);
	line-height: 1.2;
	font-weight: 400;
}
h3.fzplus-title:first-letter {
	font-size: 150%;
	color: var(--main-color);
}
h3.fzplus-title::after {
	content: "アクセス情報";
	color: #666;
	font-size: clamp(10px, 1.2vw, 15px);
	position: absolute;
	font-weight: normal;
	right: 0;
	bottom: 5px;
	font-family: sans-serif;
}

























/*======= 家電やエアコンの販売・修理ページ ======*/
.appliance-sec1 {
	padding: var(--v-space3) 0 50px 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*ブリッジ*/
.bridge-app1 {
	padding: clamp(15px, 2vw, 30px) 0 clamp(35px, 2vw, 50px) 0;
	background-image: url(../img/bg_03.jpg);
	background-size: cover;
	background-position: 100% 70%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.bridge-app1::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #ffffff9e;
}

.bridge-app1 h3{
	text-align: center;
	font-size: clamp(21px, 2.3vw, 26px);
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 600;
	text-shadow: #fff 1px 0 15px;
}
.tx-sha2{
	text-shadow: #fff 1px 0 15px;
}

/*3つ*/
.general-item-container3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin: 30px 0 10px 0;
}
@media (max-width: 868px) {
	.general-item-container3 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.general-item-container3 {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時の為*/
@media print{
	.general-item-container3 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}
}
/*サービスのご案内のボタン*/
.general-item3btn {
	font-size: clamp(17px, 1.6vw, 18px);
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: bold;
	text-align: center;
}
.general-item3btn a {
	background-color: #ffffff;
	padding: 7px 5px 8px 5px;
	border: 1px solid #ccc;
	border-radius: 20px;
	display: block;
}
.general-item3btn a:hover {
	background-color: #ffece6;
}




/*画面半分体裁デザインのところ*/
/*エアコンの販売・移設・修理*/
.harf-appsec1{
	padding: 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
/*半分*/
.harf-appsec1-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}

/*左カラム　画像用*/
.harf-appsec1-container-item1 {
	grid-area: 1 / 1 / 2 / 2;

	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*右カラム　文字用*/
.harf-appsec1-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	padding: 70px 70px;
	background-color: rgba(255, 255, 255, 0.5);
}

/*可変対応*/
@media only screen and (max-width: 868px) {
	.harf-appsec1-container {
		display: grid;
		grid-template-columns: 1fr;
		/*grid-template-rows: repeat(1, 1fr);*/
		grid-template-rows: repeat(350px, 1, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.harf-appsec1-container-item1 { grid-area: 2 / 1 / 3 / 2; min-height: 350px; }
	.harf-appsec1-container-item2 { grid-area: 1 / 1 / 2 / 2; padding: 50px 30px; background-color: rgba(255, 255, 255, 0.3);}
}
/*画像の選定*/
.harf-appsec1-bg01{
	background-image: url(../img/harf-appsec1_bg01.jpg);
	background-position: center;
	/*outline: 2px solid #fff;
	outline-offset: -0.8rem;*/

	outline: 12px solid #ffffff69;
	outline-offset: -12px;
}




/*家電製品の販売・修理*/
.harf-appsec2{
	padding: 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
/*半分*/
.harf-appsec2-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　文字用*/
.harf-appsec2-container-item3 {
	grid-area: 1 / 1 / 2 / 2;
	padding: 70px 70px;
	background-color: rgba(255, 255, 255, 0.5);
}
/*右カラム　画像用*/
.harf-appsec2-container-item4 {
	grid-area: 1 / 2 / 2 / 3;

	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

/*可変対応*/
@media only screen and (max-width: 868px) {
	.harf-appsec2-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 350px, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.harf-appsec2-container-item3 { grid-area: 1 / 1 / 2 / 2; padding: 50px 30px; background-color: rgba(255, 255, 255, 0.3);}
	.harf-appsec2-container-item4 { grid-area: 2 / 1 / 3 / 2; min-height: 350px; }
}
/*画像の選定*/
.harf-appsec2-bg01{
	background-image: url(../img/harf-appsec2_bg01.jpg);
	background-position: 100% 40%;
	outline: 12px solid #ffffff69;
	outline-offset: -12px;
}



/*照明・温水便座の取付・取替*/
.harf-appsec3{
	padding: 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
/*半分*/
.harf-appsec3-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}

/*左カラム　画像用*/
.harf-appsec3-container-item1 {
	grid-area: 1 / 1 / 2 / 2;

	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*右カラム　文字用*/
.harf-appsec3-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	padding: 70px 70px;
	background-color: rgba(255, 255, 255, 0.5);
}

/*可変対応*/
@media only screen and (max-width: 868px) {
	.harf-appsec3-container {
		display: grid;
		grid-template-columns: 1fr;
		/*grid-template-rows: repeat(1, 1fr);*/
		grid-template-rows: repeat(350px, 1, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.harf-appsec3-container-item1 { grid-area: 2 / 1 / 3 / 2; min-height: 350px; }
	.harf-appsec3-container-item2 { grid-area: 1 / 1 / 2 / 2; padding: 50px 30px; background-color: rgba(255, 255, 255, 0.3);}
}
/*画像の選定*/
.harf-appsec3-bg01{
	background-image: url(../img/harf-appsec3_bg01.jpg);
	background-position: center;
	/*outline: 2px solid #fff;
	outline-offset: -0.8rem;*/

	outline: 12px solid #ffffff69;
	outline-offset: -12px;
}

/*装飾*/
.box-h {
	position: relative;
	padding: 0.3em 1em 0.5em 1em;
	margin: 0 0 15px 0;
	top: 0;
	background-color: rgba(238, 238, 238, 0.5);
}
.box-h:before{ 
	position: absolute;
	top: 0;
	left: 0;
	content:'';
	width: 10px;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
	border-left: dotted 2px var(--accent-color3);
	border-top: dotted 2px var(--accent-color3);
	border-bottom: dotted 2px var(--accent-color3);
}
.box-h:after{ 
	position: absolute;
	top: 0;
	right: 0;
	content:'';
	width: 10px;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
	border-right: dotted 2px var(--accent-color3);
	border-top: dotted 2px var(--accent-color3);
	border-bottom: dotted 2px var(--accent-color3);
}
.box-h p{
	font-size: clamp(19px, 2.0vw, 23px);
	font-family: "Zen Kaku Gothic New", serif;
	line-height: 1.1;
	text-align: center;
	font-weight: 600;
}
p.exp-p3 {
	font-size: clamp(14px, 1.5vw, 16px);
	font-family: "Zen Kaku Gothic New", serif;
	text-align: justify;
	line-height: 1.6;
}











/*======= 電気工事・アンテナ設置ページ ======*/
.electrical-works-sec1 {
	padding: var(--v-space3) 0 50px 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*ブリッジ*/
.bridge-elect1 {
	padding: clamp(15px, 2vw, 30px) 0 clamp(35px, 2vw, 50px) 0;
	background-image: url(../img/bg_04.jpg);
	background-size: cover;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.bridge-elect1::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #ffffff9e;
}

.bridge-elect1 h3{
	text-align: center;
	font-size: clamp(21px, 2.3vw, 26px);
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 600;
	text-shadow: #fff 1px 0 15px;
}

/*2つ*/
/*
.general-item-container2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin: 30px 15% 10px 15%;
}
@media (max-width: 968px) {
	.general-item-container2 {
		margin: 30px 0 10px 0;
	}
}
@media (max-width: 768px) {
	.general-item-container2 {
		grid-template-columns: repeat(1, 1fr);
	}
}
*/
/*印刷時の為*/
/*
@media print{
	.general-item-container2 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		margin: 30px 15% 10px 15%;
	}
}
*/
/*サービスのご案内のボタン*/
/*
.general-item2btn {
	font-size: clamp(17px, 1.6vw, 18px);
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: bold;
	text-align: center;
}
.general-item2btn a {
	background-color: #ffffff;
	padding: 7px 5px 8px 5px;
	border: 1px solid #ccc;
	border-radius: 20px;
	display: block;
}
.general-item2btn a:hover {
	background-color: #ffece6;
}
*/
/*画面半分体裁デザインのところ*/
/*電気工事（配線・スイッチ・コンセント・ブレーカーなど）*/
.harf-elecsec1{
	padding: 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
/*半分*/
.harf-elecsec1-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}

/*左カラム　画像用*/
.harf-elecsec1-container-item1 {
	grid-area: 1 / 1 / 2 / 2;

	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*右カラム　文字用*/
.harf-elecsec1-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	padding: 70px 70px;
	background-color: rgba(255, 255, 255, 0.5);
}

/*可変対応*/
@media only screen and (max-width: 868px) {
	.harf-elecsec1-container {
		display: grid;
		grid-template-columns: 1fr;
		/*grid-template-rows: repeat(1, 1fr);*/
		grid-template-rows: repeat(300px, 1, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.harf-elecsec1-container-item1 { grid-area: 2 / 1 / 3 / 2; min-height: 300px; }
	.harf-elecsec1-container-item2 { grid-area: 1 / 1 / 2 / 2; padding: 50px 30px; background-color: rgba(255, 255, 255, 0.3);}
}
/*画像の選定*/
.harf-elecsec1-bg01{
	background-image: url(../img/harf-elecsec1_bg01.jpg);
	background-position: center;
	outline: 12px solid #ffffff69;
	outline-offset: -12px;
}



/*アンテナ設置・交換工事*/
.harf-elecsec2{
	padding: 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
/*半分*/
.harf-elecsec2-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　文字用*/
.harf-elecsec2-container-item3 {
	grid-area: 1 / 1 / 2 / 2;
	padding: 70px 70px;
	background-color: rgba(255, 255, 255, 0.5);
}
/*右カラム　画像用*/
.harf-elecsec2-container-item4 {
	grid-area: 1 / 2 / 2 / 3;

	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

/*可変対応*/
@media only screen and (max-width: 868px) {
	.harf-elecsec2-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 300px, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.harf-elecsec2-container-item3 { grid-area: 1 / 1 / 2 / 2; padding: 50px 30px; background-color: rgba(255, 255, 255, 0.3);}
	.harf-elecsec2-container-item4 { grid-area: 2 / 1 / 3 / 2; min-height: 300px; }
}
/*画像の選定*/
.harf-elecsec2-bg01{
	background-image: url(../img/harf-elecsec2_bg01.jpg);
	background-position: center;
	outline: 12px solid #ffffff69;
	outline-offset: -12px;
}


/*その他（エコキュート・IHクッキングヒーター・太陽光発電など）*/
.harf-elecsec3{
	padding: 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
/*半分*/
.harf-elecsec3-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}

/*左カラム　画像用*/
.harf-elecsec3-container-item1 {
	grid-area: 1 / 1 / 2 / 2;

	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*右カラム　文字用*/
.harf-elecsec3-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	padding: 40px 70px;
	background-color: rgba(255, 255, 255, 0.5);
}

/*可変対応*/
@media only screen and (max-width: 868px) {
	.harf-elecsec3-container {
		display: grid;
		grid-template-columns: 1fr;
		/*grid-template-rows: repeat(1, 1fr);*/
		grid-template-rows: repeat(300px, 1, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.harf-elecsec3-container-item1 { grid-area: 2 / 1 / 3 / 2; min-height: 300px; }
	.harf-elecsec3-container-item2 { grid-area: 1 / 1 / 2 / 2; padding: 50px 30px; background-color: rgba(255, 255, 255, 0.3);}
}
/*可変対応*/
@media only screen and (max-width: 568px) {
	.harf-elecsec3-container {
		display: grid;
		grid-template-columns: 1fr;
		/*grid-template-rows: repeat(1, 1fr);*/
		grid-template-rows: repeat(230px, 1, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.harf-elecsec3-container-item1 { grid-area: 2 / 1 / 3 / 2; min-height: 230px; }
	.harf-elecsec3-container-item2 { grid-area: 1 / 1 / 2 / 2; padding: 50px 30px; background-color: rgba(255, 255, 255, 0.3);}
}
/*画像の選定*/
.harf-elecsec3-bg01{
	background-image: url(../img/harf-elecsec3_bg01.jpg);
	background-position: center 15%;
	outline: 12px solid #ffffff69;
	outline-offset: -12px;
}
@media only screen and (max-width: 1268px) {
	.harf-elecsec3-bg01{
		background-image: url(../img/harf-elecsec3_bg01tab.jpg);
		background-position: left center;
		outline: 12px solid #ffffff69;
		outline-offset: -12px;
	}
}
@media only screen and (max-width: 868px) {
	.harf-elecsec3-bg01{
		background-image: url(../img/harf-elecsec3_bg01.jpg);
		background-position: center 15%;
		outline: 12px solid #ffffff69;
		outline-offset: -12px;
	}
}









































/*======= よくある質問ページ ======*/
/*よくある質問*/
.faq-sec {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
div.faq-in{
	padding: 0;
	font-family: "Zen Kaku Gothic New", serif;
}
/*枠付きデザイン*/
.onecours{
	background-color: rgba(247, 247, 247, 0.85);
	padding: 20px 30px 20px 25px;
	margin: 25px 0;
	font-size: clamp(16px, 1.5vw, 17px);
}

.faq-item {
	display: grid;
	grid-template-columns: 1.5em 1fr;
	column-gap: 10px;
	row-gap: 10px;
}

.faq-label {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.5;
	border-radius: 3px;
	width: 1.5em;
	text-align: center;
	align-self: start;	/* lavelを上揃えに */
	padding: 0 1px 3px 1px;
	font-family: "Zen Kaku Gothic New", serif;
}

.faq-label.q {
	background-color: var(--main-color);
}

.faq-label.a {
	background-color: var(--accent-color2);
}

.faq-question,
.faq-answer {
	margin: 0;
	line-height: 1.5;
	text-align: justify;
}
.faq-question{
	font-weight: bold;
}
hr.faqHr{
	height: 0px;
	border: 1px dashed #ccc;
	margin: 15px auto;
}










