@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/
/*アイコン*/
.i-icon01 {
	display: inline-block;
	width: 40px;
	vertical-align: middle;
	margin: 0 0 0 5px;
	padding-bottom: 3px;
}
/**/
img.borad {
	border-radius: 5px;
}
/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0;
	background-color: var(--base-color);
	background-image: url(../img/bg_01a.png),url(../img/bg_01b.png);
	background-position:top left, top right;
	background-repeat: repeat-y,repeat-y;
	background-size: 20%,20%;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
@media only screen and (max-width: 768px) {

	.greeting {
		padding: clamp(40px, 6vw, 90px) 0;
		background-color: var(--base-color);
		background-image: url(../img/bg_01c.png),url(../img/bg_01d.png);
		background-position: top,bottom;
		background-repeat: no-repeat,no-repeat;
		background-size: 100%,100%;
	}
	
}


/*topの下部バナー背景だけちょっとグレー*/
.telbnr_sec{
	padding: 60px 0;
	background-color: #F7F7F7;
	/*background-size: 10px 10px;
	background-image: repeating-linear-gradient(90deg, #a0c09b54 0, #c1ddbd54 1px, #ECF4E3 0, #ECF4E3 50%);*/
}

/**/
.telbnr_sec-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.telbnr_sec-container img {
	/*border-radius: 5px;*/
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 568px) {
	.telbnr_sec-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 2fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
}



































/*======= cost　運送料金表 ======*/

/**/
.s-cost_sec1{
	padding: 0 0 var(--v-space) 0;
}

/*装飾枠　斜線影*/
.diagonal {
	position: relative;
	background-size: 10px 10px;
	background-image: repeating-linear-gradient(45deg, #b4b4b494 0, #b4b4b494 1px, #ffffff00 0, #ffffff00 50%);
	left: 10px;
	box-sizing: border-box;
	margin-top: 25px;
}
.diagonal p {
	/*font-size: clamp(17px, 1.8vw, 22px);*/
	line-height: 1.8;
	background: rgba(255, 255, 255, 0.8);
	padding: 15px;
	display: inline-block;
	border: 1px solid #bdbdbd;
	border-radius: 7px;
	position: relative;
	top: -10px;
	left: -10px;
	width: 100%;
	box-sizing: border-box;
}
@media (max-width: 768px) {
	.diagonal {
		width: 97%;
	}
}
/*料金表部分テーブル*/
table.tab-cost01{
	font-family: Century Gothic, Arial, "Sawarabi Gothic", "M PLUS 1p", sans-serif;
	font-size: clamp(11px, 1.5vw, 17px);
	margin: 10px 0;
	border-top: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
}
table.tab-cost01 th{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
	text-align: center;
	background: rgba(0, 0, 0, 0.05);
}
table.tab-cost01 td{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
	text-align: center;
	background: rgba(255, 255, 255, 0.9);
}
table.tab-cost01 tr:nth-child(2) td:nth-child(2) {
	/*text-align: left;*/
}
table.tab-cost01 th:nth-child(1) {
	width: 61%;
}
table.tab-cost01 th:nth-child(2) {
	width: 13%;
}
table.tab-cost01 th:nth-child(3) {
	width: 13%;
}
table.tab-cost01 th:nth-child(4) {
	width: 13%;
}
table.tab-cost01 td:nth-child(1) {
	border-right: 0;
	width: 3.5%;
}
table.tab-cost01 td:nth-child(2) {
	text-align: left;
}

@media screen and (max-width: 568px) {
	table.tab-cost01 th{
		padding: 5px 3px;
	}
	table.tab-cost01 td{
		padding: 5px 3px;
	}
	table.tab-cost01 th:nth-child(1) {
		width: 46%;
	}
	table.tab-cost01 th:nth-child(2) {
		width: 18%;
	}
	table.tab-cost01 th:nth-child(3) {
		width: 18%;
	}
	table.tab-cost01 th:nth-child(4) {
		width: 18%;
	}


}





/*料金表部分テーブル2*/
table.tab-cost02{
	font-family: Century Gothic, Arial, "Sawarabi Gothic", "M PLUS 1p", sans-serif;
	font-size: clamp(12px, 1.5vw, 17px);
	margin: 10px 0;
	border-top: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
}
table.tab-cost02 th{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
	text-align: center;
	background: rgba(0, 0, 0, 0.05);
}
table.tab-cost02 td{
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 5px;
	text-align: center;
	background: rgba(255, 255, 255, 0.9);
}

table.tab-cost02 td:nth-child(1) {
	border-right: 0;
	width: 3.5%;
}
table.tab-cost02 td:nth-child(2) {
	text-align: left;
}

/**/
.s-cost_sec2{
	padding: var(--v-space) 0;
	background-color: #ecf2f7;
}

/**/
h4{
	font-size: clamp(16.5px, 1.8vw, 22px);
	margin: 5px 0 15px 0;
	padding: 5px 5px 3px 17px;
	background-color: var(--main-color);
	color: #fff;
	position: relative;
}

h4::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 10px solid transparent;
	border-left-color: transparent;
	border-left-color: transparent;
	box-sizing: border-box;
	border-left-color: #e61a1d;
	top: 7px;
	left: 0;
}

/**/
h5{
	font-size: clamp(15px, 1.7vw, 19px);
	padding: 3px 3px 2px 2px;
	border-top: 1px dotted #e61a1d;
	border-bottom: 1px dotted #e61a1d;
	background: rgba(255, 120, 0, 0.09);
}











/*======= FAQ　よくある質問 ======*/

/* よくある質問 FAQ */
.faq_sec1 {
	/*padding: clamp(50px, 4vw, 50px) 0;*/	/*ページ内カテゴリーの場合*/
	/*padding: var(--v-space) 0;*/
	padding: 0px 0 100px 0;	/*別ページの場合*/
	/*background-color: #f9f7f5;*/
}

/*通常デザイン*/
div.faq p.b {
	font-weight: 600;
	color: #000;
}
div.faq p.b::first-letter {
	/*color: var(--main-color);*/
	color: #0d568f;
	/*font-size: 110%;*/
	font-weight: 600;
}
div.faq p {
	margin-top: 10px;
	line-height: 1.4;
	font-size: 105%;
	text-align: justify;
	text-indent: -1em;
	padding-left: 1em;
	display: block;
	color: #555;
}
div.faq p::first-letter {
	/*color: #eb6100;*/
	color: var(--accent-color1);
	font-weight: 600;
	/*font-size: 110%;*/
}












/*======= info　会社概要 ======*/

/*案内*/
.info_sec1{
	padding: 0 0 var(--v-space) 0;
}
/**/
.bg_b {
	background: rgba(242, 242, 242, 0.5);
	padding: 30px;
	/*border: 1px solid #adc6df;*/
}
.info_sec1 h3{
	border-bottom: 2px solid #10656f;
	margin: 5px 0 15px 0;
	padding: 2px;
	font-size: clamp(18px, 1.9vw, 20px);
}


/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: 600;
	border-bottom: 1px solid #c6c6c6;
	padding: 10px 5px;
	width: 10em;
	/*font-family: "Zen Old Mincho", serif;*/
	font-size: 105%;
}
.info2 {
	border-bottom: 1px solid #c6c6c6;
	padding: 10px 5px;
	/*width: 400px;*/
	/*font-family: "Zen Old Mincho", serif;*/
	font-size: 105%;
	letter-spacing: 0.5px;
}
.info3 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 9em;
	color: #000;
	/*font-family: "Zen Old Mincho", serif;*/
}
.info4 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	/*font-family: "Zen Old Mincho", serif;*/
}
@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: 2px;
		width: 99%;
		font-size: 95%;
	}
	.info3 {
		display: block;
		padding: 8px 2px 8px 2px;
		width: 100%;
		background-color: #0000000f;
	}
	.info4 {
		display: block;
		padding: 8px 2px;
		width: 99%;
	}
}


/*アクセス*/
.access_sec1 {
	padding: var(--v-space) 0;
	background-color: #f5f5f5;
}


/*------------------------------------------------*/


/*セクションの間イメージ画像*/
.sec-adimg{
	padding: 0;
}
.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; }
/*
.sec-adimg-container-item6 { grid-area: 1 / 6 / 2 / 7; }
.sec-adimg-container-item7 { grid-area: 1 / 7 / 2 / 8; }
*/
@media (max-width: 568px) {
	.sec-adimg-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
}

/*------------------------------------------------*/



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


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














