@charset "UTF-8";


/*=======================================================*/
/*					セクション毎のCSS					  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(30px, 4vw, 50px);
	line-height: 1;
	font-style: italic;
	text-align: center;
	/*font-family: "Montserrat", sans-serif;*/
	font-family: 'Noto Serif JP', serif;
}
.spot-heading02{
	font-size: clamp(21px, 2.5vw, 28px);
	line-height: 1.2;
	font-weight: 600;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: clamp(14px, 1.5vw, 17px);
	text-align: center;
	margin-inline: auto;
	color: #916c2b;
	font-family: 'Noto Serif JP', serif;
}
@media only screen and (max-width: 767px) {
	.spot-heading02+p{
		/*text-align: left;*/
	}
	/*<br>のブレイクポイント*/
	.br768{
		display:none;
	}
}
.line{
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #fff;
	/* margin: 1.9607% auto; */
	margin: 1.1% auto;	/*今回のみ*/
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #777;
	/* margin: 1.9607% auto; */
	margin: 1.1% 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: '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: 0.5vw;
	font-weight: 400;
}
.spot__heading03 h3:first-letter {
	font-size: 140%;
	color: var(--accent-color3);
	margin-right: 2px;
}
.spot__heading03 span {
	position: absolute;
	/*font-family: "WindSong", serif;*/
	font-family: "Corinthia", cursive;
	margin: 0;
	font-size: clamp(27px,9vw,40px);
	text-align: left;
	top: -35px; /* 調整が必要かもしれません */
	left: 0;
	transform-origin: left top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: var(--main-color);
	opacity: 0.3;
	/*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: -5px 0 0.9vw 0;
	position: relative;
	z-index: 1;
}

/**/
.spot_photo{
	padding: 5px;
	background-color: #FFF;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* ソフトシャドウ */
	transition: all 0.3s ease;
	border-top-left-radius: 20%;
	border-bottom-right-radius: 20%;
}
.spot_photo img{
	border-top-left-radius: 20%;
	border-bottom-right-radius: 20%;
}
.spot_photo:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.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(--accent-color2);
	border-left: 2px solid var(--accent-color3);
	top:-10px;
	left:-10px;
}
.spot_photo02::after {
	border-right: 2px solid var(--accent-color2);
	border-bottom: 2px solid var(--accent-color3);
	bottom:-10px;
	right:-10px;
}


.spot_photo03 img{
	border-top-left-radius: 500px;
	border-bottom-right-radius: 500px;
}
@media only screen and (max-width: 568px) {
	.spot_photo03 img{
		border-top-left-radius: 200px;
		border-bottom-right-radius: 200px;
	}
}

.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{
	margin: 10px 0;
}
.kakomi01 span {
	font-family: sans-serif;
	padding: 3px 8px 3px 8px;
	margin: 0px 5px 5px 0px;
	background-color: #0c460cc9;
	/*border: 1px solid #82ae63;*/
	color:#fff;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(13px, 1.3vw, 14px);
}
.kakomi01 span.nonk1 {
	padding: 3px 6px 3px 6px;
	margin: 0px 5px 5px 0px;
	background-color: initial;
	border: 0;
	color:#333;
	border-radius: 5px;
	text-align: left;
	display: inline-block;
	font-size: 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: 90%;
	justify-content: space-between; /* 左右のボックスを揃える */
	margin: 20px auto;
}
.kakomi-tag01 p {
	background-color: #65943736;
	padding: 3px 7px 5px 7px;
	font-size: clamp(14px, 1.3vw, 15px);
	font-family: Arial, sans-serif;
	flex-grow: 1; /* ボックスのサイズを自動調整 */
	min-width: 160px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: center; /* 水平方向の中央揃え */
	border-radius: 50px;
	font-family: "Zen Kaku Gothic New", serif;
}
.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: left; /* 水平方向の中央揃え */
}
@media (max-width: 968px) {
	.kakomi-tag01 {
		width: 100%;
	}
}
@media (max-width: 568px) {
	.kakomi-tag01 .end{
		text-align: right;
	}
}
/*印刷時*/
@media print{
	.kakomi-tag01 {
		display: flex;
		flex-wrap: wrap; /* 子要素を折り返す */
		gap: 10px;
		width: 90%;
		justify-content: space-between; /* 左右のボックスを揃える */
		margin: 20px auto;
	}
}
/*-----------------------------------------------*/
/*よく使うデザイン*/
/*-----------------------------------------------*/
/*印刷には表示されない*/
@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 20px;
	margin: 25px auto;
	box-sizing: border-box;
	outline: 1px solid var(--accent-color2);
	outline-offset: -0.4rem;
}
/**/
.kukuri p{
	font-size: clamp(15px, 1.5vw, 16px);
	line-height: 1.4;
}
/**/
.kukuri2{
	border: 1px solid #e4e4e4;
	padding: 15px 20px;
	margin: 20px auto;
}
.kukuri2 p{
	font-size: clamp(15px, 1.5vw, 17px);
	line-height: 1.4;
	font-family: "Zen Kaku Gothic New", serif;
}

.kbg01{
	background-color: rgba(255, 255, 255, 0.8);
}
.kbg02{
	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(22px, 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 0.3rem auto;
	/*max-width: 720px;*/
	line-height: 1.4;
	color: var(--accent-color2)
}
/*サブキャッチ補足文章*/
.lead-p {
	text-align: center;
	color: #6d794a;
	font-size: clamp(16px, 1.7vw, 19px);
	font-weight: 500;
	margin: 5px auto 25px auto;
	line-height: 1.4;
	width: fit-content;
	background: #eff2ea;
	padding: 4px 15px 7px 15px;
	font-family: "Zen Kaku Gothic New", serif;
}
/*
@media (max-width: 568px) {
	.lead-p {
		text-align: justify;
	}
}
*/
/*今回*/
.f-fzg{
	font-family: "Zen Kaku Gothic New", serif;
}



/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*冒頭一文*/
p.grp{
	font-size: clamp(13px, 1.3vw, 15px);
	line-height: 1.3;
	margin: 0 auto 10px auto;
	width: fit-content;
	color: #555;
	font-family: 'Noto Serif JP', serif;
}
/*catchphrase*/
.catchphrase{
	padding: 50px 0;
	background-image: url(../img/bg_catchphrase.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/**/
.wrap {
	text-align: center;
}
.vertical {
	writing-mode: vertical-rl;
	display: inline-block;
	text-align: initial;
}
.vertical h2 {
	margin: 0;
	color: #000;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.8;
	font-size: clamp(25px, 1.8vw, 40px);
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}

/**/
.headinggreet {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	color: #66533b;
	font-weight: 400;
	font-size: clamp(17px, 2vw, 20px);
	margin-bottom: 10px;
}
/**/
p.grp2{
	font-size: clamp(15px, 1.6vw, 17px);
	line-height: 1.7;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400 !important;
	/*-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;*/
}


/*取り扱いサービスのご案内*/
.sec1 {
	padding: var(--v-space) 0 var(--v-space2) 0;
	position: relative;
	z-index: 1;
	background-color: #f7f7f7;
	background-image: url(../img/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
/*flexで*/
.sec1-summary-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 30px 0;
	box-sizing: border-box;
}

.sec1-summary-container article {
	width: calc((100% - 40px) / 3); /* gap分引いた上で4分割 */
	min-width: 250px; /* スマホで潰れすぎ防止 */
	padding: 15px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 8px 18px rgba(121, 121, 121, 0.1);
	box-sizing: border-box;
}

/* タブレット対応：2カラム */
@media only screen and (max-width: 1068px) {
	.sec1-summary-container article {
		width: calc((100% - 20px) / 2);
	}
}

/* スマホ対応：1カラム */
@media only screen and (max-width: 668px) {
	.sec1-summary-container {
		justify-content: center;
	}
	.sec1-summary-container article {
		width: 100%;
	}
}

/* 印刷用 */
@media print {
	.sec1-summary-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		margin: 30px 0;
		box-sizing: border-box;
	}
	.sec1-summary-container article {
		width: calc((100% - 40px) / 3);
		box-sizing: border-box;
	}
}
h4.fuz-tit2 {
	margin: 10px auto;
	padding: 5px 10px 0 10px;
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(17px, 1.7vw, 19px);
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}
.sec1-summary-container p{
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(13px, 1.5vw, 15px);
	font-weight: 400;
	line-height: 1.4;
	text-align: justify;
	padding: 5px 10px;
}



/**/
.sec2 {
	padding: var(--v-space) 0 var(--v-space2) 0;
	position: relative;
	z-index: 1;
	background-color: #f6f9f4;
	background-image: url(../img/bg_02.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
/**/
.performance-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 35px;
	margin: 40px 0 40px;
	padding: 0;
	list-style: none;
	font-family: "Zen Kaku Gothic New", serif;
}
.performance-list li {
	background: #ffffffcf;
	padding: 34px 24px 24px 24px;
	border-radius: 8px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	background-image: url(../img/bg_05.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.performance-list li:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.performance-list .badge {
	position: absolute;
	top: -12px;
	left: 16px;
	background: linear-gradient(135deg, #b7ac85, #5c8a3d);
	color: #fff;
	font-size: 1rem;
	padding: 6px 12px;
	border-radius: 999px;
	font-weight: bold;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.performance-list p {
	font-size: clamp(16px, 1.5vw, 17px);
	color: #555;
	line-height: 1.6;
	font-weight: 600;
	text-align: justify;
}
.btn-wrap {
	text-align: center;
	margin-top: 24px;
}
.btn-more {
	display: inline-block;
	background-color: var(--accent-color1);
	color: #fff;
	padding: 10px 28px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 500;
	font-size: 1rem;
	transition: background-color 0.3s ease;
	/*font-family: 'Noto Serif JP', serif;*/
	font-family: "Zen Kaku Gothic New", serif;
}
.btn-more:hover {
	background-color: #105542;
}

/* スマホ調整 */
@media (max-width: 568px) {
	.performance-list li {
		padding: 30px 20px 20px 20px;
	}
}
/* 印刷用 */
@media print {
	.performance-list {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
		gap: 32px;
		margin: 60px 0 40px;
		padding: 0;
		list-style: none;
		font-family: "Zen Kaku Gothic New", serif;
	}
}





/*======= 下層ページ共通 ======*/

/*4つの枠で3つ*/
/*flexで*/
.general-item-octagon3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	box-sizing: border-box;
	margin: 30px auto 0 auto;
	max-width: 1100px;
}
.octagon-item3 {
	width: calc((100% - 60px) / 4); /* gap分引いた上で4分割 */
	/*min-width: 250px;*/ /* スマホで潰れすぎ防止 */
	box-sizing: border-box;
}
/* タブレット対応：2カラム */
@media only screen and (max-width: 868px) {
	.general-item-octagon3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0px 15px;
		margin: 30px 0 30px 0;
		box-sizing: border-box;
	}
	.octagon-item3 {
		width: calc((100% - 30px) / 3);
	}
}
/* スマホ対応：2カラム */
@media only screen and (max-width: 468px) {
	.octagon-item3 {
		width: calc((100% - 15px) / 2);
	}
}

/* 印刷用 */
@media print {

}
/* 六角形（Hexagon） */
/*
.hexagon {
	width: 100%;
	max-width: 300px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	clip-path: polygon(
		25% 0%, 75% 0%,
		100% 50%,
		75% 100%, 25% 100%,
		0% 50%
	);
}
*/
.hexagon {
	width: 100%;
	max-width: 300px;
	aspect-ratio: 1 / 1.1;/* 視覚的にこうしている */
	object-fit: cover;
	clip-path: polygon(
		50% 0%,      /* 上の頂点 */
		100% 25%,    /* 右上 */
		100% 75%,    /* 右下 */
		50% 100%,    /* 下の頂点 */
		0% 75%,      /* 左下 */
		0% 25%       /* 左上 */
	);
}




/**/
p.h_s{
	font-family: "Zen Kaku Gothic New", serif;
	line-height: 1.5;
	text-align: justify;
	margin-bottom: 15px;
}

/*画面半分体裁デザインのところ 左画像用*/
/*レーザー彫刻加工*//*アクリルレーザー彫刻*//*LEDのサインプレート*/
/*ハガキ印刷*//*表札・プレート*/
/*個人の印鑑の種類*/
.harf_sec1{
	padding: 0;
	background-color: #fff;
	background-image: url(../img/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
/*半分*/
.harf_sec1-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　画像用*/
.harf_sec1-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	min-height: 400px;
}
/*右カラム　文字用*/
.harf_sec1-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 90px;
}

/*可変対応*/
@media only screen and (max-width: 1268px) {
	.harf_sec1-container-item2 {
		grid-area: 1 / 2 / 2 / 3;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 40px 50px;
	}
}
@media only screen and (max-width: 968px) {
	.harf_sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(250px 1fr, 1);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.harf_sec1-container-item1 { grid-area: 2 / 1 / 3 / 2; min-height: 300px; }
	.harf_sec1-container-item2 { grid-area: 1 / 1 / 2 / 2; padding: 50px 20px; }
}

/*画像の選定 1000*500*/
/*レーザー彫刻加工*/
.harflaser_sec1-bg01{
	background-image: url(../img/harflaser_sec1_img01.jpg);
	background-position: center;
}
/*アクリルレーザー彫刻*/
.harflaser_sec1-bg02{
	background-image: url(../img/harflaser_sec1_img02.jpg);
	background-position: center;
}
/*LEDのサインプレート*/
.harflaser_sec1-bg03{
	background-image: url(../img/harflaser_sec1_img03.jpg);
	background-position: center;
}
/*ハガキ印刷*/
.harfprint_sec1-bg01{
	background-image: url(../img/harfprint_sec1_img01.jpg);
	background-position: center;
}
/*表札・プレート*/
.harfprint_sec1-bg02{
	background-image: url(../img/harfprint_sec1_img02.jpg);
	background-position: center;
}
/*個人の印鑑の種類*/
.harfhanko_sec1-bg01{
	background-image: url(../img/harfhanko_sec1_img01.jpg);
	background-position: center;
}





/*画面半分体裁デザインのところ 右画像用*/
/*木材レーザー彫刻*//*色入れ彫刻*//*既製品への彫刻*/
/*名刺作成*//*個人用ネームプレート*/
/*会社の印鑑の種類*/
.harf_sec2{
	padding: 0;
	background-color: #fff;
	background-image: url(../img/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
/*半分*/
.harf_sec2-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　文字用*/
.harf_sec2-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 90px;
}
/*右カラム　画像用*/
.harf_sec2-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	min-height: 400px;
}
/*可変対応*/
@media only screen and (max-width: 1268px) {
	.harf_sec2-container-item1 {
		grid-area: 1 / 1 / 2 / 2;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 40px 50px;
	}
}
@media only screen and (max-width: 968px) {
	.harf_sec2-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(250px 1fr, 1);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.harf_sec2-container-item1 { grid-area: 1 / 1 / 2 / 2; padding: 50px 20px; }
	.harf_sec2-container-item2 { grid-area: 2 / 1 / 3 / 2; min-height: 300px; }
}
/*印刷用*/
@media print{
	/*左カラム　文字用*/
	.harf_sec2-container-item1 {
		grid-area: 1 / 1 / 2 / 2;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 90px;
	}
	/*右カラム　画像用*/
	.harf_sec2-container-item2 {
		grid-area: 1 / 2 / 2 / 3;
		background-size: cover;
		background-repeat: no-repeat;
		height: 100%;
	}
}

/*画像の選定*/
/*木材レーザー彫刻*/
.harflaser_sec2-bg01{
	background-image: url(../img/harflaser_sec2_img01.jpg);
	background-position: center;
}
/*色入れ彫刻*/
.harflaser_sec2-bg02{
	background-image: url(../img/harflaser_sec2_img02.jpg);
	background-position: center;
}
/*既製品への彫刻*/
.harflaser_sec2-bg03{
	background-image: url(../img/harflaser_sec2_img03.jpg);
	background-position: center;
}
/*名刺作成*/
.harfprint_sec2-bg01{
	background-image: url(../img/harfprint_sec2_img01.jpg);
	background-position: center;
}
/*個人用ネームプレート*/
.harfprint_sec2-bg02{
	background-image: url(../img/harfprint_sec2_img02.jpg);
	background-position: center;
}
/*会社の印鑑の種類*/
.harfhanko_sec2-bg01{
	background-image: url(../img/harfhanko_sec2_img01.jpg);
	background-position: center;
}





/*よくある質問*/
div.faq-in{
	padding: 0;
	font-family: 'Noto Serif JP', serif;
}
/*枠付きデザイン*/
.onecours{
	background-color: #f7f7f7;
	padding: 13px 25px 13px 20px;
	margin: 0 0 15px 0;
	font-size: clamp(16px, 1.5vw, 17px);
}
.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: 105%;
	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);*/
	color: var(--accent-color1);
}
.faq-label.a {
	/*background-color: var(--accent-color3);*/
	color: var(--accent-color2);
}
.faq-question,
.faq-answer {
	margin: 0;
	line-height: 1.5;
	text-align: justify;
}
.faq-question{
	font-weight: bold;
	color: #000;
}
.faq-answer {
	color: #454545;
}
hr.faqHr{
	height: 0px;
	border-bottom: 1px dotted #7b7b7b;
	margin: 5px auto;
}























/*------------------------------------------------*/
/*セクションの間イメージ画像*/
.sec-adimg{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}
.sec-adimg-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.sec-adimg-container-item1 { grid-area: 1 / 1 / 2 / 2; }
.sec-adimg-container-item2 { grid-area: 1 / 2 / 2 / 3; }
.sec-adimg-container-item3 { grid-area: 1 / 3 / 2 / 4; }
/*
.sec-adimg-container-item4 { grid-area: 1 / 4 / 2 / 5; }
.sec-adimg-container-item5 { grid-area: 1 / 5 / 2 / 6; }
*/
@media (max-width: 568px) {
	.sec-adimg-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	
	/*.sec-adimg-container-item1 { display: none; }*/
	.sec-adimg-container-item1 { grid-area: 1 / 1 / 2 / 2; }
	.sec-adimg-container-item2 { grid-area: 1 / 2 / 2 / 3; }
	.sec-adimg-container-item3 { grid-area: 1 / 3 / 2 / 4; }
	/*.sec-adimg-container-item5 { display: none; }*/
}
/*------------------------------------------------*/






















/*======= 印鑑・ゴム印ページ ======*/
/**/
.hanko-sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*取り扱い印材のご紹介（素材紹介）*/
.hanko-sec2 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url("../img/bg_03.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
/**/
.choose-summary-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 30px 0;
	box-sizing: border-box;
}
.choose-summary-container article {
	padding: 10px 15px 20px 15px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 8px 18px rgba(121, 121, 121, 0.1);
	box-sizing: border-box;
}
/* タブレット対応：3カラム */
@media only screen and (max-width: 968px) {
	.choose-summary-container {
		grid-template-columns: repeat(3, 1fr);
	}
}
/* タブレット対応：2カラム */
@media only screen and (max-width: 768px) {
	.choose-summary-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
/* スマホ対応：1カラム */
@media only screen and (max-width: 568px) {
	.choose-summary-container {
		grid-template-columns: 1fr;
	}
}
/* 印刷用 */
@media print {
	.choose-summary-container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
		margin: 30px 0;
		box-sizing: border-box;
	}
}

h4.fuz-tit {
	margin: 0 auto 10px auto;
	padding: 5px 10px 0 10px;
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(17px, 1.7vw, 21px);
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	color: #827322;
}
.choose-summary-container p{
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(13px, 1.5vw, 15px);
	font-weight: 400;
	line-height: 1.4;
	text-align: justify;
	padding: 5px 10px;
}
.choose-summary-container p.fshort{
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(11px, 1.2vw, 12px);
	font-weight: 400;
	line-height: 1.3;
	text-align: justify;
	padding: 0 10px;
	text-indent: -1em;
	padding-left: 1.7em;
}

/*尾梅堂印房の特長*/
.hanko-sec3 {
	padding: var(--v-space3) 0;
	background-color: var(--main-color);
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url("../img/bg_02.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}


/*flexで*/
.features-summary-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 30px 0;
	box-sizing: border-box;
}

.features-summary-container article {
	width: calc((100% - 40px) / 3); /* gap分引いた上で4分割 */
	min-width: 250px; /* スマホで潰れすぎ防止 */
	padding: 15px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 8px 18px rgba(121, 121, 121, 0.1);
	box-sizing: border-box;
	border: 1px solid var(--accent-color1);
}

/* タブレット対応：2カラム */
@media only screen and (max-width: 1068px) {
	.features-summary-container article {
		width: calc((100% - 20px) / 2);
	}
}

/* スマホ対応：1カラム */
@media only screen and (max-width: 668px) {
	.features-summary-container {
		justify-content: center;
	}
	.features-summary-container article {
		width: 100%;
	}
}

/* 印刷用 */
@media print {
	.features-summary-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		margin: 30px 0;
		box-sizing: border-box;
	}
	.features-summary-container article {
		width: calc((100% - 40px) / 3);
		box-sizing: border-box;
	}
}

.features-summary-container p{
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(13px, 1.5vw, 15px);
	font-weight: 400;
	line-height: 1.4;
	text-align: justify;
	padding: 5px 10px;
}








/*======= ハガキ・名刺・表札ページ ======*/
/**/
.print-sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}




/*======= レーザー加工ページ ======*/
/**/
.laser-sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*レーザー加工 よくある質問*/
.laser-faq {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}




/*======= 店舗案内ページ ======*/
/**/
.info-sec1 {
	padding: var(--v-space3) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.bg_b {
	background: rgba(255, 255, 255, 0.8);
	padding: 40px;
}
@media (max-width: 568px) {
	.bg_b {
		padding: 20px;
		margin: 0;
	}
}
/* 概要部分のテーブル */
table.inftb{
	box-sizing: border-box;
	font-family: "Zen Kaku Gothic New", serif;
}
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 43px;
	width: 15em;
	box-sizing: border-box;
	background: url(../img/icon02.png) no-repeat 7px center;
	background-size: 30px;
	font-size: clamp(16px, 1.7vw, 17px);
	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% - 11em) / 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 43px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
		background-color: rgba(101, 148, 55, 0.07);
	}
	table.inftb tr td:nth-of-type(2)  {
		display: block;
		border-bottom: none;
		padding: 10px 5px 15px 5px;
		width: 100%;
		text-align: justify;
	}
}



/*アクセス*/
.access_sec1 {
	padding: var(--v-space3) 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;
}





