/*

marquee {
	background: #333;
	margin: 30px auto;
	display: block;
	color: #fff;
}


.rule_txt {}
.rule_txt table { border:1px #ccc solid; max-width:100%; margin:auto;}
.rule_txt td { padding:7px;}

.camp_lists {
	width: 100%;
	max-width: 1200px;
	margin: 20px auto 40px;
}


.part_title {
	display: inline-block;
	line-height: 120%;
	font-size: 20px;
	color: white;
	letter-spacing: 2px;
	background: url(../images/ch_img016.png) no-repeat left bottom;
	width: 100%;
	padding: 12px 44px 12px 85px;
}

.date_and_nights {

	border: 5px solid #dcbebe;
	text-align: center;
}

.date_and_nights li {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	margin-right: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #6B3333;
}

.date_night {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	text-align: left;
}

.date_night_choice {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 200px;
}

.reselect {
	display: block;
	font-size: 14px;
	color: #4CA5FF;
	margin-top: 5px;
}

.reselect:hover {
	text-decoration: underline;
}

.activity_note {
	color: #0E4C5B;
	font-size: 14px;
	margin-top: 5px;
	display: block;
}

.main_select {
	font-size: 15px;
	-webkit-appearance: button;
	background-color: #fff;
	background-image: url(../images/select_arrow3.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	border: #FB8B24 1px solid;
	color: #111;
	display: block;
	float: right;
	margin: 0 0 5px 0;
	width: 100%;
	overflow: hidden;
	padding: 5px;
	white-space: nowrap;
	letter-spacing: 1px;
}

.camp_lists {
	margin-top: 30px;
	width: 100%;
	background-color: white;
	padding-right: 30px;
	padding-left: 30px;
}

.camp_lists ul {
	background-color: white;
}

.camp_lists li {
	width: 100%;
	display: block;
	padding-left: 160px;
	margin-bottom: 20px;
	margin-top: 20px;
	display: flex;
	align-items: flex-start;
}

.camp_small_pic {
	width: 160px;
	height: 160px;
	margin-left: -160px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.camp_small_pic img {
	width: 100%;
	display: block;
}

.camp_small_txt {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 10px 0 50px;
	position: relative;
	top: -4px;
}

.camp_small_txt h6 {
	font-size: 18px;
	padding-left: 35px;
	position: relative;
	color: #5d98ad;
}

.camp_small_txt h6:before {
	position: absolute;
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: #FFC857;
	left: 0;
	top: 4px;
}

.camp_small_txt ul {
	padding-left: 35px;
}

.camp_small_txt li {
	color: #777777;
	font-size: 15px;
	line-height: 150%;
	padding: 0;
	margin: 5px 0;
}

.half_select {
	display: block;
	float: left;
	width: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.half_select b {
	color: #879666;
	font-size: 15px;
}

.half_select p {
	margin: 5px;
	color: #525252;
}

.half_select p span {
	color: #F98B24;
}

.half_select .select {
	font-size: 15px;
	-webkit-appearance: button;
	background-color: #fff;
	background-image: url(../images/select_arrow2.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	border: #e4e6e8 1px solid;
	color: #111;
	display: block;
	margin: 5px 0;
	width: 120px;
	overflow: hidden;
	padding: 8px 5px;
	white-space: nowrap;
	letter-spacing: 1px;
}

.select.disabled {
	background-color: #ded5d5;
	background-image: url(../images/select_star2.png);
}

.half_select.add_choice {
	padding-left: 20px;
}

.price_total.new {
	max-width: 1200px;
	margin: 15px auto;
	line-height: 32px;
	background: #D1495B;
	color: #fff;
	position: relative;
	font-size: 24px;
	padding: 0 35px;
	padding-top: 10px;
}

.price_total.new h5 {
	background: none;
	color: #fff;
}

.price_total.new h5 span {
	color: #fff;
}

.single_img {
	text-align: center;
	margin: 30px 0 50px;
	display: none;
}

.single_img img {
	display: block;
	line-height: 0;
	margin: auto;
	max-width: 100%;
}

.halfForm.limitedwidth {
	max-width: 1200px;
	background-color: white;
	padding:28px 30px;
}

.halfForm.limitedwidth .formTxt {
	max-width: 600px;
}

.halfForm.limitedwidth .formTxt+span {
	font-size: 13px;
	color: #ff0000;
	padding-left: 15px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 2px;
}

.mark {
	font-size: 15px;
	color: #666;
	margin: 35px;
	text-align: center;
}

.little_check {
	display: block;
	margin: 10px;
}

.checkbox_agree {
	position: relative;
	top: 0;
	margin: 0 1rem 0 0;
	cursor: pointer;
	border: none;
}

.checkbox_agree:before {
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	-moz-transform: rotate(-45deg) scale(0, 0);
	-ms-transform: rotate(-45deg) scale(0, 0);
	-o-transform: rotate(-45deg) scale(0, 0);
	transform: rotate(-45deg) scale(0, 0);
	content: "";
	position: absolute;
	left: 0.1875rem;
	top: 0.125rem;
	z-index: 1;
	width: 0.75rem;
	height: 0.375rem;
	border: 2px solid #6b3434;
	border-top-style: none;
	border-right-style: none;
}

.checkbox_agree:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	-moz-transform: rotate(-45deg) scale(1, 1);
	-ms-transform: rotate(-45deg) scale(1, 1);
	-o-transform: rotate(-45deg) scale(1, 1);
	transform: rotate(-45deg) scale(1, 1);
}

.checkbox_agree:after {
	content: "";
	position: absolute;
	top: -0.125rem;
	left: 0;
	width: 1.2rem;
	height: 1.2rem;
	background: #fff;
	border: 2px solid #999;
	cursor: pointer;
}

.rule_with_bg {
	width: 100%;
	max-width: 1200px;
	margin: 40px auto;
	display: block;
	padding-left: 154px;
	background-color: rgba(251, 220, 200, 0.5);
	border-radius: 20px;
}

.rule_with_bg .rule_bg {
	width: 150px;
	margin-left: -154px;
	padding: 30px 0;
	display: inline-block;
	vertical-align: top;
}

.rule_with_bg .rule_txt {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
}

.rule_with_bg .rule_bg img {
	display: block;
	width: 90%;
	max-width: 120px;
	margin: auto;
}

.box_width {
	width: 98%;
	max-width: 1200px;
	margin: 0px auto 50px;
	padding: 30px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 20px;
}

.box_width ul {
	margin-left: 40px;
	margin-bottom: 20px;
	font-size: 15px;
}

.box_width ul li {
	color: #535353;
	margin: 10px 0;
	display: block;
}

.box_width ul li span {
	display: inline-block;
	margin-left: 15px;
}

.box_width ul li .break {
	display: inline-block;
}

.box_width ul li .status_btn {
	margin-left: 10px;
	line-height: 24px;
	color: #fff;
	background: #5D98AD;
	display: inline-block;
	text-align: center;
	border-radius: 12px;
	width: 95px;
}

.box_width ul li .status_btn.not_paided {
	background: #D1495B;
	font-weight: bold;
}

.box_width ul li .status_btn.various {
	background: #EDAE49;
}

.box_width ul li .status_btn.various:hover {
	text-decoration: underline;
	width: 100px;
}


@media screen and (max-width: 786px) {


	.camp_lists li {
		padding-left: 120px;
	}

	.part_title {
	}

	.camp_small_pic {
		width: 120px;
		height: 120px;
		margin-left: -120px;
	}

	.camp_small_txt {
		padding-left: 20px;
	}

	.camp_small_txt li {
		padding: 3px;
	}

	.rule_with_bg {
		padding-left: 0;
	}

	.rule_with_bg .rule_bg {
		margin-left: 0;
		display: block;
		margin: auto;
		padding: 20px 0;
	}

	.rule_with_bg .rule_txt {
		display: block;
	}

	.box_width ul {
		margin-left: 20px;
	}

	.box_width ul li {
		margin-bottom: 5px;
	}

	.box_width ul li .break {
		margin: 15px;
		margin-top: 10px;
	}

	.half_select {
		width: 100%;
	}

	.half_select.add_choice {
		padding: 0;
	}

	@media screen and (max-width: 546px) {
		.date_and_nights li {
			width: 100%;
			margin-right: 0;
			margin-bottom: 5px;
		}

		.date_night {
			width: 100px;
		}

		.date_night_choice {
			width: 190px;
		}

		.camp_lists ul {
			padding: 6px;
		}

		.camp_lists li {
			padding-left: 80px;
			margin-bottom: 20px;
		}

		.camp_small_pic {
			width: 80px;
			height: 80px;
			margin-left: -80px;
		}

		.camp_small_txt li {
			padding-left: 0;
			margin-bottom: 0;
		}

		.camp_small_txt h6 {
			padding-left: 12px;
		}

		.camp_small_txt h6:before {
			width: 5px;
			height: 5px;
			top: 8px;
			left: - 5px;
		}

		.half_select {
			float: none;
			width: 100%;
		}

		.half_select.add_choice {
			padding-left: 0;
		}

		.half_select .select {
			padding: 3px;
			margin: 3px 0;
		}
	}
}

.camp_order_banner {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.camp_order_banner img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
}

@media (max-width:600px) {
	.camp_order_banner{
		padding-top:60px;
	}

	.halfForm.limitedwidth{
		padding:25px 15px;
	}
}

*/

