@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(25px, 2.7vw, 35px);
	line-height: 1em;
	font-weight: 700;
	text-align: center;
	font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
	color:var(--main-color);
}
.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: 5.8%;
	background-color: var(--main-color);
	/* margin: 1.9607% auto; */
	margin: 1.1% 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;
	font-weight: 400;
}
.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: var(--accent-color1);
	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-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0.5vw;
}

/**/
.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(--main-color);
	border-left: 2px solid var(--accent-color1);
	top:-10px;
	left:-10px;
}
.spot_photo02::after {
	border-right: 2px solid var(--main-color);
	border-bottom: 2px solid var(--accent-color1);
	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 span {
	padding: 3px 7px 2px 7px;
	margin: 0px 0px 5px;
	background-color: var(--main-color);
	border: 1px solid #eee;
	color:#FFF;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(12px, 1.3vw, 12px);
}
.kakomi02{
	padding: 3px 20px 2px 20px;
	margin: 4px 1px 10px;
	background-color: #e7838a;
	border: 1px solid #aeaeae;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	font-size: clamp(14px, 1.3vw, 14px);
}

/* タグ（左右が揃う）  */
.kakomi-tag01 {
	display: flex;
	flex-wrap: wrap; /* 子要素を折り返す */
	gap: 10px;
	width: 100%;
	justify-content: space-between; /* 左右のボックスを揃える */
}
.kakomi-tag01 p {
	background-color: var(--main-color);
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	flex-grow: 1; /* ボックスのサイズを自動調整 */
	min-width: 150px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: center; /* 水平方向の中央揃え */
}
.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; /* 水平方向の中央揃え */
}
/*-----------------------------------------------*/
/*よく使うデザイン*/
/*-----------------------------------------------*/
/*印刷には表示されない*/
@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 dotted #8e8e8e;
	padding: 15px 20px;
	margin: 15px auto;
}
/**/
.kukuri2 p{
	font-size: clamp(13px, 1.3vw, 15px);
	line-height: 1.4;
}
.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(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 {
	text-align: center;
	color: #729997;
	font-size: clamp(15px, 1.6vw, 18px);
	font-weight: 600;
	margin: 5px auto 25px auto;
	line-height: 1.4;
	font-family: "Zen Kaku Gothic New", serif;
}
@media (max-width: 568px) {
	.lead-p {
		text-align: justify;
	}
}
/*======= 共通 ======*/
/*header*/
.mr20{
	margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
	.mr20{
		margin-right: 0px;
	}
}
/*印刷用*/
@media print{
	.mr20{
		margin-right: 20px;
	}
}

/*今回*/
.f-fzg{
	font-family: "Zen Kaku Gothic New", serif;
}


/**/
.each-page__heading01 {
	position: relative; /* 親要素を相対位置に設定 */
	margin-top: clamp(35px,3vw,50px);
	margin-bottom: 35px;
}

.each-page__heading01 h2 {
	/*width: fit-content;*/
	font-size: clamp(25px,2.7vw,30px);
	font-family: "Zen Kaku Gothic New", serif;
	text-align: center;
	line-height: 1.2;
	font-weight: 400;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	margin-bottom: 15px;
}
.each-page__heading01 h2::after {
	content: "";
	width: 3em;
	height: .2em;
	border-radius: .1em;
	background-color: var(--main-color);
	position: absolute;
	bottom: -15px;
	left: calc(50% - 3em / 2);
}
.each-page__heading01 h2.disno::after{
	display: none;/*下線無くしたい場合*/
}
.each-page__heading01 span {
	position: absolute;
	font-family: "WindSong", serif;
	margin: 0 auto;
	font-size: clamp(32px,9vw,70px);
	text-align: center;
	top: -1.1em;

	transform-origin: center top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #80a7a5;
	opacity: 0.3;
	/*transform: rotate(-10deg);*/

	left: 50%;/*中央配置*/
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}




/*======= TOPページ ======*/
/*ご挨拶*/
.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: 'Noto Serif JP', serif;
}


/**/
p.grp2{
	font-size: clamp(14px, 1.5vw, 17px);
	line-height: 1.7;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400 !important;
	margin-top: 1em;
	/*-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;*/
}


/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 10px;
	align-items: end;
}
@media (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 15px;
	}
}
/*印刷時の為*/
@media print{
	.tel_bnr{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 15px;
		grid-row-gap: 10px;
		align-items: end;
	}
}

/**/
.greeting2 {
	padding: var(--v-space3) 0;
	background-color: #F9F9F9;
	background-image: url(../img/bg_01a.png),url(../img/bg_01b.png);
	background-repeat: no-repeat,no-repeat;
	background-position: 0% 0%,100% 100%;
	background-size: unset;
}
/**/
.c-p01{
	color: #59918e;
}


/**/
p.grp3{
	font-size: clamp(14px, 1.5vw, 16px);
	line-height: 1.6;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;
}
/*作品紹介*/
.sec1 {
	padding: var(--v-space3) 0 var(--v-space) 0;
	background-color: #f0f4f4;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*＼　／でタイトルを囲む*/
/*heading04の文字が小さいVer*/
.spot__heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(14px, 2vw, 19px);
	font-family: "Zen Kaku Gothic New", serif;
	text-align: center;
	border: 0;
	color: #444;
	margin-bottom: 10px;
}

.spot__heading04::before,
.spot__heading04::after {
	content: '';
	width: 1px;
	height: 50px;
	background-color: var(--accent-color2);
}

.spot__heading04::before {
	margin-right: 20px;
	transform: rotate(-35deg)
}
.spot__heading04::after {
	margin-left: 20px;
	transform: rotate(35deg)
}

@media only screen and (max-width: 568px) {
	.spot__heading04::before,.spot__heading04::after {
		content: '';
		width: 1px;
		height: 60px;
		background-color: #e7838a;
	}
}



/*5つ*/
.general-item-container5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	margin: 20px 0;
}
@media (max-width: 768px) {
	.general-item-container5 {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 568px) {
	.general-item-container5 {
		grid-template-columns: repeat(2, 1fr);
	}
}
/*印刷時の為*/
@media print{
	.general-item-container5 {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 10px;
		margin: 20px 0;
	}
}
/*画像の表示*/
.general-item-container5 img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
@media (max-width: 568px) {
	.general-item-container5 img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
}
/*会社概要 info*/
.info_sec1 {
	padding: var(--v-space) 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-image: url(../img/bg_02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
/**/
.bg_b {
	background: rgba(255, 255, 255, 0.8);
	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;
}
table.inftb tr {
	box-sizing: border-box;
}
table.inftb tr td:nth-of-type(1) {
	font-weight: 600;
	border-bottom: 1px dashed #b0b0b0;
	padding: 15px 13px 15px 41px;
	width: 10em;
	box-sizing: border-box;
	background: url(../img/icon01.png) no-repeat 7px center;
	background-size: 27px;
	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: 15px 13px;
	box-sizing: border-box;
	width: calc((100% - 10em) / 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 41px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
		background-color: rgba(244, 244, 244, 0.8);
	}
	table.inftb tr td:nth-of-type(2)  {
		display: block;
		border-bottom: none;
		padding: 10px 5px 15px 5px;
		width: 100%;
		text-align: justify;
	}
}
/*印刷用*/
@media print{

}

/*アクセス*/
.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 10px 7px 5px;
	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;
}

/*各ページ遷移バナー*/
.topbnr_sec{
	padding: 50px 0 50px 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-image: linear-gradient(#eaf1f2 1px, transparent 1px), linear-gradient(to right, #eaf1f2 1px, #fdfdfd 1px);
	background-size: 20px 20px;
}

.topbnr_sec-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

@media only screen and (max-width: 568px) {
	.topbnr_sec-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 2fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
}






/*======= 編物教室ページ ======*/
/**/
.k-c-sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*特長*/
.k-c-sec2 {
	padding: var(--v-space3) 0;
	background-color: #80a7a54f;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.k-c-sec2-card_item{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:30px;
	align-items: start;
}
@media only screen and (max-width: 778px) {
	.k-c-sec2-card_item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
/**/
.k-c-sec2-card_item div.waku{
	background: #ffffff;
	padding: 10px 20px 20px 20px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.k-c-sec2-card_item H3{
	font-size: clamp(18px,2vw,22px);
	font-weight: bold;
	margin-bottom: 10px;
	color: #444;
	font-family: "Zen Kaku Gothic New", serif;
	border-bottom: 2px solid var(--accent-color1);
	padding-bottom: 5px;
}
.k-c-sec2-card_item i{
	font-size: clamp(18px,3vw,25px);
	margin-right: 8px;
	color: var(--accent-color1);
	width: 30px;
	text-align: center;
}
.k-c-sec2-card_item p{
	font-family: "Zen Kaku Gothic New", serif;
	font-size: 15px;
	line-height: 1.5;
}



/*画面半分体裁デザインのところ*/
/*教室情報*/
.class-info_sec{
	padding: 0;
	background-color: #BFA5A061;
}
/*半分*/
.class-info_sec-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　画像用*/
.class-info_sec-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*右カラム　文字用*/
.class-info_sec-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 90px;
}

/*可変対応*/
@media only screen and (max-width: 1068px) {
	.class-info_sec-container-item2 {
		grid-area: 1 / 2 / 2 / 3;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 50px;
	}
}
@media only screen and (max-width: 868px) {
	.class-info_sec-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(250px 1fr, 1);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.class-info_sec-container-item1 { grid-area: 2 / 1 / 3 / 2; min-height: 250px; }
	.class-info_sec-container-item2 { grid-area: 1 / 1 / 2 / 2; padding: 50px 20px; }
}

/*画像の選定*/
.class-info_sec-bg01{
	background-image: url(../img/class-info_sec_img01.jpg);
	background-position: center;
}




/*画面半分体裁デザインのところ*/
/*教室開催時間*/
.schedule_sec{
	padding: 0;
	background-color: #f4f2f0;
}
/*半分*/
.schedule_sec-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　文字用*/
.schedule_sec-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 90px;
}
/*右カラム　画像用*/
.schedule_sec-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*可変対応*/
@media only screen and (max-width: 1068px) {
	.schedule_sec-container-item1 {
		grid-area: 1 / 1 / 2 / 2;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 50px;
	}
}
@media only screen and (max-width: 868px) {
	.schedule_sec-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(250px 1fr, 1);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.schedule_sec-container-item1 { grid-area: 1 / 1 / 2 / 2; padding: 50px 20px; }
	.schedule_sec-container-item2 { grid-area: 2 / 1 / 3 / 2; min-height: 250px; }
}
/*印刷用*/
@media print{
	/*左カラム　文字用*/
	.schedule_sec-container-item1 {
		grid-area: 1 / 1 / 2 / 2;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 90px;
	}
	/*右カラム　画像用*/
	.schedule_sec-container-item2 {
		grid-area: 1 / 2 / 2 / 3;
		background-size: cover;
		background-repeat: no-repeat;
		height: 100%;
	}
}

/*画像の選定*/
.schedule_sec-bg01{
	background-image: url(../img/schedule_sec_img01.jpg);
	background-position: center;
}

/*診療時間テーブル*/
table.schedule-tab{
	margin: 10px auto;
	line-height: 1.4;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif;
}
table.schedule-tab tr td {
	padding: 3px 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	font-size: clamp(12px, 1.4vw, 15px);
	background-color: #fff;
	color: #80705c;
}

table.schedule-tab tr:nth-child(1) td {
	background-color: var(--main-color);
	color: #fff;
}

@media screen and (max-width: 568px) {
	table.schedule-tab{
		width:100%;
	}
}
/*------------------------------------------------*/
/*セクションの間イメージ画像*/
.sec-adimg{
	padding: 0px;
	background-color: var(--base-color);
}
.sec-adimg-container {
	display: grid;
	grid-template-columns: repeat(4, 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; }

@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-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; }
}
/*------------------------------------------------*/








/*======= お直し・リフォームページ ======*/
/**/
.rr-sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*サービス内容*/
.rr-sec2 {
	padding: var(--v-space) 0 var(--v-space3) 0;
	background-color: #BFA5A02E;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/* Before → After セクション */
.before-after-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 45px;
	margin: 0 20%;
	flex-wrap: nowrap;
	position: relative;
}
.before-after-wrap .before,
.before-after-wrap .after {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.before-after-wrap img {
	display: block;
	max-width: 100%;
	height: auto;
	/*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
	object-fit: cover;
	object-position: right;
	width: 100%;
}
.before-after-wrap p {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(15px, 1.5vw, 18px);
	margin-top: 3px;
	font-weight: bold;
	color: var(--main-color);
}
.arrow-wrapper {
	display: flex;
	align-items: center;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.arrow {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid var(--accent-color3);
	margin-bottom: 30px;
}

/*7つ*/
.general-item-container7 {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 10px;
	margin: 20px 0;
}
@media (max-width: 968px) {
	.general-item-container7 {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 668px) {
	.general-item-container7 {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 468px) {
	.general-item-container7 {
		grid-template-columns: repeat(2, 1fr);
	}
}

/*印刷用*/
@media print{
	.general-item-container7 {
		display: grid;
		grid-template-columns: repeat(7, 1fr);
		gap: 10px;
		margin: 20px 0;
	}
}
/**/
.general-item7 img{
	width: 90%;
	margin: 0 auto;
}
@media only screen and (max-width: 968px) {
	.general-item7 img{
		width: 70%;
	}
}

.general-item7 h4{
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(13px, 1.3vw, 16px);
	line-height: 1.1;
	text-align: center;
	margin: 5px 3% 10px 3%;
	border-top: 1px solid #7D9D86;
	border-bottom: 1px solid #7D9D86;
	padding: 4px 0 5px 0;
}
@media only screen and (max-width: 968px) {
	.general-item7 h4{
		font-size: 15px;
	}
}


/*画面半分体裁デザインのところ*/
/*料金の目安*/
.price_sec{
	padding: 0;
	background-color: #80a7a54f;
}
/*半分*/
.price_sec-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　画像用*/
.price_sec-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*右カラム　文字用*/
.price_sec-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 90px;
}

/*可変対応*/
@media only screen and (max-width: 1068px) {
	.price_sec-container-item2 {
		grid-area: 1 / 2 / 2 / 3;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 50px;
	}
}
@media only screen and (max-width: 868px) {
	.price_sec-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(250px 1fr, 1);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.price_sec-container-item1 { grid-area: 2 / 1 / 3 / 2; min-height: 250px; }
	.price_sec-container-item2 { grid-area: 1 / 1 / 2 / 2; padding: 50px 20px; }
}

/*画像の選定*/
.price_sec-bg01{
	background-image: url(../img/price_sec_img01.jpg);
	background-position: center;
}


/*画面半分体裁デザインのところ*/
/*営業案内*/
.store-info_sec{
	padding: 0;
	background-color: #f4f2f0;
}
/*半分*/
.store-info_sec-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　文字用*/
.store-info_sec-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 90px;
}
/*右カラム　画像用*/
.store-info_sec-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*可変対応*/
@media only screen and (max-width: 1068px) {
	.store-info_sec-container-item1 {
		grid-area: 1 / 1 / 2 / 2;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 50px;
	}
}
@media only screen and (max-width: 868px) {
	.store-info_sec-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(250px 1fr, 1);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.store-info_sec-container-item1 { grid-area: 1 / 1 / 2 / 2; padding: 50px 20px; }
	.store-info_sec-container-item2 { grid-area: 2 / 1 / 3 / 2; min-height: 250px; }
}
/*印刷用*/
@media print{
	/*左カラム　文字用*/
	.store-info_sec-container-item1 {
		grid-area: 1 / 1 / 2 / 2;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 90px;
	}
	/*右カラム　画像用*/
	.store-info_sec-container-item2 {
		grid-area: 1 / 2 / 2 / 3;
		background-size: cover;
		background-repeat: no-repeat;
		height: 100%;
	}
}

/*画像の選定*/
.store-info_sec-bg01{
	background-image: url(../img/store-info_sec_img01.jpg);
	background-position: center;
}

/*テーブル*/
table.tbl02 {
	font-family: "Zen Kaku Gothic New", serif;
	margin: 15px auto;
}
table.tbl02 tr th {
	text-align: left;
	font-size: clamp(14px, 1.4vw, 15px);
	line-height: 1.1;
	padding: 8px 9px;
	border-bottom: 1px solid #ccc;
	width: 10em;
	background-color: #ffffff8f;
	font-weight: 500;
}
table.tbl02 tr td {
	font-size: clamp(13px, 1.4vw, 14px);
	line-height: 1.4;
	padding: 8px 9px;
	border-bottom: 1px solid #ccc;
	background-color: #ffffff8f;
}

@media screen and (max-width: 768px) {
	table.tbl02 tr th {
		font-size: 15px;
		width: 9em;
	}
	table.tbl02 tr td {
		font-size: 15px;
	}
}

/*修理の流れ*/
.rr-sec3 {
	padding: var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}






/*======= よくある質問ページ ======*/
/*よくある質問*/
.faq-sec {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/**/
div.faq-in{
	padding: 0;
	font-family: "Zen Kaku Gothic New", serif;
}
/*枠付きデザイン*/
.onecours{
	background-color: rgba(247, 247, 247, 0.85);
	padding: 12px 25px 20px 25px;
	/*box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.15);*/
	border-radius: 7px;
	margin: 25px 0;
}
.onecours:first-child{
	margin: 0px;
}

/**/
div.faq-in p {
	margin-top: 5px;
	line-height: 1.4;
	font-size: clamp(15px, 1.6vw, 18px);
	text-align: justify;
	text-indent: -1.2em;
	padding-left: 1.2em;
	display: block;
	color: #555;
	letter-spacing: 0.1px;
}
div.faq-in p.b {
	font-weight: 600;
	line-height: 1.3;
	padding-bottom: 7px;
	border-bottom: 1px dotted #7b7b7b;
	color: #222;
}
div.faq-in p::first-letter {
	color: var(--accent-color2);
	font-weight: 600;
	font-size: 120%;
}
div.faq-in p.b::first-letter {
	color: var(--accent-color1);
}


/**/
div.linkukuri {
	box-sizing: border-box;
	padding: 15px 30px;
	margin: 20px auto;
	width: fit-content;
	text-align: center;
	border: 3px double var(--accent-color1);
	background-color: rgb(255, 255, 255, 0.9);
}
/*ページ内リンク リスト*/
.link-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.link-menu li a {
	display: inline-block;
	/*white-space: nowrap;*/
	font-size: clamp(14px, 1.4vw, 17px);
	font-weight: 600;
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
	word-break: break-all;
}
ul.link-menu li::after {
	content: "　|　";
	color: #aaa;
}
.link-menu li a:hover{
	color: var(--main-color);
}
ul.link-menu li:last-child::after{
	content: none;
}
@media screen and (max-width: 768px) {
	div.linkukuri {
		width: 98%;
	}
	.link-menu li {
		display:inline-block;
		width: 100%;
		border-bottom: 1px dashed #858585;
	}
	.link-menu li a{
		padding: 10px 0px;
	}
	ul.link-menu li::after{
		content: none;
	}
}
/*マウスオーバーアニメション*/
.textlink01 a {
	position: relative;
	text-decoration: none;
}
.textlink01 a::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: var(--main-color);
	transform: scaleX(0);
	transition: transform 0.3s;
}
.textlink01 a:hover::after {
	transform: scaleX(1);
}








