@charset "UTF-8";


/*=======================================================*/
/*					セクション毎のCSS					  */
/*======================================================*/

/*============ 共通 =========== */

/* 親要素からはみ出して画面いっぱいに */
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
@media print {
	.full {
		margin: 0;
		width: 100%;
	}
}
/*パンくず*/
.sec_pankuzu{
	padding: 0 0 15px 0;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}
/**/
.habatel{
	margin: 0 9%;
	padding: 0;
}
@media (max-width: 599px) {
	.habatel{
		margin: 0 1%;
		padding: 0;
	}
}

/* お問い合わせバナー */
.common_end {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*背景（各ページで変えることも可）*/
.combg-01{
	background-image: url(../img/bg_03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.common_end p {
	font-size: clamp(15px,1.5vw,16px);
	line-height: 1.5;
	color: #151515;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}
.bgfit{
	background-color: #fff9;
	/*max-width: 970px;*/
	padding: 55px 20px 20px 20px;
	margin: 0 auto;
	background-image: url(../img/bg_stitch.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
/**/
.spot__heading03 {
	position: relative; /* 親要素を相対位置に設定 */
}
.spot__heading03 h3 {
	font-size: clamp(14px,1.5vw,17px);
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.9);
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: 400;
	text-align: center;
	color: #151515;
	padding-top: 25px;
}
.spot__heading03 span.subsh03 {
	position: absolute;
	font-family: "Montserrat", sans-serif;;
	margin: 0;
	font-size: clamp(30px,3vw,40px);
	text-align: center;
	top: -0.65em; /* 調整が必要かもしれません */
	left: 50%;
	transform: translateX(-50%);
	/*transform-origin: left top;*/
	pointer-events: none;
	/*white-space: nowrap;*/
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #8f7f6a;
	opacity: 0.8;
	z-index: 2;
}
@media only screen and (max-width: 868px) {
	.spot__heading03 h3 {
		text-align: justify;
	}
}
/*印刷用*/
@media print{
	.spot__heading03 h3 {
		font-size: clamp(14px,1.5vw,17px);
		text-shadow: 0 0 3px rgba(255, 255, 255, 0.9);
		line-height: 1.5;
		margin-bottom: 15px;
		font-weight: 400;
		text-align: center;
		color: #151515;
		padding-top: 25px;
	}
}


/* SNS画像バナー */
.contact_bnr__sns {
	margin-top: 1.5rem;
	display: flex;
	justify-content: center;
	gap: 1rem;
}
.sns_bnr {
	display: block;
	max-width: 260px;   /* TELより控えめ */
	width: 100%;
}
.sns_bnr img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}
/* hover演出（控えめ） */
.sns_bnr:hover {
	opacity: 0.85;
	transition: opacity 0.2s ease;
}
/* SP表示 */
@media screen and (max-width: 599px) {
	.contact_bnr__sns {
		flex-direction: column;
		align-items: center;
	}
	.sns_bnr {
		max-width: 320px;
	}
}


/*テキストcenter→justify*/
.tx-ctj2 {
	margin: 0px auto;
	text-align: center;
}
@media (max-width: 968px) {
	.tx-ctj2 {
		text-align: justify;
	}
}
/*印刷時*/
@media print{
	.tx-ctj2 {
		margin: 0px auto;
		text-align: center;
	}
}






/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_05.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
/**/
.greeting-haba {
	margin: 20px 10% 40px 10%;
	padding: 0;
}
@media (max-width: 599px) {
	.greeting-haba {
		margin: 20px 1% 40px 1%;
		padding: 0;
	}
}
/*冒頭一文*/
p.grp{
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.3;
	margin: 0 auto 10px auto;
	width: fit-content;
	color: #756d53;
}

/**/
.each-page__heading01 {
	position: relative; /* 親要素を相対位置に設定 */
	margin-top: 65px;
}

.each-page__heading01 h2 {
	/*width: fit-content;*/
	color: var(--main-color);
	font-size: clamp(21px,2.7vw,27px);
	text-align: center;
	line-height: 1.3;
	font-weight: 500;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	margin-bottom: 15px;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
}
.each-page__heading01 h2::after {
	content: "";
	width: 3em;
	height: .2em;
	border-radius: .1em;
	background-color: #425c82;
	position: absolute;
	bottom: -15px;
	left: calc(50% - 3em / 2);
}
.each-page__heading01 h2.disno::after{
	display: none;/*下線無くしたい場合*/
}
.each-page__heading01 span.subhed {
	position: absolute;
	font-family: "Montserrat", sans-serif;
	margin: 0 auto;
	font-size: clamp(23px,2.5vw,35px);
	text-align: center;
	top: -1.1em;
	transform-origin: center top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: var(--accent-color1);
	opacity: 0.3;

	left: 50%;/*中央配置*/
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

/**/
p.grp2{
	font-size: clamp(15px, 1.4vw, 16px);
	line-height: 1.7;
	font-weight: 400;
	text-align: justify;
}

/*ミシンのことなら*/
.top_sec1{
	padding: var(--v-space3) 0;
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/**/
.strength-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 70px 20px;
	margin-top: 50px;
}
/* 各カード */
.strength-details {
	background-color: #f5f5f5; /* デフォルト */
	padding: 1.8rem;
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 2px 6px rgba(0,0,0,0.04);
	/*display: flex;
	flex-direction: column;*/
}
.strength-details figure {
	margin-bottom: 1.2rem;
	margin-top: -17%;
}

.strength-details img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}
.strength-details h3 {
	font-size: clamp(16px,1.6vw,19px);
	text-align: center;
	margin-bottom: 0.6rem;
	line-height: 1.5;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
}
.strength-details p {
	font-size: 0.95rem;
	line-height: 1.7;
	margin-top: auto;
	text-align: justify;
}
@media screen and (max-width: 1024px) {
	.strength-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 767px) {
	.strength-list {
		grid-template-columns: 1fr;
	}
	.strength-details {
		padding: 1.4rem;
	}
}


/*色*/
.strength-details:nth-child(1) {
	background-color: #fff;
	background-image: url(../img/tsbg_01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.strength-details:nth-child(2) {
	background-color: #fff;
	background-image: url(../img/tsbg_02.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.strength-details:nth-child(3) {
	background-color: #fff;
	background-image: url(../img/tsbg_03.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

/* CTA*/
.service_cta {
	margin: 20px auto 10px auto !important;
	text-align: center;
}

/*ボタン*/
.detail-link {
	margin-top: 10px;;
}
.detail-link a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;

	padding: 0.5em 1.5em;
	min-width: 180px;
	box-sizing: border-box;

	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;

	color: #fff;
	background-color: var(--main-color);
	border-radius: 9999px;

	transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

/* 矢印アイコン（CSSのみ） */
.detail-link a::after {
	content: "→";
	font-size: 0.9em;
	transition: transform 0.2s ease;
}
.detail-link a:hover {
	background-color: var(--accent-color1);
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.detail-link a:hover::after {
	transform: translateX(4px);
}

/* スマホ対応 */
@media (max-width: 768px) {
	.detail-link a {
		width: 100%;
		min-width: unset;
		justify-content: center;
	}
}








/*======= 取扱商品ページ ======*/
.product_sec1 {
	padding: var(--v-space3) 0 0 0;
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

.product_sec2,
.product_sec4 {
	padding: var(--v-space3) 0;
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
.product_sec3,
.product_sec5 {
	padding: var(--v-space3) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_02.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
@media (max-width: 568px) {
	.product_sec3,
	.product_sec5 {
		padding: var(--v-space3) 0;
		background-color: #f7f7f7;
		position: relative; /* sectionの位置を相対的にする*/
		z-index: 1; /* 背景画像より上に表示 */
		background-image: url(../img/bg_02.jpg);
		background-repeat: repeat;
		background-position: center bottom;
		background-size: auto;
	}
}

/**/
.gallery-section{
	padding: 20px 50px;
	background-color: #7fb7be1c;
}
@media (max-width: 568px) {
	.gallery-section{
		padding: 20px 30px;
		background-color: #7fb7be1c;
	}
}

/*3つ*/
/*
.gallery-grid-container3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin: 20px auto 10px auto;
}
@media (max-width: 1068px) {
	.gallery-grid-container3 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.gallery-grid-container3 {
		grid-template-columns: repeat(1, 1fr);
	}
}
*/
/*印刷時の為*/
/*
@media print{
	.gallery-grid-container3 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 25px;
		margin: 20px auto 10px auto;
	}
}
*/
/*画像の表示*/
.gallery-grid-container3 img,
.gallery-flex-container4 img {
	width: 100%;
	/*height: 250px;*/
	height: auto;
	object-fit: cover;
	border: 1px solid #e8e8e8;
}
.gallery-grid-item3 h4.gallery-title,
.gallery-flex-container4 h4.gallery-title {
	font-size: clamp(15px, 1.6vw, 16px);
	font-family: "Zen Kaku Gothic New", sans-serif;
	text-align: center;
}

/*4つ（Flex版）*/
.gallery-flex-container4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /* ← 最終行も中央寄せ */
	gap: 30px 20px;
	margin: 20px auto 10px auto;
}
/* 1アイテムの幅（PC：4列想定） */
.gallery-flex-item4 {
	width: calc((100% - 60px) / 4); /* gap 20px × 3 */
	max-width: 290px; /* 広がりすぎ防止 */
	box-sizing: border-box;
}
/* ===== タブレット（2列） ===== */
@media (max-width: 1068px) {
	.gallery-flex-item4 {
		width: calc((100% - 20px) / 2);
	}
}
/* ===== スマホ（1列） ===== */
@media (max-width: 468px) {
	.gallery-flex-item4 {
		width: 100%;
		max-width: 100%;
	}
}
/* ===== 印刷用 ===== */
@media print {
	.gallery-flex-item4 {
		width: calc((100% - 60px) / 4); /* gap 20px × 3 */
		max-width: 290px; /* 広がりすぎ防止 */
		box-sizing: border-box;
	}
}




/*======= ミシン教室ページ ======*/
.class_sec1 {
	padding: var(--v-space3) 0;
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*教室紹介*/
.class_sec2 {
	padding: var(--v-space) 0;
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: radial-gradient(rgba(227, 197, 197, 0.33) 15%, transparent 16%), radial-gradient(rgba(215, 210, 191, 0.33) 15%, transparent 16%);
	background-size: 20px 20px;
	background-position: 0px 0px, 10px 10px;
}
/**/
.heading03xx {
	/*font-family: 'Noto Serif JP', serif;*/
	text-align: center;
	color: #444;
	font-weight: 400;
	font-size: clamp(26px, 2.5vw, 30px);
	line-height: 1.2;
	margin-bottom: 2px;
	position: relative;
	padding: 1.5rem 1.5rem 0rem 1.5rem;
}
.heading03xx::before {
	content: "";
	border: 0;
	position: absolute;
	left: calc(50% - 60px);
	background-image: url(../img/icon02.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 120px;
	height: 90px;
	top: -75px;
}
.heading03xx + p{
	font-size: clamp(15px, 1.6vw, 16px);
	line-height: 1.2;
	color: var(--accent-color3);
	margin-bottom: 17px;
	text-align: center;
}


/* カード一覧 */
.course-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
/* カード本体 */
.course-card {
	border: 1px dashed #840d0d;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	outline: 1px dashed #a2a2a2;
	outline-offset: -0.4rem;
}
/* 休講中の視覚表現 */
.course-card.is-close {
	opacity: 0.6;
}
/* 画像 */
.course-image img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}
/* 本文 */
.course-body {
	padding: 16px;
}
.course-name {
	font-size: clamp(18px, 1.7vw, 20px);
	margin: 0 auto 1rem auto;
	text-align: center;
	width: fit-content;
	padding: 1px 7px;
	border-bottom: 4px dotted var(--accent-color2);
}
.course-time,
.course-status {
	font-weight: 600;
	margin-bottom: 0.5rem;
}
.course-note {
	font-size: 0.95rem;
	color: #555;
	line-height: 1.6;
}
/* レスポンシブ */
@media (max-width: 1168px) {
	.course-list {
	grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 668px) {
	.course-list {
		grid-template-columns: 1fr;
	}
}
/* 印刷用 */
@media print {
	.course-list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}
}





/*======= 修理・お困りごとページ ======*/
.repair_sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
h3.reph3{
	text-align: center;
	font-size: clamp(24px, 3vw, 37px);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1.4;
	margin: 1.5rem auto 1rem auto;
	line-height: 1.3;
	color: var(--main-color);
	letter-spacing: -0.02em;
}
h3.reph3 span{
	color: #bfaf28;
}
h3.reph3 span.rrr{
	color: #cc6587;
}


.repair_sec2 {
	padding: var(--v-space) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: radial-gradient(#c5e3df54 15%, transparent 16%), radial-gradient(#d7d2bf54 15%, transparent 16%);
	background-size: 20px 20px;
	background-position: 0 0, 10px 10px;
}

/*flexで*/
.service-summary-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 15px;
	margin: 35px 0;
	box-sizing: border-box;
}
.service-summary-container article {
	width: calc((100% - 45px) / 4); /* gap分引いた上で4分割 */
	min-width: 220px; /* スマホで潰れすぎ防止 */
	padding: 15px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 8px 18px rgba(121, 121, 121, 0.1);
	box-sizing: border-box;
	transition: transform 0.3s ease;
}
.service-summary-container article:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
/* タブレット対応：3カラム */
@media only screen and (max-width: 1168px) {
	.service-summary-container article {
		width: calc((100% - 30px) / 3);
	}
	.service-summary-container {
		justify-content: initial;/*center*/
	}
}
/* タブレット対応：2カラム */
@media only screen and (max-width: 868px) {
	.service-summary-container article {
		width: calc((100% - 15px) / 2);
	}
}
/* スマホ対応：1カラム */
@media only screen and (max-width: 568px) {
	.service-summary-container {
		justify-content: center;
	}
	.service-summary-container article {
		width: 100%;
	}
}

/* 印刷用 */
@media print {
	.service-summary-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px 15px;
		margin: 35px 0;
		box-sizing: border-box;
	}
	.service-summary-container article {
		width: calc((100% - 45px) / 4); /* gap分引いた上で4分割 */
		min-width: 220px; /* スマホで潰れすぎ防止 */
		padding: 15px;
		border-radius: 8px;
		background-color: #fff;
		box-shadow: 0 8px 18px rgba(121, 121, 121, 0.1);
		box-sizing: border-box;
		transition: transform 0.3s ease;
	}
}
.service-summary-container img{
	width: 70%;
	margin: 0 auto;
}


.service-summary-container h4{
	font-size: clamp(15px, 1.5vw, 17px);
	line-height: 1.4;
}
@media print, screen and (min-width: 1169px) {
	.service-summary-container h4{
		font-size: clamp(13px, 1.3vw, 17px);
		line-height: 1.4;
		font-feature-settings: 'palt' 1;
		-webkit-font-smoothing: antialiased;
	}
}
@media print, screen and (max-width: 868px) {
	.service-summary-container h4{
		font-size: 17px;
	}
}
.service-summary-container p{
	font-size: clamp(13px, 1.3vw, 14px);
	font-weight: 400;
	line-height: 1.4;
	text-align: justify;
	padding: 5px 10px;
}

/*  見出し高さを揃える */
.service-summary-container .fuz-tit {
	min-height: 3.6em; /* 2行分を想定 */
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}



/*取扱いメーカー*/
.repair_sec3 {
	padding: var(--v-space2) 0;
	background-color: var(--accent-color1);
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_04.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
/**/
.makers {
	margin: 2rem auto 0 auto;
	max-width: 970px;
}
/**/
.maker-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	list-style: none;
	padding: 0;
	margin: 1rem 0;
}
.maker-list li {
	padding: 12px 8px;
	text-align: center;
	border: 1px solid #ddd;
	background-color: #fafafade;
	letter-spacing: 0.05em;
	font-weight: 600;
}
.maker-note {
	font-size: 0.9rem;
	color: #fff;
	line-height: 1.6;
	text-indent: -1em;
	padding-left: 1em;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
	.maker-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.maker-list li {
		padding: 9px 8px;
		letter-spacing: -0.5px;
	}
}





/*======= 事業案内ページ ======*/
.about_sec1 {
	padding: var(--v-space3) 0 50px 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/**/
.flex02{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
/*横並びにする*/
.flex-child03{
	width: 63%;
}
.flex-child04{
	width: 35%;
}
@media screen and (max-width: 1199px) and (min-width: 800px) {
	.flex-child03{
		width: 60%;
	}
	.flex-child04{
		width: 38%;
	}
}
@media screen and (max-width: 799px) {
	.flex-child03, .flex-child04 {
		width: 99%;
		margin: 5px auto;
	}
}
/*印刷用*/
@media print{
	.flex-child03{
		width: 63%;
	}
	.flex-child04{
		width: 35%;
	}
}


/* テーブルデザイン */
.info_container {
	display: grid;
	grid-template-columns: 1fr;
	padding: 0 3%;
}
@media screen and (max-width: 799px) {
	.info_container {
		padding: 0;
	}
}
.info_container .item {
	border-bottom: 1px dashed #c1bcad;
	/*background-color: #ffffff85;*/
	padding: 11px 5px;
	display: grid;
	grid-template-columns: 10.5em 1fr;
	align-items: stretch;
	gap: 20px;
	box-sizing: border-box;
}
@media screen and (max-width: 1199px) and (min-width: 800px) {
	.info_container .item {
		padding: 8px 5px;
		grid-template-columns: 7.5em 1fr;
	}
}

.info_container .label {
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #353535;
	white-space: nowrap;
	padding: 5px;
	font-size: clamp(15px, 1.6vw, 17px);
}

.label-square {
	gap: 12px; /* 文字との間隔調整 */
	position: relative;
}

/* 左の4つの■（2×2の正方形） */
.label-square::before {
	content: "";
	width: 18px;   /* 全体の大きさ */
	height: 18px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 2px; /* 四角同士の隙間 */
}

/* 4つの小さな■を作る */
.label-square::before {
	background:
		linear-gradient(#5d89a4 0 0) left top,
		linear-gradient(#c1bcad 0 0) right top,
		linear-gradient(#c1bcad 0 0) left bottom,
		linear-gradient(#5d89a4 0 0) right bottom;
	background-size: 8px 8px; /* 小さい■のサイズ */
	background-repeat: no-repeat;
}

.info_container .content {
	display: flex;
	align-items: center;
	color: #333;
	padding: 5px;
	font-size: clamp(15px, 1.6vw, 17px);
}
@media screen and (max-width: 568px) {
	.info_container .item {
		grid-template-columns: 1fr;
		padding: 8px 1px;
		gap: 0;
	}
	.info_container .label {
		line-height: 1.6;
		background-color: #f7f7f7fc;
	}
	.info_container .content {
		display: block;
		font-size: 15px;
		line-height: 1.4;
		padding: 10px 5px 5px 5px;
		text-align: justify;
	}
}

/*アクセス*/
.access-sec{
	padding: var(--v-space2) 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_01.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}
@media screen and (max-width: 868px) {
	.access-sec{
		background-size: 200%;
	}
}
@media screen and (max-width: 568px) {
	.access-sec{
		background-size: 300%;
	}
}
/*印刷時*/
@media print{
	.access-sec{
		padding: var(--v-space2) 0 var(--v-space2) 0;
		background-color: #fff;
		position: relative; /* sectionの位置を相対的にする*/
		z-index: 1; /* 背景画像より上に表示 */
		background-image: url(../img/bg_01.png);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100%;
	}
}
/*カードレイアウト*/
.access_sec1_subcontainer {
	margin: 30px 0 0 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
}
.access_sec1_card {
	padding: 20px 20px 15px 20px;
	box-shadow: 0 2px 11px rgba(142, 142, 142, 0.1);
	border-radius: 5px;
	background-color: #fffffff0;
}

/**/
.access_sec1_card h3 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 7px;
	border-bottom: solid 2px #d9d9d9;
	padding-bottom: 0.2em;
	position: relative;
}
.access_sec1_card h3::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px var(--accent-color2);
	padding-bottom: 0.2em;
	width: 25%;
}

.access_sec1_card p {
	margin-top: 5px;
	margin-bottom: 10px;
}





/*==========================================================*/
/*      	　　　個人よく使う指定CSS  		  	  */
/*=========================================================*/
/*------------------------------------------------*/
/*セクションの間イメージ画像*/
.sec-adimg{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}
.sec-adimg-container {
	display: grid;
	grid-template-columns: repeat(5, 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: 968px) {
	.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-item2 { grid-area: 1 / 1 / 2 / 2; }
	.sec-adimg-container-item3 { grid-area: 1 / 2 / 2 / 3; }
	.sec-adimg-container-item4 { grid-area: 1 / 3 / 2 / 4; }
	.sec-adimg-container-item5 { display: none; }
}

@media (max-width: 568px) {
	.sec-adimg-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	
	.sec-adimg-container-item1 { display: none; }
	.sec-adimg-container-item2 { grid-area: 1 / 1 / 2 / 2; }
	.sec-adimg-container-item3 { grid-area: 1 / 2 / 2 / 3; }
	.sec-adimg-container-item4 { display: none; }
	.sec-adimg-container-item5 { display: none; }
}

/*------------------------------------------------*/

/*印刷には表示されない*/
@media print{
	.print_none{
		display: none;
	}
}
/*調整*/
.adjus{
	padding-top: 10px;
	padding-bottom: 30px;
}
/*テキスト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 var(--accent-color1);
	padding: 15px 15px;
	margin: 5px auto;
	box-sizing: border-box;
	outline: 1px solid var(--accent-color2);
	outline-offset: -0.4rem;
	/*width: fit-content;*/
	background-color: #ffffffc2;
}
.kukuri p{
	font-size: clamp(14px, 1.5vw, 15px);
	line-height: 1.4;
	text-align: justify;
}

/* タグ */
.kakomi01{
	margin-top: 10px;
}
.kakomi01 span {
	padding: 3px 7px 2px 7px;
	margin: 0px 0px 5px;
	background-color: #fff;
	border: 1px solid var(--main-color);
	color: var(--accent-color1);
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(11px, 1.3vw, 12px);
}
/*任意のみ表示*/
@media only screen and (max-width: 869px) {
	.nini-869 {
		display: none;
	}
}
/*印刷時*/
@media print{
	.nini-869 {
		display: inline;
	}
}

/*画像角丸*/
img.borad {
	border-radius: 7px;
	/*border: 1px solid #e1e1e1;*/
}
img.borad2 {
	border-radius: 11px;
}
/* コンテンツ幅 */
div.haba{
	margin: 0 8%;
	padding: 0;
}
@media only screen and (max-width: 968px)  {
	div.haba{
		margin: 0;
		padding: 0;
	}
}
/*印刷時*/
@media print{
	div.haba{
		margin: 0 8%;
		padding: 0;
	}
}
/*pcとspで画像のサイズ変えたいときの指定*/
.pcspwid{
	width: 450px;
	margin: 0 auto;
}
@media only screen and (max-width: 568px) {
	.pcspwid{
		width: 100%;
	}
}

/**/
.fniyori {
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
}
/*四角デザイン*/
.head-square {
	color: #a7ccad;
	font-size: clamp(16px, 1.8vw, 19px);
	display: flex;
	align-items: center;
	gap: 12px; /* 文字との間隔調整 */
	position: relative;
	margin-top: 10px;
}

/* 左の4つの■（2×2の正方形） */
.head-square::before {
	content: "";
	width: 14px;   /* 全体の大きさ */
	height: 14px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 2px; /* 四角同士の隙間 */
}

/* 4つの小さな■を作る */
.head-square::before {
	background:
		linear-gradient(#9acaa2 0 0) left top,
		linear-gradient(#fff 0 0) right top,
		linear-gradient(#fff 0 0) left bottom,
		linear-gradient(#9acaa2 0 0) right bottom;
	background-size: 6px 6px; /* 小さい■のサイズ */
	background-repeat: no-repeat;
}
/*□装飾*/
.cp_h4title {
	position: relative;
	font-size: clamp(18px, 1.8vw, 20px);
	padding: 2px 2px 2px 32px;
	border-bottom: 1px dotted #999;
	/*font-family: 'Noto Serif JP', serif;*/
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin: 30px 0 10px 0;
}
.cp_h4title::before,
.cp_h4title::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	/*border: 2px solid var(--accent-color1);*/
}
.cp_h4title::before {
	top: 6px;
	left: 5px;
	border: 2px solid var(--accent-color2);
}
.cp_h4title::after {
	top: 10px;
	left: 10px;
	border: 2px solid var(--main-color);
}
/*リスト　大きめディスク*/
ul.nor{
	list-style: disc;
	margin: 5px 5px 5px 25px;
	line-height: 1.4;
}
ul.nor li::marker{
	font-size: 150%;
	font-weight: bold;
	line-height: 0.7;
	color: #d3b457;
	left: 10px;
}
ul.nor li{
	/*border-bottom: 1px dashed #b9b9b9;*/
	padding: 0.2em 0;
	font-size: clamp(14px, 1.5vw, 16px);
}
ul.nor li.noli::marker{
	font-size: 150%;
	font-weight: bold;
	line-height: 0.7;
	color: rgba(255,255,255,0);
}
ul.nor li.noli{
	margin-left: -25px;
}

/*4つの枠で3つ*/
/*flexで*/
.general-item-circle3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	box-sizing: border-box;
	margin: 30px auto;
	max-width: 1100px;
}
.circle-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-circle3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 5px 15px;
		margin: 30px 0;
		box-sizing: border-box;
	}
	.circle-item3 {
		width: calc((100% - 30px) / 3);
	}
}
/* スマホ対応：2カラム */
@media only screen and (max-width: 468px) {
	.circle-item3 {
		width: calc((100% - 15px) / 2);
	}
}

/* 印刷用 */
@media print {

}

.circle-item3 img{
	/*outline: 10px solid #ffffff69;*/
	outline: 2px solid #ffffff69;
	outline-offset: -10px;
}


/*円*/
.circle {
	width: 100%;
	max-width: 300px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	/*border-radius: 50%;*/
	border-radius: 7%;
}

/* ゆらゆらアニメーション */
@keyframes float-updown {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px); /* 上に10px動く */
	}
}

/* 適用クラス */
.float-anim {
	animation: float-updown 3s ease-in-out infinite;
}

/* 遅延付きバリエーション */
.float-delay1 {
	animation-delay: 0s;
}
.float-delay2 {
	animation-delay: 1s;
}
.float-delay3 {
	animation-delay: 2s;
}
/* 印刷用 */
@media print {
	/* アニメーションを無効にする */
	.float-anim {
		animation: none !important;
	}
}




