@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(27px,2.9vw,30px);
	line-height: 1em;
	font-style: italic;
	text-align: center;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
}
.spot-heading02{
	font-size: clamp(22px, 2.7vw, 30px);
	line-height: 1em;
	font-weight: 700;
	text-align: center;
	font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: clamp(14px,2vw,18px);
	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: 2%;
	background-color: #777;
	margin: 1.1% auto;
}
@media (max-width: 768px) {
	.line{
		padding-top: 7%;
	}
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #FFF;
	margin: 1.9607% auto;
}
/**/
.spot__heading03 {
	position: relative; /* 親要素を相対位置に設定 */
}
.spot__heading03 h3 {
	width: fit-content;
	font-size: clamp(18px,5vw,30px);
	font-family: 'Noto Serif JP', serif;
	text-align: left;
	padding-left: clamp(10px,7vw,70px);
	padding-right: 10px;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	margin-bottom: 1vw;
	color:var(--accent-color2);
}
.spot__heading03 span {
	position: absolute;
	font-family: "WindSong", serif;
	margin: 0;
	font-size: clamp(40px,10vw,70px);
	text-align: left;
	top: -20px; /* 調整が必要かもしれません */
	left: 0;
	transform-origin: left top;
	pointer-events: none;
	white-space: nowrap;
	text-transform: lowercase;
	font-weight: normal;
	color: var(--main-color);
	opacity: 0.5;
	/*transform: rotate(-10deg);*/
}
/**/
.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: 0px;
	/* background-color: var(--base-color); */
	position: relative;
	z-index: 1;
}
/*タグ*/
.kakomi01 span {
	padding: 3px 10px 2px 10px;
	margin: 4px 1px 10px;
	background-color: var(--main-color);
	border: 1px solid var(--accent-color1);
	color:#FFF;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	font-size: clamp(14px, 1.3vw, 14px);
}
.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);
}

/*-----------------------------------------------*/
/*よく使うデザイン-m*/
/*-----------------------------------------------*/
/**/
.h-kakomi {
	padding: 2px 5px 1px 5px;
	margin: 5px 7px 3px 0;
	color: #454545;
	background-color: #deead0;
	border-radius: 5px;
	text-align: center;
	font-size: 85%;
}
/*印刷には表示されない*/
@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{
	/*padding: 10px;
	border: 1px dotted #626262;
	margin: 20px 0;*/
	padding: 20px 25px;
	margin: 10px auto;
}
.kbg01{
	background-color: rgba(255, 255, 255, 0.8);
}
.kbg02{
	background-color: rgba(240, 240, 240, 0.5);
}
.kbg03{
	background-color: rgba(122, 142, 112, 0.9);
}
/*よく使う見出し*/
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: rgba(198, 170, 154, 0.77);
	font-family: 'Kiwi Maru';
}
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;
}
/*一部だけ枠線の色を変える*/
.boxtlcc {
	padding:1em;/*内側の余白*/
	border: 3px solid #e6e6e6;
	position: relative;
	z-index: 0;
	background-color: rgba(244, 244, 244, 0.5);
}
.boxtlcc:before {
	border-top:3px solid var(--main-color);
	border-left:3px solid var(--main-color);
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 20px;
	height: 20px;
	z-index: 1;
}
.boxtlcc:after {
	border-bottom:3px solid var(--main-color);
	border-right:3px solid var(--main-color);
	content: '';
	display: block;
	position: absolute;
	bottom: -3px;
	right: -3px;
	width: 20px;
	height: 20px;
	z-index: 1;
}
/*カギカッコ見出し*/
.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;
}


/*--------------今回だけp文章指定--------------*/
p.ffco{
	color: var(--main-color);
	font-family: "Sawarabi Gothic", "M PLUS 1p", sans-serif;
	font-size: clamp(14px, 1.5vw, 16px);
}
p.ffco2{
	font-family: "Sawarabi Gothic", "M PLUS 1p", sans-serif;
}
/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space) 0;
	background-color: var(--base-color);
	background-image: url(../img/bg_05.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}
@media (max-width: 568px) {
	.greeting {
		background-position: 18% top;
		background-size: cover;
	}
}
/*冒頭一文*/
p.grp{
	font-size: 14px;
	/*padding: 15px 20px;*/
	margin: 0 auto 10px auto;
	/*border: 1px solid #ccc;*/
	width: fit-content;
}

/**/
.each-page__heading01 {
	position: relative; /* 親要素を相対位置に設定 */
	margin-top: 50px;
}

.each-page__heading01 h2 {
	/*width: fit-content;*/
	font-size: clamp(27px,2.9vw,30px);
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1em;
	font-weight: 400;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	margin-bottom: 2vw;
}
.each-page__heading01 h2::after {
	content: "";
	width: 3em;
	height: .2em;
	border-radius: .1em;
	background-color: var(--main-color);
	position: absolute;
	bottom: -15px;
	left: calc(50% - 3em / 2);
}
.each-page__heading01 h2.disno::after{
	display: none;/*下線無くしたい場合*/
}
.each-page__heading01 span {
	position: absolute;
	font-family: "WindSong", serif;
	margin: 0 auto;
	font-size: clamp(50px,10vw,80px);
	text-align: center;
	top: -1.2em;

	transform-origin: center top;
	pointer-events: none;
	white-space: nowrap;
	text-transform: lowercase;
	font-weight: normal;
	color: #437695;
	opacity: 0.3;
	/*transform: rotate(-10deg);*/

	left: 50%;/*中央配置*/
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

/**/
p.grp2{
	font-size: clamp(15px, 1.6vw, 16px);
	font-weight: 400;
	margin: 0 auto 20px auto;
	line-height: 1.6;
	font-family: "Sawarabi Gothic", "M PLUS 1p", sans-serif;
	text-align: justify;
}


/*3分割体裁デザインのところ*/
.sec1 {
	padding: 0;
}
/**/
.wo_sec1-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.wo_sec1-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 70px;
}
.wo_sec1-container-item2 { 	
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 70px;
}
.wo_sec1-container-item3 { 	
	grid-area: 1 / 3 / 3 / 4;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 70px;
}

@media only screen and (max-width: 1268px) {
	.wo_sec1-container-item1 {
		padding: 50px 30px;
	}
	.wo_sec1-container-item2 {
		padding: 50px 30px;
	}
	.wo_sec1-container-item3 {
		padding: 50px 30px;
	}
}
/*印刷時*/
@media print{
	.wo_sec1-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.wo_sec1-container-item1 {
		grid-area: 1 / 1 / 2 / 2;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 70px;
	}
	.wo_sec1-container-item2 { 	
		grid-area: 1 / 2 / 2 / 3;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 70px;
	}
	.wo_sec1-container-item3 { 	
		grid-area: 1 / 3 / 3 / 4;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 70px;
	}
}


@media only screen and (max-width: 868px) {
	.wo_sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.wo_sec1-container-item1 { grid-area: 1 / 1 / 2 / 2; }
	.wo_sec1-container-item2 { grid-area: 2 / 1 / 3 / 2; }
	.wo_sec1-container-item3 { grid-area: 3 / 1 / 4 / 2; }
}


.wo_sec1-bg01{
	background-image: url(../img/bg_02.jpg);
	background-position: center left;
	position: relative;/*画像の上に文字を入れる為に指定★*/
}
.wo_sec1-bg02{
	background-image: url(../img/bg_03.jpg);
	background-position: center left;
	position: relative;/*画像の上に文字を入れる為に指定★*/
}
.wo_sec1-bg03{
	background-image: url(../img/bg_04.jpg);
	background-position: center left;
	position: relative;/*画像の上に文字を入れる為に指定★*/
}
/**/
.wo_sec1-container h4 {
	font-size: clamp(19px, 2vw, 25px);
	border-bottom: 1px solid #999;
	text-align: center;
	margin-bottom: 10px;
	padding: 3px 0;
	color: #c15b00;
	font-family: 'Noto Serif JP', serif;
	text-shadow: #fff 1px 0 5px;
}
/**/
p.fuz {
	font-size: clamp(13px, 1.3vw, 14px);
	padding: 5px;
	margin: 0px auto;
	text-align: justify;
}





/*======= 事業内容 Services ======*/
.services_sec1 {
	padding: 30px 0 clamp(40px, 6vw, 70px) 0;
	margin-top: 15px;/*一番上のセクション*/
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/*オリジナルテントの製造・施工*/
.services_sec2{
	padding: clamp(50px, 5vw, 60px) 0;
	background-image:linear-gradient(#e0e8f0 1px, transparent 1px), linear-gradient(to right, #e0e8f0 1px, #fdfdfd 1px);
	background-size: 20px 20px;
}
/**/
.spot_photo{
	margin:0 auto;
	position: relative;
}
.spot_photo::after {
	content: "";
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	border-image-source: repeating-linear-gradient(45deg, #ffffffcc 0, #ffffffcc 2px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
	border-width: 15px;
	border-image-slice: 20;
	border-image-repeat: round;
	border-style: solid;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/**/
.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;
}

/**/
h3.spot_h3{
	font-size: clamp(20px, 5vw, 29px);
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 1vw;
	color: var(--accent-color2);
	line-height: 1.3;
}
h3.spot_h3 span{
	font-family: "WindSong", serif;
	font-size: clamp(50px, 6vw, 70px);
	line-height: 0.7;
	margin-right: 1vw;
	color: var(--accent-color1);
	opacity: 0.5;
}


/*お客様のニーズに合わせた、オーニングをご提案*/
.services_sec3{
	padding: clamp(50px, 5vw, 60px) 0;
	background-color: #fff;
}
/*創業80年の実績と職人技*/
.services_sec4{
	padding: clamp(50px, 5vw, 60px) 0;
	background-image:linear-gradient(#e0e8f0 1px, transparent 1px), linear-gradient(to right, #e0e8f0 1px, #fdfdfd 1px);
	background-size: 20px 20px;
}
/*大型テント・サインの設置もお任せください*/
.services_sec5{
	padding: clamp(50px, 5vw, 60px) 0;
	background-color: #fff;
}






/*======= 取扱商品 products ======*/
.products_sec1 {
	padding: 30px 0 clamp(40px, 6vw, 70px) 0;
	margin-top: 15px;/*一番上のセクション*/
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/*取扱商品一覧*/
.products_sec2{
	padding: clamp(50px, 5vw, 60px) 0 var(--v-space2) 0;
	background-color: #5192b91c;
}
/**/
h2.puti + p{
	color: var(--main-color);
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	text-align: center;
	margin: 0 auto 10px auto;
}
/*4つ*/
.prod_sec2-item-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}
@media (max-width: 968px) {
	.prod_sec2-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 768px) {
	.prod_sec2-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷用*/
@media print{
	.prod_sec2-item-container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 15px;
	}
}
/**/
.prod_sec2-item {
	display: grid;
	align-items: center;
	place-items: center;/*上下中央*/
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	height: 3.25em;
	padding: 3px;
}
/**/
.prod_sec2-item p{
	font-size: clamp(14px, 1.4vw, 16px);
	line-height: 1.3;
	font-family: "Sawarabi Gothic", "M PLUS 1p", sans-serif;
	text-align: center;
	color: var(--accent-color2);
}
/**/
.prod_sec2-item p.gir{
	font-size: clamp(14px, 1.4vw, 15px);
	line-height: 1.3;
	font-family: "Sawarabi Gothic", "M PLUS 1p", sans-serif;
	text-align: center;
	color: var(--accent-color2);
}
@media (max-width: 768px) {
	.prod_sec2-item p{
		font-size: 16px;
	}
	.prod_sec2-item p.gir{
		font-size: 15px;
	}
}
/*画面半分体裁デザインのところ*/
/**/
.products_sec3{
	padding: 0;
	background-color: var(--accent-color2);
}
/*半分*/
.prod_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;
}
/*左カラム　画像用*/
.prod_sec3-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*右カラム　文字用*/
.prod_sec3-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 70px;
}

/*可変対応*/
@media only screen and (max-width: 868px) {
	.prod_sec3-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 400px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.prod_sec3-container-item1 { grid-area: 1 / 1 / 2 / 2; min-height: 400px; }
	.prod_sec3-container-item2 { grid-area: 2 / 1 / 3 / 2; padding: 50px 30px; }
}


/*画像の選定*/
.prod_sec3-bg01{
	background-image: url(../img/prod_sec3_img01.jpg);
	background-position: center;
}
/*
.prod_sec3-bg02{
	background-image: url(../img/bg_03.jpg);
	background-position: center left;
}
*/
/**/
.box-h {
	position: relative;
	padding: 0.2em 1em 0.25em 1em;
	margin: 15px 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
}
.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 #8685e2;
	border-top: dotted 2px #8685e2;
	border-bottom: dotted 2px #8685e2;
}
.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 #8685e2;
	border-top: dotted 2px #8685e2;
	border-bottom: dotted 2px #8685e2;
}

.box-h p{
	color: #fff;
	font-size: clamp(16px, 1.7vw, 18px);
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
p.exp-p3 {
	font-size: clamp(12px, 1.5vw, 14px);
	text-align: justify;
	line-height: 1.7;
	margin: 0 0 15px 0;
	color: #eee;
}







/*======= 施工事例 works ======*/
.works_sec1{
	padding: 30px 0 clamp(35px, 5vw, 70px) 0;
	margin-top: 15px;/*一番上のセクション*/
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/**/
div.linkukuri {
	box-sizing: border-box;
	padding: 15px 27px;
	background: rgb(244, 239, 233);
	margin: 20px auto;
	width: fit-content;
	text-align: center;
	border-radius: 7px;
}
/*ページ内リンク リスト*/
.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, 14px);
	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: 568px) {
	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(--accent-color1);
	transform: scaleX(0);
	transition: transform 0.3s;
}
.textlink01 a:hover::after {
	transform: scaleX(1);
}

/*画像の上に文字を入れる為に指定★*/
.bgim{
	position: relative;
}
/*左側の画像の上に入れた文字の指定★*/
.bgimtxt{
	width: fit-content;
	background: #212121d4;
	padding: 5px 7px;
	position: absolute;
	right: 0;
	bottom: 10px;
}
.bgimtxt p{
	color: #fff;
	font-size: clamp(12px, 1.3vw, 14px);
	line-height: 1.2;
}


/*テント*/
.works_sec2{
	padding: clamp(50px, 5vw, 60px) 0;
	background-color: #eff5f0;
}
/*電飾看板*/
.works_sec3{
	padding: clamp(50px, 5vw, 60px) 0;
	background-color: #fff;
}
/*スタンド看板*/
.works_sec4{
	padding: clamp(50px, 5vw, 60px) 0;
	background-color: #eff5f0;
}
/*オーニングテント*/
.works_sec5{
	padding: clamp(50px, 5vw, 60px) 0;
	background-color: #fff;
}
/*金物工事*/
.works_sec6{
	padding: clamp(50px, 5vw, 60px) 0;
	background-color: #eff5f0;
}
/*看板*/
.works_sec7{
	padding: clamp(50px, 5vw, 60px) 0;
	background-color: #fff;
}
/*突出・袖看板*/
.works_sec8{
	padding: clamp(50px, 5vw, 60px) 0;
	background-color: #eff5f0;
}
/**/
.text h4{
	padding: 3px 3px 5px 35px;
	margin: 2.5px 0 10px 0;
	font-size: clamp(17px, 1.7vw, 18px);
	line-height: 1.3;
	color: var(--accent-color1);
	border-top: 1px dotted #c66109;
	border-bottom: 1px dotted #c66109;
	background-color: rgba(255,255,255,0.5);
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	background: url(../img/icon02.png) no-repeat left center;
	background-size: 30px;
}

/*項目内の説明文*/
p.exp-p{
	font-size:clamp(12px, 1.5vw, 14px);
	text-align: justify;
	line-height: 1.6;
	margin: 0 0 15px 0;
}
/*margin-bottom無し（最下の文章に使用）*/
p.exp-p2{
	font-size:clamp(12px, 1.5vw, 14px);
	text-align: justify;
	line-height: 1.6;
	margin: 0;
}







/*======= 会社案内 info ======*/
.info_sec1{
	padding: 30px 0 var(--v-space) 0;
	margin-top: 15px;/*一番上のセクション*/
	/*background-color: #f0f0f0;*/
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
}
/**/
.bg_b{
	background: rgba(255, 255, 255, 0.8);
	padding: 50px;
	margin: 0 10px;
	border: 7px double #fff;
}
@media screen and (max-width: 568px) {
	.bg_b {
		padding: 20px 15px;
	}
}
/* 概要部分のテーブル */
table.inftb{
	/*font-family: "Sawarabi Gothic", "M PLUS 1p", sans-serif;*/
}
table.inftb tr td:nth-of-type(1) {
	font-weight: 600;
	border-bottom: 1px solid #d7d7d7;
	padding: 17px 15px 17px 41px;
	width: 13em;
	box-sizing: border-box;
	background: url(../img/icon01.png) no-repeat 7px center;
	background-size: 27px;
	font-size: clamp(16px, 1.7vw, 18px);
	line-height: 1.2;
	color: var(--accent-color2);
}
table.inftb tr td:nth-of-type(2)  {
	border-bottom: 1px solid #d7d7d7;
	padding: 17px 15px;
	box-sizing: border-box;
	width: calc((100% - 13em) / 1);
	font-size: clamp(15px, 1.6vw, 17px);
}

@media screen and (max-width: 568px) {
	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(182, 205, 211, 0.2);
		border-radius: 7px;
	}
	table.inftb tr td:nth-of-type(2)  {
		display: block;
		border-bottom: none;
		padding: 10px 5px 15px 5px;
		width: 100%;
		text-align: justify;
	}
}
/*Access*/
.access_sec1 {
	padding: var(--v-space) 0 50px 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	background-color: #f5f5f5;
}
/* アクセス部分のテーブル */
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: 5px 2px;
		width: 100%;
		background-color: #0000000f;
	}
	table.actab tr td:nth-of-type(2) {
		display: block;
		padding: 8px 2px;
		width: 99%;
	}
}


