@charset "UTF-8";


/*========================================================*/
/*      					共通CSS  			  		  */
/*=======================================================*/
/* ノーマル指定 */
table{
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}
.clear {
	clear: both;
}
strong{
	font-weight:normal;
}
/* 2行目以降の文字を一文字ずらす */
.indent{
	text-indent: -1em;
	padding-left: 1em;
}
/* 先頭の文字を一文字ずらす */
.indent02{
	text-indent: 1em;
}
/* 半角分文字をずらす */
.indent03{
	text-indent: 0.6em;
}
/* 全体の文章を１文字分右にずらす */
.indent04{
	padding-left: 1em;
}
.tj{
	text-align: justify;/*文字両端ぞろえ*/
}
.marker {
	background: linear-gradient(transparent 60%, #e8decd 60%);
}
.marker2 {
	background: #f2d9a794;
	padding: 0px 4px;
	margin: 0 5px 2px 0;
}
.marker3 {
	background: #cca67561;
	/*border: #a1aaa2 solid 1px;*/
	padding: 3px 5px;
	margin: 0 5px 2px 5px;
	font-weight: 600;
	line-height: 2.2;
}
.lesp{
	letter-spacing: -1px;
}
.lesp2{
	letter-spacing: -2px;
}
.btm{
	padding-bottom: 2vw;
}
.btm50{
	padding-bottom: 50px;
}
.brs20{
	border-radius: 20px;
}

/*PCのみ表示*/
@media screen and (max-width: 1024px) {
	.pc{
		display:none;
	}
	.sptx-c {
		text-align: center;
	}
}
/*スマホのみ表示*/
@media print, screen and (min-width: 569px) {
	.sp {
		display: none;
	}
}
/*タブレットのみ表示*/
@media not all and (min-width: 569px) and (max-width: 1024px) {
	.tab{
		display:none;
	}
}
@media print {
	.tab{
		display:none;
	}
}
/*PC・タブレットのみ表示*/
@media screen and (max-width: 767px) {
	.pc-tab{
		display:none;
	}
}

/*リンクの位置調整(Btype)*/
a.anchor {
	display: block;
	padding-top: 50px;
	margin-top: -50px;
}
@media screen and (max-width: 568px) {
	a.anchor {
		display: block;
		padding-top: 90px;
		margin-top: -90px;
	}
}

/* ページトップボタン */
#page_top {
	display: block;
	width: 60px;
	height: 60px;
	position: fixed;
	right: 20px;
	bottom: 15px;
	opacity: 0.6;
	z-index: 99;
}
#page_top a {
	display: flex; /* 中央寄せ用にflex */
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	text-decoration: none;
}
#page_top svg {
	width: 50px;
	height: 50px;
	color: var(--sub-color2); /* インラインSVGなら色を変えられる */
}


/* Gmap */
.fullOuterMap{
	width: 100%;
	position: relative;
	padding:0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height:auto;
	/*margin-top: -70px;*/	/*セクションのbottomに被せる*/

	z-index: 1; /* 背景画像より上に表示 */ 
}
.fullInner{
	width:100%;
}
.gmp {
	position: relative;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
}
.gmp iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (max-width: 568px) {
	.gmp {
		position: relative;
		padding-bottom: 100%;
		height: 0;
		overflow: hidden;
	}
}
/*yahoo*/
/*
.gmp {
	position: relative;
	height: 350px;
	overflow: hidden;
	margin-top: 20px;
}
.gmp script {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (max-width: 568px) {
	.gmp {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
	}
}
*/

/**/
.inmap {
	/*aspect-ratio: 16 / 9;*/
	/*aspect-ratio: 4 / 3;*/
	/*aspect-ratio: 3 / 1;*/
	/*aspect-ratio: 2 / 1;*/
	/*height: 540px;*/ /* 好きな高さに調整 */
	height: 300px;
	width: 100%;
	/*margin-top: 20px;*/
}
.inmap iframe {
	width: 100%;
	height: 100%;
	display: block;
}
@media screen and (max-width: 1068px) {
	.inmap {
		height: 300px; /* 好きな高さに調整 */
		width: 100%;
	}
}
/*印刷時*/
@media print{
	.inmap {
		height: 250px; /* 好きな高さに調整 */
		width: 100%;
	}
}


/*======================================================*/
/* 文字・色・罫線・フォント・幅・リンク色CSS			  */
/*======================================================*/


/* 文字・余白・色など */
.tx-r {
	text-align: right;
}
.tx-c {
	text-align: center;
}
/* SP だけの上書き用クラス */
@media screen and (max-width: 568px) {
	.sp-tx-l {
		text-align: left;
	}
}
.tx-fit {
	inline-size: fit-content;
	margin-inline: auto;
}
.mt10{
	margin-top: 10px;
}
.mb00{
	margin-bottom: 0;
}
.mb10{
	margin-bottom: 10px;
}
.mlr10{
	margin-left: 10px;
	margin-right: 10px;
}
.f-10 {
	font-size: 10px;
}
.f-11 {
	font-size: 11px;
}
.f-12 {
	font-size: 12px;
}
.f-13 {
	font-size: 13px;
}
.f-14 {
	font-size: 14px;
}
.f-15 {
	font-size: 15px;
}
.f-16 {
	font-size: 16px;
}
.f-17 {
	font-size: 17px;
}
.f-20 {
	font-size: 20px;
}
.f-25 {
	font-size: 25px;
}
.f13-14{
	font-size:clamp(13px, 2vw, 15px);
}
.f14-16{
	font-size:clamp(14px, 1.4vw, 16px);
}
.f16-20{
	font-size:clamp(16px, 1.4vw, 20px);
}
.f17-20{
	font-size:clamp(17px, 3vw, 20px);
}
.f18-25{
	font-size:clamp(20px, 1.4vw, 30px);
}
.f20-30{
	font-size:clamp(20px, 3vw, 30px);
}
.f-la {
	font-size: large;
}
.f-xla {
	font-size: x-large;
}
.f-famm {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Noto Serif JP', serif;
}
.f-fazm {
	font-family: "Zen Old Mincho", serif;
}
.f-fama {
	font-family: 'ヒラギノ丸ゴ Pro W4', 'ヒラギノ丸ゴ Pro', 'Hiragino Maru Gothic Pro', 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO', sans-serif;
}
.lihei14{
	line-height: 1.4;
}
.lihei16{
	line-height: 1.6;
}
.lihei19{
	line-height: 1.9;
}
.lihei2{
	line-height: 2;
}
.emp {
	font-weight: bold;	/*デザイン的強調 emphasis*/
}
.empcolor {
	color: var(--main-color) !important;	/*サイト主要色*/
}
.accentColor {
	color: var(--accent-color1) !important;	/*サイトアクセント色1*/
}
.accentColor2 {
	color: var(--accent-color2) !important;	/*サイトアクセント色2*/
}
.accentColor3 {
	color: var(--accent-color3) !important;	/*サイトアクセント色3*/
}
.colorPink{
	color: #dd517f;
}
.colorGreen{
	color: #227d28;
}
.colorOrange{
	color: #df7e01;
}
.colorYellow{
	color: #978a25;
}
.colorRed{
	color: #c24a4a;
}
.colorPurple{
	color: #5a0797;
}
.colorBlue{
	color: #002277;
}
.colorWhite{
	color: #fff;
}
.colorBlack{
	color: #222;
}
.colorGray{
	color: #636363;
}

/*文字縁取り*/
.fuchidori{
	-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;
}
/*
.fuchidori {
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF,  0 -1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
}
*/
/*リンクオンマウス時アンダーライン*/
a.onmouse:hover{
	text-decoration: underline;
	color:var(--accent-color3);
}

/*リンク アンダーライン*/
a.unli{
	text-decoration: underline;
	color: var(--main-color);
}
a.unli:hover{
	color: var(--accent-color1);
}

/*パンくずリスト(Atypeのみ使用)*/
#pankuzu {
    font-size: 12px;
    color: #666666;
    padding-top: 20px;
}
.panbk{
	background-color: #ffffffb7;
	padding: 5px;
	border-radius: 10px;
}

/*罫線*/
hr{
	height: 1px;
	border: none;
	margin: 15px auto;
}
hr.no{
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid rgba(255,255,255,0);	/*透明*/
}
hr.on{
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #aaa;
}
hr.no-m{
	margin-top: 25px;
	margin-bottom: 25px;
	border: 1px solid rgba(255,255,255,0);	/*透明*/
}
hr.line{
	margin-top: 15px;
	margin-bottom: 15px;
	width: 80%;
	border-top: 1px solid var(--main-color);
}
hr.decoline {
	background-image: url(../img/decoline.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 40px;
	margin: 15px 0px;
	margin: 25px 0px 25px 0px;
	border: 0;
}

/*アイコン*/
.svgicon01 {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: sub;
	margin: 0 7px 0 5px;
}
.svgicon02 {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: sub;
	margin: 0 7px 0 5px;
}

/*======================================================*/
/*					タイトルCSS							*/
/*======================================================*/
/*タイトル	デザイン色々 */
.heading01 {
	position: relative;
	text-align:center;
	/*margin-top: 1em;*/
	margin-bottom: 1em;
	font-size: 28px;
}
.heading01:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: var(--main-color);
	border-radius: 2px;
}
/**/
.heading02 {
	position: relative;
  	display: inline-block;
	font-weight:600;
  	padding: 0 40px;
	font-size: clamp(18px, 1.9vw, 20px);
	font-family: "Zen Kaku Gothic New", serif;
	color: var(--accent-color1);
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.heading02:before, .heading02:after {
	content: '';
	position: absolute;
	top: 48%;
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: var(--accent-color1);
}
.heading02:before {
	left:0;
}
.heading02:after {
	right: 0;
}
/**/
.heading03 {
	/*font-family: 'Noto Serif JP', serif;*/
	text-align: center;
	color: #444;
	font-weight: 400;
	/*font-size: clamp(25px, 2.5vw, 30px);*/
	font-size: clamp(20px, 3vw, 29px);
	line-height: 1.3;
	margin-bottom: 20px;
	position: relative;
	padding: 150px 1% 0 1%;
	box-sizing: border-box;
}
.heading03::before {
	content: "";
	border: 0;
	position: absolute;
	left: calc(50% - 105px);
	background-image: url(../img/icon02.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 210px;
	height: 140px;
	top: 0px;
}
@media print, screen and (max-width: 468px) {
	.heading03 {
		line-height: 1.5;
		font-weight: 600;
		font-feature-settings: 'palt' 1;
		-webkit-font-smoothing: antialiased;
	}
}

/*＼　／でタイトルを囲む*/
.heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(24px, 3vw, 30px);
	font-weight: 400;
	text-align: center;
	border: 0;
	line-height: 1.4;
	margin-bottom: 30px;
	color: var(--main-color);
}
.heading04::before,
.heading04::after {
	content: '';
	width: 2px;
	height: 35px;
	background-color: #ccc;
}
.heading04::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.heading04::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
@media screen and (max-width: 568px) {
	.heading04::before {
		margin-right: 17px;
	}
	.heading04::after {
		margin-left: 17px;
	}
	.heading04 {
		margin-top: 10px;
	}
}
/*背景に色をつける*/
.heading05 {
	padding: 4px 15px 7px 15px;
	background: #dee8e3;
	margin: 5px 0;
	color: #000;
	font-size: clamp(16px, 1.7vw, 18px);
	line-height: 1.3;
	text-align: center;
	font-family: "Zen Kaku Gothic New", serif;
	width: fit-content;
	border-left: 10px solid var(--main-color);
	border-right: 10px solid var(--main-color);
	box-sizing: border-box;
}
@media screen and (max-width: 568px) {
	.heading05 {
		width: 100%;
	}
}

/*背景に英字*/
.heading06 {
	color: var(--accent-color1);
	position: relative;
	padding-top: clamp(35px, 4.7vw, 55px);
	padding-bottom: 25px;
	font-size: clamp(25px, 2.7vw, 30px);
	text-align: center;
	font-weight: 400;
	/*font-family: "Montserrat", sans-serif;*/
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 10px;
}
.heading06 span {
	position: relative;
	z-index: 2;
}
.heading06::before {
	content: attr(data-en);
	position: absolute;
	top: -5%;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(25, 0, 77, 0.15);
	font-size: clamp(50px,6vw,70px);
	font-style: italic;
}
/*背景をずらしたデザイン*/
.heading07 {
	font-weight: bold;	
	background-color: rgba(221, 238, 238, 0.785);
	padding: 0.25em 1em;
	position: relative;
	font-size: clamp(18px, 4vw, 25px);
	margin-bottom: 20px;
	width: calc(100% - 1px);
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.heading07::before {
	content: '';
	/*background-color: #e1eef5;*/
	
	border: 1px solid #4c9ac0;
	width: calc(100% + 1px);
	height: calc(100% + 1px);
	position: absolute;
	top: -7px;
	left: 4px;
	z-index: -1;
}

/*全幅　真ん中のみ色　棒*/
.heading08 {
	position: relative;
	font-size: clamp(18px, 2vw, 22px);
	text-align: center;
	border-bottom: 4px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 5px;
	font-weight: 400;
	padding: 3px 3px 5px 3px;
	line-height: 1.3;
	font-family: "Zen Kaku Gothic New", serif;
}
.heading08:after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 4px;
	background-color: var(--main-color);
}
/*中線*/
.heading09 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(18px, 2vw, 22px);
	text-align: center;
	line-height: 1.3;
	font-weight: 400;
	color: #665846;
	margin: 5px auto 30px auto;
}
.heading09::before,
.heading09::after {
	content: '';
	width: 22px;
	height: 3px;
	background-color: #e2ddd4;
}
.heading09::before {
	margin-right: 9px;
}
.heading09::after {
	margin-left: 9px;
}

/*高級感*/
.heading10 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(20px, 2vw, 25px);
	font-weight: 400;
	text-align: center;
	line-height: 1.3;
	position: relative;
	padding: 0.7rem 2rem;
	-webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
	margin: 0 0 20px 0;
	background-color: #fff;
}
.heading10:before,
.heading10:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	/*background-image: -webkit-linear-gradient(135deg, #704308 0%, #bb9f2c 40%, #b7ab2d 60%, #704308 100%);*/
	background-image: linear-gradient(135deg, #704308 0%, #bb9f2c 40%, #b7ab2d 60%, #704308 100%);
	/*background-image: linear-gradient(135deg, #70083e 0%, #bd7999 40%, #cc7fab 60%, #700847 100%);*/
}
.heading10:before {
	top: 0;
}
.heading10:after {
	bottom: 0;
}

/*タイトル（左にナンバリング）*/
.heading14 {
	position: relative;
	padding-left: 7em;
	font-size: clamp(22px, 1.5vw, 25px);
	margin-bottom: 1.5em;
	font-family: "Zen Kaku Gothic New", serif;

}
.heading14::before {
	content: attr(data-number);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: rgba(63,193,201,0.3);
	font-size: clamp(30px, 4vw, 50px);
	font-family: Arial, "Helvetica Neue", Meiryo, sans-serif;
	padding-bottom: 4px;/*フォントによる*/
}
.heading14::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 11em;
	height: 1px;
	background-color: rgba(63,193,201,1);
}

/*アイコン付き*/
.heading41 {
	display: flex;
	align-items: center; /* 縦方向の中央揃え */
	/*font-family: "Zen Kaku Gothic New", serif;*/
	font-size: clamp(16px, 2vw, 24px);
	font-weight: 600;
	line-height: 1.3;
	margin: 15px 0;
	padding: 3px 5px 5px 43px;
	/*border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;*/
	background: url(../img/icon01.png) no-repeat 3px center;
	background-size: 37px;
	min-height: 37px;
	color: var(--accent-color2);
	background-color: #e7c6c847;
	font-feature-settings: 'palt' 1;
}

.heading41 span {
	font-size:14px;
}

/*最初の文字色・サイズ変更*/
.heading42{
	border-bottom: 1px solid #999;
	color: #454545;
	margin-bottom: 20px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500;
	font-size: clamp(19px, 1.9vw, 20px);
}
.heading42:first-letter {
	font-size: 170%;
	color: var(--accent-color3);
}

/*タイトル二色棒*/
.heading51 {
	border-bottom: solid 3px #e2d6ad;
	position: relative;
	padding-bottom: 0.2em;
	margin-bottom: 20px;
	font-size: 18px;
	font-family:'ヒラギノ丸ゴ Pro W4','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','HG丸ｺﾞｼｯｸM-PRO','HGMaruGothicMPRO',sans-serif;
	color:var(--main-color);
}
.heading51::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px var(--main-color);
	padding-bottom: 0.2em;
	width: 20%;
}

/*フロー*/
/*==============================*/
/* フロー共通デザイン（既存） */
/*==============================*/
.flow_design02 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flow_design02 ul {
	padding: 0;
}
.flow_design02 li {
	list-style-type: none;
}
.flow_design02 dd.flow-cc {
	margin-left: 0;
	width: 100%;
	text-align: justify;
}
.flow02 > li {
	padding: 40px 0px;
}
.flow02 > li:last-child {
	padding: 40px 0px 0px;
}
.flow02 > li:not(:last-child) {
	border-bottom: 3px solid var(--main-color);
	position: relative;
}
.flow02 > li:not(:last-child)::before,
.flow02 > li:not(:last-child)::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	left: 15%;
	transform: translateX(-50%);
}
.flow02 > li:not(:last-child)::after {
	top: calc(100% - 3px);
}
.flow02 > li:not(:last-child)::before {
	border-width: 22px;
	border-top-color: var(--main-color);
}
.flow02 > li:not(:last-child)::after {
	border-width: 20px;
	border-top-color: #f1f1f1;	/* 三角部分の色 */
}
.flow02 > li dl.flow-aa {
	margin: 0;
}
.flow02 > li dl.flow-aa dt.flow-bb {
	font-size: 1.2em;
	font-weight: 600;
	border-bottom: 2px dotted #878787;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	display: flex;
	width: 100%;
}
.flow02 > li dl.flow-aa dt.flow-bb .icon02 {
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 100px;
	font-size: 0.6em;
	color: #fff;
	background: var(--main-color);
	padding: 5px 10px;
	margin-right: 0.5em;
}

/*==============================*/
/* フロー横並びレイアウト(grid) */
/*==============================*/
.flow-grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	gap: 20px;
	align-items: start;
}

.flow-grid__img img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
	object-fit: cover;
}

/* スマホ・タブレットは縦並び */
@media screen and (max-width: 768px) {
	.flow-grid {
		grid-template-columns: 1fr;
	}
}


/*縦書き*/
.wrap {
	text-align: center;
}
.vertical {
	writing-mode: vertical-rl;
	display: inline-block;
	
}
.v_itl{
	text-align: initial;
}
.v_ctr{
	text-align: center;
}
.v_end{
	text-align:end;
}
.vertical h2 {
	margin: 0;
	line-height: clamp(2.5em, 9vw, 10em);
	font-size: clamp(25px, 1.8vw, 40px);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.vertical div {
	margin: 0;
	line-height: clamp(2.5em, 9vw, 10em);
	font-size: clamp(25px, 1.8vw, 40px);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}

/* ふわっと表示アニメーション（フェードイン） */
.fade-in {
	opacity: 0;
	animation: fadeInMove 4s ease-out forwards;
	/* アニメーション開始を少し遅らせるとチラつき回避になることも */
	animation-delay: 0.2s;
	will-change: opacity, transform; /* パフォーマンス対策 */
	backface-visibility: hidden; /* Safariでのチラつき対策 */
}

@keyframes fadeInMove {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* BLOG CSS */
.blog-card__item{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	align-items: stretch;				/* 行内で各カードをセルいっぱいに */
}

@media (max-width: 767px){
	.blog-card__item{
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
	}
}
@media (max-width: 467px){
	.blog-card__item {
		grid-template-columns: 1fr;
		gap: 15px;
	}
}
/* 印刷時 */
@media print{
	.blog-card__item{
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 10px;
	}
}

/* ▼ 各カード本体：a を等高さ＋縦積み */
.blog-card__item > a{
	display: flex;
	flex-direction: column;
	/* gap: 8px; */
	height: 100%;

	padding: 10px;
	background-color: #ffffff;
	background-image: url(../img/bg_06.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	box-sizing: border-box;
	/* border: 1px solid #D2D2D2; */
	color: #5e5e5e;
	/* border-radius: 10px; // 必要なら復活 */
}

.blog-card__item img{
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	margin: 0 auto;
}

.blog-card__item h3{
	font-family: 'Noto Serif JP', serif;
	padding: 5px 0 0;
	font-size: clamp(16px, 1.5vw, 20px);
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: var(--txt-color);
	/* margin-bottom: 10px; */
	padding: 5px 10px 0 10px;
}
.blog-card__item h3::after{	
	content: "";
	display: block;              /* ←これが必要 */
	border-bottom: 1px dotted var(--main-color);
	width: calc(100% - 5px);
	margin: 0 auto 8px;          /* 中央揃えするなら */
}

.blog-card__item p.dateCate{
	font-size: 10px !important;
	text-align: right;
	color: #444;
	margin: 0;						/* 余白暴れ防止 */
	padding: 0 10px;
}

.blog-card__item p.txt{
	font-size: clamp(11px, 1.4vw, 14px);
	text-align: justify;
	margin: 0;
	/* 下に寄せたい場合は ↓ をON
	   margin-top: auto; */
	padding: 0 10px 10px;
}

/* カード内のリンク（タイトルなど） */
.blog-card__item a{
	text-decoration: none;
	color: inherit; /* カードの文字色に合わせる */
}

/* 一覧末尾のリンク */
a.blogunli{
	text-decoration: underline;
	color: var(--txt-color);
	font-size: clamp(14px,1.4vw,15px);
}
a.blogunli:hover{ color: var(--main-color); }




