@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC');
.little_p{
	padding-right: 5px!important;
	padding-left: 5px!important;
}
.new_row{
	margin-right: -5px!important;
    margin-left: -5px!important;
}
.tour{
	width: 100%;
	max-width:1150px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	box-sizing: border-box;	
	font-family:'微軟正黑體', 'Noto Sans TC','Century Gothic';
}
.tour img{
	max-width: 100%;
	margin: 0 auto;
}
.tour .pd5{
    padding-right: 5px!important;
    padding-left: 5px!important;
}
.tour .pd5-{
    margin-right: -5px!important;
    margin-left: -5px!important;
}
.tour p{
	font-size: 16px;
	line-height: 26px;
	color: #000;
	font-family:'微軟正黑體', 'Noto Sans TC','Century Gothic';
	text-align: justify;
}
.tour .fatfont{
	font-size: 24px;
	color: #e99c15;
	font-family:'微軟正黑體','Noto Sans TC','Century Gothic';		
}
.photo{
	width: 100%;
	margin-bottom: 1%;
	float: left;
	text-align: center;
}
.mobile_n{
	}
.mobile_on{
		display: none;
	}
.banner{
	width: 100%;
	float: left;
	text-align: center;
}
.title{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 24px;
	color: #000;
	font-family:'微軟正黑體','Noto Sans TC','Century Gothic';
	margin-top: 2%;
	margin-bottom: 2%;
}
.pink{
	color:#E00E56;
}
.white{
	color:#fff!important;
}
.bluetear_title{
	width: 100%;
	float: left;
	margin-bottom: 5%;	
	text-align: center;
}
.bluetearBG{
	width: 100%;
	padding: 15%;
	background-image: url(https://www.pktravel.com.tw/material-alias/theme/matsu/tours/LZN03B70001/img/bluetearBG.jpg);
	background-repeat: no-repeat;
	background-position: center 0%;
	float: left;
}
.spot_title{
	width: 100%;
	float: left;
	margin-top: 5%;
	margin-bottom: 3%;
	text-align: center;
}
/***vieeo****/
.hotel_video{
	padding-left: 4.4%;
    padding-right: 4.4%;
    padding-top: 1%;
}

/*padding*/
.tour .p-5{
	padding: 5%;
	float: left;
}
.tour .pt-2{
	padding-top: 2%;
	float: left;
}
.tour .pt-3 {
	padding-top: 3%;
	float: left;
}
.tour .pt-4 {
	padding-top: 4%;
	float: left;
}
.tour .pt-5 {
	padding-top: 5%;
	float: left;
}
.tour .px-1{
	padding-left: 1%;
	padding-right: 1%;
	float: left;
}
.tour .px-2{
	padding-left: 2%;
	padding-right:2%;
	float: left;
}
.tour .px-3{
	padding-left: 3%;
	padding-right:3%;
	float: left;
}
.tour .px-4{
	padding-left: 4%;
	padding-right:4%;
	float: left;
}
.tour .px-5{
	padding-left: 5%;
	padding-right:5%;
	float: left;
}
.tour .pb-1{
	padding-bottom: 1%;
	float: left;
}
.tour .pb-2{
	padding-bottom: 2%;
	float: left;
}
.tour .pb-3{
	padding-bottom: 3%;
	float: left;
}
.tour .pb-4{
	padding-bottom: 4%;
	float: left;
}
.tour .pb-5{
	padding-bottom: 5%;
	float: left;
}
.tour .py-2{
	padding-top: 2%;
	padding-bottom: 2%;
	float: left;
}
.tour .py-3{
	padding-top: 3%;
	padding-bottom: 3%;
	float: left;
}
.tour .padding0{
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.tour .padding5{
	padding-left: 5px!important;
	padding-right: 5px!important;
}
.tour .align-items-center{
	align-items: center;
    display: flex;
}

#carousel1, #carousel2, #carousel3, #carousel4, #carousel5, #carousel6, #carousel7, #carousel8, #carousel9, #carousel10 {
    float: left;
    margin-bottom: 0!important;
}
/*2淡出淡入*/

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,

.carousel-fade .carousel-inner .active.left,

.carousel-fade .carousel-inner .active.right {
   opacity: 0;
}
.carousel-fade .carousel-inner .active,

.carousel-fade .carousel-inner .next.left,

.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,

.carousel-fade .carousel-inner .prev,

.carousel-fade .carousel-inner .active.left,

.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

@media only screen and (max-width: 640px){

.mobile_n{
		display: none;
	}
.mobile_on{
		display: block;
	}
.title {
    margin-top: 2%;
    margin-bottom: 2%;
}
.spot_title {
    margin-top: 8%;
    margin-bottom: 6%;
}
}