@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(45px,4vw,50px);	/*英字*/
	/*font-size: clamp(33px,3.5vw,40px);*/
	line-height: 1em;
	font-style: italic;
	text-align: center;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
	/*font-family: "Montserrat", sans-serif;*/
}
.spot-heading02{
	/*font-size: clamp(22px, 2.7vw, 30px);*/
	font-size: clamp(19px, 2.2vw, 22px);
	line-height: 1em;
	font-weight: 400;
	text-align: center;
	color: #999;
	/*font-family: 'Noto Serif JP', serif;*/
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: 22px;
	font-weight: bold;
	inline-size: fit-content;
	margin-inline: auto;
	font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
}
.line{
	width: 1px;
	height: auto;
	padding-top: 3.8%;
	background-color: #2d2d2d;
	margin: 1.1% auto;
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 3.8%;
	background-color: #FFF;
	margin: 1.1% auto;
}
@media only screen and (max-width: 768px) {
	.line{
		padding-top: 7%;
	}
	.line2{
		padding-top: 7%;
	}
}
/*印刷には表示されない*/
@media print{
	.print_none{
		display: none;
	}
}
/**/
.adjus{
	padding-top: 15px;
}
/*パンくず*/
.sec_pankuzu{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}
/*アイコン画像*/
.i-icon01 {
	display: inline-block;
	width: 30px;
	vertical-align: middle;
	margin: 0 3px 3px 0;
}
/*画像角丸*/
img.borad {
	border-radius: 7px;
}




/*======= TOPページ ======*/
/**/
.kakomi01 {
	padding: 3px 10px 2px 10px;
	margin: 2px 10px 2px 0;
	background-color: #f7f5c8;
	/*border: 1px solid #aeaeae;*/
	border-radius: 5px;
	text-align: center;
	display: inline-block;
}


/*ご挨拶*/
.greeting {
	/*padding: clamp(40px, 6vw, 90px) 0;*/
	padding: var(--v-space) 0;
	background-color: var(--base-color);
}
/*sec1*/
.sec1 {
	padding: var(--v-space) 0;
	background-image: url("../img/bg_03.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

/*問い合わせバナー3*/
.contactbnr_sec{
}
.contactbnr_sec-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 20px;
}
@media (max-width: 968px) {
	.contactbnr_sec-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 2fr;
		grid-column-gap: 10px;
		grid-row-gap: 20px;
	}
}
@media (max-width: 568px) {
	.contactbnr_sec-container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 2fr;
		grid-column-gap: 10px;
		grid-row-gap: 20px;
	}
}


/**/
.emp2color{
	color:#c4c071;
}
/*3つ→２つに*/
.sec1-item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px 25px;
}
/*
@media (max-width: 768px) {
	.sec1-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
*/
@media (max-width: 568px) {
	.sec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/**/
.sec1-item h4{
	font-size: clamp(20px, 2vw, 23px);
	border-bottom: 1px solid #777;
	text-align: center;
	margin-bottom: 10px;
	padding: 3px 0;
	color: var(--accent-color1);
	font-family: 'Noto Serif JP', serif;
}
p.fuz{
	font-size: clamp(13px, 1.3vw, 14px);
	text-align: justify;
	color: #fff;
	/*background-color: rgba(0, 0, 0, 0.2);
	padding: 10px 15px;*/
}


/*section3 全幅区切り*/
.top_sec3 {
	padding: 0;
	background-color: var(--accent-color1);
}
.top_sec3-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.top_sec3-container-item1 { 	
	grid-area: 1 / 1 / 2 / 2;
	background-image: url(../img/bg_02.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.top_sec3-container-item2 { 	
	grid-area: 1 / 2 / 2 / 3;
	padding: 40px;
	margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
	.top_sec3-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 400px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
		
	.top_sec3-container-item1 { grid-area: 1 / 1 / 2 / 2; }
	.top_sec3-container-item2 {
		grid-area: 2 / 1 / 3 / 2;
		padding: 30px 15px 50px 15px;
	 }
}
@media only screen and (max-width: 768px) {
	.top_sec3-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 200px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}

	.top_sec3-container-item1 { grid-area: 1 / 1 / 2 / 2; }
	.top_sec3-container-item2 {
		grid-area: 2 / 1 / 3 / 2;
		padding: 30px 15px 50px 15px;
	 }
}
@media only screen and (max-width: 568px) {
	.top_sec3-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 100px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
}



/*各ページ遷移バナー*/
.topbnr_sec{
	padding: 50px 0;/*フッターと別カテ*/
	/*padding: 50px 0 10px 0;*//*フッターと一体型*/
	/*background-color: #e1e1e1;*/
}
.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;
	}
}







/*======= 取扱内容ページ business======*/
/**/
.busi_sec1 {
	padding: var(--v-space) 0;
	background-color: var(--base-color);
	background-image: url("../img/bg_04.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
/* 画像とテキスト2 今回のみ */
.imgtext2 {
	padding: 0;
	background-color: rgba(255,255,255,0.7);
	margin-bottom: 50px;
}
.imgtext3 {
	padding: 0;
	background-color: rgba(214, 238, 219, 0.7);
	margin-bottom: 50px;
}

.imgtext-container2 {
	display: flex;
	flex-direction: column;
}
@media (min-width: 869px) {
	.imgtext-container2.reverse {
		flex-direction: row-reverse;
	}
}
@media print, screen and (min-width: 568px) {
	.imgtext-container2 {
		flex-direction: row;
		align-items: center;
	}
}

@media (min-width: 869px) {
	.imgtext-container2 > .text {
		flex: 1;
		min-width: 17em;
	}
}
@media (min-width: 869px) {
	.imgtext-container2 > .img {
		flex: 1.5;
	}
}
/*margin*/
.mtrbl{
	margin: 35px 50px;
}
@media screen and (max-width: 568px) {
	.mtrbl{
		margin: 35px 20px;
	}
}

/* タイトルとサブタイトル（短い線で装飾） */
.heading-decoration2 {
	font-size: clamp(22px, 2.7vw, 30px);
	min-height: 0vw;
	font-weight: 400;
	color: #444;
	line-height: 1.3;
}

.heading-decoration2::after {
	display: block;
	content: '';
	width: 160px;
	height: 0px;
	border-top: solid 1px var(--main-color);
	/*margin-top: 0.6em;*/
	margin-top: 0.3em;
}

.heading-decoration2 + p {
	margin-top: 0.5em;
	margin-bottom: 1em;
	color: var(--main-color);
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
}

@media screen and (max-width: 568px) {
	.heading-decoration2 {
		text-align:center;
	}
	.heading-decoration2::after {
		margin-right:auto;
		margin-left:auto;
	}
	.heading-decoration2 + p {
		text-align:center;
	}
}
/**/
.fsmer{
	font-size: clamp(13px, 1.5vw, 18px);
}
@media (max-width: 868px) {
.fsmer{
	font-size: 15px;
}
}


/**/
.busi_sec2 {
	padding: 0 0 clamp(20px, 5vw, 70px) 0;
	background-color: #ebf0e3;
	background-color: #fff;
}


/*ステップ*/
.flow_design01 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flow_design01 ul {
	padding: 0;
}
.flow_design01 li {
	list-style-type: none;
}
.flow_design01 dd {
	margin-left: 0;
	width: 80%;
	font-size: 95%;
}
.flow01 > li {
	position: relative;
	list-style: none;
}
.flow01 > li:not(:last-child) {
	margin-bottom: 40px;
}
.flow01 > li dl {
	box-sizing: border-box;
	width: 100%;
	padding: 20px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*border: 2px solid var(--accent-color1);*/
	border-radius: 10px;
	position: relative;
	background-color: #f0f0e2;
}
.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 99.5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flow01 > li:not(:last-child) dl::before {
	border-width: 22px;
	/*border-top-color: var(--accent-color1);*/
}

.flow01 > li:not(:last-child) dl::after {
	border-width: 20px;
	border-top-color: #f0f0e2;
}
.flow01 > li dl dt {
	font-size: 1.3em;
	font-weight: 600;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	width: 20%;
	margin-right: 2vw;
	text-align: center;
}
.flow01 > li dl dt .catch01 {
	font-size: 0.6em;
	color: #fff;
	background: var(--main-color);
	padding: 5px 10px;
	/*margin-bottom: 10px;*/
	display: block;
	border-radius: 20px;
	position: relative;
	z-index: 88;
}

@media(max-width: 650px) {
	.flow01 > li:not(:last-child) {
		margin-bottom: 30px;
	}
	.flow01 > li dl {
		display: block;
		padding: 15px 15px;
	}
	.flow01 > li dl dt {
		margin-right: 0;
		width: 100%;
	}
	.flow01 > li dl dt .icon01 {
		font-size: .7em;
	}
	.flow_design01 dd {
		width: 100%;
		text-align: justify;
		margin-top: 5px;
	}
}
/**/
.flow_design01 ul.flow01 li dl dd h4{
	font-size: clamp(19px, 1.9vw, 21px);
	color: var(--accent-color2);
	font-weight: 600;
}

/**/
.flow-catch {
	display: inline-block;
	width: 90%;
	vertical-align: middle;
	margin: 10px 0 5px 0;
}
@media (max-width: 650px)  {
	.flow-catch {
		width: 97%;
	}
}

/**/
.sptx-c {
	text-align: left;
}
@media screen and (max-width: 568px) {
	.sptx-c {
		text-align: center;
	}
}






/*======= 施工事例ページ construction======*/
.const_sec1 {
	padding: var(--v-space) 0;
	background-color: var(--base-color);
	background-image: url("../img/bg_06.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}


/*3つ*/
.const_sec1-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 25px;
}
@media (max-width: 768px) {
	.const_sec1-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.const_sec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/**/
.const_sec1-item h4{
	font-size: clamp(20px, 2vw, 23px);
	border-bottom: 1px solid #777;
	text-align: center;
	margin-bottom: 10px;
	padding: 3px 0;
	font-family: 'Noto Serif JP', serif;
}
/**/
p.comment{
	font-size: clamp(12px, 1.5vw, 14px);
}
/**/
.kakomi02 {
	padding: 3px 10px 2px 10px;
	margin: 2px 10px 2px 0;
	background-color: #f4f1ac;
	/*border: 1px solid #aeaeae;*/
	border-radius: 5px;
	text-align: center;
	display: inline-block;
}
.kakomi03 {
	padding: 3px 10px 2px 10px;
	margin: 2px 10px 2px 0;
	background-color: #b6e3d5;
	/*border: 1px solid #aeaeae;*/
	border-radius: 5px;
	text-align: center;
	display: inline-block;
}


/* よくある質問 FAQ */
.faq_sec1 {
	padding: var(--v-space) 0 50px 0;
	/*background-color: #f9f7f5;*/
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*通常デザイン*/
div.faq2 p.b {
	font-weight: 600;
	color: #000;
}
div.faq2 p.b::first-letter {
	color: var(--main-color);
	/*font-size: 110%;*/
	font-weight: 600;
}
div.faq2 p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	display: block;
	color: #555;
}
div.faq2 p::first-letter {
	color: #db9a00;
	font-weight: 600;
	/*font-size: 110%;*/
}




/*======= 会社案内ページ ======*/
/*info_sec1*/
.info_sec1{
	padding: 0px 0 150px 0;

	background-image: url("../img/bg_01.png");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
/**/
.bg_b{
	background: rgba(255, 255, 255, 0.65);
	padding: 60px 50px 30px 50px;
	/*border: 1px solid #e1e1e1;*/
}
@media screen and (max-width: 568px) {
	.info_sec1{
		background-position: 79% 100%;
	}
	.bg_b {
		padding: 23px;
	}
}

/*info_sec2*/
.info_sec2{
	padding: var(--v-space) 0;
	background-color: var(--base-color);
}

/*装飾*/
.kakomi {
	padding: 3px 15px 2px 15px;
	margin: 2px 0;
	background-color: var(--accent-color2);
	border-radius: 20px;
	color: #fff;
	font-size: 0.85em;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.1em;
	/*display: inline-block;*/
	display: block;	/*紙媒体でも使えるデザインにするための囲み*/
}



/**/
.access_sec1 {
	padding: var(--v-space) 0 50px 0;
	background-color: #f5f4f3;
	position: relative;
	z-index: 1;
}
/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed #5e5e5e;
	padding: 10px 5px;
	width: 7.25em;
}
.info2 {
	font-size: clamp(15px, 1.3vw, 16px);
	border-bottom: 1px dashed #5e5e5e;
	padding: 10px 10px 10px 20px;
	width: 400px;
}
.info3 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 10em;
	color: #000;
}
.info4 {
	border-bottom: 1px dashed #999;
	padding: 5px;
}
@media screen and (max-width: 568px) {
	.info1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.info2 {
		display: block;
		padding: 10px 2px 10px 2px;
		width: 99%;
	}
	.info3 {
		display: block;
		padding: 8px 2px 8px 2px;
		width: 100%;
		background-color: #0000000f;
	}
	.info4 {
		display: block;
		padding: 8px 2px;
		width: 99%;
	}
}



/*======= お問い合わせページ ======*/

::placeholder {
	color: #555;
	font-family: sans-serif;
	font-size: 80%;
}






