@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css?family=Francois+One&display=swap");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script&display=swap");



/*----- 公司簡介 -----*/
.aboutWrap {
	padding-top: 25px;
}

.aboutLeft {
	width: 56%;
	float: left;
	margin-left: -50px;
}

.aboutRight {
	width: 41%;
	float: right;
	/*margin-top: 7px;*/
}

.aboutTitleEn {
	font-size: 46px;
	color: #f5620f;
	margin-bottom: 10px;
	line-height: 54px;
	font-family: 'Dancing Script', 微軟正黑體, 新細明體, sans-serif;
}

.aboutTitle {
	font-size: 42px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}

.aboutRight p {
	line-height: 30px;
}

.notice {
	color: #f5620f;
	display: block;
}

.subtitle {
	font-size: 22px;
	color: #000;
	font-weight: bold;
	margin: 30px 0 5px;
}

ul.serviceList {
	list-style: none; 
	margin-top: 6px;
}

ul.serviceList li {
	padding-left: 24px;
	line-height: 30px;
	position: relative;
}

ul.serviceList li:before {
    content: "•";
	position: absolute;
	left: 7px;
	top: 0;
	font-size: 20px;
    color: #f76d1f;
}



/*----- 結婚禮車 -----*/
.weddingBox {
	margin: 80px 0 55px;
	padding: 40px 0;
	background: url(../images/bg.jpg) repeat;
}

.weddingLeft {
	float: left;
	width: 45%;
	margin: -75px 6% 0 0;
}

.weddingRight {
	float: left;
	width: 47%;
}

.weddingRight h3 {
	font-size: 23px;
    color: #f5620f;
	margin: 0 0 15px -2px;
}

.weddingRight p {
	margin-bottom: 22px;
	line-height: 28px;
}

ul.contactInfo li {
	margin-bottom: 9px;
	line-height: 29px;
}

ul.contactInfo li i {
	width: 29px;
	height: 29px;
	float: left;
	font-size: 16px;
	color: #fff;
	margin-right: 12px;
	border-radius: 99em;
	background-color: #f76d1f;
	line-height: 30px;
	text-align: center;
}

ul.contactInfo li i.line {
	width: 36.25px;
	height: 36.25px;
	font-size: 12.5px;
	transform: scale(.8);
	position: relative;
	margin: -4px 9px 0 -4px;
	line-height: 37px;
	font-style: normal;
}

ul.contactInfo li i.fa-phone {
	font-size: 14px;
}

ul.contactInfo li a {
	text-decoration: underline;
}

ul.contactInfo li a:hover {
	color: #f5620f;
	text-decoration: none;
}

.carModel {
	font-size: 30px;
	color: #888;
	margin-bottom: 20px;
}

.weddingCar {
	margin-bottom: 45px;
	border-bottom: 1px solid #cbcbcb;
}

.weddingCar:last-of-type {
	margin-bottom: -50px;
	border-bottom: none;
}

.weddingCar.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.weddingCar li.photoBox {
	margin-bottom: 50px;
}

.weddingCar li h3 {
	font-size: 19px;
	margin-top: 17px;
	text-align: center;
}



/*----- 注意事項 -----*/
.faq ul {
	font-size: 0;
	margin-bottom: 10px;
	border-radius: 60px;
	background-color: #f76d1f;
}

.faq ul:last-child {
	margin-bottom: 0;
}

.faq ul li.number {
	width: 68px;
	font-size: 15px;
	color: #fff;
	display: inline-block;
	padding-right: 17px;
	vertical-align: middle;
	text-align: right;
}

.faq ul li.faqBox {
	width: -webkit-calc(100% - 68px);
	width: -moz-calc(100% - 68px);
	width: calc(100% - 68px);
	display: inline-block;
	padding: 26px 30px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-left: none;
	border-radius: 0 8px 8px 0;
	vertical-align: middle;
}

.faq ul li.faqBox h3.q {
	font-size: 16px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.faq ul li.faqBox h3.q-on,
.faq ul li.faqBox h3.q:hover {
	color: #f5620f;
	cursor: pointer;
}

.faq ul li.faqBox .a {
	font-size: 15px;
	margin-top: 12px;
}



/*----- 分店資訊 -----*/
.branchArea {
	margin: 75px 0 90px;
	position: relative;
}

.branchArea:last-of-type {
	margin-bottom: 0;
}

.branchBox {
	width: 47%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: 25px 50px 35px;
	border: 1px solid #bee7f4;
	background-color: #f0fafd;
	-webkit-box-shadow: 0 10px 40px rgba(38, 38, 38, 0.2);
	box-shadow: 0 10px 40px rgba(38, 38, 38, 0.2);
	z-index: 50;
}

.branchMap {
	width: 58%;
	height: 470px;
	float: right;
	border: 1px solid #dfdfdf;
}

.branchMap iframe {
	display: block;
}

.branchName {
	font-size: 24px;
	color: #111;
	font-weight: 500;
	margin-bottom: 25px;
	position: relative;
}

.branchName:after{
	content: " ";
	display: block;
	width: 50px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -7px;
	background-color: #10abdd;
}

ul.branchInfo {
	margin-bottom: 20px;
}

ul.branchInfo:last-of-type {
	margin-bottom: 0;
}

ul.branchInfo li {
	line-height: 30px;
}

ul.branchInfo li.link a {
	color: #09a8dc;
}





/*----- 聯絡我們 -----*/
.bannerArea #map {
	width: 100%;
	height: 715px;
	display: block;
}

.contactBox {
	width: 46%;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 60px 4.5% 75px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 25px rgba(202, 202, 202, 0.75);
	box-shadow: 0 1px 25px rgba(202, 202, 202, 0.75);
	z-index: 50;
}

.contactLeft {
	width: auto;
	float: left;
}

.contactRight {
	width: auto;
	float: right;
}

.welcome {
	font-size: 70px;
	font-weight: bold;
	background: -webkit-linear-gradient(90deg,rgba(50,203,192,1) 0%,rgba(4,167,228,1) 100%);
	background: -moz-linear-gradient(90deg,rgba(50,203,192,1) 0%,rgba(4,167,228,1) 100%);
	background: linear-gradient(90deg,rgba(248,156,48,1) 0%,rgba(246,108,31,1) 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	line-height: 80px;
	font-family: 'Francois One', 微軟正黑體, 新細明體, sans-serif;
}

.storeName {
	font-size: 24px;
	color: #111;
	font-weight: bold;
	margin: 20px 0 0 3px;
	position: relative;
}

.storeName:after{
	content: " ";
	display: block;
	width: 50px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -15px;
	background-color: #f78227;
}

ul.infoList {
	margin: 7px 0 25px;
}

ul.infoList li {
	line-height: 33px;
}




@media (max-width: 1900px){

/*----- 聯絡我們 -----*/
.contactBox {
	padding-left: 4%;
	padding-right: 4%;
}

.welcome {
	font-size: 65px;
	line-height: 75px;
}

}



@media (max-width: 1680px){

/*----- 聯絡我們 -----*/
.contactBox {
	width: 42%;
	padding: 50px 5.4% 65px;
}

.contactLeft {
	float: none;
}

.contactRight {
	float: none;
}

.storeName {
	margin-top: 10px;
	margin-bottom: 38px;
}


}



@media (max-width: 1199px){

/*----- 公司簡介 -----*/
.aboutRight {
	width: 44%;
	margin-top: 0;
}

.aboutTitleEn {
	font-size: 34px;
	line-height: 38px;
}

.aboutTitle {
	font-size: 32px;
}



}



@media (max-width: 991px){

/*----- 公司簡介 -----*/
.aboutWrap {
	padding-top: 15px;
}



/*----- 結婚禮車 -----*/
.weddingBox {
	margin: 0 0 45px;
}

.weddingLeft {
	margin-top: 5px;
}



/*----- 分店資訊 -----*/
.branchBox {
	padding-left: 30px;
	padding-right: 30px;
}

.branchArea {
	margin: 60px 0 80px;
}



/*----- 聯絡我們 -----*/
.welcome {
	font-size: 53px;
	line-height: 63px;
}

	
}


@media (max-width: 767px){

/*----- 公司簡介 -----*/
.aboutWrap {
	padding-top: 0;
}

.aboutLeft {
	width: 100%;
	float: none;
	margin-left: 0;
	text-align: center;
}

.aboutRight {
	width: 100%;
	float: none;
	padding-bottom: 42px;
}

.aboutTitleEn {
	font-size: 30px;
	line-height: 34px;
}

.aboutTitle {
	font-size: 26px;
}



/*----- 結婚禮車 -----*/
.carModel {
	font-size: 24px;
}

.weddingCar li h3 {
	font-size: 17px;
	margin-top: 12px;
}



/*----- 注意事項 -----*/
.faq ul li.number {
	width: 50px;
}

.faq ul li.faqBox {
	width: -webkit-calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	width: calc(100% - 50px);
	padding: 16px 20px;
}

.faq ul li.faqBox h3.q {
	font-size: 15px;
}



/*----- 分店資訊 -----*/
.branchBox {
	-webkit-box-shadow: 0 10px 20px rgba(38, 38, 38, 0.15);
	box-shadow: 0 10px 20px rgba(38, 38, 38, 0.15);
}



/*----- 聯絡我們 -----*/
.bannerArea #map {
	height: 400px;
}

.contactBox {
	width: 100%;
	position: relative;
	padding-left: 6.5%;
	padding-right: 6.5%;
}

.welcome {
	font-size: 57px;
	line-height: 67px;
}

}


@media (max-width: 575px){

/*----- 結婚禮車 -----*/
.weddingBox {
	margin-bottom: 37px;
}

.weddingLeft {
	float: none;
	width: 100%;
	margin: 5px 0 28px 0;
}

.weddingRight {
	float: none;
	width: 100%;
}

.weddingCar {
	margin-bottom: 30px;
}

.weddingCar:last-of-type {
	margin-bottom: -35px;
}

.weddingCar ul.row {
    margin-left: -5px;
    margin-right: -5px;
}

.weddingCar li.col-6 {
	padding-left: 5px;
	padding-right: 5px;
}

.weddingCar li.photoBox {
	margin-bottom: 35px;
}



/*----- 分店資訊 -----*/
.branchArea {
	margin: 50px 0 60px;
}

.branchBox {
	width: 100%;
	position: relative;
	transform: none;
}

.branchMap {
	width: 100%;
	height: 300px;
	float: none;
	margin-top: 25px;
}


}

