@charset "UTF-8";


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

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(40px,4vw,50px);
	line-height: 1.2em;
	font-style: italic;
	text-align: center;
	font-family: serif,'Noto Serif JP';
	color: #01843b;
}
.spot-heading02{
	/*font-size: clamp(20px, 2.5vw, 27px);*/
	font-size: clamp(19px, 2vw, 21px);
	line-height: 1.2em;
	font-weight: 400;
	text-align: center;
	color: #999;
	font-family: 'Noto Serif JP', serif;
}
.spot-heading02 + p{
	line-height: 1.5em;
	font-size: clamp(20px, 2.3vw, 25px);
	font-weight: bold;
	inline-size: fit-content;
	margin-inline: auto;
	font-family: 'Noto Serif JP', serif;
}
/*今回のみ*/
.spot-heading02gr{
	font-size: clamp(19px, 2vw, 21px);
	line-height: 1.2em;
	font-weight: 400;
	text-align: center;
	color: #484848;
	font-family: 'Noto Serif JP', serif;
}
.line{
	width: 1px;
	height: auto;
	padding-top: 2%;
	background-color: #2d2d2d;
	margin: 1.1% auto;
}
@media (max-width: 768px) {
	.line{
		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 2px 0;
}
/*画像角丸*/
img.borad {
	border-radius: 7px;
}
img.borad2 {
	border-radius: 20px;
}
/*画像の縁：写真風*/
.pho{
	border: solid 1px #ece5dd;
	padding: 10px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	/*box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.4);*/
}
/*文字左から中央*/
.sptx-c {
	/*text-align: left;*/
}
@media screen and (max-width: 768px) {
	.sptx-c {
		text-align: center;
		margin: 0 auto;
	}
}
/*よく使うリスト*/
.list-design {
	list-style: none;
	padding: 0 .8em .5em;
	position: relative;
	margin: 0 auto;
}
.list-design li {
	border-bottom: 1px dashed #6f6f6f;
	padding: 0.5em 0 0.5em 1.7em;
	/*padding: .1em 0 .1em 2em;*/
	font-size: clamp(13px, 1.4vw, 15px);
}
.list-design li:before {
	/*color: #67bdc3;*/
	color: #85c1a0;
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left : 1em;
	margin: 3px 0;
	position: absolute;
}
.list-design li span {
	font-weight: 600;
	color: #136f3c;
	font-size: clamp(15px, 1.6vw, 17px);
}
@media (max-width: 768px)  {
	ul.list-design {
		padding: 0 .8em;
	}
}
/*見出し装飾*/
.puti{
	font-size: clamp(20px, 2.3vw, 25px);
	position: relative;
	font-family: serif, 'Noto Serif JP';
	/*display: inline-block;*/
	/*padding: 0 2em;*/
	/*text-align: center;*/
	margin: 0 auto 10px auto;
}
.puti:before,
.puti:after {
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	/*position: absolute;
	top: calc(50% - .5em);*/
	color: #eb6100;
}
.puti:before {
	left: 0;
	content: '\f101';
}
.puti:after {
	right: 0;
	content: '\f100';
}
@media (max-width: 568px)  {
	.puti{
		text-align: center;
	}
}


/**/
.kukuri{
	padding: 25px 30px;
}
.kukuri h3 {
	font-size: clamp(16px, 1.7vw, 18px);
	line-height: 1;
	min-height: 0vw;
	padding: 5px 0;
	border-bottom: 1px dotted #626262;
}
.kukuri p {
	font-size: clamp(12px, 1.2vw, 13px);
	margin: 10px 0;
}
.kbg01{
	background-color: rgba(255, 255, 255, 0.9);
}
.kbg02{
	background-color: rgba(240, 240, 240, 0.65);
}



/*テキスト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;
	}
}

/*よく使う見出し*/
h3.ab{
	font-size: clamp(18px, 1.8vw, 19px);
	margin: 0 0 20px 0;
	padding: 3px 3px 2px 20px;
	color: #000;
	position: relative;
	background-color: #eaf4e3;
	font-family: serif, 'Noto Serif JP';
}
h3.ab::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 10px solid transparent;
	box-sizing: border-box;
	border-left-color: var(--main-color);
	top: 7px;
	left: 0;
}
.kakomi01 {
	padding: 2px 8px 1px 8px;
	margin: 5px 10px 2px 0;
	color: #454545;
	background-color: #deead0;
	border-radius: 5px;
	text-align: center;
	font-size: 90%;
}





/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 70px) 0 var(--v-space) 0;
	background-image: url(../img/bg_02_left.png),url(../img/bg_02_right.png);
	background-position: left top,right bottom;
	background-repeat: no-repeat,no-repeat;
	background-size: auto 70%,auto 100%;
}
@media screen and (max-width: 868px) {
	.greeting {
		background-size: auto 55%,auto 70%;
	}
}
@media screen and (max-width: 568px) {
	.greeting {
		background-size: auto 35%,auto 50%;
	}
}
/*印刷時の為*/
@media print{
	.greeting {
		padding: clamp(40px, 6vw, 70px) 0 var(--v-space) 0;
		background-image: url(../img/bg_02_left.png),url(../img/bg_02_right.png);
		background-position: left top,right bottom;
		background-repeat: no-repeat,no-repeat;
		background-size: auto 70%,auto 100%;
	}
}





/**/
p.grp{
	font-size: 14px;
	/*padding: 15px 20px;*/
	margin: 0 auto 10px auto;
	/*border: 1px solid #ccc;*/
	width: fit-content;
}
/**/
.greeting h4 {
	font-size: clamp(20px, 2vw, 25px);
	color: #569750;
	margin-bottom: 30px;
	line-height: 1.4;
	font-family: serif, 'Noto Serif JP';
}
/**/
p.grp2{
	font-size: clamp(16px, 1.7vw, 17px);
	font-weight: 600;
	margin: 0 auto 20px auto;
	line-height: 1.9;
	text-align: justify;
	font-family: serif, 'Noto Serif JP';
}

/*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;
	}
}

/**/
.sec1 {
	padding: clamp(40px, 6vw, 70px) 0 var(--v-space) 0;
	background-image: url("../img/bg_03.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}





/*タイトル*/
.spot-heading03{
	font-size: clamp(40px,4vw,50px);	/*英字*/
	line-height: 1.2em;
	font-style: italic;
	text-align: center;
	color: #fff;
	font-family: serif,'Noto Serif JP';
}
.spot-heading04{
	font-size: clamp(19px, 2vw, 21px);
	line-height: 1.2em;
	font-weight: 400;
	text-align: center;
	color: #ddc09c;
	font-family: 'Noto Serif JP', serif;
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 2%;
	background-color: #fff;
	margin: 1.1% auto;
}
@media (max-width: 768px) {
	.line2{
		padding-top: 7%;
	}
}
/*文字シャドウ*/
.tx-sha {
	text-shadow: #000 1px 0 10px;
}

/*3つ*/
.sec1-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 30px;
}
@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);
	}
}
/*印刷用*/
@media print{
	.sec1-item-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 50px 30px;
	}
}
/**/
.sec1-item img{
	margin-bottom: 10px;
}
/**/
.sec1-item h4{
	font-size: clamp(20px, 2vw, 23px);
	border-bottom: 1px solid #777;
	text-align: center;
	margin-bottom: 10px;
	padding: 3px 0;
	color: #ddc09c;
	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;*/
}




/*======= よくある質問 ======*/
/* よくある質問 FAQ */
.faq_sec {
	padding: clamp(40px, 6vw, 70px) 0;
	/*padding: 0px 0 100px 0;*/	/*別ページの場合*/
	/*background-color: #dce4ec;*/
	background-color: #eef5eb;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url("../img/bg_01.png");
	background-position: top center;
	background-repeat: repeat;
}
/*枠付きデザイン*/
/**/
.onecours{
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 7px;
	padding: 15px 20px 20px 20px;
	margin: 20px 0;
}
.onecours:first-child{
	margin: 0px;
}
/**/
hr.faqHr2 {
	height: 0px;
	border-bottom: 1px dotted #7b7b7b;
	margin: 5px auto;
}

div.faq2 p.b {
	font-weight: 600;
	color: #000;
}
div.faq2 p.b::first-letter {
	color: var(--main-color);
	font-weight: 600;
}
div.faq2 p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: justify;
	text-indent: -1.3em;
	padding-left: 1.3em;
	display: block;
	color: #555;
	font-family: 'Noto Serif JP', serif;
	/*font-size: clamp(16px, 1.7vw, 17px);*/
}
div.faq2 p::first-letter {
	color: #c89b63;
	font-weight: 600;
	font-size: 115%;
}





/*各ページ遷移バナー*/
.topbnr_sec{
	padding: 50px 0;/*フッターと別カテ*/
	/*padding: 50px 0 10px 0;*//*フッターと一体型*/
	background-image: url("../img/bg_01.png");
	background-position: top center;
	background-repeat: repeat;
}
.topbnr_sec-container {
	display: grid;
	grid-template-columns: repeat(5, 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;
	}
}





/*======= ごみ定期回収 waste-collection ======*/
.wascol_sec1{
	padding: 0px 0 clamp(20px, 3vw, 30px) 0;
	margin-top: 15px;/*下層ページ今回のみ*/
}
/*3つ*/
.wascol_sec1-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px 30px;
}
@media (max-width: 768px) {
	.wascol_sec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷用*/
@media print{
	.wascol_sec1-item-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px 30px;
	}
}
/*カギカッコ見出し*/
.hkagi {
	/*width: fit-content;*/
	margin: 0 auto;
	position: relative;
	padding: 1em 1em;
	text-align: center;
}
.hkagi:before,
.hkagi:after {
	position: absolute;
	content: '';
}
.hkagi:after {
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
}
.hkagi:before {
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
/* 各コンテンツ */
.wascol_sec1-item h3 {
	margin: 0.5em auto;
	font-size: clamp(17px, 2vw, 25px);
	line-height: 1;
	min-height: 0vw;
	text-align: center;
	background-color: rgba(244, 247, 237, 0.8);
}
/*シャドー無し*/
.pho2{
	border: solid 1px #ccc; 
	padding: 10px;
	box-sizing: border-box;
	background-color: #FFFFFF;
}


/*事業ごみ定期回収*/
.wascol_sec2{
	padding: 0 0 var(--v-space) 0;
}

/* 画像とテキスト2 →　枠背景なし（白）*/
.imgtext2 {
	padding:clamp(15px, 3vw, 25px) 0;
	/*background-color: rgba(255, 255, 255, 0.9);*/
}
.imgtext2 + .imgtext2 {
	padding-top: 0;
}

/*3つ*/
.wascol_sec2-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px 30px;
}
@media (max-width: 768px) {
	.wascol_sec2-item-container {
		gap: 10px 10px;
	}
}
/*印刷用*/
@media print{
	.wascol_sec2-item-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px 30px;
	}
}
/**/
.wascol_sec2-item{
	background-color: rgb(244, 244, 244);
	border-radius: 10px;
	padding: 10px 15px 20px 15px;
}
@media (max-width: 768px) {
	.wascol_sec2-item{
		padding: 5px 10px 15px 10px;
	}
}
/**/
.wascol_sec2-item p{
	text-align: center;
	font-size: clamp(12px, 1.5vw, 15px);
	line-height: 1.4;
}




/*家庭ごみ定期回収*/
.wascol_sec3{
	padding: clamp(20px, 5vw, 40px) 0 var(--v-space) 0;
	background-color: rgba(244, 247, 237, 0.8);
}

/*テーブル*/
table.tbl02 {
	margin: 10px 0 5px 0;
}
table.tbl02 tbody{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 20px;
}
@media (max-width: 868px) {
	table.tbl02 tbody{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}
}
table.tbl02 tbody tr{
	display: table;
	width: 100%;
}
table.tbl02 tr th {
	text-align: left;
	font-size: clamp(12px, 1.2vw, 13px);
	line-height: 1.4;
	padding: 5px 5px 5px 7px;
	border-bottom: 1px solid #d9d9d9;
	width: 10em;
}
table.tbl02 tr td {
	text-align: left;
	font-size: clamp(12px, 1.2vw, 13px);
	line-height: 1.4;
	padding: 5px;
	border-bottom: 1px solid #d9d9d9;
}


/*粗大ごみ・引越しごみ*/
.wascol_sec4{
	padding: clamp(20px, 5vw, 40px) 0 var(--v-space) 0;

}





/*======= 家財整理 organize ======*/
.organize_sec1{
	padding: 0px 0 clamp(20px, 3vw, 30px) 0;
	margin-top: 15px;/*下層ページ今回のみ*/
}

/*生前整理*/
.organize_sec2{
	padding: 0 0 var(--v-space) 0;
}
/**/
div.orghaba{
	margin: 0 auto;
	padding: 25px 15px;
	border: 1px solid #ccc;
}
@media (max-width: 768px)  {
	div.orghaba{
		margin: 0 auto;
		padding: 15px 5px;
		border: 1px solid #ccc;
	}
}
/*印刷時*/
@media print{
	div.orghaba{
		margin: 0 auto;
		padding: 25px 15px;
		border: 1px solid #ccc;
	}
}


/*遺品整理*/
.organize_sec3{
	padding: 0 0 var(--v-space) 0;
	background-color: rgba(244, 247, 237, 0.8);
}

/*p装飾*/
p.orgp{
	margin-bottom: 10px;
	padding: 5px;
	text-align: justify;
}




/*空き家整理*/
.organize_sec4{
	padding: var(--v-space) 0;
	background-image: url("../img/bg_04.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/**/
.contentsbg-org {
	background: rgba(0, 0, 0, 0.65);
	padding: 0px 40px 40px 40px;
}







/*======= 産業廃棄物・中間処理 industrialページ ======*/
/*sec1*/
.industrial_sec1 {
	padding: 0px 0 clamp(40px, 6vw, 70px) 0;
	margin-top: 15px;/*下層ページ今回のみ*/
}



/*事業区分*/
.industrial_sec2 {
	padding: 0px 0 var(--v-space) 0;
	background-color: rgba(244, 247, 237, 0.8);
}
/*テーブル*/
table.tbl04 {
	margin: 10px 0 5px 0;
	box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;
}
table.tbl04 tr th {
	text-align: left;
	font-size: clamp(15px, 1.6vw, 17px);
	line-height: 1.4;
	padding: 7px;
	border-bottom: 1px solid #777;
	width: 10em;
	background: rgba(255, 255, 255, 0.2);
}
table.tbl04 tr td {
	text-align: left;
	font-size: clamp(15px, 1.6vw, 17px);
	line-height: 1.4;
	padding: 7px;
	border-bottom: 1px solid #777;
	background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
	table.tbl04 tr th {
		width: 6em;
	}
}

/*4つ*/
.industrial_sec2-item-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
@media (max-width: 568px) {
	.industrial_sec2-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
/*印刷用*/
@media print{

}
/**/
.industrial_sec2-item{
	background-color: rgb(246, 248, 240);
	border-radius: 10px;
	padding: 10px 15px 20px 15px;
}
.industrial_sec2-item p{
	font-size: clamp(11px, 1.3vw, 14px);
	text-align: center;
	line-height: 1.4;
}





/*リサイクル事業*/
.industrial_sec3 {
	padding: clamp(40px, 6vw, 70px) 0 var(--v-space) 0;
	background-image: url("../img/bg_01.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*テーブル*/
table.tbl03 {
	margin: 10px 0 5px 0;
	color: #fff;
	box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;
}
table.tbl03 tr th {
	text-align: left;
	font-size: clamp(15px, 1.6vw, 17px);
	line-height: 1.4;
	padding: 7px;
	border-bottom: 1px solid #777;
	width: 10em;
	background: rgba(0, 0, 0, 0.2);
}
table.tbl03 tr td {
	text-align: left;
	font-size: clamp(15px, 1.6vw, 17px);
	line-height: 1.4;
	padding: 7px;
	border-bottom: 1px solid #777;
	background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
	table.tbl03 tr th {
		width: 8em;
	}
}






/*======= 会社概要ページ ======*/
/*info_sec1*/
.info_sec1{
	padding: 0px 0 var(--v-space) 0;
	margin-top: 15px;/*下層ページ今回のみ*/
	background-image: url("../img/bg_05.png");
	background-size: unset;
	background-position: center bottom;
	background-repeat: no-repeat;
}
/**/
.bg_b{
	background: rgba(255, 255, 255, 0.9);
	padding: 40px;
	/*border: 1px solid #e1e1e1;*/
}
@media screen and (max-width: 568px) {
	.bg_b {
		padding: 20px 10px;
	}
}

/* 概要部分のテーブル */
table.inftb{
	font-family: serif, 'Noto Serif JP';
}
table.inftb tr td:nth-of-type(1) {
	font-weight: 600;
	border-bottom: 1px solid var(--main-color);
	padding: 20px 15px;
	width: 11em;
	background-color: #a4d38912;
	box-sizing: border-box;
}
table.inftb tr td:nth-of-type(2)  {
	border-bottom: 1px solid #999;
	padding: 20px 15px;
	background-color: #aeaeae0f;
	box-sizing: border-box;
	width: calc((100% - 11em) / 1);
}

@media screen and (max-width: 568px) {
	table.inftb tr td:nth-of-type(1) {
		display: block;
		font-weight: 600;
		color: var(--main-color);
		padding: 10px 5px 0px 5px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
		background-color: rgba(255, 255, 255, 0.2);
	}
	table.inftb tr td:nth-of-type(2)  {
		display: block;
		padding: 5px 5px 10px 5px;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.2);
	}
}

/*保有機械設備*/
/*3つ*/
.info_sec1-item-container {
	display: grid;
	/*grid-template-columns: 1fr 0.66fr 1fr;*/
	grid-template-columns: repeat(3, 1fr);
	gap: 5px 15px;
}
@media (max-width: 568px) {
	.info_sec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時*/
@media print{
	.info_sec1-item-container {
		display: grid;
		/*grid-template-columns: 1fr 0.66fr 1fr;*/
		grid-template-columns: repeat(3, 1fr);
		gap: 5px 15px;
	}
}
/**/
.info_sec1-item{
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	padding-bottom: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	box-sizing: border-box;
}


/**/
.info_sec1-item h4{
	font-size: clamp(16px, 1.7vw, 17px);
	font-family: 'Noto Serif JP',serif;
	border-bottom: 1px solid #999;
	padding: 4px 3px 4px 3px;
	text-align: center;
	display: grid;
	align-items: center;
	line-height: 1.2;
}




/*Access*/
.access_sec1 {
	padding: var(--v-space) 0 50px 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
}
/* アクセス部分のテーブル */
table.actab tr td:nth-of-type(1) {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 10em;
	color: #000;
	box-sizing: border-box;
}
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: 8px 2px 8px 2px;
		width: 100%;
		background-color: #0000000f;
	}
	table.actab tr td:nth-of-type(2) {
		display: block;
		padding: 8px 2px;
		width: 99%;
	}
}









/*-----------------------------------------------*/
/*セクションの間イメージ画像*/
.sec-adimg{
	padding: 0px;
	background-color: var(--base-color);
}
.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; }
}
/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*======= お問い合わせページ ======*/
::placeholder {
	color: #555;
	font-family: sans-serif;
	font-size: 80%;
}






