@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700);

body {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	line-height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	color: #323232;
	overflow-x: hidden;
}
body a {
	color: #323232;
}
body a:hover {
	transition: .2s;
	opacity: 0.60;
	filter: progid:DXImageTransform.Microsoft.alpha(Opacity=70,FinishOpacity=70);
	cursor: pointer !important;
}
body article {
	margin: 0 auto;
	width: 960px;
}

article #pickup_rakurakuen img {
	display: block;
}

article #pickup_rakurakuen h2 {
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	border-bottom: 1px solid #5AC8A0;
	padding-bottom: 10px;
	margin-top: 30px;
}

article #pickup_rakurakuen h2 ~ div {
	margin-top: 50px;
}

article #pickup_rakurakuen h2 ~ div:nth-of-type(1) {
	display: flex;
	justify-content: space-between;
}

article #pickup_rakurakuen h2 ~ div:nth-of-type(1) div {
	width: 460px;
}

article #pickup_rakurakuen h2 ~ div:nth-of-type(2) {
	display: flex;
	justify-content: space-between;
}

article #pickup_rakurakuen h2 ~ div:nth-of-type(2) div {
	width: 460px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}


article #pickup_rakurakuen h2 ~ div p {
	line-height: 2;
	font-size: 14px;
}

article #pickup_rakurakuen h2 ~ div p + p {
	margin-top: 2em;
}

@media screen and (max-width: 960px) {
	body article {
		width: 100%;
	}

	article #pickup_rakurakuen img {
	    width: 100%;
	}
	
	article #pickup_rakurakuen h2 {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 50px;
	}

	article #pickup_rakurakuen h2 ~ div:nth-of-type(1) {
		display: block;
	}

	article #pickup_rakurakuen h2 ~ div:nth-of-type(1) div {
		width: 100%;
		margin-bottom: 40px;
	}

	article #pickup_rakurakuen h2 ~ div:nth-of-type(2) {
		display: block;
	}

	article #pickup_rakurakuen h2 ~ div:nth-of-type(2) div {
		width: 100%;
		margin-bottom: 40px;
	}

}
