@charset "UTF-8";
/* CSS Document */

#pageWrap {
	background-image: url("../images/bg-top.jpg"),url("../images/bg-bottom.jpg");
	background-position: left top,right bottom;
	background-size: 100%, 100%;
	background-repeat: no-repeat;
	padding-bottom: 3%;
		
}
.boxWidth {
	max-width: 1100px;
}
#sec01 {}
#sec01 .h3Box {}
#sec01 .h3Box h3 {
	font-size: 28px;
	text-align: center;
}
#sec01 .h3Box p.lead {
	font-size: 16px;
	text-align: center;
	padding-top: 0.5em;
	
}
#sec01 .sikichiBox {
	margin: 3% auto;
	position: relative;
}
#sec01 .sikichiBox .imgBox {
	width: 80%;
	max-width: 870px;
	margin-left: 20%;
}
#sec01 .sikichiBox .txt01 {
	position: absolute;
	width: 34%;
	left: 0%;
	top: 10%;
}
#sec01 .sikichiBox .txt02 {
	position: absolute;
	width: 25%;
	left: 0%;
	bottom: 10%;
}

#sec02 {
	padding: 3% 0;
}
#sec02 .itemBox {
	width: 31%;
	max-width: 340px;
}
#sec02 .itemBox h5 {
	font-size: 20px;
	font-weight: 500;
}
#sec02 .itemBox h5::before {
	color: #466578;
	content: "❶";
	font-size: 120%;
	margin-right: 0.3em;
}
#sec02 .itemBox:nth-child(2) h5::before {
	content: "❷";
}
#sec02 .itemBox:nth-child(3)  h5::before {
	content: "❸";
}
#sec02 .itemBox p {
	font-size: 14px;
	text-align: justify;
	padding: 0.5em 0;
}
#sec02 .itemBox p span {
	font-size: 10px;
	display: block;
}
#sec02 .itemBox ul {
	text-align: left;
	line-height: 1.3;
	border: #555 solid 1px;
	padding: 0.3em 0.5em;
}
#sec02 .itemBox li {
	display: inline-block;
	padding: 0;
	font-size: 12px;
}
#sec02 .itemBox .imgBox.tebura::after {
	content: "Tebraキー（参考写真）";
	right: auto;
	left: 0.5em;
}
#sec02 .itemBox .imgBox .icon {
	position: absolute;
	width: 30%;
	top: 0;
	right: 0;
	transform: translate(30%,-30%);
}

#sec03 {
	padding-bottom: 3%;
}
#sec03 .flex-container {
	background-color: #273365;
	color: #fff;
	display: flex;

align-items: center;
}
#sec03 h3 {
/*	display: flex;
justify-content: center;
align-items: center;
	flex-wrap: wrap;*/
	width: 45%;
	
}
#sec03 h3 img {
	width: 90%;
}

#sec03 .imgBox {
	width: 26%;
	max-width: 280px;
}
#sec03 p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 29%;
	font-size: 1.5vw;
	font-size: clamp(12px, 1.4vw, 17px);
	text-align: center;
}

#sec04 {
	padding-bottom: 3%;
}
#sec04 .flex-container {}
#sec04 .itemBox {
	width: 48.2%;
	background-color: #f6f6f6;
	display: flex;
align-items: center;
}
#sec04 .itemBox .imgBox {
	width: 48%;
	max-width: 250px;
}
#sec04 .itemBox dl {
	flex: 1;
	padding: 5%;
	text-align: left;
}
#sec04 .itemBox dt {
	font-size: 21px;
}
#sec04 .itemBox dd {
	font-size: 15px;
}
#sec04 .itemBox dd span {
	display: block;
	font-size: 10px;
}

#secPlant {
	background-color: #2c4e53;
	color: #fff;
	padding: 15px 30px;
}
#secPlant h3 {
	font-size: 21px;
	padding-bottom: 0.5em;
}
#secPlant h3 span {
	font-size: 60%;
}
#secPlant .flex-container {}
#secPlant .itemBox {
	width: 14.5%;
	max-width: 150%;
}
#secPlant .itemBox p {}


@media screen and (max-width: 959px){
	#sec01 .h3Box h3 {
		font-size: clamp(22px, 3.0vw, 24px);
	}
	#sec01 .h3Box p.lead {
	font-size: clamp(14px, 2vw, 16px);

	}
	#sec02 .itemBox {
		width: 30%;
	}
	
	#sec02 .itemBox h5 {
	font-size: clamp(14px, 2vw, 16px);
	}
	#sec02 .itemBox p {
    font-size: 13px;
	}
	#sec03 {
		max-width: 500px;
		
	}
	#sec03 .flex-container {
		padding: 3%;
		
	}
	#sec03 h3 {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;

	}
	#sec03 h3 img {
		width: 90%;
	}

	#sec03 .imgBox {
		width: 100%;
		max-width: 280px;
		margin: 15px auto;
	}
	#sec03 p {
		width: 100%;
		font-size: clamp(16px, 2.2vw, 18px);
	}
	#sec04 .itemBox dt {
		font-size: clamp(16px, 2.2vw, 18px);
	}
	#sec04 .itemBox dd {
		font-size: clamp(12px, 1.7vw, 14px);
	}
	#secPlant h3 {
		font-size: clamp(18px, 2.5vw, 20px);
		line-height: 1.3;
	}
	#secPlant h3 span {
		display: block;
		font-size: 60%;
		padding-top: 0.5em;

	}
	#secPlant .flex-container {
		max-width: 500px;
		margin: 0 auto;
	}
	#secPlant .itemBox {
		width: 30%;
		max-width: 150%;
	}
	#secPlant .itemBox p {
		font-size: 12px;
	}
	
}
@media screen and (max-width: 599px){
	#sec01 .sikichiBox .imgBox {
		width: 100%;
		max-width: 600px;
		margin-left: 0%;
		padding-top: 55%;
	}
	#sec01 .sikichiBox .txt01 {
		position: absolute;
		width: 60%;
		left: 18%;
		top: 2%;
	}
	#sec01 .sikichiBox .txt02 {
		position: static;
		width: 90%;
		max-width: 350px;
		margin: 10px auto;
	}
	#sec01 .h3Box h3 {
		font-size: 17px;
		font-size: clamp(16px, 4.6vw, 18px);
	}
	#sec01 .h3Box p.lead {
		font-size: 14px;
		font-size: clamp(13px, 3.7vw, 15px);

	}
	#sec02 .flex-container {
		width: 90%;
		max-width: 360px;
		margin: 0 auto;
	}
	#sec02 .itemBox {
		width: 100%;
		padding-bottom: 10px;
	}
	#sec02 .itemBox .imgBox {
		width: 80%;
		max-width: 300px;
		margin: 0 auto;
	}
	
	#sec02 .itemBox h5 {
		text-align: center;
	font-size: 18px;
		font-size: clamp(17px, 4.8vw, 19px);
	}
	#sec02 .itemBox p {
    font-size: 13px;
	}
	#sec03 h3 {
		padding-top: 3%;

	}
	#sec03 h3 img {
		width: 90%;
	}

	#sec03 .imgBox {
		width: 100%;
		max-width: 280px;
		margin: 15px auto;
	}
	#sec03 p {
		font-size: 17px;
		font-size: clamp(14px, 4.6vw, 18px);
	}
	#sec04 .itemBox {
		width: 100%;
		background-color: #f6f6f6;
		display: flex;
	align-items: center;
	}
	#sec04 .itemBox .imgBox {
		width: 48%;
		max-width: 250px;
	}
	#sec04 .itemBox dl {
		flex: 1;
		padding: 5%;
		text-align: left;
	}
	#sec04 .itemBox dt {
		font-size: 15px;
		font-size: clamp(14px, 4vw, 16px);
	}
	#sec04 .itemBox dd {
		font-size: 13px;
		font-size: clamp(12px, 3.5vw, 14px);
	}
	#secPlant h3 {
		font-size: 17px;
		font-size: clamp(16px, 4.6vw, 18px);
		line-height: 1.3;
	}
	#secPlant h3 span {
		font-size: 10px;

	}
	#secPlant .flex-container {
		max-width: 400px;
		margin: 0 auto;
	}
	#secPlant .itemBox {
		width: 48%;
		max-width: 240px;
	}
}



