@charset "UTF-8";


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

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(40px,6vw,60px);
	font-style: italic;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 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: 5.8%;
	background-color: #000000;
	margin: 1.9607% auto;
}
.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: #f29358;
    opacity: 0.3;
    transform: rotate(-10deg);
}
.spot__heading03 p {
    font-size: clamp(14px,1.4vw,16px);
    text-align: left;
	padding-left: 2px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 1;
}

.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);
}

/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0;
	background-color: var(--base-color);
	background-image: url(../img/bg_02.png);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
}

/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
@media only screen and (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 20px;
	}
}

/*各ページ遷移バナー*/
.topbnr_sec{
	padding: 50px 0 50px 0;
    background-color: #D9E7E7;
}

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

@media only screen and (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;
	}
}


/*TOP BLOG*/
.top_sec1{
	padding: var(--v-space) 0;
	background-color: #aeb8b8;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
  



/*======= 事業内容 ======*/
.ab_sec1 {
	padding: var(--v-space) 0;
	background-color: #ffffff;
    background-image: url(../img/bg_01.png);
    background-repeat: repeat;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* 塗装の種類 */
.ab_sec1-card__clm1{
	grid-template-columns: repeat(1, 1fr);
}
.ab_sec1-card__clm2{
	grid-template-columns: repeat(2, 1fr);
}
.ab_sec1-card__item{
	display: grid;
	gap:20px;
}
@media only screen and (max-width: 968px) {
	.ab_sec1-card__item{
		display: grid;
	}
	.ab_sec1-card__clm1{
		grid-template-columns: repeat(1, 1fr);
	}
	.ab_sec1-card__clm2{
		grid-template-columns: repeat(1, 1fr);
	}
}
.ab_sec1-card__item div.frame {
    display: flex;
    flex-direction: row; /* 子要素を横並びにする */
    background-color: #dff0f3;
    box-sizing: border-box;
    border: solid 1px #a8a8a8;
}
.ab_sec1-card__features {
    display: flex;
    align-items: center; /* 子要素の垂直方向の配置を中央揃え */
    padding: 10px 17px;
    text-align: center;
    position: relative;
    flex: 0.5; /* 横幅を均等にする */
	max-width: 180px;
}
.ab_sec1-card__features img{
    display: inline-block;
    width: 40px;
    vertical-align: middle;
    margin: 0 5px 2px 0;
}
@media only screen and (max-width: 768px) {

	.ab_sec1-card__features {
		display: flex;
		align-items: center; /* 子要素の垂直方向の配置を中央揃え */
		padding: 2px 5px;
		text-align: center;
		position: relative;
		flex: 0.7; /* 横幅を均等にする */
	}
	
	.ab_sec1-card__features img{
		display: inline-block;
		width: 30px;
		vertical-align: middle;
		margin: 0 2px 1px 0;
	}
}

.ab_sec1-card__features h5{
    font-size: clamp(15px, 1.6vw, 17px);
    line-height: 1.4;
    padding: 5px 5px;
    margin: 0; /* デフォルトの余白を削除 */
	text-align: left;
}
.ab_sec1-card__txt {
    background-color: #FFF;
    padding: 10px 17px;
    flex: 1; /* 横幅を均等にする */
    display: flex; /* フレックスボックスを有効にする */
    /*justify-content: center;*/ /* 水平方向の中央揃え */
    align-items: center; /* 垂直方向の中央揃え */
	font-size: clamp(14px, 1.6vw, 16px);
}



.ab_sec2 {
	padding: var(--v-space) 0;
}

/*======= 事業内容 ======*/
.se_sec1{
	padding: var(--v-space) 0;
	background-color: #ffffff;
    background-image: url(../img/bg_04.jpg);
	background-size: cover;
	background-position: center;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.se_sec2{
	padding: var(--v-space) 0;
	background-color: #ffffff;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}


.se_sec3 {
	padding: var(--v-space) 0;
	background-color: #fbfffc;
    background-image: url(../img/bg_05.png);
    background-repeat: repeat;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/*======= FAQ ======*/
.faq_sec1 {
	padding: 30px 0 100px 0;
	background-color: #FFF;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
div.faq2 p.b {
	font-weight: bold;
	color: #444;
}
div.faq2 p.b::first-letter {
	color: var(--main-color);
	font-size: 120%;
	padding-right: 2px;
}
div.faq2 p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1.45em;
	padding-left: 1.45em;
	display: block;
}
div.faq2 p::first-letter {
	color: var(--accent-color1);
	font-size: 120%;
	padding-right: 2px;
	font-weight: bold;
}
hr.faqHr{
	height: 0px;
	border: 1px dashed var(--accent-color2);
	margin: 20px auto;
}



/*======= 会社案内ページ ======*/
/*会社案内*/
.info_sec1{
	padding: var(--v-space) 0;
	background-image: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.info_sec1-frame01{
	padding: 40px;
	background-image: url(../img/bg_frame01.jpg);
	background-size: cover;
	background-position: center;
}
@media screen and (max-width: 568px) {
	.info_sec1-frame01 {
		padding: 15px 15px 15px 15px;
	}
}


/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 180px;
}
.info2 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	/* width: 400px; */
}
@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%;
	}
}


/*会社概要*/
.bg_b{
	background: #425b8028;
	padding:20px;
}

.info-sec1-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

@media print, screen and (min-width: 568px) {
	.info-sec1-container {
		grid-template-columns: repeat(6, 1fr);
	}
}



.access_sec1{
	padding: var(--v-space) 0;
	background-color: #fbfffc;
    background-image: url(../img/bg_05.png);
    background-repeat: repeat;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/* アクセス部分のテーブル */
.access1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 5.25em;
}
.access2 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 400px;
}
@media screen and (max-width: 568px) {
	.access1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.access2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}
