@charset "UTF-8";


/*=======================================================*/
/*					セクション毎のCSS					  */
/*======================================================*/

/*============ 共通 =========== */

/* 親要素からはみ出して画面いっぱいに */
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
@media print {
	.full {
		margin: 0;
		width: 100%;
	}
}


/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(35px,6vw,60px);
	font-style: italic;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
	/* color:#222222; */
}
.spot-heading02{
	font-size: clamp(20px, 3vw, 30px);
	line-height: 1.4;
	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;
	/* color:#222222; */
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: 16px;
	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;
}
@media only screen and (max-width: 767px) {
	.spot-heading02+p{
		text-align: left;
	}
	/*<br>のブレイクポイント*/
	.br768{
		display:none;
	}
}
.line{
	width: 1px;
	height: auto;
	padding-top: 3%;
	background-color: #999;
	margin: 1.5% auto;
}
@media only screen and (max-width: 767px) {
	.line {
		padding-top: 10%;
	}
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #FFF;
	margin: 1.9607% auto;
}
@media only screen and (max-width: 767px) {
	.line2 {
		padding-top: 10%;
	}
}
.hline {
	display: inline-block;
	width: 40px; /* 横棒の長さ（調整可） */
	height: 1px; /* 横棒の太さ（調整可） */
	background-color: #2d2d2d; /* 横棒の色 */
	vertical-align: middle;
	margin: 0 0.1em; /* 文章と横棒の間隔 */
}

/* 中央線ありのタイトル */
.spot-heading03{
	text-align: center;
	position: relative;
	top:-100px;
	display: block;
	z-index: 3;
	margin-bottom: -100px;
}
@media only screen and (max-width: 567px) {
	.spot-heading03{
		top:-6em;
		margin-bottom: -6em;
	}

}
.spot-heading03 .heading-line3 {
	width: 1px;
	height: 110px;
	background-color: var(--main-color);
	margin: 0 auto;
}

.spot-heading03 p {
	position: relative;	
	font-size: clamp(35px,5vw,60px);
	color: var(--main-color);
	font-weight: bold;
	font-style: italic;
	margin: 0;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}

.spot-heading03 h2 {
	position: relative;
	top:-15px;
	font-size: clamp(25px,3vw,30px);
	color:#777;
	font-weight: normal;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}


/*パンくず*/
.sec_pankuzu{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}

/* タグ */
.kakomi01 span {
	padding: 3px 7px 2px 7px;
	margin: 0px 0px 5px;
	background-color: var(--main-color);
	border: 1px solid #eee;
	color:#FFF;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(12px, 1.3vw, 12px);
}
.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);
}

/* タグ（左右が揃う）  */
.kakomi-tag01 {
	display: flex;
	flex-wrap: wrap; /* 子要素を折り返す */
	gap: 10px;
	width: 100%;
	justify-content: space-between; /* 左右のボックスを揃える */
}
.kakomi-tag01 p {
	background-color: var(--main-color);
	color: #FFF;
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	flex-grow: 1; /* ボックスのサイズを自動調整 */
	min-width: 50px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: center; /* 水平方向の中央揃え */
	border-radius: 5px;
}
.kakomi-tag01 .end{		/* などを末尾につけたい場合に */
	background-color:transparent;
	color:var(--txt-color);
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	width: 20px;
	min-width: 40px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: right; /* 水平方向の中央揃え */
}

/*======= 特殊レイアウト用 ======*/



/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space);
	background-color: #FFF;
	background-size: 100%;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
@media print, screen and (min-width: 768px) {
	.greeting {
		background-image: url(../img/bg_01.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
		background-size: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.greeting {
		background-image: url(../img/bg_01_sp.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
		background-size: cover;
	}
}

/*catchphrase*/
.catchphrase{
	padding: 50px 0;
	background-image: url(../img/greeting_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
}
ruby {
	ruby-position: over; /* 横書きで上に表示（初期値ですが明示してOK） */
}
rt {
	font-size: 11px;
	font-weight: normal !important;		/*footer telのboldを打ち消したいのでimportant使用*/
	letter-spacing: 0.05em;
}
.catchphrase rt{
	color: var(--main-color); /* サイトのカラー変数があれば活用 */
}

/*サブキャッチ補足文章*/
.gr_heading01 {
	line-height: 1.4;
	font-size: clamp(20px, 2vw, 25px);
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	margin: 5px auto 10px auto;
	text-align: center;
}

.greeting-haba{
	margin: 0 auto;
	max-width: 900px;
	padding: 2% 0 0 0;
}
.greeting-haba2{
	margin: 0 auto;
	max-width: 1100px;
	padding: 2% 0 0 0;
}

/* photo */
:root{
	--gap-x: 20px;
	--gap-y: 20px;
	--label-grad-1: #5a3f7a;
	--label-grad-2: #6c4c90;
	--label-text: #fff;
}

.gr-item-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--gap-y) var(--gap-x);
	margin: 50px 0;
	box-sizing: border-box;
}

.gr-item {
	position: relative;
	/* デスクトップ：3カラム */
	width: calc((100% - (var(--gap-x) * 2)) / 3);
	box-sizing: border-box;
}

/* 画像枠（正方形ベース） */
.gr-item__figure{
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	margin: 0;
	display: grid;
	place-items: center;
}
/* 画像見せるだけ */
.gr-item__figure img {
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	object-fit: cover;
	width: 100%;
	height: 100%;
}


/* ダイヤのリンク（透明だけどクリック可） */
.gr-item__link-diamond {
	position: absolute;
	inset: 0;
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	background: transparent;
}

/* ラベルリンク */
.gr-item__link-label {
	position: absolute;
	z-index: 3;
	right: 18%;
	top: 6%;
	bottom: auto;
	display: inline-block;
	align-items: center;
	justify-content: center;
	padding: 6px 0;
	border-radius: 4px;
	background: linear-gradient(to bottom, var(--label-grad-1, #5a3f7a), var(--label-grad-2, #6c4c90));
	box-shadow: 0 2px 6px rgba(0,0,0,.18);
	text-decoration: none;
	width: fit-content;
	min-width: clamp(25px,3vw,32px);
}

/* ラベルテキスト（縦書き） */
.gr-item__link-label span {
	display: inline-block;
	color: var(--label-text, #fff);
	font-weight: 600;
	letter-spacing: .06em;
	line-height: 1.4;
	writing-mode: vertical-rl;	/* 縦書き */
	text-orientation: mixed;
	font-size: clamp(12px, 1.4vw, 18px);
	padding: 6px 4px;
	white-space: nowrap;	/* ← 改行を禁止 */
}

.gr-item__link {
	display: block;
	position: relative;
	text-decoration: none;
	color: inherit; /* テキスト色を継承 */
}


/* タブレット：3→3（維持） */
@media only screen and (max-width: 868px) {
	.gr-item-container {
		gap: 5px 15px;
		margin: 30px 0 50px 0;
	}
	.gr-item {
		width: calc((100% - (15px * 2)) / 3);
	}
}

/* スマホ：上2・下1（中央寄せ） */
@media only screen and (max-width: 567px) {
	/* 2カラム共通の幅 */
	.gr-item {
		width: calc((100% - 15px) / 2);
		display: flex;
		justify-content: center;
	}

	/* 3枚目だけ中央寄せ＆少し上に */
	.gr-item:nth-child(3){
		margin-left: auto;
		margin-right: auto;
		margin-top: -50px; /* ← ここで上に持ち上げる */
	}
}


/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 10px;
}
@media only screen and (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 10px;
	}
}

/*各ページ遷移バナー*/
.topbnr_sec{
	padding: 50px 0 50px 0;
	position: relative;
	z-index: 1;
	background-color: #fdfffa;
	background-size: 6px 6px;
	background-image: repeating-linear-gradient(0deg, #e9f5d6, #e9f5d6 1px, #fdfffa 1px, #fdfffa);
}

.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_sec1 {
	padding: 40px 0 0;
	text-align: center;
}

.top_sec1 .section-title {
	font-size: clamp(22px, 3vw, 30px);
	font-weight: 700;
	margin-bottom: 40px;
	color:var(--accent-color2);
}
.top_sec1 .section-title span {
	display: block;
	font-size: 14px;
	color: var(--accent-color1);
	margin-top: 5px;
	letter-spacing: 0.08em;
}

/* コンテナ */
.tatami-quality__container {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.tatami-quality__item {
	padding: 50px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.tatami-quality__item figure {
	width: 180px;
	height: 180px;
	margin-bottom: 20px;
	border-radius: 50%;
	overflow: hidden;
}
.tatami-quality__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 左右の色分け */
.tatami-quality__item.left {
	background-color: #dce6d1; /* 畳をイメージした淡いグリーン */
}
.tatami-quality__item.right {
	background-color: #f3f0f7; /* やわらかいラベンダー */
}

/* 見出し */
.tatami-quality__item h3 {
	font-size: clamp(18px, 2.5vw, 22px);
	margin-bottom: 15px;
	font-weight: 600;
	color: #333;
}

/* 本文 */
.tatami-quality__item p {
	font-size: 15px;
	line-height: 1.7;
	color: #444;
	max-width: 400px;
	margin: 0 auto;
	text-align: left;
}

/* スマホ対応 */
@media only screen and (max-width: 768px) {
	.tatami-quality__container {
		grid-template-columns: 1fr;
	}
	.tatami-quality__item {
		padding: 40px 20px;
	}
}


/*======= 畳について ======*/
.ta_sec1{
	padding: var(--v-space) 0 clamp(120px, 9vw, 150px);
	background-color: #fcfbfd;
	background-image: url(../img/bg-line.svg), url(../img/bg_02.png);
	background-repeat: no-repeat, repeat;
	background-position: bottom -1px center, top;
	background-size: 100% 10vh, 200px;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}


.ta_sec2{
	padding: 0 0 var(--v-space);
	background-color: #FFF;
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.ta_sec2_container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px,1fr));
	grid-template-rows: auto auto;
	gap: 0px;
	margin: 0px auto;
	max-width: 1200px;
}
@media print{
	.ta_sec2_container {
		grid-template-columns: repeat(3, 1fr);
	}
}

.ta_item {
	box-sizing: border-box;
}

.ta_item_bgcolor01{	
	background: #f5f9f0;
}
.ta_item_bgcolor02{	
	background: #EAF4CC;
}
.ta_item_bgcolor03{	
	background: #d9f187;
}

.ta_item_inner{
	padding: 40px 15px 30px 15px;
}

.ta_item h3 {
	color: #3a3a3a;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(20px, 2.3vw, 25px);
	line-height: 1.07;
	position: relative;
	margin-bottom: 20px;
}

.ta_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;   /* セルいっぱいにフィット */
	object-position: center; /* 中央でトリミング */
	display: block;
}

.ta_item p.p-catch{
	text-align: center;
	font-size: clamp(14px, 1.5vw, 16px);
	line-height: 1.5;
	color: var(--main-color);
	margin-bottom: 10px;
}


/*説明文*/
.ta_item p.txt{
	background-color: #ffffffc2;
	border-radius: 10px;
	padding: 15px 20px;
	margin-top: 1.5em;
	min-height: 7em;
	text-align: justify;
	font-size: clamp(15px, 1.6vw, 16px);
	line-height: 1.4;
	font-family: "Sawarabi Gothic", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 968px) {
	.ta_item p.txt{
		min-height: 4em;
	}
}
@media screen and (max-width: 768px) {
	.ta_item p.txt{
		min-height: auto;
	}
}

/* ============================
   2カラム時の入れ替え＆最後の全幅
   ============================ */

/* 2カラムに固定（既存の auto-fit を上書き） */
@media screen and (max-width: 1152px) and (min-width: 668px) {
	.ta_sec2_container {
		grid-template-columns: repeat(2, 1fr);
		grid-auto-flow: row dense; /* 詰め込み＆列指定を尊重 */
	}

	/* 4つを1セットとして左右入れ替えを演出
	   1:テキスト(左) / 2:画像(右)
	   3:テキスト(右) / 4:画像(左)
	*/
	.ta_sec2_container > .ta_item:nth-child(4n + 1) { grid-column: 1; } /* 1,5,9... */
	.ta_sec2_container > .ta_item:nth-child(4n + 2) { grid-column: 2; } /* 2,6,10... */
	.ta_sec2_container > .ta_item:nth-child(4n + 3) { grid-column: 2; } /* 3,7,11...（右へ） */
	.ta_sec2_container > .ta_item:nth-child(4n)     { grid-column: 1; } /* 4,8,12...（左へ） */

	/* アイテム数が奇数のときだけ、最後の要素を全幅にする */
	.ta_sec2_container > .ta_item:last-child:nth-child(odd) {
		grid-column: 1 / -1; /* 2カラムぶち抜き */
	}
}

/* スマホは1カラム（あなたの既存指定を尊重しつつ明示） */
@media screen and (max-width: 667px) {
	.ta_sec2_container {
		grid-template-columns: 1fr;
	}
	/* 1カラム時は列指定をリセット（保険） */
	.ta_sec2_container > .ta_item {
		grid-column: auto;
	}
}


.ta_sec3{
	padding: var(--v-space) 0 var(--v-space2);
	background-color: #EAF4CC;
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* =========================
   リフォーム事例カード (spot.css)
   ========================= */

.ta_sec3_card{
	padding: clamp(24px, 4vw, 48px) 0;
}

/* 親グリッド：2→1列 */
.ta_cardlist{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: clamp(16px, 2.4vw, 28px);
	align-items: stretch;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 clamp(12px, 2vw, 24px);
}

/* カード自体もグリッド化して subgrid を使うための器 */
.ta_card{
	display: grid;
	/* カード内の行トラックを定義（media / title / body） */
	grid-template-rows: auto auto 1fr;
	grid-template-areas:
		"media"
		"title"
		"body";
	background: #FFFFFF;
	border-radius: 12px;
	overflow: clip; /* はみ出し防止 */
	box-shadow: 0 1px 6px rgba(0,0,0,.06);
}

/* subgrid：内側でも同じ行トラックを共有して崩れにくく */
.ta_card-inner{
	display: grid;
	grid-template-rows: subgrid;   /* ← ここで親(.ta_card)の行を継承 */
	grid-template-columns: subgrid;
	grid-area: 1 / 1 / -1 / -1;    /* 全面に広げる */
}

/* メディア */
.ta_media{
	grid-area: media;
	margin: 0;
}
.ta_media img{
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 3 / 2;     /* 比率固定（画像が不足でも崩れない） */
	object-fit: cover;       /* 枠いっぱい・比率維持 */
	object-position: center;
}

/* タイトル */
.ta_title{
	grid-area: title;
	margin: 0;
	padding: 14px 16px 6px;
	font-size: clamp(18px, 2.2vw, 20px);
	line-height: 1.4;
	font-weight: 700;
	font-family: 'Noto Serif JP', serif;
	color: var(--main-color);
	text-align: center;
}

/* 本文 */
.ta_body{
	grid-area: body;
	margin: 0;
	padding: 0 16px 18px;
	font-size: clamp(14px, 1.6vw, 16px);
	line-height: 1.8;
	color: #444;
}

/* レスポンシブ */
@media (max-width:667px){
	.ta_cardlist{
		grid-template-columns: 1fr;
	}
	.ta_card{
		border-radius: 10px;
	}
	.ta_title{ padding: 12px 14px 4px; }
	.ta_body{ padding: 0 14px 16px; }
}

/*======= お家のお困りごと ======*/
.ho_sec1{
	padding: var(--v-space) 0;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
@media print, screen and (min-width: 768px) {
	.ho_sec1 {
		background-image: url(../img/bg_04.jpg);
		background-repeat: repeat;
		background-size: contain;
	}
}
@media only screen and (max-width: 767px) {
	.ho_sec1 {
		background-image: url(../img/bg_04_sp.jpg);
		background-repeat: repeat;
		background-size: contain;
	}
}

/*======= ナノ抗菌銀 ======*/
.na_sec1{
	padding: var(--v-space) 0;
}
@media print{
	.na_sec1{
		background-image: url(../img/bg_03.jpg);
		background-size: cover;
	}
}

.na_sec2{
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* =========================
   ナノ抗菌銀：施工対象カード
   ========================= */

.na_cardlist {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: clamp(16px, 2.4vw, 28px);
}
.na_card {
	background: #e2e8fa;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 1px 6px rgba(0,0,0,.06);
	display: flex;
	flex-direction: column;
}
.na_media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 3/2;
}
.na_title {
	font-size: 18px;
	font-weight: 700;
	margin: 12px 16px 6px;
}
.na_body {
	font-size: 15px;
	line-height: 1.6;
	margin: 0 16px 16px;
	color: #444;
}

.na_sec3{
	padding: var(--v-space2) 0;
	background-color: #F0EDF3;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* =========================
   ナノ抗菌銀：安全性の証明
   ========================= */

.na_sec3 h2 {
	text-align: center;
	margin-bottom: 6px;
}
.na_sec3 .subcatch {
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-bottom: 30px;
}
.na_sec3-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	align-items: start;
}
.na_sec3-media img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	max-width: 400px;
	border-radius: 10px;
}
.na_sec3-text {
	font-size: 15px;
	line-height: 1.8;
	color: #444;
}
.na_sec3-list {
	margin: 1em 0;
	padding-left: 1.2em;
	list-style: none; /* デフォルトマーカーを消す */
}

.na_sec3-list li::before {
	content: "■";
	color: var(--accent-color2); /* 色はお好みで変更可 */
	display: inline-block;
	width: 1em;
	margin-left: -1.2em; /* 左位置を調整 */
}

.na_sec3 .note {
	font-size: 13px;
	color: #777;
	margin-top: 10px;
}

/* レスポンシブ */
@media (max-width: 1000px) {
	.na_sec3-inner {
		grid-template-columns: 1fr;
	}
}

@media print{
	.na_sec3-inner {
		grid-template-columns: 1fr 1fr;
	}
}

/*======= FAQ ======*/
.faq_sec1 {
	/* padding: 30px 0 100px 0; */
	padding: var(--v-space2) 0;
	background-color: #faf8f4;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.faq-item {
	display: grid;
	grid-template-columns: 1.5em 1fr;
	column-gap: 10px;
	row-gap: 10px;
}

.faq-label {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.5;
	border-radius: 3px;
	width: 1.5em;
	text-align: center;
	align-self: start;	/* lavelを上揃えに */
}

.faq-label.q {
	background-color: var(--main-color);
}

.faq-label.a {
	background-color: var(--accent-color1);
}

.faq-question,
.faq-answer {
	margin: 0;
	line-height: 1.6;
	text-align: justify;
}
.faq-question{
	font-weight: bold;
}

hr.faqHr{
	height: 0px;
	border: 1px dashed var(--accent-color2);
	margin: 20px auto;
}

/*======= 会社案内ページ ======*/
/*会社案内*/
.info_sec1{
	padding: 30px 0 var(--v-space2) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* 概要部分のテーブル */

.info_sec1__haba{
	max-width: 800px;
	margin: 0 auto;
}
.info_sec1_container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	font-family: 'Arial', sans-serif;
}

.info_sec1_container .item {
	border: 1px solid #ddd;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	border-radius: 6px;
	background-color: #fff;
	padding: 12px 16px;
	display: grid;
	grid-template-columns: 180px 1fr;
	align-items: stretch;
	gap: 20px;
}

.info_sec1_container .label {
	display: flex;
	align-items: center;
	font-weight: bold;
	color: var(--txt-color);
	white-space: nowrap;
	background-color: #F3F0F7;
	padding: 5px 7px;
}

.info_sec1_container .content {
	display: flex;
	align-items: center;
	color: #333;
	padding: 5px 7px;
}


/* レスポンシブ：568px以下で縦並び＋枠内レイアウトも縦に */
@media only screen and (max-width: 568px) {
	.info_sec1_container .item {
		grid-template-columns: 1fr;
		gap:0px;
		padding: 10px 14px;
	}

	.info_sec1_container .label {
		line-height: 1.6;
		font-size: 14px;
	}

	.info_sec1_container .content {
		font-size: 14px;
	}
}

.access_sec1{
	padding: var(--v-space) 0;
	background-color: #F5F9F0;

	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%;
	}
}
