/* CSS Document */
/* CSS Document */

h3.serviceTITLE {
	background: #ffde00;
	font-size: clamp(1.8rem, 2.3vw, 2.6rem);
	border-radius: 6px;
	padding: 5px 10px;
	margin-bottom: 30px;
}
.service h4 {
	background: #01ad9b;
	font-size: clamp(1.7rem, 1.9vw, 2.2rem);
	border-radius: 40px;
	padding: 10px 10px;
	margin-bottom: 20px;
	color:#fff;
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	max-width: 300px;
	margin: auto;
	margin-bottom: 30px;
}

.serviceBLOCK02 {
	margin-bottom: 50px;
}


.iconBOX {
	display: flex;
	justify-content: center;
margin-bottom: 30px;
}
.iconBOX li {
	width: 15%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	margin: 0 5px;
}


.iconBOX li img {
	width: 50%;
	margin: auto;
	margin-bottom: 5px;
	
}
.iconBOX li p {
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}

.menuBOX {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}


.menuBOX li {
	width: 32.5%;
	margin: 0 0.4% 10px;
	background: #f8f5df;
	padding: 25px 15px;
	box-sizing: border-box;
	border-radius: 10px;
}
.menuBOX li figure {
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
}
.menuBOX li figure img {
	border-radius: 6px;
}

.menuBOX li h5 {
	font-size: clamp(1.7rem, 1.9vw, 2.2rem);
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
}
.menuBOX li p {
		font-size: clamp(1.8rem, 2.1vw, 2.4rem);
	text-align: center;
}



.service h6 {
	font-size: clamp(1.6rem, 1.9vw, 2.2rem);
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 10px;
	line-height: 1.7;
}


h3.serviceTITLE02 {
	background: #251f19;
	font-size: clamp(1.8rem, 2.1vw, 2.4rem);
	border-radius: 6px;
	padding: 5px 10px;
	margin-bottom: 20px;
	margin-top: 40px;
	color:#fff;
}








@media screen and (max-width: 834px) {
	
h3.serviceTITLE {
	background: #ffde00;
	font-size: clamp(1.8rem, 2.3vw, 2.6rem);
	border-radius: 6px;
	padding: 5px 10px;
	margin-bottom: 20px;
}
.service h4 {
	background: #01ad9b;
	font-size: clamp(1.7rem, 1.9vw, 2.2rem);
	border-radius: 40px;
	padding: 10px 10px;
	margin-bottom: 20px;
	color:#fff;
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	max-width: 200px;
	margin: auto;
	margin-bottom: 15px;
}

.serviceBLOCK02 {
	margin-bottom: 25px;
}


.iconBOX {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
margin-bottom: 15px;
}
.iconBOX li {
	width:32%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	margin: 0 0;
}


.iconBOX li img {
	width: 60%;
	margin: auto;
	margin-bottom: 5px;
	
}
.iconBOX li p {
	font-size: clamp(1.3rem, 1.5vw, 1.6rem);
}

.menuBOX {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
}


.menuBOX li {
	width: 49%;
	margin: 0 0 6px;
	background: #f8f5df;
	padding: 15px 10px;
	box-sizing: border-box;
	border-radius: 6px;
}
.menuBOX li figure {
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
}
.menuBOX li figure img {
	border-radius: 3px;
}

.menuBOX li h5 {
	font-size: clamp(1.5rem, 1.9vw, 2.2rem);
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	line-height: 1.5;
}
.menuBOX li p {
		font-size: clamp(1.7rem, 2.1vw, 2.4rem);
	text-align: center;
}



.service h6 {
	font-size: clamp(1.6rem, 1.9vw, 2.2rem);
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 10px;
	line-height: 1.7;
}


h3.serviceTITLE02 {
	background: #251f19;
	font-size: clamp(1.8rem, 2.1vw, 2.4rem);
	border-radius: 6px;
	padding: 5px 10px;
	margin-bottom: 20px;
	margin-top: 40px;
	color:#fff;
}


	
}








