@charset "UTF-8";

body {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 18px;
	line-height: 1.6;
	overflow: hidden;
}

.sp {
	display: none;
}

.earthday_cover {
	background: url(../img/cover_back.jpg) top no-repeat;
	background-size: cover;
	padding: 40px 0;
}

.earthday_cover h1 {
	width: 94%;
	max-width: 1120px;
	margin: 0 auto;
}

/* スクロールでフェードイン
----------------------------------------------------- */
.fadein01 {
	opacity: 0;
	transform: translateY(20px);
	transition: all 1s;
}

.fadein02 {
	opacity: 0;
	transform: translateY(-40px);
	transition: all 1.5s;
}

.fadein03 {
	opacity: 0;
	transform: translateY(40px);
	transition: all 1.5s;
}

.fadein04 {
	opacity: 0;
	transform: translateY(20px);
	transition: all 1s;
}

.fadein05 {
	opacity: 0;
	transform: translateX(-50px);
	transition: all 0.8s;
}

.fadein06 {
	opacity: 0;
	transform: translateX(50px);
	transition: all 0.8s;
}

/* 画面表示時のフェードイン
---------------------------------------------------------- */
.an-fadeup {
	animation-name: fadeup;
	animation-duration: .6s;
	animation-iteration-count: 1;
}

@keyframes fadeup {
	from {
		opacity: 0;
		transform: translateY(40px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.earthday_about {
	width: 92%;
	max-width: 640px;
	margin: 40px auto;
	background-image:
		url(../img/about.png),
		url(../img/about02.png);
	background-repeat:
		no-repeat;
	background-position:
		top,
		bottom;
	background-size:
		100%;
	padding: 4rem 2rem;
	text-align: center;
}

.earthday_about h2 {
	display: inline-block;
	font-size: 180%;
	padding: 0 1rem 0.5rem;
	color: #2E7CC9;
	font-weight: 700;
	background: url(../img/about_line.png) center bottom no-repeat;
	background-size: 100%;
}

.earthday_about p {
	padding-top: 1rem;
}

.earthday_about p span {
	display: inline-block;
}
.earthday_about {
	width: 92%;
	max-width: 640px;
	margin: 40px auto;
	background-image:
		url(../img/about.png),
		url(../img/about02.png);
	background-repeat:
		no-repeat;
	background-position:
		top,
		bottom;
	background-size:
		100%;
	padding: 4rem 2rem;
	text-align: center;
}
.earthday_rsv{
	width: 92%;
	max-width: 640px;
	margin: 40px auto;
	padding: 4rem 2rem;
	text-align: center;
}


.fz_small {
	font-size: 0.8rem;
}


.back01 {
	background: url(../img/back01.jpg) no-repeat;
	background-size: cover;
	padding: 6% 2%;
}

.back02 {
	background: url(../img/back02.jpg) no-repeat;
	background-size: cover;
	padding: 6% 2%;
}

.earthday_event {
	background-image:
		url(../img/event01.png),
		url(../img/event02.png);
	background-repeat:
		no-repeat;
	background-position:
		top right,
		bottom left;
	background-size:
		8%;
}

.earthday_event_h3 {
	width: 88%;
	max-width: 480px;
	margin: 0 auto;
	padding-top: 14%;
	background: url(../img/h3.png) center 50% no-repeat;
	background-size: contain;
	position: relative;
}

.earthday_event_h3 span {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 160%;
	font-weight: bold;
	position: absolute;
	top: 36%;
}

.event {
	width: 92%;
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	padding-top: 60px;
}
.event .col{
	margin-left: 2%;
}
/* .event .col:last-child{
	margin-left: 0px;
} */

.event .left,
.event .right {
	width: 50%;
	padding: 0 6%;
	text-align: center;
}

.event h4 {
	width: 64%;
	margin: 0 auto;
	position: relative;
}

.event h5 {
	color: #E87400;
	font-size: 120%;
	padding-top: 1rem;
	font-weight: 700;
}

.event_img {
	margin-top: -6%;
}

.event_img img {
	border-radius: 12px;
}

.event p span {
	display: inline-block;
}

.event_detail {
	width: 94%;
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	padding-top: 60px;
}

.event_detail .left,
.event_detail .right {
	width: 44%;
	margin: 0 3%;
	text-align: center;
	background: url(../img/event_back.jpg);
	background-size: cover;
	border-radius: 18px;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}

.event_detail h5 {
	background: url(../img/event_h5.jpg);
	background-size: cover;
	font-size: 140%;
	font-weight: 700;
	color: #fff;
	line-height: 3.6rem;
	border-radius: 18px 18px 0 0;
}

.date {
	background: url(../img/back02.jpg);
	background-size: cover;
	padding: 2rem;
	margin: 2rem;
}

.date_inner {
	background: #fff;
	padding: 2rem 1rem 2rem;
}

.date_inner span {
	display: inline-block;
}

h6 {
	font-size: 130%;
	font-weight: bold;
	color: #E87400;
}

.event_detail p {
	padding: 0 1rem 2rem;
	font-size: 110%;
	line-height: 1.4;
}

.event_detail .date_inner p {
	font-size: 110%;
	font-weight: 500;
	padding: 0 1rem;
}

.event_detail p span.fz_small span {
	display: inline-block;
}

.event_detail .date_inner p.fz_small {
	font-size: 80%;
	font-weight: 400;
}

.event_detail .date_inner p span {
	display: inline-block;
}

.btn {
	padding: 0 2rem 1rem;
}

.btn a {
	display: block;
	background: #DD637F;
	border: solid 1px #DD637F;
	color: #fff;
	font-weight: 500;
	font-size: 110%;
	text-decoration: none;
	line-height: 4rem;
	border-radius: 12px;
	transition: .3s;
}

.btn a:hover {
	background: #fff;
	color: #DD637F;
}

.image {
	padding: 6% 2% 0;
}

.image01,
.image02 {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

/* 夏休み */
.summer {
	background: url(../img/summer_back.jpg);
	background-position: top center;
	background-size: cover;
	padding: 80px 0;
}

.earthday_event_h3_summer {
	width: 88%;
	max-width: 480px;
	margin: 0 auto;
	padding-top: 14%;
	background: url(../img/summer_h3.png) center 50% no-repeat;
	background-size: contain;
	position: relative;
}

.earthday_event_h3_summer span {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 160%;
	font-weight: bold;
	position: absolute;
	top: 30%;
	line-height: 1.2;
}

.event_detail h5.summer_h5 {
	background: url(../img/summer_event_h5.jpg);
}

.summer_back02 {
	background: url(../img/summer_back02.jpg) no-repeat;
	background-size: cover;
	padding: 6% 2%;
}

.summer_date {
	background: url(../img/summer_back02.jpg);
	background-size: cover;
	padding: 2rem;
	margin: 0 2rem 2rem;
}

.summer h6.summer_h6 {
	padding-top: 1rem;
}

.summer p span {
	display: inline-block;
}

@media screen and (max-width:767px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.earthday_about h2 {
		font-size: 120%;
	}

	.earthday_event_h3 {
		padding-top: 29%;
	}

	.earthday_event_h3 span {
		font-size: 120%;
	}

	.event {
		display: block;
		padding-top: 30px;
	}

	.event .left,
	.event .right {
		width: 80%;
		padding: 0 0 40px;
		margin: 0 auto;
	}

	.event .col {
		width: 80%;
		padding: 0 0 40px;
		margin: 0 auto;
	}

	.event_detail {
		display: block;
	}

	.event_detail .left,
	.event_detail .right {
		width: 90%;
		margin: 0 auto 40px;
	}

	.date {
		padding: 1rem;
		margin: 1rem;
	}

	.date_inner {
		background: #fff;
		padding: 1rem;
	}

	h6 {
		font-size: 120%;
	}

	.btn {
		padding: 0 2rem 1rem;
	}

	.btn a {
		font-size: 90%;
		line-height: 3rem;
	}

	/* 夏休み */
	.summer {
		padding: 40px 0;
	}

	.earthday_event_h3_summer {
		width: 88%;
		max-width: 640px;
		margin: 0 auto;
		padding: 14%;
		background: url(../img/summer_h3.png) center 50% no-repeat;
		background-size: contain;
		position: relative;
	}

	.earthday_event_h3_summer span {
		display: block;
		width: 100%;
		text-align: center;
		color: #fff;
		font-size: 120%;
		font-weight: bold;
		position: relative;
		top: 30%;
		line-height: 1.2;
	}

}

.attention {
	width: 94%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 4rem 2rem 0;
	font-size: 0.9rem;
}

.attention ul {
	padding: 0.5rem 0 0 2rem;
	list-style: disc;
}

.attention ul li {
	padding-bottom: 0.5rem;
}