@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+TC:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

/*線上預約*/
/*上面四步驟刪掉*/
.stepImg {
	display: none;
}

/*表格顏色*/
.calendar .month {
	background-color: #0e1c30;
}

.calendar .day-names li {
	background-color: #585556;
	color: #fff;
}

.calendar .days li.weekend {
	background-color: #ededed;
}

.calendar .days li .event {
	background: #c49e83;
}

.rule_txt {
	margin: 10px auto 0px;
}

/*進入訂位後畫面*/
.title_snd {
	background-color: #D85225;
}

.title_snd:after {
	background-color: #E68C6F;
}

.date_and_nights {
	border: 5px solid #563023;
}

.date_and_nights li {
	color: #585556;
}

.main_select {
	filter: grayscale(1);
}

.article_title {
	color: #444;
	display: none;
}

.article_title:before {
	background: #585556;
}

.part_title {
	color: #67879C;
}

.camp_small_txt h6 {
	color: #67879C;
}

.camp_small_txt h6:before {
	background: #67879C;
}

.half_select .select {
	width: 100%;
	background-image: none;
}

.price_total {
	background: #76A72E;
}

.button_cart {
	background-color: #FFF;
	border: 1px solid #AAA;
	color: #333;
}

.button_cart.next {
	background-color: #D85225;
	border: 1px solid #D85225;
	color: #FFF;
}

.price_total.new {
	background: #67879C;
}

/*#show_area_A > div:nth-child(3){display: none;}*/



/*營區介紹*/


/*banner調整*/
.mainPagePic {
	background-size: cover;
	background-position: center top;
	height: 400px;
}

.mainPagePic h2 {
	color: #323338;
	text-shadow: 1px 1px 10px rgb(255 255 255);
}

/*頁首調整*/
.nav>ul {
	border-radius: 10px;
}


/*footer部分調整*/
.total_view {
	right: 50px;
}

/*優惠活動*/

.news_main_title h2 {
	border-bottom-color: #D85225;
	color: #D85225;
}

.other_page_choice:before {
	background-color: #D85225;
}

.other_page_choice li a {
	color: #D85225;
}

/*相簿調整*/

.popup-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.popup-gallery li {
	display: inline-block;
	float: inherit;
	width: 33.333%;
	margin: 0;
	padding: 10px;
}

.popup-gallery li a {
	background-size: cover;
	max-width: 400px;
}

.popup-gallery li .description_text {
	height: 0px;
	padding: 0;
}

.popup-gallery li .description_text p {
	height: 0;
}

/* 首頁 */
/* .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{display: block;} */
/* footer */
.au_set * {
	box-sizing: border-box;
	max-width: 100%;
}

.au_set {
	max-width: 2000px;
	width: 100%;
	margin: auto;
	border: 0;
	font-family: "Noto Sans", sans-serif;
	text-decoration: none;
	overflow: hidden;
}

.au_set img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
}

.au_set ul {
	padding: 0 0;
	margin: 0;
}

.au_set li {
	list-style: none;
}

.au_set h6,
.au_set h5,
.au_set h4,
.au_set h3,
.au_set h2 {
	margin: 0;
}

.au_set u {
	text-decoration: none;
}

.au_set p {
	margin: 0;
}

.au_set em,
.au_set i {
	font-style: normal;
}

.au_set a {
	text-decoration: none;
}

.au_set dd,
.au_set dt {
	margin: 0 0;
}

.au_set {
	width: 100%;
	background-image: url('../img/feu_img020.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.au_footer_01 {
	padding: 125px 20px 135px 20px;
	position: relative;
}

.au_all {
	max-width: 1024px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.au_footer_02 {
	max-width: 520px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.au_footer_02 {
	max-width: 520px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer_logo {
	display: block;
	width: 145px;
	margin-right: 25px;
}

.footer_logo a {
	display: block;
	width: 100%;
}

.footer_logo a img {
	width: 100%;
}

.f_go_link a {
	display: block;
	color: #201414;
	font-size: 16px;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: 0.03em;
	word-break: break-all;
	transition: .5s;
}

.f_go_link a:hover{
	transition: .5s;
	color:#EE7445;
}

.footer_link {
	max-width: 289px;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px 2.5%;
	margin-left: 35px;
}

.footer_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #999999;
	font-size: 16px;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: 0.03em;
	text-indent: 0.03em;
	text-align: center;
	padding: 1px 5px;
	background-color: #fff;
	border-radius: 5px;
	transition: .5s;
}

.footer_link a:hover {
	transition: .5s;
	color: #EE7445;
}

.copy {
	padding: 15px 10px;
	background-color: #273E4E;
}

.copy,
.copy a {
	color: #999999;
	font-size: 15px;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.08em;
	text-indent: 0.08em;
	text-align: center;
}

@media screen and (max-width: 1300px) {

	.footer_map {
		width: 100% !important;
	}
}

@media screen and (max-width: 1200px) {

	/*header*/
	/*banner*/
	.mainPagePic {
		background-size: contain;
		background-position: center top;
		height: 300px;
	}
}


@media screen and (max-width: 768px) {

	/*線上預約*/
	.order-page .content {
		padding: 20px 2% 20px 2%;
	}

	/*header*/
	#nav-toggle {
		top: 40px;
	}

	/*banner*/
	.mainPagePic {
		height: 300px;
		background-size: cover;
	}

	/*相簿*/
	.popup-gallery li {
		width: 48%;
	}

	/* footer */

	.au_set {
		background-image: url('../img/feu_img021.jpg');
	}

	.au_all {
		margin: 0 0 40px 0;
		flex-direction: column;
		align-items: center;
		background-position: center top;
	}

	.au_footer_02 {
		margin: 0 0 25px 0;
		flex-direction: column;
		align-items: center;
	}

	.footer_logo {
		margin: 0 0 25px 0;
	}

	.f_go_link a {
		text-align: center;
		text-indent: 0.03em;
	}

	.au_footer_01 {
		padding: 80px 30px 100px 30px;
	}

	.footer_link {
		margin: 0;
		grid-gap: 10px 5%;
	}
}

@media screen and (max-width: 600px) {

	/*相簿*/
	.popup-gallery li a {
		height: 150px;
	}

	/*footer*/
	.au_footer_01 {
		padding: 50px 30px 80px 30px;
	}

	.footer_text {
		width: 100%;
	}

	.footer_logo {
		width: 120px;
	}

}

/* 會員登入 */
/* 右側會員登入按鈕 */
.mem_go_out {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 35px;
	position: fixed;
	top: 35%;
	transform: translateY(-35%);
	right: 18px;
	z-index: 99;
}

.mem_go_out>a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 20px 5px;
	background-color: #263E4C;
	color: white;
	font-size: 15px;
	font-weight: 400;
	line-height: 120%;
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	text-align: center;
	letter-spacing: 0.2em;
	border-radius: 150px;
	transition: .5s;
}

.mem_go_out>a svg {
	margin-bottom: 7px;
}

.mem_go_out>a:hover {
	transition: .5s;
	background-color: #EC7245;
}

.member_go_btn02 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 20px 5px;
	background-color: #263E4C;
	color: white;
	font-size: 15px;
	font-weight: 400;
	line-height: 120%;
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	text-align: center;
	letter-spacing: 0.2em;
	border-radius: 150px;
	transition: .5s;
}

.member_go_btn02 a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.member_go_btn02 a svg {
	margin-bottom: 5px;
}

.member_go_btn02 a span {
	color: white;
}

.member_go_btn02 input[type="button"] {
	border: none;
	margin-top: 5px;
	background: #fff;
	color: #263E4C;
	font-size: 13px;
	font-weight: 400;
	font-family: "微軟正黑體";
	line-height: 120%;
	transition: .5s;
	padding:5px 0;
	cursor: pointer;
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	text-align: center;
	letter-spacing: 0;
	line-height: 100%;
    padding: 5px 2px;
}

.member_go_btn02:hover {
	transition: .5s;
	background-color: #EE7445;
}

.member_go_btn02:hover input[type="button"] {
	transition: .5s;
	color: white;
	background-color: #263E4C;
}

@media (max-width:800px) {
	.mem_go_out {
		right: 19px;
		top: 40%;
		transform: translateY(-40%);
	}
}

/* 商品編輯器新增 */
.checkout_inputbox.box_edit {
	max-width: 1500px;
	width: 100%;
	margin-bottom: 80px;
}