@charset "utf-8";

/* CSS Document */







/*----- 關於我們 -----*/

.aboutTxt {

	width: 80%;

	margin: 0 auto;

	padding: 25px 0 70px; 

	text-align: center;

}



.featureIcon {

}



.featureIcon .row {

    /*margin-left: -20px;

    margin-right: -20px;*/

}



.featureIcon .col-4 {

	padding-left: 35px;

	padding-right: 35px;

	text-align: center;

}



.featureIcon .iconImg {

	width: 156px;

	height: 156px;

	margin: 0 auto;

	border-radius: 99em;

	border: 2px solid #fff;

	text-align: center;

}



.featureIcon .iconImg i {

	font-size: 56px;

	color: #fff;

	line-height: 150px;

}



.featureIcon .iconImg i.heart {

	font-size: 58px;

}



.featureIcon p {

	font-size: 16px;

	font-weight: bold;

	color: #bd9658;

	text-transform: uppercase;

	margin-top: 15px;

}



.featureIcon h4 {

    font-size: 26px;

    color: #fff;

	font-weight: bold;

}



.aboutWrap {

	width: 90%;

	margin: 0 auto;

	padding: 45px 0 20px;

}



.aboutLeft {

	float: left;

	width: 50%;

}



.aboutRight {

	float: right;

	width: 38%;

}



.aboutTitle {

	font-size: 36px;

	color: #000;

	font-weight: bold;

	margin: 6px 0 20px;

}



.aboutTitle span {

	font-size: 72px;

	color: #bd9658;

	font-weight: normal;

	display: block;

	letter-spacing: -2px;

	line-height: 0.9;

	font-family: 'Vollkorn SC', 微軟正黑體, 新細明體, sans-serif;

}



.aboutRight h4 {

	font-size: 26px;

	color: #000;

	font-weight: bold;

	margin-bottom: 17px;

}



ul.featureList {

}



ul.featureList li {

	font-size: 30px;

	color: #000;

	padding: 4px 0;

	border-bottom: 1px solid #a0a0a0;

}



ul.featureList li:first-child {

	border-top: 1px solid #a0a0a0;

}



ul.featureList li span {

	width: 66px;

	display: inline-block;

	font-size: 50px;

	color: #bd9658;

	font-family: 'Vollkorn SC', 微軟正黑體, 新細明體, sans-serif;

}







/*----- 接送服務 -----*/

ul.pickupCar {

}



ul.pickupCar.row {

	margin-right: 0;

	margin-left: 0;

}



ul.pickupCar li.col-3 {

	padding-left: 0;

	padding-right: 0;

}



.serviceTitle {

	font-size: 26px;

	color: #000;

	font-weight: bold;

	margin: 45px 0 18px;

}



.serviceBox {

	padding: 40px;

	background: #fff;

}



ul.noticeList {

	list-style: none; 

}



ul.noticeList > li {

	padding-left: 26px;

	line-height: 2.0;

	position: relative;

}



ul.noticeList > li:before {

    content: "•";

	position: absolute;

	left: 3px;

	top: 0;

	font-size: 30px;

    color: #906a38;

	line-height: 1.2;

}







/*價格表*/

.priceTable {

}



.priceTable th,

.priceTable td {

	border-bottom: 1px solid #ccc;

	vertical-align: middle;

	text-align: center;

	line-height: 1.5;

}



.priceTable th {

	font-size: 18px;

	color: #fff;

	font-weight: bold;

	padding: 13px 8px;

	border-left: 1px solid #ccc;

	border-right: 1px solid #ccc;

	background-color: #443e36;

}



.priceTable td {

	padding: 13px 8px;

	border-left: 1px solid #ccc;

	background-color: #eee;

}



.priceTable td:last-child {

	border-right: 1px solid #ccc;

}



.discolor tr:nth-child(2n+1) > td {

	background-color: #fff;

}



.align-left {

	padding-left: 4% !important;

	text-align: left !important;

}







/*----- 車型介紹 -----*/

.titleSpace {

	margin: 45px 0 -40px;

}



.carArea {

	padding: 105px 0 90px;

}



/*左側車輛資訊樣式*/

.leftBox {

	float: left;

	width: 36%;

}



.carName {

	font-size: 34px; 

	color: #bd9658;

	font-weight: bold;

	padding-bottom: 14px;

	border-bottom: 1px solid #bd9658;

	line-height: 1.3;

}



ul.carSpec {

	margin: 40px 0;

}



ul.carSpec li {

	display: inline-block;

	font-size: 20px;

	color: #ddd;

	font-weight: bold;

	margin-right: 20px;

}



ul.carSpec li:last-child {

	margin-right: 0;

}



ul.carSpec li img {
	display: inline !important;
	margin-right: 15px;
}



.featureBox {

	color: #ddd;

	line-height: 2.0;

}



.featureBox ul,

.featureBox ol {

	list-style: none; 

}



.featureBox ul li {

	padding-left: 19px;

}



.featureBox ul li:before {

    content: "•";

    padding-right: 8px;

    margin-left: -14px;

    color: #333;

}



.featureBox ol li {

	list-style: decimal;

}





/*右側車輛圖片*/

.rightBox {

	float: right;

	width: 56%;

}



.rightBox figure {

	text-align: center;

}



.rightBox figure img {

	width: 100%;

	height: auto;

}



ul.smallImg {

	margin-top: 15px;

}



ul.smallImg li {

	float: left;

	width: 23.5%;

	margin: 0 2% 15px 0;

	background-color: #fff;

	-webkit-transition: all 0.4s ease;

	-moz-transition: all 0.4s ease;

	-o-transition: all 0.4s ease;

	transition: all 0.4s ease;

}



ul.smallImg li:nth-child(4n) {

	margin-right: 0;

}



ul.smallImg li:hover {

	transform: translate(6px, 6px);

}



ul.smallImg li img {

	width: 100%;

}



ul.smallImg li a,

ul.smallImg li a img {

}







/*----- 聯絡我們 -----*/

.contactBox {

	width: 1148px;

	margin: 0 auto;

}



.contactLeft {

	width: 32.4%;

	float: left;

}



.contactRight {

	width: 67.6%;

	float: left;

}









@media (max-width: 1399px){



}





@media (max-width: 1199px){



/*----- 關於我們 -----*/

.featureIcon .row {

    margin-left: -30px;

    margin-right: -30px;

}







/*----- 聯絡我們 -----*/

.contactBox {

	width: 100%;

}



}





@media (max-width: 991px){



/*----- 車輛介紹 -----*/

.carArea {

	padding-top: 90px;

}



.leftBox,

.rightBox {

	float: none;

	width: 100%;

}



.rightBox {

	margin-top: 60px;

}



a.reserveBtn {

	margin-top: 35px;

}

}





@media (max-width: 767px){



/*----- 關於我們 -----*/

.aboutTxt {

	width: 100%;

	text-align: left;

}



.featureIcon .row {

    margin-left: -10px;

    margin-right: -10px;

}



.featureIcon .col-4 {

	padding-left: 10px;

	padding-right: 10px;

}



.aboutLeft {

	float: none;

	width: 100%;

}



.aboutRight {

	float: none;

	width: 100%;

	margin-top: 45px;

	text-align: center;

}







/*----- 聯絡我們 -----*/





}





@media (max-width: 575px){



/*----- 關於我們 -----*/

.aboutTxt {

	padding: 0 0 45px;

}



.featureIcon .iconImg {

	width: 90px;

	height: 90px;

}



.featureIcon .iconImg i {

	font-size: 34px;

	line-height: 86px;

}



.featureIcon .iconImg i.heart {

	font-size: 36px;

}



.featureIcon p {

	margin-top: 10px;

	font-size: 14px;

}



.featureIcon h4 {

    font-size: 18px;

}



.aboutWrap {

	padding-top: 33px;

}



.aboutTitle {

	font-size: 30px;

}



.aboutTitle span {

	font-size: 50px;

}



ul.featureList li {

	font-size: 26px;

}



ul.featureList li span {

	width: 58px;

	font-size: 43px;

	text-align: left;

}







/*----- 接送服務 -----*/

.serviceTitle {

	font-size: 24px;

	margin: 33px 0 15px;

}



.serviceBox {

	padding: 30px;

}



.priceTable th {

	font-size: 16px;

}







/*----- 車輛介紹 -----*/

.titleSpace {

	margin: 30px 0 -30px;

}



.carArea {

	padding: 60px 0;

}



.carName {

	font-size: 26px; 

}



a.reserveBtn {

	font-size: 16px;

}







/*----- 聯絡我們 -----*/

.contactLeft,

.contactRight {

	width: 100%;

	float: none;

}



.contactLeft figure {

	width: 50%;

	float: left

}



}





@media (max-width: 479px){





}