@charset "UTF-8";
/*----------------------------------------

	+ content
		- cosmos
		- dahlia
		- dahlia_knowledge
		- 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/cosmos_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: calc(61px/2);
	height: auto;
	margin: 40px 0 0 41px;
}
#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: 138px;
		height: auto;
		margin: 0 auto;
		padding-top: 21px;
	}
	#content > h1 + p {
		min-width: 300px;
    width: 300px;
		margin-top: 66px;
	}
}

/*----------------------------------------
	cosmos
-----------------------------------------*/

#cosmos {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto;
	padding: 480px 0 80px;
}
#cosmos::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 200px);
	height: 480px;
	margin: 0 -100px;
	background: url(../img/cosmos_p01.jpg) no-repeat center;
	background-size: cover;
}
#cosmos > div:first-of-type {
	position: relative;
	width: 100%;
}
#cosmos > div:first-of-type > div {
	position: absolute;
	top: -60px;
	left: -100px;
	min-width: 440px;
	width: 440px;
	padding: 75px 60px 50px 100px;
	box-sizing: border-box;
	background: #fff;
}
#cosmos > div:first-of-type > div::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 5px;
	background: #cc85a8;
}
#cosmos > div:first-of-type > div h1 {
	width: 248px;
	padding-bottom: 56px;
}
#cosmos > div:first-of-type > div h1 img {
	width: 100%;
	height: auto;
}
#cosmos > div:first-of-type figure {
	min-width: 660px;
	width: calc(100% - 340px);
	padding: 40px 0 0 340px;
}
#cosmos > figure:first-of-type {
	min-width: 460px;
	width: 46%;
}
#cosmos > div:nth-of-type(2) {
	min-width: 540px;
	width: 54%;
}
#cosmos > div:nth-of-type(2) p {
	min-width: 480px;
	width: 88.88%;
	margin: 0 0 0 auto;
	padding-top: 40px;
}
#cosmos figure img {
	width: 100%;
	height: auto;
}
#cosmos > div:nth-of-type(2) p a img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width:768px) {
	#cosmos {
		display: inherit;
		min-width: 100%;
		width: 100%;
		padding: 188px 0 60px;
	}
	#cosmos::before {
		height: 188px;
	}
	#cosmos > div:first-of-type {
		width: 320px;
		margin: 0 auto;
	}
	#cosmos > div:first-of-type > div {
		position: relative;
		top: auto;
		left: auto;
		min-width: 320px;
		width: 320px;
		margin: -30px auto 0;
		padding: 75px 30px 56px;
	}
	#cosmos > div:first-of-type figure {
		min-width: 300px;
		width: 300px;
		margin: 0 auto;
		padding: 0;
	}
	#cosmos > figure:first-of-type ,
	#cosmos > figure:nth-of-type(2) {
		min-width: 300px;
		width: 300px;
		margin: 0 auto;
	}
	#cosmos > div:nth-of-type(2) {
		min-width: 300px;
		width: 300px;
		margin: 0 auto;
	}
	#cosmos > div:nth-of-type(2) p {
		min-width: 300px;
		width: 300px;
		margin: 0;
	}
}

/*----------------------------------------
	dahlia
-----------------------------------------*/

#dahlia {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto;
	padding: 480px 0 60px;
}
#dahlia::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 200px);
	height: 480px;
	margin: 0 -100px;
	background: url(../img/cosmos_p05.jpg) no-repeat center;
	background-size: cover;
}
#dahlia > div:first-of-type {
	position: relative;
	width: 100%;
}
#dahlia > div:first-of-type > div {
	position: absolute;
	top: -60px;
	right: -100px;
	min-width: 440px;
	width: 440px;
	padding: 75px 100px 50px 60px;
	box-sizing: border-box;
	background: #fff;
}
#dahlia > div:first-of-type > div::before {
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	width: 100%;
	height: 5px;
	background: #cc85a8;
}
#dahlia > div:first-of-type > div h1 {
	width: 210px;
	padding-bottom: 56px;
}
#dahlia > div:first-of-type > div h1 img {
	width: 100%;
	height: auto;
}
#dahlia > div:first-of-type figure {
	min-width: 660px;
	width: calc(100% - 340px);
	padding: 40px 340px 0 0;
}
#dahlia > figure:first-of-type {
	min-width: 460px;
	width: 46%;
}
#dahlia > figure:nth-of-type(2) {
	min-width: 540px;
	width: 54%;
}
#dahlia figure img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width:768px) {
	#dahlia {
		display: inherit;
		min-width: 100%;
		width: 100%;
		padding-top: 188px;
	}
	#dahlia::before {
		height: 188px;
	}
	#dahlia > div:first-of-type > div {
		position: relative;
		top: auto;
		right: auto;
		min-width: 320px;
		width: 320px;
		margin: -30px auto 0;
		padding: 75px 30px 56px;
	}
	#dahlia > div:first-of-type figure {
		min-width: 300px;
		width: 300px;
		margin: 0 auto;
		padding: 0;
	}
	#dahlia > figure:first-of-type,
	#dahlia > figure:nth-of-type(2) {
		min-width: 300px;
		width: 300px;
		margin: 0 auto;
	}
}

/*----------------------------------------
	dahlia_knowledge
-----------------------------------------*/

#dahlia_knowledge {
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto;
	padding-bottom: 80px;
}
#dahlia_knowledge > h1 {
	margin-bottom: 16px;
	padding-left: 10px;
	border-left: 6px solid #6ab81c;
}
#dahlia_knowledge > p:nth-of-type(2) {
	padding: 26px 0 16px;
}
#dahlia_knowledge table {
	width: 100%;
}
#dahlia_knowledge table tr th,
#dahlia_knowledge table tr td {
	min-width: 333.33px;
	width: 33.33%;
	padding: 16px 20px;
	box-sizing: border-box;
	vertical-align: top;
	text-align: center;
}
#dahlia_knowledge table tr td br {
	display: none;
}
#dahlia_knowledge table tr:first-child th {
	border-left: 1px solid #ccc;
	background: #3f720c;
}
#dahlia_knowledge table tr:first-child th:first-child {
	border-left: 1px solid #3f720c;
}
#dahlia_knowledge table tr:first-child th:last-child {
	border-right: 1px solid #3f720c;
}
#dahlia_knowledge table tr:nth-child(n+2) th {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #e9f5dd;
}
#dahlia_knowledge table tr:nth-child(n+2) td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#dahlia_knowledge > p:nth-of-type(3) {
	padding: 16px 0 36px;
}
#dahlia_knowledge > p:nth-of-type(4) {
	min-width: 480px;
	width: 48%;
}
#dahlia_knowledge > p:nth-of-type(4) a img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width:768px) {
	#dahlia_knowledge {
		min-width: 300px;
		width: 300px;
		padding-bottom: 60px;
	}
	#dahlia_knowledge table tr th,
	#dahlia_knowledge table tr td {
		min-width: 100px;
		padding: 16px 10px;
	}
	#dahlia_knowledge table tr td br {
		display: block;
	}
	#dahlia_knowledge > p:nth-of-type(4) {
		min-width: 300px;
		width: 300px;
	}
}

/*----------------------------------------
	rose
-----------------------------------------*/

#rose {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	min-width: 1000px;
	width: calc(100% - 200px);
	margin: 0 auto;
	padding-top: 480px;
}
#rose::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 200px);
	height: 480px;
	margin: 0 -100px;
	background: url(../img/cosmos_p09.jpg) no-repeat center;
	background-size: cover;
}
#rose > div:first-of-type {
	position: relative;
	width: 100%;
}
#rose > div:first-of-type > div {
	position: absolute;
	top: -60px;
	left: -100px;
	min-width: 440px;
	width: 440px;
	padding: 75px 60px 50px 100px;
	box-sizing: border-box;
	background: #fff;
}
#rose > div:first-of-type > div::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 5px;
	background: #cc85a8;
}
#rose > div:first-of-type > div h1 {
	width: 265px;
	padding-bottom: 56px;
}
#rose > div:first-of-type > div h1 img {
	width: 100%;
	height: auto;
}
#rose > div:first-of-type > div p:nth-of-type(2) {
	margin-top: 13px;
}
#rose > div:first-of-type figure {
	min-width: 660px;
	width: calc(100% - 340px);
	padding: 40px 0 0 340px;
}
#rose > figure:first-of-type {
	min-width: 540px;
	width: 54%;
}
#rose > figure:nth-of-type(2) {
	min-width: 460px;
	width: 46%;
}
#rose figure img {
	width: 100%;
	height: auto;
}
#rose > div:nth-of-type(2) {
	display: flex;
	flex-direction: row-reverse;
}
#rose > div:nth-of-type(2) p:first-child {
	width: 46%;
	margin-top: calc(-46% * 0.2826);
	padding: 36px 5px 0 60px;
	box-sizing: border-box;
}
#rose > div:nth-of-type(2) p:nth-child(2) {
	min-width: 480px;
	width: 48%;
	padding-top: 40px;
}
#rose > div:nth-of-type(2) p:nth-child(2) a img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width:768px) {
	#rose {
		display: inherit;
		min-width: 100%;
		width: 100%;
		padding-top: 188px;
	}
	#rose::before {
		height: 188px;
	}
	#rose > div:first-of-type {
		width: 320px;
		margin: 0 auto;
	}
	#rose > div:first-of-type > div {
		position: relative;
		top: auto;
		left: auto;
		min-width: 320px;
		width: 320px;
		margin: -30px auto 0;
		padding: 75px 30px 56px;
	}
	#rose > div:first-of-type > div h1 {
		width: 260px;
	}
	#rose > div:first-of-type figure {
		min-width: 300px;
		width: 300px;
		margin: 0 auto;
		padding: 0;
	}
	#rose > figure:first-of-type,
	#rose > figure:nth-of-type(2) {
		min-width: 300px;
		width: 300px;
		margin: 0 auto;
	}
	#rose > div:nth-of-type(2) {
		display: inherit;
		width: 300px;
		margin: 0 auto;
	}
	#rose > div:nth-of-type(2) p:first-child {
		width: 100%;
		margin-top: 0;
		padding: 36px 0;
	}
	#rose > div:nth-of-type(2) p:nth-child(2) {
		min-width: 100%;
		width: 100%;
		padding-top: 0;
	}
}