@charset "UTF-8";




/*********** 共通・bg *************/

.cont dt {
	line-height: 1.4;
	letter-spacing: 0.05rem;
	padding-top: 10px;
}

.cont dt sup {
	font-size: 0.7em;
}

.cont dd {
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: 0.05rem;
	text-align: justify;
	padding-top: 10px;
}

.cont dd.cap {
	font-size: 1.1rem;
	line-height: 1.4;
	letter-spacing: 0.05rem;
}

h3 {
	display: flex;
	align-items: center;
	font-family: 'Cinzel', serif;
	font-size: 3.5rem;
	letter-spacing: 0.1em;
}

h3:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
	margin-left: 0.4em;
	background: #000;
}



/*********** ↑共通・bg *************/





main .cap-cover {
	bottom: 16%;
}

.design_01-copy {
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 3px #52B2DF;
}

.design_01-copy .ttl {
	font-size: 2.4vw;
	letter-spacing: 0.2em;
}

.design_01-copy .txt {
	font-size: 1.3vw;
	line-height: 2.4;
	margin-top: 40px;
}

.design_02-wrap {
	max-width: 1160px;
	margin: 0 auto;
}

.design_02-wrap .cap-cover {
	bottom: 20%;
}

.design_03-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}

.design_03-wrap li {
	width: 48.33%;
}

.design_05-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.design_05-wrap > li {
	width: 48.33%;
	margin-top: 40px;
}

.design_05-wrap .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.design_05-wrap .box > div {
	width: 46.55%;
}

.design_05-wrap .box > dl {
	width: 50%;
}

.design_05-wrap.cont dt {
	padding-top: 0;
}

.design_06-copy {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.design_06-copy .txt-head {
	width: 50%;
	text-align: left;
}

.design_06-copy .txt-lead {
	width: 50%;
	margin-top: 0;
}

@media only screen and (max-width: 1240px){
.design_06-copy .txt-head {
	width: 100%;
	text-align: center;
}

.design_06-copy .txt-lead {
	width: 100%;
	margin-top: 40px;
}
}


.material_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 120px;
}

.material_01-wrap li:nth-child(1) {
	width: 47.08%;
}

.material_01-wrap li:nth-child(2) {
	width: 46.67%;
}

.material_01-wrap .ttl {
	font-size: 3.0rem;
	margin-top: 20px;
}



.planting_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 120px;
}

.planting_01-wrap > li:nth-child(1) {
	width: 47.08%;
}

.planting_01-wrap > li:nth-child(2) {
	width: 46.67%;
}

.planting_01-wrap .ttl {
	font-size: 3.0rem;
	margin-top: 20px;
}

.planting_01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.planting_01 li {
	width: 22.14%;
	margin-bottom: 20px;
}












