@charset "UTF-8";
@import url('common.css');

/* CSS Document */

@media (min-width:1400px){
#main {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	position: relative;
}
#main h3 {
	text-align: center;
	font-size: 24px;
}
#main .example {
	margin-top: 40px;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 100px;

	.ex_image {
		display: flex;
		flex-flow: row wrap;
		width: 750px;
		height: 330px;
		margin: 0;
		padding: 0;

		.ex_image_link {
			width: 220px;
			height: 330px;
			position: relative;
			overflow: hidden;

			img {
				width: 220px;
				height: 330px;
				object-fit: cover;
				transition: 1s all;
			}
		}
		.ex_image_link:hover img {
    transform: scale(1.2, 1.2);
    transition: 1s all;
		}
	}
	.ex_info {
		width: 360px;

		.ex_info_title {
			padding-top: 30px;
			padding-bottom: 30px;
			font-size: 39px;
			text-align: center;

		}
		.ex_info_text {
			font-size: 14px;
			line-height: 28px;
			letter-spacing: .1em;
			text-align: justify;
		}
	}
}

	.schedule {
		width: 100%;

		.sc_title {
			padding-top: 30px;
			padding-bottom: 30px;
			font-size: 39px;
			text-align: center;
		}

		.sc_text {
			width: 700px;
			margin: 0 auto;
			font-size: 14px;
			line-height: 28px;
			letter-spacing: .1em;
			text-align: justify;
			margin-bottom: 40px;
		}

		.sc_image {
			width: 100%;

			img {
				width: 100%;
				height: auto;
				object-fit: cover;
			}
		}
	}

	.reward {
		width: 100%;
		margin: 40px 0;

		.rw_title {
			padding-top: 30px;
			padding-bottom: 30px;
			font-size: 39px;
			text-align: center;
		}

		.rw_text {
			width: 700px;
			margin: 0 auto;
			font-size: 14px;
			line-height: 28px;
			letter-spacing: .1em;
			text-align: justify;
			margin-bottom: 40px;
		}
	}
}

@media (max-width:1399px) and (min-width:601px){
#main {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
	position: relative;
	padding: 0 20px;
}
#main h3 {
	text-align: center;
	font-size: 24px;
}
#main .example {
	margin-top: 40px;
	width: 100%;
	display: flex;
	flex-flow: column-reverse wrap;

	.ex_image {
		display: flex;
		flex-flow: row wrap;
		width: 600px;
		height: 330px;
		margin: 0 auto;
		padding: 0;
		margin-bottom: 100px;

		.ex_image_link {
			width: 200px;
			height: 330px;
			position: relative;
			overflow: hidden;

			img {
				width: 220px;
				height: 330px;
				object-fit: cover;
				transition: 1s all;
			}
		}
		.ex_image_link:hover img {
    transform: scale(1.2, 1.2);
    transition: 1s all;
		}
	}
	.ex_info {
		width: 100%;

		.ex_info_title {
			padding-top: 30px;
			padding-bottom: 30px;
			font-size: 39px;
			text-align: center;

		}
		.ex_info_text {
			font-size: 14px;
			line-height: 28px;
			letter-spacing: .1em;
			text-align: center;
			margin-bottom: 50px;
		}
	}
}
	.schedule {
		width: 100%;
		position: relative;

		.sc_title {
			padding-top: 30px;
			padding-bottom: 30px;
			font-size: 39px;
			text-align: center;
		}

		.sc_text {
			width: 100%;
			margin: 0 auto;
			font-size: 14px;
			line-height: 28px;
			letter-spacing: .1em;
			text-align: center;
			margin-bottom: 40px;
		}

		.sc_image {
			width: 100%;
			margin: 0;
			position: relative;

			img {
				width: 100%;
				height: auto;
				padding: 0;
				margin: 0;
				object-fit: cover;
			}
		}
	}

	.reward {
		width: 100%;
		margin: 40px 0;

		.rw_title {
			padding-top: 30px;
			padding-bottom: 30px;
			font-size: 39px;
			text-align: center;
		}

		.rw_text {
			width: 100%;
			margin: 0 auto;
			font-size: 14px;
			line-height: 28px;
			letter-spacing: .1em;
			text-align: justify;
			margin-bottom: 40px;
		}
	}
}

@media (max-width:600px){
#main {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
	position: relative;
	padding: 0 20px;
}
#main h3 {
	text-align: center;
	font-size: 24px;
}
#main .example {
	margin-top: 40px;
	width: 100%;
	display: flex;
	flex-flow: column-reverse wrap;

	.ex_image {
		display: flex;
		flex-flow: row wrap;
		width: 100%;
		height: 40vw;
		margin: 0 auto;
		padding: 0;
		margin-bottom: 10vw;

		.ex_image_link {
			width: 29vw;
			height: 40vw;
			position: relative;
			overflow: hidden;

			img {
				width: 29vw;
				height: 40vw;
				object-fit: cover;
				transition: 1s all;
			}
		}
		.ex_image_link:hover img {
    transform: scale(1.2, 1.2);
    transition: 1s all;
		}
	}
	.ex_info {
		width: 100%;

		.ex_info_title {
			padding-bottom: 30px;
			font-size: 4.5vw;
			text-align: center;

		}
		.ex_info_text {
			font-size: 3vw;
			line-height: 2em;
			letter-spacing: .1em;
			text-align: justify;
			margin-bottom: 30px;
		}
	}
}
	.schedule {
		width: 100%;
		position: relative;

		.sc_title {
			padding-bottom: 30px;
			font-size: 4vw;
			text-align: center;
		}

		.sc_text {
			width: 100%;
			margin: 0 auto;
			font-size: 3vw;
			line-height: 2em;
			letter-spacing: .1em;
			text-align: justify;
			margin-bottom: 40px;
		}

		.sc_image {
			width: 100%;
			margin: 0;
			position: relative;

			img {
				width: 100%;
				height: auto;
				padding: 0;
				margin: 0;
				object-fit: cover;
			}
		}
	}

	.reward {
		width: 100%;
		margin: 40px 0;

		.rw_title {
			padding-bottom: 30px;
			font-size: 4vw;
			text-align: center;
		}

		.rw_text {
			width: 100%;
			margin: 0 auto;
			font-size: 3vw;
			line-height: 2em;
			letter-spacing: .1em;
			text-align: justify;
			margin-bottom: 40px;
		}
	}
}
