@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(30px, 4vw, 50px);
	line-height: 1.2em;
	font-style: italic;
	text-align: center;
	color: #fff;
	font-family: "Montserrat", sans-serif;
}
.spot-heading02{
	font-size: clamp(22px, 2vw, 27px);
	line-height: 1.2em;
	font-weight: 400;
	text-align: center;
	color: #ffe4c3;
	font-family: 'Noto Serif JP', serif;
}
.spot-heading02 + p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: clamp(14px, 2vw, 18px);
	inline-size: fit-content;
	margin-inline: auto;
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
}
.line{
	width: 1px;
	height: auto;
	padding-top: 2.5%;
	background-color: #fff;
	margin: 1.1% auto;
}
@media (max-width: 768px) {
	.line{
		padding-top: 7%;
	}
}
/**/
.entry_bk{
	padding: 0;
	background-image: url(../img/bg_02.png);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	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 10px 5px 10px;
	margin: 3px 4px 3px 1px;
	background-color: #d2ecf0;
	border-radius: 7px;
	/*border: 1px solid #d4c3e6;*/
	text-align: center;
	display: inline-block;
	font-size: clamp(13px, 1.3vw, 13px);
}
.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: #e6000070;
	padding: 5px;
	font-size: clamp(13px, 1.3vw, 14px);
	/*font-family: Arial, sans-serif;*/
	flex-grow: 1; /* ボックスのサイズを自動調整 */
	min-width: 150px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: center; /* 水平方向の中央揃え */
	font-weight: 600;
	color: #fff;
}
.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; /* 水平方向の中央揃え */
}
/**/
.h-kakomi {
	padding: 3px 5px 1px 5px;/*フォントによる*/
	margin: 5px 7px 3px 0;
	color: #454545;
	background-color: #deead0;
	border-radius: 5px;
	text-align: center;
	font-size: 90%;
}
/**/
.h-kakomi2 {
	padding: 3px 5px 1px 5px;/*フォントによる*/
	margin: 5px 2px 3px 2px;
	color: #000;
	background-color: #e4d8f0;
	border-radius: 5px;
	text-align: center;
	font-size: 90%;
	font-weight: 600;
}
/*-----------------------------------------------*/
/*よく使うデザイン*/
/*-----------------------------------------------*/
/*画像の装飾*/
.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(--main-color);
	border-left: 2px solid var(--accent-color1);
	top:-10px;
	left:-10px;
}
.spot_photo02::after {
	border-right: 2px solid var(--main-color);
	border-bottom: 2px solid var(--accent-color1);
	bottom:-10px;
	right:-10px;
}
/*印刷には表示されない*/
@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 #164a88;
	padding: 20px 20px;
	margin: 25px auto;
	box-sizing: border-box;
	outline: 2px dotted #2464b0;
	outline-offset: -0.4rem;
}
/**/
.kukuri2{
	border: 1px dotted #8e8e8e;
	padding: 15px 20px;
	margin: 15px auto;
}

.kbg01{
	background-color: rgba(255, 255, 255, 0.8);
}
.kbg02{
	background-color: rgba(240, 240, 240, 0.5);
}
.kbg03{
	background-image: url("../img/bg_04.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}


/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: 0 0 clamp(30px, 4vw, 70px) 0;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
	/*background-image: url(../img/bg_05.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;*/
}
/**/
.tx-wrap {
	background: rgb(255, 255, 255, 0.9);
	height: auto;
	width: fit-content;
	margin: 0 auto;
	position: relative;
	top: -1.5em;
	z-index: 5;
	display: block;
	box-shadow: 0px 3px 3px 0px rgba(83, 83, 83, 0.25);
}
.tx-wrap div.wrap-cont {
	padding: 20px;
}
@media screen and (max-width: 568px) {
	.tx-wrap {
		top: -2em;
	}
}
/*冒頭一文*/
p.grp{
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.3;
	margin: 0 auto;
	width: fit-content;
	color: #666;
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
}
/**/
.lead-copy {
	text-align: center;
	font-size: clamp(20px, 2vw, 30px);
	font-weight: 700;
	background: linear-gradient(to right, #df0000, #ff9900);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0 auto 1.5rem auto;
	/*max-width: 720px;*/
	line-height: 1.4;
}
/**/
p.grp3{
	font-size: clamp(14px, 1.5vw, 17px);
	line-height: 1.7;
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
	font-weight: 400 !important;
	margin-top: 1em;
	/*-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;*/
}
/**/
.spmb10{
	margin-bottom: 0px;
}
@media (max-width: 598px) {
	.spmb10{
		margin-bottom: 10px;
	}
}
/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 10px;
	align-items: end;
}
@media (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 15px;
	}
}
/*印刷時の為*/
@media print{
	.tel_bnr{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 15px;
		grid-row-gap: 10px;
		align-items: end;
	}
}
/*ブリッジ*/
.bridge-top1 {
	padding: clamp(15px, 2vw, 30px) 0;
	/*background-image: url(../img/bg_sub1.jpg);
	background-size: cover;
	background-position: center left;
	background-repeat: no-repeat;*/
	background-color: var(--main-color);
}



/*画面半分体裁デザインのところ*/
/**/
.sec1{
	padding: 0;
	background-image: url(../img/sec1_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center 80%;
	background-size: cover;
	position: relative;
	z-index: 1;
}
/*半分*/
.sec1-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　隙間用*/
.sec1-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
}
/*右カラム　文字用*/
.sec1-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	padding: 60px 70px;
	background-color: rgba(255, 255, 255, 0.7);
}

/*可変対応*/
@media only screen and (max-width: 868px) {
	.sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.sec1-container-item1 { grid-area: display: none; }
	.sec1-container-item2 { grid-area: 1 / 1 / 2 / 2; padding: 50px 30px; }
}

/**/
.sec2{
	padding: 0;
	background-image: url(../img/sec2_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
/*半分*/
.sec2-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　文字用*/
.sec2-container-item3 {
	grid-area: 1 / 1 / 2 / 2;
	padding: 60px 70px;
	background-color: rgba(0, 0, 0, 0.5);

}
/*右カラム　隙間用*/
.sec2-container-item4 {
	grid-area: 1 / 2 / 2 / 3;
}
/*可変対応*/
@media only screen and (max-width: 868px) {
	.sec2-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.sec2-container-item3 { grid-area: 1 / 1 / 2 / 2; padding: 50px 30px; }
	.sec2-container-item4 { display: none; }
}
/**/
.sec3{
	padding: 0;
	background-image: url(../img/sec3_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center 80%;
	background-size: cover;
	position: relative;
	z-index: 1;
}
/*半分*/
.sec3-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　隙間用*/
.sec3-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
}
/*右カラム　文字用*/
.sec3-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	padding: 60px 70px;
	background-color: rgba(255, 255, 255, 0.6);
}

/*可変対応*/
@media only screen and (max-width: 868px) {
	.sec3-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.sec3-container-item1 { grid-area: display: none; }
	.sec3-container-item2 { grid-area: 1 / 1 / 2 / 2; padding: 50px 30px; }
}
/*装飾*/
.box-h {
	position: relative;
	padding: 0.3em 1em 0.5em 1em;
	margin: 15px 0;
	top: 0;
	background: var(--main-color);
}
.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{
	color: #fff;
	font-size: clamp(19px, 2.0vw, 23px);
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
	text-align: center;
	font-weight: 600;
}
p.exp-p3 {
	font-size: clamp(13px, 1.5vw, 15px);
	text-align: justify;
	line-height: 1.7;
	margin: 0 0 15px 0;
}

/*充実の延長保証制度*/
.sec4 {
	padding: var(--v-space2) 0;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
	background-color: #fdfdfd;
	background-image: radial-gradient(#eaeaea 1px, transparent 2px);
	background-size: 20px 20px;
}
.fzg12-14{
	font-size:clamp(12px, 1.3vw, 14px);
	line-height: 1.3;
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
}

/*その他取り扱いサービス*/
.sec5 {
	padding: var(--v-space3) 0;
	position: relative;
	z-index: 1;
	background-image: url(../img/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* トピックスボックス */
.topics-box {
	background-color: #000000bf;
	border-radius: 10px;
	padding: 40px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out;
	width: 100%;
	box-sizing: border-box;
max-width: 1100px;
margin: 0 auto;
}
.topics-box:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
/* レスポンシブデザイン: スマホなど小さい画面向け */
@media (max-width: 768px) {
	.topics-box {
		padding: 20px;
	}
}


/*各ページ遷移バナー*/
.topbnr_sec{
	padding: 50px 0;/*フッターと別カテ*/
	/*padding: 50px 0 10px 0;*//*フッターと一体型*/
	background-color: #f7f7f7;
	background-size: 4px 4px;
	background-image: repeating-linear-gradient(0deg, #c4c4c4, #eef2ee 1px, #fff 1px, #f7f7f7);
}
.topbnr_sec-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

@media (max-width: 568px) {
	.topbnr_sec-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 2fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
	.topbnr_sec{
		background-color: #4d4d4d30;
	}
}





/*======= 業務内容 services ======*/
.services_sec1 {
	padding: var(--v-space3) 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_03.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
/**/
.deccheck{
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
	font-size: clamp(16px, 1.7vw, 18px);
	font-weight: bold;
	padding: 10px 15px;
	margin: 15px 0;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	border-radius:20px;
	line-height: 1.3;
	color: var(--accent-color3);
	text-indent: -0.6em;
	padding-left: 2.5em;
	background-color: rgb(255, 255, 255, 0.9);
}
/**/
.fa-check-square:before {
	content: "\f14a";
	margin-right: 5px;
}
/**/
div.linkukuri {
	box-sizing: border-box;
	padding: 15px 30px;
	margin: 20px auto;
	width: fit-content;
	text-align: center;
	border: 3px double var(--accent-color1);
	background-color: rgb(255, 255, 255, 0.9);
}
/*ページ内リンク リスト*/
.link-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.link-menu li a {
	display: inline-block;
	/*white-space: nowrap;*/
	font-size: clamp(14px, 1.4vw, 17px);
	font-weight: 600;
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
	word-break: break-all;
}
ul.link-menu li::after {
	content: "　|　";
	color: #aaa;
}
.link-menu li a:hover{
	color: var(--main-color);
}
ul.link-menu li:last-child::after{
	content: none;
}
@media screen and (max-width: 768px) {
	div.linkukuri {
		width: 98%;
	}
	.link-menu li {
		display:inline-block;
		width: 100%;
		border-bottom: 1px dashed #858585;
	}
	.link-menu li a{
		padding: 10px 0px;
	}
	ul.link-menu li::after{
		content: none;
	}
}
/*マウスオーバーアニメション*/
.textlink01 a {
	position: relative;
	text-decoration: none;
}
.textlink01 a::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: var(--main-color);
	transform: scaleX(0);
	transition: transform 0.3s;
}
.textlink01 a:hover::after {
	transform: scaleX(1);
}
/*imgとtxtの中の文章*/
p.grp2{
	font-size: clamp(14px, 1.5vw, 16px);
	line-height: 1.5;
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
	font-weight: 400 !important;
	margin-top: 1em;
	/*-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;*/
}
/*エアコン工事*/
.bridge-sub1 {
	padding: var(--v-space3) 0;
	background-image: url(../img/bg_sub1.jpg);
	background-size: cover;
	background-position: center left;
	background-repeat: no-repeat;
}
/*エアコン工事 詳細*/
.services_sec2 {
	padding: clamp(20px, 3vw, 40px) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*エアコンQ＆A*/
.services_sec3 {
	padding: var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_faq.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/**/
div.faq-in{
	padding: 10px 0 0 0;
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
}
/*枠付きデザイン*/
.onecours{
	background-color: rgba(255, 255, 255, 0.85);
	padding: 12px 25px 20px 25px;
	margin: 25px 0;
	box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.15);
	border-radius: 7px;
}
.onecours:first-child{
	margin: 0px;
}
/**/
div.faq-in p {
	margin-top: 5px;
	line-height: 1.4;
	font-size: clamp(15px, 1.5vw, 16px);
	text-align: justify;
	text-indent: -1.15em;
	padding-left: 1.15em;
	display: block;
	color: var(--accent-color3);
}
div.faq-in p.b {
	font-weight: 600;
	line-height: 1.3;
	font-size: 103%;
	color: var(--main-color);
	padding-bottom: 7px;
	border-bottom: 3px double #d88;
}
div.faq-in p::first-letter {
	color: var(--accent-color3);
	font-weight: 600;
	font-size: 120%;
}
div.faq-in p.b::first-letter {
	color: var(--main-color);
}

/*アンテナ工事*/
.bridge-sub2 {
	padding: var(--v-space3) 0;
	background-image: url(../img/bg_sub2.jpg);
	background-size: cover;
	background-position: center left;
	background-repeat: no-repeat;
}
/*アンテナ工事 詳細*/
.services_sec4 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*電化・太陽光発電*/
.bridge-sub3 {
	padding: var(--v-space3) 0;
	background-image: url(../img/bg_sub3.jpg);
	background-size: cover;
	background-position: center left;
	background-repeat: no-repeat;
}
/*オール電化、太陽光発電販売、設置、修理*/
.services_sec5 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*水廻りのリフォーム*/
.bridge-sub4 {
	padding: var(--v-space3) 0;
	background-image: url(../img/bg_sub4.jpg);
	background-size: cover;
	background-position: center left;
	background-repeat: no-repeat;
}
/*水廻りのリフォーム 詳細*/
.services_sec6 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*電化製品のことならお気軽にご相談ください！*/
.services_sec7 {
	padding: 110px 0 var(--v-space3) 0;
	/*background-color: var(--accent-color3);*/
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_pr.jpg);
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.prmojiimg{
	margin: auto;
	position: absolute;
	display: block;
	left: 0;
	z-index: 2;
	left: 50%;
	transform: translate(-50%, -100%);
	max-width: 600px;
	max-height: 158px;
}
@media screen and (max-width: 568px) {
	.services_sec7 {
		padding: 70px 0 140px 0;
		background-size: 280%;
	}
}
p.prbun{
	color: #000;
	text-align: center;
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
	font-size: clamp(15px, 1.8vw, 18px);
	line-height: 1.7;
}
@media screen and (max-width: 1068px) {
	p.prbun{
		color: #000;
		text-align: justify;
		font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
		font-size: clamp(15px, 1.8vw, 18px);
		line-height: 1.5;
	}
}








/*======= 商品紹介 products ======*/
.products_sec1 {
	padding: var(--v-space3) 0 20px 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
.products_sec2 {
	padding: 0 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/**/
.categh3 {
	font-size: clamp(24px, 2.3vw, 28px);
	border-bottom: 1px dashed #777;
	text-align: center;
	font-weight: 600;
	line-height: 1.3;
	color: #957d60;
	margin:  2em 0 20px 0;
	padding: 3px 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*2つ*/
.general-item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
@media (max-width: 768px) {
	.general-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷用*/
@media print{
	.general-item-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
}

/**/
.general-item p{
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
	font-size: clamp(13px, 1.5vw, 14px);
	line-height: 1.4;
	margin: 2px 0;
}
.general-item h4{
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
	font-size: clamp(17px, 1.8vw, 20px);
	line-height: 1.4;
	font-weight: 600;
	padding: 5px 0;
	margin: 5px 0;
}
/**/
.kukuri3{
	border: 1px dotted #8e8e8e;
	padding: 10px 10px;
	margin: 10px auto;
}












/*======= 会社案内 info ======*/
/**/
.info_sec1 {
	padding: var(--v-space3) 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
	background-image: url(../img/bg_03.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
/*概要*/
.info_sec2 {
	padding: var(--v-space3) 0;
	background-color: #f0f0f0;
	position: relative;
	z-index: 1;
	background-image: url(../img/bg_02.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/**/
.bg_b {
	background: #0e2a3ced;
	padding: 50px;
	margin: 0 5%;
	outline: 2px solid #fff;
	outline-offset: -0.8rem;
}
@media (max-width: 568px) {
	.bg_b {
		padding: 30px;
		margin: 0;
	}
}
/* 概要部分のテーブル */
table.inftb{
	color: #fff;
	box-sizing: border-box;
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
}
table.inftb tr {
	box-sizing: border-box;
}
table.inftb tr td:nth-of-type(1) {
	font-weight: 600;
	border-bottom: 1px solid #535353;
	padding: 15px 13px 15px 41px;
	width: 13em;
	box-sizing: border-box;
	background: url(../img/icon01.png) no-repeat 7px center;
	background-size: 27px;
	font-size: clamp(17px, 1.8vw, 18px);
	line-height: 1.2;
}
table.inftb tr td:nth-of-type(2)  {
	border-bottom: 1px solid #535353;
	padding: 15px 13px;
	box-sizing: border-box;
	width: calc((100% - 15em) / 1);
	font-size: clamp(15px, 1.6vw, 17px);
}

@media screen and (max-width: 768px) {
	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(217, 221, 207, 0.25);
	}
	table.inftb tr td:nth-of-type(2)  {
		display: block;
		border-bottom: none;
		padding: 10px 5px 15px 5px;
		width: 100%;
		text-align: justify;
	}
}
/*印刷用*/
@media print{
	table.inftb tr td:nth-of-type(1) {
		font-weight: 600;
		border-bottom: 1px solid #d7d7d7;
		padding: 15px 13px 15px 41px;
		width: 13em;
		box-sizing: border-box;
		background: url(../img/icon01.png) no-repeat 7px center;
		background-size: 27px;
		font-size: clamp(17px, 1.8vw, 18px);
		line-height: 1.2;
	}
	table.inftb tr td:nth-of-type(2)  {
		border-bottom: 1px solid #d7d7d7;
		padding: 15px 13px;
		box-sizing: border-box;
		width: calc((100% - 15em) / 1);
		font-size: clamp(15px, 1.6vw, 17px);
	}
}
/*カードレイアウト*/
.info_sec1__container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 5px;
	width: 100%;
}
.info_sec1__subcontainer {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	margin-bottom: 20px;/*下に同じカードを置くとき（1fr2つにしたい）*/
}
.info_sec1__card {
	background: var(--card-bg);
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	padding: 20px 30px;
	transition: transform 0.3s ease-in-out;
	background-color: #ffffffe5;
}
.info_sec1__card:hover {
	transform: scale(1.02);
}
.info_sec1__card h3 {
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
	font-size: clamp(18px, 1.9vw, 20px);
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1.3;
	text-align: justify;
}
/**/
p.c-phrase{
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
	font-size: clamp(17px, 1.7vw, 18px);
	text-align: center;
}
@media (max-width: 1068px) {
	p.c-phrase{
		text-align: justify;
	}
}
/*印刷用*/
@media print{
	p.c-phrase{
		font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
		font-size: clamp(17px, 1.7vw, 18px);
		text-align: center;
	}
}

/*Access*/
.access_sec1 {
	padding: var(--v-space3) 0 50px 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	background-color: #fff;
	background-image: url(../img/bg_03.jpg);
	background-repeat: repeat;
	background-position: right bottom;
	background-size: contain;
}
/* アクセス部分のテーブル */
table.actab {
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
}
table.actab tr td:nth-of-type(1) {
	font-size: clamp(17px, 1.8vw, 19px);
	line-height: 1.3;
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 10em;
	color: #000;
	box-sizing: border-box;
	vertical-align: middle;
}
table.actab tr td:nth-of-type(2) {
	border-bottom: 1px dashed #999;
	padding: 5px;
}
@media screen and (max-width: 568px) {
	table.actab tr td:nth-of-type(1) {
		display: block;
		padding: 5px 2px;
		width: 100%;
		background-color: #0000000f;
	}
	table.actab tr td:nth-of-type(2) {
		display: block;
		padding: 8px 2px;
		width: 99%;
	}
}
/**/
.dispinb{
	display: inline-block;
}
@media screen and (max-width: 568px) {
	.dispinb{
		vertical-align: middle;
	}
}





