@charset "UTF-8";
.PC {}
.SP {
	display: none;
}

:root {
	--font-default: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic Medium", "Yu Gothic", "メイリオ", Meiryo, Osaka, "sans-serif";
	--font-default: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","sans-serif";
	--font-Mincho:  "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}

			/*Mtag*/
			.contents {
				max-width: 1170px;
				width: auto;
				margin: 0 auto;
				padding: 0;
			}
			.side {
				width: auto;
				max-width: 240px;
				padding-right: 0;
			}
			/*/Mtag*/
.lparea {
	margin: 0 auto;
	color: #333;
	font-family: var(--font-default);
}
.mincho {
	font-family: var(--font-Mincho);
}
.lparea *,
.lparea *::before,
.lparea *::after {
  box-sizing: border-box;
	font-family: inherit;
  font-size: 1.302vw;
}
.lparea body,
.lparea h1,
.lparea h2,
.lparea h3,
.lparea h4,
.lparea p,
.lparea span,
.lparea ul,
.lparea ol,
.lparea li,
.lparea figure,
.lparea figcaption,
.lparea blockquote,
.lparea dl,
.lparea dd {
  margin: 0;
  padding: 0;
	border: none;
	background: none;
}
.lparea ul[class],
.lparea ol[class] {
	list-style: none;
}
.lparea img {
  display: block;
}
.lparea input,
.lparea button,
.lparea textarea,
.lparea select {
  font: inherit;
}
.lparea button,
.lparea input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background: none;
  outline: none;
}
.lparea input {
    border-radius: 0;
    background: transparent;
}
.lparea a:where([class]) {
	display: inline-block;
	transition: opacity 0.12s;
}
	.lparea a:where([class]):hover {
		text-decoration: underline !important;
		/*opacity: 0.8;*/
	}

.lparea *[class] > mark {
	color: inherit;
	background: none;
}
/*RESET*/

:root {
}
  @media screen and (min-width: 768px) {
		.lparea *,
		.lparea *::before,
		.lparea *::after {
      font-size: 10px; /*defaultFontsize*/
		}
  }


body {
	margin: 0;
	padding: 0;
}

.ky--header {}
.ky--header .ky_b01 {
	display: flex;
		justify-content: space-between;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 calc(1.5em + 50px) 0 1.5em;
}
	.ky--header .ky_logo {
		width: 32em;
	}
		.ky--header .ky_logo img {
			width: 100%;
		}
	.ky--header .ky_tel {
		width: 45.8em;
	}
		.ky--header .ky_tel img {
			width: 100%;
		}

.ky--header .ky_b02 {
	display: flex;
		flex-wrap: wrap;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 1.5em;
}
	.ky--header .ky_b02 .ky_cat {
		display: flex;
			align-items: center;
		border-right: 1px solid #eee;
		position: relative;
	}
		.ky--header .ky_b02 .ky_cat_t01 {
			cursor: pointer;
			padding: 1.5em 3em 1.5em 0;
		}
			.ky--header .ky_b02 .ky_cat_t01 span {
				color: #555;
				font-size: 1.2em;
			}
		.ky--header .ky_b02 .ky_cat_menu {
			position: absolute;
				z-index: 10;
				top: 100%;
				left: 0;
			height: 0;
			background: #fff;
			overflow: hidden;
		}
					.ky--header .ky_b02 .ky_cat_menu.is-active {
						height: auto;
						border: 1px solid #ccc;
					}
			.ky--header .ky_b02 .ky_cat_menu li {}
				.ky--header .ky_b02 .ky_cat_menu li a {
					display: block;
					width: 20em;
					padding: 1.5em;
					color: #333 !important;
					text-decoration: none;
					border-bottom: 1px solid #ccc;
				}
							.ky--header .ky_b02 .ky_cat_menu li:last-child a {
								border-bottom: 0;
							}
							.ky--header .ky_b02 .ky_cat_menu li a:hover {
								opacity: 0.8;
							}
					.ky--header .ky_b02 .ky_cat_menu li .accordion {
						width: 100%;
						padding-right: 5%;
						padding: 1.5em;
						border-bottom: 1px solid #ccc;
					}
								.ky--header .ky_b02 .ky_cat_menu li .accordion:before,
								.ky--header .ky_b02 .ky_cat_menu li .accordion:after {
									right: 1.5em;
								}
									.ky--header .ky_b02 .ky_cat_menu li .child-item {
										background: #eee;
										padding-left: 2em !important;
									}
					.ky--header .ky_b02 .ky_cat_menu li span {
						font-size: 1.2em;
					}
	.ky--header .ky_srh {
		width: 75em;
	}
					/*Mtag*/
					.ky--header .ky_srh .search {
						display: flex;
						background: none;
						padding: 1em;
					}
					.ky--header .ky_srh .search-area {
						display: flex;
					}
						.ky--header .ky_srh .search-area li {
							display: flex;
								align-items: center;
							border: 1px solid #ccc;
						}
									.ky--header .ky_srh .search-area li:nth-child(1) {
										width: 15em;
										border-right: 0;
									}
									.ky--header .ky_srh .search-area li:nth-child(2) {
										width: 50.8em;
									}
						.ky--header .ky_srh .search-area input,
						.ky--header .ky_srh .search-area select {
							font-size: 1.2em;
							width: 100%;
							border: 0;
						}
						.ky--header .ky_srh .search-area input {
							padding: 0 1em;
						}
						.ky--header .ky_srh .search-area option {
							font-size: 1.2em;
						}
					.ky--header .ky_srh .search-btn {
						display: flex;
							justify-content: center;
							align-items: center;
						padding: 1em;
						margin-left: 1em;
						color: #333;
						text-align: center;
						text-decoration: none;
						border: 1px solid #ccc;
						border-radius: 0.4em;
						background: #fff;
					}
						.ky--header .ky_srh .search-btn span {
							color: currentColor;
							font-size: 1.2em;
						}
					/*/Mtag*/
	.ky--header .ky_crt {
		border: solid #eee;
		border-width: 0 1px;
		display: flex;
			align-items: center;
			justify-content: center;
		padding: 0 1em;
		margin-left: auto;
	}
		.ky--header .ky_crt_icon {
			font-size: 1.4em;
		}
		.ky--header .ky_crt_icon .fas:before {
			font-family: 'Font Awesome 5 Free';
		}
		.ky--header .cart-count {
			font-size: 1.4em;
			width: 2.14em;
		}
		.ky--header .ky_crt a {
			color: #1e72c1;
			text-decoration: none;
		}
			.ky--header .ky_crt a span {
				color: currentColor;
				font-size: 1.2em;
			}


	.ky--header .ky_mv {}
		.ky--header .ky_mv img {
			width: 100%;
			margin: 0 auto;
		}
.ky--header .ky_line {
	width: 100%;
	border-bottom: 1px solid #ccc;
}



.ky--sm {
	display: flex;
		justify-content: space-between;
	max-width: 1170px;
	margin: 0 auto;
	margin-top: 2em;
}
.lparea--side {
	width: 25%;
	/*max-width: 265px;*/
}
.ky--side {
	padding: 0 1em 0 1.5em;
}
.ky--side .ky_b01 {
	display: flex;
		flex-direction: column;
		align-items: start;
	margin-bottom: 3em;
	border: 1px solid #ddd;
	border-radius: 0.4em;
}
	.ky--side .ky_h01 {
		width: 100%;
		margin-bottom: 1.5em;
		padding: 2em 1.5em;
		background: #f5f5f5;
	}
		.ky--side .ky_h01 span {
			font-size: 1.8em;
			font-weight: 500;
		}
	.ky--side .ky_t01 {
		padding: 0 1.5em;
		margin-bottom: 1em;
		color: #1e72c1;
		text-decoration: none;
	}
				.ky--side .ky_t01:nth-of-type(1) {
					/*margin-top: -1.5em;*/
				}
				.ky--side .accordion {
					cursor: pointer;
					position: relative;
					width: 100%;
					padding: 1.5em;
				}
					.ky--side .accordion .ky_t01 {
						padding: 0;
					}
								.ky--side .accordion:hover {
									background: #eee;
								}
								.ky--side .accordion:before {
									content: "";
									position: absolute;
										right: 1.5em;
										top: 50%;
										translate: 0 -50%;
										rotate: 45deg;
									width: 1em;
									height: 1em;
									border: 1px solid #ccc;
									border-right: 0;
									border-bottom: 0;
								}
								.ky--side .accordion.on {}
											.ky--side .accordion.on:before {
												rotate: -135deg;
												translate: 0 -100%;
											}
								.ky--side .child-item.ky_t01 {
									padding-left: 2em !important;
								}
		.ky--side .ky_t01 span {
			font-size: 1.2em;
		}
	.ky--side .ky_t02 {
		margin: 0 1.5em;
		margin-bottom: 1em;
	}
		.ky--side .ky_t02 span {
			font-size: 1.2em;
		}
	.ky--side .ky_t03 {
		display: inline-flex;
			justify-content: center;
			align-items: center;
		width: 12.4em;
		height: 3.4em;
		margin: 0 0 1.5em 1.5em;
		color: currentColor;
		text-decoration: none;
		border: 1px solid #ccc;
		border-radius: 4px;
	}
		.ky--side .ky_t03 span {
			font-size: 1.4em;
		}
	.ky--side .ky_t04 {
		margin: 0 1.5em;
		color: #1e72c1;
		font-size: 1.2em;
		text-decoration: none;
	}
		.ky--side .ky_t04:first-child { margin-top: 1.5em; }
		.ky--side .ky_t04:last-child { margin-bottom: 1.5em; }

.ky--side .ky_b02 {
	display: flex;
		flex-direction: column;
	margin-bottom: 3em;
}
	.ky--side .ky_h02 {
		margin-bottom: 1em;
		padding: 0.4em 0;
		border-bottom: 1px solid #333;
	}
		.ky--side .ky_h02 span {
			font-size: 1.6em;
			font-weight: 700;
		}
	.ky--side .ky_t05 {
		margin-bottom: 1.5em;
		padding: 0.6em 0 0.4em 1em;
		color: #555;
		text-decoration: none;
		border-bottom: 1px dashed #999;
	}
		.ky--side .ky_t05 span {
			font-size: 1.3em;
		}

.ky--side .ky_b03 {
	display: flex;
		flex-direction: column;
	margin-bottom: 3em;
}
	.ky--side .ky_b03 .ky_bnr01 {
		max-width: 20em;
		width: 74.6%;
		margin: 0 auto;
	}
		.ky--side .ky_b03 .ky_bnr01 img {
			width: 100%;
		}
	.ky--side .ky_b03 .ky_qr {
		max-width: 13.2em;
		width: 50%;
		margin: 0 auto;
	}
		.ky--side .ky_b03 .ky_qr img {
			width: 100%;
		}



.lparea--main {
	width: 75%;
	/*max-width: 880px;*/
}
.ky--main {
	padding: 0 1.5em;
}
	.ky--main .ky_b01 {
		margin-bottom: 4em;
	}
		.ky--main .ky_b01 .h01 {
			margin-bottom: 1em;
		}
			.ky--main .ky_b01 .h01 span {
				font-size: 3em;
				font-weight: 500;
			}
		.ky--main .ky_b01 .t01 {
			margin-bottom: 1em;
		}
			.ky--main .t01 span {
				font-size: 1.2em;
			}
		.ky--main .ky_b01 .linkwrap {
			display: flex;
			margin-bottom: 2em;
		}
			.ky--main .ky_b01 .linkwrap .li_img {
				margin-right: 0.5em;
			}
			.ky--main .ky_b01 .linkwrap .li_txt {}
				.ky--main .ky_b01 .linkwrap .li_txt .li_link {
					margin-bottom: 1em;
					color: #1e72c1;
					text-decoration: none;
				}
					.ky--main .ky_b01 .linkwrap .li_txt .li_link span {
						font-size: 1.2em;
					}
				.ky--main .ky_b01 .linkwrap .li_txt .li_t01 {
					margin-bottom: 1em;
				}
					.ky--main .ky_b01 .linkwrap .li_txt .li_t01 span {
						font-size: 1.2em;
					}
		.ky--main .ky_b01 .linklist {
			display: flex;
				justify-content: center;
			margin-bottom: 1em;
		}
			.ky--main .ky_b01 .linklist {}
				.ky--main .ky_b01 .linklist li {
					padding: 0 0.5em;
					line-height: 1;
					border-left: 1px solid #333;
				}
							.ky--main .ky_b01 .linklist li:last-child {
								border-right: 1px solid #333;
							}
					.ky--main .ky_b01 .linklist li .li01 {
						color: #1e72c1;
						font-size: 1.2em;
						text-decoration: none;
					}

	.ky--main .ky_b02 {
		margin-bottom: 4em;
	}
		.ky--main .ky_b02 img {
			width: 100%;
		}



.ky--footer {}
	.ky--footer .guide {
		display: grid;
			grid-template-columns: repeat(3, 1fr);
			grid-template-rows: min-content min-content;
			gap: 0 0;
			grid-template-areas:
				"a . ."
				"a . ."
			;
			justify-content: center;
			align-content: stretch;
			justify-items: stretch;
			align-items: start;
		max-width: 1140px;
		margin: 0 auto;
		margin-bottom: 3em;
		padding-top: 1.5em;
		border: 1px solid #ccc;
		overflow: hidden;
	}
		.ky--footer .guide .b01 {
			padding: 1em;
		}
					.ky--footer .guide .b01:first-child {
						grid-area: a;
					}
			.ky--footer .guide .b01 .h01 {
				margin-bottom: 1em;
				padding: 0.6em 0;
				padding-left: 1em;
				border-left: 4px solid #333;
			}
				.ky--footer .guide .b01 .h01 span {
					font-size: 1.4em;
					font-weight: 400;
				}
			.ky--footer .guide .b01 .t01 {
				margin-bottom: 1em;
			}
				.ky--footer .guide .b01 .t01 span {
					font-size: 1.2em;
				}
			.ky--footer .guide .b01 .t01b {}
				.ky--footer .guide .b01 .t01b span {
					font-size: 1.2em;
					font-weight: 700;
				}
			.ky--footer .guide .b01 .t01r {}
				.ky--footer .guide .b01 .t01r span {
					color: #f00;
					font-size: 1.2em;
					font-weight: 700;
				}

			.ky--footer .guide .b01 .haiso {
				/*width: 28.4em;*/
				margin: 1.5em 0;
				border-spacing: 0;
				border: 1px solid #ccc;
				border-right: 0;
				border-bottom: 0;
			}
				.ky--footer .guide .b01 .haiso th,
				.ky--footer .guide .b01 .haiso td {
					width: 20%;
					padding: 0.8em;
					vertical-align: top;
					border: 1px solid #ccc;
					border-top: 0;
					border-left: 0;
				}
				.ky--footer .guide .b01 .haiso th {
					border-bottom-width: 2px;
				}
					.ky--footer .guide .b01 .haiso th span,
					.ky--footer .guide .b01 .haiso td span {
						font-size: 1.2em;
					}
					.ky--footer .guide .b01 .haiso th span {
						font-weight: bold;
					}

	.ky--footer .foot {
		padding: 2em 0;
		background: #333;
	}
		.ky--footer .foot .b01 {
			text-align: center;
		}

		.ky--footer .foot .b02 {
			max-width: 1170px;
			margin: 0 auto;
			margin-top: 1em;
			padding-right: 1.5em;
			text-align: right;
		}

			.ky--footer .foot .t01 {
				margin: 0 0.6em;
				color: #fff;
				text-decoration: none;
			}
				.ky--footer .foot .t01 span {
					font-size: 1.2em;
				}