@charset "UTF-8";
/*----------------------------------------

	+ content
		- movie
		- greenhouse
		- service
		- knowledge
		- other
		- rose

-----------------------------------------*/

/*----------------------------------------
	content
-----------------------------------------*/
#content {
	overflow: hidden;
}
#content > h1 {
	position: relative;
	height: 400px;
}
#content > h1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/i_tit_bg01.jpg) no-repeat center;
	background-size: cover;
}
#content > h1 > span {
	display: block;
	position: absolute;
	top: 0;
	right: 101px;
	width: 114px;
	height: 100%;
	background: url(../../../img/c_bg06.gif) repeat left top;
}
#content > h1 > span > span:first-child {
	display: block;
	width: 33px;
	height: auto;
	margin: 40px 0 0 42px;
}
#content > h1 > span > span:nth-child(2) {
	display: none;
}
#content > h1 > span > span img {
	width: 100%;
	height: auto;
}
#content > h1 + p {
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto;
	padding: 56px 0;
}
@media only screen and (max-width:768px) {
	#content > h1 {
		height: 200px;
	}
	#content > h1 > span {
		position: relative;
		top: 200px;
		right: 0;
		width: 100%;
		height: 66px;
		background: url(../../../img/c_bg04_sp.gif) repeat left top;
	}
	#content > h1 > span > span:first-child {
		display: none;
	}
	#content > h1 > span > span:nth-child(2) {
		display: block;
		width: 193px;
		height: auto;
		margin: 0 auto;
		padding-top: 21px;
	}
	#content > h1 + p {
		min-width: 300px;
		width: 300px;
		margin-top: 66px;
	}
}

/*----------------------------------------
	movie
-----------------------------------------*/
#movie {
	display: flex;
	justify-content: center;
	background: url(../../../img/c_bg01.gif) repeat left top;
}
@media only screen and (max-width:768px) {
	#movie {
		display: inherit;
		position: relative;
		width: 100%;
		padding: calc(214 / 380 * 100%) 0 0;
	}
	#movie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

/*----------------------------------------
	greenhouse
-----------------------------------------*/
#greenhouse {
	position: relative;
	margin-top: 80px;
	padding-top: 600px;
}
#greenhouse::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	background: url(../img/i_p01.jpg) no-repeat center;
	background-size: cover;
}
#greenhouse > div {
	position: relative;
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: -120px auto 0;
	border-top: 10px solid #bfa34d;
	background: #fff;
}
#greenhouse > div > h1 {
	padding: 60px 0;
}
#greenhouse > div > h1 img {
	display: block;
	width: 394px;
	height: auto;
	margin: 0 auto;
}
#greenhouse > div > p {
	padding: 36px 40px;
	background: #bfa34d;
}
#greenhouse > div > figure img {
	width: 100%;
	height: auto;
}
#greenhouse > div > figure p {
	padding-top: 16px;
	text-align: center;
}
#greenhouse > div > section {
	padding-top: 52px;
}
#greenhouse > div > section > h1 {
	padding-bottom: 12px;
}
#greenhouse > div > section > table {
	width: 50%;
	margin-top: 16px;
	border-top: 1px solid #ccc;
}
#greenhouse > div > section > table tr th {
	min-width: 200px;
	width: 40%;
	padding: 16px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #e9f5dd;
	vertical-align: top;
}
#greenhouse > div > section > table tr td {
	min-width: 300px;
	width: 60%;
	padding: 16px 20px;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
#greenhouse > div > section > p a {
	display: block;
	width: 252px;
	margin-top: 40px;
	padding: 14px 10px;
	box-sizing: border-box;
	text-align: center;
}
@media only screen and (max-width:768px) {
	#greenhouse {
		margin-top: 60px;
		padding-top: 200px;
	}
	#greenhouse::before {
		height: 200px;
	}
	#greenhouse > div {
		min-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
	#greenhouse > div > h1 img {
		width: 296px;
	}
	#greenhouse > div > p {
		padding-right: 0;
		padding-left: 0;
	}
	#greenhouse > div > p > span {
		display: block;
		width: 300px;
		margin: 0 auto;
	}
	#greenhouse > div > section {
		width: 300px;
		margin: 0 auto;
	}
	#greenhouse > div > section > table {
		width: 100%;
	}
	#greenhouse > div > section > table tr th {
		min-width: 150px;
		width: 50%;
		padding: 16px 10px;
	}
	#greenhouse > div > section > table tr td {
		min-width: 150px;
		width: 50%;
		padding: 16px 10px;
	}
	#greenhouse > div > section > p a {
		margin-right: auto;
		margin-left: auto;
	}
}

/*----------------------------------------
	service
-----------------------------------------*/
#service {
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 60px auto 0;
}
#service > h1 {
	padding-left: 10px;
	border-left: 6px solid #6ab81c;
}
#service > section {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: 40px;
}
#service > section > figure {
	min-width: 500px;
	width: 50%;
}
#service > section > figure img {
	width: 100%;
	height: auto;
}
#service > section > div {
	min-width: 440px;
	width: calc(50% - 60px);
}
#service > section > div > p {
	margin-top: 12px;
}
#service > section > div > p a {
	display: block;
	width: 252px;
	margin-top: 36px;
	padding: 14px 10px;
	box-sizing: border-box;
	text-align: center;
}
@media only screen and (max-width:768px) {
	#service {
		min-width: 300px;
		width: 300px;
	}
	#service > section {
		display: inherit;
	}
	#service > section > figure {
		min-width: 100%;
		width: 100%;
	}
	#service > section > div {
		min-width: 100%;
		width: 100%;
		margin-top: 16px;
	}
	#service > section > div > p a {
		margin-right: auto;
		margin-left: auto;
	}
}

/*----------------------------------------
	knowledge
-----------------------------------------*/
#knowledge {
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 60px auto 0;
}
#knowledge > h1 {
	padding-left: 10px;
	border-left: 6px solid #6ab81c;
}
#knowledge > section {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
#knowledge > section > figure {
	min-width: 430px;
	width: 43%;
}
#knowledge > section > figure img {
	width: 100%;
	height: auto;
}
#knowledge > section > div {
	min-width: 510px;
	width: calc(57% - 60px);
}
#knowledge > section > div h2 {
	margin-top: 32px;
}
#knowledge > section > div p {
	margin-top: 12px;
}
#knowledge > section > div ul {
	margin-top: 12px;
	padding-right: 13.72%;
}
#knowledge > section > div ul li {
	position: relative;
	padding-left: 1em;
	counter-increment: num;
}
#knowledge > section > div ul li::before {
	content: counter(num)".";
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width:768px) {
	#knowledge {
		min-width: 300px;
		width: 300px;
	}
	#knowledge > section {
		display: inherit;
	}
	#knowledge > section > figure {
		min-width: 100%;
		width: 100%;
	}
	#knowledge > section > div {
		min-width: 100%;
		width: 100%;
		margin-top: 16px;
	}
	#knowledge > section > div ul {
		padding-right: 0;
	}
}

/*----------------------------------------
	other
-----------------------------------------*/
#other {
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 60px auto 0;
}
#other > h1 {
	padding-left: 10px;
	border-left: 6px solid #6ab81c;
}
#other > section {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: 40px;
}
#other > section > figure {
	min-width: 430px;
	width: 43%;
}
#other > section > figure img {
	width: 100%;
	height: auto;
}
#other > section > div {
	min-width: 510px;
	width: calc(57% - 60px);
}
#other > section > div p {
	margin-top: 12px;
}
#other > section > div p:nth-of-type(n+2) {
	margin-top: 22px;
}
@media only screen and (max-width:768px) {
	#other {
		min-width: 300px;
		width: 300px;
	}
	#other > section {
		display: inherit;
	}
	#other > section > figure {
		min-width: 100%;
		width: 100%;
	}
	#other > section > div {
		min-width: 100%;
		width: 100%;
		margin-top: 16px;
	}
}

/*----------------------------------------
	rose
-----------------------------------------*/
#rose {
	position: relative;
	width: 100%;
	margin: 60px auto 0;
	padding-top: 480px;
}
#rose::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 480px;
	background: url(../img/i_p11.jpg) no-repeat center;
	background-size: cover;
}
#rose > div {
	position: relative;
	min-width: 800px;
	width: calc(100% - 400px);
	margin: -120px auto 0;
	border-top: 10px solid #b3477d;
}
#rose > div > h1 {
	padding: 40px 0;
	background: #fff;
}
#rose > div > h1 img {
	display: block;
	width: 217px;
	height: auto;
	margin: 0 auto;
}
#rose > div > div {
	display: flex;
	justify-content: space-between;
	padding: 40px;
	background: #b3477d;
}
#rose > div > div > div {
	min-width: 408px;
	width: calc(100% - 312px);
}
#rose > div > div > div > ul {
	margin-top: 13px;
}
#rose > div > div > p > a {
	display: block;
	width: 252px;
	padding: 14px 10px;
	box-sizing: border-box;
	text-align: center;
}
@media only screen and (max-width:768px) {
	#rose {
		min-width: 100%;
		width: 100%;
		padding: 200px 0 0;
	}
	#rose::before {
		height: 200px;
	}
	#rose > div {
		min-width: 100%;
		width: 100%;
		margin: 0;
		background: #b3477d;
	}
	#rose > div > h1 img {
		width: 173px;
	}
	#rose > div > div {
		display: inherit;
		width: 300px;
		margin: 0 auto;
		padding-top: 36px;
	}
	#rose > div > div > div {
		min-width: 100%;
		width: 100%;
	}
	#rose > div > div > p > a {
		margin: 36px auto 0;
	}
}