@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;
	color:var(--main-color);
}
.spot-heading02{
	font-size: clamp(20px, 2vw, 30px);
	line-height: 1.2em;
	font-weight: 600;
	color: var(--main-color);
	font-family: 'Noto Serif JP', serif;
	font-family: "Zen Kaku Gothic New", serif;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 0.3em;
	text-align: center;
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: clamp(16px,2vw,20px);
	font-weight: bold;
	text-align: center;
	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;
	color:var(--accent-color2);
}
@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 {
		width: 1px;
		height: auto;
		padding-top: 8%;
		background-color: #999;
		margin: 1.3% auto;
	}
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #FFF;
	margin: 1.9607% auto;
}
.hline {
	display: inline-block;
	width: 40px; /* 横棒の長さ（調整可） */
	height: 1px; /* 横棒の太さ（調整可） */
	background-color: #2d2d2d; /* 横棒の色 */
	vertical-align: middle;
	margin: 0 0.5em; /* 文章と横棒の間隔 */
}
/**/
.spot__heading03 {
	position: relative; /* 親要素を相対位置に設定 */
}
.spot__heading03 h3 {
	width: fit-content;
	font-size: clamp(19px, 5vw, 30px);
	font-family: "Zen Kaku Gothic New", 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: 0.5vw;
}
.spot__heading03 span {
	position: absolute;
	font-family: "WindSong", serif;
	margin: 0;
	font-size: clamp(40px,10vw,60px);
	text-align: left;
	top: -20px; /* 調整が必要かもしれません */
	left: 0;
	transform-origin: left top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #fdd500;
	opacity: 0.5;
	transform: rotate(-8deg);
	z-index: 2;
}
.spot__heading03 p {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(14px,1.4vw,16px);
	line-height: 1.4;
	text-align: left;
	/*padding-left: clamp(10px,7vw,70px);*/
	margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0.5vw;
}
/**/
.entry_bk{
	padding: 0;
	position: relative;
	z-index: 1;
}
.nav_bk{
	background-color: var(--main-color);
}

/*パンくず*/
.sec_pankuzu{
	padding: 0 0 15px 0;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}

/* タグ */
.kakomi01 span {
	padding: 2px 7px 3px 7px;
	margin: 2.5px 7px 5px 0;
	background-color: #DEEDF287;
	border: 1px solid var(--accent-color2);
	color: var(--accent-color3);
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(13px, 1.3vw, 14px);
	font-weight: 500;
}
.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: 7px;
	width: 100%;
	justify-content: space-between; /* 左右のボックスを揃える */
}
.kakomi-tag01 p {
	background-color: var(--main-color);
	padding: 2px 4px 4px 4px;
	font-size: clamp(14px, 1.5vw, 17px);
	font-weight: 500;
	/*font-family: Arial, sans-serif;*/
	flex-grow: 1; /* ボックスのサイズを自動調整 */
	/*min-width: 150px;*/ /* ボックスの最小幅を設定 */
	min-width: 150px; /* 今回 */
	box-sizing: border-box;
	text-align: center; /* 水平方向の中央揃え */
	color: #fff;
	font-family: "Zen Kaku Gothic New", serif;
	border-radius: 5px;
}
.kakomi-tag01 .end{		/* などを末尾につけたい場合に */
	background-color:transparent;
	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; /* 水平方向の中央揃え */
	font-family: "Zen Kaku Gothic New", serif;
}
/*-----------------------------------------------*/
/*よく使うデザイン*/
/*-----------------------------------------------*/
/*印刷には表示されない*/
@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{
	border: 1px solid #aaa;
	padding: 20px 15px;
	margin: 10px auto;
	box-sizing: border-box;
	outline: 1px solid var(--accent-color2);
	outline-offset: -0.4rem;
}
/**/
.kukuri p{
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(14px, 1.4vw, 16px);
	line-height: 1.4;
}
/**/
.kukuri2{
	font-family: "Zen Kaku Gothic New", serif;
	border: 1px dotted #8e8e8e;
	padding: 15px 20px;
	margin: 0 2px 30px 2px;
	background-color: #ffffffc2;
}
/**/
.kukuri2 p{
	font-size: clamp(14px, 1.5vw, 17px);
	line-height: 1.6;
}
.kbg01{
	background-color: rgba(255, 255, 255, 0.8);
}
.kbg02{
	background-color: #673568;
	background-image: url("../img/bg_01.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
.kbg03 {
	background-image: url("../img/bg_04.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
/**/
.lead-copy {
	text-align: center;
	font-size: clamp(20px, 2vw, 30px);
	font-weight: 700;
	background: linear-gradient(to right, #063286, #3bb084);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 1.5rem auto;
	/*max-width: 720px;*/
	line-height: 1.4;
}
/*サブキャッチ補足文章*/
.lead-p {
	color: var(--accent-color2);
	font-size: clamp(16px, 1.8vw, 19px);
	font-weight: 700;
	margin: 5px auto 10px auto;
	line-height: 1.4;
	font-family: "Zen Kaku Gothic New", serif;
}
/*
@media (max-width: 568px) {
	.lead-p {
		text-align: justify;
	}
}
*/
/*======= 共通 ======*/
.f-now{
	font-family: "Zen Kaku Gothic New", serif;
}

/*------------------------------------------------*/
/*ご挨拶*/
.greeting {
	padding: var(--v-space3) 0 var(--v-space2) 0;
	background-color: var(--base-color);
}

/*冒頭一文*/
p.grp{
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.3;
	margin: 0 auto 10px auto;
	width: fit-content;
	color: #666;
	font-family: "Zen Kaku Gothic New", serif;
}
/**/
p.grp2{
	font-size: clamp(14px, 1.5vw, 17px);
	line-height: 1.7;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	/*margin-top: 0.7em;*/
	text-align: justify;
	/*-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;*/
}


h4.cde {
	font-size: clamp(17px, 1.8vw, 20px);
	font-family: "Zen Kaku Gothic New", serif;
	line-height: 1.1;
	text-align: center;
	margin: 10px 0;
	border-top: 3px double var(--main-color);
	border-bottom: 3px double var(--main-color);
	padding: 4px 0 5px 0;
	font-weight: 600;
	background-color: #ffffffd4;
}














/*追加部分*/
.sec-alpha{
	padding: 0;
	position: relative;
	z-index: 1;
}

/*各ブロック枠テンプレ*/
div.bl-01{
	min-height: 390px;
	overflow: hidden;
	transition: 1.5s;
	position: relative;
	/*background-color: rgba(0, 0, 0);*//*hoverで黒っぽくするなら*/
}
.bl-01 a{
	z-index: 1;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	transition: 0.5s;
}
.bgimg{
	opacity: 1;
	transform: scale(1);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	max-width: inherit;
	height: auto;
	transition: 0.8s;
	min-width: 1600px;
}
div.bl-01:hover .bgimg {
	transform: scale(1.1);
	/**/
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
@media only screen and (max-width: 1168px) {
	.bgimg{
		min-width: auto;/*0でも可：設定なしの状態*/
		height: 110%;
		width: auto;
	}
}
@media only screen and (max-width: 768px) {
	.bgimg{
		width: 120%;
		height: 100%;
		object-fit: cover;
	}
}
/*印刷*/
@media print{
	.bgimg{
		opacity: 1;
		transform: scale(1);
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		max-width: inherit;
		height: auto;
		transition: 0.8s;
		min-width: 1600px;
	}
}

/**/
.bgc-1{
	background-color: #ffd95c;
}
.bgc-2{
	background-color: #b70000;
}
.bgc-3{
	background-color: #505a72;
}

/*画面半分体裁デザインのところ*/
/*半分*/
.sec2-container {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
	min-height: 390px;
}
/*左カラム　文字用*/
.sec2-container-item3 {
	grid-area: 1 / 1 / 2 / 2;
	padding: 50px;
}
.sec2-container-item4 {
	grid-area: 1 / 2 / 2 / 3;
}

/*可変対応*/
@media only screen and (max-width: 868px) {
	.sec2-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		background-color: rgba(255, 255, 255, 0.35);
	}
	.sec2-container-item3 { grid-area: 1 / 1 / 2 / 2; padding: 30px 30px; }
	.sec2-container-item4 { display: none; }
}
@media only screen and (max-width: 468px) {
	.sec2-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		background-color: rgba(255, 255, 255, 0.35);
	}
	.sec2-container-item3 { grid-area: 1 / 1 / 2 / 2; padding: 30px 30px; }
	.sec2-container-item4 { display: none; }
}
/*印刷*/
@media print{
	.sec2-container {
		position: relative;
		z-index: 2;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		align-items: center;
		min-height: 390px;
	}
}



/**/
p.fuz {
	font-family: "Shippori Mincho B1", 'Noto Serif JP', serif;
	font-size: clamp(13px, 1.5vw, 15px);
	text-align: justify;
	line-height: 1.6;
	margin: auto 0;
	-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;
}
@media only screen and (max-width: 868px) {
	p.fuz {
		background-color: rgba(255, 255, 255, 0.85);
		padding: 10px 15px;
	}
}
/*印刷*/
@media print{
	p.fuz {
		font-family: "Shippori Mincho B1", 'Noto Serif JP', serif;
		font-size: clamp(13px, 1.5vw, 15px);
		text-align: justify;
		line-height: 1.6;
		margin: auto 0;
		-webkit-text-stroke: 3px #fff;
		text-stroke: 3px #fff;
		paint-order: stroke;
	}
}





















/*------------------------------------------------*/
/*印鑑について about-inkan*/
.sec1 {
	padding: var(--v-space3) 0;
	background-color: #f7f5f5;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*各項目の見出しと文章*/
.lowerlayerh h3 {
	color: var(--accent-color3);
	font-size: clamp(25px, 2.7vw, 35px);
	line-height: 1.3;
	text-align: center;
	font-weight: 500;
	/*font-family: 'Noto Serif JP', serif;*/
	font-family: "Zen Kaku Gothic New", serif;
	margin-bottom: 5px;
}
.lowerlayerh h3 + p {
	color: #d06a6a;
	font-size: clamp(15px, 1.6vw, 16px);
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	margin-bottom: 25px;
}
/**/
p.grp3{
	font-size: clamp(14px, 1.5vw, 17px);
	line-height: 1.7;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
}

/**/
.general-item-container6 {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 15px;
	margin: 20px auto 50px auto;
	max-width: 870px;/*ハンコの画像が145px×6つなので*/
}
@media (max-width: 568px) {
	.general-item-container6 {
		grid-template-columns: repeat(3, 1fr);
	}
}
/*印刷時の為*/
@media print{
	.general-item-container6 {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		gap: 15px;
		margin: 20px auto;
		max-width: 870px;/*ハンコの画像が145px×6つなので*/
	}
}
.general-item6 p{
	font-size: clamp(14px, 1.5vw, 18px);
	line-height: 1.7;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 550;
	text-align: center;
}


/*印鑑素材のご紹介*/
.material-section {
	padding: 2rem 1rem;
	background-color: #f9f9f9;
	margin-bottom: 80px;
}
.material-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 15px;
	margin: 20px auto 0 auto;
}
.material-card {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 1rem;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
	transition: transform 0.2s;
}
.material-card:hover {
	transform: translateY(-4px);
}
.material-card img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	margin-bottom: 0.8rem;
}
.material-card h3 {
	font-size: clamp(20px, 2vw, 25px);
	margin-bottom: 1rem;
	color: var(--main-color);
}
.material-card p {
	font-size: 0.93rem;
	line-height: 1.6;
	text-align: justify;
}


/*------------------------------------------------*/

/* トピックスの全体デザイン */
.topics-container {
	width: 100%;
	margin: 20px auto;
	padding: 20px;
	box-sizing: border-box;
	max-width: 1200px; /* 最大幅 */
	display: flex;
	justify-content: center;
}
@media (max-width: 768px) {
	.topics-container {
		padding: 10px;
	}
}
/*印刷時の為*/
@media print{
	.topics-container {
		width: 100%;
		margin: 20px auto;
		padding: 20px;
		box-sizing: border-box;
		max-width: 1200px; /* 最大幅 */
		display: flex;
		justify-content: center;
	}
}

/* トピックスボックス */
.topics-box {
	background-color: #ffffffc7;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out;
	width: 100%;
	max-width: 950px;
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
}
.topics-box:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
	.topics-box {
		padding: 20px;
	}
}
/*印刷時の為*/
@media print{
	.topics-box {
		background-color: #ffffffc7;
		border-radius: 10px;
		padding: 30px;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
		transition: all 0.3s ease-in-out;
		width: 100%;
		max-width: 950px;
		font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
	}
}
/* サブタイトル */
.topics-subtitle {
	font-size: clamp(20px, 1.53vw, 27px);
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
	line-height: 1.4;
	border-bottom: 1px dotted #555;
	padding: 5px 0;
}
.topics-box p{
	font-size: clamp(16px, 1.7vw, 18px);
	line-height: 1.5;
	text-align: justify;
	font-weight: 600;
}
.topics-box p.kakaku{
	font-size: 13px;
	line-height: 1.5;
	text-align: right;
	font-weight: 400;
	color: #777;
	margin: 5px 0;
}
.far{
	margin-right: 5px;
	color: var(--accent-color5);
}

@media (max-width: 568px) {
	.fa-hand-point-right{
		display:none;
	}
}

/**/
.general-item-container2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	margin: 20px 0 0 0;
}
@media (max-width: 668px) {
	.general-item-container2 {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時の為*/
@media print{
	.general-item-container2 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
		margin: 20px 0 0 0;
	}
}


/*------------------------------------------------*/
/*宝石印鑑　パワーストーン Gemstone Power Stone */
.gemstone-sec {
	padding: 0 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_03.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

/**/
.spot-heading09{
	text-align: center;
	position: relative;
	top:-50px;
	display: block;
	z-index: 3;
	margin-bottom: -60px;
}

.spot-heading09 .heading-line {
	width: 1px;
	height: 100px;
	background-color: var(--main-color);
	margin: 0 auto;
}

.spot-heading09 p {
	position: relative;
	font-size: clamp(15px, 1.6vw, 16px);
	font-family: 'Noto Serif JP', serif;
	color: var(--main-color);
	opacity: 0.5;
	margin-bottom: 25px;
}

.spot-heading09 h2 {
	position: relative;
	font-size: clamp(24px, 2.4vw, 33px);
	color: #444;
	font-weight: 500;
	font-family: "Zen Kaku Gothic New", serif;
	margin: 7px 0 0 0;
}

/**/
.heading03plus {
	font-family: "Zen Kaku Gothic New", serif;
	color: #66533b;
	color: #804893;
	font-weight: 500;
	font-size: clamp(17px, 1.9vw, 20px);
	margin-bottom: 10px;
	margin-top: 60px;
	position: relative;
	padding: 5.5rem 1.5rem 0rem 1.5rem;
}
.heading03plus::before {
	content: "";
	border: 0;
	position: absolute;
	left: calc(50% - 100px);
	background-image: url(../img/gemstone-sec_img01.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 200px;
	height: 138px;
	top: -50px;
}


/*パワーストーン説明部分*/
.gemstone-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px 15px;
}
@media screen and (min-width: 969px) {
	.gemstone-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
/*印刷時の為*/
@media print{
	.gemstone-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px 15px;
	}
}
.gemstone-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 469px) {
	.gemstone-card {
		flex-direction: row;
		align-items: center;
	}
}
/*印刷時の為*/
@media print{
	.gemstone-card {
		display: flex;
		flex-direction: row;
		align-items: center;
		background: #fff;
		border: 1px solid #ddd;
		border-radius: 8px;
		overflow: hidden;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	}
}
.gemstone-image {
	width: 180px;
	object-fit: contain;
	flex-shrink: 0;
}
@media screen and (max-width: 468px) {
	.gemstone-image {
		width: 80%;
		margin: 10px auto 0 auto;
		object-fit: contain;
		flex-shrink: 0;
	}
}
.gemstone-text {
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
}

.gemstone-text h4 {
	font-size: clamp(15px, 1.3vw, 18px);
	margin: 0 0 5px;
	color: var(--main-color);
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	font-family: "Zen Kaku Gothic New", serif;
	letter-spacing: -1px;
}
.gemstone-text h4 span {
	font-size: clamp(15px, 1.3vw, 18px);
	color: var(--accent-color2);
	font-weight: normal;
	font-family: "WindSong", serif;
	margin-right: 5px;
}
.gemstone-text p {
	margin: 0;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 14px;
	color: #444;
	line-height: 1.3;
}
@media (max-width: 1168px) and (min-width: 969px) {
	.gemstone-text h4 {
		flex-direction: column; /* spanを下に並べる */
		align-items: flex-start; /* 左揃えにしたい場合 */
	}
	
	.gemstone-text h4 span {
		margin-right: 0;
		margin-top: 3px; /* 上に少しスペース */
	}
}
@media (max-width: 668px) {
	.gemstone-text h4 {
		flex-direction: column; /* spanを下に並べる */
		align-items: flex-start; /* 左揃えにしたい場合 */
		font-size: 16px;
	}
	.gemstone-text h4 span {
		margin-right: 0;
		margin-top: 3px; /* 上に少しスペース */
	}
}
@media (max-width: 468px) {
	.gemstone-text h4 {
		font-size: 18px;
	}
}
/*印刷時の為*/
@media print{
	.gemstone-text h4 {
		font-size: clamp(15px, 1.3vw, 18px);
		margin: 0 0 5px;
		color: var(--main-color);
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		font-family: "Zen Kaku Gothic New", serif;
		letter-spacing: -1px;
	}
	.gemstone-text h4 span {
		font-size: clamp(15px, 1.3vw, 18px);
		color: var(--accent-color2);
		font-weight: normal;
		font-family: "WindSong", serif;
		margin-right: 5px;
	}
}



/*干支*/
/**/
.general-item-container4et {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px 15px;
	margin: 20px 0 0 0;
}
@media (max-width: 1168px) {
	.general-item-container4et {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 768px) {
	.general-item-container4et {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 468px) {
	.general-item-container4et {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時の為*/
@media print{
	.general-item-container4et {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 10px 15px;
		margin: 20px 0 0 0;
	}
}

/**/
.item {
	font-family: "Zen Kaku Gothic New", serif;
	border: 1px solid #ddd;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	border-radius: 6px;
	background-color: #fff;
	background-image: url("../img/bg_04.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	padding: 10px 13px;
	display: grid;
	/*grid-template-columns: 3em 1fr;*/
	grid-template-columns: 3.7em 1fr; /* ←ここを変更 */
	align-items: stretch;
	gap: 10px;
	margin-bottom: 10px;
}
.label {
	display: grid;
	align-items: center;
	font-weight: bold;
	white-space: nowrap;
	background-color: rgba(206, 206, 206, 0.3);
	padding: 5px 7px;
	font-size: clamp(12px, 1.3vw, 13px);
	text-align: center;
	justify-items: center;
}
.content {
	display: flex;
	align-items: center;
}
div.content p {
	color: #333;
	font-size: clamp(12px, 1.3vw, 13px);
	line-height: 1.4;
	text-align: justify;
	min-height: 4.2em; /* ← これを追加 */
}
div.content p span {
	color: var(--accent-color3);
	font-weight: 600;
	font-size: clamp(15px, 1.6vw, 16px);
	line-height: 1.4;
}
.content2 {
	display: flex;
	align-items: center;
	color: var(--main-color);
	font-size: clamp(17px, 1.7vw, 18px);
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: 1px;
}
div.content-t p {
	color: #333;
	font-size: clamp(12px, 1.3vw, 13px);
	line-height: 1.4;
	text-align: justify;
}
div.content-t p span {
	color: #000;
	font-weight: 600;
	font-size: clamp(16px, 1.6vw, 17px);
	line-height: 1.4;
}


/* レスポンシブ：568px以下で縦並び＋枠内レイアウトも縦に */
@media only screen and (max-width: 568px) {
	.tb_container .item {
		grid-template-columns: 1fr;
		gap:0px;
		padding: 10px 14px;
	}

	.tb_container .label {
		line-height: 1.6;
		font-size: 14px;
	}

	.tb_container .content {
		font-size: 14px;
	}
}

.lesp2 {
	letter-spacing: -1px;
}






/*------------------------------------------------*/
/*個人の印鑑 personal*/
.sec2 {
	padding: var(--v-space3) 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*3つ*/
.general-item-container3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px 30px;
	margin-top: 10px;
	margin-bottom: 60px;
}
@media screen and (max-width: 968px) {
	.general-item-container3 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px 15px
	}
}
@media screen and (max-width: 568px) {
	.general-item-container3 {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px 30px
	}
}
/* 印刷用 */
@media print {
	.general-item-container3 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px 30px
		margin-top: 10px;
		margin-bottom: 50px;
	}
}
.b-desi14 {
	/*margin: 20px auto 20px 20px;*/
	padding: 20px;
	/*border: 2px solid #434343;*/
	border-top: 4px solid #c61919;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
	border-bottom: 2px solid #cc1717;
}

.b-desi14-ttl {
	position: relative;
	/*left: -40px;*/
	bottom: -1.5em;
	background-color: var(--main-color);
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	font-size: clamp(20px, 1.53vw, 27px);
	font-weight: 600;
	padding: 0.5em 1em;
	margin: 0 auto;
	/*width: 100%;*/
	/*width: fit-content;*/
	width: 60%;
	text-align: center;
	background-image: url(../img/bg_02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.15);
}
.b-desi14 h4 {
	font-size: clamp(16px, 1.7vw, 20px);
	line-height: 1.7;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 550;
	text-align: center;
	margin: 5px auto;
}
.b-desi14 p {
	font-size: clamp(14px, 1.5vw, 17px);
	line-height: 1.5;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 550;
	text-align: justify;
}

/*pのheightをある程度決めておく*/
@media print, screen and (min-width: 968px) {
	p.h75{
		min-height: 7.5em;
	}
}
/*3つ*/
.general-item-container3-2 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin-top: 10px;
}
@media screen and (max-width: 968px) {
	.general-item-container3-2 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
}
@media screen and (max-width: 568px) {
	.general-item-container3-2 {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}
}
/* 印刷用 */
@media print {
	.general-item-container3-2 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
		margin-top: 10px;
	}
}





/*------------------------------------------------*/
/*法人の印鑑 corporate*/
.sec3 {
	padding: var(--v-space3) 0;
	background-color: #f9f9f9;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*pのheightをある程度決めておく*/
@media print, screen and (min-width: 968px) {
	p.h60{
		min-height: 6em;
	}
}
/*テーブル*/
table.tbl02 {
	margin: 20px auto 10px auto;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	background: rgba(255, 255, 255, 0.6);
	font-family: "Zen Kaku Gothic New", serif;
}

table.tbl02 tr th {
	box-sizing: border-box;
	text-align: left;
	font-size: clamp(14px, 1.5vw, 16px);
	line-height: 1.1;
	padding: 6px 10px;
	border-bottom: 1px solid #ccc;
	color: #333;
	width: 7em;
	font-weight: 600;
	background: #f2f2f2;
}

table.tbl02 tr td {
	box-sizing: border-box;
	font-size: clamp(14px, 1.5vw, 16px);
	line-height: 1.4;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	color: #444;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	table.tbl02 tr th {
		width: 100%;
		padding: 7px;
		display:block;
		background: var(--accent-color3);
		color: #fff;
		border-bottom: 0;
	}
	table.tbl02 tr td {
		width: 100%;
		padding: 7px;
		display:block;
		border-bottom: 0;
	}
}
/*印刷用*/
@media print{

}



/*------------------------------------------------*/
/*ゴム印・浸透印・その他 other*/
.sec4 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}





/*------------------------------------------------*/
/*よくある質問*/
.faq-sec {
	padding: var(--v-space) 0;
	background-color: #eaf0f2;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_05.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
}
@media screen and (max-width: 568px) {
	.faq-sec {
		background-image: none;
	}
}
/**/
div.faq-in{
	padding: 0;
	font-family: "Zen Kaku Gothic New", serif;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
@media screen and (max-width: 968px) {
	div.faq-in {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
}
/* 印刷用 */
@media print {
	div.faq-in {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}
/*枠付きデザイン*/
.onecours{
	background-color: rgba(255, 255, 255, 0.95);
	padding: 15px 25px 15px 20px;
	margin: 0 0 15px 0;
	font-size: clamp(16px, 1.5vw, 17px);
	border: 2px solid #e8d8bc;
	border-radius: 10px;
}

.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: 100%;
	line-height: 1.5;
	border-radius: 3px;
	width: 1.5em;
	text-align: center;
	align-self: start;	/* lavelを上揃えに */
	padding: 0 1px 3px 1px;
	font-family: "Zen Kaku Gothic New", serif;
}

.faq-label.q {
	background-color: var(--main-color);
}

.faq-label.a {
	background-color: var(--accent-color3);
}

.faq-question,
.faq-answer {
	margin: 0;
	line-height: 1.5;
	text-align: justify;
}
.faq-question{
	font-weight: bold;
}
hr.faqHr{
	height: 0px;
	border: 1px dashed #ccc;
	margin: 10px auto;
}






/*------------------------------------------------*/
/*会社概要 info*/
.info_sec1 {
	padding: var(--v-space) 0;
	position: relative;
	z-index: 1;
	background-size: 6px 6px;
	background-image: repeating-linear-gradient(0deg, #eeeae4, #eeeae4 1px, #fff 1px, #fff);
	/*background-image: url(../img/bg_03.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;*/
}

/**/
.bg_b {
	background: rgba(255, 255, 255, 0.7);
	padding: 40px;
	border: 1px solid #e1e1e1;
}
@media (max-width: 568px) {
	.bg_b {
		padding: 20px;
		margin: 0;
	}
}
/* 概要部分のテーブル */
table.inftb{
	box-sizing: border-box;
	font-family: "Zen Kaku Gothic New", serif;
	margin-bottom: 20px;
}
table.inftb tr {
	box-sizing: border-box;
}
table.inftb tr td:nth-of-type(1) {
	font-weight: 600;
	border-bottom: 1px dashed #b0b0b0;
	padding: 10px 13px 10px 37px;
	width: 10em;
	box-sizing: border-box;
	background: url(../img/icon02.png) no-repeat 7px center;
	background-size: 22px;
	font-size: clamp(17px, 1.8vw, 19px);
	line-height: 1.2;
}
table.inftb tr td:nth-of-type(2)  {
	border-bottom: 1px dashed #b0b0b0;
	padding: 10px 13px;
	box-sizing: border-box;
	width: calc((100% - 10em) / 1);
	font-size: clamp(15px, 1.6vw, 18px);
}

@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(157, 157, 157, 0.15);
	}
	table.inftb tr td:nth-of-type(2)  {
		display: block;
		border-bottom: none;
		padding: 10px 5px 15px 5px;
		width: 100%;
		text-align: justify;
	}
}

/**/
.general-item-container4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin: 20px 0 0 0;
}
@media (max-width: 968px) {
	.general-item-container4 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.general-item-container4 {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時の為*/
@media print{
	.general-item-container4 {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 15px;
		margin: 20px 0 0 0;
	}
}
.general-item4 img {
	border: 1px solid #e6e6e6;
	width: 100%;
	height: 220px;
	object-fit: cover;
}


/*アクセス*/
.access_sec1 {
	padding: var(--v-space) 0 50px 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	background-color: #fff;
}
/* アクセス部分のテーブル */
table.actab {
	font-family: "Zen Kaku Gothic New", serif;
	box-sizing: border-box;
	font-size: clamp(16px, 1.7vw, 17px);
}
table.actab tr {
	box-sizing: border-box;
}
table.actab tr td:nth-of-type(1) {
	line-height: 1.3;
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 7px 5px 5px 5px;
	width: 9em;
	color: #000;
	box-sizing: border-box;
}
table.actab tr td:nth-of-type(2) {
	border-bottom: 1px dashed #999;
	padding: 7px 5px;
	box-sizing: border-box;
}
@media screen and (max-width: 568px) {
	table.actab tr td:nth-of-type(1) {
		display: block;
		padding: 5px 5px 3px 5px;
		width: 100%;
		background-color: #cccccc3d;
	}
	table.actab tr td:nth-of-type(2) {
		display: block;
		padding: 8px 5px;
		width: 99%;
	}
}
/*アイコン*/
.f-awesome_icon01 {
	font-size: 1.2em;
	color: #828282;
	margin: 0 13px 7px 6px;
	display: inline-block;
	vertical-align: middle;
}
.f-awesome_icon02 {
	font-size: 1.2em;
	color: #828282;
	margin: 0 10px 7px 3px;
	display: inline-block;
	vertical-align: middle;
}




