/* CSS Document */
.seidoBOX {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.seidoBOX li {
	background: #f4fbfc;
	padding: 20px;
	box-sizing: border-box;
	width: 32%;
	border-radius: 10px;
}
.seidoBOX li h3 {
	background: #14add0;
	text-align: center;
	font-size: clamp(1.5rem, 1.8vw, 2rem);
	padding: 15px 10px;
	box-sizing: border-box;
	color:#fff;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 10px;
	border-radius: 5px;
	line-height: 1.3;
}
.seidoBOX li figure {
	margin-bottom: 10px;
}
.seidoBOX li img {
	border-radius: 5px;
}
.seidoBOX li p {
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	line-height: 1.5;
}

.fukuriBOX {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fukuriBOX li {
	background: #fefbf2;
	padding: 20px;
	box-sizing: border-box;
	width: 32%;
	border-radius: 10px;
	margin-bottom: 20px;
}
.fukuriBOX li h3 {
	background: #eb9e32;
	text-align: center;
	font-size: clamp(1.5rem, 1.8vw, 2rem);
	padding: 5px 10px;
	box-sizing: border-box;
	color:#fff;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 10px;
	border-radius: 5px;
	height: 70px;
	display: flex;
  justify-content: center;
  align-items: center;
	line-height: 1.3;
}
.fukuriBOX li figure {
	margin-bottom: 10px;
}
.fukuriBOX li img {
	border-radius: 5px;
}
.fukuriBOX li p {
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	line-height: 1.5;
}



.swiper-container {
	margin-bottom: 40px;
}
/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1vw 1vw;
}
/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: red;
  height: 1.5vw;
  width: 1.5vw;
}
/* 画像サイズ調整 */
.swiper img {
  height: auto;
  width: 100%;
}

.swiper-container  h3 {
	background: #14add0;
	text-align: center;
	font-size: clamp(1.5rem, 1.8vw, 2rem);
	padding: 15px 10px;
	box-sizing: border-box;
	color:#fff;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 10px;
	border-radius: 5px;
	line-height: 1.3;
}

@media screen and (max-width: 768px) {
	

/* CSS Document */
.seidoBOX {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}
.seidoBOX li {
	background: #f4fbfc;
	padding: 15px;
	box-sizing: border-box;
	width: auto;
	border-radius: 10px;
	margin-bottom: 10px;
}
.seidoBOX li h3 {
	background: #14add0;
	text-align: center;
	font-size: clamp(1.5rem, 1.8vw, 2rem);
	padding: 10px 10px;
	box-sizing: border-box;
	color:#fff;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 10px;
	border-radius: 5px;
	line-height: 1.3;
}
.seidoBOX li figure {
	margin-bottom: 10px;
}
.seidoBOX li img {
	border-radius: 5px;
}
.seidoBOX li p {
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	line-height: 1.5;
}

.fukuriBOX {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fukuriBOX li {
	background: #fefbf2;
	padding: 15px;
	box-sizing: border-box;
	width: auto;
	border-radius: 10px;
	margin-bottom: 10px;
}
.fukuriBOX li h3 {
	background: #eb9e32;
	text-align: center;
	font-size: clamp(1.5rem, 1.8vw, 2rem);
	padding: 10px 10px;
	box-sizing: border-box;
	color:#fff;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 10px;
	border-radius: 5px;
	height: auto;
	display: flex;
  justify-content: center;
  align-items: center;
	line-height: 1.3;
}
.fukuriBOX li figure {
	margin-bottom: 10px;
}
.fukuriBOX li img {
	border-radius: 5px;
}
.fukuriBOX li p {
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	line-height: 1.5;
}



.swiper-container {
	margin-bottom: 20px;
}
/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1vw 1vw;
}
/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: red;
  height: 1.5vw;
  width: 1.5vw;
}
/* 画像サイズ調整 */
.swiper img {
  height: auto;
  width: 100%;
}

.swiper-container  h3 {
	background: #14add0;
	text-align: center;
	font-size: clamp(1.5rem, 1.8vw, 2rem);
	padding: 10px 10px;
	box-sizing: border-box;
	color:#fff;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 10px;
	border-radius: 5px;
	line-height: 1.3;
}
	
}













