@charset "utf-8";

body {
	background-image: url(../images/index_bg.jpg);
	background-repeat: repeat;
}
.g-mt-5 {
	margin-top: 5px;
}
.g-mt-20 {
	margin-top: 20px;
}
.g-mt-50 {
	margin-top: 50px;
}
.g-mt-130 {
	margin-top: 130px;
}
.g-mb-20 {
	margin-bottom: 20px;
}

.big_box {
	width: 80%;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 20px 0px #B59C67;
	box-shadow: 0px 0px 20px 0px #B59C67;
}
.top_box {
	padding: 10px 20px;
	background-color: #6EAE2F;
}
.top_img {
	text-align: left;
}
.top_phone {
	text-align: right;
}

@media (max-width: 767px) {
.top_img {
	text-align: center;
}
.top_phone {
	text-align: center;
}
}

@media (max-width: 479px) {
.top_img img {
	width: 100%;
}
}

.top_box a {
	display: inline-block;
	color: #FFFFAA;
}
.top_box a:hover {
	color: #FFFFFF;
}
.all_img img {
	width: 100%;
}
.tw-head button p {
	display: inline;
	font-size: 20px;
	top: 2px;
	position: relative;
}
.foot_box {
	margin-top: 20px;
}
.foot_box p {
	display: inline-block;
	margin: 0 10px 10px 0;
	color: #000000;
}
.phoneWrap {
	width: 80%;
	position: fixed;
	bottom: 0px;
	line-height: 40px;
	text-align: center;
	z-index: 999;
}
.phoneWrap a {
	display: block;
	color: #fff;
	transition: all 0.5s;
}
.phoneWrap a:hover {
	color: #fff;
}
.phoneWrap ul {
	margin: 0;
	padding: 0;
}
.phoneWrap li {
	width: calc(100%/3);
	margin: 0;
	float: left;
	text-align: center;
	border-left: thin solid #DADCBD;
	border-right: thin solid #DADCBD;
	background-color: rgba(250,103,66,0.70);
	list-style: none;
	transition: all 0.5s;
}
.phoneWrap li:hover {
	background-color: #3F0000;
}

/*服務項目*/
.ck_box {
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../images/H1_BG.jpg);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}
.page_img {
	position: absolute;
	top: 0px;
	left: -22px;
}
.ck_box h1 {
	color: #6EAE2F;
	font-size: x-large;
}
.ck_box h2 {
	color: #FA6742;
	font-size: large;
}
.ck_box h3, .ck_box h4 {
	color: #7041FA;
	font-size: large;
}
.green_bg {
    width: 100%;
    padding: 2%;
    margin: 30px auto;
    border: 3px dotted #2fa21d;
    border-radius: 5px;
    background: #deffab;
}
.green_bg p {
	margin: 0;
}
strong {
	color: #FF0000;
}

/*表格*/
.price_tab, .price_tab2 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.price_tab th, .price_tab td, .price_tab2 th, .price_tab2 td, .newstab th, .newstab td {
	padding: 10px;
	text-align: center;
	border: thin solid #FFFFFF;
}
.price_tab th, .price_tab2 th, .newstab th {
	color: #FFFFFF;
	background-color: #207DA4;
}
.price_tab tr, .price_tab2 tr {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.price_tab tr:nth-child(odd), .price_tab tr:hover, .price_tab2 tr:nth-child(odd), .price_tab2 tr:hover {
	background-color: #F4F4F4;
}
.price_tab span {
	display: inline-block;
}
@media (max-width: 480px) {
.price_tab2 thead {
	display: none;
}
.price_tab2 th, .price_tab2 tr {
	display: block;
	padding: 10px;
}
.price_tab2 td {
	-webkit-column-gap: 3.16vw;
	-moz-column-gap: 3.16vw;
	column-gap: 3.16vw;
	display: grid;
	align-items: baseline;
	grid-template-columns: 0.7fr 2fr;
	text-align: left !important;
}
.price_tab2 tbody td:before {
	margin-right: 10px;
	content: attr(data-label);
	float: left;
	text-align: center;
	border-right: thin solid rgba(255,255,255,0.20);
}
}

/*墾丁旅遊*/
.gray_shadow {
	margin: 0 0 20px 0;
	padding: 5px;
	-webkit-box-shadow: 0px 0px 5px #DDDDDD;
	box-shadow: 0px 0px 5px #DDDDDD;
}
.gray_bg {
	padding: 10px;
	background-color: #F4F4F4;
}
.gray_bg span {
	width: 130px;
	height: 130px;
	position: relative;
	top: -50px;
	left: -15px;
}
.gray_bg h2 {
	display: inline;
	position: relative;
	top: -10px;
	left: -15px;
	color: #207DA4;
	font-size: x-large;
}
@media (max-width: 767px) {
.gray_bg h2 {
	display: block;
	top: -40px;
	left: 0px;
}
}
.gray_bg .all_img {
	padding: 3px;
	background-color: #FFFFFF;
}
.gray_bg h3 {
	color: #FA6742;
	font-size: large;
}
.gray_bg ul {
	margin-left: -40px;
}
.gray_bg ul li {
	list-style-type: none;
}
.gray_bg h4 {
	color: #6EAE2F;
	font-size: medium;
}
.gray_bg h5 {
	color: #207DA4;
	font-size: medium;
}
.mt50_line {
	margin: 50px 0 0 0;
	padding: 50px 0 0 0;
	border-top: medium dashed #FFFFFF;
}
ul.ulstar {
	margin-left: 0px;
}
ul.ulstar li {
	list-style-image: url(../images/ICON_Star.png);
}
.sea_bg {
	background-image: url(../images/TK_BG01.jpg);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}
.sea_bg h2 {
	display: inline;
	position: relative;
	top: 30px;
	color: #207DA4;
	font-size: x-large;
}
@media (max-width: 767px) {
.sea_bg h2 {
	display: block;
	top: 0px;
}
}


