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

li {
	list-style: none;
}

p {
	color: #333;
	margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.text-small {
	font-size: 0.7em;
}

/* 全体 */

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


/* kv */

.main {
	background: #BEE4EA url(../img/kv-bg.webp) no-repeat center center/cover;
	margin-bottom: 0;
	padding: 88px 66px;
}

.main_img {
	width: 100%;
    max-width: 540px;
	margin: 0 auto;
}
.container{
	width:100%;
	text-align: center;
}

@media screen and (max-width: 1000px) {
	.kv{
		margin: 0 auto;
	}
	
	.main {
		background: url(../img/kv-bg.webp) no-repeat center left 54%/cover;
		padding: 88px 20px;
	}
	.container {
		margin: 0 auto;
		text-align: center;
		width:100%;
	}
}
@media screen and (max-width: 767px) {
	.kv .container{
		width:100%;;
	}
	.main {
		background: url(../img/kv-bg_sp.webp) no-repeat center bottom/cover;
		padding: 10vw 0 62vw;
	}
	.main_img {
		max-width: 540px;
	}
	.main_img img {
		width: 100%;
		padding: 0;
	}

}

/* contents */

.contents1 {
	background: linear-gradient(rgba(207, 254, 250, 0) 0%, #fff5ef 0%, #fcdac1 31.81%, #f8c8c8 60.99%, #fefff8 78.24%, #93e2e5 100%, rgba(158, 99, 216, 0) 100%);
	margin-bottom: 0;
	padding: 75px 0 140px;
}

.contents1 .inner {
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}

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

	.contents1 {
		width: 100%;
		padding: 12vw 0;
	}
	
	section > div {
		width: 100%
	}
	
	#campWrapper > section#main {
		width: 100%;
	}

}


/*--- menu共通 --- */

/* white-box */

.white-box {
	padding: 70px 67px 56px 67px;
	background-color: #fff;
	box-shadow: 5px 5px 14px #EC4A4A6B;
	max-width: 800px;
	position: relative;
	margin: 0 auto;
}

.white-box::before {
	content: "";
	position: absolute;
	display: inline-block;
	background: url(../img/menu1.webp) no-repeat center top/contain;
	width: 158px;
	height: 87px;
	top: -20px;
	left: 20px;
}


@media screen and (max-width: 767px) {
	.white-box {
		max-width: none;
		padding: 16vw 3.8vw 15vw;
	}

}

/*menu*/

.h2 {
	margin-bottom: 24px;
}

.menu-disc {
	font-size: 15px;
	letter-spacing: .05em;
	margin-bottom: 25px;
}

.menu-link {
	background-color: #EF6D58;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 8px 20px;
	text-align: center;
	display: block;
	max-width: 290px;
	margin-left: auto;
	margin-bottom: 20px;
	position: relative;
}

.menu-link:link, .menu-link:visited {
	text-decoration: none;
	color: #fff;
}

.menu-link::after {
	content: "";
	background: url(../img/right-arrow.svg) no-repeat center top/contain;
	display: inline-block;
	width: 6px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
	transition: all .3s;
}

.menu-link:hover {
	color: #fff;
	text-decoration: none;
	background: linear-gradient(180deg, #e44f29 0%, #dd6353 100%);
}

.menu-link:hover::after {
	right: 10px;
}

.menu-content figure img {
	width: 100%;
}

.menu-price {
	background-color: #FCEFEF;
	padding: 20px 30px 20px 39px;
}

.menu-price + .menu-price {
	margin-top: 12px;
}

.menu-plus {
	padding: 20px 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	border: #EC4A4A 1px solid;
	margin-top: 24px;
	border-radius: 7px;
	position: relative;
}

.menu-plus::before {
	content: "";
	background: url(../img/fukidashi.webp) no-repeat center top/contain;
	display: inline-block;
	width: 84px;
	height: 45px;
	position: absolute;
	top: -15px;
	left: 21%;
}

@media screen and (max-width: 767px) {
	
	.h2 {
		margin-bottom: 8vw;
	}

	.h2 img {
		width: 100%;
	}

	.menu-disc {
		font-size: 3.6vw;
		margin-bottom: 6vw;
	}
	
	.menu-link {
		font-size: 3.6vw;
		padding: 2vw 4.8vw;
		max-width: none;
		margin-bottom: 4.3vw;
	}
	
	.menu-link::after {
		width: 2vw;
		height: 4.3vw;
		right: 3vw;
	}
	
	.menu-link:hover::after {
		right: 2.7vw;
	}
	
	.menu-price {
		padding: 3.4vw 2.4vw 2.4vw;
	}

	.menu-price img {
		width: 100%;
	}

	.menu-plus {
		padding: 4.8vw 20px;
		font-size: 3.8vw;
		margin-top: 6vw;
	}
	
	.menu-plus::before {
		width: 20vw;
		height: 10vw;
		top: -4vw;
		left: 0;
	}
}




/* 注意事項 */
.contents-note {
	width: 100%;
	background-color: #EEFEFF;
	padding: 50px 40px 72px;
}

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

.contents-note_text {
	color:#333333;
	font-size: 16px;
	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) {

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

	.contents-note_text {
		font-size: 3.8vw;
	}
}

