@charset "utf-8";
/* CSS Document */
body {
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

li {
	list-style: none;
}

p {
	color: #333;
}

#contentsBox {
	width: 100%;
	padding-bottom: 3.5rem;
}
#contents {
    width: 100%;
    
	padding-top: 50px;
}


.main {
	width: 100%;
	background-image: url(../img/kv-bg2.png), url(../img/kv-bg.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: bottom right, center left 20%;
	background-size: auto, cover;
	margin-bottom: 0;
	padding: 88px 0 80px;
}

.main .main_img {
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
    max-width: 1060px;
}

.main_img img {
    width: 100%;
}

.contents1 {
	background-color: #EFC9CA;
	margin-bottom: 0;
	padding: 80px 0 0;
}
.contents1_list {
	margin-bottom: 0;
	padding: 0;
}

.contents1_list-item {
	margin-bottom: 130px;
	background: url(../img/body-bg.jpg) no-repeat bottom -509px center/cover;
	padding: 0 20px 80px;
}

.contents1_list-item:last-of-type {
	margin-bottom: 0;
}

.contents1_list-item img {
    filter: drop-shadow(0px 20px 7px rgba(138, 0, 21, 0.761));
	margin: 0 auto;
}

.contents-note {
	width: 100%;
	background-color: #77000D;
	padding: 50px 40px 72px;
}

.contents-note_wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

.contents-note_text {
	color: #fff;
	font-size: 24px;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	line-height: 2;
	text-align: left;
}

.schedule > div {
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {

	.main {
		background-image: url(../img/kv-bg2.png), url(../img/kv-bg_sp.jpg);
		background-position: bottom right, top center;
		background-size: 80%, cover;
		padding: 38vw 15px 28vw;
	}

	.contents1 {
		width: 100%;
	}

	.contents1_list {
		padding-left: 0;
		padding-right: 0;
	}
	
	section > div {
		width: 100%
	}
	
	#campWrapper > section#main {
		width: 100%;
	}

	.main .main_img {
		padding: 0;
	}

	.contents1_list-item {
		margin-bottom: 26vw;
		background: url(../img/body-bg.jpg) no-repeat bottom center/auto;
		padding: 0 0 19vw;
	}

	.contents1_list-item img {
		width: 90%;
	}

	.contents-note {
		padding: 5vw 5% 7vw;
	}

	.contents-note_text {
		font-size: 16px;
	}
}

