@charset "UTF-8";


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

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	/*font-size: clamp(50px,5vw,60px);*/	/*英字*/
	/*font-size: clamp(33px,3.5vw,40px);*/	/*日本語*/
	font-size: clamp(27px,2.9vw,30px);/*今回のみ*/
	line-height: 1em;
	font-style: italic;
	text-align: center;
	font-weight: 600;
	color: var(--main-color);
	/*font-family: 'Noto Serif JP', serif;*/
}
.spot-heading02{
	/*font-size: clamp(22px, 2.7vw, 30px);*/
	font-size: clamp(20px, 2.5vw, 27px);
	line-height: 1em;
	font-weight: 400;
	text-align: center;
	color: #999;
	/*font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;*/
	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.5%;
	background-color: #2d2d2d;
	margin: 1% auto;
}
@media (max-width: 768px) {
	.line{
		padding-top: 7.5%;
	}
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 3.8%;
	background-color: #FFF;
	margin: 1.9607% auto;
}
/*印刷には表示されない*/
@media print{
	.print_none{
		display: none;
	}
}
/**/
.adjus{
	padding-top: 5px;
}
/*パンくず*/
.sec_pankuzu{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}
/*アイコン画像*/
.i-icon01 {
	display: inline-block;
	width: 35px;
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
/*画像角丸*/
img.borad {
	border-radius: 7px;
}




/*======= ご挨拶 ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0;
	background-color: var(--base-color);
}

p.kukuri{
	padding: 10px 20px;
	margin: 0px auto;
	background-color: #fde6e6;
	border-radius: 25px;
	/*display: inline-block;*/
	font-size: clamp(15px, 1.6vw, 17px);
	font-weight: 600;
	line-height: 1.4;
	/*border: 2px solid #999;*/
}
@media (max-width: 768px) {
	p.kukuri{
		padding: 10px 15px;
		margin: 10px auto;
	}
}




/*======= services ======*/
/*services*/
/*sec1*/
.sec1 {
	padding: var(--v-space) 0;
	background-color: #f0f0f0;
}
/*2つ*/
.sec1-item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px 25px;
}
@media (max-width: 568px) {
	.sec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/**/
.sec1-item h4{
	font-size: clamp(19px, 1.9vw, 25px);
	/*border-bottom: 1px solid #777;*/
	text-align: center;
	margin: 10px 0;
	padding: 5px 20px 5px 0;
	color: #fff;
	background-color: var(--main-color);
	letter-spacing: 5px;
	font-weight: 500;
}
p.fuz{
	font-size: clamp(13px, 1.4vw, 15px);
	text-align: justify;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px 15px;
	margin-bottom: 10px;
}
/**/
h5{
	font-size: clamp(18px, 1.9vw, 19px);
	border-bottom: 1px dotted #777;
	margin: 10px 0;
	padding: 2px;
}
/**/
.kakomi01 {
	padding: 3px 10px 2px 10px;
	margin: 4px 3px;
	background-color: #f4f1ac;
	border: 1px solid #aeaeae;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(14px, 1.3vw, 14px);
}
/**/
.fwn{
	font-weight: 400;
}








/*======= Features 赤帽岡本運送店の特長 ======*/
/*sec3*/
.sec3 {
	padding: var(--v-space) 0;

}


/**/
.ribon {
	position: relative;
	padding: 1rem 0.5rem 0.8rem 5em;
	background: var(--main-color);
	margin: 50px 0 20px 0;
	border-radius: 10px;
}
.ribon h3{
	color: #fff;
	font-size: clamp(19px, 2.1vw, 25px);
	line-height: 1.3;
}
.ribon span {
	position: absolute;
	top: -10px;
	left: 20px;
	display: inline-block;
	width: 52px;
	height: 50px;
	text-align: center;
	background: #fa4141;
}
.ribon span:before,
.ribon span:after {
	position: absolute;
	content: '';
	width: 52px;
	box-sizing: border-box;
}

.ribon span:before {
	right: -10px;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #d90606;
}

.ribon span:after {
	top: 50%;
	left: 0;
	display: block;
	height: 50%;
	border: 25px solid #fa4141;
	border-bottom-width: 15px;
	border-bottom-color: transparent;
	z-index: -1;
}
.ribon span.num {
	z-index: 3;
	color: #fff100;
	font-size: 25px;
	line-height: 2;
	font-family: Century Gothic, Arial, "Sawarabi Gothic", "M PLUS 1p", sans-serif;
}









/*sec2*/
.sec2 {
	padding: var(--v-space) 0;
background-color: #fbfbfc;
background-size: 8px 8px;
background-image: repeating-linear-gradient(45deg, #e7e7f7 0, #e7e7f7 0.8px, #fbfbfc 0, #fbfbfc 50%);
}

/**/
.sec2-card__item{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:20px 20px;
}
@media (max-width: 768px) {
	.sec2-card__item{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.sec2-card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.sec2-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	/*ここまで*/

	padding: 20px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.9);
	border: 1px solid var(--accent-color2);
	/*box-shadow: 5px 5px 0 var(--accent-color2);*/
	/*box-shadow: 0 1px 4px rgba(0, 0, 0, .6);*/

}
.sec2-card__item H3{
	font-size: 19px;
	font-weight: normal;
	line-height: 1.3;
	border-bottom: 1px dashed var(--accent-color2);
	text-align: center;
	color:var(--accent-color2);
}
.sec2-card__item p{
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
	margin: 0px 0px;
}






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

}
/*通常デザイン*/
div.faq2 p.b {
	font-weight: 500;
	color: #05416f;
	/*font-size: 105%;*/
	font-size: clamp(17px, 1.9vw, 23px);
}
div.faq2 p.b::first-letter {
	color: #05416f;
	font-weight: 600;
	font-size: 17px;
}
@media (max-width: 968px) {
	div.faq2 p.b {
		font-weight: 600;
		font-size: 17px;
	}
}
div.faq2 p {
	margin-top: 15px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	display: block;
	color: #555;
	/*font-family: 'Noto Serif JP', serif;*/
}
div.faq2 p::first-letter {
	color: var(--accent-color2);
	font-weight: 600;
	font-size: 17px;
}






/*======= 会社案内 ======*/
/*info_sec1*/
.info_sec1{
	padding: var(--v-space) 0;

	background-image: url("../img/bg_02.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/**/
.bg_b{
	background: #032946d6;
	padding:40px;
}
@media screen and (max-width: 568px) {
	.info_sec1{
		background-position: 85% 100%;
	}
	.bg_b {
		padding: 20px;
	}
}

/* 概要・アクセス部分のテーブル */
/*
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed #5e5e5e;
	padding: 15px 5px;
	width: 7.25em;
	font-family: 'Noto Serif JP', serif;
}
*/
td.info1{
	border-bottom: 1px dashed #8a8a8a;
	width: 5.55em;
	text-align: left;
	color: #fff;
	line-height: 1.3;
	font-weight: bold;
	padding: 15px 5px 15px 45px;
	background: url(../img/i-icon_02.png) no-repeat 3px center;
	background-size: 30px;
	box-sizing: border-box;
}
.info2 {
	font-size: clamp(15px, 1.3vw, 16px);
	border-bottom: 1px dashed #8a8a8a;
	color: #fff;
	padding: 15px 10px 15px 20px;
	width: 400px;
}
.info3 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 9em;
	color: #000;
}
.info4 {
	border-bottom: 1px dashed #999;
	padding: 5px;
}

@media screen and (max-width: 868px) {
	td.info1{
		width: 8.25em;
	}
}
@media screen and (max-width: 768px) {
	td.info1 {
		display: block;
		padding: 10px 5px 10px 45px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
		background-color: #032742e3;
		/*mix-blend-mode: multiply;*/
	}
	.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%;
	}
}


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

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/**/
.svgicon01 {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: sub;
	margin: 0 7px 0 5px;
}





