/* ////////////////////////////////////////// */
/* ////////////////////////////////////////// */
/* ////////////////////////////////////////// */
/* ////////////////////////////////////////// */

/*all bg*/

/* 共同 */
.mainPagePic {
	height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.mainPagePic h2 {
	width: 100%;
	color: white;
	font-size: 36px;
	font-weight: 500;
	line-height: 180%;
	text-align: center;
	text-shadow: unset;
}

.content,
.container {
	padding: 0;
	margin: 0;
	max-width: 100%;
}

.page {
	margin-top: 140px;
	position: relative;
	z-index: 50;
}

.page li {
	border: 1px #DDDDDD solid;
	background-color: white;
	color: #555555;
	font-size: 18px;
	font-weight: bold;
	line-height: 160%;
	text-align: center;
	border-radius: 0;
	margin: 0;
	width: 49px;
	height: 49px;
}

.page li.now {
	background-color: #19A8C1;
	border: 1px #19A8C1 solid;
	color: white;
}

.page li a {
	width: 100%;
	height: 100%;
}

.date_and_nights {
	max-width: 750px;
	width: 100%;
	border-radius: 40px;
}

.title_snd p span.checkname {
	color: #18A8C2;
	font-size: 32px;
	font-family: '微軟正黑體';
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}

.title_snd p span.checktime {
	color: black;
	font-size: 28px;
	font-weight: bold;
	font-family: '微軟正黑體';
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-align: center;
}

.date_and_nights li .date_night {
	font-size: 20px;
	margin-bottom: 15px;
}

.date_and_nights li .date_night_choice span.date_show {
	font-size: 18px;
}

.date_and_nights li .date_night_choice .reselect {
	font-size: 15px;
	color: #0059B2;
}

.date_and_nights li .date_night_choice .main_select {
	border-radius: 5px;
	font-size: 18px;
	max-width: 145px;
	width: 100%;
}

.title_snd {
	width: 100%;
	margin: auto;
	background: #ECF8F9;
	padding: 35px 15px 30px 15px;
	border-radius: 0;
	border-top-left-radius: 45px;
	border-top-right-radius: 45px;
}

.date_and_nights ul {
	background: #ECF8F9;
	max-width: 100%;
	border-radius: 0;
	border-bottom-left-radius: 45px;
	border-bottom-right-radius: 45px;
	padding-bottom: 40px;
}

.pure_notice h4 {
	background-color: #18A8C2;
}

.order_new {
	max-width: 745px;
	width: 100%;
	margin: auto;
}

.order_new01 b {
	display: block;
	width: 100%;
	color: #18A7C1;
	font-size: 24px;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-align: left;
}

.order_new01 h4 {
	color: #FF4C4C;
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
	margin: 25px 0 18px 0;
}

.order_new01 h4 i {
	color: #545454;
	font-size: 15px;
	font-weight: bold;
	padding-left: 15px;
	font-style: normal;
}

.order_new01 p {
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	line-height: 180%;
	text-align: justify;
}

.order_new02 {
	margin-top: 40px;
}

.order_new02 b {
	display: block;
	color: #18A5BF;
	font-size: 20px;
	font-weight: bold;
	line-height: 180%;
	text-align: justify;
}

.order_new02 a {
	display: block;
	width: fit-content;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	line-height: 180%;
	text-align: justify;
}

.order_new02 a i {
	color: #3F6CA5;
	font-style: normal;
	text-decoration: underline;
}

@media (max-width:1024px) {
	.page {
		margin-top: 80px;
	}

	.camporder_bottom_20201220 section {
		padding: 35px 20px 0 20px;
	}
}

@media (max-width:768px) {
	.mainPagePic {
		height: 200px;
	}

	.mainPagePic h2 {
		font-size: 28px;
	}

	.halfForm_le {
		padding-right: 0;
	}
}

@media (max-width:500px) {
	.page li {
		width: 42px;
		height: 42px;
		font-size: 16px;
	}
}

/*promotions_index */
body.promotions-page {}

body.promotions-page .mainPagePic {
	background-image: url('../img/shei_fun_img085.jpg');
}

body.promotions-page .container {
	background-image: url('../img/shei_fun_img035.jpg');
	padding: 100px 20px 330px 20px;
}

body.promotions-page .container::after {
	content: "";
	width: 100%;
	height: 239px;
	background-image: url(../img/shei_fun_img036.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
body.promotions-page .content {
	max-width: 1200px;
	margin:auto;
}

body.promotions-page .other_page_list:before{
	background-color: #19A8C1;
}

.other_page_choice li a {
    background: url(../img/shei_fun_img055.png) left 10px center no-repeat;
    padding: 0;
    padding-left: 0;
    display: block;
    line-height: 120%;
    background-size: contain;
    padding-left: 70px;
	color:#18A7C1;
}

body.promotions-page .basicInfo li a{
	border:1px #18A7C1 solid;
}

body.promotions-page .news_main_title h2{
	color:#18A7C1;
}

body.promotions-page .news_main_title h2{
	border-bottom: 1px #18A7C1 solid;;
}

body.promotions-page .basicInfo li a .faspan {
    border-right: 1px solid #18A7C1;
    color: #18A7C1;
}
@media (max-width: 768px) {
	body.promotions-page .container{
		padding:50px 20px 250px 20px;
	}
	body.promotions-page .container::after {
		background-position: 94% 50%;
	}
}

@media (max-width:500px) {
	body.promotions-page .container::after {
		background-position: 20% 50%;
	}
}

/*other-select-page*/
body.other-select-page {}

body.other-select-page .mainPagePic {
	background-image: url('../img/shei_fun_img078.jpg');
}

body.other-select-page .container {
	padding: 90px 0 140px 0;
	background-image: url('../img/shei_fun_img079.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-family: '微軟正黑體';
}

body.other-select-page .container::after {
	content: "";
	width: 100%;
	height: 239px;
	background-image: url(../img/shei_fun_img036.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

@media (max-width: 768px) {
	body.other-select-page .container::after {
		background-position: 94% 50%;
	}
}

@media (max-width: 500px) {
	body.other-select-page .container::after {
		background-position: 20% 50%;
	}
}

/*other_page*/
body.other-page .mainPagePic {}

body.other-page .stepImg {}

/*camp-page*/
body.camp-page .mainPagePic {}

/*campOrder.php*/

/*map_index*/
body.map-page .mainPagePic {}

/*camp-page*/
body.camp-page .mainPagePic {}

/*campCalendar*/
body.order-page .mainPagePic {}

/*contact-page*/
body.contact-page .mainPagePic {}

body.contact-page .content {}

body.contact-page .bigTel dd {}

/* body.contact-page .bigTel dd::before { content:""; width:44px; height:44px; background-image: url('../images/thn-img045.png'); position: absolute; left:-57px;} */
/* body.contact-page .bigTel dd a { color: #578A48; font-size: 32px; font-weight: bold; line-height: 130%;} */
/* body.contact-page .bigTel dd i { display:block; color:#578A47; font-size:18px; font-style: normal; font-weight:400; line-height:130%; margin-bottom:15px; border:none; padding:0;} */
@media (max-width:768px) {
	/* body.contact-page .content{ padding:0 15px 30px 15px;} */
}

/*remit-page*/
/* body.remit-page .mainPagePic { background-image: url(../images/thn-bg014.png); background-position: center bottom;} */
/* body.remit-page .content { padding:90px 15px 80px 15px; padding: 115px 15px 87px 15px; overflow: hidden;} */
/* body.remit-page .bigTel dd { max-width: 976px; width: 100%; display: flex; flex-direction: column; position: relative;} */
/* body.remit-page .bigTel dd::before { content:""; width:44px; height:44px; background-image: url('../images/thn-img045.png'); position: absolute; left:-57px;} */
/* body.remit-page .bigTel dd a { color: #578A48; font-size: 32px; font-weight: bold; line-height: 130%;} */
/* body.remit-page .bigTel dd i { display:block; color:#578A47; font-size:18px; font-style: normal; font-weight:400; line-height:130%; margin-bottom:15px; border:none; padding:0;} */
@media (max-width:768px) {
	/* body.remit-page .content{ padding:0 15px 30px 15px;} */
}

/*recheck-page*/
body.recheck-page .mainPagePic {}

.calendar .month {
	/* background-color: #93C257; */
}

/* ////////////////////////////////////////// */
/* ////////////////////////////////////////// */
/* ////////////////////////////////////////// */
/* ////////////////////////////////////////// */

/* 20230725 */
/* menu */

.header {
	height: auto;
	padding: 31.5px 65px;
}

.top_center {
	max-width: 100%;
	align-items: center;
	flex-wrap: nowrap;
}

.top_logo {
	max-width: 480px;
	margin-right: 35px;
}

.top_logo img:nth-of-type(2) {
	display: none;
}

.nav {
	max-width: 1050px;
	width: 100%;
}

.nav ul li {
	width: calc(100% / 7 - 10px);
	margin: 0 5px;
}

.nav ul li ul li {
	width: 100%;
}

.nav ul>li>a {
	display: flex;
	align-items: center;
	color: #19A7C0;
	font-size: 18px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.05em;
	padding: 5px 0;
	border: none;
}

.nav ul>li>a::before {
	content: "";
	width: 40px;
	height: 31px;
	background-image: url('../img/shei_fun_img006.png');
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	margin-right: 10px;
}

.nav>ul>li>ul>li>a {
	justify-content: center;
	font-size: 17px;
	padding: 10px 5px;
}

.nav>ul>li>ul>li>a::before {
	display: none;
}

/* hover */
.nav>ul>li:hover>a::before {
	background-image: url('../img/shei_fun_img005.png');
}

.nav li li:hover a {
	background-color: #19A7C0;
}

@media (max-width:1680px) {
	.header {
		height: auto;
		padding: 28px 15px;
	}
}

@media (max-width:1540px) {
	.nav {
		max-width: 1000px;
	}

	.nav>ul {
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.nav ul li {
		min-width: 130px;
	}

	.nav ul>li>a {
		font-size: 17px;
	}

	.nav ul li ul li a {
		font-size: 16px;
	}
}

@media (max-width:1440px) {
	.header {
		flex-wrap: nowrap;
	}
}

@media (max-width:1100px) {
	.nav {
		max-width: 100%;
	}

	.nav ul {
		justify-content: center;
	}

	.nav ul li {
		min-width: 110px;
	}

	.nav ul>li>a {
		font-size: 16px;
	}

	.nav ul>li>a::before {
		height: 25px;
		background-size: contain;
		margin-right: 5px;
	}

}

@media (max-width:890px) {
	.top_logo {
		max-width: 300px;
		width: 100%;
		margin: 0;
	}

	.nav {
		height: 30vw;
		min-height: 220px;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	}

	.nav ul li {
		min-width: unset;
		width: auto;
	}

	.nav>ul>li>ul>li>a {
		border: none;
		color: #19A7C0;
	}
}

@media (max-width:500px) {
	.header {
		padding: 15px;
	}

	.top_logo {
		max-width: 120px;
	}

	.top_logo img:nth-of-type(1) {
		display: none;
	}

	.top_logo img:nth-of-type(2) {
		display: block;
	}

	.nav {
		top: 125px;
	}
}

@media (max-width:460px) {

	.nav {
		min-height: unset;
		height: 40vh;
	}
}

/* footer */
.footer {
	padding: 75px 20px 60px 20px;
}

.footer,
.footer_center,
.footer_bottom_link {
	background-color: #19A8C1;
}

.footer_bottom_link {
	padding: 0;
	margin-top: 50px;
}

.footer_menu {
	justify-content: center;
}

.footer_menu a {
	min-width: 105px;
	border: 1px white solid;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 5px;
	transition: 0.5s;
}

.footer_menu a::after {
	display: none;
}

.footer_menu a:hover {
	transition: 0.5s;
	background-color: white;
	color: #19A5BF;
}

.footer_logo {
	max-width: 212px;
}

.footer_mainInfo a {
	font-weight: 100;
}

.footer_mainInfo dt {
	letter-spacing: 0.05em;
}

.copy {
	text-align: center;
	font-weight: 100;
	font-size: 16px;
}

.footer_infoContain {
	padding: 0;
	margin: 0;
}

.footer_link a {
	border-radius: 0;
}

.footer_link a span {
	font-weight: 100;
}

.double_key {
	position: static;
}

@media (max-width:1200px) {
	.footer {
		padding: 50px 20px 80px 20px;
	}

	.total_view {
		position: static;
		display: block;
		margin-top: 15px;
	}

	.footer_menu {
		flex-wrap: wrap;
	}
}

@media (max-width:890px) {
	.footer {
		padding: 50px 20px 120px 20px;
	}

	.footer_link {
		max-width: 350px;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 25px 0 20px 0;
	}

	.footer_link a:nth-child(n) {
		max-width: 100% !important;
		width: 49%;
		margin: 10px 0;
	}

	.footer_link a:last-child {
		width: 100%;
	}
}

@media (max-width:768px) {
	.footer_infoContain {
		margin-bottom: 0;
		padding: 0;
	}
}

@media (max-width:480px) {
	.footer_infoContain {

		padding: 0;
	}

	.footer_link {
		max-width: 100%;
		bottom: 0;
		margin: 0;
	}

	.footer_logo {
		max-width: 150px;
		margin-bottom: 25px;
	}

	.footer_menu a {
		margin: 10px 5px;
	}
}

/* index */
.all_index {
	background-image: url('../img/shei_fun_img029.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.index_news_title {
	max-width: 180px;
	width: 100%;
}

.index_news_title h4 b {
	color: #777777;
	font-size: 24px;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0.05em;
}

.index_news_title h4 span {
	color: #19A7C0;
	font-size: 36px;
	font-weight: 700;
	line-height: 120%;
}

.index_news_title a {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 147px;
	height: 40px;
	border: 1px #DDDDDD solid;
	background-color: white;
}

.index_news_title a:hover {
	background-color: #19A8C1;
}

.index_news_list a b,
.index_news_list a span {
	color: #333333;
	font-weight: 300;
}

.index_news_list a b {
	max-width: 110px;
	width: 100%;
}

.index_news_list a span {
	max-width: 705px;
	width: 100%;
}

.index_news_list {
	max-width: 900px;
	width: 100%;
	padding: 0;
	margin: 0;
	padding-left: 35px;
	background-color: transparent;
	box-shadow: unset;
}

.index_news_list a {
	justify-content: flex-start;
}

.all_main * {
	box-sizing: border-box;
	max-width: 100%;
}

.all_main {
	max-width: 2000px;
	width: 100%;
	font-family: 'Microsoft JhengHei', serif;
	border: 0;
	text-decoration: none;
	overflow: hidden;
	margin: auto;
}

.all_main img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
}

.all_main ul {
	padding: 0 0;
	margin: 0;
}

.all_main li {
	list-style: none;
}

.all_main h6,
.all_main h5,
.all_main h4,
.all_main h3,
.all_main h2 {
	margin: 0;
}

.all_main u {
	text-decoration: none;
}

/*Animations*/
[data-animate-in] {
	opacity: 0;
	transition: transform 0.8s ease, opacity 0.8s ease;
}

[data-animate-in="up"] {
	transform: translate3d(0, 10%, 0);
}

/*由下往上*/
[data-animate-in="left"] {
	transform: translate3d(-50%, 0, 0);
}

/*由左往右*/
[data-animate-in="right"] {
	transform: translate3d(50%, 0, 0);
}

/*由右往左*/
[data-animate-in="down"] {
	transform: translate3d(0, -10%, 0);
}

/*由上往下*/
[data-animate-in="fadeIn"] {
	transform: translate3d(0, 0, 0);
}

/*淡入*/
[data-animate-in="scaleIn"] {
	transform: scale(.3);
}

/*放大淡入*/
[data-animate-in].in-view {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transition: transform 0.6s ease, opacity 0.6s ease;
}

.fade-in {
	opacity: 0;
	transition: opacity 1s ease;
}

.all_main p {
	margin: 0;
}

.all_main em,
.all_main i {
	font-style: normal;
}

.all_main a {
	text-decoration: none;
}

.all_main_key_word {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.animated15 {
	animation: none;
}

.in01 {
	padding: 70px 0 195px 0;
}

.in02 {
	max-width: 1695px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 20px 0 0;
}

.in02 p {
	margin-left: 30px;
}

.in02 p a {
	display: block;
	padding-left: 50px;
}

.in02 p a b {
	display: flex;
	align-items: flex-end;
	color: #19A5BF;
	font-size: 36px;
	font-weight: 900;
	line-height: 120%;
	letter-spacing: 0.08em;
}

.in02 p a b img {
	margin-right: 15px;
	position: relative;
	bottom: 7px;
}

.in02 p a em {
	display: block;
	color: #444444;
	font-size: 24px;
	font-weight: 400;
	font-family: '微軟正黑體';
	line-height: 180%;
	letter-spacing: 0.06em;
	margin: 25px 0 15px 0;
}

.in02 p a span {
	display: block;
	color: #444444;
	font-size: 17px;
	font-weight: 400;
	font-family: '微軟正黑體';
	line-height: 180%;
	text-align: justify;
	letter-spacing: 0.06em;
}

.in02 p u {
	display: block;
	margin-top: 22px;
	position: relative;
	z-index: 1;
}

.in02 p u img:nth-of-type(2) {
	position: absolute;
	right: -48px;
	bottom: -35px;
	z-index: -1;
}

.in03 {
	max-width: 1712px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 0 0 20px;
	margin: 230px 0 240px auto;
}

.in03 p {
	margin-right: 30px;
}

.in03 p a b {
	display: flex;
	align-items: center;
	color: #19A5BF;
	font-size: 36px;
	font-weight: 900;
	line-height: 120%;
	letter-spacing: 0.08em;
}

.in03 p a b img {
	margin-right: 15px;
}

.in03 p a em {
	display: block;
	color: #444444;
	font-size: 24px;
	font-weight: 400;
	font-family: '微軟正黑體';
	line-height: 180%;
	letter-spacing: 0.06em;
	margin: 25px 0 15px 0;
}

.in03 p a span {
	display: block;
	color: #444444;
	font-size: 17px;
	font-weight: 400;
	font-family: '微軟正黑體';
	line-height: 180%;
	text-align: justify;
	letter-spacing: 0.06em;
}

.in03 p u {
	display: block;
	margin-top: 22px;
	position: relative;
	z-index: 1;
}

.in03 p u img:nth-of-type(2) {
	position: absolute;
	left: -75px;
	bottom: -50px;
	z-index: -1;
}

.in02_ex p a b img {
	position: static;
}

.in02_ex p u img:nth-of-type(2) {
	right: -56px;
	bottom: -51px;
}

.in04{
	max-width: 1670px;
	margin: 70px auto 0;
}
.in04 ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.in04 ul li{
	line-height: 0px;
}

@media (max-width:1200px) {
	.in03 {
		margin: 100px 0 100px auto;
	}
}

@media (max-width:1024px) {
	.in01 {
		padding-bottom: 80px;
	}

	.in02 p a b,
	.in03 p a b {
		font-size: 28px;
	}

	.in02 p a b img {
		bottom: 4px;
	}

	.in02 p a em,
	.in03 p a em {
		font-size: 20px;
		margin: 15px 0;
	}

	.in02 p a span,
	.in03 p a span {
		font-size: 16px;
	}

	.in02 strong,
	.in03 strong {
		display: block;
		max-width: 500px;
	}

	.in03 {
		margin: 50px 0 50px auto;
	}
}

@media (max-width:850px) {
	.in01 {
		padding: 0 0 50px 0;
	}

	.in02,
	.in03 {
		flex-direction: column-reverse;
		align-items: center;
		padding: 0 20px;
	}

	.in02 p,
	.in03 p {
		max-width: 600px;
		margin: 0;
		margin-bottom: 35px;
	}

	.in02 p a,
	.in03 p a {
		padding: 0;
	}

	.in02 strong,
	.in03 strong {
		max-width: 600px;
	}

	.in03 {
		flex-direction: column;
	}

	.in03 p a b img {
		height: 40px !important;
	}

	.in04{padding: 0 5%;}
}

@media (max-width:768px) {

	.in02 p u img:nth-of-type(2),
	.in03 p u img:nth-of-type(2) {
		display: none;
	}

	.in04 ul{grid-template-columns: 1fr;}
}

@media (max-width:500px) {
	.in01 {
		padding: 0 0 50px 0;
	}

	.index_news .yp_flex {
		flex-direction: column;
		align-items: center;
	}

	.index_news_title {
		margin: auto;
	}

	.index_news_list {
		padding: 0;
	}

	.index_news_list a b {
		align-self: flex-start;
	}

	.in02 {
		padding-top: 30px;
	}

	.in02 p a b,
	.in03 p a b {
		font-size: 24px;
	}

	.in02 p a em,
	.in03 p a em {
		font-size: 18px;
	}

	.in02 p a span,
	.in03 p a span {
		font-size: 15px;
	}

	.in02 p a span br,
	.in03 p a span br {
		display: none;
	}

	.in02 p a b img {
		bottom: 5px;
		height: 35px !important;
	}

	.in02_ex {
		padding-top: 0;
	}

	.in02_ex p a b img {
		height: 57px !important;
	}
}

/* camp */
body.camp-page .mainPagePic {
	background-image: url('../img/shei_fun_img033.jpg');
}

body.camp-page .container {
	background-image: url('../img/shei_fun_img035.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 120px 20px 190px 20px;
	position: relative;
	z-index: 1;
}

body.camp-page .container::after {
	content: "";
	width: 100%;
	height: 239px;
	background-image: url('../img/shei_fun_img036.png');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

body.camp-page .camp_name {
	background-image: url('../img/shei_fun_img034.png');
	background-position: 10px 0;
	font-size: 24px;
	line-height: 31px;
	padding-left: 47px;
	color: #19A7C0;
	font-family: '微軟正黑體';
	margin: 30px 0 20px 0;
}

body.camp-page .camps_list li {
	background-color: white;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 12px;
	margin: 15px 5px;
}

body.camp-page .camps_list li b {
	background-color: #19A8C1;
	border-radius: 0;
	font-size: 16px;
	font-family: '微軟正黑體';
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	transition: 0.5s;
	border: 1px #19A8C1 solid;
}

body.camp-page .camps_list li a:hover b {
	transition: 0.5s;
	background-color: white;
	color: #19A5BF;
}

/* 內頁寫在內頁style */

@media (max-width:1024px) {
	body.camp-page .camp_name {
		font-size: 20px;
	}

	body.camp-page .container {
		padding: 80px 20px 120px 20px;
	}
}

@media (max-width:768px) {
	body.camp-page .container::after {
		background-position: 94% 50%;
	}
}

@media (max-width:500px) {
	body.camp-page .container {
		padding: 50px 20px 120px 20px;
	}

	body.camp-page .container::after {
		background-position: 20% 50%;
	}

	body.camp-page .camps_list li {
		margin: 0;
	}

	body.camp-page .camps_list li+li {
		margin-top: 15px;
	}
}

/* order */
body.order-page .mainPagePic {
	background-image: url('../img/shei_fun_img047.jpg');
}

body.order-page .container {
	background-image: url('../img/shei_fun_img035.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 80px 20px 320px 20px;
	position: relative;
	z-index: 1;
}

body.order-page .container::after {
	content: "";
	width: 100%;
	height: 239px;
	background-image: url('../img/shei_fun_img036.png');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

body.order-page .content {
	max-width: 1200px;
	margin: auto;
	font-family: '微軟正黑體';
}

.step_num {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	width: fit-content;
	margin: auto;
	z-index: 1;
	margin-bottom: 120px;
}

.step_num::after {
	content: "";
	width: 95%;
	height: 5px;
	background-color: #BBBBBB;
	position: absolute;
	top: 27.5px;
	z-index: -1;
}

.step_num::before {
	content: "";
	width: 71px;
	height: 5px;
	background-color: #18A8C2;
	position: absolute;
	left: 53px;
	top: 27.5px;
	z-index: 5;
}

.step_num em {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	position: relative;
	z-index: 50;
}

.step_num span {
	display: block;
	color: #18A8C2;
	font-weight: bold;
	font-family: '微軟正黑體';
	margin-top: 10px;
}

.step_num p:nth-child(n+2) span {
	color: #888888;
}

.step_num p:nth-child(2) {
	margin: 0 120px;
}

.calendar h2.month .month_choice {
	max-width: 100px;
	width: 100%;
	height: 35px;
	background-color: #888888;
	font-family: '微軟正黑體';
	display: flex;
	justify-content: center;
	align-items: center;
}

.calendar ol.days li a.event {
	background: #18A8C2;
}

.calendar ol.days li .text_total p em {
	color: #18A8C2;
	font-family: '微軟正黑體';
	font-weight: 500;
}

body.order-page .article_title {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	margin-bottom: 20px;
}

body.order-page .camp_lists {
	padding: 70px 70px 60px 70px;
	background-color: #F1F5F5;
}

body.order-page .camp_lists h4.article_title b {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #18A8C2;
	border-radius: 150px;
	color: white;
	font-size: 30px;
	font-weight: bold;
	line-height: 120%;
}

body.order-page .camp_lists h4.article_title span {
	color: #18A8C2;
	letter-spacing: 0.07em;
	margin-left: 15px;
	font-size: 32px;
}

body.order-page .camp_lists h5.part_title {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 160%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 150px;
	width: fit-content;
	background-color: #18A8C2;
	margin-bottom: 30px;
}

body.order-page .camp_lists li {
	width: calc(25% - 20px);
	margin: 5px 10px;
	background-color: transparent;
}

body.order-page .camp_small_txt {
	padding: 10px 0;
}

body.order-page .camp_small_txt h6 {
	color: #18A8C2;
	font-size: 24px;
	font-weight: bold;
}

.camp_small_txt cite {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: justify;
	line-height: 150%;
}

.first_choice b {
	color: #18A8C2;
	font-size: 16px;
	letter-spacing: 0.1em;
}

body.order-page .half_select {
	margin-top: 15px;
}

.first_choice p {
	padding: 10px 0;
}


.camp_small_txt blockquote b {
	color: #18A8C2;
	font-size: 16px;
}

.price_total h5 em {
	color: black;
	font-size: 16px;
	font-style: normal;
}

.price_total h5 b {
	color: #739FA0;
}

.price_total h5 span {
	color: #FF4D4D;
	font-size: 28px;
	font-weight: bold;
	line-height: 120%;
	font-style: normal;
}

@media (max-width:1024px) {

	body.order-page .container {
		padding: 80px 20px 120px 20px;
	}
}

@media (max-width:768px) {
	body.order-page .container::after {
		background-position: 94% 50%;
	}

	.step_num {
		margin-bottom: 50px;
	}

	.title_snd p span.checkname {
		font-size: 24px;
	}

	.title_snd p span.checktime {
		font-size: 22px;
	}

	.date_and_nights li .date_night {
		font-size: 18px;
	}

	.date_and_nights li .date_night_choice .main_select {
		font-size: 16px;
	}

	body.order-page .camp_lists {
		padding: 35px 15px;
	}

	body.order-page .camp_small_txt h6 {
		font-size: 18px;
	}

	.camp_small_txt cite {
		font-size: 14px;
	}

	.first_choice p {
		font-size: 14px;
	}

	.first_choice p span {
		font-size: 13px;
	}

	.camp_small_txt blockquote b {
		font-size: 15px;
	}

	body.order-page .camp_lists h4.article_title b {
		width: 30px;
		height: 30px;
		font-size: 18px;
	}

	body.order-page .camp_lists h4.article_title span {
		font-size: 24px;
	}

	.camporder_bottom_20201220 h5:not(.rule_txt2 h5) {
		font-size: 22px;
	}

	.camporder_bottom_20201220 .title:not(.rule_txt2 .title) {
		font-size: 16px;
	}

	.camporder_bottom_20201220 .title:not(.rule_txt2 .title) span {
		font-size: 14px;
	}

	.camporder_bottom_20201220 input[type="text"],
	.camporder_bottom_20201220 input[type="email"],
	.camporder_bottom_20201220 input[type="tel"] {
		font-size: 15px;
	}

	body.order-page .camp_lists li {
		width: calc(50% - 20px);
		margin: 5px 10px;
		background-color: transparent;
	}

	.to_top {
		bottom: 111px;
	}
}

@media (max-width:600px) {
	.step_num p:nth-child(2) {
		margin: 0 50px;
	}

	.step_num::after {
		width: 90%;
	}

	.step_num::before {
		width: 35px;
	}
}

@media (max-width:500px) {
	body.order-page .container {
		padding: 50px 20px 120px 20px;
	}

	body.order-page .container::after {
		background-position: 20% 50%;
	}

	.calendar ol.days li .text_total p em {
		font-size: 14px;
	}

	.calendar h2.month .month_choice {
		max-width: 80px;
		font-size: 15px;
	}
}

@media (max-width:375px) {
	.step_num p:nth-child(2) {
		margin: 0 30px;
	}
}

/* 訂單查詢 */
body.recheck-page .mainPagePic {
	background-image: url('../img/shei_fun_img058.jpg');
}

body.recheck-page .container {
	background-image: url('../img/shei_fun_img059.jpg');
	padding: 100px 20px 320px 20px;
	position: relative;
	z-index: 1;
}

body.recheck-page .container::after {
	content: "";
	width: 100%;
	height: 239px;
	background-image: url(../img/shei_fun_img036.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.order_button {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}

.order_button a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #444444;
	max-width: 156px;
	width: 100%;
	height: 42px;
	color: white;
	font-size: 15px;
	font-weight: bold;
	line-height: 160%;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-align: center;
	font-family: '微軟正黑體';
	transition: 0.5s;
}

.order_button a:nth-of-type(2) {
	margin-left: 50px;
}

.order_button a:hover {
	transition: 0.5s;
	background-color: #18A5BF;
}

body.remit-page .mainPagePic,
body.contact-page .mainPagePic {
	background-image: url('../img/shei_fun_img060.jpg');
}

body.remit-page .container {
	background-image: url('../img/shei_fun_img054.jpg');
	padding: 115px 20px 320px 20px;
	position: relative;
	z-index: 1;
}

body.remit-page .container::after,
body.contact-page .container::after {
	content: "";
	width: 100%;
	height: 239px;
	background-image: url(../img/shei_fun_img036.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.bigTel p {
	margin-top: 15px;
}

.bigTel dt a {
	font-family: '微軟正黑體';
	color: #19A8C1;
}

.contact_form {
	padding: 65px 50px;
	background-color: white;
}

.contact_form h3 {
	color: #555555;
	font-size: 20px;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	border-bottom: unset;
}

.contact_form li:first-child {
	border-top: unset;
}

.contact_form li {
	padding: 0;
	margin: 0;
	border: unset;
}

.contact_form li .table-th {
	color: #19A7C0;
	padding-left: 0;
}

.contact_form li .table-th .red,
.tel_note {
	color: #FF4C4C;
}

body.contact-page .container {
	padding: 120px 20px 350px 20px;
}

@media (max-width:768px) {

	body.recheck-page .container::after,
	body.remit-page .container::after,
	body.contact-page .container::after {
		background-position: 94% 50%;
	}

	.order_button a:nth-of-type(2) {
		margin-left: 20px;
	}

	.note_red {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.note_red span.title {
		width: 100%;
		text-align: center;
	}

	.note_red span {
		display: block;
		text-align: center;
		width: 100%;
		padding: 5px;
		font-size: 15px;
	}

	.contact_form {
		padding: 35px 15px;
	}

	body.contact-page .container {
		padding: 80px 20px 200px 20px;
	}

}

@media (max-width: 500px) {

	body.recheck-page .container::after,
	body.remit-page .container::after,
	body.contact-page .container::after {
		background-position: 20% 50%;
	}

	body.recheck-page .container {
		padding-top: 50px;
	}

	body.remit-page .container {
		padding: 50px 20px 200px 20px;
	}
}

/*20250314 派工單*/
.footer_link a{display: none;}
.footer_link a:nth-of-type(1){display: flex;max-width: 100%;width: 100%;}
.footer_menu a:nth-of-type(6){display: none;}
@media screen and (max-width: 480px) {
.footer_link a:first-child:nth-last-child(4), .footer_link a:first-child:nth-last-child(4)~a{width: 100%;}
}


/*20250610*/
.layer_one li:nth-of-type(4) .layer_two li:nth-of-type(3){
	display: none;
}